/* ===== editorial.css ===== */
/* === Editorial memoir design === */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600&family=Cormorant+Infant:ital,wght@0,400;0,500;1,400&display=swap');

:root {
  --bg: #F7F3EC;            /* warm paper */
  --bg-deep: #EFE8DA;       /* warm paper darker */
  --bg-lavender: #E8E1F5;   /* soft lavender */
  --bg-night: #1A1428;      /* deep aubergine */
  --ink: #1F1929;
  --ink-soft: #423A52;
  --ink-mute: #6F6680;
  --ink-quiet: #A29CB0;
  --line: #DCD3C0;
  --line-soft: #E8E1D2;
  --purple: #4F3BA8;
  --purple-deep: #2E2266;
  --purple-soft: #8B7BD8;
  --gold: #B8860B;
  --gold-soft: #D9B656;
  --gold-deep: #856107;
  --rose: #9C5757;
  --serif-display: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --serif-display-soft: 'Cormorant Infant', 'Cormorant Garamond', Georgia, serif;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* === Reset === */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01", "kern", "liga";
  overflow-x: hidden;
}

/* Paper grain — barely there */
body::before {
  content: '';
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMjAwIDIwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nMC44NScgbnVtT2N0YXZlcz0nMicvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0nMCAwIDAgMCAwLjEyIDAgMCAwIDAgMC4xIDAgMCAwIDAgMC4xNSAwIDAgMCAwLjA4IDAnLz48L2ZpbHRlcj48cmVjdCB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJyBmaWx0ZXI9J3VybCgjbiknLz48L3N2Zz4=");
  opacity: 0.5;
  mix-blend-mode: multiply;
}
body > * { position: relative; z-index: 2; }

img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }

/* === Layout === */
.wrap { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.wrap-narrow { width: 100%; max-width: 880px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 640px) { .wrap, .wrap-narrow { padding: 0 22px; } }

section { padding: 140px 0; position: relative; }
@media (max-width: 700px) { section { padding: 80px 0; } }

section.paper-deep { background: var(--bg-deep); }
section.lavender { background: var(--bg-lavender); }
section.night { background: var(--bg-night); color: #EFE8DA; }
section.night h2, section.night h3 { color: #fff; }

/* === Typography === */
h1, h2, h3, h4 { margin: 0; color: var(--ink); font-weight: 400; }

.display {
  font-family: var(--serif-display);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.02em;
  font-size: clamp(56px, 9vw, 132px);
  text-wrap: balance;
}
.display em { font-style: italic; font-weight: 400; color: var(--purple); }

.headline {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.015em;
  font-size: clamp(34px, 4.4vw, 56px);
  text-wrap: balance;
}
.headline em { font-style: italic; font-weight: 400; }
.headline .ital-serif { font-family: var(--serif-display); font-style: italic; font-weight: 400; font-size: 1.15em; }

h3 {
  font-family: var(--serif);
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 500;
}

p { margin: 0 0 18px; color: var(--ink-soft); text-wrap: pretty; }
.lede {
  font-family: var(--serif-display);
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.45;
  color: var(--ink-soft);
  font-weight: 400;
}
.lede em { font-style: italic; }

/* === Section overlines (chapter numerals) === */
.chapter-eyebrow {
  display: flex; align-items: center; gap: 16px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 500;
  margin: 0 0 32px;
}
.chapter-eyebrow .num {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 22px;
  letter-spacing: 0;
  color: var(--gold);
  font-weight: 500;
  text-transform: none;
}
.chapter-eyebrow .rule { flex: 1; height: 1px; background: var(--gold); opacity: .35; max-width: 80px; }
.chapter-eyebrow.center { justify-content: center; }
.chapter-eyebrow.center .rule { display: none; }

/* === Buttons === */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 36px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.04em;
  border: none;
  transition: transform .2s ease, box-shadow .25s ease, background .2s ease, color .2s ease;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.btn-gold {
  background: var(--gold);
  color: #fff;
  border-radius: 0;
  box-shadow: 0 2px 0 var(--gold-deep);
}
.btn-gold:hover { background: var(--gold-deep); transform: translateY(-1px); box-shadow: 0 4px 0 var(--gold-deep); }
.btn-ink {
  background: var(--ink); color: var(--bg);
  border-radius: 0;
}
.btn-ink:hover { background: var(--purple-deep); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-bottom: 1px solid var(--gold);
  padding: 8px 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}
.btn-ghost:hover { color: var(--gold-deep); }
.btn .arr { transition: transform .25s ease; display: inline-block; }
.btn:hover .arr { transform: translateX(6px); }

.subtext {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink-mute);
  margin: 18px 0 0;
  text-transform: uppercase;
}
.subtext .sep { margin: 0 10px; color: var(--ink-quiet); }


/* ===== editorial-2.css ===== */
/* === Nav === */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 243, 236, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(220, 211, 192, .6);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand {
  display: flex; align-items: baseline; gap: 12px;
  white-space: nowrap;
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 22px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.brand .amp { color: var(--gold); font-style: italic; }
.brand small {
  font-family: var(--sans);
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--ink-mute);
  text-transform: uppercase;
}
.nav-cta { display: none; font-family: var(--sans); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); padding: 10px 18px; border: 1px solid var(--ink); }
.nav-cta:hover { background: var(--ink); color: var(--bg); }
@media (min-width: 768px) { .nav-cta { display: inline-flex; align-items: center; } }

/* === Hero === */
.hero {
  padding: 100px 0 120px;
  position: relative;
}
.hero-dateline {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
  margin-bottom: 44px;
}
.hero-dateline .gold-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.hero-dateline .rule { flex: 1; max-width: 120px; height: 1px; background: var(--line); }

.hero-grid { display: block; }

/* hero-main holds text + video; mobile = flex column with explicit order */
.hero-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero h1.display { order: 1; margin: 0 0 22px; }
.hero .lede { order: 2; margin: 0 auto 32px; max-width: 34ch; }
.hero-side { order: 3; width: 100%; margin: 0 0 8px; }
.hero-meta { order: 4; }
.hero-cta-row { order: 5; }
.hero .subtext { order: 6; }
.video-hero { max-width: 520px; margin: 0 auto; }

@media (min-width: 980px) {
  .hero-main {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    column-gap: 80px;
    align-items: start;
    text-align: left;
  }
  .hero h1.display { grid-column: 1; order: 0; margin: 0 0 40px; }
  .hero .lede { grid-column: 1; margin: 0; max-width: none; }
  .hero-meta { grid-column: 1; }
  .hero-cta-row { grid-column: 1; }
  .hero .subtext { grid-column: 1; }
  .hero-side { grid-column: 2; grid-row: 1 / 99; align-self: start; width: auto; margin: 0; }
  .video-hero { max-width: none; margin: 0; }
}

.hero h1 .br { display: block; }
.hero h1 em.purple { color: var(--purple); }
.hero h1 em.gold { color: var(--gold); }

.hero-meta {
  display: flex; gap: 40px;
  margin: 56px 0 40px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.hero-meta .item {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink-mute);
  text-transform: uppercase;
  flex: 1;
}
.hero-meta .item .v {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 26px;
  display: block;
  color: var(--ink);
  letter-spacing: -0.01em;
  text-transform: none;
  margin-bottom: 4px;
}

.hero-cta-row {
  display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
}

/* Mobile hero refinements — full-size video, centered groups */
@media (max-width: 979px) {
  .hero { padding: 36px 0 64px; }
  .hero-dateline {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: 30px;
    font-size: 10px;
    letter-spacing: 0.22em;
  }
  .hero-dateline .rule { max-width: 40px; }
  .hero-meta {
    justify-content: center;
    gap: 0;
    margin: 36px 0 32px;
    width: 100%;
  }
  .hero-meta .item { text-align: center; padding: 0 8px; }
  .hero-meta .item + .item { border-left: 1px solid var(--line); }
  .hero-cta-row { justify-content: center; }
}
@media (max-width: 460px) {
  .hero-meta .item { font-size: 10px; letter-spacing: 0.02em; }
  .hero-meta .item .v { font-size: 21px; }
  .hero-cta-row { flex-direction: column; gap: 18px; align-items: stretch; width: 100%; }
  .hero-cta-row .btn-gold { justify-content: center; }
  .hero-cta-row .btn-ghost { align-self: center; }
}

/* Hero side — film-strip video card */
.hero-side {
  position: relative;
}
.hero-portrait {
  aspect-ratio: 4/5;
  position: relative;
  background:
    linear-gradient(160deg, rgba(79,59,168,.15), rgba(184,134,11,.10) 60%),
    repeating-linear-gradient(0deg, rgba(31,25,41,.03) 0 2px, transparent 2px 6px),
    var(--bg-deep);
  border: 1px solid var(--line);
  overflow: hidden;
}
.hero-portrait::after {
  content: '';
  position: absolute; inset: 16px;
  border: 1px solid rgba(184,134,11,.35);
  pointer-events: none;
}
.hero-portrait .ph {
  position: absolute; bottom: 28px; left: 28px;
  font-family: 'Courier New', monospace;
  font-size: 11px;
  color: var(--ink-mute);
  background: rgba(247,243,236,.85);
  padding: 6px 10px;
  letter-spacing: .04em;
}
.hero-portrait .corner-num {
  position: absolute; top: 28px; right: 28px;
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 38px;
  color: var(--gold);
}

.video-card {
  margin-top: 24px;
  background: var(--ink);
  color: #fff;
  padding: 22px 24px;
  display: flex; align-items: center; gap: 18px;
  cursor: pointer;
  transition: background .2s ease;
}
.video-card:hover { background: var(--purple-deep); }
.video-card .play {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--gold);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.video-card .play::before {
  content: ''; width: 0; height: 0; margin-left: 4px;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
}
.video-card .vlabel {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 20px;
  line-height: 1.2;
}
.video-card .vsub {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft);
  display: block;
  margin-top: 4px;
  font-style: normal;
}

/* Hero video — central visual */
.video-hero {
  aspect-ratio: 4 / 5;
  position: relative;
  background:
    linear-gradient(160deg, rgba(79,59,168,.28), rgba(184,134,11,.18) 60%),
    repeating-linear-gradient(0deg, rgba(31,25,41,.05) 0 2px, transparent 2px 7px),
    var(--bg-night);
  border: 1px solid var(--line);
  cursor: pointer;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  transition: transform .25s ease, box-shadow .3s ease;
  box-shadow: 0 18px 50px rgba(31,25,41,.16);
}
.video-hero:hover { transform: translateY(-3px); box-shadow: 0 26px 64px rgba(31,25,41,.24); }
.video-hero-still {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 28%;
  z-index: 0;
}
.video-hero::before {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(26,20,40,.78) 0%, rgba(26,20,40,.12) 45%, rgba(26,20,40,.40) 100%);
  pointer-events: none;
}
.video-hero::after {
  content: '';
  position: absolute; inset: 16px;
  border: 1px solid rgba(217,182,86,.45);
  pointer-events: none;
}
.video-hero .corner-num {
  position: absolute; top: 26px; right: 28px;
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 34px;
  color: var(--gold-soft);
  z-index: 2;
}
.video-hero-play {
  position: relative; z-index: 2;
  width: 84px; height: 84px; border-radius: 50%;
  background: var(--gold);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 0 rgba(217,182,86,.5);
  animation: video-pulse 2.6s ease-out infinite;
  flex-shrink: 0;
}
.video-hero-play::before {
  content: ''; width: 0; height: 0; margin-left: 7px;
  border-style: solid;
  border-width: 15px 0 15px 24px;
  border-color: transparent transparent transparent #fff;
}
@keyframes video-pulse {
  0% { box-shadow: 0 0 0 0 rgba(217,182,86,.45); }
  70% { box-shadow: 0 0 0 26px rgba(217,182,86,0); }
  100% { box-shadow: 0 0 0 0 rgba(217,182,86,0); }
}
@media (prefers-reduced-motion: reduce) { .video-hero-play { animation: none; } }
.video-hero-meta {
  position: absolute; left: 28px; bottom: 28px;
  color: #fff;
  text-align: left;
  z-index: 2;
}
.video-hero-meta .vlabel {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
}
.video-hero-meta .vsub {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft);
  display: block;
  margin-top: 4px;
}

/* Hero counter strip — runs full bleed */
.counter-strip {
  background: var(--bg-deep);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  text-align: center;
  font-family: var(--serif-display);
  font-size: clamp(16px, 1.8vw, 20px);
  font-style: italic;
  color: var(--ink-soft);
  letter-spacing: 0.005em;
}
.counter-strip b {
  font-style: normal;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0;
  color: var(--purple);
  font-size: 0.9em;
  margin: 0 4px;
}
.counter-strip .dot { color: var(--gold); margin: 0 14px; font-style: normal; }

/* === Section: What is — three steps as numbered editorial cards === */
.section-head-editorial {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-bottom: 96px;
}
@media (min-width: 980px) {
  .section-head-editorial {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
  }
}
.section-head-editorial h2 { margin: 0; }
.section-head-editorial .lede { margin: 0; }

.editorial-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}
.editorial-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 800px) {
  .editorial-step {
    grid-template-columns: 90px 1fr;
    gap: 40px;
    align-items: baseline;
  }
}
.what-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}
@media (min-width: 980px) {
  .what-grid { grid-template-columns: 1.35fr 1fr; gap: 72px; }
  .what-grid .tg-phone { position: sticky; top: 100px; }
}
.what-grid .editorial-steps { border-top: 1px solid var(--line); }
.tg-phone { margin: 0; }
.tg-phone-frame {
  aspect-ratio: 9 / 18;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  border: 10px solid var(--ink);
  border-radius: 40px;
  background:
    repeating-linear-gradient(0deg, rgba(79,59,168,.05) 0 10px, transparent 10px 20px),
    linear-gradient(170deg, rgba(79,59,168,.10), rgba(184,134,11,.08)),
    var(--bg-deep);
  position: relative;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 24px 60px rgba(31,25,41,.18);
  overflow: hidden;
}
.tg-phone-frame::before {
  content: '';
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 90px; height: 7px; border-radius: 4px;
  background: var(--ink);
}
.tg-phone-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tg-phone-ph {
  font-family: 'Courier New', monospace;
  font-size: 12px;
  color: var(--ink-mute);
  letter-spacing: .04em;
  text-align: center;
  padding: 0 20px;
}
.tg-phone figcaption {
  margin-top: 24px;
  text-align: center;
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.4;
}
.editorial-step .e-num {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 64px;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (min-width: 800px) { .editorial-step .e-num { font-size: 80px; } }
.editorial-step h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.editorial-step .body { color: var(--ink-soft); font-size: 16px; line-height: 1.65; margin-top: 10px; }
.editorial-step .body p { margin: 0; }

/* Research line — newspaper style */
.research-strip {
  margin-top: 96px;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 32px 0 36px;
}
.research-label {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 28px;
  display: flex; align-items: center; gap: 12px;
}
.research-label::after { content: ''; flex: 1; height: 1px; background: var(--ink); opacity: .15; }

.research-cols {
  display: grid; grid-template-columns: 1fr; gap: 36px;
}
@media (min-width: 760px) {
  .research-cols { grid-template-columns: repeat(3, 1fr); gap: 56px; }
  .research-cols .r-col + .r-col { border-left: 1px solid var(--line); padding-left: 56px; }
}
.r-col .big {
  font-family: var(--serif-display);
  font-size: 56px;
  line-height: 1;
  color: var(--purple);
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.r-col .big em { font-style: italic; color: var(--gold); }
.r-col p { font-size: 15px; line-height: 1.55; margin: 0; }
.research-source {
  font-family: 'Courier New', monospace;
  font-size: 11px;
  color: var(--ink-mute);
  letter-spacing: 0.06em;
  margin-top: 28px;
  text-align: right;
}

.pullquote {
  margin: 120px auto 0;
  max-width: 880px;
  text-align: center;
  font-family: var(--serif-display);
  font-style: italic;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.3;
  color: var(--ink);
  letter-spacing: -0.01em;
  position: relative;
}
.pullquote::before, .pullquote::after {
  content: ''; display: block;
  width: 60px; height: 1px;
  background: var(--gold);
  margin: 0 auto 32px;
}
.pullquote::after { margin: 32px auto 0; }
.pullquote em { color: var(--purple); font-style: italic; }


/* ===== editorial-3.css ===== */
/* === Story — editorial with drop cap === */
.story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: start;
}
@media (min-width: 980px) {
  .story-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 96px;
  }
}
.story-photo {
  aspect-ratio: 3/4;
  background:
    linear-gradient(180deg, rgba(79,59,168,.10), rgba(184,134,11,.12)),
    repeating-linear-gradient(45deg, rgba(31,25,41,.04) 0 12px, transparent 12px 24px),
    var(--bg-deep);
  border: 1px solid var(--line);
  position: relative;
  order: -1;
}
@media (min-width: 980px) {
  .story-photo { order: 2; position: sticky; top: 100px; }
}
.story-photo::after {
  content: '';
  position: absolute; inset: 14px;
  border: 1px solid rgba(184,134,11,.4);
  pointer-events: none;
  z-index: 2;
}
.story-photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 38%;
  z-index: 0;
}
.story-photo .label {
  position: absolute; bottom: 24px; left: 24px;
  font-family: 'Courier New', monospace;
  font-size: 11px;
  color: var(--ink-mute);
  background: rgba(247,243,236,.9);
  padding: 6px 10px;
  letter-spacing: .04em;
}
.story-photo .caption {
  position: absolute; top: 20px; right: 20px;
  z-index: 3;
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 16px;
  color: var(--ink);
  background: rgba(247,243,236,.92);
  padding: 8px 14px;
  text-align: right;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.story-body p {
  font-family: var(--serif-display);
  font-size: clamp(19px, 1.8vw, 22px);
  line-height: 1.55;
  color: var(--ink);
  margin: 0 0 22px;
  font-weight: 400;
}
.story-body p.first {
  position: relative;
}
.story-body p.first::first-letter {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 5.4em;
  float: left;
  line-height: 0.85;
  margin: 6px 14px -6px 0;
  color: var(--gold);
  font-weight: 500;
}
.story-body .lead-quote {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.3;
  color: var(--purple-deep);
  margin: 40px 0;
  padding-left: 0;
  text-align: center;
  position: relative;
}
.story-body .lead-quote::before {
  content: '« »';
  display: block;
  font-size: 0.5em;
  letter-spacing: 0.5em;
  color: var(--gold);
  margin-bottom: 12px;
}
.story-body .finale {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: clamp(22px, 2.4vw, 28px);
  color: var(--purple);
  margin: 40px 0;
  padding: 28px 0;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  text-align: center;
  line-height: 1.4;
}

/* === Transformation — magazine spread === */
.tr-spread {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 1080px;
  margin: 0 auto;
  border: 1px solid var(--ink);
  background: var(--bg);
}
@media (min-width: 800px) { .tr-spread { grid-template-columns: 1fr 1fr; } }

.tr-col {
  padding: 48px 40px;
}
.tr-col.before { background: var(--bg); border-bottom: 1px solid var(--ink); }
@media (min-width: 800px) {
  .tr-col.before { border-bottom: none; border-right: 1px solid var(--ink); }
}
.tr-col.after { background: var(--ink); color: var(--bg); }
.tr-col .label {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 500;
}
.tr-col.before .label { color: var(--rose); }
.tr-col.after .label { color: var(--gold-soft); }
.tr-col h3 {
  font-family: var(--serif-display);
  font-size: 56px;
  font-style: italic;
  color: inherit;
  margin: 0 0 36px;
  font-weight: 400;
  line-height: 1;
}
.tr-col.before h3 { color: var(--rose); }
.tr-col.after h3 { color: var(--gold-soft); }
.tr-col ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column;
}
.tr-col li {
  padding: 22px 0;
  border-top: 1px solid var(--line);
  font-size: 16px;
  line-height: 1.55;
  font-family: var(--serif);
  font-weight: 400;
}
.tr-col.after li { border-top-color: rgba(255,255,255,.12); color: var(--bg-deep); }
.tr-col li:first-child { border-top: none; padding-top: 0; }
.tr-col li:last-child { padding-bottom: 0; }

/* === Stats === */
.stats-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  padding: 40px 0;
  margin-bottom: 80px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}
@media (min-width: 760px) { .stats-row { grid-template-columns: repeat(3, 1fr); max-width: 860px; margin-left: auto; margin-right: auto; } }
.stat {
  position: relative;
}
.stat + .stat::before {
  content: ''; position: absolute; left: 0; top: 50%;
  width: 1px; height: 70%; background: var(--line);
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 760px) { .stat + .stat::before { display: block; } }
.stat .num {
  font-family: var(--serif-display);
  font-size: 64px;
  color: var(--purple);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.stat .num em { font-style: italic; color: var(--gold); }
.stat .lbl {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* === Editorial quote cards === */
.quote-grid {
  display: grid; grid-template-columns: 1fr; gap: 0;
}
@media (min-width: 880px) { .quote-grid { grid-template-columns: repeat(3, 1fr); } }
.quote-ed {
  padding: 48px 36px;
  border-top: 1px solid var(--line);
  border-left: none;
}
@media (min-width: 880px) {
  .quote-ed { border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
  .quote-ed:first-child { border-left: none; }
}
.quote-ed .mark {
  font-family: var(--serif-display);
  font-size: 56px;
  color: var(--gold);
  line-height: 0.5;
  display: block;
  margin-bottom: 16px;
}
.quote-ed p {
  font-family: var(--serif-display);
  font-size: 20px;
  font-style: normal;
  line-height: 1.45;
  color: var(--ink);
  margin: 0 0 24px;
  font-weight: 400;
}
.quote-ed p strong { font-weight: 600; color: var(--purple-deep); }
.quote-ed cite {
  font-family: var(--sans);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
}
.quote-ed cite::before { content: '— '; }

/* === Checklist (for whom) — annotated list === */
.checklist-ed {
  max-width: 920px;
  margin: 0 auto;
  display: flex; flex-direction: column;
  border-top: 1px solid var(--line);
}
.check-ed {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
@media (min-width: 720px) {
  .check-ed { grid-template-columns: 100px 1fr; gap: 40px; padding: 36px 0; }
}
.check-ed .ix {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 32px;
  color: var(--gold);
  line-height: 1;
}
.check-ed p {
  font-family: var(--serif);
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.45;
  margin: 0;
}
.check-ed p em { font-style: italic; color: var(--purple); }

.for-whom-closing {
  margin-top: 80px;
  text-align: center;
  font-family: var(--serif-display);
  font-style: italic;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.2;
  color: var(--ink);
}
.for-whom-closing em { color: var(--purple); }

/* === Roadmap — big numerals === */
.roadmap-ed {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--ink);
}
.rm-ep {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: background .25s ease;
}
@media (min-width: 880px) {
  .rm-ep {
    grid-template-columns: 140px 1.3fr 2fr 1.5fr;
    gap: 40px;
    padding: 40px 0;
    align-items: baseline;
  }
}
.rm-ep:last-child { border-bottom: 1px solid var(--ink); }
.rm-ep:hover { background: var(--bg); }
.lavender .rm-ep:hover { background: rgba(255,255,255,.4); }

.rm-num {
  font-family: var(--serif-display);
  font-size: clamp(72px, 9vw, 120px);
  line-height: 0.9;
  color: var(--gold);
  letter-spacing: -0.04em;
  font-weight: 400;
  font-style: italic;
}
.rm-title {
  font-family: var(--serif);
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.rm-hook {
  font-family: var(--serif-display);
  font-size: 19px;
  font-style: italic;
  line-height: 1.45;
  color: var(--ink-soft);
}
.rm-ex {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--purple);
  line-height: 1.5;
  padding-left: 0;
  position: relative;
}
@media (min-width: 880px) {
  .rm-ex { padding-left: 20px; border-left: 1px solid var(--line); }
}
.rm-ex .lbl {
  display: block;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 6px;
}


/* ===== editorial-4.css ===== */
/* === Compare === */
.compare-ed {
  display: grid; grid-template-columns: 1fr; gap: 0;
  max-width: 1080px; margin: 0 auto;
}
@media (min-width: 800px) {
  .compare-ed {
    grid-template-columns: 1fr auto 1fr;
    gap: 0;
    align-items: stretch;
  }
}
.compare-side {
  padding: 48px 40px;
}
.compare-side.l { background: var(--bg-night); color: var(--bg); }
.compare-side.r { background: transparent; color: var(--ink-soft); border: 1px solid var(--line); }
.compare-side h3 {
  font-family: var(--serif-display);
  font-size: clamp(28px, 3.4vw, 40px);
  font-style: italic;
  font-weight: 400;
  margin: 0 0 32px;
  letter-spacing: -0.01em;
}
.compare-side.l h3 { color: var(--gold-soft); }
.compare-side.r h3 { color: var(--ink); }
.compare-side ul { list-style: none; padding: 0; margin: 0; }
.compare-side li {
  padding: 18px 0;
  border-top: 1px solid;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.compare-side.l li { border-top-color: rgba(255,255,255,.12); color: rgba(239,232,218,.85); }
.compare-side.l li:first-child { border-top-color: rgba(255,255,255,.25); }
.compare-side.r li { border-top-color: var(--line); }
.compare-side.r li:first-child { border-top-color: var(--ink); border-top-width: 1px; }

.compare-versus {
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 40px;
  color: var(--gold);
  padding: 24px;
}
@media (max-width: 799px) { .compare-versus { padding: 12px 0; } }

/* === How-cards — minimal numbered === */
.how-ed {
  display: grid; grid-template-columns: 1fr; gap: 0;
  border-top: 1px solid var(--line);
}
@media (min-width: 880px) { .how-ed { grid-template-columns: repeat(3, 1fr); } }
.how-card {
  padding: 48px 40px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
@media (min-width: 880px) {
  .how-card { border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
  .how-card:first-child { border-left: none; }
}
.how-card .roman {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 24px;
  color: var(--gold);
  margin-bottom: 28px;
}
.how-card h3 {
  font-family: var(--serif);
  font-size: 24px;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.how-card p {
  font-family: var(--serif-display);
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
  color: var(--ink-soft);
}

/* === Olga === */
.olga-grid {
  display: grid; grid-template-columns: 1fr; gap: 56px;
}
@media (min-width: 980px) {
  .olga-grid { grid-template-columns: 1fr 1.3fr; gap: 80px; align-items: start; }
}
.olga-photo {
  aspect-ratio: 4/5;
  background:
    linear-gradient(160deg, rgba(184,134,11,.18), rgba(79,59,168,.12) 60%),
    repeating-linear-gradient(-45deg, rgba(31,25,41,.04) 0 12px, transparent 12px 24px),
    var(--bg-deep);
  border: 1px solid var(--line);
  position: relative;
}
.olga-photo::after {
  content: '';
  position: absolute; inset: 14px;
  border: 1px solid rgba(184,134,11,.4);
  pointer-events: none;
  z-index: 2;
}
.olga-photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 42%;
  z-index: 0;
}
.olga-photo .label {
  position: absolute; bottom: 24px; left: 24px;
  font-family: 'Courier New', monospace;
  font-size: 11px;
  color: var(--ink-mute);
  background: rgba(247,243,236,.9);
  padding: 6px 10px;
}
.olga-photo .sig {
  position: absolute; top: 24px; right: 24px;
  z-index: 3;
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 36px;
  color: var(--gold);
  transform: rotate(-4deg);
}

.olga-body h2 { margin-bottom: 20px; }
.olga-body .credentials {
  display: flex; flex-wrap: wrap; gap: 0;
  margin: 0 0 40px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cred-item {
  padding: 16px 22px 16px 0;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  position: relative;
}
.cred-item + .cred-item { padding-left: 22px; }
.cred-item + .cred-item::before {
  content: ''; position: absolute; left: 0; top: 50%;
  width: 4px; height: 4px; background: var(--gold);
  border-radius: 50%;
  transform: translateY(-50%);
}

.olga-quote {
  font-family: var(--serif-display);
  font-size: clamp(22px, 2.4vw, 28px);
  font-style: italic;
  line-height: 1.45;
  color: var(--ink);
  margin: 0 0 40px;
  padding: 0;
  position: relative;
}
.olga-quote::before {
  content: '';
  display: block;
  width: 80px; height: 2px;
  background: var(--gold);
  margin-bottom: 28px;
}

.olga-msg {
  font-family: var(--serif-display);
  font-style: italic;
  color: var(--purple);
  font-size: 20px;
  line-height: 1.55;
  margin: 32px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
}
.olga-msg::before {
  content: 'личное';
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 16px;
}

/* === Dream life collage === */
.dream-collage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 720px) {
  .dream-collage {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 300px;
    gap: 18px;
  }
  .dream-item.tall { grid-row: span 2; }
}
.dream-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-deep);
}
.dream-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.2,.7,.2,1);
}
@media (max-width: 719px) {
  .dream-item { aspect-ratio: 4/5; }
  .dream-item.tall { aspect-ratio: 3/4; }
}
.dream-item:hover img { transform: scale(1.04); }
.dream-item::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,20,40,.55) 0%, rgba(26,20,40,0) 42%);
  pointer-events: none;
}
.dream-item figcaption {
  position: absolute; left: 20px; bottom: 18px;
  z-index: 2;
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 19px;
  color: #fff;
  letter-spacing: .005em;
  text-shadow: 0 1px 12px rgba(0,0,0,.4);
}
.dream-item.tall img { object-position: 50% 30%; }
.dream-collage figure:nth-child(1) img { object-position: 50% 14%; }
.dream-collage figure:nth-child(2) img { object-position: 50% 64%; }
.dream-collage figure:nth-child(3) img { object-position: 50% 26%; }
.dream-collage figure:nth-child(4) img { object-position: 50% 42%; }

/* === Reviews — masonry-ish === */
.reviews-ed {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}
@media (min-width: 760px) { .reviews-ed { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .reviews-ed { grid-template-columns: repeat(3, 1fr); } }
.review-ed {
  padding: 40px 32px;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 760px) {
  .review-ed:nth-child(2n) { border-left: 1px solid var(--line); }
}
@media (min-width: 1024px) {
  .review-ed:nth-child(2n) { border-left: none; }
  .review-ed:nth-child(3n+2), .review-ed:nth-child(3n+3) { border-left: 1px solid var(--line); }
}
.review-ed p {
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
  line-height: 1.55;
  color: var(--ink);
  margin: 0 0 20px;
}
.review-ed cite {
  font-family: var(--sans);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.review-ed cite::before { content: '— '; color: var(--gold); }

.tg-screens {
  margin-top: 64px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
}
.tg-cap {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  text-align: center;
  margin-bottom: 24px;
}
.tg-row {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
}
@media (min-width: 760px) { .tg-row { grid-template-columns: repeat(4, 1fr); gap: 18px; } }
.tg-shot {
  aspect-ratio: 9/16;
  background:
    repeating-linear-gradient(0deg, rgba(31,25,41,.04) 0 8px, transparent 8px 16px),
    var(--bg-deep);
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Courier New', monospace;
  font-size: 10px;
  color: var(--ink-mute);
  text-align: center;
  padding: 12px;
}

/* === Pricing — editorial cards === */
.pricing-ed {
  display: grid; grid-template-columns: 1fr; gap: 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
@media (min-width: 980px) { .pricing-ed { grid-template-columns: 1fr 1.1fr 1fr; align-items: stretch; } }
.tier-ed {
  padding: 56px 40px 48px;
  display: flex; flex-direction: column;
  position: relative;
  background: transparent;
  border-bottom: 1px solid var(--line);
  transition: background .25s ease;
}
@media (min-width: 980px) {
  .tier-ed { border-bottom: none; border-left: 1px solid var(--line); }
  .tier-ed:first-child { border-left: none; }
}
.tier-ed:hover { background: var(--bg); }

.tier-ed.featured {
  background: var(--bg-night);
  color: var(--bg);
  border-left: 1px solid var(--ink) !important;
  margin: 0;
}
@media (min-width: 980px) {
  .tier-ed.featured {
    margin: -16px 0;
    padding: 72px 40px 64px;
    box-shadow: 0 16px 60px rgba(46,34,102,.25);
  }
}
.tier-ed.featured:hover { background: var(--bg-night); }

.tier-ed .tname {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 12px;
  font-weight: 500;
}
.tier-ed.featured .tname { color: var(--gold-soft); }
.tier-ed .ttitle {
  font-family: var(--serif-display);
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: 28px;
  color: inherit;
  line-height: 1.1;
}
.tier-ed .badge {
  position: absolute; top: 24px; right: 28px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.tier-ed ul {
  list-style: none; padding: 0; margin: 0 0 36px;
  display: flex; flex-direction: column;
  flex: 1;
}
.tier-ed li {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 15.5px;
  line-height: 1.5;
}
.tier-ed.featured li { border-top-color: rgba(255,255,255,.12); color: rgba(239,232,218,.92); }
.tier-ed li:first-child { border-top: none; padding-top: 0; }
.tier-ed .price {
  font-family: var(--serif-display);
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: inherit;
  margin-bottom: 6px;
  font-weight: 400;
}
.tier-ed.featured .price { color: var(--gold-soft); }
.tier-ed .price-sub {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 28px;
}
.tier-ed.featured .price-sub { color: rgba(217,182,86,.7); }
.tier-ed .btn { width: 100%; justify-content: center; }
.pricing-note {
  text-align: center;
  margin: 40px auto 0;
  max-width: 560px;
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 19px;
  color: var(--ink-mute);
  line-height: 1.5;
}


/* ===== editorial-5.css ===== */
/* === FAQ — Q & A editorial === */
.faq-ed {
  max-width: 880px; margin: 0 auto;
  border-top: 1px solid var(--ink);
}
.faq-ed details {
  border-bottom: 1px solid var(--line);
  padding: 0;
  transition: background .2s ease;
}
.faq-ed details[open] { background: rgba(255,255,255,.5); }
.lavender .faq-ed details[open] { background: rgba(255,255,255,.5); }
.faq-ed summary {
  list-style: none;
  cursor: pointer;
  padding: 32px 0;
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  gap: 20px;
  align-items: baseline;
  font-family: var(--serif);
  font-size: clamp(19px, 2.1vw, 24px);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1.3;
}
.faq-ed summary::-webkit-details-marker { display: none; }
.faq-ed summary .q {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 28px;
  color: var(--gold);
  line-height: 1;
  font-weight: 500;
}
.faq-ed summary::after {
  content: '＋';
  font-family: var(--sans);
  font-size: 22px;
  color: var(--purple);
  font-weight: 300;
  text-align: right;
  transition: transform .25s ease;
  align-self: center;
}
.faq-ed details[open] summary::after { content: '−'; }
.faq-ed .answer {
  padding: 0 0 32px 52px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  position: relative;
}
.faq-ed .answer::before {
  content: 'A.';
  position: absolute; left: 0; top: -2px;
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 24px;
  color: var(--purple);
}
.faq-ed .answer p {
  font-family: var(--serif-display);
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

/* === Final CTA — full bleed dramatic === */
.final {
  background: var(--bg-night);
  color: var(--bg);
  text-align: center;
  padding: 160px 32px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 700px) { .final { padding: 100px 22px; } }
.final::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(184,134,11,.12) 0%, transparent 60%),
    radial-gradient(circle at 20% 80%, rgba(139,123,216,.15) 0%, transparent 50%);
  pointer-events: none;
}
.final > * { position: relative; }
.final .eyebrow {
  display: inline-flex; align-items: center; gap: 16px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 40px;
}
.final .eyebrow::before, .final .eyebrow::after {
  content: ''; width: 40px; height: 1px;
  background: var(--gold);
}
.final h2.display {
  color: #fff;
  font-size: clamp(48px, 8vw, 120px);
  margin: 0 0 36px;
  font-style: italic;
}
.final h2 em { color: var(--gold-soft); font-style: italic; }
.final .summary {
  font-family: var(--serif-display);
  font-size: clamp(20px, 2.2vw, 26px);
  font-style: italic;
  color: rgba(239,232,218,.78);
  margin: 0 auto 48px;
  max-width: 600px;
  line-height: 1.4;
}
.final .price-line {
  font-family: var(--serif-display);
  font-size: clamp(28px, 3.4vw, 42px);
  color: var(--gold-soft);
  margin: 0 0 40px;
  font-style: italic;
  letter-spacing: -0.01em;
}
.final .price-line b { font-weight: 500; font-style: normal; color: var(--gold); }
.final .subtext { color: rgba(239,232,218,.55); margin-top: 24px; }
.final .subtext .sep { color: rgba(217,182,86,.4); }

/* === Video modal === */
.video-modal {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(15, 11, 26, 0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center; justify-content: center;
  padding: 40px 20px;
}
.video-modal.open { display: flex; }
.video-modal .vm-inner {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 9 / 16;
  max-height: 86vh;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}
.video-modal .vm-frame, .video-modal iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%; border: 0;
}
.video-modal .vm-close {
  position: absolute; top: 20px; right: 24px;
  width: 48px; height: 48px;
  border: 1px solid rgba(255,255,255,.4);
  background: transparent;
  color: #fff;
  font-size: 28px; line-height: 1;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s ease, border-color .2s ease;
  z-index: 2;
}
.video-modal .vm-close:hover { background: rgba(255,255,255,.12); border-color: #fff; }

/* === Other games === */
.games-section { background: var(--bg-deep); padding: 140px 0; }
@media (max-width: 700px) { .games-section { padding: 80px 0; } }
.games-ed {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--line);
}
@media (min-width: 680px) { .games-ed { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .games-ed { grid-template-columns: repeat(4, 1fr); } }
.game-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 36px 28px 32px;
  border-bottom: 1px solid var(--line);
  border-left: none;
  position: relative;
  transition: background .25s ease;
  min-height: 200px;
}
@media (min-width: 680px) {
  .game-card:nth-child(2n) { border-left: 1px solid var(--line); }
}
@media (min-width: 1000px) {
  .game-card { border-left: 1px solid var(--line); }
  .game-card:nth-child(4n+1) { border-left: none; }
  .game-card:nth-child(2n) { border-left: 1px solid var(--line); }
}
.game-card:hover { background: var(--bg); }
.game-card .gname {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.game-card .gdesc {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 17px;
  color: var(--ink-mute);
  line-height: 1.4;
  flex: 1;
}
.game-card .glink {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.game-card .glink .arr { transition: transform .25s ease; }
.game-card:hover .glink .arr { transform: translateX(5px); }
.game-card.all { background: var(--bg-night); }
.game-card.all:hover { background: var(--purple-deep); }
.game-card.all .gname { color: #fff; }
.game-card.all .gdesc { color: rgba(239,232,218,.7); }
.game-card.all .glink { color: var(--gold-soft); }

/* === Footer === */
.footer-ed {
  background: var(--bg);
  border-top: 1px solid var(--line);
  padding: 64px 0 48px;
  text-align: center;
}
.footer-ed .brand { justify-content: center; margin-bottom: 24px; display: inline-flex; }
.footer-ed .colophon {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 17px;
  color: var(--ink-soft);
  margin: 0 0 24px;
}
.footer-ed .links {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.footer-ed .links a { margin: 0 14px; transition: color .15s ease; }
.footer-ed .links a:hover { color: var(--gold-deep); }
.footer-ed .links .dot { color: var(--gold); }

/* === Reveal animation === */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .9s ease, transform .9s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* === Marginalia / running header  === */
.running {
  position: fixed;
  left: 24px; top: 50%; transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--ink-quiet);
  z-index: 30;
  white-space: nowrap;
  pointer-events: none;
  display: none;
}
@media (min-width: 1280px) { .running { display: block; } }

/* === Selection === */
::selection { background: var(--gold); color: #fff; }