/* ═══════════════════════════════════════════════════════════
   HERO — Editorial / Manifesto Opening (Red Variant)
   ═══════════════════════════════════════════════════════════ */
.hero {
  padding: 140px 0 var(--section-pad);
  text-align: center;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -80px; left: 50%; transform: translateX(-50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(239,68,68,0.04) 0%, transparent 70%);
  pointer-events: none;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red-dim); border: 1px solid var(--red-glow);
  padding: 6px 16px; border-radius: 100px;
  font-size: 13px; font-weight: 600; color: var(--red);
  margin-bottom: 32px;
  animation: fadeDown 0.6s ease both;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(38px, 5.5vw, 64px);
  font-weight: 800; line-height: 1.08; letter-spacing: -2.5px;
  max-width: 800px; margin: 0 auto 28px;
  animation: fadeUp 0.7s ease 0.1s both;
}
.hero h1 em { font-style: italic; color: var(--red); }
.hero-sub {
  font-size: clamp(17px, 2vw, 20px); color: var(--gray-warm);
  max-width: 600px; margin: 0 auto 0; line-height: 1.65;
  animation: fadeUp 0.7s ease 0.2s both;
}

/* ═══════════════════════════════════════════════════════════
   ORIGIN STORY — "The form was designed in 1994"
   ═══════════════════════════════════════════════════════════ */
.origin-section {
  padding: 0 0 var(--section-pad);
}
.origin-prose {
  max-width: 680px; margin: 0 auto;
  font-size: 18px; line-height: 1.75; color: var(--ink-muted);
}
.origin-prose p { margin-bottom: 24px; }
.origin-prose strong { color: var(--ink); font-weight: 600; }
.origin-year {
  font-family: var(--font-display); font-size: clamp(80px, 12vw, 140px);
  font-weight: 800; letter-spacing: -6px; line-height: 1;
  color: var(--cream-deep); text-align: center;
  margin-bottom: 40px;
  -webkit-text-stroke: 1px var(--gray-whisper);
}

/* ═══════════════════════════════════════════════════════════
   THE 5 FATAL FLAWS
   ═══════════════════════════════════════════════════════════ */
.flaws-section {
  background: var(--dark);
  padding: var(--section-pad) 0;
  position: relative; overflow: hidden;
}
.flaws-section::before {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 1200px; height: 500px;
  background: radial-gradient(ellipse at center top, rgba(239,68,68,0.04) 0%, transparent 60%);
  pointer-events: none;
}
.flaws-label { text-align: center; margin-bottom: 64px; }
.flaws-label .overline {
  font-family: var(--font-mono); font-size: 11px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; color: var(--red); margin-bottom: 12px;
}
.flaws-label h2 {
  font-family: var(--font-display); font-size: clamp(28px, 4vw, 44px);
  font-weight: 700; color: var(--dark-text); letter-spacing: -1.5px; line-height: 1.1;
}

/* Flaw card */
.flaw {
  max-width: 880px; margin: 0 auto 56px;
  display: grid; grid-template-columns: 100px 1fr; gap: 32px;
  align-items: start;
}
.flaw:last-child { margin-bottom: 0; }

.flaw-number {
  font-family: var(--font-display);
  font-size: 72px; font-weight: 800;
  line-height: 1; letter-spacing: -3px;
  color: var(--dark-surface-3);
  -webkit-text-stroke: 1px var(--dark-border);
  text-align: center;
  padding-top: 4px;
}
.flaw-body {}
.flaw-title {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700; color: var(--dark-text);
  letter-spacing: -0.8px; line-height: 1.2;
  margin-bottom: 8px;
}
.flaw-stat {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red-dim); border: 1px solid var(--red-glow);
  padding: 5px 14px; border-radius: 100px;
  font-family: var(--font-mono); font-size: 13px; font-weight: 600;
  color: var(--red-bright);
  margin-bottom: 16px;
}
.flaw-text {
  font-size: 16px; color: var(--dark-text-dim); line-height: 1.7;
}
.flaw-text p { margin-bottom: 14px; }
.flaw-text p:last-child { margin-bottom: 0; }
.flaw-text strong { color: var(--dark-text); font-weight: 500; }
.flaw-source {
  font-family: var(--font-mono); font-size: 11px; color: var(--dark-text-muted);
  margin-top: 12px;
}

.flaw-divider {
  max-width: 880px; margin: 0 auto 56px;
  height: 1px; background: var(--dark-border);
}

@media (max-width: 768px) {
  .flaw { grid-template-columns: 1fr; gap: 12px; }
  .flaw-number { font-size: 48px; text-align: left; }
}

/* ═══════════════════════════════════════════════════════════
   THE DEATH SPIRAL — Connecting the Flaws
   ═══════════════════════════════════════════════════════════ */
.spiral-section {
  padding: var(--section-pad) 0;
  background: var(--cream-deep);
}
.spiral-label { text-align: center; margin-bottom: 56px; }
.spiral-label h2 {
  font-family: var(--font-display); font-size: clamp(28px, 4vw, 44px);
  font-weight: 700; color: var(--ink); letter-spacing: -1.5px; line-height: 1.1;
  margin-bottom: 12px;
}
.spiral-label p { font-size: 17px; color: var(--gray-warm); max-width: 560px; margin: 0 auto; }

.spiral-chain {
  max-width: 700px; margin: 0 auto;
  position: relative;
}
.spiral-chain::before {
  content: ''; position: absolute;
  left: 24px; top: 48px; bottom: 48px;
  width: 2px;
  background: linear-gradient(to bottom, var(--red), rgba(239,68,68,0.2));
}
.spiral-step {
  display: flex; gap: 24px; align-items: flex-start;
  margin-bottom: 28px; position: relative;
}
.spiral-step:last-child { margin-bottom: 0; }
.spiral-dot {
  flex-shrink: 0; width: 50px; height: 50px;
  background: var(--white); border: 2px solid var(--red);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 13px; font-weight: 700; color: var(--red);
  position: relative; z-index: 1;
}
.spiral-step:last-child .spiral-dot {
  background: var(--red); color: white; border-color: var(--red);
}
.spiral-content {
  padding-top: 12px;
}
.spiral-content .s-line {
  font-size: 17px; font-weight: 600; color: var(--ink); line-height: 1.4;
  margin-bottom: 4px;
}
.spiral-content .s-detail {
  font-size: 14px; color: var(--gray-warm); line-height: 1.5;
}

/* ═══════════════════════════════════════════════════════════
   THE TURN — "What if there was no form at all?"
   ═══════════════════════════════════════════════════════════ */
.turn-section {
  padding: var(--section-pad) 0;
  text-align: center;
}
.turn-question {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700; letter-spacing: -2px; line-height: 1.1;
  max-width: 700px; margin: 0 auto 28px;
}
.turn-question em { font-style: italic; color: var(--green); }
.turn-prose {
  max-width: 620px; margin: 0 auto 48px;
  font-size: 18px; line-height: 1.7; color: var(--gray-warm);
}
.turn-prose strong { color: var(--ink); }

/* Contrast cards */
.turn-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  max-width: 860px; margin: 0 auto;
}
.turn-card {
  border-radius: 20px; padding: 36px 28px;
  text-align: left;
}
.turn-card.old {
  background: var(--red-wash); border: 1px solid rgba(239,68,68,0.1);
}
.turn-card.new {
  background: var(--green-wash); border: 1px solid rgba(22,163,74,0.1);
}
.turn-card-label {
  font-family: var(--font-mono); font-size: 11px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  margin-bottom: 20px;
}
.turn-card.old .turn-card-label { color: var(--red); }
.turn-card.new .turn-card-label { color: var(--green); }
.turn-card-list { list-style: none; }
.turn-card-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 15px; color: var(--ink-muted); line-height: 1.5;
  margin-bottom: 14px;
}
.turn-card-list li:last-child { margin-bottom: 0; }
.turn-card-list li .icon {
  flex-shrink: 0; margin-top: 2px; font-size: 14px;
}
.turn-card.old .icon { color: var(--red); }
.turn-card.new .icon { color: var(--green); }

@media (max-width: 768px) {
  .turn-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════
   THE FORK — Choose Your Path
   ═══════════════════════════════════════════════════════════ */
.fork-section {
  background: var(--dark);
  padding: var(--section-pad) 0;
  text-align: center;
}
.fork-label { margin-bottom: 48px; }
.fork-label h2 {
  font-family: var(--font-display); font-size: clamp(28px, 4vw, 44px);
  font-weight: 700; color: var(--dark-text); letter-spacing: -1.5px; line-height: 1.1;
  margin-bottom: 12px;
}
.fork-label h2 em { font-style: italic; color: var(--green-bright); }
.fork-label p { font-size: 17px; color: var(--dark-text-dim); max-width: 480px; margin: 0 auto; }

.fork-cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  max-width: 800px; margin: 0 auto 48px;
}
.fork-card {
  background: var(--dark-surface);
  border: 1px solid var(--dark-border);
  border-radius: 20px;
  padding: 40px 32px;
  text-align: left;
  transition: all 0.35s;
  cursor: pointer;
}
.fork-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.1);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.fork-card-icon {
  font-size: 32px; margin-bottom: 20px;
}
.fork-card h3 {
  font-family: var(--font-display); font-size: 22px; font-weight: 700;
  color: var(--dark-text); letter-spacing: -0.5px; margin-bottom: 8px;
}
.fork-card p {
  font-size: 15px; color: var(--dark-text-dim); line-height: 1.6; margin-bottom: 20px;
}
.fork-card-link {
  font-size: 15px; font-weight: 700; color: var(--green-bright);
  display: inline-flex; align-items: center; gap: 4px;
  transition: gap 0.2s;
}
.fork-card:hover .fork-card-link { gap: 8px; }
