:root {
  --black: #151515;
  --ink: #1f1f1f;
  --paper: #f5efe4;
  --white: #fff;
  --green: #8f1d1d;
  --green-bright: #c9a24b;
  --green-dark: #631414;
  --gold: #c9a24b;
  --muted: #605a52;
  --line: #ded1bd;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.65; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .7rem 1rem; color: var(--white); background: var(--green-dark); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { padding: clamp(2.5rem, 6vw, 4.5rem) 1rem; color: var(--white); text-align: center; background: linear-gradient(135deg, #181818 0%, #2d1717 55%, #621616 100%); border-bottom: 8px solid var(--green); }
.masthead { width: min(900px, 100%); margin: auto; }
.publisher, .year { margin: 0; font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.publisher { color: var(--gold); }
.year { margin-top: 1rem; color: #eadfce; }
.historical-logo { width: min(540px, 88vw); margin: 1rem auto 0; padding: 0; background: transparent; }
.historical-logo img { display: block; width: 100%; height: auto; }
.tagline { margin: 1.3rem 0 0; color: var(--white); font-size: clamp(1rem, 2.4vw, 1.4rem); font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

nav { position: sticky; top: 0; z-index: 10; display: flex; flex-wrap: wrap; justify-content: center; gap: .2rem .5rem; padding: .7rem 1rem; color: var(--white); background: var(--green-dark); border-bottom: 4px solid var(--gold); }
nav a { padding: .4rem .7rem; border-radius: 99px; font-size: .9rem; font-weight: 700; text-decoration: none; }
nav a:hover, nav a:focus { background: rgba(255,255,255,.14); }

main { width: min(1120px, calc(100% - 2rem)); margin: 2rem auto; }
section { margin-bottom: 1.3rem; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 18px 45px rgba(60,35,20,.12); }
.eyebrow { margin: 0 0 .6rem; color: var(--green); font-size: .74rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
h2, h3 { line-height: 1.05; }
h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.6rem); letter-spacing: -.055em; }
h3 { margin: .25rem 0 .65rem; font-size: 1.45rem; }

.lead-story { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); gap: 0; overflow: hidden; color: #fff; background: linear-gradient(135deg,#171717 0%,#391919 58%,#621616 100%); border-color:#4f2020; border-top:8px solid var(--gold); }
.hero-message { display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4.5rem); }
.hero-message .eyebrow { color:var(--gold); }
.hero-message h2 { font-size:clamp(3rem,6vw,5.8rem);line-height:.9; }
.hero-message h2 em { color:var(--gold);font-style:normal; }
.hero-intro { max-width:680px;margin:1.4rem 0 0;color:#f2e6d6;font-size:1.08rem; }
.hero-formats { display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem; }
.hero-formats span { padding:.45rem .75rem;border:1px solid rgba(201,162,75,.6);border-radius:999px;color:#fff;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase; }
.lead-copy { display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,4vw,3.4rem);background:rgba(0,0,0,.22);border-left:1px solid rgba(255,255,255,.13); }
.lead-copy p { color:#f2e6d6; }
.screen-label { margin:0 0 .6rem!important;color:var(--gold)!important;font-size:.72rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase; }
.origin-note { grid-column:1 / -1;display:grid;grid-template-columns:minmax(220px,.75fr) repeat(2,minmax(0,1fr));gap:1.5rem;align-items:start;padding:1.35rem clamp(1.5rem,4vw,3rem);border-top:1px solid rgba(255,255,255,.16);background:rgba(0,0,0,.28); }
.origin-note .eyebrow { margin-bottom:.4rem;color:var(--gold); }
.origin-note h3 { margin:0;font-size:1.25rem; }
.origin-note p:not(.eyebrow) { margin:0;color:#eadfce;font-size:.84rem;line-height:1.5; }

.web-artifact-section { display:grid;grid-template-columns:minmax(260px,.72fr) minmax(320px,1.28fr);align-items:start;gap:clamp(2rem,5vw,4rem);padding:clamp(2rem,5vw,4rem);background:#f4eadb;border-bottom:1px solid var(--line); }
.web-artifact-section > div { min-width:0; }
.web-artifact-section h2 { margin-top:.25rem; }
.archive-headline { max-width:100%;font-size:clamp(1.9rem,3.4vw,3rem);line-height:.95;letter-spacing:-.035em; }
.archive-headline span { display:block; }
.archive-headline span + span { margin-top:.3rem;font-size:.72em;letter-spacing:-.015em; }
.web-artifact-section p:not(.eyebrow) { color:var(--muted); }
.web-artifact-section figure { margin:0; }
.web-artifact-section img { display:block;width:100%;height:auto;border:1px solid #82786e;box-shadow:0 20px 45px rgba(30,26,18,.2); }
.web-artifact-section figcaption { margin-top:.55rem;color:var(--muted);font-size:.82rem; }
.archive-badge { display:inline-block;margin-bottom:1.2rem;padding:.55rem .8rem;border:1px solid var(--green);border-radius:999px;color:var(--green-dark);background:#fff;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-decoration:none;text-transform:uppercase; }
.archive-badge:hover,.archive-badge:focus { color:#fff;background:var(--green-dark); }

.artifact-section { display: grid; grid-template-columns: minmax(280px,.75fr) minmax(0,1.25fr); align-items: center; gap: clamp(2rem, 6vw, 5rem); padding: clamp(1.5rem, 5vw, 4rem); }
.artifact-section figure { margin: 0; }
.artifact-section img { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 20px 45px rgba(30,26,18,.2); }
.artifact-section figcaption { margin-top: .55rem; color: var(--muted); font-size: .82rem; }
.artifact-section p:not(.eyebrow) { color: var(--muted); }

.issues-section { padding:clamp(1.5rem,5vw,4rem); }
.issues-heading { display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:2rem;align-items:end; }
.issues-heading>p { margin:0;color:var(--muted); }
.issue-grid { margin-top:2rem; }
.issue-card { display:grid;grid-template-columns:minmax(180px,280px) minmax(0,1fr);gap:clamp(1.5rem,4vw,3rem);align-items:center;max-width:850px;padding:1.25rem;border:1px solid var(--line);border-top:7px solid var(--green);border-radius:14px;background:#fbf7ef; }
.issue-cover { display:block; }
.issue-cover img { display:block;width:100%;height:auto;border:1px solid var(--line);box-shadow:0 16px 30px rgba(60,35,20,.18);transition:transform .2s; }
.issue-cover:hover img { transform:translateY(-3px); }
.issue-date { margin:0;color:var(--green);font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase; }
.issue-card h3 { margin:.4rem 0 .7rem;font-size:2rem; }
.issue-card p:not(.issue-date) { color:var(--muted); }
.issue-button { display:inline-block;margin-top:.6rem;padding:.7rem .9rem;border-radius:8px;color:#fff;background:var(--green);font-weight:800;text-decoration:none; }
.issue-button:hover,.issue-button:focus { background:var(--green-dark); }

.format-section { padding: clamp(1.5rem, 4vw, 3rem); }
.format-section > h2 { max-width: 700px; }
.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 2rem; border: 1px solid var(--line); background: var(--line); }
.format-grid article { position: relative; min-height: 300px; padding: 1.5rem; background: #fbf7ef; }
.number { position: absolute; right: 1rem; top: .8rem; color: #b8b5ac; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.format-label { margin: 0 0 2.5rem; color: var(--green); font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.format-grid article p:last-child { color: var(--muted); font-size: .92rem; }

.online-section { padding: clamp(1.5rem, 5vw, 4rem); }
.online-heading { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 0 clamp(2rem, 5vw, 4rem); align-items: end; }
.online-heading .eyebrow { grid-column: 1 / -1; }
.online-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.05rem; }
.online-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; margin-top: 2rem; }
.online-grid article { padding: 1.4rem; border: 1px solid var(--line); border-top: 7px solid var(--green); border-radius: 14px; background: #fbf7ef; }
.online-grid span { color: var(--green); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.online-grid h3 { margin-top: .5rem; }
.online-grid p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }
.online-grid .wide-card { grid-column: 1 / -1; border-top-color: var(--gold); }
.online-grid .wide-card span { color: var(--green-dark); }
.online-grid .wide-card p { max-width: 920px; }
.online-summary { margin: 1.5rem 0 0; padding: 1.1rem; color: #fff; text-align: center; background: var(--green-dark); border-radius: 12px; }

.stadium-section { display: grid; grid-template-columns: minmax(220px,.6fr) minmax(0,1.4fr); align-items: center; gap: clamp(2rem, 6vw, 5rem); padding: clamp(1.5rem, 5vw, 4rem); color: var(--white); background: linear-gradient(135deg, #181818, #621616); border-color: #4f2020; }
.stadium-section .eyebrow { color: var(--gold); }
.stadium-section p:not(.eyebrow) { color: #f2e6d6; }
.stadium-mark { display: grid; place-items: center; aspect-ratio: 1; border: 2px solid rgba(201,162,75,.55); border-radius: 50%; background: radial-gradient(circle, rgba(143,29,29,.55), transparent 68%); }
.stadium-mark span { font-size: clamp(3rem, 8vw, 6rem); font-weight: 900; letter-spacing: -.06em; }

.legacy-section { padding: clamp(2rem, 5vw, 4rem); text-align: center; border-bottom: 8px solid var(--gold); }
.legacy-section h2 { max-width: 850px; margin: auto; }
.legacy-section > p:not(.eyebrow) { max-width: 820px; margin: 1.2rem auto 0; color: var(--muted); }
.legacy-line { padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--green-dark) !important; }

footer { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 2rem max(1rem, calc((100% - 1120px)/2)); color: #cbd4ce; background: var(--black); font-size: .75rem; }

@media (max-width: 760px) {
  nav { position: static; }
  .lead-story, .web-artifact-section, .artifact-section, .stadium-section, .online-heading,.issues-heading { grid-template-columns: 1fr; }
  .lead-copy { border-left:0;border-top:1px solid rgba(255,255,255,.13); }
  .origin-note { grid-template-columns:1fr; }
  .format-grid, .online-grid { grid-template-columns: 1fr; }
  .format-grid article { min-height: 230px; }
  .stadium-mark { width: min(260px, 75vw); margin: auto; }
}

@media (max-width: 520px) {
  main { width: min(100% - 1rem, 1120px); margin-top: 1rem; }
  .issue-card { grid-template-columns:1fr; }
  footer { display: block; text-align: center; }
  footer p { margin: .3rem 0; }
}
