:root {
  --bg: #060809;
  --ink: #fff8e8;
  --muted: #c9c0ad;
  --dim: #8f887a;
  --gold: #e7b95c;
  --gold-strong: #ffd981;
  --red: #8f2222;
  --green: #2d7d63;
  --panel: #0d1214;
  --panel-2: #13191c;
  --line: rgba(231, 185, 92, 0.28);
  --line-soft: rgba(255, 248, 232, 0.12);
  --max: 1180px;
}
* { box-sizing: border-box; border-radius: 0 !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.72; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { margin: 0 0 18px; }
figure { margin: 0; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: 0; font-family: Georgia, 'Times New Roman', serif; color: var(--ink); }
h1 { font-size: clamp(44px, 7vw, 86px); }
h2 { font-size: clamp(30px, 4vw, 52px); margin-bottom: 20px; }
h3 { font-size: 25px; margin: 24px 0 10px; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.narrow { max-width: 880px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(6, 8, 9, 0.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-grid { width: min(1240px, calc(100% - 24px)); margin: auto; min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; }
.brand img, .footer-brand img { width: 132px; height: 62px; object-fit: contain; }
.nav { display: flex; justify-content: center; gap: 2px; border-left: 1px solid var(--line-soft); border-right: 1px solid var(--line-soft); }
.nav a { padding: 25px 14px; min-height: 78px; display: inline-flex; align-items: center; font-weight: 800; color: var(--muted); border-top: 3px solid transparent; }
.nav a:hover, .nav a.is-active { color: var(--gold-strong); border-top-color: var(--red); background: rgba(231, 185, 92, 0.06); }
.header-actions, .hero-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; border: 1px solid var(--gold); background: linear-gradient(180deg, var(--gold-strong), var(--gold)); color: #170f08; font-weight: 900; box-shadow: 0 0 0 2px rgba(231, 185, 92, 0.08); cursor: pointer; }
.btn--line { background: transparent; color: var(--gold-strong); box-shadow: none; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); background: #090c0e; color: var(--gold-strong); }
.menu-toggle span { display: block; width: 23px; height: 2px; background: currentColor; margin: 5px auto; }
.hero, .sub-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.parallax-hero { min-height: 720px; background-image: linear-gradient(90deg, rgba(6,8,9,.96) 0%, rgba(6,8,9,.82) 42%, rgba(6,8,9,.16) 78%), var(--hero); background-size: cover; background-position: center; background-attachment: fixed; display: grid; align-items: end; }
.hero-inner { width: min(980px, calc(100% - 32px)); margin: 0 auto; padding: 150px 0 82px; }
.hero-copy { min-width: 0; }
.kicker { display: inline-flex; width: max-content; max-width: 100%; margin-bottom: 16px; padding: 7px 12px; color: var(--gold-strong); border-left: 3px solid var(--red); background: rgba(231, 185, 92, 0.08); font-weight: 900; }
.hero-lead { max-width: 780px; font-size: 21px; color: #efe4ce; }
.meter-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 34px; border: 1px solid var(--line); background: rgba(7, 10, 11, 0.78); }
.meter-row span { padding: 18px; font-weight: 800; color: var(--muted); border-right: 1px solid var(--line-soft); }
.meter-row span:last-child { border-right: 0; }
.section { padding: 78px 0; border-top: 1px solid rgba(255, 248, 232, 0.08); }
.section:nth-of-type(even) { background: linear-gradient(180deg, #080b0d, #050708); }
.split { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); gap: 44px; align-items: center; }
.split.flip { grid-template-columns: minmax(300px, .92fr) minmax(0, 1.08fr); }
.table-layout .table-frame { margin-top: 34px; }
.media { border: 1px solid var(--line); background: #0b0f11; box-shadow: inset 0 0 0 1px rgba(143, 34, 34, 0.34); }
.media img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.media--wide { width: 100%; border-left: 0; border-right: 0; box-shadow: none; }
.wide-img { width: 100%; margin: -78px 0 54px; }
.rail .wrap { border-left: 4px solid var(--red); padding-left: 30px; }
.table-frame { width: 100%; overflow: visible; margin-top: 24px; border: 1px solid var(--line); background: #080b0d; }
table { width: 100%; border-collapse: collapse; table-layout: fixed; }
caption { text-align: left; padding: 14px 16px; color: var(--gold-strong); font-weight: 900; border-bottom: 1px solid var(--line); }
th, td { padding: 15px 16px; vertical-align: top; border-right: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); overflow-wrap: anywhere; word-break: normal; hyphens: auto; }
th { color: var(--gold-strong); text-align: left; background: rgba(231, 185, 92, 0.08); }
td { color: var(--muted); }
tr:last-child td { border-bottom: 0; }
th:last-child, td:last-child { border-right: 0; }
.score-table th:nth-child(1), .score-table td:nth-child(1) { width: 24%; }
.cta-panel { margin-top: 26px; padding: 20px; display: grid; gap: 10px; border: 1px solid var(--line); background: linear-gradient(90deg, rgba(143,34,34,.22), rgba(231,185,92,.08)); }
.cta-panel strong { color: var(--gold-strong); font-size: 22px; }
.faq details { border: 1px solid var(--line); margin: 12px 0; background: #090d0f; }
.faq summary { cursor: pointer; padding: 16px; font-weight: 900; color: var(--gold-strong); }
.faq details p { padding: 0 16px 16px; }
.appendix article { border-top: 1px solid var(--line-soft); padding-top: 12px; }
.deep .wrap { max-width: 980px; }
.deep--ledger { background: linear-gradient(90deg, rgba(143,34,34,.2), rgba(6,8,9,.98) 48%, rgba(231,185,92,.08)); }
.deep--ledger .wrap { border-left: 6px solid var(--red); padding-left: 34px; }
.deep--split .wrap { max-width: 1120px; display: grid; grid-template-columns: minmax(240px, .36fr) minmax(0, 1fr); gap: 38px; align-items: start; }
.deep--split h2 { padding-top: 4px; color: var(--gold-strong); }
.deep--panel .wrap { border: 1px solid var(--line); background: linear-gradient(135deg, rgba(231,185,92,.08), rgba(13,18,20,.9)); padding: 30px; box-shadow: inset 0 0 0 1px rgba(143,34,34,.18); }
.deep--rail .wrap { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-top: 30px; padding-bottom: 12px; }
.deep--columns .wrap { max-width: 1120px; columns: 2 360px; column-gap: 46px; }
.deep--columns h2 { column-span: all; }
.deep--columns p { break-inside: avoid; }
.deep--dark { background: radial-gradient(circle at 78% 20%, rgba(143,34,34,.22), transparent 32%), linear-gradient(180deg, #050607, #0e1315); }
.deep--timeline .wrap { max-width: 1080px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.deep--timeline h2 { grid-column: 1 / -1; }
.deep--timeline p { margin: 0; padding-top: 16px; border-top: 3px solid var(--red); color: var(--muted); }
.deep--alert { background: linear-gradient(90deg, rgba(143,34,34,.28), rgba(6,8,9,.98)); }
.deep--alert .wrap { max-width: 1020px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); padding: 28px 34px 10px; }
.deep--longform .wrap { max-width: 1120px; border-top: 1px solid var(--line); padding-top: 28px; }
.deep--longform p { max-width: 780px; }
.deep--longform p:nth-of-type(even) { margin-left: auto; }
.deep--final .wrap { max-width: 1120px; padding: 32px; background: linear-gradient(90deg, rgba(231,185,92,.12), rgba(143,34,34,.18)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.deep--final p { margin: 0; font-size: 22px; color: var(--gold-strong); font-weight: 900; }
.sub-hero { padding: 84px 0; background: radial-gradient(circle at 80% 20%, rgba(143,34,34,.34), transparent 35%), #070a0c; }
.site-footer { border-top: 1px solid var(--line); background: #050607; padding: 44px 0; }
.footer-grid { width: min(1180px, calc(100% - 32px)); margin: auto; display: grid; grid-template-columns: 1.1fr .8fr 1fr; gap: 34px; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: var(--muted); font-weight: 800; }
.footer-rg { border-left: 4px solid var(--red); padding-left: 18px; }
.footer-rg strong { color: var(--gold-strong); }
.cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 70; display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; padding: 18px; border: 1px solid var(--line); background: rgba(6,8,9,.97); box-shadow: 0 16px 45px rgba(0,0,0,.45); max-width: 980px; margin: auto; }
.cookie.is-hidden { display: none; }
.cookie p { margin: 0; color: var(--muted); }
.cookie a { color: var(--gold-strong); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 920px) {
  .header-grid { grid-template-columns: auto auto 1fr; }
  .menu-toggle { display: block; justify-self: end; grid-column: 3; }
  .nav { position: fixed; inset: 78px 0 auto 0; display: none; grid-template-columns: 1fr; justify-content: stretch; background: #060809; border: 1px solid var(--line); border-left: 0; border-right: 0; }
  .nav.is-open { display: grid; }
  .nav a { min-height: auto; padding: 16px 22px; border-top: 0; border-left: 4px solid transparent; }
  .nav a.is-active, .nav a:hover { border-left-color: var(--red); }
  .header-actions { display: none; }
  .parallax-hero { min-height: 640px; background-attachment: scroll; }
  .hero-inner { padding: 110px 0 54px; }
  .meter-row, .split, .split.flip, .footer-grid, .cookie, .deep--split .wrap, .deep--timeline .wrap { grid-template-columns: 1fr; }
  .deep--columns .wrap { columns: 1; }
  .deep--longform p:nth-of-type(even) { margin-left: 0; }
  .split, .split.flip { gap: 28px; }
  .media { box-shadow: inset 0 0 0 1px rgba(143, 34, 34, 0.34); }
  .section { padding: 58px 0; }
  .wide-img { margin-top: -58px; }
  table, thead, tbody, tr, th, td { display: block; width: 100%; }
  thead { display: none; }
  tr { border-bottom: 1px solid var(--line); padding: 6px 0; }
  tr:last-child { border-bottom: 0; }
  td { border: 0; padding: 10px 14px; }
  td::before { content: attr(data-label); display: block; margin-bottom: 4px; color: var(--gold-strong); font-weight: 900; }
  caption { display: block; }
}
@media (max-width: 520px) {
  .wrap, .hero-inner, .footer-grid { width: min(100% - 24px, var(--max)); }
  h1 { font-size: 42px; }
  h2 { font-size: 31px; }
  .hero-lead { font-size: 18px; }
  .cookie { left: 10px; right: 10px; bottom: 10px; width: calc(100vw - 20px); max-width: calc(100vw - 20px); padding: 14px; }
  .btn { width: 100%; }
  .hero-actions .btn { width: auto; }
}
