/* Project Maven — editorial / aerospace edition
   Black + white with a single pink accent. Serif display, mono labels.
   Open layouts, hairlines instead of boxes, abstract glows, scroll reveals. */

:root {
  --bg: #08080A;
  --bg-2: #0C0D0F;
  --panel: #101113;
  --line: rgba(255,255,255,0.09);
  --line-2: rgba(255,255,255,0.16);
  --line-3: rgba(255,255,255,0.28);
  --text: #F4F4F2;
  --text-dim: rgba(244,244,242,0.55);
  --text-faint: rgba(244,244,242,0.32);
  --pink: #FF2E78;
  --pink-soft: #FF6FA3;
  --cyan: #34E5E0;

  --serif: 'Space Grotesk', system-ui, sans-serif;
  --serif-real: 'Space Grotesk', system-ui, sans-serif;
  --display: 'Space Grotesk', system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
  --body: 'Inter', system-ui, sans-serif;

  --wrap: 1200px;
  --gutter: 48px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
::selection { background: var(--pink); color: #fff; }

/* ── atmosphere ─────────────────────────────────────────────────────── */
.fx-aura {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(48% 44% at 76% 10%, rgba(255,46,120,0.30), transparent 70%),
    radial-gradient(56% 52% at 6% 68%, rgba(255,46,120,0.18), transparent 72%),
    radial-gradient(44% 40% at 52% 120%, rgba(255,46,120,0.12), transparent 70%);
  animation: auraDrift 22s ease-in-out infinite alternate;
}
@keyframes auraDrift {
  0%   { transform: translate3d(0,0,0) scale(1); }
  100% { transform: translate3d(-3%, 2%, 0) scale(1.08); }
}
.fx-blob {
  position: fixed; z-index: 0; pointer-events: none;
  width: 52vw; height: 52vw; max-width: 760px; max-height: 760px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.5;
  mix-blend-mode: screen;
}
.fx-blob.b1 { top: -12%; right: -6%; background: radial-gradient(closest-side, rgba(255,46,120,0.55), transparent 70%); animation: blob1 28s ease-in-out infinite alternate; }
.fx-blob.b2 { bottom: -18%; left: -10%; background: radial-gradient(closest-side, rgba(255,46,120,0.30), rgba(52,229,224,0.10), transparent 70%); animation: blob2 34s ease-in-out infinite alternate; }
@keyframes blob1 { from { transform: translate(0,0) scale(1); } to { transform: translate(-8%, 10%) scale(1.15); } }
@keyframes blob2 { from { transform: translate(0,0) scale(1); } to { transform: translate(12%, -8%) scale(1.2); } }
.fx-orbit {
  position: fixed; z-index: 0; pointer-events: none;
  top: 50%; left: 50%;
  width: 140vw; height: 140vw; max-width: 1700px; max-height: 1700px;
  margin-left: -70vw; margin-top: -70vw;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.05);
  mask-image: radial-gradient(closest-side, transparent 96%, #000 97%);
  -webkit-mask-image: radial-gradient(closest-side, transparent 96%, #000 97%);
  animation: spin 120s linear infinite;
}
.fx-orbit::after {
  content: ''; position: absolute; inset: 14%;
  border-radius: 50%;
  border: 1px solid rgba(255,46,120,0.07);
}
@keyframes spin { to { transform: rotate(360deg); } }
#starfield { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.fx-scanlines {
  position: fixed; inset: 0; z-index: 2; pointer-events: none;
  background: repeating-linear-gradient(to bottom,
    rgba(255,255,255,0.025) 0px, rgba(255,255,255,0.025) 1px,
    transparent 1px, transparent 4px);
  mix-blend-mode: overlay;
  transition: opacity 300ms ease;
}
.fx-vignette {
  position: fixed; inset: 0; z-index: 3; pointer-events: none;
  background: radial-gradient(ellipse 130% 100% at 50% 35%, transparent 45%, rgba(0,0,0,0.5) 100%);
}
.page { position: relative; z-index: 4; }

/* ── scroll reveal ──────────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(30px);
  transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform; }
.reveal[data-in] { opacity: 1; transform: none; }
.clip { clip-path: inset(0 0 110% 0); opacity: 0;
  transition: clip-path 1.05s cubic-bezier(.2,.75,.2,1), opacity 1.05s ease; }
.clip[data-in] { clip-path: inset(0 0 -25% 0); opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .clip { opacity: 1 !important; transform: none !important; clip-path: none !important; transition: none; }
  .glitch::before, .glitch::after, .fx-orbit, .fx-aura, #starfield { animation: none; }
}

/* ── layout ─────────────────────────────────────────────────────────── */
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: 132px 0; position: relative; }

.label {
  font-family: var(--mono); font-size: 11.5px; font-weight: 500;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--text-dim);
  display: inline-flex; align-items: center; gap: 12px;
}
.label .idx { color: var(--pink); }
.label .bar { width: 26px; height: 1px; background: var(--line-2); }

.section-head { margin-bottom: 72px; max-width: 880px; }
.section-head .label { margin-bottom: 26px; }
.section-head h2 {
  font-family: var(--display); font-weight: 500;
  font-size: 52px; line-height: 1.04; letter-spacing: -0.03em;
  max-width: 20ch;
}
.section-head h2 em { font-style: normal; font-family: var(--display); font-weight: 500; color: var(--pink); }
.section-head .sub {
  margin-top: 22px; font-size: 16.5px; line-height: 1.65;
  color: var(--text-dim); max-width: 52ch;
}

h1,h2,h3,h4 { margin: 0; }
p { margin: 0; line-height: 1.6; }

/* ── nav ────────────────────────────────────────────────────────────── */
.nav-shell {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  display: flex; justify-content: center;
  transition: background 300ms ease, border-color 300ms ease;
}
.nav-shell.scrolled {
  background: rgba(8,8,10,0.72);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav {
  width: 100%; max-width: var(--wrap);
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px var(--gutter);
}
.nav .brand {
  display: flex; align-items: baseline; gap: 10px;
  font-family: var(--display); font-weight: 600; font-size: 18px; letter-spacing: -0.02em;
}
.nav .brand .sub {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em;
  color: var(--text-faint); text-transform: uppercase;
}
.nav ul { list-style: none; display: flex; gap: 6px; margin: 0; padding: 0; }
.nav ul a {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--text-dim);
  padding: 8px 12px; position: relative;
  transition: color 160ms ease;
}
.nav ul a::after {
  content: ''; position: absolute; left: 12px; right: 12px; bottom: 4px;
  height: 1px; background: var(--pink); transform: scaleX(0); transform-origin: left;
  transition: transform 220ms ease;
}
.nav ul a:hover { color: var(--text); }
.nav ul a:hover::after { transform: scaleX(1); }
.nav-cta {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 11px 20px;
  border: 1px solid var(--line-2); color: var(--text);
  display: inline-flex; align-items: center; gap: 10px;
  transition: border-color 200ms ease, background 200ms ease, color 200ms ease;
}
.nav-cta:hover { background: var(--pink); border-color: var(--pink); color: #fff; }

/* ── buttons ────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 15px 26px;
  border: 1px solid var(--line-2); background: transparent; color: var(--text);
  cursor: default;
  transition: border-color 200ms ease, background 200ms ease, color 200ms ease, transform 200ms ease;
}
.btn .tick { color: var(--pink); transition: transform 200ms ease; }
.btn:hover .tick { transform: translateX(4px); }
.btn-primary { background: var(--text); color: var(--bg); border-color: var(--text); }
.btn-primary:hover { background: var(--pink); border-color: var(--pink); color: #fff; }
.btn-primary .tick { color: var(--bg); }
.btn-primary:hover .tick { color: #fff; }
.btn-ghost:hover { border-color: var(--line-3); }

.logo { display: inline-flex; align-items: center; font-family: var(--display); font-weight: 700; line-height: 1; letter-spacing: -0.08em; font-size: 28px; }
.logo .p { color: var(--pink); }
.logo .m { color: var(--text); }
.logo .v { color: transparent; -webkit-text-stroke: 1.4px var(--text); }
.nav .logo { font-size: 26px; }
.foot-brand .logo { font-size: 40px; }

.fill {
  font-family: var(--display); font-weight: 500;
  font-size: 50px; line-height: 1.24; letter-spacing: -0.025em;
  max-width: 22ch; margin: 0;
}
.fill .fw { color: rgba(244,244,242,0.16); transition: color .45s cubic-bezier(.2,.7,.2,1); }
.fill .fw.on { color: var(--text); }
.fill .fw.acc { color: rgba(255,46,120,0.20); }
.fill .fw.acc.on { color: var(--pink); }
@media (max-width: 980px) { .fill { font-size: 34px; } }

/* ── glitch (RGB split, pink) ───────────────────────────────────────── */
.glitch { position: relative; display: inline-block; color: var(--pink); }
.glitch::before, .glitch::after {
  content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%;
  overflow: hidden; pointer-events: none;
}
.glitch::before { color: #FF1F5E; transform: translate(-2px,0); mix-blend-mode: screen;
  animation: ga 3.6s steps(2, jump-none) infinite; }
.glitch::after { color: var(--cyan); transform: translate(2px,0); mix-blend-mode: screen;
  animation: gb 2.9s steps(2, jump-none) infinite; }
@keyframes ga {
  0%, 93%, 100% { clip-path: inset(0 0 100% 0); transform: translate(-2px,0); }
  94% { clip-path: inset(12% 0 60% 0); transform: translate(-5px,-1px); }
  96% { clip-path: inset(46% 0 34% 0); transform: translate(4px,1px); }
  98% { clip-path: inset(72% 0 10% 0); transform: translate(-3px,0); }
}
@keyframes gb {
  0%, 91%, 100% { clip-path: inset(0 0 100% 0); transform: translate(2px,0); }
  92% { clip-path: inset(58% 0 22% 0); transform: translate(5px,1px); }
  95% { clip-path: inset(16% 0 55% 0); transform: translate(-4px,-1px); }
  97% { clip-path: inset(80% 0 4% 0); transform: translate(3px,0); }
}
.glitch:hover::before { animation-duration: 0.8s; }
.glitch:hover::after  { animation-duration: 0.7s; }

/* ── hero ───────────────────────────────────────────────────────────── */
.hero { position: relative; padding: 200px 0 110px; }
.hero-top {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--text-faint);
  margin-bottom: 80px;
}
.hero-top .live { display: inline-flex; align-items: center; gap: 9px; color: var(--text-dim); }
.hero-top .live .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); animation: blink 1.5s steps(1) infinite; }
@keyframes blink { 0%,60% { opacity: 1; } 61%,100% { opacity: 0.18; } }

.hero-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 64px; align-items: center; }
.hero-eyebrow {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--text-dim);
  margin-bottom: 30px; display: inline-flex; align-items: center; gap: 12px;
}
.hero-eyebrow .bar { width: 34px; height: 1px; background: var(--pink); }
.hero h1 { font-weight: 400; display: flex; flex-direction: column; align-items: flex-start; }
.hero h1 .welcome {
  display: block; font-family: var(--mono); font-weight: 400;
  font-size: 19px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--text-dim); margin-bottom: 16px;
}
.hero h1 .glitch {
  font-family: var(--display); font-weight: 600;
  font-size: 80px; line-height: 1.0; letter-spacing: -0.035em;
  padding-bottom: 0.04em;
}
.hero-sub {
  margin-top: 30px; font-size: 18.5px; line-height: 1.62;
  color: var(--text-dim); max-width: 50ch;
}
.hero-sub strong { color: var(--text); font-weight: 500; }
.hero-ctas { margin-top: 42px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-readout {
  margin-top: 52px; display: flex; gap: 56px;
  width: fit-content;
}
.hero-readout .v { font-family: var(--display); font-weight: 500; font-size: 36px; line-height: 1; letter-spacing: -0.02em; }
.hero-readout .v .u { color: var(--pink); }
.hero-readout .k { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-faint); margin-top: 8px; }

/* video feed — light frame, glow, no readout */
.feed-wrap { position: relative; }
.feed-wrap::before {
  content: ''; position: absolute; inset: -14% -10% -10% -10%;
  background: radial-gradient(closest-side, rgba(255,46,120,0.22), transparent 75%);
  filter: blur(10px); z-index: 0; pointer-events: none;
}
.feed {
  position: relative; z-index: 1;
  width: 100%; aspect-ratio: 4 / 5;
  border: 1px solid var(--line-2); border-radius: 14px;
  overflow: hidden; background: #0E0E10;
}
.feed video {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: grayscale(0.35) contrast(1.04) brightness(1.04);
  transition: filter 600ms ease, transform 8s ease;
}
.feed:hover video { filter: grayscale(0) contrast(1.03); }
.feed .wash {
  position: absolute; inset: 0; pointer-events: none; mix-blend-mode: screen;
  background: linear-gradient(180deg, rgba(255,46,120,0.16), rgba(255,46,120,0.0) 55%, rgba(52,229,224,0.07));
  opacity: 0.55; transition: opacity 600ms ease;
}
.feed:hover .wash { opacity: 0.12; }
.feed .inner-vig { position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 100% 100% at 50% 40%, transparent 55%, rgba(0,0,0,0.5)); }
.feed .scan {
  position: absolute; left: 0; right: 0; height: 16%; top: -16%;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.08), transparent);
  animation: feedScan 5s linear infinite; pointer-events: none;
}
@keyframes feedScan { to { top: 116%; } }
.feed .tag {
  position: absolute; top: 16px; left: 16px; z-index: 3;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--pink); display: inline-flex; align-items: center; gap: 7px;
}
.feed .tag .sq { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); animation: blink 1.5s steps(1) infinite; }

/* ── moving word band ───────────────────────────────────────────────── */
.band { overflow: hidden; padding: 30px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.band-track { display: flex; gap: 56px; white-space: nowrap; width: max-content; animation: marquee 38s linear infinite; }
.band-track .w {
  font-family: var(--serif-real); font-style: italic; font-size: 42px; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px var(--line-3);
}
.band-track .dot { align-self: center; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); opacity: 0.7; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── stats (open) ───────────────────────────────────────────────────── */
.stats { }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding: 48px 0 96px; }
.stat .v { font-family: var(--display); font-weight: 500; font-size: 54px; line-height: 1; letter-spacing: -0.03em; }
.stat .v .u { color: var(--pink); }
.stat .k { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-dim); margin-top: 16px; line-height: 1.5; }

/* ── services (list) ────────────────────────────────────────────────── */
.svc-list { margin-top: 80px; }
.svc-row {
  display: grid; grid-template-columns: 64px 1fr 1.05fr 150px; gap: 36px;
  align-items: baseline; padding: 34px 24px;
  border-radius: 14px;
  transition: background 300ms ease;
}
.svc-row:hover { background: rgba(255,255,255,0.022); }
.svc-row .si { font-family: var(--mono); font-size: 13px; color: var(--pink); letter-spacing: 0.1em; }
.svc-row h3 { font-family: var(--display); font-weight: 500; font-size: 34px; letter-spacing: -0.025em; line-height: 1; transition: color 200ms ease; }
.svc-row:hover h3 { color: var(--pink); }
.svc-row .sd { font-size: 15px; color: var(--text-dim); line-height: 1.62; max-width: 44ch; }
.svc-row .stag { justify-self: end; text-align: right; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-faint); }

/* ── process (timeline) ─────────────────────────────────────────────── */
.process { position: relative; overflow: hidden; }
.process::before { content: ''; position: absolute; top: 18%; right: -8%; width: 40vw; height: 40vw; max-width: 560px; max-height: 560px; border-radius: 50%; background: radial-gradient(closest-side, rgba(255,46,120,0.12), transparent 70%); filter: blur(40px); pointer-events: none; }
.timeline { position: relative; max-width: 820px; }
.timeline-rail { position: absolute; left: 13px; top: 14px; bottom: 14px; width: 1px; background: var(--line-2); }
.timeline-rail::after { content: ''; position: absolute; left: 0; top: 0; width: 1px; height: 0; background: var(--pink); transition: height 1.2s ease; }
.timeline[data-in] .timeline-rail::after { height: 100%; }
.t-step { position: relative; display: grid; grid-template-columns: 27px 1fr; gap: 40px; align-items: start; padding-bottom: 52px; }
.t-step:last-child { padding-bottom: 0; }
.t-node { width: 27px; height: 27px; border-radius: 50%; border: 1px solid var(--line-3); background: var(--bg); display: grid; place-items: center; font-family: var(--mono); font-size: 11px; color: var(--text-dim); position: relative; z-index: 2; transition: border-color 200ms, color 200ms; }
.t-step:hover .t-node { border-color: var(--pink); color: var(--pink); }
.t-body { display: flex; flex-direction: column; gap: 12px; }
.t-head { display: flex; align-items: baseline; gap: 18px; }
.t-head h3 { font-family: var(--display); font-weight: 500; font-size: 29px; letter-spacing: -0.02em; }
.t-dur { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-faint); }
.t-body p { font-size: 15px; color: var(--text-dim); line-height: 1.64; max-width: 60ch; }

/* ── cases (open columns) ───────────────────────────────────────────── */
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 72px; }
.case { padding: 0; display: flex; flex-direction: column; gap: 20px; }
.case .ctop { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-faint); }
.case .cnum { font-family: var(--display); font-weight: 500; font-size: 76px; line-height: 0.9; letter-spacing: -0.045em; }
.case .cnum .u { color: var(--pink); font-size: 30px; letter-spacing: 0; }
.case .clabel { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-faint); margin-top: -8px; }
.case .cdesc { font-size: 15px; color: var(--text-dim); line-height: 1.62; }
.case .cind { margin-top: auto; font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.08em; color: var(--text); text-transform: uppercase; }

/* ── manifesto ──────────────────────────────────────────────────────── */
.manifesto { position: relative; overflow: hidden; padding: 180px 0; }
.manifesto::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 80vw; height: 70vh; max-width: 1100px; border-radius: 50%; background: radial-gradient(closest-side, rgba(255,46,120,0.16), transparent 70%); filter: blur(50px); pointer-events: none; }
.manifesto .wrap { max-width: 1100px; position: relative; }
.manifesto .label { margin-bottom: 40px; }
.manifesto q {
  font-family: var(--display); font-weight: 500; font-style: normal;
  font-size: 62px; line-height: 1.14; letter-spacing: -0.03em; quotes: none; display: block;
  max-width: 20ch;
}
.manifesto q .hl { font-style: normal; font-family: var(--display); font-weight: 500; color: var(--pink); }
.manifesto .sig { margin-top: 40px; font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-faint); }

/* ── pricing (open columns) ─────────────────────────────────────────── */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.tier { padding: 8px 36px; display: flex; flex-direction: column; gap: 24px; position: relative; }
.tier + .tier { border-left: 1px solid var(--line); }
.tier:first-child { padding-left: 0; }
.tier.featured { background: linear-gradient(180deg, rgba(255,46,120,0.05), transparent 40%); }
.tier.featured::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--pink); }
.tier .tname { font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-dim); display: flex; justify-content: space-between; }
.tier .tname .mark { color: var(--pink); }
.tier .price { font-family: var(--display); font-weight: 500; font-size: 46px; letter-spacing: -0.03em; line-height: 1; }
.tier .price .u { font-family: var(--mono); font-size: 12px; letter-spacing: 0.02em; color: var(--text-faint); }
.tier .tdesc { font-size: 14.5px; color: var(--text-dim); line-height: 1.6; }
.tier ul { list-style: none; margin: 0; padding: 24px 0 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 13px; }
.tier ul li { font-size: 14px; color: var(--text); line-height: 1.5; display: grid; grid-template-columns: 22px 1fr; }
.tier ul li::before { content: '/'; font-family: var(--mono); color: var(--pink); }
.tier .btn { justify-content: center; margin-top: 8px; }

/* ── faq ────────────────────────────────────────────────────────────── */
.faq { max-width: 900px; }
.faq-item { border-top: 1px solid var(--line); padding: 30px 0; cursor: default; }
.faq:last-child .faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item { border-bottom: 0; }
.faq .faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-q { display: grid; grid-template-columns: 52px 1fr 40px; gap: 22px; align-items: baseline; }
.faq-q .qi { font-family: var(--mono); font-size: 12px; color: var(--text-faint); letter-spacing: 0.08em; }
.faq-q .qt { font-family: var(--display); font-size: 24px; font-weight: 500; letter-spacing: -0.02em; line-height: 1.2; }
.faq-q .qx { font-family: var(--mono); font-size: 20px; color: var(--text-dim); justify-self: end; transition: transform 240ms ease, color 240ms ease; }
.faq-item.open .qt { color: var(--pink); }
.faq-item.open .qx { color: var(--pink); transform: rotate(90deg); }
.faq-a { font-size: 15px; color: var(--text-dim); line-height: 1.68; max-width: 64ch; padding: 18px 0 0 74px; }

/* ── final cta ──────────────────────────────────────────────────────── */
.final { position: relative; overflow: hidden; }
.final::before { content: ''; position: absolute; left: 50%; bottom: -30%; transform: translateX(-50%); width: 90vw; height: 70vh; max-width: 1200px; border-radius: 50%; background: radial-gradient(closest-side, rgba(255,46,120,0.18), transparent 70%); filter: blur(60px); pointer-events: none; }
.final .wrap { text-align: center; }
.final .label { justify-content: center; display: inline-flex; }
.final h2 { font-family: var(--display); font-weight: 600; font-size: 82px; line-height: 1.0; letter-spacing: -0.04em; max-width: 16ch; margin: 26px auto 0; }
.final h2 .hl { font-style: normal; font-family: var(--display); font-weight: 600; color: var(--pink); }
.final p { margin: 30px auto 42px; font-size: 17px; color: var(--text-dim); max-width: 48ch; line-height: 1.6; }
.final .ctas { display: flex; gap: 14px; justify-content: center; }

/* ── footer ─────────────────────────────────────────────────────────── */
footer { padding: 96px 0 44px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 60px; }
.foot-brand .brand { font-family: var(--display); font-weight: 600; font-size: 22px; letter-spacing: -0.02em; }
.foot-brand p { margin-top: 18px; color: var(--text-dim); font-size: 14.5px; line-height: 1.62; max-width: 38ch; }
footer h4 { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-faint); font-weight: 500; margin-bottom: 18px; }
footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
footer ul a { font-size: 14px; color: var(--text-dim); font-family: var(--mono); letter-spacing: 0.03em; transition: color 160ms ease; }
footer ul a:hover { color: var(--pink); }
.foot-wordmark { font-family: var(--display); font-weight: 600; font-size: clamp(96px, 19vw, 280px); line-height: 0.84; letter-spacing: -0.05em; text-align: center; margin: 16px 0 44px; color: transparent; -webkit-text-stroke: 1px var(--line-2); }
.foot-bottom { padding-top: 26px; display: flex; justify-content: space-between; font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-faint); }

/* ── responsive ─────────────────────────────────────────────────────── */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .feed-wrap { max-width: 420px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 48px; }
  .cases-grid, .tiers { grid-template-columns: 1fr; }
  .case, .tier { padding-left: 0 !important; padding-right: 0; }
  .svc-row { grid-template-columns: 48px 1fr; }
  .svc-row .sd, .svc-row .stag { grid-column: 2; justify-self: start; text-align: left; }
  .hero h1 .glitch { font-size: 72px; }
  .section-head h2, .manifesto q, .final h2 { font-size: 46px; }
}
