:root {
  color-scheme: light;
  --ink-950: #111820;
  --ink-800: #26333d;
  --ink-650: #43515a;
  --pearl-050: #f7f5ef;
  --pearl-100: #f0ece3;
  --pearl-200: #e2dccf;
  --paper: #fffdf8;
  --jade-700: #176b5a;
  --jade-100: #ddede8;
  --sapphire-650: #315a78;
  --sapphire-100: #e4edf3;
  --amber-650: #9a6416;
  --amber-100: #f7ead6;
  --ruby-700: #8a3d45;
  --ruby-100: #f7e5e7;
  --measure: 72rem;
  --reading: 47rem;
  --radius: .55rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink-950);
  background:
    linear-gradient(180deg, var(--pearl-100) 0, var(--pearl-050) 22rem, var(--paper) 22rem);
  font-size: 1.0625rem;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; }
img { height: auto; }
figure { max-width: 100%; min-width: 0; }
a { color: var(--jade-700); text-underline-offset: .18em; }
a:hover { text-decoration-thickness: .14em; }
p, li { max-width: 72ch; }
.skip-link { position: fixed; left: -999px; top: .75rem; }
.skip-link:focus {
  left: .75rem;
  z-index: 100;
  padding: .75rem 1rem;
  color: var(--ink-950);
  background: white;
  border: 2px solid var(--jade-700);
}

.site-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  min-height: 5rem;
  padding: .8rem max(1.25rem, calc((100% - var(--measure)) / 2));
  color: white;
  background: var(--ink-950);
  border-bottom: 1px solid #3f4b53;
}
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: white;
  text-decoration: none;
}
.brand-lockup img { width: 2.75rem; height: 2.75rem; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy small {
  color: #a8bbb6;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.site-name { color: white; font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; font-weight: 700; }
.nav-toggle {
  display: none;
  margin-left: auto;
  padding: .55rem .8rem;
  border: 1px solid #5e6a70;
  border-radius: var(--radius);
  color: white;
  background: transparent;
  font: inherit;
}
#site-nav { margin-left: auto; }
#site-nav ul { display: flex; align-items: center; gap: 1.15rem; margin: 0; padding: 0; list-style: none; }
#site-nav a { color: #d8e4e1; font-size: .9rem; font-weight: 700; text-decoration: none; }
#site-nav a:hover, #site-nav a[aria-current="page"] { color: white; box-shadow: 0 .16rem 0 var(--jade-100); }
.header-play-button {
  flex: 0 0 auto;
  min-height: 2.45rem;
  margin-left: .25rem;
  padding: .55rem .8rem;
  white-space: nowrap;
  font-size: .82rem;
}

.breadcrumbs, main, .footer-inner {
  width: min(100% - 2.5rem, var(--measure));
  margin-inline: auto;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 0;
  padding: 1.15rem 0 0;
  list-style: none;
  color: var(--ink-650);
  font-size: .82rem;
}
.breadcrumbs li + li::before { content: "/"; margin-right: .45rem; color: #8a938f; }
article { padding-block: 1.2rem 5rem; }
article > :not(.wide, .hero, .related-links, .page-grid) { max-width: var(--reading); }

h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -.025em;
}
h1 {
  max-width: 18ch;
  margin: 1.1rem 0 .8rem;
  font-size: clamp(2.45rem, 7vw, 5.35rem);
  line-height: .98;
}
h2 { margin: 2.8rem 0 1rem; font-size: clamp(1.65rem, 3vw, 2.5rem); line-height: 1.12; }
h3 { margin: 1.8rem 0 .55rem; font-size: 1.18rem; line-height: 1.3; }
h4 { margin: 1.35rem 0 .4rem; font-size: 1rem; letter-spacing: .01em; }
section > h2 + p { margin-top: -.35rem; }
h2 + h3 { margin-top: 1.15rem; }
h3 + h4 { margin-top: .85rem; }
h3 + p, h4 + p { margin-top: .35rem; }
.component-heading {
  margin: 0 0 .45rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.35;
}
.lede {
  max-width: 58ch;
  margin: 0 0 1.4rem;
  color: var(--ink-650);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.22rem, 2.5vw, 1.55rem);
  line-height: 1.45;
}
.eyebrow {
  display: block;
  margin-bottom: .6rem;
  color: var(--jade-700);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero {
  position: relative;
  max-width: var(--measure);
  margin: .8rem 0 2.5rem;
  padding: clamp(1.5rem, 4vw, 3.75rem);
  overflow: hidden;
  border: 1px solid #39454c;
  border-radius: 1rem;
  color: white;
  background: var(--ink-950);
}
.hero::after {
  position: absolute;
  right: -7rem;
  bottom: -9rem;
  width: 26rem;
  height: 26rem;
  border: 1px solid #60716f;
  border-radius: 50%;
  content: "";
  opacity: .45;
}
.hero h1, .hero h2 { max-width: 18ch; margin-top: 0; color: white; }
.hero p { color: #d2dcda; }
.hero .source-note { position: relative; z-index: 1; }
.hero .evidence-figure {
  width: min(100%, 58rem);
  margin-inline: 0;
  background: #202c31;
  border-color: #56635f;
}

.source-note, .evidence-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1rem 0 1.5rem;
  color: var(--ink-650);
  font-size: .79rem;
}
.source-note span, .evidence-strip span {
  padding: .28rem .62rem;
  border: 1px solid var(--pearl-200);
  border-radius: 999px;
  background: var(--paper);
}
.hero .source-note span { color: #e8efed; border-color: #56635f; background: #202c31; }

.callout, .disclosure, .screen-reading, .evidence-figure, .source-note, .quick-verdict {
  position: relative;
  margin-block: 1.7rem;
  padding: 1.2rem 1.3rem;
  border: 1px solid var(--pearl-200);
  border-left: .3rem solid var(--sapphire-650);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--paper);
}
.callout h2, .callout h3, .disclosure h2, .screen-reading h2, .source-note h2, .quick-verdict h2,
.callout .component-heading, .disclosure .component-heading {
  margin: 0 0 .45rem;
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: .02em;
}
.editors-note, .editor-observation { background: var(--sapphire-100); border-left-color: var(--sapphire-650); }
.before-play, .before-you-play { color: white; background: var(--ink-800); border-color: #59666d; }
.before-play a, .before-you-play a { color: #bceadd; }
.reality-check { background: var(--amber-100); border-left-color: var(--amber-650); }
.often-missed, .players-miss, .worth-knowing { background: var(--jade-100); border-left-color: var(--jade-700); }
.rg-note, .warning-card { background: var(--ruby-100); border-left-color: var(--ruby-700); }
.disclosure { color: var(--ink-650); background: var(--pearl-050); border-left-color: var(--ink-650); font-size: .92rem; }

.evidence-figure { max-width: 60rem; padding: .75rem; border-left-width: 1px; overflow: hidden; }
.evidence-figure img { display: block; width: 100%; height: auto; border-radius: .35rem; background: var(--ink-950); }
.evidence-figure figcaption { padding: .8rem .25rem .2rem; color: var(--ink-650); font-size: .86rem; }
.evidence-figure--empty div {
  display: grid;
  min-height: 13rem;
  place-items: center;
  color: var(--ink-650);
  background: var(--pearl-100);
}
.figure-note { margin: -.9rem 0 1.8rem; color: var(--ink-650); font-size: .94rem; }

.editorial-visual {
  max-width: 60rem;
  margin-block: 1.75rem 2.25rem;
  min-width: 0;
}
.editorial-visual > figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--pearl-200);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 1rem 2.4rem rgb(17 24 32 / 5%);
}
.editorial-visual > figure img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--ink-950);
}
.editorial-visual > figure figcaption {
  max-width: 76ch;
  padding: .8rem 1rem .9rem;
  color: var(--ink-650);
  font-size: .86rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.editorial-visual > p {
  max-width: 72ch;
  margin: .75rem 0 0;
  color: var(--ink-650);
  font-size: .95rem;
}
.editorial-visual--portrait > figure img,
.portrait-figure img,
.editorial-visual img[width="390"],
.editorial-visual img[width="430"] {
  width: auto;
  max-height: min(44rem, 80vh);
  margin-inline: auto;
  object-fit: contain;
}
.visual-introduction { color: var(--ink-950) !important; font-weight: 650; }
.paired-figures {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 1rem;
  width: min(100%, var(--measure));
  margin-block: 1.25rem 2.25rem;
}
.paired-figures > .editorial-visual { width: 100%; margin: 0; min-width: 0; }
.paired-figures .editorial-visual > p { padding-inline: .25rem; }

.table-wrapper {
  max-width: 64rem;
  margin-block: 1.4rem 2rem;
  overflow-x: auto;
  border: 1px solid var(--pearl-200);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 1rem 2.4rem rgb(17 24 32 / 5%);
}
.table-wrapper:focus { outline: 3px solid color-mix(in srgb, var(--jade-700), transparent 55%); outline-offset: 2px; }
.table-caption { margin: 0; padding: .85rem 1rem; border-bottom: 1px solid var(--pearl-200); font-weight: 800; }
table { width: 100%; min-width: 38rem; border-collapse: collapse; font-size: .94rem; }
th, td { padding: .8rem 1rem; border-top: 1px solid var(--pearl-200); text-align: left; vertical-align: top; }
th { color: var(--ink-950); background: var(--pearl-100); }
tbody tr:hover { background: #fbfaf6; }
tbody tr:nth-child(even) { background: color-mix(in srgb, var(--pearl-100), white 55%); }
.table-wrapper:nth-of-type(3n + 2) th { background: var(--sapphire-100); }
.table-wrapper:nth-of-type(3n) th { background: var(--jade-100); }
tbody td:first-child { color: var(--ink-800); font-weight: 650; }

.fact-grid, .page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: .85rem;
  margin: 1.5rem 0 2rem;
}
.fact-card, .route-card {
  padding: 1rem;
  border: 1px solid var(--pearl-200);
  border-radius: var(--radius);
  background: var(--paper);
}
.fact-card strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; }
.fact-card small { color: var(--ink-650); }
.route-card h3 { margin-top: 0; }

.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-block: 1.8rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: .72rem 1rem;
  border: 1px solid var(--jade-700);
  border-radius: .35rem;
  color: white;
  background: var(--jade-700);
  font-weight: 800;
  text-decoration: none;
}
.button:hover { color: white; background: #105447; }
.button--secondary { color: var(--ink-950); border-color: var(--ink-800); background: transparent; }
.button--secondary:hover { color: white; background: var(--ink-800); }
.hero .button--secondary { color: white; border-color: #90a09b; }
.hero .button--secondary:hover { color: var(--ink-950); background: white; }

.site-play-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.25rem, 4vw, 3rem);
  width: min(100% - 2.5rem, var(--measure));
  margin: 0 auto 3rem;
  padding: clamp(1.35rem, 3vw, 2.25rem);
  border: 1px solid #39454c;
  border-radius: .8rem;
  color: white;
  background: var(--ink-950);
}
.site-play-cta p { margin: .35rem 0 0; color: #d2dcda; }
.site-play-cta__eyebrow {
  color: #9bd4c5 !important;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.site-play-cta__title {
  color: white !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.15;
}
.site-play-cta__button { flex: 0 0 auto; min-width: 13rem; }

.related-links {
  max-width: var(--measure);
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--pearl-200);
}
.related-links h2, .related-links .component-heading { margin-top: 0; font-family: inherit; font-size: 1rem; }
.related-links ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: .65rem 1.5rem; padding: 0; list-style: none; }
.related-links a { font-weight: 700; }

.site-footer { color: #d5dfdc; background: var(--ink-950); }
.footer-inner { padding-block: 2.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 2rem; }
.footer-grid h2, .footer-heading { margin: 0 0 .65rem; color: white; font-family: inherit; font-size: .88rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: .35rem 0; }
.footer-grid a { color: #c7d8d3; }
.footer-risk { margin: 2rem 0 0; padding-top: 1.2rem; border-top: 1px solid #3d4a50; color: #b7c2c0; font-size: .86rem; }

@media (max-width: 54rem) {
  body { font-size: 1rem; }
  .site-header { flex-wrap: wrap; min-height: 4.5rem; }
  .nav-toggle { display: block; order: 1; margin-left: 0; }
  .header-play-button { order: 0; margin-left: auto; }
  #site-nav { display: none; order: 2; width: 100%; margin: 0; padding: .5rem 0; }
  #site-nav[data-open="true"] { display: block; }
  #site-nav ul { display: grid; grid-template-columns: 1fr 1fr; gap: .2rem .8rem; }
  #site-nav a { display: block; padding: .45rem 0; }
  .site-play-cta { align-items: stretch; flex-direction: column; }
  .site-play-cta__button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .paired-figures { grid-template-columns: 1fr; }
}

@media (max-width: 34rem) {
  .breadcrumbs, main, .footer-inner { width: min(100% - 2rem, var(--measure)); }
  h1 { font-size: clamp(2.25rem, 12vw, 3.4rem); }
  .hero { margin-inline: -.25rem; padding: 1.3rem; }
  #site-nav ul, .footer-grid { grid-template-columns: 1fr; }
  table { min-width: 32rem; }
  .button { width: 100%; }
  .header-play-button { width: auto; }
  .editorial-visual > figure figcaption { padding-inline: .8rem; font-size: .84rem; }
  .editorial-visual--portrait > figure img,
  .portrait-figure img,
  .editorial-visual img[width="390"],
  .editorial-visual img[width="430"] { max-height: 70vh; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
