:root {
  color-scheme: dark;
  --ink: #070908;
  --ink-soft: #10120f;
  --panel: #15130f;
  --panel-2: #201a13;
  --paper: #f3dfb0;
  --paper-muted: #c7b388;
  --brass: #b47c37;
  --brass-soft: rgba(180, 124, 55, 0.45);
  --emerald: #7fc57f;
  --magenta: #bb476c;
  --red: #d75b55;
  --line: rgba(243, 223, 176, 0.18);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 6%, rgba(187, 71, 108, 0.18), transparent 25rem),
    radial-gradient(circle at 88% 12%, rgba(127, 197, 127, 0.13), transparent 22rem),
    linear-gradient(180deg, #090a09 0%, #11100d 42%, #0a0b0a 100%);
  color: var(--paper);
  font-family: "Iowan Old Style", Georgia, "Times New Roman", serif;
  line-height: 1.58;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 20;
  padding: 0.65rem 0.85rem;
  background: var(--paper);
  color: var(--ink);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(180, 124, 55, 0.28);
  background: rgba(7, 9, 8, 0.86);
  backdrop-filter: blur(16px);
}

.header-inner,
.hero-inner,
.section,
.intent-strip,
.footer {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--brass-soft);
  background: linear-gradient(135deg, rgba(180, 124, 55, 0.22), rgba(187, 71, 108, 0.14));
  color: var(--paper);
  font-weight: 800;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand small {
  color: var(--paper-muted);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.74rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.88rem;
}

.nav-links a {
  color: var(--paper-muted);
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus {
  color: var(--emerald);
}

.hero {
  position: relative;
  min-height: 710px;
  overflow: hidden;
  border-bottom: 1px solid rgba(180, 124, 55, 0.28);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
  opacity: 0.42;
  filter: saturate(0.82) contrast(1.08);
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 9, 8, 0.94), rgba(7, 9, 8, 0.78) 46%, rgba(7, 9, 8, 0.62)),
    linear-gradient(180deg, transparent, rgba(7, 9, 8, 0.92));
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, 0.72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: 710px;
  padding: 6rem 0 4.5rem;
}

.eyebrow,
.label {
  margin: 0 0 0.8rem;
  color: var(--emerald);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.title-logo {
  width: min(430px, 78vw);
  margin: 0 0 1.1rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 1.1rem;
  color: var(--paper);
  font-size: clamp(3.2rem, 8vw, 6.9rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  color: var(--paper);
  font-size: clamp(2.05rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  color: var(--paper);
  font-size: 1.35rem;
  line-height: 1.12;
}

.lede {
  max-width: 650px;
  color: #eedfbf;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.72rem 1rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(12, 14, 12, 0.72);
  color: var(--paper);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus {
  transform: translateY(-2px);
  border-color: var(--brass);
}

.button:active {
  transform: scale(0.98);
}

.button.primary {
  border-color: rgba(127, 197, 127, 0.58);
  background: linear-gradient(135deg, rgba(29, 92, 49, 0.92), rgba(21, 64, 37, 0.92));
}

.answer-card,
.platform-card,
.source-ledger,
.faq-grid details,
.image-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    rgba(13, 14, 12, 0.82);
  box-shadow: var(--shadow);
}

.answer-card {
  padding: clamp(1.25rem, 3vw, 2rem);
  border-color: rgba(180, 124, 55, 0.46);
}

.answer-card h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.answer-card h2 span {
  display: block;
  margin-top: 0.4rem;
  color: var(--magenta);
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.answer-card p {
  color: #e4d4b0;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.35rem 0 0;
}

.fact-grid div {
  padding: 0.9rem;
  border: 1px solid rgba(243, 223, 176, 0.12);
  background: rgba(0, 0, 0, 0.18);
}

.fact-grid dt {
  color: var(--paper-muted);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.fact-grid dd {
  margin: 0.25rem 0 0;
  color: var(--paper);
  font-weight: 800;
}

.intent-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: -42px;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(180, 124, 55, 0.34);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(180, 124, 55, 0.24);
  box-shadow: var(--shadow);
}

.intent-strip div {
  min-height: 112px;
  padding: 1.1rem;
  background: rgba(17, 18, 15, 0.94);
}

.intent-strip span {
  display: block;
  color: var(--paper-muted);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.intent-strip strong {
  display: block;
  margin-top: 0.45rem;
  color: var(--paper);
  font-size: 1.2rem;
  line-height: 1.15;
}

.ad-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(243, 223, 176, 0.12);
  border-radius: var(--radius);
  background: rgba(5, 6, 5, 0.36);
}

.ad-slot iframe {
  max-width: 100%;
}

.ad-slot--leaderboard,
.ad-slot--mobile,
.ad-slot--native {
  width: min(calc(100% - 32px), var(--max));
  margin: 1.7rem auto 0;
}

.ad-slot--leaderboard {
  min-height: 106px;
  padding: 8px;
}

.ad-slot--mobile {
  display: none;
  min-height: 66px;
  padding: 8px;
}

.ad-slot--rectangle {
  width: 100%;
  min-height: 268px;
  margin-top: 1rem;
  padding: 8px;
}

.ad-slot--native {
  min-height: 180px;
  margin-bottom: -2rem;
  padding: 1rem;
}

.ad-slot--native > div {
  width: 100%;
}

.section {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading p:not(.eyebrow),
.guide-copy p,
.split p,
.sources p {
  color: #deceb1;
  font-size: 1.05rem;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.platform-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 1.25rem;
}

.platform-card p,
.platform-card li {
  color: #d7c4a1;
}

.platform-card ul {
  padding-left: 1.15rem;
  margin: 0.4rem 0 1.2rem;
}

.platform-card a {
  margin-top: auto;
  color: var(--emerald);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.platform-icon {
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  border: 1px solid rgba(243, 223, 176, 0.2);
  border-radius: 7px;
  background:
    linear-gradient(90deg, transparent 44%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0.5) 55%, transparent 56%),
    linear-gradient(135deg, rgba(180, 124, 55, 0.32), rgba(127, 197, 127, 0.16));
}

.platform-icon.nintendo {
  background:
    radial-gradient(circle at 35% 50%, rgba(255, 255, 255, 0.8) 0 12%, transparent 13%),
    linear-gradient(90deg, #d8424f 0 47%, #2f72c7 48% 100%);
}

.platform-icon.steam {
  background:
    radial-gradient(circle at 34% 32%, #f1f4f2 0 13%, transparent 14%),
    radial-gradient(circle at 62% 62%, #f1f4f2 0 11%, transparent 12%),
    linear-gradient(135deg, #1d2632, #0b0d11);
}

.platform-icon.ps {
  background:
    linear-gradient(135deg, #2d61d3, #12172f);
}

.platform-icon.xbox {
  background:
    radial-gradient(circle at 50% 50%, transparent 0 35%, rgba(255, 255, 255, 0.72) 36% 39%, transparent 40%),
    linear-gradient(135deg, #0f8f48, #0d2517);
}

.split,
.guide-section,
.sources {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.68fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}

.split-side {
  display: grid;
  gap: 1rem;
}

.time-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.time-panel div {
  padding: 1rem;
  border: 1px solid rgba(180, 124, 55, 0.34);
  background: rgba(0, 0, 0, 0.18);
}

.time-panel span {
  display: block;
  color: var(--paper-muted);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
}

.time-panel strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--paper);
  font-size: 1.35rem;
}

.image-card {
  margin: 0;
  overflow: hidden;
  background: rgba(13, 14, 12, 0.92);
}

.image-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.image-card figcaption {
  padding: 0.85rem 1rem;
  color: var(--paper-muted);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.82rem;
}

.evidence-section {
  border-top: 1px solid rgba(180, 124, 55, 0.2);
  border-bottom: 1px solid rgba(180, 124, 55, 0.2);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.timeline article {
  min-height: 245px;
  padding: 1.25rem;
  border-left: 3px solid var(--brass);
  background: linear-gradient(180deg, rgba(243, 223, 176, 0.06), rgba(127, 197, 127, 0.035));
}

.timeline span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--emerald);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
}

.timeline p {
  color: #d9c8a6;
}

.source-ledger {
  padding: 1.25rem;
  background:
    linear-gradient(180deg, rgba(243, 223, 176, 0.1), rgba(32, 26, 19, 0.9)),
    var(--panel-2);
}

.source-ledger ol {
  margin: 0;
  padding-left: 1.4rem;
  color: #ddcaa6;
}

.source-ledger li + li {
  margin-top: 0.65rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.faq-grid details {
  padding: 1rem 1.1rem;
  box-shadow: none;
}

.faq-grid summary {
  cursor: pointer;
  color: var(--paper);
  font-size: 1.08rem;
  font-weight: 800;
}

.faq-grid details p {
  margin: 0.8rem 0 0;
  color: #d7c4a1;
}

.source-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.source-list a {
  display: block;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(243, 223, 176, 0.16);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.18);
  color: var(--paper);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.source-list a:hover,
.source-list a:focus {
  border-color: var(--emerald);
}

.footer {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 2rem;
  padding: 2rem 0 3rem;
  border-top: 1px solid rgba(180, 124, 55, 0.28);
  color: var(--paper-muted);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9rem;
}

.footer p {
  margin: 0.35rem 0 0;
}

@media (max-width: 960px) {
  .nav-links {
    display: none;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner,
  .split,
  .guide-section,
  .sources {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-top: 4rem;
  }

  .intent-strip,
  .platform-grid,
  .timeline,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .intent-strip {
    margin-top: 0;
    border-radius: 0;
    width: 100%;
  }

  .platform-card {
    min-height: auto;
  }
}

@media (max-width: 780px) {
  .ad-slot--leaderboard {
    display: none;
  }

  .ad-slot--mobile {
    display: flex;
  }

  .ad-slot--rectangle {
    justify-self: center;
    width: min(100%, 340px);
  }
}

@media (max-width: 620px) {
  .header-inner,
  .hero-inner,
  .section,
  .footer,
  .ad-slot--mobile,
  .ad-slot--native {
    width: min(calc(100% - 24px), var(--max));
  }

  .header-inner {
    min-height: 68px;
  }

  .brand strong {
    font-size: 0.86rem;
  }

  .brand small {
    display: none;
  }

  h1 {
    font-size: clamp(2.7rem, 15vw, 4.6rem);
  }

  h2 {
    font-size: clamp(1.95rem, 10vw, 3rem);
  }

  .hero-actions,
  .time-panel,
  .fact-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .answer-card h2 span {
    font-size: clamp(2rem, 13vw, 3.2rem);
  }
}
