:root {
  --navy: #0a1a2f;
  --navy-card: #111d30;
  --ink: #ede9e0;
  --muted: #bdb9ad;
  --quiet: #979fac;
  --gold: #c2a574;
  --gold-soft: #d1b98f;
  --line: #596A84;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.serif { font-family: "Playfair Display", Georgia, serif; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.reading { width: min(760px, 100%); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--gold); color: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 4px; border-radius: 4px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(10,26,47,.96); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand img { width: 188px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 14px; }
.main-nav a, .footer-links a { text-decoration: none; }
.main-nav a:hover, .footer-links a:hover, .text-link:hover { color: var(--gold-soft); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 20px; border: 1px solid var(--gold); border-radius: 999px; color: var(--gold-soft); text-decoration: none; font-size: 14px; font-weight: 600; transition: background .2s, color .2s, transform .2s; }
.button:hover { background: var(--gold); color: var(--navy); transform: translateY(-1px); }
.button.filled { background: var(--gold); color: var(--navy); }
.button.filled:hover { background: var(--gold-soft); }

.breadcrumb { padding-top: 34px; color: var(--quiet); font-size: 13px; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.breadcrumb a { color: var(--muted); }
.eyebrow { color: var(--gold-soft); font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.hero { padding: 64px 0 56px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); align-items: center; gap: 60px; }
h1 { margin: 16px 0 24px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(42px, 5.5vw, 70px); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.dek { margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.editorial-hero { padding: 0 0 56px; }
.editorial-stage { position: relative; }
.editorial-media { width: 100%; margin: 0; border-inline: 0; border-radius: 0; }
.editorial-media img { width: 100%; height: clamp(520px, 54vw, 720px); object-fit: cover; }
.editorial-media::after { background: linear-gradient(90deg, rgba(10,26,47,.94) 0%, rgba(10,26,47,.76) 34%, rgba(10,26,47,.2) 70%), linear-gradient(0deg, rgba(10,26,47,.72), transparent 48%); box-shadow: inset 0 0 120px rgba(10,26,47,.26); }
.editorial-title { position: absolute; left: 50%; bottom: 54px; transform: translateX(-50%); z-index: 2; }
.editorial-title h1 { max-width: 830px; margin-bottom: 0; font-size: clamp(54px, 6.2vw, 88px); text-shadow: 0 3px 24px rgba(0,0,0,.34); }
.editorial-details { padding-top: 30px; }
.editorial-details .dek { max-width: 790px; }
.editorial-credit { margin-top: 16px; text-align: right; }
.media-frame { position: relative; overflow: hidden; border: 1px solid rgba(194,165,116,.65); border-radius: 24px; background: var(--navy-card); box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.media-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(145deg, rgba(10,26,47,.52), rgba(10,26,47,.08) 48%, rgba(184,144,80,.2)); box-shadow: inset 0 0 90px rgba(10,26,47,.32); }
.media-frame img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.72) contrast(1.04); }
.photo-credit { margin: 10px 4px 0; color: var(--quiet); font-size: 11px; }
.photo-credit a { color: inherit; }

.answer { margin: 0 0 32px; padding: 24px 26px; border-left: 3px solid var(--gold); border-radius: 0 14px 14px 0; background: var(--navy-card); color: var(--ink); font-size: 18px; line-height: 1.65; }
.section { padding: 70px 0; border-top: 1px solid var(--line); }
.section h2 { margin: 0 0 20px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(30px, 4vw, 44px); font-weight: 500; letter-spacing: -.025em; line-height: 1.14; }
.section h3 { margin: 32px 0 10px; font-size: 20px; line-height: 1.35; }
.section p, .section li { color: var(--muted); font-size: 17px; line-height: 1.75; }
.section p { margin: 0 0 20px; }
.section ul, .section ol { padding-left: 24px; }
.section li + li { margin-top: 9px; }
.text-link { color: var(--gold-soft); text-underline-offset: 4px; }
.section-intro { max-width: 760px; margin-bottom: 36px !important; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--navy-card); }
.card h3 { margin-top: 0; }
.card p:last-child { margin-bottom: 0; }

.table-wrap { margin: 32px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
table { width: 100%; min-width: 680px; border-collapse: collapse; }
th, td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 15px; line-height: 1.55; }
th { background: #152238; color: var(--ink); }
td { color: var(--muted); }
tr:last-child td { border-bottom: 0; }
.decision { color: var(--gold-soft); font-weight: 600; }
.callout { margin: 34px 0; padding: 28px; border: 1px solid rgba(194,165,116,.65); border-radius: 18px; background: linear-gradient(145deg, rgba(194,165,116,.12), rgba(17,29,48,.82)); }
.callout h3 { margin-top: 0; }
.callout p:last-child { margin-bottom: 0; }
.steps { counter-reset: step; list-style: none; padding-left: 0 !important; }
.steps li { position: relative; min-height: 48px; padding-left: 64px; }
.steps li::before { counter-increment: step; content: "0" counter(step); position: absolute; left: 0; top: 1px; color: var(--gold-soft); font-family: "Playfair Display", Georgia, serif; font-size: 21px; }
.faq-item { padding: 26px 0; border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0 0 10px; font-size: 19px; }
.faq-item p { margin: 0; }
.sources li { font-size: 15px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.related-card { display: block; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--navy-card); text-decoration: none; }
.related-card:hover { border-color: var(--gold); }
.related-card strong { display: block; margin: 8px 0; font-size: 18px; }
.related-card span:last-child { color: var(--muted); font-size: 14px; line-height: 1.55; }
.cta { padding: 64px 0; text-align: center; background: #0d1e34; border-top: 1px solid var(--line); }
.cta h2 { margin: 0 0 14px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(30px, 4vw, 42px); font-weight: 500; }
.cta p { max-width: 650px; margin: 0 auto 26px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--quiet); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }

@media (max-width: 820px) {
  .main-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .grid-2, .related-grid { grid-template-columns: 1fr; }
  .editorial-hero { display: grid; padding: 48px 0 56px; }
  .editorial-stage { display: contents; }
  .editorial-title { position: static; order: 1; transform: none; }
  .editorial-title h1 { max-width: none; margin-bottom: 24px; font-size: clamp(42px, 12vw, 70px); text-shadow: none; }
  .editorial-details { order: 2; padding-top: 0; }
  .editorial-media { order: 3; width: min(100% - 40px, 1120px); margin: 38px auto 0; border: 1px solid rgba(194,165,116,.65); border-radius: 24px; }
  .editorial-media img { height: auto; aspect-ratio: 16 / 9; }
  .editorial-media::after { background: linear-gradient(145deg, rgba(10,26,47,.52), rgba(10,26,47,.08) 48%, rgba(184,144,80,.2)); box-shadow: inset 0 0 90px rgba(10,26,47,.32); }
  .editorial-credit { order: 4; margin-top: 10px; text-align: left; }
}
@media (max-width: 440px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .header-inner { min-height: 68px; gap: 10px; }
  .brand img { width: 132px; }
  .header-inner .button { min-height: 40px; padding: 9px 12px; font-size: 12px; }
  .hero { padding-top: 48px; }
  .editorial-media { width: min(100% - 28px, 1120px); }
  .breadcrumb { padding-top: 24px; }
  .section { padding: 54px 0; }
  .card, .answer, .callout { padding: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
