/* ============================================================
   MOMENTCO — LIQUID GLASS SITE
   Type: Fustat (display) + Inter (body) + JetBrains Mono (labels)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

:root {
  --bg: #ffffff;
  --bg-alt: #f7f9fc;
  --bg-dark: #0a0e14;
  --bg-dark-2: #0d1320;
  --ink: #0a0e14;
  --ink-2: #1a1f2b;
  --ink-3: #4a5060;
  --ink-4: #8a90a0;
  --stroke: rgba(0,0,0,0.08);
  --stroke-2: rgba(0,0,0,0.12);
  --stroke-dark: rgba(255,255,255,0.08);
  --stroke-dark-2: rgba(255,255,255,0.14);
  --blue: #0084FF;
  --blue-2: #319AFF;
  --blue-3: #60B1FF;
  --orange: #FF801E;
  --glass-white: rgba(255,255,255,0.3);
  --glass-inset: inset 0 4px 4px 0 rgba(255,255,255,0.35);
  --nav-inset: inset 0 4px 4px 0 rgba(255,255,255,0.25);
  --max: 1280px;
}

html, body {
  margin: 0; padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body { overflow-x: hidden; }

a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }

.eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--ink-3);
  text-transform: uppercase;
  margin-bottom: 22px;
}
.eyebrow-light { color: rgba(255,255,255,0.55); }

.section-title {
  font-family: 'Fustat', 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin: 0 0 32px;
  text-wrap: pretty;
}
.section-title-light { color: #fff; }

.section-lede {
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.55;
  color: var(--ink-3);
  max-width: 720px;
  letter-spacing: -0.01em;
  margin: 0 0 56px;
}

.section { position: relative; padding: 120px 32px; }
#problem .section-inner, #proof .section-inner { position: relative; overflow: hidden; }
.section-inner { max-width: var(--max); margin: 0 auto; position: relative; z-index: 2; }
.section-inner-center { text-align: center; }
.section-inner-center .section-title,
.section-inner-center .section-lede { margin-left: auto; margin-right: auto; }

.section-light { background: var(--bg); }
.section-light-alt { background: var(--bg-alt); }
.section-dark { background: var(--bg-dark); color: #eef; }
.section-dark .eyebrow { color: rgba(255,255,255,0.55); }

/* =============== GLOWS =============== */
.glow {
  position: absolute; pointer-events: none; z-index: 1;
  filter: blur(120px);
  opacity: 0.6;
}
.glow-hero {
  top: -260px; left: -160px;
  width: 780px; height: 780px;
  background: radial-gradient(closest-side, rgba(96,177,255,0.55), rgba(49,154,255,0.25) 45%, transparent 70%);
}
.glow-dark {
  top: -200px; left: -160px;
  width: 700px; height: 700px;
  background: radial-gradient(closest-side, rgba(49,154,255,0.45), rgba(0,132,255,0.15) 50%, transparent 75%);
  opacity: 0.7;
}
.glow-dark-right { left: auto; right: -160px; }
.glow-cta {
  top: -220px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 700px;
  background: radial-gradient(closest-side, rgba(49,154,255,0.55), rgba(0,132,255,0.2) 50%, transparent 75%);
  opacity: 0.7;
}

/* ============================================================
   NAV — Strong Liquid Glass
   ============================================================ */
.nav-glass {
  position: fixed; top: 18px; left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: fit-content;
  background: rgba(255,255,255,0.3);
  -webkit-backdrop-filter: blur(50px) saturate(160%);
  backdrop-filter: blur(50px) saturate(160%);
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 16px;
  box-shadow: var(--nav-inset), 0 10px 40px rgba(10,20,40,0.08);
}
.nav-inner {
  display: flex; align-items: center;
  gap: 28px;
  padding: 10px 14px 10px 20px;
}
.brand {
  font-family: 'Fustat', sans-serif;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.brand-dot { color: var(--blue); margin: 0 -1px; }
.nav-links {
  list-style: none; margin: 0; padding: 0;
  display: flex; gap: 4px;
}
.nav-links a {
  display: inline-block;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-2);
  border-radius: 10px;
  transition: background 0.2s;
}
.nav-links a:hover { background: rgba(0,0,0,0.04); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 14px 9px 16px;
  font-size: 14px; font-weight: 500;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.4);
  transition: transform 0.18s ease;
}
.nav-cta:hover { transform: translateY(-1px); }
.nav-cta-arrow {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--ink);
  color: #fff;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: 180px 32px 100px;
  background: #fff;
  overflow: hidden;
}
.hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-left { max-width: 620px; }
.rating-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 999px;
  padding: 6px 14px 6px 10px;
  font-size: 13px;
  color: var(--ink-2);
  backdrop-filter: blur(20px);
  box-shadow: inset 0 2px 2px rgba(255,255,255,0.5);
  margin-bottom: 28px;
}
.stars { display: inline-flex; gap: 1px; }
.hero-headline {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.03;
  letter-spacing: -0.038em;
  margin: 0 0 24px;
  color: var(--ink);
  text-wrap: balance;
}
.hero-sub {
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: var(--ink-3);
  max-width: 520px;
  margin: 0 0 36px;
}
.hero-ctas { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.hero-ctas.center { justify-content: center; }

.cta-primary {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 16px 14px 22px;
  background: rgba(0,132,255,0.92);
  color: #fff;
  border-radius: 16px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.005em;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: var(--glass-inset), 0 8px 24px rgba(0,132,255,0.3);
  border: 1px solid rgba(255,255,255,0.18);
  transition: transform 0.2s ease;
}
.cta-primary:hover { transform: scale(1.02); }
.cta-arrow {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  display: inline-flex; align-items: center; justify-content: center;
}

.cta-ghost {
  display: inline-flex; align-items: center;
  padding: 14px 20px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.12);
  font-weight: 500; font-size: 16px;
  background: rgba(255,255,255,0.6);
  color: var(--ink);
  transition: background 0.18s;
}
.cta-ghost:hover { background: rgba(0,0,0,0.03); }
.cta-ghost-light {
  border-color: rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.06);
  color: #fff;
}
.cta-ghost-light:hover { background: rgba(255,255,255,0.12); }

/* Orb */
.hero-right {
  position: relative;
  height: 520px;
  display: flex; align-items: center; justify-content: center;
}
.orb-stage {
  position: relative;
  width: 460px; height: 460px;
  max-width: 100%;
  background: transparent;
  display: flex; align-items: center; justify-content: center;
}
.orb {
  position: absolute;
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  mix-blend-mode: screen;
  filter: hue-rotate(-55deg) saturate(240%) brightness(1.15) contrast(1.05);
  /* Soft circular fade so the black background of the video disappears into the page */
  -webkit-mask-image: radial-gradient(circle at center, #000 36%, rgba(0,0,0,0.85) 48%, rgba(0,0,0,0) 68%);
          mask-image: radial-gradient(circle at center, #000 36%, rgba(0,0,0,0.85) 48%, rgba(0,0,0,0) 68%);
}
.orb-ring {
  position: absolute;
  width: 62%; height: 62%;
  pointer-events: none;
  border-radius: 50%;
  box-shadow: 0 0 120px 30px rgba(49,154,255,0.22), 0 0 60px 10px rgba(120,90,255,0.18);
}

/* Trust row */
.trust-row {
  max-width: var(--max);
  margin: 80px auto 0;
  position: relative; z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-top: 36px;
  border-top: 1px solid var(--stroke);
}
.trust-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-4);
  white-space: nowrap;
  text-align: center;
}
.trust-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  width: 100%;
  max-width: 960px;
  flex-wrap: nowrap;
}
.trust-logos span { white-space: nowrap; }
.trust-logo {
  height: 30px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  opacity: 0.58;
  filter: grayscale(100%);
  transition: opacity 240ms ease, filter 240ms ease;
  flex-shrink: 1;
  min-width: 0;
}
.trust-logo-wide { height: 24px; }
.trust-logo-square { height: 52px; }
.trust-logo-fs { height: 44px; max-width: 200px; transform: translateY(-6px); }
.trust-logo:hover { opacity: 0.92; filter: grayscale(30%); }

/* ============================================================
   SECTION 02 — CLIENT EXAMPLE TRI
   ============================================================ */
.tri-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.tri-card {
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: 22px;
  padding: 28px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 1px 0 rgba(0,0,0,0.02);
  display: flex; flex-direction: column;
}
.tri-card-accent {
  background: linear-gradient(180deg, #fff, #f4f8ff);
  border-color: rgba(0,132,255,0.18);
  box-shadow: 0 20px 60px -30px rgba(0,132,255,0.35);
}
.tri-badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.tri-card h3 {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.tri-card h3 em { font-style: italic; color: var(--blue); }
.tri-card p {
  font-size: 15px;
  color: var(--ink-3);
  line-height: 1.55;
  margin: 0 0 22px;
}
.chip-row {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: auto;
}
.chip-row span {
  font-size: 12px;
  padding: 5px 10px;
  background: rgba(0,132,255,0.06);
  color: var(--blue);
  border-radius: 999px;
  font-weight: 500;
}

/* ============================================================
   SECTION 03 — OUR STORY (DARK)
   ============================================================ */
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 40px;
}
.story-lede {
  font-family: 'Fustat', sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
.story-body p {
  color: rgba(255,255,255,0.75);
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 18px;
}
.story-body strong { color: #fff; font-weight: 600; }
.story-tag {
  padding-top: 18px;
  margin-top: 10px !important;
  border-top: 1px solid var(--stroke-dark);
  color: #fff !important;
  font-weight: 500;
}

/* ============================================================
   SECTION 04 — OPPORTUNITY
   ============================================================ */
.opp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.opp-card {
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: 22px;
  padding: 36px 30px;
  position: relative;
}
.opp-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 20px;
}
.opp-card p {
  font-family: 'Fustat', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0;
  font-weight: 400;
}
.opp-card p strong { color: var(--blue); font-weight: 600; }

/* ============================================================
   SECTION 05 — THEMES GRID
   ============================================================ */
.themes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 40px;
}
.theme-card {
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: 20px;
  padding: 30px 26px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  display: block;
}
.theme-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0,132,255,0.3);
  box-shadow: 0 20px 40px -20px rgba(0,132,255,0.2);
}

/* Per-tile subtle color wash on hover — pulls from sphere palette */
.themes-grid .theme-card { transition: background-color 280ms ease, border-color 280ms ease, transform 220ms ease, box-shadow 220ms ease; }
.themes-grid .theme-card:nth-child(1):hover { background: rgba(132,178,74,0.10);  border-color: rgba(132,178,74,0.35); box-shadow: 0 20px 40px -20px rgba(132,178,74,0.28); }
.themes-grid .theme-card:nth-child(2):hover { background: rgba(150,158,210,0.12); border-color: rgba(150,158,210,0.38); box-shadow: 0 20px 40px -20px rgba(150,158,210,0.3); }
.themes-grid .theme-card:nth-child(3):hover { background: rgba(70,150,146,0.10);  border-color: rgba(70,150,146,0.35);  box-shadow: 0 20px 40px -20px rgba(70,150,146,0.28); }
.themes-grid .theme-card:nth-child(4):hover { background: rgba(238,180,195,0.16); border-color: rgba(230,140,160,0.38); box-shadow: 0 20px 40px -20px rgba(230,140,160,0.28); }
.themes-grid .theme-card:nth-child(5):hover { background: rgba(230,110,95,0.10);  border-color: rgba(230,110,95,0.35);  box-shadow: 0 20px 40px -20px rgba(230,110,95,0.28); }
.themes-grid .theme-card:nth-child(6):hover { background: rgba(170,180,90,0.12);  border-color: rgba(170,180,90,0.38);  box-shadow: 0 20px 40px -20px rgba(170,180,90,0.28); }
.theme-card-wide { grid-column: span 3; background: linear-gradient(180deg, #0a0e14, #101828); color: #fff; border-color: rgba(0,132,255,0.2); }
.theme-card-wide .theme-num { color: var(--blue-3); }
.theme-card-wide h3 { color: #fff; }
.theme-card-wide p { color: rgba(255,255,255,0.6); }
.theme-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.14em;
  color: var(--ink-4);
  margin-bottom: 18px;
}
.theme-card h3 {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 22px; letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 10px;
}
.theme-card p { font-size: 14.5px; color: var(--ink-3); margin: 0; line-height: 1.5; }

/* ============================================================
   SECTION 06 — PROCESS
   ============================================================ */
.process {
  list-style: none; margin: 40px 0 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  counter-reset: none;
}
.process li {
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: 20px;
  padding: 26px 20px;
  position: relative;
  min-height: 240px;
  display: flex; flex-direction: column;
}
.process li::before {
  content: '';
  position: absolute;
  right: -12px; top: 50%;
  width: 14px; height: 1px;
  background: linear-gradient(to right, rgba(0,132,255,0.4), transparent);
}
.process li:last-child::before { display: none; }
.process-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--blue);
  margin-bottom: 18px;
}
.process li h4 {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.015em;
  margin: 0 0 10px;
}
.process li p { font-size: 13.5px; color: var(--ink-3); margin: 0; line-height: 1.5; }

/* ============================================================
   SECTION 07 — CAST TIERS
   ============================================================ */
.cast-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.cast-card {
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: 24px;
  padding: 36px 30px;
  display: flex; flex-direction: column;
  position: relative;
  overflow: hidden;
}
.cast-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(to right, var(--blue-3), var(--blue));
}
.cast-card-mid::before { background: linear-gradient(to right, var(--blue), #0060d0); }
.cast-card:last-child::before { background: linear-gradient(to right, #0060d0, #002a70); }
.cast-tier {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px; letter-spacing: 0.14em;
  color: var(--ink-4);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.cast-card h3 {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.025em;
  margin: 0 0 10px;
}
.cast-meta { font-size: 13px; color: var(--blue); margin-bottom: 18px; font-weight: 500; }
.cast-card p { font-size: 15px; color: var(--ink-3); line-height: 1.6; margin: 0 0 28px; }
.cast-footer {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px dashed var(--stroke-2);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  color: var(--ink-3);
  letter-spacing: 0.05em;
}

/* ============================================================
   SECTION 08 — LAYER STACK
   ============================================================ */
.layer-stack {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 980px;
}
.layer {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding: 30px 32px 30px 28px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--stroke);
  align-items: start;
}
.layer-1 { margin-left: 0%; background: linear-gradient(90deg, rgba(0,132,255,0.08), #fff 40%); border-color: rgba(0,132,255,0.22); }
.layer-2 { margin-left: 4%; }
.layer-3 { margin-left: 8%; }
.layer-4 { margin-left: 12%; }
.layer-num {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: var(--blue);
  letter-spacing: -0.03em;
  line-height: 1;
}
.layer-kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.12em;
  color: var(--ink-4);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.layer-body h4 {
  font-family: 'Fustat', sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
  line-height: 1.2;
}
.layer-body p { font-size: 15px; color: var(--ink-3); margin: 0; line-height: 1.55; }
.layer-body em { font-style: italic; color: var(--blue); }

/* ============================================================
   SECTION 09 — PRODUCTION (DARK)
   ============================================================ */
.prod-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
.prod-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid var(--stroke-dark-2);
  border-radius: 24px;
  padding: 40px 36px;
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
}
.prod-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
}
.prod-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--blue-3);
  margin-bottom: 14px;
}
.prod-card h3 {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0 0 24px;
}
.prod-card ul { list-style: none; margin: 0; padding: 0; }
.prod-card li {
  padding: 14px 0;
  border-top: 1px solid var(--stroke-dark);
  color: rgba(255,255,255,0.75);
  font-size: 15px;
  line-height: 1.5;
  display: flex; gap: 14px;
}
.prod-card li::before {
  content: '';
  flex: none;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--blue);
  margin-top: 8px;
}

/* ============================================================
   SECTION 10 — TWO COL
   ============================================================ */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 40px;
}
.col-card {
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: 22px;
  padding: 36px 32px;
}
.col-card-alt {
  background: linear-gradient(180deg, #0a0e14, #0d1320);
  color: #fff;
  border-color: rgba(255,255,255,0.1);
}
.col-card-alt .col-kicker { color: var(--blue-3); }
.col-card-alt .check-list li { color: rgba(255,255,255,0.82); border-color: rgba(255,255,255,0.08); }
.col-card-alt .check-list li::before { background: var(--blue); }
.col-kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.16em;
  color: var(--blue);
  margin-bottom: 22px;
  text-transform: uppercase;
}
.col-kicker-light { color: var(--blue-3); }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li {
  padding: 14px 0 14px 28px;
  position: relative;
  border-top: 1px solid var(--stroke);
  font-size: 15.5px;
  color: var(--ink-2);
  line-height: 1.5;
}
.check-list li::before {
  content: '';
  position: absolute; left: 0; top: 21px;
  width: 14px; height: 2px;
  background: var(--blue);
  border-radius: 2px;
}

/* ============================================================
   SECTION 11 — PACKAGES GRID
   ============================================================ */
.pkg-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 40px;
}
.pkg-card {
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: 22px;
  padding: 30px 26px;
  display: flex; flex-direction: column;
  position: relative;
}
.pkg-card-featured {
  background: linear-gradient(180deg, #0a0e14, #141b2d);
  color: #fff;
  border-color: rgba(0,132,255,0.3);
  box-shadow: 0 30px 80px -30px rgba(0,132,255,0.45);
}
.pkg-card-partner {
  background: linear-gradient(180deg, #fff, #f0f5ff);
  border-color: rgba(0,132,255,0.22);
}
.pkg-badge {
  position: absolute;
  top: -11px; left: 26px;
  padding: 4px 10px;
  background: var(--blue);
  color: #fff;
  border-radius: 999px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pkg-name {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.pkg-price { display: flex; flex-direction: column; gap: 2px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--stroke); }
.pkg-card-featured .pkg-price { border-color: rgba(255,255,255,0.12); }
.pkg-from {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  color: var(--ink-4);
  text-transform: uppercase;
}
.pkg-card-featured .pkg-from { color: rgba(255,255,255,0.5); }
.pkg-figure {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.pkg-best {
  font-size: 14px;
  color: var(--ink-3);
  margin: 0 0 22px;
  line-height: 1.45;
  min-height: 60px;
}
.pkg-card-featured .pkg-best { color: rgba(255,255,255,0.7); }
.pkg-card ul { list-style: none; margin: 0; padding: 0; }
.pkg-card li {
  padding: 10px 0 10px 20px;
  position: relative;
  font-size: 14px;
  color: var(--ink-2);
  border-top: 1px solid var(--stroke);
  line-height: 1.4;
}
.pkg-card-featured li { color: rgba(255,255,255,0.85); border-color: rgba(255,255,255,0.08); }
.pkg-card li::before {
  content: '';
  position: absolute; left: 0; top: 17px;
  width: 10px; height: 1.5px;
  background: var(--blue);
}

/* ============================================================
   SECTION 12 — PACKAGE DETAIL
   ============================================================ */
.pkg-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 40px;
}
.pkg-detail {
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: 24px;
  padding: 36px 32px;
}
.pkg-detail-dark {
  background: linear-gradient(180deg, #0a0e14, #0d1424);
  color: #fff;
  border-color: rgba(255,255,255,0.1);
}
.pkg-detail-dark .pkg-detail-row { border-color: rgba(255,255,255,0.08); }
.pkg-detail-dark .pkg-detail-label { color: var(--blue-3); }
.pkg-detail-dark .pkg-detail-row > div:last-child,
.pkg-detail-dark .pkg-detail-row ul { color: rgba(255,255,255,0.8); }
.pkg-detail header {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 8px;
}
.pkg-detail h3 {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.025em;
  margin: 0;
}
.pkg-detail-price {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: var(--ink-4);
}
.pkg-detail-row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid var(--stroke);
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.55;
}
.pkg-detail-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  color: var(--blue);
  text-transform: uppercase;
  padding-top: 3px;
}
.pkg-detail-row ul { list-style: none; margin: 0; padding: 0; }
.pkg-detail-row li { padding: 3px 0; }
.pkg-detail-row li::before { content: '· '; color: var(--blue); }

/* ============================================================
   SECTION 14 — ADDONS
   ============================================================ */
.addon-list {
  margin-top: 40px;
  display: flex; flex-direction: column;
  border-top: 1px solid var(--stroke);
}
.addon {
  display: grid;
  grid-template-columns: 240px 1fr auto;
  gap: 32px;
  padding: 22px 4px;
  align-items: center;
  border-bottom: 1px solid var(--stroke);
  transition: background 0.18s;
}
.addon:hover { background: rgba(0,132,255,0.03); }
.addon-label {
  font-family: 'Fustat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.015em;
}
.addon-desc { color: var(--ink-3); font-size: 15px; }
.addon-price {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--blue);
  white-space: nowrap;
}
.addon-price span {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--ink-4);
  font-weight: 400;
  margin-left: 4px;
}

/* ============================================================
   SECTION 15 — DIFFERENTIATORS
   ============================================================ */
.diff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.diff {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--stroke-dark-2);
  border-radius: 22px;
  padding: 32px 26px;
  backdrop-filter: blur(20px);
}
.diff-num {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: var(--blue-3);
  letter-spacing: -0.03em;
  margin-bottom: 14px;
  line-height: 1;
}
.diff h4 {
  font-family: 'Fustat', sans-serif;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 10px;
}
.diff p { color: rgba(255,255,255,0.7); font-size: 14.5px; line-height: 1.55; margin: 0; }

/* ============================================================
   PILLARS
   ============================================================ */
.pillar-toc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 840px;
  margin: 40px auto 0;
  text-align: left;
}
.pillar-toc a {
  display: flex;
  padding: 18px 22px;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  font-family: 'Fustat', sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.015em;
  background: #fff;
  transition: border-color 0.2s, transform 0.2s;
}
.pillar-toc a:hover {
  border-color: var(--blue);
  transform: translateX(4px);
}

.pillar-head {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 56px;
}
.pillar-head-light { }
.pillar-index {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 0.85;
  color: var(--blue);
  letter-spacing: -0.05em;
  opacity: 0.2;
}
.pillar-index-light { color: var(--blue-3); opacity: 0.4; }
.pillar-head .eyebrow { margin-bottom: 14px; }
.pillar-head .section-title { margin-bottom: 0; font-size: clamp(34px, 4.4vw, 60px); }

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 40px;
}
.stat {
  padding: 30px 28px;
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: 22px;
}
.stat-row-dark { }
.stat-dark {
  background: rgba(255,255,255,0.04);
  border-color: var(--stroke-dark-2);
  backdrop-filter: blur(20px);
}
.stat-big {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: clamp(54px, 5.5vw, 82px);
  line-height: 1;
  letter-spacing: -0.045em;
  color: var(--blue);
  margin-bottom: 14px;
  background: linear-gradient(180deg, var(--blue-2), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat p {
  font-family: 'Fustat', sans-serif;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 12px;
  font-weight: 500;
}
.stat-dark p { color: #fff; }
.stat cite {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--ink-4);
  font-style: normal;
  text-transform: uppercase;
}
.stat-dark cite { color: rgba(255,255,255,0.5); }

.pillar-note {
  max-width: 860px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-3);
  letter-spacing: -0.01em;
  margin: 0 0 56px;
  padding: 28px 30px;
  background: rgba(0,132,255,0.04);
  border-left: 2px solid var(--blue);
  border-radius: 0 18px 18px 0;
}
.pillar-note-light {
  color: rgba(255,255,255,0.78);
  background: rgba(49,154,255,0.08);
  border-left-color: var(--blue-3);
}

.deliver-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
}
.deliver-grid-dark .deliver-col {
  background: rgba(255,255,255,0.04);
  border-color: var(--stroke-dark-2);
}
.deliver-col {
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: 22px;
  padding: 32px 30px;
}
.deliver-list { list-style: none; margin: 0; padding: 0; }
.deliver-list li {
  padding: 16px 0;
  border-top: 1px solid var(--stroke);
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}
.deliver-list li:first-child { border-top: none; padding-top: 0; }
.deliver-list strong {
  font-family: 'Fustat', sans-serif;
  font-weight: 600;
  font-size: 16.5px;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.deliver-list span { font-size: 14px; color: var(--ink-3); line-height: 1.5; }
.deliver-list-light li { border-color: var(--stroke-dark); }
.deliver-list-light strong { color: #fff; }
.deliver-list-light span { color: rgba(255,255,255,0.62); }

/* ============================================================
   CASE STUDIES
   ============================================================ */
/* ============================================================
   CASES V2 — Liquid Glass / Instrument Serif on black
   ============================================================ */
.cases-dark {
  position: relative;
  background: #000;
  color: #fff;
  padding: 140px 32px 160px;
  overflow: hidden;
}
.cases-bg-gradient {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(49,154,255,0.08), transparent 55%),
    radial-gradient(ellipse at 80% 100%, rgba(255,128,30,0.06), transparent 60%);
  pointer-events: none;
}
.cases-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cases-header {
  text-align: center;
  margin-bottom: 80px;
}
.cases-label {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 24px;
}
.cases-title {
  font-family: 'Instrument Serif', 'Fustat', serif;
  font-weight: 400;
  font-size: clamp(48px, 6vw, 92px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 18px;
}
.cases-title em {
  font-style: italic;
  color: rgba(255,255,255,0.55);
}
.cases-lede {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.55;
}

/* Liquid glass primitive (per provided spec) */
.liquid-glass {
  background: rgba(255,255,255,0.01);
  background-blend-mode: luminosity;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: none;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.1);
  position: relative;
  overflow: hidden;
}
.liquid-glass::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.45) 0%,
    rgba(255,255,255,0.15) 20%,
    rgba(255,255,255,0) 40%,
    rgba(255,255,255,0) 60%,
    rgba(255,255,255,0.15) 80%,
    rgba(255,255,255,0.45) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.case-v2 {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 48px 0;
}
.case-v2 + .case-v2 { margin-top: 48px; }
.case-v2-reverse { grid-template-columns: 1fr 1.05fr; }
.case-v2-reverse .case-v2-visual { order: 2; }
.case-v2-reverse .case-v2-content { order: 1; }

.case-v2-visual {
  position: relative;
  border-radius: 28px;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #0a0e14;
}
.case-v2-visual img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}
.case-v2-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0) 45%);
  z-index: 2;
  pointer-events: none;
}
.case-v2-overlay {
  position: absolute;
  left: 18px; right: 18px; bottom: 18px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  backdrop-filter: blur(20px) saturate(160%);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.2);
  z-index: 3;
  color: #fff;
}
.case-v2-tag {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.92);
}
.case-v2-meta-chip {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}

.case-v2-kicker {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 16px;
}
.case-v2-heading {
  font-family: 'Instrument Serif', 'Fustat', serif;
  font-weight: 400;
  font-size: clamp(34px, 3.6vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: #fff;
  margin: 0 0 18px;
}
.case-v2-heading em {
  font-style: italic;
  color: rgba(255,255,255,0.55);
}
.case-v2-services {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.case-v2-blocks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.case-v2-block {
  padding: 18px 22px;
  border-radius: 18px;
}
.case-v2-block-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 8px;
}
.case-v2-block p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.82);
  margin: 0;
}

@media (max-width: 860px) {
  .case-v2, .case-v2-reverse {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .case-v2-reverse .case-v2-visual,
  .case-v2-reverse .case-v2-content { order: initial; }
  .cases-dark { padding: 80px 22px 100px; }
}

/* Legacy case (unused, left out) */
.case-legacy-unused {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-areas: "visual meta" "visual body";
  grid-template-rows: auto 1fr;
  gap: 28px 56px;
  padding: 64px 0;
  border-top: 1px solid var(--stroke);
}
.case:first-of-type { margin-top: 40px; }
.case-alt { border-top-style: solid; }
.case-alt {
  grid-template-columns: 0.85fr 1.15fr;
  grid-template-areas: "meta visual" "body visual";
}
.case-visual { grid-area: visual; position: sticky; top: 90px; align-self: start; }
.case-meta { grid-area: meta; }
.case-body { grid-area: body; }

.case-tile {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.6),
    inset 0 0 0 1px rgba(255,255,255,0.05),
    0 30px 80px -20px rgba(10,20,40,0.25),
    0 8px 24px -12px rgba(10,20,40,0.18);
  background: #0a0e14;
  aspect-ratio: 16 / 10;
}
.case-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.case-tile-glow {
  position: absolute;
  inset: -30% -10% auto auto;
  width: 60%; height: 60%;
  background: radial-gradient(closest-side, rgba(96,177,255,0.55), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.85;
}
.case-tile-glow-warm {
  background: radial-gradient(closest-side, rgba(255,128,30,0.35), transparent 70%);
  inset: auto auto -20% -10%;
}
.case-tile-glass {
  position: absolute;
  left: 14px; right: 14px; bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 14px;
  background: rgba(255,255,255,0.14);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  backdrop-filter: blur(24px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.35),
    inset 0 -1px 0 rgba(0,0,0,0.12),
    0 10px 24px -10px rgba(0,0,0,0.4);
  color: #fff;
}
.case-tile-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.95);
}
.rec-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #ff4d4d;
  box-shadow: 0 0 8px rgba(255,77,77,0.9);
  animation: recPulse 1.8s ease-in-out infinite;
}
@keyframes recPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.45; } }
.case-tile-meta {
  font-family: 'Fustat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.9);
}

.case-client {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--blue);
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 1.4;
}
.case-services {
  font-size: 13.5px;
  color: var(--ink-3);
  line-height: 1.6;
  padding-top: 16px;
  border-top: 1px solid var(--stroke);
}
.case-body { display: flex; flex-direction: column; gap: 28px; }
.case-block h4 {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: var(--ink);
}
.case-block h4::before {
  content: '';
  display: inline-block;
  width: 8px; height: 8px;
  background: var(--blue);
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.case-block p { font-size: 15.5px; color: var(--ink-3); line-height: 1.65; margin: 0; }

@media (max-width: 860px) {
  .case, .case-alt {
    grid-template-columns: 1fr;
    grid-template-areas: "visual" "meta" "body";
  }
  .case-visual { position: static; }
}

/* ============================================================
   CTA / FOOTER
   ============================================================ */
.section-cta {
  background: #050810;
  color: #fff;
  padding: 160px 32px 0;
  overflow: hidden;
  position: relative;
}
.cta-headline {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: clamp(56px, 7vw, 110px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0 auto 20px;
  text-wrap: balance;
}
.cta-sub {
  font-size: 22px;
  color: rgba(255,255,255,0.55);
  letter-spacing: -0.015em;
  margin: 0 auto 44px;
  font-family: 'Fustat', sans-serif;
  font-style: italic;
  font-weight: 400;
}
.footer {
  max-width: var(--max);
  margin: 120px auto 0;
  padding: 32px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; align-items: center;
  position: relative; z-index: 2;
  flex-wrap: wrap; gap: 16px;
}
.footer-brand {
  font-family: 'Fustat', sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.02em;
}
.footer-brand span { color: var(--blue-3); }
.footer-copy {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .process { grid-template-columns: repeat(3, 1fr); }
  .process li::before { display: none; }
  .pkg-grid { grid-template-columns: repeat(2, 1fr); }
  .diff-grid { grid-template-columns: repeat(2, 1fr); }
  .themes-grid { grid-template-columns: repeat(2, 1fr); }
  .theme-card-wide { grid-column: span 2; }
}

@media (max-width: 860px) {
  .section { padding: 80px 22px; }
  .hero { padding: 140px 22px 60px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-right { height: 420px; }
  .tri-grid, .opp-grid, .cast-grid, .two-col, .prod-grid, .pkg-detail-grid, .stat-row, .deliver-grid, .story-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .pillar-head { grid-template-columns: 1fr; }
  .pillar-index { font-size: 72px; }
  .addon { grid-template-columns: 1fr; gap: 6px; }
  .case { grid-template-columns: 1fr; gap: 28px; }
  .trust-row { flex-direction: column; align-items: flex-start; gap: 18px; }
  .trust-logos { gap: 24px; flex-wrap: wrap; }
  .trust-logo { height: 22px; }
  .layer { grid-template-columns: 56px 1fr; padding: 22px; }
  .layer-1, .layer-2, .layer-3, .layer-4 { margin-left: 0; }
  .pillar-toc { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .pkg-grid, .diff-grid, .themes-grid { grid-template-columns: 1fr; }
  .theme-card-wide { grid-column: auto; }
  .process { grid-template-columns: 1fr 1fr; }
  .hero-headline { font-size: 44px; }
  .nav-cta { padding: 8px 10px 8px 12px; font-size: 13px; }
  .brand { font-size: 15px; }
  .nav-inner { gap: 10px; padding: 8px 8px 8px 14px; }
}


/* ============================================================
   PILLAR REVEAL
   ============================================================ */
.pillar.pillar-hidden { display: none; }
.pillar .section-inner { position: relative; }
.pillar-close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  background: rgba(255,255,255,0.65);
  border: 1px solid var(--stroke);
  border-radius: 999px;
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
  z-index: 5;
}
.pillar-close:hover { color: var(--ink-1); background: #fff; transform: translateY(-1px); }
.pillar.section-dark .pillar-close {
  color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
}
.pillar.section-dark .pillar-close:hover { color: #fff; background: rgba(255,255,255,0.14); }
.theme-card { cursor: pointer; }

/* ============================================================
   ROI CALCULATOR
   ============================================================ */
.roi-section.roi-hidden { display: none; }
.roi-section { padding: 140px 32px 120px; }
.roi-section .section-inner { max-width: 980px; }

.roi-head {
  text-align: center;
  margin-bottom: 56px;
}
.roi-head .eyebrow { display: inline-block; margin-bottom: 18px; }
.roi-head h2 {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin: 0 0 20px;
  text-wrap: balance;
}
.roi-head h2 em {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
  color: var(--blue);
  letter-spacing: -0.01em;
}
.roi-head p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-3);
  max-width: 620px;
  margin: 0 auto;
}

/* Cards reuse a shared shell */
.roi-card {
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: 24px;
  padding: 36px;
  margin-bottom: 18px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset, 0 8px 24px -16px rgba(10,14,20,0.12);
}
.roi-card-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 24px;
}

.roi-input-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.roi-field label {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 4px;
}
.roi-field .roi-hint {
  font-size: 12.5px;
  color: var(--ink-4);
  margin-bottom: 10px;
  line-height: 1.4;
}
.roi-input-wrap { position: relative; }
.roi-input-wrap .roi-prefix,
.roi-input-wrap .roi-suffix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ink-4);
  font-size: 15px;
  pointer-events: none;
  font-family: 'Inter', sans-serif;
}
.roi-input-wrap .roi-prefix { left: 14px; }
.roi-input-wrap .roi-suffix { right: 14px; }

.roi-section input[type="number"] {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--stroke-2);
  border-radius: 12px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  color: var(--ink);
  background: #fafbfd;
  transition: border-color 0.18s, background 0.18s;
  appearance: textfield;
  -moz-appearance: textfield;
}
.roi-section input[type="number"]::-webkit-outer-spin-button,
.roi-section input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.roi-input-wrap.has-prefix input { padding-left: 32px; }
.roi-input-wrap.has-suffix input { padding-right: 36px; }
.roi-section input[type="number"]:focus {
  outline: none;
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0,132,255,0.12);
}

/* Package selector */
.roi-pkg-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.roi-pkg-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border: 1px solid var(--stroke-2);
  border-radius: 16px;
  padding: 16px 18px;
  background: #fafbfd;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.18s, background 0.18s, transform 0.18s, box-shadow 0.18s;
  font-family: inherit;
  color: var(--ink);
}
.roi-pkg-btn:hover { border-color: rgba(0,132,255,0.5); background: #fff; }
.roi-pkg-btn.active {
  background: linear-gradient(180deg, #0a0e14, #141b2d);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 30px -16px rgba(0,132,255,0.55);
  transform: translateY(-1px);
}
.roi-pkg-name {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.roi-pkg-btn.active .roi-pkg-name { color: rgba(255,255,255,0.55); }
.roi-pkg-figure {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.025em;
}
.roi-pkg-tag {
  font-size: 12px;
  color: var(--ink-4);
}
.roi-pkg-btn.active .roi-pkg-tag { color: rgba(255,255,255,0.55); }

/* Results tiles */
.roi-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}
.roi-tile {
  border-radius: 18px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 132px;
}
.roi-tile-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.roi-tile-value {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.03em;
}
.roi-tile-sub {
  font-size: 12.5px;
  line-height: 1.4;
  margin-top: auto;
}
.roi-tile.cost {
  background: #fff5f3;
  border: 1px solid rgba(220,90,70,0.18);
  color: #6e1f12;
}
.roi-tile.cost .roi-tile-label { color: #b04030; }
.roi-tile.cost .roi-tile-value { color: #c93a22; }
.roi-tile.cost .roi-tile-sub { color: rgba(110,31,18,0.6); }

.roi-tile.save {
  background: #f0f9f1;
  border: 1px solid rgba(60,140,90,0.2);
  color: #14431f;
}
.roi-tile.save .roi-tile-label { color: #2c7140; }
.roi-tile.save .roi-tile-value { color: #1a7a3a; }
.roi-tile.save .roi-tile-sub { color: rgba(20,67,31,0.6); }

.roi-tile.roi {
  background: linear-gradient(180deg, #0a0e14, #141b2d);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 30px 80px -30px rgba(0,132,255,0.45);
}
.roi-tile.roi .roi-tile-label { color: rgba(255,255,255,0.55); }
.roi-tile.roi .roi-tile-value { color: #fff; font-size: 44px; }
.roi-tile.roi .roi-tile-sub { color: rgba(255,255,255,0.55); }

/* Content value bar */
.roi-content-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  background: linear-gradient(135deg, #0a0e14 0%, #1a2440 100%);
  border-radius: 18px;
  padding: 22px 28px;
  color: #fff;
}
.roi-cv-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue-3);
  display: block;
  margin-bottom: 4px;
}
.roi-cv-note {
  font-size: 12.5px;
  color: rgba(255,255,255,0.55);
  max-width: 380px;
  line-height: 1.45;
}
.roi-cv-right { text-align: right; }
.roi-cv-amount {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.03em;
  color: var(--blue-3);
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}
.roi-cv-assets {
  font-size: 12.5px;
  color: rgba(255,255,255,0.5);
}

/* Breakdown */
.roi-breakdown {
  background: var(--bg-alt);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  padding: 24px 28px;
  margin-top: 22px;
}
.roi-breakdown h3 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 14px;
  font-weight: 500;
}
.roi-bd-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid var(--stroke);
  font-size: 14.5px;
  gap: 16px;
}
.roi-bd-row:last-child { border-bottom: none; }
.roi-bd-row .bkey { color: var(--ink-3); }
.roi-bd-row .bkey small { color: var(--ink-4); font-size: 12px; margin-left: 4px; }
.roi-bd-row .bval { font-family: 'Fustat', sans-serif; font-weight: 700; color: var(--ink); white-space: nowrap; }
.roi-bd-row .bval.positive { color: #1a7a3a; }
.roi-bd-row .bval.negative { color: #c93a22; }

/* Deliverables + intangibles */
.roi-deliv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 22px;
}
.roi-deliv-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--bg-alt);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.4;
}
.roi-deliv-icon {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.roi-eff-bar {
  background: linear-gradient(180deg, #0a0e14, #141b2d);
  color: #fff;
  border-radius: 14px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.roi-eff-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.roi-eff-value {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.025em;
  color: var(--blue-3);
}
.roi-eff-note {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  flex: 1 1 200px;
}

.roi-intangibles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.roi-intangible {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 13.5px;
  line-height: 1.45;
  border: 1px solid transparent;
}
.roi-intangible.on {
  background: #f0f9f1;
  border-color: rgba(60,140,90,0.18);
  color: #14431f;
}
.roi-intangible.off {
  background: var(--bg-alt);
  border-color: var(--stroke);
  color: var(--ink-4);
}
.roi-intangible .tick {
  font-size: 15px;
  line-height: 1;
  margin-top: 2px;
  flex-shrink: 0;
  font-weight: 600;
}
.roi-intangible.on .tick { color: #1a7a3a; }

.roi-pre {
  font-size: 13.5px;
  color: var(--ink-3);
  line-height: 1.55;
  margin: -10px 0 18px;
  max-width: 640px;
}

.roi-insight {
  background: linear-gradient(180deg, #0a0e14, #141b2d);
  color: #fff;
  border-radius: 18px;
  padding: 26px 30px;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 18px;
}
.roi-insight strong { color: var(--blue-3); font-weight: 600; }

.roi-cta-card {
  text-align: center;
  background: linear-gradient(135deg, rgba(0,132,255,0.08), rgba(0,132,255,0.03));
  border: 1px solid rgba(0,132,255,0.2);
  border-radius: 24px;
  padding: 40px 32px;
  margin-top: 8px;
}
.roi-cta-card h3 {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0 0 20px;
  text-wrap: balance;
}
.roi-cta-card .hero-ctas { justify-content: center; }

.roi-sources {
  margin-top: 28px;
  font-size: 11.5px;
  color: var(--ink-4);
  text-align: left;
  line-height: 1.7;
  border-top: 1px solid var(--stroke);
  padding-top: 22px;
}
.roi-sources strong { color: var(--ink-3); }
.roi-sources-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  display: block;
  margin-bottom: 10px;
}

/* Packages section ROI CTA */
.pkg-roi-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 12px 14px 12px 20px;
  background: #fff;
  border: 1px solid var(--stroke-2);
  border-radius: 999px;
  font-family: 'Fustat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  letter-spacing: -0.01em;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.pkg-roi-cta:hover {
  transform: translateY(-1px);
  border-color: rgba(0,132,255,0.5);
  box-shadow: 0 12px 24px -16px rgba(0,132,255,0.4);
}
.pkg-roi-cta-icon {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pkg-roi-cta-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-4);
  margin-right: 4px;
}

@media (max-width: 760px) {
  .roi-section { padding: 100px 20px 80px; }
  .roi-card { padding: 24px; border-radius: 20px; }
  .roi-input-grid { grid-template-columns: 1fr; }
  .roi-pkg-grid { grid-template-columns: 1fr 1fr; }
  .roi-results-grid { grid-template-columns: 1fr; }
  .roi-tile-value { font-size: 30px; }
  .roi-tile.roi .roi-tile-value { font-size: 36px; }
  .roi-deliv-grid { grid-template-columns: 1fr; }
  .roi-intangibles-grid { grid-template-columns: 1fr; }
  .roi-cv-right { text-align: left; }
  .roi-content-value { padding: 20px; }
  .roi-cta-card { padding: 32px 22px; }
}


/* Custom engagements tile */
.pkg-custom {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 22px;
  padding: 34px 38px;
  border-radius: 22px;
  background: linear-gradient(135deg, #e6786e 0%, #e89c8b 55%, #eec3cd 100%);
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 30px 80px -30px rgba(200,90,80,0.45);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.pkg-custom:hover { transform: translateY(-2px); box-shadow: 0 40px 100px -30px rgba(200,90,80,0.55); }
.pkg-custom-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-bottom: 10px;
}
.pkg-custom-title {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.pkg-custom-body { display: flex; flex-direction: column; gap: 16px; }
.pkg-custom-body p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: rgba(255,255,255,0.92);
  max-width: 640px;
}
.pkg-custom-cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Fustat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  transition: gap 180ms ease;
}
.pkg-custom:hover .pkg-custom-cta { gap: 12px; color: #fff; }
@media (max-width: 860px) {
  .pkg-custom { grid-template-columns: 1fr; gap: 18px; padding: 28px; }
  .pkg-custom-title { font-size: 26px; }
}

.nav-sep { color: var(--ink-5, rgba(0,0,0,0.2)); user-select: none; pointer-events: none; padding: 0 2px; font-weight: 300; }


/* Content Strategy — feathered image */
.approach-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
  gap: 64px;
  margin-bottom: 56px;
}
.approach-head-copy { max-width: 560px; }
.approach-image {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 11;
  overflow: visible;
}
.approach-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* feather all edges to transparent so image blends into the section bg */
  -webkit-mask-image: radial-gradient(ellipse 82% 82% at center, #000 40%, rgba(0,0,0,0.85) 62%, rgba(0,0,0,0) 100%);
          mask-image: radial-gradient(ellipse 82% 82% at center, #000 40%, rgba(0,0,0,0.85) 62%, rgba(0,0,0,0) 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 860px) {
  .approach-head { grid-template-columns: 1fr; gap: 32px; margin-bottom: 36px; }
  .approach-head-copy { max-width: none; }
  .approach-image { aspect-ratio: 16 / 10; }
}


/* ========== Subtle color artifact spheres ==========
   Light-section-only ambient accents. Positioned in whitespace,
   varied opacity/size/color. Non-interactive. */
.section-light,
.section-light-alt { position: relative; overflow: hidden; }

.sphere {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(2px);
}
.section-inner { position: relative; z-index: 1; }

/* Color tokens — pulled from the palette in the reference: muted greens, terracotta/pink, dusty lavender, teal */
.sphere-green   { background: radial-gradient(circle at 40% 40%, rgba(132,178,74,0.55), rgba(132,178,74,0.18) 55%, transparent 75%); }
.sphere-teal    { background: radial-gradient(circle at 40% 40%, rgba(70,150,146,0.5),  rgba(70,150,146,0.14) 55%, transparent 75%); }
.sphere-lav     { background: radial-gradient(circle at 40% 40%, rgba(150,158,210,0.55), rgba(150,158,210,0.16) 55%, transparent 75%); }
.sphere-coral   { background: radial-gradient(circle at 40% 40%, rgba(230,110,95,0.48),  rgba(230,110,95,0.14) 55%, transparent 75%); }
.sphere-pink    { background: radial-gradient(circle at 40% 40%, rgba(238,180,195,0.7),  rgba(238,180,195,0.2) 55%, transparent 75%); }
.sphere-olive   { background: radial-gradient(circle at 40% 40%, rgba(170,180,90,0.5),   rgba(170,180,90,0.14) 55%, transparent 75%); }

@media (max-width: 860px) { .sphere { display: none; } }


/* ========== Card deal-in animation ========== */
.deal-in { opacity: 0; transform: translateY(28px) rotate(-3deg) scale(0.96); transform-origin: 50% 100%; }
.deal-in.is-in {
  animation: dealIn 520ms cubic-bezier(0.2, 0.9, 0.25, 1) forwards;
  animation-delay: var(--deal-delay, 0ms);
}
@keyframes dealIn {
  0%   { opacity: 0; transform: translateY(28px) rotate(-3deg) scale(0.96); }
  60%  { opacity: 1; }
  100% { opacity: 1; transform: translateY(0) rotate(0) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .deal-in { opacity: 1; transform: none; }
  .deal-in.is-in { animation: none; }
}


/* ========== Section background image treatment ========== */
.section-bg-image {
  position: relative;
  isolation: isolate;
  background-image: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 28px;
  padding-bottom: 28px;
  min-height: 0;
}
#story.section-bg-image,
#production.section-bg-image {
  display: flex;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
}
#story.section-bg-image { background-position: 70% 40%; }
#production.section-bg-image { background-position: 75% 50%; }
.section-bg-image .section-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5,8,16,0.86) 0%, rgba(5,8,16,0.7) 45%, rgba(5,8,16,0.35) 75%, rgba(5,8,16,0.45) 100%),
    linear-gradient(180deg, rgba(5,8,16,0.4) 0%, rgba(5,8,16,0.15) 40%, rgba(5,8,16,0.5) 100%);
  pointer-events: none;
}
.section-bg-image .section-inner { position: relative; z-index: 1; width: 100%; }
.section-bg-image .glow { position: absolute !important; }
.section-bg-image .section-inner { max-width: 1280px; }
.section-bg-image .section-title,
.section-bg-image .eyebrow,
.section-bg-image .story-grid,
.section-bg-image .prod-grid { max-width: 760px; }
.section-bg-image .section-title { font-size: 44px; line-height: 1.05; margin-bottom: 18px; }
.section-bg-image .eyebrow { margin-bottom: 10px; }
.section-bg-image .story-grid { gap: 28px; }
.section-bg-image .story-lede { font-size: 18px; }
.section-bg-image .story-body p { font-size: 14px; line-height: 1.55; margin: 0 0 10px; }
.section-bg-image .prod-grid { gap: 18px; margin-top: 24px; }
.section-bg-image .prod-card { padding: 22px 24px; }
.section-bg-image .prod-card h3 { font-size: 22px; margin-bottom: 12px; }
.section-bg-image .prod-card ul li { font-size: 13px; line-height: 1.45; margin-bottom: 8px; }
@media (max-width: 1100px) {
  #story.section-bg-image,
  #production.section-bg-image { aspect-ratio: auto; }
}


/* ========== Story section — left-aligned content, 2 columns ========== */
#story.section-bg-image .section-inner {
  display: block;
  width: 100% !important;
  max-width: none !important;
  flex: 1 1 100% !important;
  margin: 0 !important;
  padding-left: clamp(32px, 6vw, 96px);
  padding-right: 56px;
}
#story.section-bg-image .eyebrow,
#story.section-bg-image .section-title {
  text-align: left;
  margin-left: 0;
  max-width: 720px;
}
#story.section-bg-image .section-title {
  font-size: clamp(28px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin-bottom: 32px;
}
#story.section-bg-image .story-grid {
  grid-template-columns: 1fr 1fr;
  max-width: 760px;
  margin-left: 0;
  margin-right: auto;
  gap: 36px;
  align-items: start;
}
#story.section-bg-image .story-lede {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 0;
}
#story.section-bg-image .story-body p {
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 18px;
}
#story.section-bg-image .story-body p:last-child { margin-bottom: 0; }
/* Overlay strong on left where text sits */
#story.section-bg-image .section-bg-overlay {
  background:
    linear-gradient(90deg, rgba(5,8,16,0.86) 0%, rgba(5,8,16,0.78) 35%, rgba(5,8,16,0.55) 60%, rgba(5,8,16,0.35) 100%),
    linear-gradient(180deg, rgba(5,8,16,0.35) 0%, rgba(5,8,16,0.15) 40%, rgba(5,8,16,0.45) 100%);
}
#story.section-bg-image { background-position: 75% 40%; }
@media (max-width: 900px) {
  #story.section-bg-image .story-grid { grid-template-columns: 1fr; }
}


/* Keep each headline line as a single unit on wide viewports;
   release at narrow viewports so the text can wrap naturally. */
#story .section-title .nowrap-line { white-space: nowrap; }
@media (max-width: 760px) {
  #story .section-title .nowrap-line { white-space: normal; }
  #story .section-title br { display: none; }
}
/* Allow the section-title's container to grow as needed */
#story.section-bg-image .section-title { max-width: none; }


/* ========== Hero image (replaces orb) ========== */
.hero { position: relative; }
.hero-image-stage {
  position: absolute;
  top: 80px;
  right: 0;
  width: 60%;
  height: 730px;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-image-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      #ffffff 0%,
      rgba(255,255,255,0.95) 12%,
      rgba(255,255,255,0.6) 28%,
      rgba(255,255,255,0.2) 45%,
      rgba(255,255,255,0) 65%
    ),
    linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 75%, rgba(255,255,255,0.6) 100%);
}
/* Lift hero content above the image */
.hero-inner,
.trust-row { position: relative; z-index: 2; }
/* The right-column wrapper no longer needs its flex centering of the orb */
.hero-right {
  position: relative;
  height: 520px;
  display: block;
}
@media (max-width: 900px) {
  .hero-image { width: 100%; opacity: 0.5; }
  .hero-image-fade {
    background:
      linear-gradient(180deg,
        #ffffff 0%,
        rgba(255,255,255,0.95) 35%,
        rgba(255,255,255,0.7) 60%,
        rgba(255,255,255,0.5) 100%
      );
  }
  .hero-right { display: none; }
}


/* ============================================================
   HAMBURGER NAV
   ============================================================ */
.nav-spacer { flex: 1; }
.nav-links { display: none !important; }
.nav-burger {
  appearance: none;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(10,20,40,0.08);
  width: 40px; height: 40px;
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
  flex-shrink: 0;
}
.nav-burger:hover { background: rgba(255,255,255,0.85); }
.nav-burger-bars {
  position: relative;
  width: 16px; height: 12px;
  display: block;
}
.nav-burger-bars span {
  position: absolute;
  left: 0; right: 0;
  height: 1.6px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.25s ease, top 0.2s ease 0.05s, opacity 0.15s ease;
}
.nav-burger-bars span:nth-child(1) { top: 2px; }
.nav-burger-bars span:nth-child(2) { top: 8px; }
.nav-burger.is-active .nav-burger-bars span {
  top: 5px;
  transition: top 0.2s ease, transform 0.25s ease 0.05s;
}
.nav-burger.is-active .nav-burger-bars span:nth-child(1) { transform: rotate(45deg); }
.nav-burger.is-active .nav-burger-bars span:nth-child(2) { transform: rotate(-45deg); }

/* Menu panel */
.nav-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.nav-menu-scrim {
  position: absolute;
  inset: 0;
  background: rgba(10,15,28,0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.28s ease;
}
.nav-menu.is-open .nav-menu-scrim { opacity: 1; }
.nav-menu-panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: min(420px, 100vw);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 28px 32px 32px;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
  box-shadow: -20px 0 60px rgba(10,20,40,0.18);
}
.nav-menu.is-open .nav-menu-panel { transform: translateX(0); }
.nav-menu-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 32px;
}
.nav-menu-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3, rgba(10,15,28,0.55));
}
.nav-menu-close {
  appearance: none;
  background: transparent;
  border: 1px solid rgba(10,20,40,0.12);
  width: 36px; height: 36px;
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--ink);
  transition: background 0.15s ease;
}
.nav-menu-close:hover { background: rgba(10,20,40,0.05); }
.nav-menu-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column;
  border-top: 1px solid rgba(10,20,40,0.08);
  flex: 1;
}
.nav-menu-list li { border-bottom: 1px solid rgba(10,20,40,0.08); }
.nav-menu-list a {
  display: flex; align-items: baseline; gap: 18px;
  padding: 22px 0;
  font-family: 'Fustat', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: padding-left 0.2s ease, color 0.15s ease;
}
.nav-menu-list a:hover { padding-left: 8px; color: var(--blue, #0084ff); }
.nav-menu-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--ink-3, rgba(10,15,28,0.45));
  min-width: 28px;
  position: relative;
  top: -2px;
}
.nav-menu-ext {
  font-size: 16px;
  color: var(--ink-3, rgba(10,15,28,0.45));
  margin-left: 6px;
  vertical-align: super;
}
.nav-menu-cta {
  margin-top: 24px;
  display: inline-flex; align-items: center; justify-content: space-between;
  padding: 16px 18px 16px 22px;
  background: var(--ink, #0a0e14);
  color: #fff;
  text-decoration: none;
  font-family: 'Fustat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  border-radius: 999px;
  transition: transform 0.18s ease;
}
.nav-menu-cta:hover { transform: translateY(-1px); }
.nav-menu-cta .nav-cta-arrow { background: rgba(255,255,255,0.16); color: #fff; }

@media (max-width: 520px) {
  .nav-cta { padding: 8px 10px 8px 14px; font-size: 13px; }
  .nav-cta span:not(.nav-cta-arrow) { display: none; }
  .nav-cta::before { content: 'Project'; }
  .nav-menu-list a { font-size: 24px; padding: 18px 0; }
  .nav-menu-panel { padding: 22px 24px 24px; }
}


/* ============================================================
   PACKAGES — disclaimer
   ============================================================ */
.pkg-disclaimer {
  margin: 28px auto 0;
  max-width: 880px;
  font-size: 12px;
  line-height: 1.65;
  color: rgba(10,15,28,0.5);
  text-align: center;
  letter-spacing: 0.005em;
}
.pkg-disclaimer a {
  color: rgba(10,15,28,0.7);
  text-decoration: underline;
  text-decoration-color: rgba(10,15,28,0.25);
  text-underline-offset: 2px;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
.pkg-disclaimer a:hover {
  color: var(--blue, #0084ff);
  text-decoration-color: currentColor;
}

/* ============================================================
   ENGAGEMENT TERMS MODAL
   ============================================================ */
.terms-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
}
.terms-scrim {
  position: absolute;
  inset: 0;
  background: rgba(10,15,28,0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.28s ease;
}
.terms-modal.is-open .terms-scrim { opacity: 1; }
.terms-panel {
  position: absolute;
  top: 5vh;
  bottom: 5vh;
  left: 50%;
  transform: translate(-50%, 12px);
  width: min(820px, calc(100vw - 32px));
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(10,20,40,0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.28s ease, transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.terms-modal.is-open .terms-panel {
  opacity: 1;
  transform: translate(-50%, 0);
}
.terms-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  border-bottom: 1px solid rgba(10,20,40,0.08);
  flex-shrink: 0;
  background: #ffffff;
}
.terms-head-meta {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.terms-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--ink, #0a0e14);
  text-transform: uppercase;
}
.terms-date {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: rgba(10,15,28,0.45);
  letter-spacing: 0.04em;
}
.terms-close {
  appearance: none;
  background: transparent;
  border: 1px solid rgba(10,20,40,0.12);
  width: 36px; height: 36px;
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--ink);
  transition: background 0.15s ease;
}
.terms-close:hover { background: rgba(10,20,40,0.05); }
.terms-body {
  overflow-y: auto;
  padding: 36px 56px 56px;
  flex: 1;
}
.terms-title {
  font-family: 'Fustat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
  color: var(--ink, #0a0e14);
}
.terms-intro {
  font-family: 'Fustat', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(10,15,28,0.78);
  margin: 0 0 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(10,20,40,0.08);
}
.terms-section {
  margin-bottom: 28px;
}
.terms-section h3 {
  font-family: 'Fustat', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: var(--ink, #0a0e14);
  margin: 0 0 10px;
}
.terms-section p {
  font-family: 'Fustat', sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(10,15,28,0.72);
  margin: 0 0 10px;
}
.terms-section p:last-child { margin-bottom: 0; }
.terms-section a {
  color: var(--blue, #0084ff);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.terms-section-end {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(10,20,40,0.08);
}

/* Custom scrollbar in panel */
.terms-body::-webkit-scrollbar { width: 8px; }
.terms-body::-webkit-scrollbar-thumb { background: rgba(10,20,40,0.18); border-radius: 999px; }
.terms-body::-webkit-scrollbar-track { background: transparent; }

@media (max-width: 640px) {
  .terms-panel {
    top: 0; bottom: 0;
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
  }
  .terms-body { padding: 28px 24px 40px; }
  .terms-head { padding: 18px 20px; }
  .terms-title { font-size: 28px; }
}


/* ========== Pathright brand logo ========== */
.brand { display: inline-flex; align-items: center; gap: 0; }
.brand-logo {
  height: 26px;
  width: auto;
  display: block;
  transition: opacity 0.18s ease;
}
.brand:hover .brand-logo { opacity: 0.85; }
.footer-brand { display: inline-flex; align-items: center; gap: 0; }
.footer-logo {
  height: 32px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1) opacity(0.85);
}
@media (max-width: 520px) {
  .brand-logo { height: 22px; }
}
