/* ============================================================
   kd-v21.css — Homepage v2.1 EDITORIAL REWORK
   Bolder typography. Generous spacing. Layered depth.
   Brand tokens: navy #0B1340, gold #fcd873, red #ef4444
   ============================================================ */

:root {
  /* Brand */
  --navy: #0B1340;
  --navy-2: #0a0e2e;
  --navy-3: #060924;
  --gold: #fcd873;
  --gold-2: #f5b842;
  --red: #ef4444;
  --red-2: #dc2626;

  /* Surface */
  --bg: #fafaf7;
  --bg-2: #f4f4ed;
  --paper: #fffffc;
  --ink: #0a0e2e;
  --ink-soft: #2c2f4d;
  --muted: #5b6178;
  --muted-soft: #8a90a8;
  --hair: rgba(10, 14, 46, 0.08);
  --hair-strong: rgba(10, 14, 46, 0.14);
  --hair-dark: rgba(255, 255, 255, 0.10);
  --hair-darker: rgba(255, 255, 255, 0.05);

  /* Effects */
  --shadow-xs: 0 1px 2px rgba(10, 14, 46, 0.04);
  --shadow-sm: 0 2px 8px rgba(10, 14, 46, 0.06);
  --shadow-md: 0 8px 24px rgba(10, 14, 46, 0.10);
  --shadow-lg: 0 24px 56px rgba(10, 14, 46, 0.16);
  --shadow-glow-gold: 0 0 32px rgba(252, 216, 115, 0.4);
  --shadow-glow-red: 0 0 32px rgba(239, 68, 68, 0.4);

  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;

  /* Typography scale */
  --type-display-xl: clamp(56px, 9vw, 120px);     /* hero h1 */
  --type-display-lg: clamp(44px, 6vw, 84px);      /* section h2 mega */
  --type-display-md: clamp(34px, 4.5vw, 64px);    /* section h2 standard */
  --type-display-sm: clamp(28px, 3.5vw, 48px);    /* section h3 large */
  --type-h3: clamp(22px, 2.2vw, 28px);
  --type-h4: clamp(18px, 1.6vw, 22px);
  --type-body-lg: clamp(18px, 1.4vw, 22px);
  --type-body: 16px;
  --type-body-sm: 14px;
  --type-mono: 12px;

  /* RGB helpers */
  --gold-rgb: 252, 216, 115;
  --red-rgb: 239, 68, 68;
  --navy-rgb: 10, 14, 46;
}

/* ===== Reset & base ===== */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'ss01', 'cv11';
}
img, picture, svg, video { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; cursor: pointer; }
.serif { font-family: 'Playfair Display', 'Times New Roman', serif; }
.mono { font-family: 'JetBrains Mono', 'SF Mono', Menlo, monospace; }

/* Selection */
::selection { background: var(--gold); color: var(--navy); }

/* ===== Layout ===== */
.container { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.container-narrow { max-width: 920px; margin: 0 auto; padding: 0 28px; }
.container-wide { max-width: 1440px; margin: 0 auto; padding: 0 32px; }

/* ===== Section base ===== */
.section { padding: 120px 0; position: relative; }
.section--tight { padding: 80px 0; }
.section--wide { padding: 160px 0; }
.section--light { background: var(--bg); }
.section--paper { background: var(--paper); }
.section--navy {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.92);
  position: relative;
  overflow: hidden;
}
.section--navy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(var(--gold-rgb), 0.07) 0%, transparent 45%),
    radial-gradient(circle at 82% 88%, rgba(var(--red-rgb), 0.06) 0%, transparent 45%);
  pointer-events: none;
  z-index: 0;
}
.section--navy > .container, .section--navy > .container-wide { position: relative; z-index: 1; }
.section--navy h1, .section--navy h2, .section--navy h3, .section--navy h4 { color: #fff; }
.section--navy p, .section--navy li { color: rgba(255, 255, 255, 0.82); }

/* Diagonal section cuts */
.section--diagonal-top { clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%); margin-top: -3vw; }
.section--diagonal-bottom { clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%); margin-bottom: -3vw; }

/* ===== Typography ===== */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--red);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.eyebrow::before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--red);
  display: inline-block;
}
.section--navy .eyebrow { color: var(--gold); }
.section--navy .eyebrow::before { background: var(--gold); }

.h-display {
  font-family: 'Playfair Display', serif;
  font-size: var(--type-display-xl);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 24px;
  text-wrap: balance;
}
.h-display em, .h-display .italic { font-style: italic; font-weight: 800; color: var(--red); }
.h-display .gold { color: var(--gold-2); position: relative; display: inline-block; }
.h-display .gold-underline {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.h-display .gold-underline::after {
  content: '';
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: 4%;
  height: 24%;
  background: var(--gold);
  z-index: -1;
  border-radius: 4px;
  transform: skew(-3deg);
}
.h-display .strike {
  position: relative;
  display: inline-block;
  color: var(--muted-soft);
}
.h-display .strike::after {
  content: '';
  position: absolute;
  left: -2%;
  right: -2%;
  top: 52%;
  height: 6px;
  background: var(--red);
  transform: rotate(-3deg);
  border-radius: 4px;
}

.h-mega {
  font-family: 'Playfair Display', serif;
  font-size: var(--type-display-lg);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 20px;
  text-wrap: balance;
}
.section--navy .h-mega { color: #fff; }
.h-mega .gold { color: var(--gold-2); }

.section h2:not(.h-display):not(.h-mega) {
  font-family: 'Playfair Display', serif;
  font-size: var(--type-display-md);
  line-height: 1.04;
  letter-spacing: -0.025em;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 16px;
  text-wrap: balance;
  max-width: 920px;
}
.section h3 {
  font-size: var(--type-h3);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 10px;
}
.section--navy h3 { color: #fff; }
.section--navy h2 { color: #fff; }

.section-sub {
  font-size: var(--type-body-lg);
  color: var(--muted);
  max-width: 760px;
  margin: 0 0 56px;
  line-height: 1.55;
  text-wrap: balance;
}
.section--navy .section-sub { color: rgba(255, 255, 255, 0.72); }

/* Editorial drop cap */
.dropcap::first-letter {
  font-family: 'Playfair Display', serif;
  font-size: 4em;
  float: left;
  line-height: 0.9;
  padding: 6px 12px 0 0;
  color: var(--red);
  font-weight: 800;
}

/* ===== Buttons / CTAs ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid transparent;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s ease, background 0.2s ease;
  position: relative;
  overflow: hidden;
  letter-spacing: -0.01em;
  isolation: isolate;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 30%, rgba(255, 255, 255, 0.15) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: 0;
}
.btn:hover::after { transform: translateX(100%); }
.btn > * { position: relative; z-index: 1; }

.btn-primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 6px 18px rgba(var(--red-rgb), 0.32), inset 0 -3px 0 rgba(0, 0, 0, 0.12);
}
.btn-primary:hover {
  background: var(--red-2);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 28px rgba(var(--red-rgb), 0.45), inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
.btn-secondary {
  background: var(--paper);
  color: var(--navy);
  border-color: var(--navy);
}
.btn-secondary:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }
.section--navy .btn-secondary { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.5); }
.section--navy .btn-secondary:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn-ghost { color: var(--red); background: transparent; padding: 12px 0; border: none; }
.btn-ghost::after { content: '→'; transition: transform 0.2s; display: inline-block; margin-left: 6px; }
.btn-ghost:hover::after { transform: translateX(4px); }

.btn-magnetic { transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 252, 0.85);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid var(--hair);
  transition: background 0.2s ease, padding 0.2s ease;
}
.site-header.scrolled { background: rgba(255, 255, 252, 0.96); box-shadow: var(--shadow-sm); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
  transition: transform 0.2s;
}
.logo:hover { transform: translateY(-1px); }
.logo-mark img { width: 42px; height: 42px; border-radius: 8px; }
.logo-text {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.logo-text span { color: var(--gold-2); font-style: italic; }
.logo-sub {
  font-size: 10px;
  color: var(--muted);
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
}
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding: 8px 0;
  transition: color 0.2s ease;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 100%;
  height: 2px;
  background: var(--red);
  transition: right 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-links a:hover { color: var(--navy); }
.nav-links a:hover::after { right: 0; }
.header-cta {
  background: var(--navy);
  color: #fff !important;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid var(--navy);
  transition: all 0.2s;
}
.header-cta:hover { background: var(--red); border-color: var(--red); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(var(--red-rgb), 0.3); }
.nav-toggle { display: none; background: transparent; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 4px 0; transition: 0.2s; }
@media (max-width: 900px) {
  .nav-links, .header-cta { display: none; }
  .nav-toggle { display: block; }
}

/* ===== Scroll progress ===== */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red) 0%, var(--gold) 100%);
  width: 0%;
  z-index: 100;
  transition: width 0.1s linear;
  box-shadow: 0 0 8px rgba(var(--gold-rgb), 0.5);
}

/* ===== Sticky floating CTA ===== */
.sticky-cta {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--navy);
  color: #fff;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  box-shadow: var(--shadow-lg), 0 0 0 4px rgba(var(--gold-rgb), 0.15);
  transform: translateY(120px);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}
.sticky-cta.visible { transform: translateY(0); opacity: 1; }
.sticky-cta:hover { background: var(--red); box-shadow: 0 16px 36px rgba(var(--red-rgb), 0.4); transform: translateY(-2px); }
.sticky-cta-pulse {
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.5; }
}

/* ===== Cursor follower (dark sections) ===== */
.cursor-dot {
  position: fixed;
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1000;
  mix-blend-mode: screen;
  transition: width 0.2s, height 0.2s, transform 0.06s linear;
  transform: translate(-50%, -50%);
  display: none;
  box-shadow: 0 0 12px rgba(var(--gold-rgb), 0.6);
}
.cursor-dot.active { display: block; }
.cursor-dot.hovering { width: 36px; height: 36px; background: rgba(var(--gold-rgb), 0.3); }
@media (hover: none) { .cursor-dot { display: none !important; } }

/* ===== Hero ===== */
.hero {
  padding: 96px 0 80px;
  background: linear-gradient(180deg, var(--paper) 0%, var(--bg) 100%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -180px;
  right: -180px;
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(var(--gold-rgb), 0.22) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(20px);
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -240px;
  left: -100px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(var(--red-rgb), 0.10) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(20px);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; gap: 56px; } }

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(var(--gold-rgb), 0.18);
  color: #7a5800;
  border: 1px solid rgba(var(--gold-rgb), 0.5);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 32px;
  letter-spacing: -0.01em;
  position: relative;
}
.hero-pill::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--gold);
  animation: pulse 2s ease-in-out infinite;
}

.hero h1.h-display {
  font-size: clamp(48px, 7.5vw, 108px);
}

.hero-sub {
  font-size: clamp(18px, 1.5vw, 22px);
  color: var(--muted);
  max-width: 640px;
  margin: 0 0 32px;
  line-height: 1.5;
}

.hero-motto {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
  margin-bottom: 36px;
  position: relative;
}
.hero-motto::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  color: var(--red);
  font-size: 64px;
  line-height: 0.7;
  font-style: italic;
  margin-top: 12px;
  flex-shrink: 0;
}
.hero-motto-text {
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
}
.hero-motto-text strong {
  color: var(--red);
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 22px;
  display: block;
  line-height: 1.2;
}

.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 56px; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--hair);
  padding-top: 32px;
}
@media (max-width: 640px) { .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 24px 0; padding-top: 24px; } }
.stat {
  text-align: left;
  padding: 0 24px;
  border-right: 1px solid var(--hair);
  transition: transform 0.3s ease;
}
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: 0; padding-right: 0; }
.stat:hover { transform: translateY(-3px); }
.stat-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 3.5vw, 48px);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.04em;
  line-height: 1;
}
.stat-num em { color: var(--red); font-style: italic; }
.stat-label {
  display: block;
  font-size: 11px;
  color: var(--muted);
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Hero portrait — bolder framing */
.hero-portrait {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(var(--gold-rgb), 0.2);
}
.hero-portrait::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(11, 19, 64, 0.6) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  /* Clean portrait now — no crop needed */
  transform: none;
}
.hero-portrait-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: rgba(10, 14, 46, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #fff;
  border-radius: var(--radius-md);
  padding: 18px 22px;
  font-size: 12px;
  border: 1px solid rgba(var(--gold-rgb), 0.4);
  z-index: 2;
  box-shadow: var(--shadow-md);
}
.hero-portrait-badge .badge-eyebrow {
  font-size: 10px;
  color: var(--gold);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 4px;
  display: block;
}
.hero-portrait-badge .badge-num {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: var(--gold);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.03em;
}
.hero-portrait-badge .badge-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.4;
}

/* Floating award disc */
.hero-award-disc {
  position: absolute;
  top: -28px;
  right: -28px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  color: var(--navy);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.3;
  z-index: 3;
  box-shadow: var(--shadow-lg), var(--shadow-glow-gold);
  animation: float-disc 6s ease-in-out infinite;
}
@keyframes float-disc {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-8px) rotate(5deg); }
}
.hero-award-disc strong {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  display: block;
  letter-spacing: -0.02em;
  font-style: italic;
  text-transform: none;
  margin-bottom: 2px;
}

/* ===== Marquee strip ===== */
.marquee {
  background: var(--navy);
  color: var(--gold);
  padding: 24px 0;
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgba(var(--gold-rgb), 0.2);
  border-bottom: 1px solid rgba(var(--gold-rgb), 0.2);
}
.marquee-track {
  display: flex;
  gap: 64px;
  animation: scroll-left 40s linear infinite;
  white-space: nowrap;
}
.marquee-item {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.marquee-item::after {
  content: '✦';
  color: var(--red);
  font-size: 14px;
  font-style: normal;
}
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== Audience strip ===== */
.aud-strip { padding: 120px 0; background: var(--bg); }
.aud-header { margin-bottom: 56px; }
.aud-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 980px) { .aud-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .aud-grid { grid-template-columns: 1fr; } }
.aud-card {
  background: var(--paper);
  border: 1px solid var(--hair);
  border-radius: var(--radius-md);
  padding: 32px 26px;
  text-decoration: none;
  color: var(--ink);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s, border-color 0.3s;
  display: block;
  position: relative;
  overflow: hidden;
}
.aud-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.aud-card {
  --mx: 50%;
  --my: 50%;
  transform-style: preserve-3d;
}
.aud-card:hover { box-shadow: var(--shadow-md); border-color: var(--gold); }
.aud-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 200px at var(--mx) var(--my), rgba(var(--red-rgb), 0.07) 0%, transparent 60%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  border-radius: inherit;
  z-index: 1;
}
.aud-card:hover::after { opacity: 1; }
.aud-card > * { position: relative; z-index: 2; }
.legacy-aud-tilt-x { display: none; }
.aud-card:hover::before { transform: scaleX(1); }
/* AUDIENCE CARDS - ICON BOX */
.aud-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(var(--red-rgb), 0.12) 0%, rgba(var(--red-rgb), 0.04) 100%);
  border: 1px solid rgba(var(--red-rgb), 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 22px;
  transition: background 0.3s, transform 0.3s;
  line-height: 1;
}
.aud-card:hover .aud-card-icon { background: linear-gradient(135deg, rgba(var(--red-rgb), 0.2) 0%, rgba(var(--gold-rgb), 0.1) 100%); transform: scale(1.06) rotate(-3deg); }
.aud-card h3 { font-family: 'Playfair Display', serif; font-size: 22px; margin: 0 0 8px; color: var(--navy); font-weight: 800; letter-spacing: -0.02em; }
.aud-card p { font-size: 14px; color: var(--muted); margin: 0 0 16px; line-height: 1.55; }
.aud-card .aud-link { color: var(--red); font-weight: 800; font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; }
.aud-card .aud-link::after { content: ' →'; transition: margin 0.2s; }
.aud-card:hover .aud-link::after { margin-left: 4px; }

/* ===== Industries strip ===== */
.ind-strip { padding: 96px 0; background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.ind-strip .eyebrow { color: var(--red); }
.ind-strip .h-mega { color: #fff; }
.ind-strip .section-sub { color: rgba(255, 255, 255, 0.78); }
.ind-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(var(--gold-rgb), 0.06) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(var(--red-rgb), 0.05) 0%, transparent 40%);
  pointer-events: none;
}
.ind-strip > .container { position: relative; z-index: 1; }
.ind-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}
@media (max-width: 980px) { .ind-grid { grid-template-columns: repeat(2, 1fr); } }
.ind-tile {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--hair-dark);
  border-radius: var(--radius-md);
  padding: 24px 22px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
  position: relative;
  overflow: hidden;
}
.ind-tile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(var(--gold-rgb), 0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.ind-tile:hover { background: rgba(var(--gold-rgb), 0.06); border-color: var(--gold); transform: translateY(-3px); }
.ind-tile:hover::before { opacity: 1; }
.ind-tile-icon { font-size: 28px; line-height: 1; flex-shrink: 0; }
.ind-tile-text { display: flex; flex-direction: column; gap: 4px; position: relative; z-index: 1; }
.ind-tile-text strong { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 800; color: #fff; letter-spacing: -0.01em; }
.ind-tile-text span { font-size: 12px; color: var(--gold); font-weight: 700; }

/* ===== Proof gallery (cinematic) ===== */
.proof-gallery {
  padding: 140px 0;
  background: linear-gradient(180deg, var(--paper) 0%, var(--bg) 100%);
  position: relative;
}
.proof-header { text-align: center; margin-bottom: 72px; }
.proof-header h2 { margin: 0 auto 18px; }
.proof-header .section-sub { margin-left: auto; margin-right: auto; }

/* Geo-Grid slider — taller, more dramatic */
.geo-section { margin-bottom: 80px; }
.geo-section-header { display: flex; align-items: end; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin-bottom: 28px; }
.geo-section-header h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 2.6vw, 36px);
  color: var(--navy);
  margin: 0;
  letter-spacing: -0.02em;
  font-weight: 800;
}
.geo-section-header p { color: var(--muted); margin: 0; font-size: 15px; max-width: 480px; }
.geo-stat-row { display: flex; gap: 24px; margin-bottom: 20px; }
.geo-stat-pill {
  background: var(--paper);
  border: 1px solid var(--hair);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.geo-stat-pill .pill-num { font-family: 'Playfair Display', serif; font-size: 18px; }
.geo-stat-pill.before { color: var(--red); }
.geo-stat-pill.before .pill-num { color: var(--red); }
.geo-stat-pill.after { color: #16a34a; }
.geo-stat-pill.after .pill-num { color: #16a34a; }
.geo-stat-pill .arrow { margin: 0 8px; color: var(--muted-soft); }

.geo-slider {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--hair-strong);
  background: var(--navy);
}
.geo-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.geo-slider .geo-after { clip-path: inset(0 0 0 50%); transition: none; }
.geo-slider-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: var(--gold);
  cursor: ew-resize;
  z-index: 3;
  box-shadow: 0 0 16px rgba(var(--gold-rgb), 0.5);
}
.geo-slider-handle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: var(--gold);
  border-radius: 50%;
  border: 4px solid var(--paper);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3), var(--shadow-glow-gold);
}
.geo-slider-handle::after {
  content: '⟷';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--navy);
  font-weight: 800;
  font-size: 22px;
  z-index: 1;
}
.geo-slider-label {
  position: absolute;
  top: 22px;
  padding: 12px 18px;
  background: rgba(10, 14, 46, 0.94);
  color: #fff;
  border-radius: var(--radius-sm);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(var(--gold-rgb), 0.4);
  z-index: 4;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.geo-slider-label.before { left: 22px; }
.geo-slider-label.after { right: 22px; }
.geo-slider-label .num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: var(--gold);
  font-weight: 800;
  margin-top: 4px;
  text-transform: none;
  letter-spacing: -0.02em;
  font-style: italic;
}

/* Proof 4-card grid */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 900px) { .proof-grid { grid-template-columns: 1fr; gap: 24px; } }
.proof-card {
  background: var(--paper);
  border: 1px solid var(--hair);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s;
  position: relative;
}
.proof-card {
  --mx: 50%;
  --my: 50%;
  transform-style: preserve-3d;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.proof-card:hover { box-shadow: var(--shadow-lg); border-color: var(--gold); }
.proof-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 280px at var(--mx) var(--my), rgba(var(--gold-rgb), 0.10) 0%, transparent 65%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  border-radius: inherit;
  z-index: 1;
}
.proof-card:hover::after { opacity: 1; }
.proof-card > * { position: relative; z-index: 2; }
.proof-card-img, .proof-card-body { position: relative; z-index: 2; }
.legacy-proof-tilt-x { display: none; }
.proof-card-img {
  background: var(--navy);
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.proof-card-img img { width: 100%; height: 100%; object-fit: cover; }
.proof-card-label {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(10, 14, 46, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(var(--gold-rgb), 0.3);
  z-index: 1;
}
.proof-card-body { padding: 28px; }
.proof-card-body h3 { font-family: 'Playfair Display', serif; font-size: 22px; margin: 0 0 10px; color: var(--navy); font-weight: 800; letter-spacing: -0.02em; }
.proof-card-body p { font-size: 15px; color: var(--muted); margin: 0; line-height: 1.55; }

/* ===== Career arc — magazine style ===== */
.arc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
@media (max-width: 900px) { .arc-grid { grid-template-columns: 1fr; } }
.arc-card {
  background: var(--paper);
  border: 1px solid var(--hair);
  border-radius: var(--radius-md);
  padding: 36px 28px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.arc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.arc-card-num {
  position: absolute;
  top: -18px;
  left: 28px;
  background: var(--navy);
  color: var(--gold);
  padding: 8px 16px;
  border-radius: 999px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.arc-card h3 { font-family: 'Playfair Display', serif; font-size: 26px; margin: 16px 0 12px; color: var(--navy); letter-spacing: -0.02em; }
.arc-card p { font-size: 15px; color: var(--muted); margin: 0 0 16px; line-height: 1.6; }
.arc-card .arc-meta {
  font-size: 11px;
  color: var(--red);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-top: 1px solid var(--hair);
  padding-top: 14px;
}

/* ===== Tool ecosystem ===== */
.tools-strip { padding: 120px 0; background: var(--bg); }
.tools-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 48px;
}
@media (max-width: 900px) { .tools-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 540px) { .tools-grid { grid-template-columns: repeat(3, 1fr); } }
.tool-tile {
  background: var(--paper);
  border: 1px solid var(--hair);
  border-radius: var(--radius-md);
  padding: 24px 16px;
  text-align: center;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.tool-tile:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: var(--shadow-md);
}
.tool-tile img, .tool-tile svg {
  width: 40px;
  height: 40px;
  margin: 0 auto 12px;
  object-fit: contain;
  transition: transform 0.3s;
}
.tool-tile:hover img, .tool-tile:hover svg { transform: scale(1.1); }
.tool-tile .tool-name {
  font-size: 11px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ===== Services 7 ===== */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
@media (max-width: 900px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .svc-grid { grid-template-columns: 1fr; } }
.svc-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--hair-dark);
  border-radius: var(--radius-md);
  padding: 32px 26px;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
  position: relative;
  overflow: hidden;
}
.svc-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.svc-card:hover { background: rgba(255, 255, 255, 0.07); border-color: rgba(var(--gold-rgb), 0.4); transform: translateY(-4px); }
.svc-card:hover::before { transform: scaleX(1); }
.svc-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(var(--gold-rgb), 0.18) 0%, rgba(var(--gold-rgb), 0.05) 100%);
  border: 1px solid rgba(var(--gold-rgb), 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
.svc-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(var(--gold-rgb), 0.3) 0%, transparent 60%);
  opacity: 0.6;
}
.svc-icon > * { position: relative; z-index: 1; }
.svc-card:hover .svc-icon { background: linear-gradient(135deg, rgba(var(--gold-rgb), 0.28) 0%, rgba(var(--gold-rgb), 0.1) 100%); transform: scale(1.05); }
.svc-icon { transition: background 0.3s, transform 0.3s; }
.svc-card.signature-card .svc-icon { background: var(--gold); border-color: var(--gold); }
.svc-card.signature-card .svc-icon::before { background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.4) 0%, transparent 60%); }
.svc-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 14px;
  background: rgba(var(--gold-rgb), 0.15);
  color: var(--gold);
  text-transform: uppercase;
}
.svc-tag.signature { background: var(--gold); color: #5a3a00; }
.svc-card h3 { font-family: 'Playfair Display', serif; font-size: 21px; margin: 0 0 10px; font-weight: 800; letter-spacing: -0.02em; color: #fff; }
.svc-card p { font-size: 14px; line-height: 1.6; margin: 0; }

/* ===== Case studies grid ===== */
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 900px) { .case-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .case-grid { grid-template-columns: 1fr; } }
.case-card {
  background: var(--paper);
  border: 1px solid var(--hair);
  border-radius: var(--radius-md);
  overflow: hidden;
  text-decoration: none;
  color: var(--ink);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s, border-color 0.3s;
  display: block;
  position: relative;
}
.case-card {
  --mx: 50%;
  --my: 50%;
  transform-style: preserve-3d;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.case-card:hover { border-color: var(--gold); box-shadow: var(--shadow-lg); }
.case-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 220px at var(--mx) var(--my), rgba(var(--gold-rgb), 0.12) 0%, transparent 60%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  border-radius: inherit;
  z-index: 1;
}
.case-card:hover::after { opacity: 1; }
.case-card > * { position: relative; z-index: 2; }
.case-card-img, .case-card-body { position: relative; z-index: 2; }
.legacy-case-card-tilt-x { display: none; } /* placeholder */
.case-card-img {
  height: 200px;
  background-color: var(--navy);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  transition: transform 0.5s ease;
}
.case-card:hover .case-card-img { transform: scale(1.04); }
/* Dark gradient overlay for stat legibility — bottom-right weighted */
.case-card-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0%, transparent 35%, rgba(11,19,64,0.55) 70%, rgba(11,19,64,0.92) 100%),
    linear-gradient(180deg, rgba(11,19,64,0.10) 0%, transparent 25%);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
/* Hover spotlight in top-left to lift the screenshot */
.case-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 280px at var(--mx, 30%) var(--my, 30%), rgba(255,255,255,0.12) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}
.case-card:hover .case-card-img::after { opacity: 1; }
.case-card-img .case-stat {
  font-family: 'Playfair Display', serif;
  font-size: clamp(38px, 4.2vw, 60px);
  color: var(--gold);
  font-weight: 800;
  letter-spacing: -0.04em;
  position: relative;
  z-index: 3;
  font-style: italic;
  line-height: 1;
  padding: 18px 22px;
  text-shadow:
    0 2px 4px rgba(0,0,0,0.7),
    0 4px 24px rgba(0,0,0,0.5),
    0 0 28px rgba(var(--gold-rgb), 0.35);
}
.case-card-body { padding: 22px; }
.case-card-body h3 { font-family: 'Playfair Display', serif; font-size: 17px; margin: 0 0 8px; color: var(--navy); font-weight: 800; line-height: 1.3; letter-spacing: -0.015em; }
.case-card-body p { font-size: 13px; color: var(--muted); margin: 0 0 12px; line-height: 1.5; }
.case-card-body .case-meta { font-size: 10px; color: var(--red); font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; }

/* ===== Process ===== */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 56px;
}
@media (max-width: 900px) { .process-grid { grid-template-columns: repeat(2, 1fr); } }
.process-step {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--hair-dark);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  position: relative;
}
.process-num {
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 800;
  font-style: italic;
  color: var(--gold);
  letter-spacing: -0.04em;
  margin-bottom: 16px;
  line-height: 0.9;
}
.process-step h3 { font-family: 'Playfair Display', serif; font-size: 22px; margin: 0 0 12px; letter-spacing: -0.02em; }
.process-step p { font-size: 14px; margin: 0; line-height: 1.6; }
.process-step .step-meta { font-size: 11px; color: var(--gold); font-weight: 800; margin-top: 16px; text-transform: uppercase; letter-spacing: 0.12em; }

/* ===== Will NOT do ===== */
.notdo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}
@media (max-width: 900px) { .notdo-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .notdo-grid { grid-template-columns: 1fr; } }
.notdo-card {
  background: var(--paper);
  border: 1px solid var(--hair);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
}
.notdo-card::before {
  content: '✕';
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 32px;
  color: var(--red);
  font-weight: 800;
  opacity: 0.8;
}
.notdo-card h3 { font-family: 'Playfair Display', serif; font-size: 20px; margin: 0 0 10px; color: var(--navy); font-weight: 800; padding-right: 36px; letter-spacing: -0.02em; }
.notdo-card p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.55; }

/* ===== Pricing ===== */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
  align-items: stretch;
}
@media (max-width: 900px) { .price-grid { grid-template-columns: 1fr; } }
.price-tier {
  background: var(--paper);
  border: 1px solid var(--hair);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.price-tier:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.price-tier.featured {
  border-color: var(--gold);
  border-width: 2px;
  transform: scale(1.04);
  background: var(--navy);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-lg), 0 24px 60px rgba(252, 216, 115, 0.15), 0 0 0 1px rgba(var(--gold-rgb), 0.3);
  position: relative;
  overflow: hidden;
}
.price-tier.featured::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(var(--gold-rgb), 0.12) 0%, transparent 50%),
    radial-gradient(circle at 80% 100%, rgba(var(--red-rgb), 0.06) 0%, transparent 50%);
  pointer-events: none;
}
.price-tier.featured > * { position: relative; z-index: 1; }
.price-tier.featured h3 { color: #fff; }
.price-tier.featured .price-amt { color: #fff; }
.price-tier.featured .price-amt small { color: rgba(255, 255, 255, 0.6); }
.price-tier.featured .price-sub { color: rgba(255, 255, 255, 0.7); }
.price-tier.featured li { color: rgba(255, 255, 255, 0.84); }
.price-tier.featured li::before { color: var(--gold); }
.price-tier.featured .price-cta {
  background: var(--gold);
  color: var(--navy);
  font-weight: 800;
}
.price-tier.featured .price-cta:hover {
  background: #fff;
  color: var(--navy);
}
.price-tier.featured:hover { transform: scale(1.04) translateY(-4px); }
.price-tier-tag {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: #5a3a00;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: var(--shadow-glow-gold);
}
.price-tier h3 { font-family: 'Playfair Display', serif; font-size: 22px; margin: 0 0 4px; color: var(--navy); font-weight: 800; letter-spacing: -0.02em; }
.price-tier .price-amt {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 12px 0 4px;
  font-style: italic;
}
.price-tier .price-amt small { font-size: 18px; color: var(--muted); font-weight: 600; font-style: normal; }
.price-tier .price-sub { font-size: 14px; color: var(--muted); margin: 0 0 24px; line-height: 1.5; }
.price-tier ul { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 12px; flex-grow: 1; }
.price-tier li { font-size: 14px; padding-left: 26px; position: relative; color: var(--ink-soft); line-height: 1.5; }
.price-tier li::before { content: '✓'; position: absolute; left: 0; color: var(--gold-2); font-weight: 800; font-size: 16px; top: -1px; }
.price-tier .price-cta {
  display: block;
  text-align: center;
  background: var(--red);
  color: #fff;
  padding: 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  transition: all 0.2s;
  letter-spacing: -0.01em;
}
.price-tier .price-cta:hover { background: var(--red-2); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(var(--red-rgb), 0.4); }
.price-tier.outline .price-cta { background: transparent; color: var(--navy); border: 2px solid var(--navy); }
.price-tier.outline .price-cta:hover { background: var(--navy); color: #fff; }

/* ===== Comparison ===== */
.cmp-table-wrap {
  margin-top: 48px;
  background: var(--paper);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--hair);
}
.cmp-table {
  width: 100%;
  border-collapse: collapse;
}
.cmp-table th, .cmp-table td {
  padding: 20px 24px;
  text-align: left;
  border-bottom: 1px solid var(--hair);
  font-size: 14px;
}
.cmp-table th {
  background: var(--navy);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
}
.cmp-table tbody tr { transition: background 0.2s ease; }
.cmp-table tbody tr:hover { background: rgba(252, 216, 115, 0.05); }
.cmp-table tr:last-child td { border-bottom: 0; }
.cmp-table tbody tr:hover td:first-child { color: var(--red); }
.cmp-table td:first-child { font-weight: 700; color: var(--navy); font-size: 15px; }
.cmp-table .yes { color: #16a34a; font-weight: 800; }
.cmp-table .yes::before { content: '✓ '; font-size: 18px; }
.cmp-table .no { color: var(--red); font-weight: 700; }
.cmp-table .no::before { content: '✕ '; font-size: 18px; }

/* ===== Reviews ===== */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
@media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr; } }
.review-card {
  background: var(--paper);
  border: 1px solid var(--hair);
  border-radius: var(--radius-md);
  padding: 32px 28px;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}
.review-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.review-card::before {
  content: '"';
  position: absolute;
  top: -8px;
  left: 28px;
  font-family: 'Playfair Display', serif;
  font-size: 96px;
  color: var(--gold);
  font-style: italic;
  line-height: 1;
  opacity: 0.3;
}
.review-stars { color: var(--gold); font-size: 16px; margin-bottom: 16px; letter-spacing: 3px; position: relative; }
.review-card p { font-size: 16px; color: var(--ink); margin: 0 0 20px; font-style: italic; line-height: 1.6; position: relative; }
.review-author { display: flex; align-items: center; gap: 14px; }
.review-author-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%);
  border: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 18px;
  font-style: italic;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}
.review-author strong { font-size: 14px; color: var(--navy); display: block; font-weight: 800; }
.review-author span { font-size: 12px; color: var(--muted); }

/* ===== FAQ ===== */
.faq-list { display: grid; gap: 12px; max-width: 920px; margin-top: 48px; }
.faq-item {
  background: var(--paper);
  border: 1px solid var(--hair);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item:hover { border-color: var(--hair-strong); }
.faq-item[open] { border-color: var(--gold); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: var(--navy);
  font-size: 18px;
  position: relative;
  padding-right: 60px;
  letter-spacing: -0.015em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  color: var(--red);
  font-weight: 400;
  transition: transform 0.2s;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-item[open] summary::after { content: '−'; }
.faq-body { padding: 0 26px 22px; }
.faq-body p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

/* ===== Phone CTA bar ===== */
.phone-cta-bar {
  background: var(--navy);
  color: #fff;
  padding: 18px 0;
  border-top: 1px solid rgba(var(--gold-rgb), 0.25);
  border-bottom: 1px solid rgba(var(--gold-rgb), 0.25);
}
.phone-cta-bar .phone-cta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  text-align: center;
}
.phone-cta-bar a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s;
}
.phone-cta-bar a:hover { color: var(--gold); }
.phone-cta-bar .phone-cta-label {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 17px;
  color: var(--gold);
  font-weight: 800;
}
.phone-cta-bar .phone-sep {
  color: rgba(255, 255, 255, 0.25);
}

/* ===== Final CTA ===== */
.final-cta {
  background: var(--navy);
  padding: 140px 0;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(var(--gold-rgb), 0.15) 0%, transparent 60%);
  pointer-events: none;
  filter: blur(40px);
}
.final-cta > .container { position: relative; z-index: 1; }
.final-cta .eyebrow { color: var(--gold); justify-content: center; }
.final-cta .eyebrow::before { background: var(--gold); }
.final-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 7vw, 96px);
  color: #fff;
  margin: 0 auto 28px;
  max-width: 900px;
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 800;
}
.final-cta h2 .gold { color: var(--gold); font-style: italic; }
.final-cta p { font-size: 19px; color: rgba(255, 255, 255, 0.78); max-width: 760px; margin: 0 auto 40px; line-height: 1.55; }
.final-cta-ctas { display: inline-flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

/* ===== Footer ===== */
.site-footer {
  background: var(--navy-3);
  color: #b0b7d4;
  padding: 80px 0 36px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-heading {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}
.footer-links { display: grid; gap: 10px; }
.footer-links a {
  color: #a0a8c0;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s ease;
}
.footer-links a:hover { color: var(--gold); }
.footer-desc { font-size: 13px; color: #a0a8c0; line-height: 1.65; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 12px;
  color: #a0a8c0;
}

/* ===== Animations ===== */
html.js-ready .fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
html.js-ready .fade-up.in-view { opacity: 1; transform: none; }
html.js-ready .stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
html.js-ready .stagger.in-view > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0.05s; }
html.js-ready .stagger.in-view > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.12s; }
html.js-ready .stagger.in-view > *:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.19s; }
html.js-ready .stagger.in-view > *:nth-child(4) { opacity: 1; transform: none; transition-delay: 0.26s; }
html.js-ready .stagger.in-view > *:nth-child(5) { opacity: 1; transform: none; transition-delay: 0.33s; }
html.js-ready .stagger.in-view > *:nth-child(6) { opacity: 1; transform: none; transition-delay: 0.40s; }
html.js-ready .stagger.in-view > *:nth-child(7) { opacity: 1; transform: none; transition-delay: 0.47s; }
html.js-ready .stagger.in-view > *:nth-child(8) { opacity: 1; transform: none; transition-delay: 0.54s; }
html.js-ready .stagger.in-view > *:nth-child(9) { opacity: 1; transform: none; transition-delay: 0.61s; }
html.js-ready .stagger.in-view > *:nth-child(10) { opacity: 1; transform: none; transition-delay: 0.68s; }

@media (prefers-reduced-motion: reduce) {
  html.js-ready .fade-up, html.js-ready .stagger > * {
    opacity: 1 !important; transform: none !important; transition: none !important;
  }
  .marquee-track { animation: none !important; }
  .hero-award-disc { animation: none !important; }
}
