body { background: var(--parch); color: var(--ink); }
.wrap { padding: 0 72px; }
.section { padding: 120px 0; }

/* ── HERO ────────────────────────────────────────── */
.hero {
  min-height: 82vh;
  background: var(--void);
  display: flex; flex-direction: column;
  padding-top: 64px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  background-size: 256px; pointer-events: none; z-index: 0; opacity: .6;
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 100% 100%, rgba(181,136,58,.09) 0%, transparent 55%),
    radial-gradient(ellipse 50% 70% at 0% 0%, rgba(26,26,34,.6) 0%, transparent 60%);
  pointer-events: none; z-index: 0;
}

/* Subtle grid lines — architectural background */
.hero-grid {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 80px 80px;
}

/* Giant ghost number behind headline */
.hero-ghost {
  position: absolute; right: -2%; top: 50%;
  transform: translateY(-55%);
  font-family: 'Playfair Display', serif;
  font-size: min(52vw, 680px);
  font-weight: 700; line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.04);
  pointer-events: none; user-select: none;
  letter-spacing: -.04em; z-index: 1;
}

.hero-content {
  position: relative; z-index: 2;
  max-width: 1160px; margin: 0 auto;
  padding: 0 72px 100px; width: 100%;
  display: flex; flex-direction: column; flex: 1;
}
.hero-top {
  flex: 1; display: flex; flex-direction: column;
  justify-content: center; padding: 64px 0 48px;
}
.hero-kicker {
  font-family: 'DM Mono', monospace;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-l); display: flex; align-items: center; gap: 14px;
  margin-bottom: 48px;
}
.hero-kicker::before { content: ''; width: 36px; height: 1px; background: var(--gold); display: block; }
.hero-kicker .sep { opacity: .4; }

.hero-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 6.8vw, 88px);
  font-weight: 400; line-height: .93; letter-spacing: -.03em;
  color: var(--snow); max-width: 820px;
}
.hero-h1 em { font-style: italic; color: var(--gold-l); }

.hero-rule {
  width: 100%; height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.12) 0%, transparent 65%);
  margin-bottom: 48px; flex-shrink: 0;
}
.hero-bottom {
  display: grid; grid-template-columns: 1fr auto;
  gap: 80px; align-items: end;
}
.hero-desc {
  font-size: 17px; line-height: 1.8;
  color: rgba(248,248,246,.5); max-width: 540px; font-weight: 300;
}
.hero-desc strong { color: rgba(248,248,246,.8); font-weight: 500; }

/* Hero stat strip */
.hero-stats { display: flex; border: 1px solid var(--border-d); flex-shrink: 0; }
.hs {
  padding: 28px 36px; background: rgba(255,255,255,.035);
  border-right: 1px solid var(--border-d);
  transition: background .3s; text-align: center; min-width: 130px;
}
.hs:last-child { border-right: none; }
.hs:hover { background: rgba(255,255,255,.07); }
.hs-val {
  font-family: 'Playfair Display', serif;
  font-size: 38px; font-weight: 700;
  color: var(--snow); line-height: 1; margin-bottom: 7px; letter-spacing: -.025em;
}
.hs-val .acc { color: var(--gold-l); }
.hs-val.neg .acc { color: #f87171; }
.hs-lbl {
  font-family: 'DM Mono', monospace;
  font-size: 9px; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(248,248,246,.28);
}

/* ── S1: THE PROBLEM ─────────────────────────────── */
.s1-layout {
  display: grid; grid-template-columns: 1fr 420px;
  gap: 80px; align-items: start; margin-top: 64px;
}
.s1-body p {
  font-size: 16px; line-height: 1.9; color: var(--ink-m);
  margin-bottom: 24px;
}
.s1-body p:last-child { margin-bottom: 0; }
.s1-body p strong { color: var(--ink); font-weight: 600; }

/* Dark stats panel */
.s1-panel {
  background: var(--void);
  padding: 48px;
}
.sp-big {
  font-family: 'Playfair Display', serif;
  font-size: 104px; font-weight: 700; line-height: 1;
  color: var(--red); letter-spacing: -.04em;
  margin-bottom: 8px;
}
.sp-cap {
  font-size: 13px; color: rgba(248,248,246,.38);
  line-height: 1.6; margin-bottom: 36px;
}
.sp-rule { height: 1px; background: var(--border-d); margin-bottom: 24px; }
.sp-row {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 14px;
}
.sp-row:last-child { margin-bottom: 0; }
.sp-k { font-size: 12px; color: rgba(248,248,246,.3); }
.sp-v { font-size: 13px; font-weight: 600; }
.sp-v.bad { color: #f87171; }
.sp-v.neu { color: rgba(248,248,246,.45); }

/* ── S2: THE RESULTS ─────────────────────────────── */
/* Period comparison bands */
.period-bands { margin-top: 64px; display: flex; flex-direction: column; gap: 3px; }

.period-band {
  display: grid;
  grid-template-columns: 200px repeat(4, 1fr);
  gap: 0;
  background: var(--white);
  border-left: 4px solid transparent;
  transition: box-shadow .3s;
}
.period-band:hover { box-shadow: 0 4px 24px rgba(13,13,16,.07); position: relative; z-index: 1; }
.period-band.before { border-left-color: var(--red); }
.period-band.during { border-left-color: var(--amber); }
.period-band.after  { border-left-color: var(--green-l); }

.pb-period {
  padding: 32px 28px;
  background: var(--parch);
  border-right: 1px solid var(--border-l);
  display: flex; flex-direction: column; justify-content: center;
}
.pb-name { font-weight: 600; font-size: 14px; color: var(--ink); margin-bottom: 4px; }
.pb-sub { font-size: 11px; color: var(--mute); }

.pb-cell {
  padding: 32px 24px;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  border-right: 1px solid var(--border-l);
  text-align: center;
}
.pb-cell:last-child { border-right: none; }
.pb-lbl {
  font-family: 'DM Mono', monospace;
  font-size: 9px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--mute); margin-bottom: 8px;
}
.pb-val {
  font-family: 'Playfair Display', serif;
  font-size: 32px; font-weight: 700; line-height: 1; letter-spacing: -.025em;
}
.pb-val.r { color: var(--red); }
.pb-val.a { color: var(--amber); }
.pb-val.g { color: var(--green-l); }
.pb-val.m { color: var(--ink-m); }

.pb-badge {
  display: inline-flex; align-items: center;
  padding: 5px 14px; font-size: 11px; font-weight: 600;
  letter-spacing: .04em;
}
.pb-badge.bad    { background: var(--red-bg);   color: var(--red); }
.pb-badge.amb    { background: var(--amber-bg);  color: var(--amber); }
.pb-badge.good   { background: var(--green-bg);  color: var(--green-l); }

/* The 26pt swing block */
.swing-box {
  margin-top: 28px;
  background: var(--void);
  padding: 52px 60px;
  display: grid; grid-template-columns: auto 1fr;
  gap: 56px; align-items: center;
}
.swing-num {
  font-family: 'Playfair Display', serif;
  font-size: 96px; font-weight: 700; line-height: 1;
  color: var(--gold-l); letter-spacing: -.04em;
  white-space: nowrap;
}
.swing-txt {
  font-size: 18px; line-height: 1.75;
  color: rgba(248,248,246,.55);
}
.swing-txt strong { color: var(--snow); font-weight: 500; }

/* ── S3: WHY 7% UNDERSTATES ──────────────────────── */
.impact-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: var(--parch-dd);
  margin-top: 64px;
}
.ig-card {
  background: var(--white);
  padding: 52px 44px;
  transition: background .25s;
}
.ig-card:hover { background: var(--parch); }
.ig-card.dark {
  background: var(--void); color: var(--snow);
}
.ig-card.dark:hover { background: var(--void-l); }
.ig-num {
  font-family: 'Playfair Display', serif;
  font-size: 72px; font-weight: 700; line-height: 1;
  letter-spacing: -.03em; margin-bottom: 14px;
}
.ig-card:not(.dark) .ig-num { color: var(--ink); }
.ig-card.dark .ig-num { color: var(--gold-l); }
.ig-num .acc { color: var(--green-l); }
.ig-title { font-size: 15px; font-weight: 600; margin-bottom: 10px; }
.ig-card.dark .ig-title { color: var(--snow); }
.ig-desc { font-size: 14px; line-height: 1.75; color: var(--mute); }
.ig-card.dark .ig-desc { color: rgba(248,248,246,.45); }

/* ── S4: HOW IT HAPPENED ─────────────────────────── */
.sequence { margin-top: 64px; }
.seq-row {
  display: grid; grid-template-columns: 200px 1fr;
  gap: 56px; padding: 44px 0;
  border-top: 1px solid var(--border-l); align-items: start;
}
.seq-row:last-child { border-bottom: 1px solid var(--border-l); }

.seq-period {
  font-size: 13px; font-weight: 600;
  color: var(--mute); margin-bottom: 10px; line-height: 1.4;
}
.seq-status {
  display: inline-flex; align-items: center;
  font-family: 'DM Mono', monospace;
  font-size: 9px; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 4px 12px;
}
.seq-status.done { background: var(--green-bg); color: var(--green-l); }
.seq-status.now  { background: var(--amber-bg); color: var(--amber); }
.seq-status.next { background: var(--parch-d);  color: var(--mute); }

.seq-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px; font-weight: 400; letter-spacing: -.015em;
  color: var(--ink); margin-bottom: 12px; line-height: 1.1;
}
.seq-desc {
  font-size: 15px; line-height: 1.85;
  color: var(--ink-m); max-width: 620px; margin-bottom: 16px;
}
.seq-result {
  font-size: 13px; font-weight: 600; color: var(--green-l);
  display: flex; align-items: center; gap: 8px;
}
.seq-result::before { content: '→'; }

/* ── S5: THE BOTTOM LINE ─────────────────────────── */
.roi-block {
  margin-top: 48px;
  background: var(--green-l);
  padding: 72px 72px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.roi-label {
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.5); margin-bottom: 16px;
}
.roi-big {
  font-family: 'Playfair Display', serif;
  font-size: 88px; font-weight: 700; line-height: 1;
  color: var(--white); letter-spacing: -.04em;
  margin-bottom: 12px;
}
.roi-sub {
  font-size: 16px; color: rgba(255,255,255,.65);
  line-height: 1.65;
}
.roi-sub strong { color: var(--white); font-weight: 600; }

.roi-right p {
  font-size: 16px; line-height: 1.85;
  color: rgba(255,255,255,.7); margin-bottom: 24px;
}
.roi-right p:last-child { margin-bottom: 0; }
.roi-right strong { color: var(--white); font-weight: 500; }

/* ── CTA ─────────────────────────────────────────── */
.cta-section {
  background: var(--void);
  padding: 160px 72px;
  text-align: center; position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(181,136,58,.07) 0%, transparent 65%);
  pointer-events: none;
}
.cta-section::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  background-size: 256px; pointer-events: none; opacity: .5;
}
.cta-inner { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; }
.cta-kicker {
  font-family: 'DM Mono', monospace;
  font-size: 11px; letter-spacing: .24em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 36px;
  display: flex; align-items: center; justify-content: center; gap: 16px;
}
.cta-kicker::before, .cta-kicker::after { content: ''; display: block; width: 40px; height: 1px; background: var(--gold); }
.cta-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(38px, 5.5vw, 72px);
  font-weight: 400; line-height: 1.05;
  letter-spacing: -.025em; color: var(--snow); margin-bottom: 28px;
}
.cta-h2 em { font-style: italic; color: var(--gold-l); }
.cta-sub {
  font-size: 17px; line-height: 1.8;
  color: rgba(248,248,246,.42); margin-bottom: 52px; font-weight: 300;
  max-width: 500px; margin-left: auto; margin-right: auto;
}
.cta-actions { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
.cta-note {
  margin-top: 24px;
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(248,248,246,.2);
}

@media (max-width: 1360px) {
  .hero-bottom { grid-template-columns: 1fr; gap: 48px; }
  .hero-stats { width: fit-content; max-width: 100%; }
}

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 1060px) {
  .wrap { padding: 0 48px; }
  .hero-content { padding: 0 48px 80px; }
  .s1-layout { grid-template-columns: 1fr; gap: 48px; }
  .hero-bottom { grid-template-columns: 1fr; gap: 48px; }
  .period-band { grid-template-columns: 1fr 1fr; }
  .pb-cell:nth-child(5) { display: none; }
  .swing-box { grid-template-columns: 1fr; gap: 20px; }
  .swing-num { font-size: 72px; }
  .impact-grid { grid-template-columns: 1fr; }
  .roi-block { grid-template-columns: 1fr; padding: 56px 48px; gap: 40px; }
  .roi-big { font-size: 64px; }
  .site-footer { grid-template-columns: 1fr; padding: 40px; }
  .footer-bottom { padding: 20px 40px; }
  .cta-section { padding: 120px 48px; }
}
@media (max-width: 720px) {
  .nav { padding: 0 24px; }
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .wrap { padding: 0 24px; }
  .hero-content { padding: 0 24px 80px; }
  .cta-section { padding: 80px 24px; }
  .hero-h1 { font-size: clamp(40px, 10vw, 68px); }
  .hero-stats { flex-direction: column; }
  .hs { border-right: none; border-bottom: 1px solid var(--border-d); }
  .hs:last-child { border-bottom: none; }
  .period-band { grid-template-columns: 1fr; }
  .pb-cell:nth-child(3), .pb-cell:nth-child(4) { display: none; }
  .seq-row { grid-template-columns: 1fr; gap: 16px; }
  .roi-block { padding: 48px 24px; }
  .site-footer { padding: 40px 24px; gap: 32px; }
  .footer-bottom { padding: 20px 24px; flex-direction: column; gap: 8px; text-align: center; }
}
