:root {
  --bg: #071019;
  --surface: rgba(9, 18, 29, 0.82);
  --surface-strong: #0d1724;
  --text: #edf1f7;
  --muted: #9aa5b3;
  --border: rgba(255, 255, 255, 0.12);
  --accent: #d7b47b;
  --accent-strong: #f0d6a0;
  --signal: #7cd7b4;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 10%, rgba(215, 180, 123, 0.18), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(124, 215, 180, 0.14), transparent 22%),
    linear-gradient(180deg, #071019 0%, #04080d 100%);
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.8) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.7) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at center, black 25%, transparent 85%);
}

.site-header,
main,
.band-track {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.brand img {
  width: 50px;
  height: 50px;
}

.brand-copy {
  display: inline-flex;
  flex-direction: column;
}

.brand-copy > span {
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brand-copy small,
nav a,
.eyebrow {
  color: var(--muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
}

nav {
  display: flex;
  gap: 24px;
}

nav a {
  text-decoration: none;
}

main {
  padding-bottom: 96px;
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.95fr;
  gap: 40px;
  min-height: calc(100svh - 90px);
  align-items: center;
}

.hero h1,
.intro h2,
.sticky-head h2,
.sectors h2,
.crosslink h2,
.final-cta h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(42px, 7vw, 88px);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.hero h1 span {
  display: block;
  color: var(--accent-strong);
}

.lead,
.intro p:last-child,
.crosslink p,
.cta-card p,
.service p,
.step p,
.sector,
dd {
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
}

.hero-actions,
.cta-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: #081019;
  background: linear-gradient(135deg, var(--accent), #f6e6bf);
}

.button.ghost {
  color: var(--text);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.proof-strip div {
  padding-top: 18px;
  border-top: 1px solid var(--border);
}

dt {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(30px, 5vw, 54px);
  color: var(--signal);
}

.hero-visual {
  position: relative;
}

.visual-frame {
  position: relative;
  min-height: 560px;
  border: 1px solid var(--border);
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 35%),
    linear-gradient(180deg, rgba(7, 16, 25, 0.45), rgba(7, 16, 25, 0.95)),
    linear-gradient(135deg, #111d2c, #0a1017);
}

.visual-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 62px 62px;
  opacity: 0.26;
}

.visual-panel {
  position: absolute;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(18px);
}

.visual-panel.top {
  top: 28px;
  right: 28px;
  max-width: 72%;
}

.visual-panel.top span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visual-panel.bottom {
  left: 28px;
  right: 28px;
  bottom: 28px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.15;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(14px);
}

.orb-a {
  width: 260px;
  height: 260px;
  top: 18%;
  left: 14%;
  background: rgba(215, 180, 123, 0.22);
}

.orb-b {
  width: 220px;
  height: 220px;
  bottom: 20%;
  right: 18%;
  background: rgba(124, 215, 180, 0.2);
}

.band {
  margin: 24px 0 60px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.band-track {
  display: flex;
  gap: 36px;
  padding: 16px 0;
  white-space: nowrap;
  color: var(--accent);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 13px;
  animation: drift 22s linear infinite;
}

@keyframes drift {
  0% { transform: translateX(0); }
  100% { transform: translateX(-30%); }
}

.section {
  margin-top: 88px;
}

.intro {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 26px;
}

.services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service,
.step,
.sector,
.cta-card {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
}

.service span,
.step strong,
.eyebrow {
  color: var(--accent);
}

.service h3,
.step strong {
  display: block;
  margin: 14px 0 10px;
  font-size: 26px;
  line-height: 1.2;
}

.process {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
}

.sticky-head {
  position: sticky;
  top: 24px;
  align-self: start;
}

.timeline {
  display: grid;
  gap: 18px;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.sector {
  min-height: 150px;
  display: flex;
  align-items: end;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.06)),
    linear-gradient(145deg, rgba(124, 215, 180, 0.08), rgba(215, 180, 123, 0.08));
}

.crosslink,
.final-cta {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.final-cta {
  padding-top: 12px;
  border-top: 1px solid var(--border);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  nav {
    display: none;
  }

  .hero,
  .intro,
  .process,
  .crosslink,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .services,
  .sector-grid,
  .proof-strip {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 12px;
  }

  .visual-frame {
    min-height: 420px;
  }
}
