:root {
  color: #17201d;
  background: #f2efe6;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  --ink: #17201d;
  --paper: #f2efe6;
  --cream: #faf8f1;
  --line: #cfcabd;
  --green: #0f7256;
  --orange: #c54d2d;
  --purple: #6e48a8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: inherit; }
img { max-width: 100%; }

.site-nav {
  min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0 max(1.25rem, calc((100vw - 1280px) / 2)); border-bottom: 1px solid #34423d;
  color: #eae8df; background: #121917;
}
.site-nav a { font-size: .76rem; font-weight: 750; letter-spacing: .075em; text-decoration: none; text-transform: uppercase; }
.site-nav > div { display: flex; gap: 1.35rem; color: #aab6b1; }
.site-nav a:hover, .site-nav a.active { color: #61ddb1; }
.site-nav .brand { color: #f5f2e9; }

.article-hero {
  display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(270px, .65fr); gap: clamp(2rem, 6vw, 7rem);
  padding: clamp(4rem, 9vw, 8.5rem) max(1.25rem, calc((100vw - 1280px) / 2)) clamp(3rem, 6vw, 6rem);
  color: #f4f1e8; background:
    linear-gradient(110deg, rgba(14, 113, 84, .26), transparent 42%),
    radial-gradient(circle at 86% 12%, rgba(197, 77, 45, .29), transparent 27rem),
    #121917;
}
.kicker, .section-label { margin: 0 0 1rem; color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.article-hero .kicker { color: #61ddb1; }
h1 { max-width: 980px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 7rem); font-weight: 500; letter-spacing: -.055em; line-height: .91; }
.dek { max-width: 880px; margin: 2rem 0 0; color: #c6cec9; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 2vw, 1.48rem); line-height: 1.55; }
.byline { display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; margin-top: 2.3rem; color: #8fa19a; font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.byline a { color: #61ddb1; text-underline-offset: .25rem; }
.scoreboard { align-self: end; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #3e4b46; background: rgba(6, 10, 9, .32); }
.scoreboard div { min-height: 145px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.25rem; border: 1px solid #3e4b46; }
.scoreboard strong { color: #61ddb1; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.7vw, 3.2rem); font-weight: 500; letter-spacing: -.045em; }
.scoreboard span { max-width: 12rem; margin-top: .35rem; color: #9eaaa5; font-size: .75rem; line-height: 1.35; text-transform: uppercase; }

main { overflow: hidden; }
article { padding-bottom: 7rem; }
.prose { width: min(760px, calc(100% - 2.5rem)); margin: clamp(4rem, 8vw, 7rem) auto; }
.prose h2, .caveats h2, .cta h2 { margin: 0 0 1.5rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 4.8vw, 4.5rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.prose p { margin: 0 0 1.45rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.08rem, 1.7vw, 1.25rem); line-height: 1.72; }
.prose .standfirst { font-size: clamp(1.35rem, 2.4vw, 1.8rem); line-height: 1.52; }
.opening::first-letter { float: left; margin: .08em .12em 0 0; color: var(--green); font-family: Georgia, serif; font-size: 5.8rem; line-height: .72; }

.chart { width: min(1120px, calc(100% - 2.5rem)); margin: clamp(3rem, 7vw, 6rem) auto; }
.chart img { width: 100%; display: block; border: 1px solid #c7c1b3; background: #fff; box-shadow: 0 18px 55px rgba(35, 44, 39, .12); }
.chart figcaption { display: grid; grid-template-columns: 2.2rem 1fr; gap: .8rem; margin-top: .9rem; color: #5d665f; font-family: Georgia, "Times New Roman", serif; font-size: .98rem; line-height: 1.45; }
.chart figcaption span { color: var(--orange); font-family: Inter, sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.chart-lead { margin-top: -2rem; position: relative; }
.chart-wide { width: min(1280px, calc(100% - 1.5rem)); }
.chart-pair { width: min(1280px, calc(100% - 2.5rem)); display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: clamp(3rem, 7vw, 6rem) auto; }
.chart-pair .chart { width: auto; margin: 0; }

.pullquote { width: min(1040px, calc(100% - 2.5rem)); margin: 6rem auto; padding: 3rem 0; border-block: 1px solid var(--ink); }
.pullquote p { max-width: 980px; margin: 0; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4.8vw, 4.3rem); letter-spacing: -.04em; line-height: 1.04; }

.comparison-table { width: min(1080px, calc(100% - 2.5rem)); margin: 4rem auto 6rem; overflow-x: auto; border-block: 2px solid var(--ink); }
table { width: 100%; border-collapse: collapse; font-size: .88rem; }
th, td { padding: 1rem .75rem; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
th { color: #68726c; font-size: .68rem; letter-spacing: .11em; text-transform: uppercase; }
td:last-child { color: var(--green); font-size: 1.05rem; font-weight: 800; }
tr.winner { background: #dcecdf; }

.caveats { width: min(980px, calc(100% - 2.5rem)); margin: 7rem auto; padding: clamp(2rem, 5vw, 4rem); color: #f3f0e8; background: #17201d; }
.caveats h2 { max-width: 650px; color: #61ddb1; }
.caveats ul { margin: 0; padding-left: 1.2rem; columns: 2; column-gap: 4rem; }
.caveats li { break-inside: avoid; margin: 0 0 1.3rem; color: #bec8c2; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; line-height: 1.55; }

.conclusion { padding-top: 1rem; border-top: 4px solid var(--orange); }
.cta { width: min(1180px, calc(100% - 2.5rem)); margin: 7rem auto 0; padding: clamp(2rem, 6vw, 5rem); border: 1px solid #aba496; background: var(--cream); }
.cta h2 { max-width: 880px; }
.cta > div { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.cta a { min-height: 46px; display: inline-flex; align-items: center; padding: .75rem 1rem; border: 1px solid var(--ink); font-size: .82rem; font-weight: 750; text-decoration: none; }
.cta a.primary { color: #fff; background: var(--green); border-color: var(--green); }
.cta a:hover { color: #fff; background: var(--ink); }

footer { display: flex; flex-wrap: wrap; gap: .8rem 2rem; padding: 2rem max(1.25rem, calc((100vw - 1280px) / 2)); color: #94a19b; background: #121917; font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }
footer span { margin-right: auto; color: #f2efe6; font-weight: 800; }
footer a:hover { color: #61ddb1; }

@media (max-width: 880px) {
  .article-hero { grid-template-columns: 1fr; }
  .scoreboard { max-width: 620px; }
  .chart-pair { grid-template-columns: 1fr; gap: 3rem; }
  .caveats ul { columns: 1; }
}

@media (max-width: 620px) {
  .site-nav { align-items: flex-start; flex-direction: column; padding-block: .85rem; }
  .site-nav > div { width: 100%; gap: .85rem; overflow-x: auto; }
  .article-hero { padding-top: 4rem; }
  .scoreboard div { min-height: 115px; padding: .9rem; }
  .chart-lead { margin-top: 1.5rem; }
  .pullquote { margin-block: 4rem; }
  .cta > div { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
