@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/geist-latin.woff2") format("woff2");
}

:root { --font-geist-sans: "Geist"; }

:root {
  --charcoal: #171717;
  --black: #0d0d0d;
  --cream: #f3ebdd;
  --soft-white: #f8f3e9;
  --red: #c63b32;
  --red-dark: #a92d26;
  --grey: #6d6a64;
  --line: rgba(23, 23, 23, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: var(--font-geist-sans), Inter, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }

.site-header {
  height: 76px;
  padding: 0 clamp(24px, 4.2vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--black);
  color: var(--soft-white);
  position: relative;
  z-index: 10;
}
.wordmark,
h1, h2,
.year-number,
.year-heading h2 {
  font-family: Impact, "Arial Narrow", var(--font-geist-sans), sans-serif;
  font-stretch: condensed;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .015em;
}
.wordmark { font-size: clamp(1.15rem, 2vw, 1.65rem); white-space: nowrap; }
.site-header nav { display: flex; align-items: stretch; gap: clamp(22px, 3.5vw, 52px); height: 100%; }
.site-header nav a {
  display: flex;
  align-items: center;
  color: #aaa6a0;
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  position: relative;
  transition: color 180ms ease;
}
.site-header nav a:hover,
.site-header nav a.active { color: var(--soft-white); }
.site-header nav a.active::after {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 15px;
  background: var(--red);
}

.hero {
  min-height: min(680px, calc(100vh - 76px));
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: var(--soft-white);
  background: url("/media/images/archive/pic3.webp") 50% 48% / cover no-repeat;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,15,17,.9) 0%, rgba(10,20,24,.72) 36%, rgba(10,15,17,.18) 74%), linear-gradient(0deg, rgba(9,13,15,.45), transparent 45%);
}
.hero-content { width: min(980px, 90%); margin-left: clamp(28px, 4.2vw, 72px); position: relative; z-index: 1; padding: 70px 0; }
.eyebrow {
  margin: 0 0 20px;
  color: var(--red);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .23em;
  text-transform: uppercase;
}
.eyebrow span { margin: 0 .45em; }
.hero h1 { font-size: clamp(4.5rem, 8vw, 7.6rem); line-height: .86; margin: 0; white-space: nowrap; text-shadow: 0 2px 18px rgba(0,0,0,.18); }
.hero-lede { max-width: 580px; margin: 34px 0; font-size: clamp(1.25rem, 2vw, 1.72rem); line-height: 1.35; }
.button {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 17px 24px;
  background: var(--red);
  color: white;
  border-radius: 4px;
  font-weight: 700;
  transition: background 180ms ease, transform 180ms ease;
}
.button:hover { background: var(--red-dark); transform: translateY(-2px); }
.photo-caption { position: absolute; right: 24px; bottom: 18px; z-index: 1; margin: 0; color: rgba(255,255,255,.8); font-size: .72rem; letter-spacing: .06em; }

.stories { padding: clamp(70px, 8vw, 120px) clamp(24px, 4.2vw, 72px); background: var(--cream); }
.section-heading { max-width: 680px; }
.eyebrow.dark { color: var(--red); }
.section-heading h2,
.about h2,
.archive-hero h1 { font-size: clamp(3rem, 5.6vw, 5.8rem); line-height: .95; margin: 0 0 24px; }
.section-heading > p:last-child { color: var(--grey); font-size: 1.1rem; line-height: 1.6; }
.year-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 50px 0 38px; }
.year-card {
  min-height: 260px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background: var(--charcoal);
  color: var(--soft-white);
  border-top: 5px solid var(--red);
  transition: transform 190ms ease, box-shadow 190ms ease;
}
.year-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(23,23,23,.16); }
.year-number { font-size: clamp(3.3rem, 5vw, 5.6rem); line-height: 1; }
.year-detail { max-width: 240px; margin-top: 14px; color: #c9c2b7; line-height: 1.5; }
.year-count { display: flex; justify-content: space-between; margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); color: var(--red); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.text-link { display: inline-flex; gap: 18px; align-items: center; padding-bottom: 5px; border-bottom: 2px solid var(--red); font-weight: 700; }
.text-link:hover { color: var(--red); }

.media-highlights { padding: clamp(70px, 9vw, 130px) clamp(24px, 4.2vw, 72px); background: var(--black); color: var(--soft-white); }
.media-intro { max-width: 760px; margin-bottom: 48px; }
.media-intro h2 { margin: 0 0 24px; font-size: clamp(3rem, 5.6vw, 5.8rem); line-height: .95; }
.media-intro > p:last-child { max-width: 650px; color: #bdb6ac; font-size: 1.05rem; line-height: 1.7; }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.media-card { min-height: 390px; position: relative; overflow: hidden; background: var(--charcoal); border-bottom: 4px solid var(--red); }
.media-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform 350ms ease; }
.media-card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,10,10,.95), rgba(10,10,10,.05) 70%); }
.media-card-copy { padding: 28px; position: absolute; inset: auto 0 0; display: flex; flex-direction: column; }
.media-card-copy b { font-size: 1.35rem; }
.media-card-copy small { margin-top: 6px; color: #c8c1b6; font-size: .88rem; }
.media-card-copy em { margin-top: 18px; color: var(--red); font-size: .7rem; font-style: normal; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.media-card:hover img { transform: scale(1.04); }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 120px); background: var(--charcoal); color: var(--soft-white); }
.about h2 { margin: 0; }
.about-copy { max-width: 620px; color: #cec7bc; font-size: 1.05rem; line-height: 1.75; }
.about-copy p { margin: 0 0 24px; }
.text-link.light { color: var(--soft-white); margin-top: 12px; }

footer { min-height: 100px; padding: 30px clamp(24px, 4.2vw, 72px); display: flex; justify-content: space-between; align-items: center; gap: 20px; background: var(--black); color: #918d86; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
footer a:hover { color: var(--soft-white); }

.archive-page { background: var(--cream); }
.archive-hero { padding: clamp(70px, 8vw, 120px) clamp(24px, 6vw, 96px); display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; background: var(--charcoal); color: var(--soft-white); border-bottom: 6px solid var(--red); }
.archive-hero h1 { margin: 0; font-size: clamp(4.7rem, 10vw, 10rem); }
.archive-hero > div > p:not(.eyebrow) { max-width: 480px; margin: 0 0 20px; color: #c6bfb4; font-size: 1.25rem; line-height: 1.6; }
.archive-key { display: flex; flex-direction: column; gap: 10px; color: #9f9a92; font-size: .75rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.archive-key span { display: flex; align-items: center; gap: 10px; }
.key-dot { width: 9px; height: 9px; display: inline-block; border-radius: 50%; background: #817d77; }
.key-dot.report { background: var(--red); }
.year-jump { position: sticky; top: 0; z-index: 5; padding: 17px clamp(24px, 6vw, 96px); display: flex; gap: 24px; overflow-x: auto; background: rgba(243,235,221,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.year-jump a { color: var(--grey); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.year-jump a:hover { color: var(--red); }
.archive-list { padding: 20px clamp(24px, 6vw, 96px) 100px; }
.archive-year { scroll-margin-top: 60px; display: grid; grid-template-columns: minmax(150px, .32fr) 1fr; gap: 50px; padding: 70px 0; border-bottom: 1px solid var(--line); }
.year-heading h2 { margin: 0; font-size: clamp(4rem, 8vw, 8rem); line-height: .85; }
.year-heading p { margin: 18px 0 0; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.story-links { border-top: 2px solid var(--charcoal); }
.story-links a,
.story-row { min-height: 73px; padding: 17px 8px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--line); font-size: 1.05rem; font-weight: 650; transition: padding 180ms ease, color 180ms ease; }
.story-links a:hover { padding-left: 16px; color: var(--red); }
.story-meta { min-width: 90px; display: flex; justify-content: space-between; color: var(--grey); font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.story-meta b { color: var(--red); font-size: .9rem; }
.story-meta.report { color: var(--red-dark); }
.pending-row { color: #8b867f; cursor: default; }

.report-page { background: var(--cream); }
.report-hero { min-height: 570px; padding: clamp(62px, 8vw, 120px) clamp(24px, 7vw, 110px); position: relative; overflow: hidden; background: var(--charcoal); color: var(--soft-white); border-bottom: 6px solid var(--red); }
.report-hero::after { content: "REPORT"; position: absolute; right: -25px; bottom: -45px; color: rgba(255,255,255,.035); font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(8rem, 22vw, 22rem); font-style: italic; line-height: .8; pointer-events: none; }
.back-link { display: inline-block; margin-bottom: 65px; color: #aaa49b; font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.back-link:hover { color: var(--red); }
.report-hero h1 { max-width: 950px; margin: 0; font-size: clamp(4rem, 9vw, 9.5rem); line-height: .86; position: relative; z-index: 1; }
.report-year { margin: 8px 0 26px; color: var(--red); font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(2.4rem, 5vw, 4.8rem); font-style: italic; }
.report-summary { max-width: 650px; color: #c9c1b6; font-size: 1.15rem; line-height: 1.65; }
.report-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; position: relative; z-index: 1; }
.report-actions .text-link { color: var(--soft-white); }
.pdf-section { padding: clamp(65px, 8vw, 110px) clamp(24px, 7vw, 110px); }
.pdf-heading { margin-bottom: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: end; }
.pdf-heading h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.5rem); line-height: .95; }
.pdf-heading > p { max-width: 540px; margin: 0 0 8px; color: var(--grey); line-height: 1.7; }
.pdf-frame { width: 100%; height: min(78vh, 950px); min-height: 640px; display: block; border: 1px solid var(--line); background: white; box-shadow: 0 22px 55px rgba(23,23,23,.13); }
.not-found { min-height: 100vh; display: flex; flex-direction: column; background: var(--charcoal); color: var(--soft-white); }
.not-found > section { width: min(900px, 90%); margin: auto; padding: 80px 0; }
.not-found h1 { margin: 0 0 24px; font-size: clamp(4rem, 10vw, 9rem); line-height: .9; }
.not-found section > p:not(.eyebrow) { margin: 0 0 34px; color: #c9c1b6; font-size: 1.15rem; }

@media (max-width: 800px) {
  .site-header { height: auto; min-height: 72px; padding-top: 15px; padding-bottom: 15px; align-items: flex-start; flex-direction: column; gap: 13px; }
  .site-header nav { height: auto; width: 100%; gap: 24px; overflow-x: auto; }
  .site-header nav a { min-height: 30px; font-size: .72rem; white-space: nowrap; }
  .site-header nav a.active::after { bottom: -6px; }
  .hero { min-height: 620px; align-items: flex-end; background-position: 58% 50%; }
  .hero-shade { background: linear-gradient(0deg, rgba(9,13,15,.93) 0%, rgba(9,13,15,.55) 64%, rgba(9,13,15,.12) 100%); }
  .hero h1 { font-size: clamp(4rem, 17vw, 6.4rem); }
  .hero h1 { white-space: normal; }
  .hero-content { padding: 110px 0 65px; }
  .photo-caption { display: none; }
  .year-grid { grid-template-columns: 1fr; }
  .media-grid { grid-template-columns: 1fr; }
  .media-card { min-height: 330px; }
  .year-card { min-height: 220px; }
  .about, .archive-hero { grid-template-columns: 1fr; gap: 35px; }
  .pdf-heading { grid-template-columns: 1fr; gap: 20px; }
  .report-actions { align-items: flex-start; flex-direction: column; }
  .pdf-frame { min-height: 500px; }
  .archive-year { grid-template-columns: 1fr; gap: 30px; }
  .year-heading { display: flex; align-items: baseline; justify-content: space-between; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
