/* ==========================================================================
   Augmify Cinematic — homepage scroll-story styles.
   Loaded only when the cinematic flag is true (home).
   Requires tokens.css + base.css + components.css.

   Principles:
   - Every scene is a complete static composition without JS.
   - GSAP (scenes.js) owns [data-cine] elements; site.js owns [data-reveal].
   - Decorative animation is killed globally by the reduced-motion rule
     in base.css.
   ========================================================================== */

/* ---- Scene shells --------------------------------------------------------- */

.scene {
  position: relative;
}

.scene__inner {
  position: relative;
  z-index: 1;
}

/* Pinned scenes are sized to the viewport so ScrollTrigger pinning never
   clips content; statically they read as full-bleed chapters. */
.scene-pinned {
  min-height: 100svh;
  display: grid;
  align-content: center;
  overflow: clip;
}

/* Statement headings — all-caps display statements (Up Digital style). */
.statement {
  font-size: clamp(2.1rem, 1rem + 4.2vw, 4.25rem);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.04;
  background: linear-gradient(135deg, var(--ink-100) 55%, var(--gold-300) 88%, var(--orange-400) 110%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.statement em {
  font-style: normal;
  -webkit-text-stroke: 1px rgba(232, 180, 90, 0.65);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: transparent;
}

/* Sections that host a ghost word but aren't scenes. */
.has-ghost {
  position: relative;
  overflow: clip;
  isolation: isolate;
}

/* Oversized outline "ghost" words behind each scene header (awwwards-style).
   Faint static outline without JS; scenes.js drifts them on scroll. */
.scene-ghost {
  position: absolute;
  top: clamp(0.5rem, 5vw, 3rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(4.5rem, 19vw, 17rem);
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(247, 244, 239, 0.07);
  user-select: none;
  pointer-events: none;
}

/* Scene headlines step up — bigger display type with a gradient bite. */
.scene .section-header h2 {
  font-size: clamp(2.4rem, 1.2rem + 4.5vw, 4.25rem);
  letter-spacing: -0.035em;
  background: linear-gradient(135deg, var(--ink-100) 55%, var(--gold-300) 88%, var(--orange-400) 110%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Chapter index inside eyebrows — 02…05 */
.eyebrow .chapter {
  color: var(--ink-500);
  margin-right: var(--sp-3);
  letter-spacing: 0.04em;
}

/* Aurora backdrops carried through the story (everswap-style continuity). */
.scene-commercials,
.scene-platform,
.scene-transform {
  isolation: isolate;
}

.scene-commercials::after,
.scene-platform::after,
.scene-transform::after {
  content: "";
  position: absolute;
  inset: -15%;
  z-index: -1;
  background:
    radial-gradient(34% 26% at 84% 18%, rgba(232, 180, 90, 0.07), transparent 65%),
    radial-gradient(36% 28% at 12% 80%, rgba(255, 106, 0, 0.08), transparent 65%);
  filter: blur(46px);
  animation: hero-aurora 22s ease-in-out infinite alternate;
  pointer-events: none;
}

/* Particle canvases — always behind content, never interactive. */
.scene-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* ---- SCENE 1 — hero: kinetic AUGMIFY wordmark ------------------------------ */

.scene-hero {
  overflow: clip;
  isolation: isolate;
}

/* Pre-JS / fallback spark: cinematic radial glow behind the wordmark. */
.scene-hero::before {
  content: "";
  position: absolute;
  inset: -10% -20%;
  z-index: 0;
  background:
    radial-gradient(38rem 24rem at 50% 38%, rgba(255, 106, 0, 0.15), transparent 60%),
    radial-gradient(22rem 15rem at 50% 38%, rgba(232, 180, 90, 0.12), transparent 65%),
    radial-gradient(60rem 40rem at 50% 110%, rgba(154, 58, 0, 0.10), transparent 70%);
  pointer-events: none;
}

/* Drifting aurora blobs — soft, slow, premium (everswap-style backdrop). */
.scene-hero::after {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: 0;
  background:
    radial-gradient(38% 30% at 18% 72%, rgba(255, 106, 0, 0.12), transparent 65%),
    radial-gradient(34% 28% at 82% 26%, rgba(232, 180, 90, 0.10), transparent 65%),
    radial-gradient(26% 22% at 60% 85%, rgba(64, 98, 140, 0.10), transparent 65%);
  filter: blur(42px);
  animation: hero-aurora 18s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes hero-aurora {
  to { transform: translate3d(4%, -3%, 0) scale(1.1) rotate(2deg); }
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--sp-8);
  justify-items: center;
  text-align: center;
}

/* Kinetic wordmark — fully assembled is the static/no-JS/reduced final state;
   scenes.js flies the letters in from 3D scatter and tilts on pointer. */
.kinetic-stage {
  perspective: 1000px;
  max-width: 100%;
}

.kinetic-word {
  display: flex;
  justify-content: center;
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(3.25rem, 12vw + 0.5rem, 11rem);
  line-height: 1;
  letter-spacing: -0.045em;
  transform-style: preserve-3d;
  filter: drop-shadow(0 0 32px rgba(255, 106, 0, 0.22));
  max-width: none;
}

.kinetic-letter {
  display: inline-block;
  background: linear-gradient(180deg, #ffffff 0%, var(--ink-100) 34%, var(--gold-300) 62%, var(--orange-500) 105%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  will-change: transform;
}

.hero__copy {
  display: grid;
  gap: var(--sp-5);
  justify-items: center;
}

/* The h1 steps down — the kinetic wordmark carries the visual weight. */
.hero__title {
  font-size: clamp(1.5rem, 1rem + 1.8vw, 2.5rem);
  line-height: 1.15;
  max-width: 22ch;
}

.hero__sub {
  max-width: 52ch;
}

.hero__scroll-hint {
  position: absolute;
  left: 50%;
  bottom: var(--sp-6);
  transform: translateX(-50%);
  z-index: 1;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-500);
  animation: hero-hint-bob 2.6s var(--ease-out) infinite;
}

.hero__scroll-hint::after {
  content: "";
  display: block;
  width: 1px;
  height: var(--sp-6);
  margin: var(--sp-2) auto 0;
  background: linear-gradient(180deg, var(--orange-500), transparent);
}

@keyframes hero-hint-bob {
  0%, 100% { transform: translate(-50%, 0); opacity: 0.8; }
  50% { transform: translate(-50%, 6px); opacity: 1; }
}

/* ---- SCENE 2 — content creation ------------------------------------------- */

.scene-content {
  isolation: isolate;
}

.content-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--sp-5);
  grid-template-columns: 1fr;
  align-items: start;
}

@media (min-width: 40em) {
  .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 64em) {
  .content-grid {
    grid-template-columns: 1.1fr 0.8fr 0.95fr 1.15fr;
    align-items: center;
  }
}

.content-card {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  padding: var(--sp-4);
}

.content-card__label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-500);
}

/* Media frames — fallback gradient layer always renders underneath; the
   <video>/<img> sits on top once (and only if) it loads. */
.media-frame {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius-card) - 6px);
  background: var(--bg-2);
}

.media-frame--portrait { aspect-ratio: 9 / 16; }
.media-frame--square { aspect-ratio: 1; }
.media-frame--landscape { aspect-ratio: 16 / 10; }

.media-frame > video,
.media-frame > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-fallback {
  position: absolute;
  inset: 0;
}

/* (b) short-form fallback — slow aurora drift in brand embers */
.media-fallback--aurora {
  background:
    linear-gradient(165deg, #2a1304, #0b0b0e 38%, #3a1c05 68%, #131c28 100%);
  background-size: 180% 180%;
  animation: aurora-shift 11s ease-in-out infinite alternate;
}

.media-fallback--aurora::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 38% at 50% 78%, rgba(255, 106, 0, 0.30), transparent 70%);
}

@keyframes aurora-shift {
  from { background-position: 0% 0%; }
  to { background-position: 100% 100%; }
}

/* (c) product-shot fallback — studio pedestal under a warm key light */
.media-fallback--product {
  background:
    radial-gradient(120% 80% at 50% 12%, rgba(255, 133, 52, 0.30), transparent 55%),
    linear-gradient(180deg, #17171d, #0a0a0d 70%);
}

.media-fallback--product::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 34%;
  width: 34%;
  aspect-ratio: 1 / 1.4;
  transform: translateX(-50%);
  border-radius: 14% / 8%;
  background: linear-gradient(180deg, #2c2c34, #16161b);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6), 0 0 32px rgba(255, 106, 0, 0.12);
}

.media-fallback--product::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12%;
  width: 56%;
  height: 8%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(232, 180, 90, 0.22), transparent 75%);
}

/* (d) motion graphics — pure CSS conic bloom + grid overlay */
.motion-gfx {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #0a0a0d;
}

.motion-gfx::before {
  content: "";
  position: absolute;
  inset: -45%;
  background: conic-gradient(from 20deg, var(--orange-500), var(--gold-400) 32%, #131c28 55%, var(--ember-700) 78%, var(--orange-500));
  filter: blur(30px) saturate(1.15);
  opacity: 0.85;
  animation: gfx-spin 16s linear infinite;
}

.motion-gfx::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(5, 5, 6, 0.55) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(0deg, rgba(5, 5, 6, 0.55) 0 1px, transparent 1px 28px);
}

@keyframes gfx-spin {
  to { transform: rotate(1turn); }
}

/* (a) social post mock — pure HTML/CSS */
.social-mock {
  display: grid;
  gap: var(--sp-3);
  padding: var(--sp-2);
}

.social-mock__head {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}

.social-mock__avatar {
  width: 36px;
  height: 36px;
  flex: none;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange-500), var(--gold-400));
  box-shadow: 0 0 14px rgba(255, 106, 0, 0.4);
}

.social-mock__id {
  display: grid;
  line-height: 1.3;
}

.social-mock__name {
  font-weight: 600;
  font-size: var(--text-small);
}

.social-mock__meta {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: var(--ink-500);
}

.social-mock__img {
  aspect-ratio: 4 / 3;
  border-radius: calc(var(--radius-card) - 8px);
  background:
    radial-gradient(80% 60% at 70% 20%, rgba(232, 180, 90, 0.28), transparent 60%),
    linear-gradient(150deg, #23150a, #0c0c10 70%);
}

.social-mock__copy {
  font-size: var(--text-small);
  color: var(--ink-300);
}

.social-mock__row {
  display: flex;
  gap: var(--sp-5);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--ink-500);
}

/* Mono caption with steps() type-on (29 chars), gated by .in-view via
   site.js. Without JS the caption renders complete and static. */
.gen-caption {
  margin-top: var(--sp-8);
  text-align: center;
  font-family: var(--font-mono);
  font-size: var(--text-eyebrow);
  letter-spacing: 0.08em;
  color: var(--gold-400);
}

.type-on {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  border-right: 1px solid transparent;
  padding-right: 2px;
}

html.js .gen-caption.in-view .type-on {
  animation:
    type-on 2.7s steps(31, end) 0.35s both,
    caret-blink 0.9s step-end 0.35s infinite;
}

@keyframes type-on {
  from { width: 0; }
  to { width: 31ch; }
}

@keyframes caret-blink {
  0%, 100% { border-right-color: var(--orange-500); }
  50% { border-right-color: transparent; }
}

/* ---- SCENE 3 — commercial deck --------------------------------------------- */

/* Mobile-first: horizontal scroll-snap row (no pinning). */
.deck {
  display: flex;
  gap: var(--sp-5);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-block: var(--sp-4);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.deck::-webkit-scrollbar {
  display: none;
}

.deck__panel {
  flex: 0 0 min(84vw, 30rem);
  scroll-snap-align: center;
  display: grid;
  gap: var(--sp-4);
  padding: var(--sp-4);
}

/* Desktop static fallback (no JS / reduced motion): 2x2 grid. */
@media (min-width: 64em) {
  .deck {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: visible;
    scroll-snap-type: none;
  }

  .deck__panel {
    flex: none;
  }
}

/* Cinematic mode — scenes.js adds .deck--cinema on capable desktops:
   panels stack in one grid cell, GSAP scrubs the camera move. */
html.js .deck--cinema {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  overflow: visible;
}

html.js .deck--cinema .deck__panel {
  grid-area: 1 / 1;
  width: min(100%, 54rem);
  will-change: transform;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

/* 16:9 media with a premium gold light-sweep fallback — must look rich
   without any video file. Base gradient varies per sector. */
.deck__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: calc(var(--radius-card) - 6px);
  background: linear-gradient(160deg, #15100a, #0a0a0d 65%);
}

.deck__media > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deck__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
}

/* Sector lighting setups */
.deck__media[data-sector="luxury"]::before {
  background:
    radial-gradient(120% 90% at 80% 0%, rgba(232, 180, 90, 0.30), transparent 55%),
    radial-gradient(80% 60% at 12% 100%, rgba(154, 58, 0, 0.35), transparent 60%),
    linear-gradient(160deg, #16110a, #0a0a0d 65%);
}

.deck__media[data-sector="fnb"]::before {
  background:
    radial-gradient(100% 80% at 22% 8%, rgba(255, 106, 0, 0.32), transparent 55%),
    radial-gradient(70% 60% at 85% 95%, rgba(232, 180, 90, 0.16), transparent 60%),
    linear-gradient(160deg, #1c0d06, #0b0a0d 70%);
}

.deck__media[data-sector="technology"]::before {
  background:
    radial-gradient(110% 90% at 82% 100%, rgba(64, 98, 140, 0.32), transparent 58%),
    radial-gradient(60% 50% at 12% 0%, rgba(255, 106, 0, 0.18), transparent 55%),
    linear-gradient(160deg, #0b1016, #08080c 70%);
}

.deck__media[data-sector="retail"]::before {
  background:
    radial-gradient(100% 80% at 78% 6%, rgba(255, 133, 52, 0.28), transparent 55%),
    radial-gradient(70% 55% at 14% 96%, rgba(232, 90, 122, 0.14), transparent 60%),
    linear-gradient(160deg, #170e0d, #0a0a0d 70%);
}

/* The gold light sweep itself */
.deck__media::after {
  content: "";
  position: absolute;
  inset: -30%;
  background: linear-gradient(115deg,
    transparent 40%,
    rgba(232, 180, 90, 0.20) 49%,
    rgba(255, 106, 0, 0.10) 54%,
    transparent 64%);
  transform: translateX(-70%);
  animation: gold-sweep 6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  pointer-events: none;
}

@keyframes gold-sweep {
  0% { transform: translateX(-70%); }
  55%, 100% { transform: translateX(70%); }
}

.deck__caption {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--sp-3);
  font-size: var(--text-small);
  color: var(--ink-300);
}

/* ---- SCENE 4 — platform ----------------------------------------------------- */

.platform-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--sp-12);
  align-items: center;
  perspective: 1400px;
}

@media (min-width: 64em) {
  .platform-layout {
    grid-template-columns: 0.85fr 1.15fr;
  }
}

.platform-copy .section-header {
  margin-block-end: var(--sp-8);
}

.platform-bullets {
  list-style: none;
  margin: 0 0 var(--sp-8);
  padding: 0;
  display: grid;
  gap: var(--sp-3);
  font-size: var(--text-small);
  color: var(--ink-300);
}

@media (min-width: 40em) {
  .platform-bullets {
    grid-template-columns: repeat(2, 1fr);
    column-gap: var(--sp-6);
  }
}

.platform-bullets li {
  position: relative;
  padding-left: var(--sp-5);
}

.platform-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange-500), var(--gold-400));
}

.platform-frame {
  transform-style: preserve-3d;
  min-width: 0;
}

/* ---- SCENE 5 — transformation node graph ------------------------------------- */

.nodegraph-figure {
  position: relative;
  z-index: 1;
  margin: 0;
}

.nodegraph {
  width: 100%;
  height: auto;
}

.nodegraph--mobile {
  display: none;
  max-width: 24rem;
  margin-inline: auto;
}

@media (max-width: 47.99em) {
  .nodegraph--desktop { display: none; }
  .nodegraph--mobile { display: block; }
}

.graph-node rect {
  fill: rgba(255, 255, 255, 0.05);
  stroke: rgba(255, 255, 255, 0.14);
  stroke-width: 1;
}

.graph-node text {
  fill: var(--ink-100);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
}

.nodegraph--mobile .graph-node text {
  font-size: 13px;
}

.graph-node--core rect {
  stroke: var(--glass-stroke-hot);
  fill: rgba(255, 106, 0, 0.06);
}

.graph-node--core text {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.graph-link {
  stroke: rgba(255, 255, 255, 0.16);
  stroke-width: 1.5;
}

/* Flowing-data pulse — visible dashes statically; the travel animation only
   starts once site.js marks the figure .in-view. */
.graph-pulse {
  stroke: var(--orange-500);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 5 95;
  opacity: 0.55;
}

html.js .nodegraph-figure.in-view .graph-pulse {
  opacity: 1;
  animation: graph-flow 3.4s linear infinite;
}

html.js .nodegraph-figure.in-view .graph-pulse:nth-of-type(7) { animation-delay: 0.5s; }
html.js .nodegraph-figure.in-view .graph-pulse:nth-of-type(8) { animation-delay: 1.1s; }
html.js .nodegraph-figure.in-view .graph-pulse:nth-of-type(9) { animation-delay: 1.7s; }
html.js .nodegraph-figure.in-view .graph-pulse:nth-of-type(10) { animation-delay: 2.3s; }

@keyframes graph-flow {
  to { stroke-dashoffset: -100; }
}

/* ---- SCENE 6 — finale --------------------------------------------------------- */

.scene-finale {
  min-height: 92svh;
  text-align: center;
  isolation: isolate;
}

.scene-finale::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(40rem 26rem at 50% 55%, rgba(255, 106, 0, 0.10), transparent 65%);
  pointer-events: none;
}

.finale__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: var(--sp-10);
}

.finale-mark {
  width: clamp(7rem, 16vw, 11rem);
  filter: drop-shadow(0 0 36px rgba(255, 106, 0, 0.35));
}

.finale-tagline {
  font-size: var(--text-h2);
  letter-spacing: -0.025em;
}

.finale-word {
  display: inline-block;
  white-space: nowrap;
  margin-inline: 0.14em;
}

.finale-letter {
  display: inline-block;
  will-change: transform;
}

/* ---- Trust strip ---------------------------------------------------------------- */

.trust__line {
  margin-inline: auto;
  text-align: center;
  font-family: var(--font-mono);
  font-size: var(--text-eyebrow);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-300);
  max-width: none;
}

.trust__line span {
  color: var(--orange-500);
  margin-inline: var(--sp-2);
}

/* ---- Text marquee — disciplines strip --------------------------------------------- */

.text-marquee {
  display: flex;
  overflow: hidden;
  border-block: 1px solid var(--glass-stroke);
  padding-block: var(--sp-5);
}

.text-marquee__track {
  display: flex;
  align-items: center;
  gap: var(--sp-8);
  padding-inline-end: var(--sp-8);
  flex: none;
  min-width: 100%;
  white-space: nowrap;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(247, 244, 239, 0.35);
  animation: marquee-scroll 32s linear infinite;
}

.text-marquee__spark {
  -webkit-text-stroke: 0;
  color: var(--orange-500);
  font-size: 0.6em;
}

@media (prefers-reduced-motion: reduce) {
  .text-marquee__track {
    animation: none;
  }
}

/* ---- Statement band ------------------------------------------------------------------ */

.statement-band .statement {
  margin-block: var(--sp-4) var(--sp-5);
  max-width: 18ch;
}

/* ---- Stats band ("What we've delivered") ---------------------------------------------- */

.stats-grid {
  margin: 0;
}

.stat {
  display: grid;
  gap: var(--sp-2);
  padding-block: var(--sp-5);
  border-top: 1px solid var(--glass-stroke);
}

.stat__label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-500);
}

.stat__num {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.6rem, 2rem + 3vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.03em;
  background: linear-gradient(180deg, var(--ink-100) 30%, var(--gold-300) 75%, var(--orange-400));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---- Engineering bench rows ------------------------------------------------------------ */

.eng-list {
  display: grid;
}

.eng-row {
  display: grid;
  gap: var(--sp-2) var(--sp-8);
  padding-block: var(--sp-6);
  border-top: 1px solid var(--glass-stroke);
  align-items: baseline;
}

.eng-row:last-child {
  border-bottom: 1px solid var(--glass-stroke);
}

@media (min-width: 64em) {
  .eng-row {
    grid-template-columns: 6rem 1fr 1.4fr;
  }
}

.eng-row__num {
  font-family: var(--font-mono);
  font-size: var(--text-eyebrow);
  color: var(--orange-400);
}

.eng-row h3 {
  font-weight: 700;
}

.eng-row p {
  color: var(--ink-300);
  font-size: var(--text-small);
  max-width: 52ch;
}

/* ---- Differentiator cards --------------------------------------------------------------- */

.diff-card {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  height: 100%;
}

.diff-card__num {
  font-family: var(--font-mono);
  font-size: var(--text-eyebrow);
  color: var(--gold-400);
}

.diff-card p {
  color: var(--ink-300);
  font-size: var(--text-small);
}

/* ---- Business model cards -------------------------------------------------------------- */

.model-card {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  height: 100%;
}

.model-card__tag {
  align-self: flex-start;
}

.model-card p:last-child {
  color: var(--ink-300);
  font-size: var(--text-small);
}

/* ---- Shared "see more" row -------------------------------------------------------------- */

.section-more {
  margin-top: clamp(var(--sp-8), 4vw, var(--sp-12));
  text-align: center;
  max-width: none;
}

/* ---- Save-data: dim heavy decorative layers ---------------------------------------------- */

html.save-data .motion-gfx::before,
html.save-data .media-fallback--aurora {
  animation: none;
}
