:root {
  --bg: #070a1a;
  --bg-2: #0d1230;
  --ink: #f7fbff;
  --muted: #aeb7d7;
  --soft: rgba(255,255,255,.08);
  --soft-2: rgba(255,255,255,.14);
  --line: rgba(255,255,255,.16);
  --cyan: #78fff1;
  --blue: #7a7dff;
  --violet: #9a63ff;
  --pink: #ff5dd8;
  --gold: #ffe88a;
  --shadow: 0 30px 90px rgba(0,0,0,.42);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 10%, rgba(120,255,241,.16), transparent 28rem),
    radial-gradient(circle at 86% 12%, rgba(255,93,216,.17), transparent 30rem),
    radial-gradient(circle at 50% 86%, rgba(122,125,255,.18), transparent 34rem),
    linear-gradient(135deg, #050713 0%, #090d24 42%, #130c25 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 20%, black, transparent 75%);
  z-index: -4;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

#constellation {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  opacity: .8;
}

.aurora {
  position: fixed;
  width: 44vw;
  height: 44vw;
  border-radius: 999px;
  filter: blur(64px);
  opacity: .45;
  z-index: -4;
  pointer-events: none;
  animation: drift 18s ease-in-out infinite alternate;
}
.aurora-one { left: -12vw; top: 5vh; background: rgba(120,255,241,.34); }
.aurora-two { right: -14vw; top: 20vh; background: rgba(255,93,216,.28); animation-delay: -7s; }

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='250' height='250' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
}

.cursor-glow {
  position: fixed;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(120,255,241,.16), rgba(154,99,255,.08) 42%, transparent 70%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: .8;
  transition: opacity .25s ease;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(var(--max), calc(100% - 36px));
  margin: 16px auto 0;
  padding: 12px 14px 12px 16px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(8,11,31,.54);
  backdrop-filter: blur(22px) saturate(160%);
  box-shadow: 0 18px 60px rgba(0,0,0,.24);
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.site-header.is-elevated {
  background: rgba(8,11,31,.78);
  border-color: rgba(255,255,255,.21);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 780;
  letter-spacing: -.03em;
  font-size: 1.15rem;
}
.brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  filter: drop-shadow(0 10px 22px rgba(120,255,241,.22));
}
.brand-word {
  background: linear-gradient(90deg, #fff, #c8fff9 45%, #fcb4ec);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  border-radius: 999px;
}
.nav-links a {
  color: rgba(247,251,255,.75);
  font-size: .88rem;
  padding: 9px 13px;
  border-radius: 999px;
  transition: color .2s ease, background .2s ease;
}
.nav-links a:hover {
  color: #fff;
  background: rgba(255,255,255,.09);
}
.nav-cta,
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  isolation: isolate;
  overflow: hidden;
}
.nav-cta {
  padding: 10px 16px;
  color: #07101c;
  font-weight: 760;
  font-size: .9rem;
  background: linear-gradient(135deg, var(--cyan), #fff 48%, #ffbdf0);
  box-shadow: 0 14px 36px rgba(120,255,241,.16), inset 0 1px 0 rgba(255,255,255,.8);
}
.nav-cta::before,
.button-primary::before {
  content: "";
  position: absolute;
  inset: -120% -40%;
  background: linear-gradient(120deg, transparent 35%, rgba(255,255,255,.72), transparent 65%);
  transform: translateX(-60%) rotate(12deg);
  animation: shimmer 4.7s ease-in-out infinite;
  z-index: -1;
}
.menu-button { display: none; }

.section-shell {
  width: min(var(--max), calc(100% - 36px));
  margin-inline: auto;
}

.hero {
  min-height: calc(100vh - 88px);
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 54px;
  padding: 90px 0 64px;
}
.eyebrow,
.eyebrow-pill {
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .74rem;
  font-weight: 820;
}
.eyebrow-pill {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border: 1px solid rgba(120,255,241,.25);
  border-radius: 999px;
  background: rgba(120,255,241,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 0 30px rgba(120,255,241,.08);
}
.eyebrow-pill span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 16px var(--cyan);
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin: 22px 0 22px;
  font-size: clamp(3.2rem, 8vw, 7.5rem);
  line-height: .9;
  letter-spacing: -.08em;
  max-width: 840px;
  text-wrap: balance;
}
h1::selection,
h2::selection,
p::selection { background: rgba(120,255,241,.25); }
.hero-lede {
  color: rgba(236,242,255,.78);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.7;
  max-width: 680px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0;
}
.button {
  min-height: 54px;
  padding: 0 22px;
  font-weight: 780;
  border: 1px solid rgba(255,255,255,.14);
  transform: translateZ(0);
  transition: transform .18s ease, border-color .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: #07101c;
  background: linear-gradient(135deg, #76fff2, #f9fbff 45%, #ff90e4 100%);
  box-shadow: 0 18px 48px rgba(120,255,241,.18), 0 12px 42px rgba(255,93,216,.14);
}
.button-ghost {
  background: rgba(255,255,255,.065);
  color: rgba(247,251,255,.9);
}
.button-ghost:hover { border-color: rgba(120,255,241,.36); background: rgba(120,255,241,.07); }

.signal-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
}
.signal-row div {
  padding: 17px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  border-radius: 22px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.signal-row strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1;
}
.signal-row span {
  display: block;
  color: var(--muted);
  font-size: .84rem;
  margin-top: 8px;
}

.hero-stage {
  position: relative;
  min-height: 660px;
  perspective: 1000px;
}
.logo-orbit {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
}
.hero-logo {
  width: min(440px, 80vw);
  border-radius: 120px;
  filter: drop-shadow(0 30px 70px rgba(122,125,255,.38));
  transform: rotateX(10deg) rotateY(-16deg) rotateZ(-2deg);
  animation: floatLogo 7s ease-in-out infinite;
}
.orbit-ring {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 0 50px rgba(120,255,241,.1) inset;
}
.ring-one { transform: rotateX(68deg) rotateZ(10deg); animation: spin 14s linear infinite; }
.ring-two { transform: rotateY(67deg) rotateZ(44deg); border-color: rgba(255,93,216,.2); animation: spin 19s linear infinite reverse; }
.ring-three { width: 410px; height: 410px; transform: rotateX(20deg) rotateY(57deg); border-color: rgba(255,232,138,.2); animation: spin 16s linear infinite; }
.orb {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 30px currentColor;
}
.orb-a { color: var(--cyan); top: 112px; right: 142px; background: var(--cyan); }
.orb-b { color: var(--pink); bottom: 138px; right: 106px; background: var(--pink); }
.orb-c { color: var(--gold); left: 130px; bottom: 202px; background: var(--gold); }

.glass-card,
.floating-tile,
.bento-card,
.work-item,
.stack-card,
.final-card {
  border: 1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.045)),
    radial-gradient(circle at top left, rgba(120,255,241,.09), transparent 35%),
    rgba(7,10,26,.5);
  backdrop-filter: blur(22px) saturate(140%);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.12);
}
.command-card {
  position: absolute;
  left: 0;
  bottom: 62px;
  width: min(420px, 82vw);
  padding: 18px;
  border-radius: 28px;
  transform: rotateX(6deg) rotateY(10deg) rotateZ(-2deg);
}
.card-chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,.5);
  font-size: .77rem;
  margin-bottom: 16px;
}
.card-chrome span { width: 10px; height: 10px; border-radius: 99px; background: rgba(255,255,255,.28); }
.card-chrome span:first-child { background: var(--pink); }
.card-chrome span:nth-child(2) { background: var(--gold); }
.card-chrome span:nth-child(3) { background: var(--cyan); }
.card-chrome em { margin-left: auto; font-style: normal; }
.prompt-line {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  padding: 13px 12px;
  border-radius: 17px;
  color: var(--muted);
}
.prompt-line + .prompt-line { margin-top: 5px; }
.prompt-line b { color: #fff; }
.prompt-line.active {
  background: rgba(120,255,241,.09);
  border: 1px solid rgba(120,255,241,.18);
}
.progress-track {
  height: 9px;
  margin-top: 16px;
  background: rgba(255,255,255,.09);
  border-radius: 999px;
  overflow: hidden;
}
.progress-track i {
  display: block;
  height: 100%;
  width: 72%;
  background: linear-gradient(90deg, var(--cyan), var(--violet), var(--pink));
  border-radius: inherit;
  animation: pulseWidth 3.5s ease-in-out infinite;
}
.floating-tile {
  position: absolute;
  padding: 12px 15px;
  border-radius: 18px;
  color: rgba(255,255,255,.88);
  font-weight: 720;
  font-size: .86rem;
  animation: bob 5.5s ease-in-out infinite;
}
.tile-one { top: 92px; right: 12px; }
.tile-two { top: 335px; right: -8px; animation-delay: -1.8s; }
.tile-three { top: 210px; left: 4px; animation-delay: -3.2s; }

.marquee {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.035);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 22px;
  width: max-content;
  padding: 18px 0;
  animation: marquee 28s linear infinite;
}
.marquee span {
  color: rgba(255,255,255,.74);
  font-weight: 820;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .8rem;
}
.marquee i {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  box-shadow: 0 0 18px rgba(120,255,241,.4);
}

.split-section,
.automation-section,
.experience-section,
.final-section {
  padding: 110px 0;
}
.split-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 44px;
  align-items: start;
}
.section-heading h2,
.experience-copy h2,
.final-card h2 {
  margin: 12px 0 18px;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  line-height: .96;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.section-heading p,
.experience-copy p,
.final-card p {
  color: rgba(236,242,255,.74);
  line-height: 1.8;
  font-size: 1.05rem;
}
.centered {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 44px;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.bento-card {
  position: relative;
  min-height: 230px;
  padding: 24px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  transform-style: preserve-3d;
}
.bento-card::after,
.final-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.12), transparent);
  transform: translateX(-140%);
  transition: transform .65s ease;
  pointer-events: none;
}
.bento-card:hover::after,
.final-card:hover::after { transform: translateX(140%); }
.bento-card.large,
.bento-card.wide { grid-column: span 2; }
.bento-card.large { min-height: 310px; }
.card-kicker {
  color: var(--cyan);
  font-size: .76rem;
  letter-spacing: .14em;
  font-weight: 820;
  text-transform: uppercase;
}
.bento-card h3,
.stack-card h3 {
  margin: 12px 0;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  letter-spacing: -.035em;
}
.bento-card p,
.stack-card p,
.work-item span {
  color: rgba(236,242,255,.7);
  line-height: 1.65;
}
.glyph {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(120,255,241,.2), rgba(255,93,216,.14));
  border: 1px solid rgba(255,255,255,.15);
  color: var(--cyan);
  font-size: 1.4rem;
}
.mini-map {
  position: absolute;
  inset: auto 24px 24px 24px;
  height: 110px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 50%, rgba(120,255,241,.8) 0 6px, transparent 7px),
    radial-gradient(circle at 38% 34%, rgba(255,93,216,.8) 0 6px, transparent 7px),
    radial-gradient(circle at 54% 68%, rgba(255,232,138,.85) 0 6px, transparent 7px),
    radial-gradient(circle at 76% 42%, rgba(154,99,255,.9) 0 6px, transparent 7px),
    linear-gradient(90deg, transparent 12%, rgba(120,255,241,.35) 12% 39%, transparent 39% 45%, rgba(255,93,216,.3) 45% 78%, transparent 78%);
  border: 1px solid rgba(255,255,255,.1);
  opacity: .9;
}
.mini-map span {
  position: absolute;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}
.mini-map span:nth-child(1) { left: 15%; top: 48%; width: 24%; height: 2px; transform: rotate(-18deg); }
.mini-map span:nth-child(2) { left: 39%; top: 49%; width: 18%; height: 2px; transform: rotate(34deg); }
.mini-map span:nth-child(3) { left: 55%; top: 55%; width: 24%; height: 2px; transform: rotate(-28deg); }
.mini-map span:nth-child(4) { left: 14%; top: 48%; width: 22px; height: 22px; transform: translate(-50%, -50%); box-shadow: 0 0 28px var(--cyan); }
.mini-map span:nth-child(5) { left: 54%; top: 68%; width: 22px; height: 22px; transform: translate(-50%, -50%); box-shadow: 0 0 28px var(--gold); }
.mini-map span:nth-child(6) { left: 76%; top: 42%; width: 22px; height: 22px; transform: translate(-50%, -50%); box-shadow: 0 0 28px var(--violet); }

.workflow-board {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 240px 1fr;
  gap: 22px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at center, rgba(120,255,241,.11), transparent 40%),
    rgba(255,255,255,.045);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.1);
}
.workflow-column {
  display: grid;
  gap: 14px;
}
.column-label {
  color: var(--cyan);
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .76rem;
  padding-left: 12px;
}
.work-item {
  padding: 20px;
  border-radius: 22px;
}
.work-item b { display: block; margin-bottom: 7px; }
.workflow-core {
  position: relative;
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 310px;
  text-align: center;
  color: rgba(255,255,255,.8);
  font-weight: 780;
}
.workflow-core::before,
.workflow-core::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  top: 50%;
  background: linear-gradient(90deg, transparent, rgba(120,255,241,.5), rgba(255,93,216,.5), transparent);
  filter: drop-shadow(0 0 12px rgba(120,255,241,.45));
}
.workflow-core::before { transform: translateX(-88%); }
.workflow-core::after { transform: translateX(88%); }
.workflow-core img {
  position: relative;
  z-index: 1;
  width: 155px;
  border-radius: 44px;
  filter: drop-shadow(0 24px 44px rgba(122,125,255,.4));
  animation: floatLogo 6s ease-in-out infinite;
}
.workflow-core span { position: relative; z-index: 1; }
.core-pulse {
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  border: 1px solid rgba(120,255,241,.22);
  animation: breathe 3s ease-in-out infinite;
}

.experience-shell {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 40px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 85% 20%, rgba(255,93,216,.15), transparent 32%),
    radial-gradient(circle at 20% 90%, rgba(120,255,241,.13), transparent 35%),
    rgba(255,255,255,.045);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.1);
}
.experience-stack {
  display: grid;
  gap: 16px;
}
.stack-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 18px;
  padding: 20px;
  border-radius: var(--radius-lg);
}
.stack-card span {
  grid-row: span 2;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #07101c;
  font-weight: 900;
  background: linear-gradient(135deg, var(--cyan), #fff, var(--pink));
}
.stack-card h3 { margin: 0 0 5px; }
.stack-card p { margin: 0; }
.stack-card.active { transform: translateX(-18px); border-color: rgba(120,255,241,.24); }

.final-section { padding-top: 40px; }
.final-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(34px, 7vw, 86px);
  border-radius: 44px;
}
.final-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(120,255,241,.18), transparent 38%),
    radial-gradient(circle at 20% 70%, rgba(255,93,216,.16), transparent 35%);
  pointer-events: none;
}
.final-logo-wrap {
  position: relative;
  z-index: 1;
  width: 130px;
  height: 130px;
  margin: 0 auto 24px;
  border-radius: 40px;
  box-shadow: 0 28px 70px rgba(0,0,0,.38);
}
.final-logo-wrap img { border-radius: inherit; }
.final-card > * { position: relative; z-index: 1; }
.final-card p { max-width: 680px; margin-inline: auto; }
.final-card .button { margin-top: 20px; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.tilt-card { transform-style: preserve-3d; transition: transform .18s ease, border-color .2s ease; }
.tilt-card:hover { border-color: rgba(120,255,241,.28); }

@keyframes drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(9vw, 6vh, 0) scale(1.12); }
}
@keyframes shimmer {
  0%, 35% { transform: translateX(-80%) rotate(12deg); }
  55%, 100% { transform: translateX(80%) rotate(12deg); }
}
@keyframes floatLogo {
  0%, 100% { transform: translateY(0) rotateX(10deg) rotateY(-16deg) rotateZ(-2deg); }
  50% { transform: translateY(-16px) rotateX(13deg) rotateY(-9deg) rotateZ(2deg); }
}
@keyframes spin { to { rotate: 360deg; } }
@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes pulseWidth {
  0%, 100% { width: 58%; }
  50% { width: 88%; }
}
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes breathe {
  0%, 100% { transform: scale(.85); opacity: .25; }
  50% { transform: scale(1.12); opacity: .85; }
}

@media (max-width: 980px) {
  .site-header { width: min(100% - 24px, var(--max)); }
  .nav-links,
  .nav-cta { display: none; }
  .menu-button {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    gap: 4px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    color: #fff;
  }
  .menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
  }
  .nav-links.is-open {
    display: grid;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    padding: 14px;
    border-radius: 26px;
    background: rgba(8,11,31,.92);
    backdrop-filter: blur(18px);
  }
  .nav-links.is-open a { padding: 13px 16px; }
  .hero,
  .split-section,
  .experience-shell { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; gap: 20px; }
  .hero-stage { min-height: 560px; }
  .workflow-board { grid-template-columns: 1fr; }
  .workflow-core { min-height: 220px; }
  .workflow-core::before,
  .workflow-core::after { display: none; }
  .stack-card.active { transform: none; }
}

@media (max-width: 640px) {
  .section-shell { width: min(100% - 24px, var(--max)); }
  .hero { min-height: auto; padding-bottom: 42px; }
  h1 { font-size: clamp(3.05rem, 17vw, 4.7rem); }
  .signal-row,
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card.large,
  .bento-card.wide { grid-column: auto; }
  .hero-stage { min-height: 500px; }
  .hero-logo { width: 330px; border-radius: 88px; }
  .orbit-ring { width: 390px; height: 390px; }
  .ring-three { width: 305px; height: 305px; }
  .command-card { left: 50%; transform: translateX(-50%); bottom: 20px; }
  .floating-tile { font-size: .76rem; padding: 10px 12px; }
  .tile-one { top: 68px; right: 0; }
  .tile-two { top: 274px; right: 0; }
  .tile-three { top: 176px; left: 0; }
  .split-section,
  .automation-section,
  .experience-section,
  .final-section { padding: 74px 0; }
  .experience-shell { padding: 18px; }
  .stack-card { grid-template-columns: 1fr; }
  .stack-card span { margin-bottom: 14px; }
  .cursor-glow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}
