/* ==========================================================
   FULL STACK VAs — Ink Navy / Signal Violet
   ========================================================== */
:root {
  --ink: #0E1126;            /* base dark */
  --ink-2: #070917;          /* deeper section */
  --black: #05060e;
  --violet: #5B3FD9;         /* signal violet */
  --violet-soft: #8B74F0;
  --lavender: #CFC5F7;       /* pill fill */
  --lavender-2: #B9AAF4;
  --cream: #F3F2EE;          /* light sections */
  --cream-text: #12142e;
  --white: #F7F6FB;
  --muted: rgba(247, 246, 251, 0.62);
  --card-dark: #14173a;
  --radius: 24px;
  --font-sans: "Geist", -apple-system, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, monospace;
  --font-display: "Anton", "Arial Narrow", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  background: var(--ink);
  color: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.mono { font-family: var(--font-mono); letter-spacing: 0.04em; }

h1, h2, h3 { font-weight: 600; letter-spacing: -0.03em; line-height: 1.04; }

/* ---------- Pills ---------- */
.pill {
  display: inline-block;
  background: var(--lavender);
  color: var(--ink);
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 6px;
  text-transform: uppercase;
}
.pill-dark { background: var(--ink); color: var(--lavender); }

/* ---------- Buttons ---------- */
.btn-frame {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(207, 197, 247, 0.35);
  border-radius: 10px;
  padding: 14px 14px 14px 22px;
  font-size: 14px;
  transition: border-color 0.3s ease, background 0.3s ease;
  background: rgba(14, 17, 38, 0.35);
  backdrop-filter: blur(6px);
}
.btn-frame:hover { border-color: var(--lavender); background: rgba(91, 63, 217, 0.15); }
.btn-chip {
  width: 34px; height: 34px;
  background: var(--violet);
  color: var(--white);
  border-radius: 8px;
  display: grid; place-items: center;
  transition: transform 0.3s ease;
}
.btn-chip svg { width: 15px; height: 15px; }
.btn-frame:hover .btn-chip { transform: translateX(4px); }
.btn-solid {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: var(--lavender);
  color: var(--ink);
  border-radius: 12px;
  padding: 16px 16px 16px 26px;
  font-size: 15px;
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn-solid:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(91, 63, 217, 0.45); }
.btn-chip-dark { background: var(--ink); color: var(--lavender); }

/* ---------- Flow canvas (particle story) ---------- */
#flow {
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none;
}
main, .footer { position: relative; z-index: 1; }

/* ---------- Call button (distinct from form CTA) ---------- */
.btn-call {
  display: inline-flex; align-items: center; gap: 12px;
  border: 1px solid rgba(207, 197, 247, 0.4);
  border-radius: 999px;
  padding: 15px 26px;
  color: var(--lavender);
  font-size: 14px;
  transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.btn-call svg { width: 17px; height: 17px; }
.btn-call:hover { border-color: var(--lavender); background: rgba(91, 63, 217, 0.18); color: var(--white); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-call {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; letter-spacing: 0.08em;
  border: 1px solid rgba(207, 197, 247, 0.4);
  border-radius: 999px;
  padding: 11px 20px;
  color: var(--lavender);
  transition: border-color 0.3s, background 0.3s;
}
.nav-call svg { width: 14px; height: 14px; }
.nav-call:hover { border-color: var(--lavender); background: rgba(91, 63, 217, 0.18); }

/* ==========================================================
   PRELOADER
   ========================================================== */
.preloader {
  position: fixed; inset: 0; z-index: 1000;
  background: var(--ink-2);
  display: grid; place-items: center;
  transition: opacity 0.9s ease, visibility 0.9s;
}
.preloader.done { opacity: 0; visibility: hidden; }
.preloader-core { display: grid; place-items: center; gap: 14px; }
.preloader-hourglass {
  width: 34px; height: 34px; color: var(--lavender);
  animation: hg-flip 2.4s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@keyframes hg-flip {
  0%, 40% { transform: rotate(0deg); }
  60%, 100% { transform: rotate(180deg); }
}
.preloader-count {
  font-family: var(--font-mono);
  font-size: 12px; color: var(--muted); letter-spacing: 0.2em;
}
.preloader-shard {
  position: absolute; border-radius: 30% 70% 60% 40% / 50% 40% 60% 50%;
  background: radial-gradient(circle at 30% 30%, #232856, #0a0d20);
  opacity: 0; animation: shard-in 1.6s ease forwards;
  box-shadow: 0 0 60px rgba(91, 63, 217, 0.2);
}
.shard-a { width: 130px; height: 110px; left: 8%; bottom: 12%; animation-delay: 0.2s; }
.shard-b { width: 70px; height: 60px; right: 14%; top: 18%; animation-delay: 0.5s; }
.shard-c { width: 95px; height: 85px; right: 6%; bottom: 22%; animation-delay: 0.8s; }
@keyframes shard-in {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 0.85; transform: translateY(0); }
}

/* ==========================================================
   NAV
   ========================================================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  display: flex; justify-content: space-between; align-items: center;
  padding: 26px 36px;
  transition: transform 0.4s ease;
}
.nav.hidden { transform: translateY(-110%); }
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  font-size: 22px; font-weight: 600; letter-spacing: -0.02em;
}
.nav-mark { width: 26px; height: 26px; color: var(--lavender); }
.nav-menu-btn {
  font-family: var(--font-mono);
  font-size: 13px; letter-spacing: 0.08em;
  background: var(--lavender); color: var(--ink);
  border: none; border-radius: 8px;
  padding: 12px 22px; cursor: pointer;
  transition: background 0.3s ease;
}
.nav-menu-btn:hover { background: var(--white); }

/* menu overlay */
.menu-overlay {
  position: fixed; inset: 0; z-index: 890;
  background: rgba(7, 9, 23, 0.96);
  backdrop-filter: blur(18px);
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 8vw;
  opacity: 0; visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s;
}
.menu-overlay.open { opacity: 1; visibility: visible; }
.menu-links a {
  display: flex; align-items: baseline; gap: 22px;
  font-size: clamp(34px, 6vw, 64px);
  font-weight: 600; letter-spacing: -0.03em;
  padding: 14px 0;
  border-bottom: 1px solid rgba(207, 197, 247, 0.12);
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.menu-links a:hover { color: var(--violet-soft); padding-left: 12px; }
.menu-num { font-family: var(--font-mono); font-size: 14px; color: var(--violet-soft); }
.menu-foot { margin-top: 8vh; font-size: 12px; color: var(--muted); letter-spacing: 0.15em; }

/* ==========================================================
   HERO (fullscreen video background, poster layout)
   ========================================================== */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 14vh 36px 8vh;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg video { width: 100%; height: 100%; object-fit: cover; }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(14, 17, 38, 0.82) 0%, rgba(14, 17, 38, 0.45) 45%, rgba(14, 17, 38, 0.15) 100%),
    linear-gradient(to bottom, rgba(14, 17, 38, 0.6), transparent 24%, transparent 70%, var(--ink) 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 1240px; width: 100%; margin: 0 auto; }
.hero-eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-size: clamp(11px, 1.2vw, 13px); letter-spacing: 0.3em;
  color: rgba(247, 246, 251, 0.72);
  margin-bottom: clamp(24px, 3.5vh, 40px);
}
.hero-eyebrow-icon { width: 17px; height: 17px; color: var(--lavender-2); flex: none; }
.hero-display {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: 0.01em;
  font-size: clamp(2.8rem, 8vw, 7rem);
}
.hero-display span { display: block; }
.hero-display span:nth-child(2) { color: var(--lavender-2); }
.hero-lede {
  margin-top: clamp(24px, 3.5vh, 36px);
  color: rgba(247, 246, 251, 0.72);
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 1.6;
  max-width: 44ch;
}
.hero-lede strong { color: var(--white); font-weight: 600; }
.hero-cta {
  margin-top: clamp(30px, 4.5vh, 44px);
  display: flex; flex-wrap: wrap; align-items: center; gap: clamp(16px, 2.5vw, 28px);
}
.hero-badge {
  display: flex; align-items: center; gap: 12px;
  color: rgba(247, 246, 251, 0.6);
}
.hero-badge svg { width: 30px; height: 30px; color: rgba(207, 197, 247, 0.5); }
.hero-badge .mono { font-size: 11px; letter-spacing: 0.14em; line-height: 1.5; }
.hero-stats {
  margin-top: clamp(34px, 6vh, 60px);
  display: flex; flex-wrap: wrap; gap: clamp(24px, 5vw, 64px);
}
.hstat b {
  display: block;
  font-size: clamp(26px, 3.4vw, 48px);
  font-weight: 700; letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
/* odometer: slot-machine digit reels */
.odo { display: inline-flex; overflow: hidden; height: 1.1em; line-height: 1.1; vertical-align: bottom; }
.odo-static { display: inline-block; }
.odo-reel { display: inline-block; }
.odo-reel span { display: block; height: 1.1em; }
.odo.go .odo-reel { transition: transform 1.3s cubic-bezier(0.65, 0, 0.35, 1); }
.hstat .mono {
  display: block; margin-top: 5px;
  font-size: clamp(9px, 1vw, 12px); letter-spacing: 0.18em;
  color: rgba(247, 246, 251, 0.5);
}

/* staggered entrance */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.anim-up { opacity: 0; animation: fade-up 0.8s ease-out forwards; }
.anim-up.d1 { animation-delay: 0.2s; }
.anim-up.d2 { animation-delay: 0.4s; }
.anim-up.d3 { animation-delay: 0.6s; }
.anim-up.d4 { animation-delay: 0.8s; }
body:not(.loaded) .anim-up { animation-play-state: paused; }

/* ==========================================================
   MARQUEE
   ========================================================== */
.marquee {
  position: relative; z-index: 2;
  overflow: hidden;
  padding: 22px 0;
  border-top: 1px solid rgba(207, 197, 247, 0.12);
  border-bottom: 1px solid rgba(207, 197, 247, 0.12);
  background: rgba(7, 9, 23, 0.4);
}
.marquee-track {
  display: flex; white-space: nowrap;
  animation: marquee 28s linear infinite;
  font-size: 15px; letter-spacing: 0.22em;
  color: rgba(207, 197, 247, 0.55);
  text-transform: uppercase;
}
.marquee-track span { padding-right: 0.5ch; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .anim-up { animation-duration: 0.01s; }
}

/* ==========================================================
   CUSTOM CURSOR
   ========================================================== */
.cursor { position: fixed; inset: 0; z-index: 1200; pointer-events: none; display: none; }
@media (pointer: fine) { .cursor { display: block; } }
.cursor-dot, .cursor-ring {
  position: absolute; top: 0; left: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.cursor-dot { width: 7px; height: 7px; background: var(--lavender); }
.cursor-ring {
  width: 38px; height: 38px;
  border: 1.5px solid rgba(139, 116, 240, 0.65);
  transition: width 0.3s ease, height 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
.cursor.on-link .cursor-ring {
  width: 62px; height: 62px;
  background: rgba(91, 63, 217, 0.18);
  border-color: var(--lavender);
}
.cursor.on-link .cursor-dot { background: var(--white); }
.cursor.hidden { opacity: 0; }

/* magnetic buttons */
[data-magnetic] { will-change: transform; }

/* ==========================================================
   NAV CENTER LINKS
   ========================================================== */
.nav-links {
  position: absolute; left: 50%; transform: translateX(-50%);
  display: flex; gap: 34px;
}
.nav-links a {
  position: relative;
  font-size: 12.5px; letter-spacing: 0.18em;
  color: rgba(247, 246, 251, 0.75);
  transition: color 0.3s ease;
}
.nav-links a:hover { color: var(--white); }
@media (max-width: 1020px) { .nav-links { display: none; } }

/* trionn char-scatter link swap */
.scatter-layer { display: inline-block; }
.scatter-layer .ch { display: inline-block; will-change: transform, opacity, filter; }
.scatter-clone { position: absolute; left: 0; top: 0; }
.scatter-clone .ch { opacity: 0; }
a.scattering .scatter-orig .ch {
  transition: transform 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19), opacity 0.3s, filter 0.3s;
  opacity: 0; filter: blur(5px);
}
a.scattering .scatter-orig .ch:nth-child(odd) { transform: translateY(-10px); }
a.scattering .scatter-orig .ch:nth-child(even) { transform: translateY(10px); }
a.scattering .scatter-clone .ch { transition: opacity 0.4s ease; opacity: 1; }

/* num-cards 3D flip-down (desktop) */
@media (min-width: 861px) and (prefers-reduced-motion: no-preference) {
  .num-cards { perspective: 1200px; }
  .num-card {
    transform: rotateX(-92deg);
    transform-origin: center top;
    opacity: 0;
    transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.55s ease;
    will-change: transform, opacity;
  }
}

/* marquee: pause on hover, trionn-style */
.marquee:hover .marquee-track { animation-play-state: paused; }

/* ==========================================================
   DOOR SELECTOR
   ========================================================== */
.selector { position: relative; z-index: 2; padding: 0 36px 10vh; }
.selector-inner {
  max-width: 1240px; margin: 0 auto;
  border: 1px solid rgba(207, 197, 247, 0.16);
  border-radius: 18px;
  background: rgba(17, 20, 48, 0.55);
  backdrop-filter: blur(10px);
  padding: 26px 28px;
}
.selector-q { font-size: 13px; letter-spacing: 0.14em; color: var(--violet-soft); margin-bottom: 18px; }
.selector-doors { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; }
.door {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  border: 1px solid rgba(207, 197, 247, 0.18);
  border-radius: 12px;
  padding: 18px 20px;
  font-size: 15px; font-weight: 500; letter-spacing: -0.01em;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.door:hover { background: rgba(91, 63, 217, 0.2); border-color: var(--violet-soft); transform: translateY(-2px); }
.door-arrow { color: var(--violet-soft); transition: transform 0.3s ease; }
.door:hover .door-arrow { transform: translateX(4px); }
.door-unsure { background: var(--lavender); color: var(--ink); border-color: var(--lavender); }
.door-unsure .door-arrow { color: var(--violet); }
.door-unsure:hover { background: var(--white); }

/* ==========================================================
   STATEMENT (full-bleed video + overlay text)
   ========================================================== */
.statement { position: relative; min-height: 160vh; }
.statement-media { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.statement-media video { width: 100%; height: 100%; object-fit: cover; }
.statement-scrim { position: absolute; inset: 0; background: rgba(10, 12, 30, 0.45); }
.statement-inner {
  position: relative; margin-top: -100vh; height: 160vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 0 6vw; gap: 26px;
}
.statement-eyebrow { font-size: 13px; letter-spacing: 0.14em; color: var(--lavender); }
.statement-title {
  font-size: clamp(30px, 4.2vw, 58px);
  max-width: 22ch; font-weight: 600;
  text-shadow: 0 4px 40px rgba(5, 6, 14, 0.6);
}
/* trionn-style scroll-scrubbed color fill: words light up as you read */
.statement-title .w { display: inline-block; color: rgba(247, 246, 251, 0.16); transition: color 0.18s linear; }
.statement-title .w.on { color: var(--white); }

/* ==========================================================
   METHOD
   ========================================================== */
.method { position: relative; background: transparent; padding: 16vh 36px 18vh; }
.method-inner { position: relative; z-index: 1; max-width: 1200px; }
.method-title { font-size: clamp(34px, 4.4vw, 62px); max-width: 18ch; margin-bottom: 28px; }
.title-arrow { color: var(--violet-soft); font-size: 0.7em; vertical-align: 0.15em; margin-right: 6px; }
.method-lede { max-width: 62ch; color: var(--muted); font-size: 18px; line-height: 1.55; margin-bottom: 64px; }

.accordion { display: flex; flex-direction: column; gap: 12px; max-width: 1100px; }
.acc-item {
  background: rgba(207, 197, 247, 0.06);
  border: 1px solid rgba(207, 197, 247, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  overflow: hidden;
  transition: background 0.3s ease;
}
.acc-item:hover { background: rgba(207, 197, 247, 0.1); }
.acc-head {
  width: 100%; display: flex; align-items: center; gap: 18px;
  background: none; border: none; cursor: pointer;
  padding: 24px 26px; color: var(--white);
  font-family: var(--font-mono); font-size: 17px; letter-spacing: 0.05em;
  text-align: left;
}
.acc-num { color: var(--violet-soft); font-size: 14px; }
.acc-label { flex: 1; }
.acc-plus { position: relative; width: 16px; height: 16px; flex: none; }
.acc-plus::before, .acc-plus::after {
  content: ""; position: absolute; background: var(--lavender);
  transition: transform 0.35s ease;
}
.acc-plus::before { left: 0; right: 0; top: 7px; height: 2px; }
.acc-plus::after { top: 0; bottom: 0; left: 7px; width: 2px; }
.acc-item.open .acc-plus::after { transform: scaleY(0); }
.acc-body {
  max-height: 0; overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}
.acc-body p {
  padding: 0 26px 26px 58px;
  color: var(--muted); font-size: 16px; line-height: 1.6; max-width: 70ch;
}

/* ==========================================================
   STRIPE WIPE (dark -> cream, trionn vision transition)
   ========================================================== */
.wipe { position: relative; height: 260vh; z-index: 2; }
.wipe-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.wipe-stripes i {
  position: absolute; left: 0; right: 0;
  height: calc(20vh + 2px);
  background: var(--cream);
  transform: scaleY(0);
  transform-origin: bottom;
  will-change: transform;
}
.wipe-stripes i:nth-child(1) { bottom: 0; }
.wipe-stripes i:nth-child(2) { bottom: 20vh; }
.wipe-stripes i:nth-child(3) { bottom: 40vh; }
.wipe-stripes i:nth-child(4) { bottom: 60vh; }
.wipe-stripes i:nth-child(5) { bottom: 80vh; }
.wipe-label {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px;
  mix-blend-mode: difference;
  color: #fff;
  pointer-events: none;
}
.wipe-label .mono { font-size: 13px; letter-spacing: 0.3em; }
.wipe-display {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(3rem, 10vw, 9rem);
  line-height: 0.95;
}

/* ==========================================================
   OFFERS (cream overlay section)
   ========================================================== */
.offers {
  position: relative; z-index: 2;
  background: var(--cream); color: var(--cream-text);
  border-radius: 32px 32px 0 0;
  margin-top: -32px;
  padding: 12vh 36px 14vh;
}
.offers-inner { max-width: 1240px; margin: 0 auto; }
.offers-title { font-size: clamp(36px, 4.8vw, 66px); max-width: 16ch; margin: 26px 0 70px; }

.offer-card {
  position: relative; display: block;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 460px;
  color: var(--white);
  isolation: isolate;
}
.offer-media { position: absolute; inset: 0; z-index: -1; }
.offer-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.offer-card:hover .offer-media img { transform: scale(1.045); }
.offer-card::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to bottom, rgba(7, 9, 23, 0.55), transparent 40%, transparent 55%, rgba(7, 9, 23, 0.8));
}
.offer-top {
  display: flex; justify-content: space-between; align-items: center;
  padding: 26px 30px;
}
.offer-tag { font-size: 14px; letter-spacing: 0.08em; }
.offer-arrow {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--lavender); color: var(--ink);
  display: grid; place-items: center;
  transition: transform 0.35s ease, background 0.35s ease;
}
.offer-arrow svg { width: 20px; height: 20px; }
.offer-card:hover .offer-arrow { transform: translateX(6px); background: var(--white); }
.offer-bottom { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px; }
.offer-bottom h3 { font-size: clamp(26px, 3vw, 40px); max-width: 22ch; margin-bottom: 12px; }
.offer-meta { font-size: 13px; color: rgba(247, 246, 251, 0.8); letter-spacing: 0.06em; }
.offer-line { font-size: 12px; letter-spacing: 0.12em; color: var(--lavender-2); margin-bottom: 10px; }
.offer-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.btn-mini {
  display: inline-flex; align-items: center;
  border: 1px solid rgba(247, 246, 251, 0.45);
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 12px; letter-spacing: 0.08em;
  color: var(--white);
  backdrop-filter: blur(6px);
  transition: background 0.3s ease, border-color 0.3s ease;
}
.btn-mini:hover { background: rgba(247, 246, 251, 0.15); border-color: var(--white); }
.btn-mini-solid { background: var(--lavender); color: var(--ink); border-color: var(--lavender); }
.btn-mini-solid:hover { background: var(--white); border-color: var(--white); }

/* ==========================================================
   SYSTEM (black pinned tour)
   ========================================================== */
.system { background: transparent; padding: 18vh 36px; position: relative; z-index: 2;}
.system-head { text-align: center; max-width: 900px; margin: 0 auto 10vh; }
.system-title { font-size: clamp(38px, 5vw, 72px); margin: 26px 0 24px; }
.system-lede { color: var(--muted); font-size: 18px; line-height: 1.55; max-width: 56ch; margin: 0 auto; }

.tour { position: relative; height: 380vh; }
.tour-sticky {
  position: sticky; top: 0; height: 100vh;
  overflow: hidden;
}

/* centered text, graphics slide in beside it, one step at a time */
.sysstep {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  padding: 0 24px;
  opacity: 0; visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s;
}
.sysstep.active { opacity: 1; visibility: visible; }
.sysstep-text { text-align: center; max-width: 560px; position: relative; z-index: 2; }
.sysstep-eyebrow { font-size: 12px; letter-spacing: 0.22em; color: var(--violet-soft); margin-bottom: 18px; }
.sysstep-text h3 { font-size: clamp(26px, 3.4vw, 44px); letter-spacing: -0.02em; margin-bottom: 16px; }
.sysstep-text p { color: var(--muted); font-size: 16.5px; line-height: 1.6; }
.sysstep-card {
  position: absolute; top: 50%;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.15s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.card-left { left: max(4vw, calc(50% - 640px)); transform: translateY(-50%) translateX(-44px); }
.card-right { right: max(4vw, calc(50% - 640px)); transform: translateY(-50%) translateX(44px); }
.sysstep.active .sysstep-card { opacity: 1; transform: translateY(-50%) translateX(0); }
.sysstep-card .dash-card { position: static; opacity: 1; transform: none; }
.dash-list { list-style: none; display: flex; flex-direction: column; gap: 11px; font-size: 14.5px; }
.dash-list li { position: relative; padding-left: 20px; color: var(--muted); line-height: 1.4; }
.dash-list li::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 7px; height: 7px; border-radius: 50%; background: var(--violet-soft);
}
.dash-list b { color: var(--white); font-weight: 600; }

@media (max-width: 1100px) {
  .sysstep { flex-direction: column; gap: 30px; }
  .sysstep-card { position: static; transform: none; order: 2; }
  .sysstep.active .sysstep-card { transform: none; }
}
.callout {
  position: absolute;
  display: flex; align-items: center; gap: 10px;
  opacity: 0; transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.callout.on { opacity: 1; transform: translateY(0); }
.co-dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--violet-soft);
  box-shadow: 0 0 0 5px rgba(139, 116, 240, 0.25);
}
.co-label {
  font-size: 13px; letter-spacing: 0.08em;
  background: rgba(20, 23, 58, 0.85);
  border: 1px solid rgba(207, 197, 247, 0.15);
  padding: 10px 16px; border-radius: 8px;
  backdrop-filter: blur(6px);
}
.co-1 { top: 22%; left: 12%; }
.co-2 { top: 34%; right: 10%; }
.co-3 { bottom: 34%; left: 8%; }
.co-4 { bottom: 22%; right: 12%; }

.dash-card {
  position: absolute;
  background: rgba(17, 20, 48, 0.92);
  border: 1px solid rgba(207, 197, 247, 0.14);
  border-radius: 18px;
  padding: 22px 24px;
  width: 300px;
  backdrop-filter: blur(10px);
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.dash-card.on { opacity: 1; transform: translateY(0); }
.dash-hours { left: 4%; bottom: 12%; }
.dash-va { right: 4%; top: 14%; width: 260px; }
.dash-title { font-size: 18px; font-weight: 600; margin-bottom: 4px; }
.dash-sub { font-size: 11px; color: var(--muted); letter-spacing: 0.1em; margin-bottom: 14px; }
.dash-row { display: flex; justify-content: space-between; align-items: center; }
.dash-check {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--violet); color: var(--white);
  display: grid; place-items: center;
}
.dash-check svg { width: 13px; height: 13px; }
.dash-chart { width: 100%; margin-bottom: 10px; }
.chart-line { stroke: var(--violet-soft); stroke-width: 2; stroke-dasharray: 4 5; fill: none; }
.chart-dots circle { fill: var(--white); }
.chart-dots .dot-hot { fill: var(--violet-soft); }
.chart-labels text { fill: var(--muted); font-size: 8px; font-family: var(--font-mono); }
.dash-big { font-size: 44px; font-weight: 600; letter-spacing: -0.03em; }
.dash-big-sm { font-size: 34px; font-weight: 600; margin-bottom: 12px; }
.dash-unit { font-family: var(--font-mono); font-size: 13px; color: var(--muted); margin-left: 6px; letter-spacing: 0.05em; }
.dash-bars { display: flex; gap: 5px; align-items: flex-end; height: 42px; }
.dash-bars i {
  flex: 1; background: rgba(139, 116, 240, 0.35);
  border-radius: 3px; height: calc(var(--h) * 100%);
}
.dash-bars i:last-child { background: var(--violet-soft); }

.system-pills { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 8vh; }

/* ==========================================================
   SOLVES (cream collage)
   ========================================================== */
.solves { background: var(--cream); color: var(--cream-text); padding: 12vh 36px; position: relative; z-index: 2; overflow: hidden; }
.solves-stage { position: relative; max-width: 1280px; margin: 0 auto; height: 120vh; min-height: 860px; }
.solves-head {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  text-align: center; max-width: 700px; width: 90%;
  z-index: 2;
}
.solves-head h2 { font-size: clamp(34px, 4.2vw, 58px); margin: 26px 0 22px; }
.solves-head p { font-size: 18px; line-height: 1.55; color: rgba(18, 20, 46, 0.75); max-width: 56ch; margin: 0 auto; }

.collage-item { position: absolute; border-radius: 18px; overflow: hidden; will-change: transform, opacity; box-shadow: 0 18px 50px rgba(18, 20, 46, 0.12); }
.ci-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ci-pill {
  position: absolute; top: 14px; left: 14px;
  background: var(--lavender); color: var(--ink);
  font-size: 10.5px; letter-spacing: 0.1em;
  padding: 7px 13px; border-radius: 999px;
  white-space: nowrap;
}
.ci-card { background: var(--lavender); color: var(--ink); padding: 26px; overflow: visible; }
.ci-card-dark { background: var(--card-dark); color: var(--white); }

/* scattered final positions, varying sizes */
.cx-1 { left: 0; top: 4%; width: 280px; height: 350px; }
.cx-2 { right: 2%; top: 0; width: 330px; height: 240px; }
.cx-3 { left: 13%; bottom: 17%; width: 250px; }
.cx-4 { left: 1%; bottom: 1%; width: 300px; height: 250px; }
.cx-5 { right: 0; top: 34%; width: 260px; height: 320px; }
.cx-6 { right: 7%; bottom: 2%; width: 320px; height: 235px; }
.cx-7 { left: 44%; bottom: 0; width: 250px; }
.cx-8 { left: 36%; top: 0; width: 215px; height: 215px; }
.ci-label { font-size: 12px; letter-spacing: 0.12em; margin-bottom: 14px; opacity: 0.75; }
.ci-big { font-size: 52px; font-weight: 600; letter-spacing: -0.03em; }
.ci-big span { font-size: 17px; font-family: var(--font-mono); letter-spacing: 0; margin-left: 4px; }
.ci-bars { display: flex; gap: 6px; align-items: flex-end; height: 52px; margin-top: 18px; }
.ci-bars i { flex: 1; background: rgba(139, 116, 240, 0.4); border-radius: 3px; height: calc(var(--h) * 100%); }
.ci-bars i:last-child { background: var(--violet-soft); }

/* ==========================================================
   REDEFINE (plumb line + numbered cards)
   ========================================================== */
.redefine { background: var(--cream); color: var(--cream-text); padding: 0 36px 16vh; text-align: center; position: relative; z-index: 2;}
.plumb { position: relative; height: 300px; display: flex; flex-direction: column; align-items: center; }
.plumb-line { width: 2px; background: var(--cream-text); height: 0; }
.plumb-bob {
  width: 14px; height: 16px; background: var(--cream-text);
  clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0 70%, 0 30%);
  opacity: 0; transition: opacity 0.3s ease;
}
.plumb-bob.on { opacity: 1; }
.redefine h2 { font-size: clamp(36px, 4.6vw, 64px); margin: 40px 0 70px; }
.num-cards { display: flex; flex-direction: column; gap: 20px; max-width: 1000px; margin: 0 auto; }
.num-card {
  display: flex; align-items: center; gap: 30px;
  background: #fff; border-radius: 20px;
  padding: 34px 40px; text-align: left;
}
.num-badge {
  flex: none; width: 58px; height: 58px; border-radius: 50%;
  background: var(--lavender); color: var(--ink);
  display: grid; place-items: center;
  font-size: 19px; font-weight: 600;
}
.num-card p { font-size: 19px; line-height: 1.45; color: rgba(18, 20, 46, 0.85); }

/* ==========================================================
   HONEST FIT
   ========================================================== */
.notfor { background: var(--cream); color: var(--cream-text); padding: 4vh 36px 12vh; position: relative; z-index: 2; }
.notfor-inner { max-width: 1000px; margin: 0 auto; }
.notfor h2 { font-size: clamp(32px, 4vw, 56px); margin: 26px 0 14px; }
.notfor-lede { font-size: 19px; color: rgba(18, 20, 46, 0.7); margin-bottom: 42px; }
.notfor-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 36px; }
.notfor-list li {
  background: #fff; border-radius: 16px;
  padding: 24px 28px;
  font-size: 17px; line-height: 1.5; color: rgba(18, 20, 46, 0.85);
  border-left: 3px solid var(--violet);
}
.notfor-out { font-size: 17px; color: rgba(18, 20, 46, 0.75); }
.notfor-out a { color: var(--violet); text-decoration: underline; text-underline-offset: 3px; }

/* ==========================================================
   GUARANTEE
   ========================================================== */
.guarantee { background: var(--cream); color: var(--cream-text); padding: 4vh 36px 16vh; position: relative; z-index: 2;}
.guarantee-head { max-width: 1000px; margin: 0 auto 8vh; }
.guarantee-head h2 { font-size: clamp(32px, 4vw, 56px); margin: 26px 0 22px; }
.guarantee-head p { font-size: 19px; line-height: 1.55; color: rgba(18, 20, 46, 0.75); max-width: 62ch; }
.g-cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px; max-width: 1240px; margin: 0 auto;
}
.g-card {
  background: #fff; border-radius: 20px; padding: 34px 30px;
  display: flex; flex-direction: column; gap: 16px; align-items: flex-start;
}
.g-card h3 { font-size: 24px; }
.g-card p { font-size: 16px; line-height: 1.55; color: rgba(18, 20, 46, 0.75); }
.g-card .pill { background: var(--lavender); color: var(--ink); font-size: 11px; }
.g-card-founding { background: var(--ink); color: var(--white); }
.g-card-founding p { color: var(--muted); }
.g-card-founding .pill { background: var(--violet); color: var(--white); }

/* ==========================================================
   CTA
   ========================================================== */
.cta { position: relative; min-height: 92vh; display: grid; place-items: center; overflow: hidden; z-index: 2;}
.cta-media, .cta-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-scrim { position: absolute; inset: 0; background: rgba(7, 9, 23, 0.55); }
.cta-inner { position: relative; text-align: center; padding: 20vh 6vw; }
.cta-inner h2 {
  font-size: clamp(42px, 6vw, 88px);
  color: var(--lavender-2); max-width: 14ch; margin: 0 auto 26px;
}
.cta-inner p { color: var(--muted); font-size: 18px; max-width: 46ch; margin: 0 auto 48px; line-height: 1.55; }
.cta-row { display: flex; gap: 16px; justify-content: center; align-items: center; flex-wrap: wrap; }
.cta-note { margin-top: 34px; font-size: 12px; letter-spacing: 0.1em; color: var(--muted); }
.cta-note a { color: var(--lavender-2); text-decoration: underline; text-underline-offset: 3px; }
.cta-inner .cta-note { max-width: none; margin-bottom: 0; }

/* ==========================================================
   FOOTER
   ========================================================== */
.footer { position: relative; background: var(--ink-2); overflow: hidden; }
.footer-media, .footer-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.footer-media { opacity: 0.5; filter: blur(14px) saturate(1.2); transform: scale(1.1); }
.footer-scrim { position: absolute; inset: 0; background: rgba(7, 9, 23, 0.55); }
.footer-inner { position: relative; padding: 10vh 36px 4vh; }
.footer-wordmark {
  font-size: clamp(44px, 12.4vw, 220px);
  font-weight: 600; letter-spacing: -0.05em; line-height: 0.9;
  color: var(--lavender);
  text-align: center;
  user-select: none;
}
.footer-rule { border: none; border-top: 1px solid rgba(207, 197, 247, 0.25); margin: 6vh 0; }
.footer-loc { font-size: clamp(22px, 2.6vw, 32px); color: var(--lavender-2); letter-spacing: -0.01em; margin-bottom: 7vh; line-height: 1.3; }
.footer-cols {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px; margin-bottom: 10vh;
}
.f-col { display: flex; flex-direction: column; gap: 16px; }
.f-head { font-size: 13px; color: rgba(207, 197, 247, 0.5); letter-spacing: 0.1em; margin-bottom: 6px; }
.f-col a { font-size: 15px; color: var(--lavender-2); letter-spacing: 0.05em; transition: color 0.3s; }
.f-col a:hover { color: var(--white); }
.footer-bar {
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-size: 13px; color: var(--muted);
  border-top: 1px solid rgba(207, 197, 247, 0.15);
  padding-top: 24px;
}
.back-top { color: var(--lavender-2); }

/* ==========================================================
   REVEAL STATES
   ========================================================== */
[data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
[data-reveal].on { opacity: 1; transform: translateY(0); }
[data-blur-reveal] .bw { display: inline-block; opacity: 0; filter: blur(10px); transform: translateY(16px); transition: opacity 0.7s ease, filter 0.7s ease, transform 0.7s ease; }
[data-blur-reveal] .bw.on { opacity: 1; filter: blur(0); transform: translateY(0); }

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 700px) {
  .callout { display: none; }
  .dash-card { width: 230px; padding: 18px; }
  .dash-big { font-size: 34px; }
}

@media (max-width: 860px) {
  .nav { padding: 18px 20px; }
  .hero { padding: 0 20px; }
  .hero-content { padding-top: 15vh; }
  .method, .offers, .system, .solves, .redefine, .guarantee { padding-left: 20px; padding-right: 20px; }
  .solves-stage { height: auto; min-height: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .solves-head { position: static; transform: none; grid-column: 1 / -1; margin-bottom: 28px; }
  .collage-item { position: static !important; width: 100% !important; height: auto !important; transform: none !important; opacity: 1 !important; }
  .ci-photo img { aspect-ratio: 4 / 3; }
  .num-card { flex-direction: column; align-items: flex-start; text-align: left; gap: 18px; padding: 26px; }
  .footer-cols { gap: 28px; }
}
