/* BabelStream, rebuilt on the "Create" layout.
   Layout, scroll pins, parallax speeds and motion curves were measured from
   createstudio.framer.media (see ~/Desktop/createstudio-pull/BLUEPRINT.md).
   Content, palette and logo are BabelStream's. Orange is swapped for violet. */

:root {
  --black: #000;
  --night: #050609;
  --ink: #141414;
  --ink-2: #262626;
  --ink-3: #4d4d4d;
  --g1: #5c6063;
  --g2: #797d82;
  --g3: #888d92;
  --line: #d5d7de;
  --line-2: #d9d9d9;
  --l1: #ebebeb;
  --l2: #f2f2f2;
  --l3: #fafafa;
  --white: #fff;

  --accent: #6d5ae8;
  --accent-hover: #5a47d6;
  --accent-hi: #99a5f6;
  --violet: #8080eb;
  --blue: #589aff;

  --f-display: "Figtree", ui-sans-serif, system-ui, sans-serif;
  --f-body: "Inter", ui-sans-serif, system-ui, sans-serif;
  --f-mono: "Fragment Mono", ui-monospace, SFMono-Regular, monospace;

  --pad: 40px;
  --nav-h: 60px;
  --s: 1;
  --sec-y: clamp(96px, 11vw, 160px);
  --ease-slide: cubic-bezier(0.55, 0.58, 0.34, 1.04);
}

@media (max-width: 1199.98px) {
  :root { --pad: 28px; --s: 0.78; }
}
@media (max-width: 809.98px) {
  :root { --pad: 18px; --s: 0.56; }
}

/* ---------- base ---------- */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, h4, p, ul, figure, blockquote { margin: 0; }
ul { padding: 0; list-style: none; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

main, .curtain { position: relative; z-index: 1; }
section { position: relative; }
.container { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 var(--pad); }

.mono {
  font-family: var(--f-mono);
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.accent { color: var(--accent); }

/* The real logo, cropped to its waveform. 615 of the 1871 px width is the mark. */
.bsmark {
  display: inline-block;
  height: 24px;
  aspect-ratio: 615 / 568;
  background: url(../assets/babelstream-logo.png) no-repeat left center / auto 100%;
}

/* Fixed intro background (replaces Create's background video) */
#wave-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
}

/* ---------- type scale (measured at 1440 wide) ---------- */

.t-tag {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(28px, 3.33vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.05em;
}
.t-h2 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(40px, 6.67vw, 96px);
  line-height: 1;
  letter-spacing: -0.06em;
}
.t-sub {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(32px, 3.9vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.05em;
}
.t-card {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(22px, 2.22vw, 32px);
  line-height: 1.12;
  letter-spacing: -0.05em;
}
.t-lead {
  font-family: var(--f-display);
  font-size: clamp(16px, 1.46vw, 21px);
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: var(--g1);
}

/* split headings: each word animates on its own */
.sw, .sw__i { display: inline-block; }
.js .split:not(.ready) { visibility: hidden; }
.js .split:not(.in) .sw__i { opacity: 0; }

/* ---------- appear-animation initial states (JS plays them) ---------- */

.js [data-anim]:not(.in) { opacity: 0; }
.js [data-anim^="slide"]:not(.in) { opacity: 1; }
.js [data-anim="slide-l"]:not(.in) { transform: translateX(-100px); }
.js [data-anim="slide-l30"]:not(.in) { transform: translateX(-30px); }
.js [data-anim="slide-r"]:not(.in) { transform: translateX(85px); }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 44px;
  padding: 0 16px 0 18px;
  border-radius: 6px;
  font-family: var(--f-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
}
.btn:active { transform: scale(0.97); }
.btn--accent { background: var(--accent); color: var(--white); }
.btn--accent:hover { background: var(--accent-hover); }
.btn--ghost { border: 1px solid currentColor; }
.btn--ghost:hover { background: rgba(127, 127, 127, 0.12); }
.btn--block { width: 100%; justify-content: space-between; }
.btn--lg { height: 52px; padding: 0 20px 0 24px; font-size: 13px; }

.btn__arrow {
  position: relative;
  width: 14px;
  height: 14px;
  overflow: hidden;
  display: inline-block;
  flex: none;
}
.btn__arrow i {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-style: normal;
  transition: transform 0.4s var(--ease-slide);
}
.btn__arrow i + i { transform: translateX(-130%); }
.btn:hover .btn__arrow i:first-child { transform: translateX(130%); }
.btn:hover .btn__arrow i + i { transform: none; }

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  font-family: var(--f-mono);
  font-size: 10.5px;
  text-transform: uppercase;
}
.pill--live {
  background: rgba(52, 211, 153, 0.14);
  border: 1px solid rgba(52, 211, 153, 0.35);
  color: #6ee7b7;
}
.pill--live::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34d399;
}

/* corner markers ("+") used on cards, as on Create */
.plus { position: absolute; width: 11px; height: 11px; pointer-events: none; }
.plus::before, .plus::after { content: ""; position: absolute; background: currentColor; opacity: 0.45; }
.plus::before { left: 5px; top: 0; width: 1px; height: 11px; }
.plus::after { top: 5px; left: 0; height: 1px; width: 11px; }
.plus--tl { top: -6px; left: -6px; }
.plus--tr { top: -6px; right: -6px; }
.plus--bl { bottom: -6px; left: -6px; }
.plus--br { bottom: -6px; right: -6px; }

/* ---------- nav (fixed, 60px) ---------- */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-h);
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--pad);
  color: var(--white);
  transition: color 0.3s;
}
.nav[data-theme="light"] { color: var(--ink); }
.nav__logo img { height: 26px; width: auto; }
.nav__links { display: flex; gap: 30px; }
.nav__links a {
  font-family: var(--f-mono);
  font-size: 12px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: flex-start;
  gap: 3px;
  opacity: 0.92;
  transition: opacity 0.2s;
}
.nav__links a:hover { opacity: 0.6; }
.nav__links sup {
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  height: 14px;
  padding: 0 3px;
  font-size: 9px;
  line-height: 1;
  border-radius: 2px;
  background: var(--white);
  color: var(--black);
  transform: translateY(-4px);
}
.nav[data-theme="light"] .nav__links sup { background: var(--ink); color: var(--white); }
.nav__right { display: flex; justify-content: flex-end; align-items: center; gap: 16px; }
.nav__contact { font-family: var(--f-mono); font-size: 12px; text-transform: uppercase; }
.nav__menu { display: none; width: 36px; height: 36px; position: relative; }
.nav__menu i { position: absolute; left: 8px; right: 8px; height: 1.5px; background: currentColor; transition: transform 0.3s; }
.nav__menu i:first-child { top: 14px; }
.nav__menu i:last-child { top: 21px; }
.nav__menu[aria-expanded="true"] i:first-child { transform: translateY(3.5px) rotate(45deg); }
.nav__menu[aria-expanded="true"] i:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.menu {
  position: fixed;
  inset: 0;
  z-index: 9;
  background: var(--black);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 var(--pad);
}
.menu[hidden] { display: none; }
.menu a {
  display: block;
  font-family: var(--f-display);
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -0.05em;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* ---------- 01 hero ---------- */

.hero {
  height: 100vh;
  min-height: 700px;
  background: var(--black);
  color: var(--white);
  overflow: hidden;
  z-index: 1;
}
.hero__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(55% 60% at 56% 46%, rgba(109, 90, 232, 0.42), transparent 70%),
    radial-gradient(35% 40% at 82% 18%, rgba(88, 154, 255, 0.2), transparent 72%);
}
.hero__slabs { position: absolute; inset: 0; }
.hero__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(42% 26% at 36% 55%, rgba(0, 0, 0, 0.55), transparent 75%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.45) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
}

.slab {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: calc(var(--w) * 1px * var(--s));
  height: calc(var(--h) * 1px * var(--s));
  transform-style: preserve-3d;
  perspective: 1200px;
  animation: slab-float 10s ease-in-out infinite;
  animation-delay: var(--d);
}
.slab__side,
.slab__top {
  position: absolute;
  inset: 0;
  border-radius: 14px;
}
.slab__side {
  background: #0d0822;
  transform: rotateX(55deg) rotateZ(-42deg) translateZ(-18px);
}
.slab__top {
  background: var(--bg);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transform: rotateX(55deg) rotateZ(-42deg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink2, #fff);
  font-family: var(--f-display);
  font-weight: 600;
  font-size: calc(var(--w) * 0.15px * var(--s));
  letter-spacing: 0.01em;
}
@keyframes slab-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -14px; }
}

.hero__rail {
  position: absolute;
  left: var(--pad);
  top: 17%;
  display: grid;
  gap: 96px;
  z-index: 2;
}
.rail { display: flex; align-items: center; gap: 12px; opacity: 0.55; }
.rail i { width: 56px; height: 1px; background: currentColor; }

.hero__tagline {
  position: absolute;
  left: 21%;
  top: 13%;
  width: min(620px, 50%);
  z-index: 3;
}
.hero__stat {
  position: absolute;
  right: var(--pad);
  top: 13%;
  text-align: right;
  z-index: 3;
}
.hero__stat-num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}
.hero__stat .mono { color: rgba(255, 255, 255, 0.7); }

.hero__logo {
  position: absolute;
  left: 11%;
  top: 38%;
  width: 56%;
  z-index: 3;
}
.hero__logo img { width: 100%; height: auto; }

.hero__meta {
  position: absolute;
  left: var(--pad);
  top: 69%;
  max-width: 360px;
  z-index: 3;
}
.hero__meta .mono { color: rgba(255, 255, 255, 0.82); }
.hero__clock { margin-top: 14px; display: flex; align-items: center; gap: 10px; }
.hero__clock i { width: 18px; height: 1px; background: currentColor; opacity: 0.6; }

.hero__ctas { position: absolute; left: var(--pad); bottom: 8%; z-index: 3; }
.hero__ctas-in { display: flex; gap: 10px; flex-wrap: wrap; }

.hero__card {
  position: absolute;
  right: var(--pad);
  bottom: 5%;
  width: min(360px, 26%);
  z-index: 3;
}
.hero__card-cap { margin-top: 12px; color: rgba(255, 255, 255, 0.7); display: flex; align-items: center; gap: 8px; }

/* live call mini card */
.call {
  background: rgba(14, 12, 26, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 16px;
}
.call__head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.call__time { margin-left: auto; color: rgba(255, 255, 255, 0.6); }
.call__wave { display: flex; align-items: center; gap: 3px; height: 34px; margin-bottom: 14px; }
.call__wave span {
  flex: 1;
  height: var(--h);
  border-radius: 2px;
  background: linear-gradient(180deg, var(--blue), var(--violet));
  transform-origin: center;
  animation: wave 1.2s ease-in-out infinite;
  animation-delay: var(--d);
}
@keyframes wave {
  0%, 100% { transform: scaleY(0.4); }
  50% { transform: scaleY(1); }
}
.call__line { font-size: 14px; line-height: 1.35; color: var(--white); }
.call__line + .call__line { margin-top: 6px; color: var(--accent-hi); }

/* ---------- 02 introduction (pinned phrases) ---------- */

/* Measured on Create at 1440x900: 430vh column, panels sticky top 0 / 100vh /
   overflow hidden, tail takes the last 30vh. Phrases 160px on a 192px row,
   the last one 175px on 210px. JS scrubs each visible phrase's scale. */
.intro {
  height: 430vh;
  display: flex;
  flex-direction: column;
  background: transparent;
  color: var(--black);
  z-index: 1;
}
.intro__panel {
  position: sticky;
  top: 0;
  flex: none;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 20px;
}
.intro__tail { flex: 1 0 0; }
.intro__stack { display: flex; flex-direction: column; align-items: center; }
.intro__line {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(36px, 11.11vw, 160px);
  line-height: 1.2;
  letter-spacing: -0.04em;
  white-space: nowrap;
  text-align: center;
  transform-origin: 50% 50%;
}
.intro__line:not(.is-on) { visibility: hidden; }
.intro__line.is-on { will-change: transform; }
.intro__line--accent { color: var(--accent); }
.intro__line--final { font-size: clamp(40px, 12.16vw, 175px); }

/* ---------- 03 featured (industries) ---------- */

.work { background: var(--black); color: var(--white); z-index: 1; }
.work__card {
  position: relative;
  height: max(560px, 86vh);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.work__media { position: absolute; inset: 0; overflow: hidden; }
.work__scene { position: absolute; inset: -3%; transform-origin: 50% 42%; will-change: transform; }
.js .work [data-part="image"] { transform: translate3d(0, -50px, 0) scale(1.5); }
.js .work [data-part="top"] { transform: translate3d(0, 200px, 0); }
.js .work [data-part="label"] { transform: scale(0.7); }
.work__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.82) 100%);
  pointer-events: none;
}
.work__overlay {
  position: absolute;
  inset: 0;
  padding: calc(var(--nav-h) + 16px) var(--pad) 36px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto 1fr auto;
}
.work__brand { grid-column: 1; grid-row: 1; display: flex; align-items: center; gap: 12px; }
.work__meta {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
  display: grid;
  gap: 4px;
  color: rgba(255, 255, 255, 0.82);
  transform-origin: left bottom;
}
.work__title {
  grid-column: 2;
  grid-row: 3;
  align-self: end;
  text-align: center;
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(36px, 5.56vw, 80px);
  line-height: 1.02;
  letter-spacing: -0.07em;
  white-space: nowrap;
}
.work__year { grid-column: 3; grid-row: 3; align-self: end; justify-self: end; color: rgba(255, 255, 255, 0.82); }

/* scenes: composed "photography" for each industry */
.scene { overflow: hidden; }
.scene--property { background: radial-gradient(70% 70% at 70% 40%, #3a2d8f 0%, #1a1446 45%, #07060f 100%); }
.scene--health { background: radial-gradient(70% 70% at 30% 45%, #1d4a8f 0%, #0d2146 45%, #050912 100%); }
.scene--legal { background: radial-gradient(70% 70% at 65% 55%, #4a2d8a 0%, #1f1244 45%, #08050f 100%); }
.scene--support { background: radial-gradient(70% 70% at 35% 40%, #2f3c9a 0%, #151a4a 45%, #05060f 100%); }
.scene__word {
  position: absolute;
  left: 4%;
  top: 18%;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(120px, 22vw, 340px);
  line-height: 1;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.07);
  white-space: nowrap;
}
.scene__panel {
  position: absolute;
  right: 12%;
  top: 22%;
  width: min(480px, 44%);
  background: rgba(10, 8, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.8);
}
.scene--health .scene__panel { right: auto; left: 46%; }
.scene--support .scene__panel { right: auto; left: 48%; }
.board__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; color: var(--accent-hi); }
.board__row, .queue__row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
}
.board__row + .board__row, .queue__row + .queue__row { margin-top: 8px; }
.board__row b { min-width: 96px; }
.board__row span { color: rgba(255, 255, 255, 0.65); flex: 1; }
.st {
  font-style: normal;
  font-family: var(--f-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.55);
}
.st--live { color: #6ee7b7; border-color: rgba(52, 211, 153, 0.35); background: rgba(52, 211, 153, 0.12); }
.chat { display: grid; gap: 10px; }
.chat__b {
  max-width: 86%;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.4;
}
.chat__b small { display: block; margin-bottom: 4px; font-size: 10px; opacity: 0.7; }
.chat__b--in { background: rgba(88, 154, 255, 0.16); border: 1px solid rgba(88, 154, 255, 0.35); justify-self: start; }
.chat__b--out { background: rgba(128, 128, 235, 0.22); border: 1px solid rgba(128, 128, 235, 0.42); justify-self: end; }
.chat__sys { justify-self: center; color: var(--accent-hi); font-size: 10.5px; }
.doc__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; color: rgba(255, 255, 255, 0.6); }
.rec { display: inline-flex; align-items: center; gap: 6px; font-family: var(--f-mono); font-size: 10.5px; text-transform: uppercase; color: #fca5a5; }
.rec i { width: 7px; height: 7px; border-radius: 50%; background: #f87171; }
.doc__row { padding: 12px 0; border-top: 1px solid rgba(255, 255, 255, 0.08); font-size: 15px; line-height: 1.4; }
.doc__who { display: block; margin-bottom: 6px; font-size: 10.5px; }
.doc__who--c { color: var(--blue); }
.doc__who--i { color: var(--accent-hi); }
.doc__tr { margin-top: 4px; color: rgba(255, 255, 255, 0.6); font-style: italic; }
.doc__foot { padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.5); font-size: 10.5px; }
.queue__row .av {
  flex: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--accent));
  font-weight: 600;
  font-size: 13px;
}
.queue__row div { flex: 1; display: grid; }
.queue__row small { color: rgba(255, 255, 255, 0.5); font-size: 12px; }
.queue__row em { font-style: normal; font-size: 12.5px; color: var(--accent-hi); }
.queue__row em.dim { color: rgba(255, 255, 255, 0.45); }

.ticker {
  overflow: hidden;
  padding: 26px 0;
  background: var(--black);
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.ticker__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: ticker 110s linear infinite;
}
.ticker__track > * { flex: none; margin-right: 40px; }
.ticker__track span { font-family: var(--f-mono); font-size: 20px; text-transform: uppercase; letter-spacing: -0.05em; }
.ticker__track i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ---------- section header (shared) ---------- */

.sec-head { display: grid; gap: 30px; }
.sec-tag { display: flex; align-items: center; gap: 12px; }
.sec-tag i { width: 24px; height: 2px; background: var(--accent); }
.sec-head .t-h2 { max-width: 9.2em; }
.lead-rule { display: flex; gap: 16px; align-items: baseline; max-width: 600px; }
.lead-rule::before {
  content: "";
  flex: none;
  width: 36px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
  transform: translateY(-5px);
}
.ticks { display: flex; gap: 56px; opacity: 0.4; }
.ticks span { display: flex; gap: 5px; }
.ticks i { width: 1px; height: 14px; background: currentColor; }
.dark .t-lead { color: var(--g3); }

/* ---------- 04 statistics ---------- */

.stats {
  background: var(--ink);
  color: var(--white);
  padding: var(--sec-y) 0;
  overflow: hidden;
  z-index: 1;
}
.stats__art { position: absolute; right: -8%; top: 4%; width: 78%; height: auto; opacity: 0.55; pointer-events: none; }
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: clamp(64px, 9vw, 130px);
}
.stat { border-top: 1px solid rgba(255, 255, 255, 0.14); padding-top: 22px; position: relative; }
.stat__idx { position: absolute; right: 0; top: 22px; color: var(--g2); }
.stat__num {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(56px, 8.3vw, 120px);
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--accent-hi);
  margin-top: 28px;
}
.stat__num small { font-size: 0.4em; letter-spacing: -0.02em; margin-left: 4px; }
.stat__cap { margin-top: 18px; color: var(--g3); }

/* ---------- 05 services (pinned head + stacking cards) ---------- */

.svc { background: var(--white); color: var(--black); z-index: 1; padding-bottom: 80px; }
.svc__head {
  position: sticky;
  top: var(--nav-h);
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 0 var(--pad);
}
.svc__word {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(56px, 7.78vw, 112px);
  line-height: 1;
  letter-spacing: -0.05em;
}
.svc__head .t-lead { max-width: 560px; }
.svc__stack { position: relative; z-index: 1; max-width: 1740px; margin: 0 auto; padding: 0 20px; }
.svc__card {
  position: sticky;
  top: 20px;
  min-height: 683px;
  background: var(--white);
  border: 1px solid var(--l1);
  border-radius: 14px;
  padding: calc(var(--nav-h) + 4px) var(--pad) 44px;
  margin-bottom: 48px;
  box-shadow: 0 -24px 48px -32px rgba(0, 0, 0, 0.22);
}
.svc__top { display: flex; justify-content: space-between; align-items: flex-start; }
.svc__cat { display: flex; align-items: center; gap: 12px; }
.svc__cat i { width: 24px; height: 2px; background: var(--accent); }
.svc__num { font-family: var(--f-display); font-weight: 500; font-size: 32px; letter-spacing: -0.05em; color: var(--g3); }
.svc__title {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(48px, 7.78vw, 112px);
  line-height: 1;
  letter-spacing: -0.07em;
  margin: 20px 0 44px;
}
.svc__body { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.svc__visual {
  aspect-ratio: 16 / 10;
  max-width: 480px;
  border-radius: 12px;
  overflow: hidden;
  background: radial-gradient(80% 90% at 30% 20%, #2c2378 0%, #120e33 60%, #06050e 100%);
  color: var(--white);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.svc__desc { margin-top: 18px; max-width: 460px; color: var(--g1); font-size: 15px; line-height: 1.55; }
.svc__list li {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--l1);
  font-size: 15px;
  color: var(--ink-3);
}
.svc__list li::before { content: "›"; color: var(--accent); font-weight: 600; }

/* mini visuals inside service cards */
.mv-row { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; background: rgba(0, 0, 0, 0.35); border: 1px solid rgba(255, 255, 255, 0.08); font-size: 13.5px; }
.mv-row small { margin-left: auto; font-family: var(--f-mono); font-size: 10.5px; text-transform: uppercase; color: var(--accent-hi); }
.mv-chip { display: inline-flex; padding: 6px 10px; border-radius: 6px; border: 1px solid rgba(255, 255, 255, 0.16); font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; }
.mv-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.mv-code { font-family: var(--f-mono); font-size: 12.5px; line-height: 1.8; }
.mv-code .k { color: var(--accent-hi); }
.mv-code .h { color: var(--blue); }
.mv-code .c { color: rgba(255, 255, 255, 0.45); }

/* ---------- 06 how it works ---------- */

.how {
  background: var(--black);
  color: var(--white);
  padding: var(--sec-y) 0;
  overflow: hidden;
  z-index: 1;
}
.how__bg {
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(38% 46% at 18% 30%, rgba(109, 90, 232, 0.38), transparent 72%),
    radial-gradient(34% 44% at 86% 72%, rgba(88, 154, 255, 0.22), transparent 72%);
  transform-origin: 50% 50%;
}
.js .how__bg { transform: scale(1.11); }
.how .container { position: relative; }
.how__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  margin-top: clamp(64px, 9vw, 120px);
  align-items: start;
}
.how__p { margin-top: 20px; color: var(--g3); font-size: 16px; line-height: 1.6; max-width: 480px; }
.how__ctas { display: flex; gap: 10px; margin-top: 32px; flex-wrap: wrap; }
.how__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.how__card {
  background: rgba(14, 14, 18, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 22px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}
.how__card-top { display: flex; justify-content: space-between; align-items: center; color: var(--g2); }
.how__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(109, 90, 232, 0.18);
  color: var(--accent-hi);
}
.how__card-h { margin-top: 26px; color: var(--accent-hi); }
.how__card-t { margin-top: 8px; font-family: var(--f-display); font-size: 20px; font-weight: 500; line-height: 1.2; letter-spacing: -0.03em; }
.how__card p { margin-top: 10px; color: var(--g3); font-size: 14px; line-height: 1.55; }
.how__metric { margin-top: auto; padding-top: 18px; color: var(--blue); }
.js .how [data-fade] { opacity: 0; }

/* ---------- 07 why (bento) ---------- */

.why { background: var(--l3); padding: var(--sec-y) 0; z-index: 1; }
.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: clamp(64px, 9vw, 110px);
}
.bento__card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--l1);
  border-radius: 14px;
  padding: 28px;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.bento__card--grey { background: var(--l2); }
.bento__card--wide { grid-column: span 2; }
.bento__big {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}
.bento__title {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}
.bento__small { color: var(--g2); font-size: 14px; margin-bottom: 8px; }
.bento__cap { color: var(--g1); font-size: 14px; }
.bento__row { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.bento__kpi {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(34px, 3.3vw, 48px);
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--accent);
}
.bento__foot { color: var(--g1); font-size: 14px; margin-top: 10px; max-width: 360px; }
.bento__price { text-align: right; }
.bento__price b { display: block; font-family: var(--f-display); font-size: clamp(40px, 4vw, 58px); line-height: 1; letter-spacing: -0.05em; color: var(--accent); }
.bento__price .mono { color: var(--g2); }

.chips { display: grid; gap: 8px; margin: 22px 0; }
.chips li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--l1);
}
.chips b { min-width: 46px; font-family: var(--f-display); font-size: 18px; letter-spacing: -0.03em; }
.chips .mono { color: var(--g1); }

.orbit { position: relative; width: 220px; height: 220px; margin: 18px auto; }
.orbit__ring { position: absolute; inset: 0; border-radius: 50%; border: 1px dashed var(--line); animation: spin 40s linear infinite; }
.orbit__core {
  position: absolute;
  inset: 62px;
  border-radius: 50%;
  background: var(--black);
  display: grid;
  place-items: center;
}
.orbit__core .bsmark { height: 42px; }
.orbit__dot {
  position: absolute;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--f-mono);
  font-size: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink);
}
.orbit__dot--accent { background: var(--accent); color: var(--white); border-color: var(--accent); }
@keyframes spin { to { transform: rotate(360deg); } }

.stamp { position: relative; width: 190px; height: 190px; margin: 14px auto; }
.stamp svg { position: absolute; inset: 0; animation: spin 30s linear infinite; }
.stamp text { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: 0.18em; fill: var(--ink); text-transform: uppercase; }
.stamp .bsmark { position: absolute; left: 50%; top: 50%; height: 64px; transform: translate(-50%, -50%); }

.meter { display: flex; align-items: flex-end; gap: 4px; height: 120px; margin-top: 28px; }
.meter i {
  flex: 1;
  height: var(--h);
  border-radius: 3px;
  background: linear-gradient(180deg, var(--blue), var(--accent));
  transform-origin: bottom;
}
.js .meter i { opacity: 0; transform: scaleY(0.3); }
.meter__cap { margin-top: 12px; color: var(--g2); }

.badges { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
.badges li { background: var(--white); border: 1px solid var(--l1); border-radius: 10px; padding: 14px; }
.badges b { display: block; font-family: var(--f-display); font-size: 17px; letter-spacing: -0.03em; }
.badges span { font-size: 12.5px; color: var(--g2); }

/* ---------- 08 pricing ---------- */

.pricing { background: var(--white); padding: var(--sec-y) 0; z-index: 1; }
.plans { display: grid; gap: 22px; margin-top: clamp(64px, 9vw, 110px); }
.plan {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 40px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  color: var(--ink-3);
}
.plan--featured { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent), 0 30px 60px -40px rgba(109, 90, 232, 0.5); }
.plan__name i { display: block; width: 24px; height: 2px; background: var(--accent); margin-bottom: 18px; }
.plan__name h3 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 12px;
}
.plan__name .mono { display: block; margin-top: 8px; color: var(--g2); }
.plan__for { margin-top: 18px; color: var(--g1); font-size: 15px; }
.plan__price { margin-top: 26px; display: flex; align-items: baseline; gap: 8px; }
.plan__price b {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(40px, 3.9vw, 56px);
  letter-spacing: -0.05em;
  color: var(--black);
  line-height: 1;
}
.plan__price .mono { color: var(--g2); }
.plan__tag {
  font-family: var(--f-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(109, 90, 232, 0.12);
  color: var(--accent);
  letter-spacing: 0.02em;
}
.plan__feats { display: grid; gap: 12px; align-content: start; }
.plan__feats li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--ink); }
.plan__feats li::before {
  content: "";
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 1px solid var(--line);
  background: var(--l3) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.2l2.4 2.4L12 5' fill='none' stroke='%236d5ae8' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 14px;
}
.plan__c { display: flex; flex-direction: column; gap: 14px; }
.plan__notes { display: grid; gap: 8px; margin-bottom: auto; }
.plan__notes li { font-size: 14px; color: var(--g1); display: flex; gap: 8px; }
.plan__notes li::before { content: "›"; color: var(--accent); }
.plan__time { color: var(--g2); }
.pricing__fine { margin-top: 20px; color: var(--g2); text-align: center; }

.ask {
  margin-top: 56px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 26px 30px;
  border-radius: 12px;
  background: var(--l3);
  border: 1px solid var(--l1);
}
.ask__who { display: flex; align-items: center; gap: 14px; }
.ask__av {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--black);
}
.ask__av .bsmark { height: 22px; }
.ask__who b { display: block; font-size: 16px; color: var(--black); }
.ask__who .mono { color: var(--g2); }
.ask__txt h3 { font-family: var(--f-display); font-weight: 600; font-size: 22px; letter-spacing: -0.04em; color: var(--black); }
.ask__txt p { color: var(--g1); font-size: 15px; margin-top: 4px; }

/* ---------- 09 languages (Create's team section) ---------- */

.langs { background: var(--ink); color: var(--white); padding: var(--sec-y) 0; z-index: 1; }
.langs__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: clamp(64px, 9vw, 110px);
}
.lang {
  position: relative;
  aspect-ratio: 3 / 4.1;
  border-radius: 14px;
  overflow: hidden;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.lang--es { background: radial-gradient(90% 80% at 30% 20%, #3b2f96, #16123a 60%, #0a0918); }
.lang--zh { background: radial-gradient(90% 80% at 70% 25%, #24479a, #101d42 60%, #070a16); }
.lang--vi { background: radial-gradient(90% 80% at 30% 75%, #4a3aa8, #1a1542 60%, #0a0918); }
.lang--ar { background: radial-gradient(90% 80% at 70% 70%, #2d3f9e, #121a44 60%, #070a16); }
.lang__kpi { display: flex; justify-content: space-between; align-items: flex-start; color: rgba(255, 255, 255, 0.7); }
.lang__kpi b { font-family: var(--f-display); font-size: 15px; color: var(--white); }
.lang__word {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(44px, 5.4vw, 78px);
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
}
.lang__foot { display: flex; justify-content: space-between; align-items: flex-end; gap: 10px; }
.lang__foot b { font-family: var(--f-display); font-size: 20px; letter-spacing: -0.03em; }
.lang__foot .mono { color: rgba(255, 255, 255, 0.55); text-align: right; }
.langs__more {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.langs__more p { color: var(--g3); max-width: 760px; font-size: 16px; line-height: 1.6; }

/* ---------- 10 faq ---------- */

.faq { background: var(--l3); padding: var(--sec-y) 0; z-index: 1; }
.faq__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: start; }
.faq__help {
  margin-top: 48px;
  padding: 24px;
  border-radius: 12px;
  background: var(--white);
  border: 1px solid var(--l1);
  max-width: 420px;
}
.faq__help h3 { font-family: var(--f-display); font-weight: 600; font-size: 20px; letter-spacing: -0.03em; }
.faq__help p { color: var(--g1); font-size: 14.5px; margin: 6px 0 18px; }
.faq__item { border-top: 1px solid var(--line); }
.faq__item:last-child { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  text-align: left;
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(17px, 1.5vw, 21px);
  letter-spacing: -0.03em;
  color: var(--black);
}
.faq__plus { position: relative; flex: none; width: 16px; height: 16px; transition: transform 0.35s var(--ease-slide); }
.faq__plus::before, .faq__plus::after { content: ""; position: absolute; background: var(--accent); }
.faq__plus::before { left: 7px; top: 0; width: 2px; height: 16px; }
.faq__plus::after { top: 7px; left: 0; height: 2px; width: 16px; }
.faq__item.open .faq__plus { transform: rotate(45deg); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.4s var(--ease-slide); }
.faq__item.open .faq__a { grid-template-rows: 1fr; }
.faq__a > div { overflow: hidden; }
.faq__a p { padding-bottom: 24px; max-width: 620px; color: var(--g1); font-size: 15.5px; line-height: 1.6; }

/* ---------- 11 voices (Create's testimonials) ---------- */

.voices { background: var(--l3); padding: 0 0 var(--sec-y); z-index: 1; }
.voices__top { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 40px; align-items: stretch; }
.voices__intro { display: flex; flex-direction: column; justify-content: center; gap: 18px; }
.voices__sub { font-family: var(--f-display); font-size: 22px; letter-spacing: -0.03em; color: var(--ink-3); }
.voices__p { color: var(--g1); max-width: 420px; line-height: 1.6; }
.voices__intro .btn { align-self: flex-start; margin-top: 8px; }
.spot {
  position: relative;
  min-height: 440px;
  padding: 32px;
  border-radius: 16px;
  background: var(--ink-2);
  color: var(--white);
  overflow: hidden;
}
.spot__word {
  position: absolute;
  left: 28px;
  top: 14px;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(56px, 7.78vw, 112px);
  line-height: 1;
  letter-spacing: -0.06em;
  opacity: 0.12;
  white-space: nowrap;
}
.spot__body { position: relative; display: grid; grid-template-columns: 200px 1fr; gap: 30px; margin-top: 130px; align-items: end; }
.spot__badge {
  aspect-ratio: 1;
  border-radius: 12px;
  background: radial-gradient(80% 80% at 30% 25%, var(--accent), #2b2180 70%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
}
.spot__badge span { font-family: var(--f-display); font-weight: 700; font-size: 64px; line-height: 1; letter-spacing: -0.04em; }
.spot__badge small { color: rgba(255, 255, 255, 0.8); }
.spot__src { font-family: var(--f-display); font-size: clamp(22px, 2.2vw, 30px); line-height: 1.2; letter-spacing: -0.03em; }
.spot__tr { margin-top: 12px; color: var(--accent-hi); font-size: 17px; }
.spot__meta { margin-top: 24px; display: flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, 0.6); }
.works {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin: 72px 0 56px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--g2);
}
.works b { font-family: var(--f-display); font-weight: 600; font-size: clamp(18px, 1.8vw, 24px); letter-spacing: -0.04em; }
.snips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.snip { background: var(--white); border: 1px solid var(--l1); border-radius: 14px; padding: 28px; display: flex; flex-direction: column; }
.snip__src { font-family: var(--f-display); font-size: 21px; line-height: 1.3; letter-spacing: -0.03em; color: var(--black); }
.snip__tr { margin-top: 10px; color: var(--g1); font-size: 15px; }
.snip__who { margin-top: auto; padding-top: 26px; display: flex; align-items: center; gap: 12px; }
.snip__who .av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--accent));
  color: var(--white);
  font-family: var(--f-mono);
  font-size: 11px;
}
.snip__who b { display: block; font-size: 14.5px; color: var(--black); }
.snip__who .mono { color: var(--g2); }

/* ---------- 12 resources (Create's blog teaser, sticky left) ---------- */

.res { background: var(--l3); padding: var(--sec-y) 0; z-index: 1; }
.res__row {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  margin-top: clamp(64px, 9vw, 110px);
  align-items: start;
}
.res__left { position: sticky; top: calc(var(--nav-h) + 40px); display: grid; gap: 18px; }
.res__left p { color: var(--g1); line-height: 1.6; max-width: 420px; }
.res__list { display: grid; gap: 8px; }
.res__list li { display: flex; gap: 10px; color: var(--ink-3); font-size: 15px; }
.res__list li::before { content: "›"; color: var(--accent); }
.res__left .btn { justify-self: start; }
.res__cards { display: grid; gap: 16px; }
.res__card {
  position: relative;
  min-height: 520px;
  border-radius: 16px;
  overflow: hidden;
  color: var(--white);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
a.res__card { transition: transform 0.35s var(--ease-slide); }
a.res__card:hover { transform: translateY(-4px); }
.res__card--a { background: radial-gradient(80% 80% at 70% 30%, #3b2f96, #120e33 60%, #06050e); }
.res__card--b { background: radial-gradient(80% 80% at 25% 70%, #24479a, #0f1b40 60%, #050912); }
.res__card--c { background: radial-gradient(80% 80% at 60% 60%, #4a3aa8, #181240 60%, #07060f); }
.res__card--d { background: radial-gradient(80% 80% at 30% 30%, #2d3f9e, #121a44 60%, #070a16); }
.res__art {
  position: absolute;
  right: -4%;
  bottom: -8%;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(120px, 16vw, 240px);
  line-height: 1;
  letter-spacing: -0.06em;
  color: rgba(255, 255, 255, 0.08);
  white-space: nowrap;
  pointer-events: none;
}
.res__meta { position: relative; display: flex; justify-content: space-between; align-items: center; color: rgba(255, 255, 255, 0.75); }
.res__card h3 { position: relative; font-family: var(--f-display); font-weight: 500; font-size: clamp(28px, 2.8vw, 40px); line-height: 1.08; letter-spacing: -0.05em; max-width: 480px; }
.res__card p { position: relative; margin-top: 12px; color: rgba(255, 255, 255, 0.7); max-width: 420px; }

/* ---------- 13 book a call (sticky curtain) ---------- */

.book {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 680px;
  background: var(--white);
  overflow: hidden;
  z-index: 1;
}
.book__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(45% 55% at 78% 30%, rgba(153, 165, 246, 0.35), transparent 70%),
    radial-gradient(40% 50% at 12% 85%, rgba(88, 154, 255, 0.18), transparent 70%);
}
/* Faders cover the edges, then collapse outward when the section arrives
   (Create plays this as a timed reveal, not a scrub). Collapsed by default so
   the page still reads without JS. */
.book__fader {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  pointer-events: none;
  z-index: 2;
  transform: scaleX(0);
}
.js .book:not(.in) .book__fader { transform: scaleX(1); }
.js .book:not(.in) [data-part^="book-"] { opacity: 0; }
.book__fader--l { left: 0; background: linear-gradient(90deg, #fff 40%, rgba(255, 255, 255, 0)); transform-origin: left center; }
.book__fader--r { right: 0; background: linear-gradient(270deg, #fff 40%, rgba(255, 255, 255, 0)); transform-origin: right center; }
.book__inner {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding-top: calc(var(--nav-h) + 48px);
  padding-bottom: 40px;
  z-index: 1;
}
.book__kick { display: flex; align-items: center; gap: 12px; color: var(--g1); margin-bottom: 22px; }
.book__kick i { width: 24px; height: 2px; background: var(--accent); }
.book__h {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(40px, 5.2vw, 76px);
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--black);
  max-width: 14em;
}
.book__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
}
.book__stats { display: grid; gap: 14px; }
.book__stats li { display: flex; align-items: center; gap: 12px; color: var(--ink-3); font-size: 16px; }
.book__stats i { width: 8px; height: 8px; border-radius: 2px; background: var(--accent); }
.book__founder {
  width: 300px;
  padding: 18px;
  border-radius: 14px;
  background: var(--white);
  border: 1px solid var(--l1);
  box-shadow: 0 30px 60px -36px rgba(0, 0, 0, 0.35);
}
.book__av { aspect-ratio: 4 / 3; border-radius: 10px; overflow: hidden; background: radial-gradient(80% 80% at 30% 20%, #3b2f96, #120e33 70%); display: grid; place-items: center; }
.book__av .bsmark { height: 72px; }
.book__founder blockquote { margin-top: 16px; font-family: var(--f-display); font-size: 17px; line-height: 1.35; letter-spacing: -0.02em; color: var(--black); }
.book__founder figcaption { margin-top: 12px; }
.book__founder figcaption b { display: block; font-size: 14.5px; }
.book__founder figcaption .mono { color: var(--g2); }
.book__cta { display: grid; justify-items: end; gap: 10px; }
.book__big {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(56px, 8.5vw, 124px);
  line-height: 1;
  letter-spacing: -0.06em;
  color: rgba(20, 20, 20, 0.08);
  white-space: nowrap;
}

/* ---------- 14 footer (slides over the curtain) ---------- */

.footer { position: relative; z-index: 2; background: var(--l3); color: var(--ink); }
.footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-top: clamp(80px, 9vw, 120px);
  padding-bottom: 64px;
}
.footer__h { font-family: var(--f-display); font-weight: 600; font-size: clamp(34px, 3.9vw, 56px); line-height: 1; letter-spacing: -0.05em; }
.footer__news > p { margin-top: 14px; color: var(--g1); }
.news { display: flex; gap: 10px; margin-top: 26px; max-width: 520px; }
.news input {
  flex: 1;
  height: 44px;
  padding: 0 14px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: var(--white);
  font: inherit;
  font-size: 15px;
}
.news input:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.footer__legal { margin-top: 12px; font-size: 13px; color: var(--g2); }
.footer__legal a { color: var(--accent); }
.footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer__k { color: var(--g2); margin-bottom: 14px; }
.footer__cols li + li { margin-top: 8px; }
.footer__cols a { font-family: var(--f-mono); font-size: 13px; text-transform: uppercase; }
.footer__cols a:hover { color: var(--accent); }
.footer__bottom {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  padding-top: 56px;
  padding-bottom: 48px;
  border-top: 1px solid var(--line);
}
.footer__tag { font-family: var(--f-display); font-size: clamp(20px, 1.7vw, 24px); letter-spacing: -0.04em; max-width: 440px; }
.footer__logo { margin-top: 30px; width: min(620px, 100%); height: auto; }
.footer__desc { margin-top: 22px; color: var(--g1); max-width: 440px; }
.footer__copy { margin-top: 26px; color: var(--g2); }
.footer__fine { margin-top: 12px; max-width: 560px; font-size: 12px; line-height: 1.55; color: var(--g2); }
.footer__contact { display: grid; gap: 26px; align-content: start; justify-items: start; }
.footer__contact a { font-size: 16px; }
.footer__contact a:hover { color: var(--accent); }
.footer__site { font-family: var(--f-display); font-weight: 600; font-size: clamp(32px, 3.3vw, 48px); letter-spacing: -0.05em; line-height: 1; }
.footer__up {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  font-size: 22px;
  transition: transform 0.3s var(--ease-slide);
}
.footer__up:hover { transform: translateY(-4px); }

/* ---------- nav: current page ---------- */

.nav__links a[aria-current="page"] { opacity: 1; text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }

/* ---------- 06b two ways in (phone system or Connect) ---------- */

.ways { background: var(--white); padding: var(--sec-y) 0; z-index: 1; }
.ways__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 16px;
  margin-top: clamp(64px, 9vw, 110px);
  align-items: stretch;
}
.way {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  color: var(--ink-3);
}
.way .plus { color: var(--g3); }
.way--connect { background: var(--ink); border-color: var(--ink); color: rgba(255, 255, 255, 0.75); }
.way__name { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.way__name h3 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(30px, 2.8vw, 40px);
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--black);
}
.way--connect .way__name h3 { color: var(--white); }
.way__name .mono { color: var(--g2); }
.way__sys { display: flex; flex-wrap: wrap; gap: 8px; }
.way__sys span {
  padding: 7px 11px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: var(--l3);
  font-family: var(--f-mono);
  font-size: 11px;
  text-transform: uppercase;
}
.way__p { max-width: 520px; font-size: 15.5px; line-height: 1.6; }
.way__list li { display: flex; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--l1); font-size: 15px; }
.way__list li::before { content: "›"; color: var(--accent); }
.way__steps { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; counter-reset: step; }
.way__steps li { counter-increment: step; display: flex; align-items: center; gap: 14px; font-size: 15px; color: rgba(255, 255, 255, 0.85); }
.way__steps li::before {
  content: counter(step);
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--f-mono);
  font-size: 12px;
  background: rgba(109, 90, 232, 0.3);
  color: var(--accent-hi);
}
.way__foot { margin-top: auto; }

/* ---------- Connect app mock (homepage + /connect/) ---------- */

.app {
  border-radius: 14px;
  overflow: hidden;
  background: #0c0a1a;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 50px 100px -40px rgba(0, 0, 0, 0.9);
  color: var(--white);
  font-size: 14px;
  text-align: left;
}
.app__bar { display: flex; align-items: center; gap: 7px; height: 38px; padding: 0 14px; background: rgba(255, 255, 255, 0.04); border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.app__bar i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, 0.18); }
.app__bar .mono { margin-left: 10px; font-size: 11px; color: rgba(255, 255, 255, 0.55); }
.app__body { display: grid; grid-template-columns: 56px 1fr; min-height: 360px; }
.app--sm .app__body { min-height: 0; }
.app__rail { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 16px 0; border-right: 1px solid rgba(255, 255, 255, 0.08); }
.app__rail .bsmark { height: 20px; margin-bottom: 8px; }
.app__rail b { width: 28px; height: 28px; border-radius: 8px; background: rgba(255, 255, 255, 0.06); }
.app__rail b.on { background: rgba(109, 90, 232, 0.45); box-shadow: inset 0 0 0 1px rgba(153, 165, 246, 0.6); }
.app__main { display: flex; flex-direction: column; gap: 14px; padding: 18px; }
.app__call { display: flex; align-items: center; gap: 12px; }
.app__av {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--accent));
  font-weight: 600;
  font-size: 13px;
}
.app__call div { flex: 1; display: grid; gap: 2px; }
.app__call .mono { font-size: 10.5px; color: rgba(255, 255, 255, 0.55); }
.app__caps { display: grid; gap: 8px; }
.app__cap { max-width: 88%; padding: 10px 12px; border-radius: 10px; line-height: 1.4; }
.app__cap small { display: block; margin-bottom: 3px; font-size: 10px; opacity: 0.7; }
.app__cap--in { background: rgba(88, 154, 255, 0.14); border: 1px solid rgba(88, 154, 255, 0.32); }
.app__cap--tr { background: rgba(128, 128, 235, 0.2); border: 1px solid rgba(128, 128, 235, 0.4); color: var(--accent-hi); }
.app__cap--out { justify-self: end; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); }
.app__ctrl { display: flex; gap: 8px; margin-top: auto; }
.app__ctrl span {
  flex: 1;
  padding: 9px 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
  font-family: var(--f-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
.app__ctrl .app__end { background: #d9363e; color: var(--white); }
.app__doc { display: flex; align-items: center; gap: 8px; font-size: 10.5px; color: #6ee7b7; }
.app__doc i { width: 7px; height: 7px; border-radius: 50%; background: #34d399; }

/* ---------- 07b after the call (Intelligence) ---------- */

.iq { background: var(--ink); color: var(--white); padding: var(--sec-y) 0; overflow: hidden; z-index: 1; }
.iq__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  margin-top: clamp(64px, 9vw, 110px);
  align-items: start;
}
.iq__feat { display: grid; grid-template-columns: 36px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.iq__feat:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.iq__feat h3 { font-family: var(--f-display); font-weight: 500; font-size: 20px; letter-spacing: -0.03em; }
.iq__feat p { margin-top: 6px; color: var(--g3); font-size: 14.5px; line-height: 1.55; }
.iq__ctas { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 32px; }
.dash {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.dash__head { display: flex; justify-content: space-between; align-items: center; color: rgba(255, 255, 255, 0.6); }
.dash__tag { padding: 3px 8px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.18); font-size: 10px; }
.dash__site { font-family: var(--f-display); font-size: 22px; letter-spacing: -0.03em; }
.dash__kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.dash__kpi, .dash__langs, .dash__card { padding: 14px; border-radius: 10px; background: rgba(0, 0, 0, 0.35); border: 1px solid rgba(255, 255, 255, 0.08); }
.dash__kpi b { display: block; font-family: var(--f-display); font-size: clamp(26px, 2.4vw, 34px); line-height: 1; letter-spacing: -0.04em; }
.dash__kpi span { display: block; margin-top: 8px; font-size: 10.5px; color: rgba(255, 255, 255, 0.55); }
.dash__langs { display: grid; gap: 8px; }
.dash__lang { display: grid; grid-template-columns: 80px 1fr 40px; align-items: center; gap: 10px; font-size: 13px; }
.dash__bar { height: 8px; border-radius: 4px; background: rgba(255, 255, 255, 0.08); overflow: hidden; }
.dash__bar i { display: block; width: var(--w); height: 100%; border-radius: 4px; background: linear-gradient(90deg, var(--blue), var(--accent)); }
.dash__row { display: grid; grid-template-columns: 1.2fr 1fr; gap: 10px; }
.dash__card { font-size: 13.5px; line-height: 1.45; }
.dash__card p.mono { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 8px; font-size: 10.5px; color: var(--accent-hi); }
.dash__card p + p { margin-top: 8px; color: rgba(255, 255, 255, 0.65); }
.dash__flag { display: flex; align-items: flex-start; gap: 10px; }
.dash__flag + .dash__flag { margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.dash__flag em {
  flex: none;
  padding: 3px 7px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-style: normal;
  font-family: var(--f-mono);
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.dash__flag em.rev { color: #fca5a5; border-color: rgba(248, 113, 113, 0.4); }

/* ---------- subpage hero (same depth language as the home hero) ---------- */

.phero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(var(--nav-h) + 72px) 0 72px;
  background:
    radial-gradient(55% 60% at 72% 45%, rgba(109, 90, 232, 0.38), transparent 70%),
    radial-gradient(35% 40% at 12% 18%, rgba(88, 154, 255, 0.16), transparent 72%),
    var(--black);
  color: var(--white);
  overflow: hidden;
  z-index: 1;
}
.phero__slabs { position: absolute; inset: 0; opacity: 0.5; pointer-events: none; }
.phero .container { position: relative; display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.phero__kick { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; color: var(--accent-hi); }
.phero__h { font-family: var(--f-display); font-weight: 600; font-size: clamp(48px, 7.2vw, 112px); line-height: 0.98; letter-spacing: -0.06em; }
.phero__lead { max-width: 520px; margin-top: 26px; font-family: var(--f-display); font-size: clamp(17px, 1.46vw, 21px); line-height: 1.35; letter-spacing: -0.03em; color: rgba(255, 255, 255, 0.72); }
.phero__ctas { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 34px; }
.phero__meta { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 40px; color: rgba(255, 255, 255, 0.6); }
.phero__meta span { display: flex; align-items: center; gap: 8px; }
.phero__meta span::before { content: ""; width: 6px; height: 6px; border-radius: 2px; background: var(--accent); }
.stat__p { max-width: 290px; margin-top: 10px; font-size: 15px; line-height: 1.55; color: var(--g3); }

/* ---------- responsive ---------- */

@media (max-width: 1199.98px) {
  .svc__body, .how__grid, .faq__grid, .voices__top, .res__row { grid-template-columns: 1fr; }
  .res__left { position: relative; top: 0; }
  .plan { grid-template-columns: 1fr 1fr; }
  .plan__c { grid-column: span 2; }
  .langs__grid { grid-template-columns: repeat(2, 1fr); }
  .stats__grid { grid-template-columns: repeat(2, 1fr); row-gap: 48px; }
  .book__row { grid-template-columns: 1fr 1fr; }
  .book__cta { grid-column: span 2; justify-items: start; }
  .hero__card { width: 34%; }
  .ways__grid, .iq__grid, .phero .container { grid-template-columns: 1fr; }
}

@media (max-width: 809.98px) {
  .nav__links, .nav__contact { display: none; }
  .nav__menu { display: block; }
  .hero { height: auto; min-height: 100svh; padding: calc(var(--nav-h) + 40px) var(--pad) 40px; display: flex; flex-direction: column; gap: 28px; }
  .hero__rail { display: none; }
  .hero__tagline, .hero__stat, .hero__logo, .hero__meta, .hero__ctas, .hero__card {
    position: relative;
    left: auto; right: auto; top: auto; bottom: auto;
    width: 100%;
    max-width: none;
    text-align: left;
  }
  .hero__logo { order: -1; }
  .hero__stat { order: 2; }
  .work__overlay { grid-template-columns: 1fr; grid-template-rows: auto 1fr auto auto auto; gap: 10px; }
  .work__meta, .work__title, .work__year { grid-column: 1; }
  .work__title { grid-row: 3; text-align: left; white-space: normal; }
  .work__meta { grid-row: 4; }
  .work__year { grid-row: 5; justify-self: start; }
  .scene__panel, .scene--health .scene__panel, .scene--support .scene__panel { left: 6%; right: 6%; width: auto; top: 16%; }
  .bento { grid-template-columns: 1fr; }
  .bento__card--wide { grid-column: auto; }
  .plan { grid-template-columns: 1fr; }
  .plan__c { grid-column: auto; }
  .ask { grid-template-columns: 1fr; }
  .langs__grid { grid-template-columns: 1fr 1fr; }
  .langs__more { flex-direction: column; align-items: flex-start; }
  .snips { grid-template-columns: 1fr; }
  .spot__body { grid-template-columns: 1fr; margin-top: 90px; }
  .spot__badge { width: 140px; }
  .book { position: relative; height: auto; min-height: 0; }
  .book__inner { padding-bottom: 60px; }
  .book__row { grid-template-columns: 1fr; }
  .book__cta { grid-column: auto; }
  .book__founder { width: 100%; }
  .book__big { display: none; }
  .footer__top, .footer__bottom { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
  .news { flex-direction: column; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .way { padding: 24px; }
  .dash__kpis { grid-template-columns: 1fr 1fr; }
  .dash__row { grid-template-columns: 1fr; }
  .app__body { grid-template-columns: 44px 1fr; }
  .phero { min-height: 0; padding: calc(var(--nav-h) + 48px) 0 56px; }
  .phero__slabs { display: none; }
}

/* ---------- reduced motion: final states, no scrubbing or loops ----------
   site.js adds html.motion-reduce only when HONOR_REDUCED_MOTION is on and
   the OS asks for it (Create runs its motion regardless, so it is off). */

html.motion-reduce { scroll-behavior: auto; }
.js.motion-reduce [data-anim]:not(.in) { opacity: 1; transform: none; }
.js.motion-reduce .split:not(.in) .sw__i { opacity: 1; }
.js.motion-reduce .book:not(.in) .book__fader { transform: scaleX(0); }
.js.motion-reduce .book:not(.in) [data-part^="book-"] { opacity: 1; }
.js.motion-reduce .work [data-part="image"],
.js.motion-reduce .work [data-part="top"],
.js.motion-reduce .work [data-part="label"] { transform: none; }
.js.motion-reduce .how__bg { transform: none; }
.js.motion-reduce .how [data-fade] { opacity: 1; }
.js.motion-reduce .meter i { opacity: 1; transform: none; }
.motion-reduce .slab,
.motion-reduce .call__wave span,
.motion-reduce .ticker__track,
.motion-reduce .orbit__ring,
.motion-reduce .stamp svg { animation: none; }

/* muted status pill (e.g. "Ended" in the Connect mock) */
.app .pill:not(.pill--live) { border: 1px solid rgba(255, 255, 255, 0.18); color: rgba(255, 255, 255, 0.6); }

/* newsletter status line */
.news__msg { margin-top: 12px; font-size: 14px; line-height: 1.5; }
.news__msg:empty { display: none; }
.news__msg[data-state="ok"] { color: #1f7a4d; }
.news__msg[data-state="error"] { color: #b42318; }

/* ---------- 2026-09-23 language-layer copy ---------- */

.hero__build { margin-top: 12px; color: var(--accent-hi) !important; }

/* long section headlines need a wider measure than the default 9.2em */
.sec-head .stmt__h, .sec-head .stats__h, .sec-head .layer__h { max-width: 14em; }
.stats__scale { max-width: 600px; padding-left: 52px; font-family: var(--f-display); font-size: clamp(20px, 1.8vw, 26px); letter-spacing: -0.03em; color: var(--white); }

/* the big statement */
.stmt { background: var(--night); color: var(--white); padding: var(--sec-y) 0; z-index: 1; }
.stmt__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); margin-top: clamp(56px, 8vw, 110px); align-items: start; }
.stmt__ask p { font-family: var(--f-display); font-size: clamp(22px, 2.2vw, 32px); letter-spacing: -0.03em; line-height: 1.25; color: var(--g3); padding: 14px 0; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.stmt__ask .stmt__q { color: var(--white); border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.stmt__ans { display: grid; gap: 18px; padding: 32px; border-radius: 14px; background: var(--ink); border: 1px solid rgba(255, 255, 255, 0.08); }
.stmt__ans > p { color: var(--g3); font-size: 16px; line-height: 1.6; }
.stmt__same { display: grid; gap: 0; margin-top: 6px; }
.stmt__same li { display: flex; align-items: baseline; gap: 16px; padding: 14px 0; border-top: 1px solid rgba(255, 255, 255, 0.1); font-family: var(--f-display); font-size: clamp(20px, 1.8vw, 26px); letter-spacing: -0.03em; }
.stmt__same .mono { font-size: 11px; color: var(--g2); }
.stmt__same .stmt__diff { color: var(--accent-hi); }

/* agents section reuses the two-ways cards */
.way__lede { font-family: var(--f-display); font-size: clamp(20px, 1.8vw, 24px); letter-spacing: -0.03em; color: var(--ink); }
.way--connect .way__lede { color: var(--white); }
.way__steps--plain li::before { content: "✓"; font-family: var(--f-body); }
.agents .way:not(.way--connect) .way__name h3 { max-width: 14em; }
.agents .way__sys span { font-size: 13px; }
.dev .ask__txt h3 { font-size: clamp(18px, 1.6vw, 22px); }

/* the platform diagram */
.layer { background: var(--white); padding: var(--sec-y) 0; z-index: 1; }
.layer__map { display: grid; justify-items: center; max-width: 820px; margin: clamp(56px, 8vw, 100px) auto 0; padding: clamp(24px, 4vw, 48px); border-radius: 18px; background: var(--ink); color: var(--white); }
.layer__down { display: block; width: 1px; height: 28px; background: linear-gradient(var(--accent-hi), rgba(153, 165, 246, 0.15)); }
.layer__row { display: grid; justify-items: center; gap: 12px; text-align: center; }
.layer__k { font-size: 11px; letter-spacing: 0.08em; color: var(--g3); text-transform: uppercase; }
.layer__chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.layer__chips span, .layer__three span { padding: 9px 16px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.16); font-size: 14px; }
.layer__core { display: flex; align-items: center; gap: 16px; padding: 20px 28px; border-radius: 14px; background: rgba(109, 90, 232, 0.22); border: 1px solid rgba(153, 165, 246, 0.55); }
.layer__core .bsmark { height: 30px; }
.layer__core b { display: block; font-family: var(--f-display); font-size: clamp(22px, 2.2vw, 30px); letter-spacing: -0.04em; }
.layer__core .mono { color: var(--accent-hi); font-size: 12px; }
.layer__three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; width: 100%; max-width: 560px; text-align: center; }
.layer__three span { background: rgba(255, 255, 255, 0.04); }
.layer__three--net span { font-family: var(--f-mono); font-size: 13px; }
.layer__band { display: grid; justify-items: center; gap: 12px; width: 100%; padding: 18px; border-radius: 12px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); }
.layer__band > .mono { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-hi); }
.layer__langs { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px; font-family: var(--f-display); font-size: clamp(18px, 1.7vw, 22px); color: rgba(255, 255, 255, 0.85); }
.layer__row--end p { font-family: var(--f-display); font-size: clamp(22px, 2.4vw, 32px); letter-spacing: -0.04em; }

@media (max-width: 1199.98px) {
  .stmt__grid { grid-template-columns: 1fr; }
}
@media (max-width: 809.98px) {
  .stats__scale { padding-left: 0; }
  .layer__three { grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
  .layer__chips span, .layer__three span { padding: 8px 10px; font-size: 12.5px; }
  .ask.dev { grid-template-columns: 1fr; }
}
@media (max-width: 809.98px) {
  .book__row { margin-top: 40px; }
}
/* six nav links need the menu button earlier than the default 810px */
@media (max-width: 1023.98px) {
  .nav__links, .nav__contact { display: none; }
  .nav__menu { display: block; }
}
