:root {
  --ink: #191919;
  --muted: #66645f;
  --paper: #f4f2ed;
  --panel: #ffffff;
  --line: #d8d4cb;
  --accent: #cf4f22;
  --accent-dark: #873214;
  --link: #175b85;
  --max: 1120px;
  --shadow: 0 12px 34px rgba(29, 27, 23, .08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.66;
  text-rendering: optimizeLegibility;
}
a { color: var(--link); text-underline-offset: .18em; text-decoration-thickness: .08em; }
a:hover { color: var(--accent-dark); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
img, video, iframe { max-width: 100%; }
img { height: auto; }
.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 999;
  padding: .65rem .9rem; background: #fff; color: #111; border: 2px solid #111;
}
.skip-link:focus { top: 1rem; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  color: #fff; background: rgba(20,20,20,.96);
  border-bottom: 1px solid rgba(255,255,255,.15);
  backdrop-filter: blur(12px);
}
.header-inner {
  width: min(var(--max), calc(100% - 2rem)); margin: 0 auto;
  min-height: 78px; display: flex; align-items: center; gap: 1rem;
}
.brand {
  display: inline-flex; align-items: center; gap: .8rem; min-width: 0;
  color: #fff; text-decoration: none;
}
.brand-mark { display: grid; grid-template-columns: repeat(3, 5px); gap: 4px; align-items: end; width: 23px; height: 34px; }
.brand-mark i { display: block; width: 5px; border-radius: 4px; background: var(--accent); }
.brand-mark i:nth-child(1) { height: 17px; }
.brand-mark i:nth-child(2) { height: 31px; }
.brand-mark i:nth-child(3) { height: 23px; }
.brand-copy { display: grid; line-height: 1.08; }
.brand-title { font-weight: 850; letter-spacing: -.025em; font-size: clamp(1.05rem, 2vw, 1.35rem); white-space: nowrap; }
.brand-tagline { margin-top: .25rem; color: #c9c7c2; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.menu-toggle {
  display: none; margin-left: auto; border: 1px solid #575757; border-radius: 999px;
  padding: .55rem .8rem; color: #fff; background: transparent; font: inherit; font-weight: 700;
}
.site-nav { margin-left: auto; display: flex; gap: .25rem; }
.site-nav a {
  display: inline-flex; align-items: center; padding: .62rem .82rem; border-radius: 999px;
  color: #e8e7e3; text-decoration: none; font-weight: 700; font-size: .9rem;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #111; background: #fff; }
.site-nav .return-link {
  margin-left: .35rem; border: 1px solid rgba(240,162,135,.72); color: #fff;
}
.site-nav .return-link:hover { border-color: #f0a287; background: #f0a287; color: #111; }
.footer-nav .return-link { font-weight: 800; }
.classic-hero {
  width: min(var(--max), calc(100% - 2rem)); margin: 2rem auto 0;
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #151515; box-shadow: var(--shadow);
}
.hero-copy { padding: clamp(2rem, 4vw, 3.4rem); color: #fff; align-self: center; min-width: 0; }
.eyebrow { margin: 0 0 .8rem; color: #f0a287; font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-copy h1 { margin: 0; max-width: 14ch; color: #fff; font-size: clamp(2.5rem, 4.8vw, 4.2rem); line-height: .96; letter-spacing: -.055em; }
.hero-copy p { max-width: 36rem; margin: 1.35rem 0 0; color: #d5d3ce; font-size: clamp(1rem, 1.8vw, 1.18rem); }
.hero-image { min-height: 420px; width: 100%; height: 100%; object-fit: cover; display: block; }
.site-main { width: min(var(--max), calc(100% - 2rem)); margin: 2rem auto 4rem; }
.page-shell { min-width: 0; }
.archive-label {
  display: inline-flex; gap: .5rem; align-items: center; margin: 0 0 1rem;
  color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.archive-label::before { content: ""; width: 2.4rem; height: 3px; border-radius: 99px; background: var(--accent); }
.archive-section {
  margin: 0 0 1.35rem; padding: clamp(1.1rem, 3vw, 2rem);
  overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); box-shadow: 0 7px 24px rgba(29,27,23,.045);
}
.archive-section:empty { display: none; }
.page-shell > p, .page-shell > h1, .page-shell > h2, .page-shell > h3, .page-shell > blockquote,
.page-shell > div:not(.archive-section):not(.archive-label):not(.video-frame):not(.local-video) {
  max-width: 78ch; margin-left: auto; margin-right: auto;
}
h1, h2, h3, h4, h5, h6 { color: #1c1c1c; line-height: 1.15; letter-spacing: -.025em; }
h1 { font-size: clamp(2rem, 5vw, 4rem); }
h2 { margin-top: 1.7em; font-size: clamp(1.5rem, 3.5vw, 2.55rem); }
h3 { margin-top: 1.5em; font-size: clamp(1.25rem, 2.6vw, 1.8rem); }
p { margin: 0 0 1.1rem; }
blockquote { margin: 1.5rem 0; padding: .4rem 0 .4rem 1.25rem; border-left: 4px solid var(--accent); color: #45433f; }
hr.archive-divider { width: min(100%, 42rem); height: 3px; margin: 2rem auto; border: 0; border-radius: 99px; background: linear-gradient(90deg, var(--accent), #e7c0b0 60%, transparent); }
.legacy-table { width: 100%; border-collapse: separate; border-spacing: .75rem; table-layout: auto; }
.legacy-table td, .legacy-table th { min-width: 0; padding: .25rem; vertical-align: top; }
.legacy-table .classic-photo-strip { width: 180px; }
.classic-photo-strip img { display: block; width: 100%; max-width: 168px; margin: 0 0 .75rem; border-radius: 14px; box-shadow: 0 6px 18px rgba(0,0,0,.12); }
.legacy-mascot { width: 170px; text-align: center; color: var(--muted); font-size: .82rem; }
.legacy-mascot img { display: block; max-width: 146px; margin: 0 auto .75rem; border-radius: 16px; }
.archive-section img:not(.external-placeholder) { border-radius: 10px; }
.external-placeholder { display: block; width: min(100%, 520px); margin: 1rem auto; border-radius: 18px; }
.align-left { float: left; margin: .25rem 1rem .8rem 0; }
.align-right { float: right; margin: .25rem 0 .8rem 1rem; }
.align-center { display: block; margin-left: auto; margin-right: auto; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.archive-note {
  max-width: 48rem; margin: 1rem auto; padding: .85rem 1rem;
  border: 1px dashed #aaa49a; border-radius: 12px; background: #f7f5f0; color: #68645d; font-size: .88rem;
}
.archive-unlinked { text-decoration: none; border-bottom: 1px dotted #8a877f; color: inherit; cursor: help; }
a.external-link::after { content: " ↗"; font-size: .75em; font-weight: 800; }
.video-frame { position: relative; width: min(100%, 880px); aspect-ratio: 16 / 9; margin: 1.4rem auto; overflow: hidden; border-radius: 16px; background: #111; box-shadow: var(--shadow); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.local-video { width: min(100%, 880px); margin: 1.4rem auto; }
.local-video video { width: 100%; display: block; border-radius: 16px; background: #111; box-shadow: var(--shadow); }
.media-link { display: inline-block; }
.site-footer { padding: 2.3rem 1rem 3rem; color: #d0cec9; background: #171717; }
.footer-inner { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: end; }
.footer-title { margin: 0 0 .35rem; color: #fff; font-weight: 850; font-size: 1.1rem; }
.footer-copy { margin: 0; max-width: 48rem; font-size: .9rem; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem; }
.footer-nav a { color: #fff; font-size: .86rem; }
.clearfix::after, .archive-section::after { content: ""; display: table; clear: both; }
@media (max-width: 860px) {
  .classic-hero { grid-template-columns: 1fr; }
  .hero-copy h1 { max-width: none; }
  .hero-image { min-height: 330px; }
  .legacy-table, .legacy-table tbody, .legacy-table tr, .legacy-table td, .legacy-table th { display: block; width: 100% !important; }
  .legacy-table { border-spacing: 0; }
  .legacy-table td, .legacy-table th { padding: .45rem 0; }
  .classic-photo-strip { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5rem; }
  .classic-photo-strip img { margin: 0; max-width: none; }
  .legacy-mascot { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-nav { justify-content: flex-start; }
}
@media (max-width: 820px) {
  .header-inner { min-height: 68px; flex-wrap: wrap; padding: .65rem 0; }
  .menu-toggle { display: inline-flex; }
  .site-nav { display: none; width: 100%; margin: 0; padding: .25rem 0 .5rem; flex-direction: column; }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav a { justify-content: center; border-radius: 10px; }
  .site-nav .return-link { margin-left: 0; }
  .brand-tagline { display: none; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .classic-hero { width: min(var(--max), calc(100% - 1rem)); margin-top: .5rem; border-radius: 20px; }
  .hero-copy { padding: 2rem 1.3rem 2.2rem; }
  .hero-image { min-height: 260px; }
  .site-main { width: min(var(--max), calc(100% - 1rem)); margin-top: 1rem; }
  .archive-section { padding: 1rem; border-radius: 16px; }
  .align-left, .align-right { float: none; display: block; margin: 1rem auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
