:root {
  --ink: #151817;
  --coal: #202521;
  --forest: #263f35;
  --moss: #78906f;
  --clay: #a44a31;
  --gold: #d5aa56;
  --paper: #f5f0e6;
  --cream: #fffaf0;
  --line: rgba(32, 37, 33, .18);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow: 0 24px 60px rgba(20, 25, 22, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 1rem/1.72 var(--sans);
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--cream); padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(21, 24, 23, .94);
  color: white;
  backdrop-filter: blur(12px);
}
.nav-wrap {
  max-width: 1240px;
  min-height: 78px;
  margin: auto;
  padding: 0 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark {
  width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.45);
  display: grid; place-items: center; color: var(--gold); font: 700 1rem var(--serif);
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font: 700 1rem var(--serif); letter-spacing: .02em; }
.brand-copy small { margin-top: .25rem; color: #d5d9d6; font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.3rem; }
.site-nav a { color: #eef1ef; font-size: .86rem; font-weight: 650; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current='page'] { color: var(--gold); }
.visit-link { padding: .65rem .9rem; border: 1px solid rgba(255,255,255,.38); }
.nav-toggle { display: none; border: 1px solid #6b746e; color: white; background: transparent; padding: .55rem .7rem; font: 650 .84rem var(--sans); }

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  background: var(--coal);
  color: white;
}
.hero-copy { padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 6vw, 6rem); align-self: center; }
.eyebrow { margin: 0 0 1.1rem; color: var(--gold); font-size: .78rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.08; }
h1 { margin: 0; max-width: 760px; font-size: clamp(3.4rem, 7vw, 7rem); font-weight: 500; letter-spacing: -.045em; }
.hero-lede { max-width: 640px; margin: 2rem 0; color: #dce1de; font: 400 clamp(1.08rem, 1.8vw, 1.3rem)/1.65 var(--sans); }
.hero-location { max-width: 640px; margin: -1rem 0 2rem; color: #f0e7d6; font-size: .98rem; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .72rem 1.05rem; border: 1px solid var(--gold); background: var(--gold); color: #1b201c; font-weight: 800; text-decoration: none; }
.button.secondary { background: transparent; color: white; border-color: rgba(255,255,255,.42); }
.hero-image { position: relative; min-height: 510px; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(32,37,33,.96) 0%,
      rgba(32,37,33,.52) 8%,
      transparent 22%,
      transparent 78%,
      rgba(32,37,33,.46) 92%,
      rgba(32,37,33,.92) 100%),
    linear-gradient(0deg, rgba(32,37,33,.48), transparent 45%);
}
.image-credit { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; margin: 0; padding: .35rem .55rem; background: rgba(20,24,22,.72); color: white; font-size: .72rem; }

.fact-band { background: var(--clay); color: white; }
.fact-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { padding: 1.7rem 1.4rem; border-right: 1px solid rgba(255,255,255,.22); }
.fact:last-child { border-right: 0; }
.fact strong { display: block; font: 600 1.7rem var(--serif); }
.fact span { color: #f7ded6; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }

.section { padding: clamp(4.5rem, 8vw, 8rem) 1.4rem; }
.section-inner { max-width: 1160px; margin: auto; }
.section-head { max-width: 790px; margin-bottom: 2.8rem; }
.section h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 500; letter-spacing: -.035em; }
.section-intro { margin: 1.2rem 0 0; max-width: 760px; color: #4f5752; font-size: 1.12rem; }
.section.dark { background: var(--forest); color: white; }
.section.dark .section-intro, .section.dark .prose { color: #d9e2dc; }
.section.white { background: var(--cream); }

.story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.pullquote { margin: 0; padding-left: 1.4rem; border-left: 3px solid var(--gold); font: 500 clamp(1.7rem, 3vw, 2.6rem)/1.25 var(--serif); }
.prose { color: #333a36; }
.prose p:first-child { margin-top: 0; }
.prose a { color: var(--clay); font-weight: 700; text-underline-offset: .2em; }

.timeline-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.timeline-card { min-height: 260px; padding: 1.6rem; background: var(--forest); color: white; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.timeline-card:hover { background: #315445; transform: translateY(-3px); }
.timeline-card .year { color: var(--gold); font: 700 1.9rem var(--serif); }
.timeline-card h3 { margin: 1.1rem 0 .7rem; font-size: 1.55rem; }
.timeline-card p { margin: 0; color: #d6dfd9; font-size: .94rem; }
.timeline-card .read { display: block; margin-top: 1.4rem; color: var(--gold); font-weight: 750; }

.feature-link { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 460px; background: var(--ink); color: white; text-decoration: none; box-shadow: var(--shadow); }
.feature-link img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.35) contrast(1.03); }
.feature-copy { padding: clamp(2rem, 5vw, 5rem); align-self: center; }
.feature-copy h2 { font-size: clamp(2.8rem, 5vw, 5.4rem); }
.feature-copy p { color: #d6dbd8; font-size: 1.08rem; }
.feature-copy .read { color: var(--gold); font-weight: 800; }

.page-hero { padding: clamp(5rem, 9vw, 9rem) 1.4rem clamp(4rem, 7vw, 7rem); background: var(--coal); color: white; }
.page-hero-inner { max-width: 1160px; margin: auto; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: 3rem; align-items: end; }
.page-hero h1 { font-size: clamp(3.5rem, 7vw, 7rem); }
.page-hero .dek { margin: 1.6rem 0 0; max-width: 760px; color: #d7ded9; font-size: 1.2rem; }
.page-date { justify-self: end; color: var(--gold); font: 600 clamp(3rem, 7vw, 6.5rem)/1 var(--serif); }
.crumbs { margin-bottom: 2rem; color: #cbd1cd; font-size: .85rem; }
.crumbs a { color: var(--gold); }

.article { padding: clamp(4rem, 7vw, 7rem) 1.4rem; }
.article-grid { max-width: 1120px; margin: auto; display: grid; grid-template-columns: 260px minmax(0, 720px); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.article-nav { position: sticky; top: 110px; border-top: 3px solid var(--clay); padding-top: 1rem; }
.article-nav strong { display: block; margin-bottom: .6rem; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.article-nav a { display: block; padding: .38rem 0; color: #4d5650; text-decoration: none; font-size: .9rem; }
.article-body { font: 400 1.08rem/1.82 var(--sans); }
.article-body h2 { margin: 3.4rem 0 1rem; font-size: clamp(2rem, 3vw, 3rem); font-weight: 500; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { margin: 2.2rem 0 .7rem; font-size: 1.45rem; }
.article-body p { margin: 0 0 1.3rem; }
.article-body blockquote { margin: 2.2rem 0; padding: 1.5rem 1.7rem; border-left: 4px solid var(--gold); background: white; font: 500 1.45rem/1.45 var(--serif); }
.article-body .note { padding: 1.3rem; border: 1px solid var(--line); background: #eee7da; font-size: .95rem; }
.article-image { margin: 2.2rem 0; }
.article-image img { width: 100%; max-height: 620px; object-fit: cover; }
.article-image figcaption { margin-top: .6rem; color: #5f6862; font-size: .78rem; }
.career-list { list-style: none; padding: 0; margin: 2rem 0; border-top: 1px solid var(--line); }
.career-list li { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.career-list strong { color: var(--clay); font-family: var(--serif); font-size: 1.2rem; }
.source-list { padding-left: 1.3rem; }
.source-list li { margin-bottom: .8rem; }
.source-list a { color: var(--clay); font-weight: 700; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.info-card { padding: 1.5rem; background: white; border: 1px solid var(--line); }
.info-card h3 { margin: .2rem 0 .8rem; font-size: 1.45rem; }
.info-card p { margin: 0; color: #4b544e; }

.events-section { background: #e7dfd1; }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.event-card { min-height: 250px; padding: 1.7rem; display: flex; flex-direction: column; background: white; border-top: 5px solid var(--clay); color: var(--ink); text-decoration: none; box-shadow: 0 14px 30px rgba(37,43,39,.08); transition: transform .2s ease, box-shadow .2s ease; }
.event-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(37,43,39,.14); }
.event-date { color: var(--clay); font-weight: 800; letter-spacing: .05em; text-transform: uppercase; font-size: .78rem; }
.event-card h3 { margin: 1.15rem 0 .35rem; font-size: 1.75rem; }
.event-card p { margin: 0; color: #56615a; }
.event-card .read { margin-top: auto; padding-top: 1.4rem; color: var(--clay); font-weight: 800; }
.events-more { margin: 2rem 0 0; }
.events-more a { color: var(--ink); font-weight: 800; }
.event-details { margin: 0 0 2rem; padding: 1.4rem; background: #eee7da; border-left: 4px solid var(--gold); }
.event-details p { margin: .25rem 0; }
.event-source { margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: .9rem; color: #58615b; }

.next-page { padding: 3rem 1.4rem; background: var(--clay); color: white; }
.next-page a { max-width: 1120px; margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 2rem; text-decoration: none; }
.next-page small { display: block; color: #f2d6cc; text-transform: uppercase; letter-spacing: .12em; }
.next-page strong { font: 500 clamp(1.8rem, 4vw, 3.2rem) var(--serif); }
.next-page span { font-size: 2rem; }

.site-footer { padding: 3.5rem 1.4rem; background: var(--ink); color: #d9dedb; }
.footer-grid { max-width: 1160px; margin: auto; display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2.5rem; }
.site-footer h2 { margin: 0 0 .8rem; color: white; font-size: 1.8rem; }
.site-footer h3 { margin: 0 0 .8rem; color: var(--gold); font-size: 1rem; }
.site-footer p { margin: .35rem 0; }
.site-footer a { color: white; }
.copyright { max-width: 1160px; margin: 2.5rem auto 0; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.15); color: #9fa8a2; font-size: .78rem; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 1rem 1.4rem 1.4rem; background: var(--ink); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { order: 2; }
  .hero-image { min-height: 420px; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.22); }
  .story-grid, .feature-link, .page-hero-inner, .article-grid { grid-template-columns: 1fr; }
  .timeline-grid, .card-grid, .event-grid { grid-template-columns: repeat(2, 1fr); }
  .article-nav { position: static; }
  .page-date { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .brand-copy strong { font-size: .92rem; }
  .brand-copy small { display: none; }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 4rem; padding-bottom: 4.5rem; }
  .hero-image { min-height: 330px; }
  .fact-grid, .timeline-grid, .card-grid, .event-grid, .footer-grid { grid-template-columns: 1fr; }
  .fact { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .timeline-card { min-height: 220px; }
  .career-list li { grid-template-columns: 75px 1fr; }
}

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

/* Original six-panel event artwork, shown without cropping the announcements. */
.event-poster { display:block; position:relative; overflow:hidden; flex-shrink:0; width:100%; margin-bottom:1.25rem; background:#f5f0e6; }
.event-poster img { position:absolute; display:block; max-width:none; height:auto; }
/* Compact event detail headers. */
.event-page .page-hero { padding: 3.25rem 1.4rem 3.75rem; }
.event-page .page-hero-inner { grid-template-columns: minmax(0,1fr) auto; gap: 2rem; align-items: center; }
.event-page .page-hero h1 { max-width: none; font-size: clamp(2.5rem,4.6vw,4.5rem); letter-spacing: -.03em; }
.event-page .page-hero .crumbs { margin: 0 0 1.5rem; font-size: .9rem; }
.event-page .page-hero .eyebrow { margin-bottom: .7rem; font-size: .8rem; }
.event-page .page-hero .dek { margin-top: 1rem; font-size: 1.05rem; max-width: 780px; }
.event-page .page-date { font-size: clamp(2rem,3vw,3rem); white-space: nowrap; border-left: 1px solid #657068; padding-left: 1.5rem; }
@media(max-width:650px) {
 .event-page .page-hero { padding: 1.75rem 1.2rem 2rem; }
 .event-page .page-hero-inner { grid-template-columns: 1fr; gap: 1.25rem; }
 .event-page .page-date { border-left: 0; padding-left: 0; justify-self: start; }
}
