/* ==========================================================================
   Rostrum Club 18 — design system
   Editorial "printed program" aesthetic: club navy on warm cream,
   Fraunces display serif + Inter, brass accents, hairline rules.
   ========================================================================== */

:root {
  --navy: #010080;            /* brand navy, from the club logo */
  --navy-deep: #0d0d55;       /* panels, CTA band */
  --navy-night: #090936;      /* footer */
  --navy-ink: #14144d;        /* headings */
  --ink: #292b3d;             /* body text */
  --muted: #63657a;
  --paper: #f7f4ec;           /* page background */
  --paper-deep: #efe9da;      /* alternate sections */
  --card: #fffef9;
  --brass: #a07c33;           /* accent */
  --brass-bright: #c8a256;
  --brass-wash: #f3e8d2;
  --line: #dfd8c4;
  --line-strong: #cfc6ab;
  --on-navy: #f3efe2;
  --on-navy-muted: #b9b7d6;

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --shell: 1120px;
  --radius: 16px;
  --shadow: 0 1px 2px rgba(13, 13, 85, 0.05), 0 18px 44px -22px rgba(13, 13, 85, 0.28);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.0rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.shell { max-width: var(--shell); margin: 0 auto; padding: 0 28px; }
.shell.narrow { max-width: 800px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

.skip-link {
  position: absolute; left: -999px; top: 8px; z-index: 100;
  background: var(--navy); color: var(--on-navy);
  padding: 10px 18px; border-radius: 999px; font-weight: 600; text-decoration: none;
}
.skip-link:focus { left: 8px; }

:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; border-radius: 4px; }

::selection { background: var(--navy); color: var(--on-navy); }

/* --------------------------------------------------------------------------
   Type
   -------------------------------------------------------------------------- */

h1, h2, h3, .display, .display-2 {
  font-family: var(--serif);
  font-weight: 550;
  color: var(--navy-ink);
  line-height: 1.12;
  margin: 0 0 0.5em;
  letter-spacing: -0.01em;
}

.display {
  font-size: clamp(2.7rem, 6.2vw, 4.3rem);
  font-weight: 480;
  line-height: 1.04;
}
.display-2 { font-size: clamp(2.2rem, 4.6vw, 3.2rem); font-weight: 500; line-height: 1.06; }
.display em, .display-2 em {
  font-style: italic;
  font-weight: 420;
  color: var(--brass);
}

h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); }
h3 { font-size: 1.16rem; font-weight: 600; }

.kicker {
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 14px;
}

.lede {
  font-size: 1.13rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 56ch;
  margin: 0 0 8px;
}

.prose { font-size: 1.04rem; max-width: 66ch; }
.prose strong { color: var(--navy-ink); }

.text-link {
  color: var(--navy); font-weight: 600; text-decoration: none;
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: 1px;
  transition: border-color 0.15s ease;
}
.text-link:hover { border-color: var(--brass); }
.text-link .icon-s { vertical-align: -3px; }

.plain-link { color: inherit; text-decoration: underline; text-decoration-color: var(--line-strong); text-underline-offset: 3px; }
.plain-link:hover { text-decoration-color: var(--brass); }

.icon { width: 26px; height: 26px; flex: none; }
.icon-s { width: 16px; height: 16px; vertical-align: -2.5px; }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 244, 236, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.header-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding-top: 14px; padding-bottom: 14px;
}

.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }

.monogram {
  display: block;
  width: 44px; height: 48px;
  background: var(--navy);
  border-radius: 11px;
  padding: 6px;
  object-fit: contain;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.22);
  flex: none;
}

.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-kicker {
  font-size: 0.62rem; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--brass);
}
.brand-name {
  font-family: var(--serif); font-size: 1.32rem; font-weight: 600; color: var(--navy-ink);
}
.brand-name em { font-style: italic; font-weight: 450; }

.site-nav { display: flex; align-items: center; gap: 6px; }

.nav-link {
  font-size: 0.95rem; font-weight: 500; color: var(--ink);
  text-decoration: none; padding: 8px 14px; border-radius: 999px;
  transition: background 0.15s ease, color 0.15s ease;
}
.nav-link:hover { background: var(--paper-deep); color: var(--navy-ink); }
.nav-link.is-active { color: var(--navy); font-weight: 600; }
.nav-link.is-active:not(.nav-cta) { box-shadow: inset 0 -2px 0 var(--brass); border-radius: 0; padding-bottom: 6px; }

.nav-cta {
  background: var(--navy); color: var(--on-navy) !important;
  margin-left: 10px; font-weight: 600;
}
.nav-cta:hover { background: var(--navy-deep); }

.nav-toggle {
  display: none;
  flex-direction: column; gap: 5px; justify-content: center; align-items: center;
  width: 44px; height: 44px;
  background: none; border: 1px solid var(--line-strong); border-radius: 10px;
  cursor: pointer;
}
.nav-toggle-bar { width: 18px; height: 2px; background: var(--navy-ink); transition: transform 0.2s ease, opacity 0.2s ease; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:first-child { transform: translateY(3.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.hero { padding: 76px 0 72px; position: relative; overflow: hidden; }
.hero::before {
  /* faint oversized monogram, like a watermark on a printed program */
  content: "R";
  position: absolute; right: -60px; top: -110px;
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: 560px; line-height: 1;
  color: var(--navy);
  opacity: 0.045;
  pointer-events: none;
  user-select: none;
}

.hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 56px; align-items: center; position: relative;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* Next-meeting panel — the navy centrepiece */

.next-panel {
  background: linear-gradient(160deg, #16166b 0%, var(--navy-deep) 55%, #0a0a40 100%);
  color: var(--on-navy);
  border-radius: var(--radius);
  padding: 32px 34px 26px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.next-panel::after {
  content: "";
  position: absolute; inset: 10px;
  border: 1px solid rgba(243, 239, 226, 0.16);
  border-radius: calc(var(--radius) - 7px);
  pointer-events: none;
}

.panel-kicker {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--brass-bright); margin: 0 0 10px;
}
.panel-theme {
  font-family: var(--serif); font-size: 1.9rem; font-weight: 550; line-height: 1.1;
  color: #fdfaf1; margin: 0 0 16px;
}
.panel-date, .panel-venue, .panel-chair {
  margin: 5px 0; font-size: 0.97rem; color: var(--on-navy);
  display: flex; align-items: center; gap: 9px;
}
.panel-date .icon-s, .panel-venue .icon-s, .panel-chair .icon-s { color: var(--brass-bright); }

.panel-speeches {
  list-style: none; margin: 18px 0 4px; padding: 14px 0 2px;
  border-top: 1px solid rgba(243, 239, 226, 0.18);
}
.panel-speeches li {
  display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
  padding: 4.5px 0; font-size: 0.93rem;
}
.panel-speeches em { font-family: var(--serif); font-style: italic; font-size: 1.02rem; color: #fdfaf1; }
.panel-speeches span { color: var(--on-navy-muted); font-size: 0.82rem; white-space: nowrap; }

.countdown {
  display: inline-block;
  margin: 14px 0 2px;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--navy-night);
  background: var(--brass-bright);
  padding: 5px 13px; border-radius: 999px;
}

.panel-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; position: relative; z-index: 1; }

.panel-no {
  margin: 18px 0 0; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--on-navy-muted);
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-size: 0.95rem; font-weight: 600;
  padding: 11px 22px; border-radius: 999px;
  text-decoration: none; border: 1px solid transparent;
  transition: transform 0.12s ease, background 0.15s ease, border-color 0.15s ease;
  cursor: pointer;
}
.btn:active { transform: translateY(1px); }

.btn-primary { background: var(--navy); color: var(--on-navy); }
.btn-primary:hover { background: var(--navy-deep); }

.btn-ghost { border-color: var(--line-strong); color: var(--navy-ink); background: transparent; }
.btn-ghost:hover { border-color: var(--brass); background: rgba(200, 162, 86, 0.08); }

.next-panel .btn-ghost { border-color: rgba(243, 239, 226, 0.35); color: var(--on-navy); }
.next-panel .btn-ghost:hover { border-color: var(--brass-bright); background: rgba(243, 239, 226, 0.08); }
.next-panel .btn-primary { background: var(--on-navy); color: var(--navy-deep); }
.next-panel .btn-primary:hover { background: #fff; }

.btn-light { background: var(--on-navy); color: var(--navy-deep); }
.btn-light:hover { background: #fff; }

/* --------------------------------------------------------------------------
   Stats band
   -------------------------------------------------------------------------- */

.stats-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-deep);
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding-top: 26px; padding-bottom: 26px; gap: 20px;
}
.stat { text-align: center; }
.stat + .stat { border-left: 1px solid var(--line-strong); }
.stat-n {
  display: block; font-family: var(--serif); font-size: 2.1rem; font-weight: 550;
  color: var(--navy); line-height: 1.1;
}
.stat-l {
  font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); font-weight: 500;
}

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */

.section { padding: 78px 0; }
.section-alt { background: var(--paper-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.section-head { margin-bottom: 40px; max-width: 640px; }
.section-head h2 { margin-bottom: 8px; }
.section-sub { color: var(--muted); margin: 0; font-size: 1.03rem; }
.section-foot { margin-top: 36px; }

.page-head { padding: 68px 0 26px; position: relative; overflow: hidden; }
.page-head::after {
  content: "";
  display: block;
  margin-top: 44px;
  border-top: 1px solid var(--line-strong);
  box-shadow: 0 3px 0 -2px var(--line);
}
.page-head .shell { position: relative; }

/* Feature tiles */

.tile-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.tile {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 26px 22px;
  box-shadow: 0 1px 2px rgba(13,13,85,0.04);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.tile:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.tile .icon { color: var(--brass); margin-bottom: 14px; }
.tile h3 { margin-bottom: 8px; }
.tile p { margin: 0; color: var(--muted); font-size: 0.96rem; }

/* Steps (numbered) */

.steps { list-style: none; margin: 0; padding: 0; max-width: 720px; }
.step {
  display: flex; gap: 22px; align-items: flex-start;
  padding: 22px 4px;
}
.step + .step { border-top: 1px solid var(--line); }
.step-n {
  font-family: var(--serif); font-style: italic; font-weight: 450;
  font-size: 1.7rem; color: var(--brass); line-height: 1;
  min-width: 34px; text-align: center; padding-top: 3px;
}
.step h3 { margin-bottom: 4px; }
.step p { margin: 0; color: var(--muted); }

/* Ordered prose list (about page) */

.order-list { list-style: none; counter-reset: order; margin: 0; padding: 0; }
.order-list li {
  counter-increment: order;
  position: relative;
  padding: 16px 0 16px 58px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.order-list li strong { color: var(--navy-ink); }
.order-list li::before {
  content: counter(order, decimal-leading-zero);
  position: absolute; left: 4px; top: 18px;
  font-family: var(--serif); font-style: italic;
  color: var(--brass); font-size: 1.15rem;
}

/* --------------------------------------------------------------------------
   Meeting cards (program)
   -------------------------------------------------------------------------- */

.meeting-cards { display: grid; gap: 22px; }

.meeting-card {
  display: grid; grid-template-columns: 150px 1fr;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(13,13,85,0.04);
}

.meeting-when {
  background: linear-gradient(170deg, #16166b, var(--navy-deep));
  color: var(--on-navy);
  padding: 26px 18px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 2px;
}
.when-day { font-family: var(--serif); font-size: 3.1rem; font-weight: 500; line-height: 1; color: #fdfaf1; }
.when-month { font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass-bright); font-weight: 600; }
.when-weekday { font-size: 0.78rem; color: var(--on-navy-muted); margin-top: 8px; }

.meeting-body { padding: 24px 28px 22px; }

.meeting-head { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 6px; }
.meeting-no {
  margin: 0; font-family: var(--serif); font-size: 1.25rem; font-weight: 600; color: var(--navy-ink);
}

.badge {
  display: inline-block;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--navy); border: 1px solid var(--line-strong);
  padding: 3.5px 11px; border-radius: 999px; background: transparent;
}
.badge-special { background: var(--brass-wash); border-color: #e2cf9f; color: #7c5c1d; }
.badge-s { font-size: 0.66rem; padding: 2.5px 9px; }

.meeting-venue { margin: 2px 0 14px; color: var(--muted); font-size: 0.92rem; display: flex; align-items: center; gap: 7px; }
.meeting-venue .icon-s { color: var(--brass); }

.format-note {
  background: var(--paper-deep);
  border-left: 3px solid var(--brass-bright);
  border-radius: 0 10px 10px 0;
  padding: 13px 18px;
  font-size: 0.94rem; color: var(--ink);
  margin: 14px 0;
}
.program-note { margin-top: 26px; color: var(--muted); }

.speech-list { list-style: none; margin: 10px 0 4px; padding: 0; }
.speech {
  display: flex; justify-content: space-between; align-items: baseline; gap: 20px;
  padding: 11px 2px;
}
.speech + .speech { border-top: 1px dashed var(--line); }
.speech-topic {
  font-family: var(--serif); font-style: italic; font-size: 1.13rem; color: var(--navy-ink);
}
.tbc { color: var(--muted); font-style: italic; }
.speech-meta { display: flex; align-items: baseline; gap: 16px; flex: none; text-align: right; }
.speech-name { font-size: 0.86rem; font-weight: 600; color: var(--ink); }
.speech-time { font-size: 0.8rem; color: var(--brass); font-weight: 600; white-space: nowrap; }

.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4.5px 13px 4.5px 10px;
  font-size: 0.83rem; font-weight: 500; color: var(--navy-ink);
}
.chip-role {
  font-size: 0.64rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--brass);
}
.chip-chair { background: var(--navy); border-color: var(--navy); color: var(--on-navy); }
.chip-chair .chip-role { color: var(--brass-bright); }

.card-actions { margin-top: 18px; }

/* Archive */

.archive-list { list-style: none; margin: 0; padding: 0; }
.archive-row {
  display: grid; grid-template-columns: 150px 1fr; gap: 24px;
  padding: 18px 2px;
}
.archive-row + .archive-row { border-top: 1px solid var(--line); }
.archive-date { display: flex; flex-direction: column; gap: 1px; color: var(--muted); font-size: 0.88rem; }
.archive-no { font-family: var(--serif); font-weight: 600; font-size: 1.05rem; color: var(--navy); }
.archive-head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.archive-chair { font-size: 0.88rem; color: var(--muted); }
.archive-topics {
  margin: 7px 0 0; font-family: var(--serif); font-style: italic;
  font-size: 1.02rem; color: var(--ink); line-height: 1.55;
}

/* --------------------------------------------------------------------------
   People
   -------------------------------------------------------------------------- */

.person-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px;
}
.person-grid-committee { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }

.person {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px; text-align: center;
}
.person-committee {
  display: flex; align-items: center; gap: 15px; text-align: left; padding: 18px 20px;
}
.avatar {
  display: inline-grid; place-items: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--navy); color: var(--on-navy);
  font-family: var(--serif); font-size: 1.15rem; font-weight: 550;
  flex: none;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
}
.avatar-plain { background: var(--paper-deep); color: var(--navy); box-shadow: inset 0 0 0 1px var(--line-strong); margin-bottom: 10px; }
.person-name { margin: 0; font-weight: 600; color: var(--navy-ink); font-size: 0.98rem; }
.person-role { margin: 2px 0 0; font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--brass); font-weight: 600; }

/* --------------------------------------------------------------------------
   Visit
   -------------------------------------------------------------------------- */

.visit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.visit-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px;
}
.visit-card .icon { color: var(--brass); margin-bottom: 12px; }
.visit-card h3 { margin-bottom: 8px; }
.visit-card p { color: var(--muted); font-size: 0.96rem; margin: 0 0 10px; }
.visit-next { color: var(--ink); }
.visit-card .btn { margin-top: 6px; }

.faq {
  border-top: 1px solid var(--line);
  padding: 4px 2px;
}
.faq:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  font-family: var(--serif); font-size: 1.12rem; font-weight: 550; color: var(--navy-ink);
  padding: 16px 2px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-family: var(--serif); font-size: 1.5rem; font-weight: 400; color: var(--brass);
  transition: transform 0.18s ease;
  line-height: 1;
}
.faq[open] summary::after { transform: rotate(45deg); }
.faq p { margin: 0 0 18px; color: var(--muted); max-width: 62ch; }

.section-contact { padding-top: 40px; }
.contact-inner { text-align: center; }
.contact-inner .prose { margin-left: auto; margin-right: auto; }
.btn-contact { margin-top: 8px; }
.contact-name { color: var(--muted); font-size: 0.88rem; margin-top: 14px; }

/* --------------------------------------------------------------------------
   Photo band
   -------------------------------------------------------------------------- */

.photo-band { padding: 0 0 78px; }
.section-alt + .photo-band, .photo-band:first-child { padding-top: 78px; }

.photo-figure {
  position: relative;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.photo-figure img {
  display: block;
  width: 100%;
  height: clamp(300px, 42vw, 450px);
  object-fit: cover;
}
.photo-figure figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 56px 26px 16px;
  background: linear-gradient(to top, rgba(9, 9, 54, 0.82), rgba(9, 9, 54, 0));
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  flex-wrap: wrap;
}
.photo-caption {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.08rem;
  color: #fdfaf1;
  text-shadow: 0 1px 8px rgba(9, 9, 54, 0.5);
}
.photo-credit {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--on-navy-muted);
  white-space: nowrap;
}
.photo-credit a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.photo-credit a:hover { color: var(--on-navy); }

/* --------------------------------------------------------------------------
   CTA band + footer
   -------------------------------------------------------------------------- */

.cta-band {
  background: linear-gradient(155deg, #16166b 0%, var(--navy-deep) 60%, #0a0a40 100%);
  color: var(--on-navy);
  padding: 58px 0;
}
.cta-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap;
}
.cta-heading { color: #fdfaf1; margin-bottom: 6px; font-size: clamp(1.5rem, 3vw, 2rem); }
.cta-sub { color: var(--on-navy-muted); margin: 0; max-width: 52ch; }

.site-footer {
  background: var(--navy-night);
  color: var(--on-navy-muted);
  padding: 52px 0 44px;
  font-size: 0.92rem;
}
.footer-grid {
  display: grid; grid-template-columns: 1.3fr 0.8fr 1fr; gap: 44px; align-items: start;
}
.footer-brand { display: flex; gap: 18px; align-items: flex-start; }
.logo-tile {
  background: #fff; border-radius: 12px; padding: 9px 11px; display: inline-block; flex: none;
}
.footer-name { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; color: #fdfaf1; margin: 0 0 6px; }
.footer-line { margin: 0; line-height: 1.6; }

.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links a { color: var(--on-navy); text-decoration: none; }
.footer-links a:hover { color: var(--brass-bright); }

.footer-next { margin: 0 0 10px; color: var(--on-navy); }
.footer-next strong { color: var(--brass-bright); }
.footer-colophon { margin: 0; font-size: 0.8rem; opacity: 0.75; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 960px) {
  .hero { padding: 54px 0 58px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero::before { font-size: 420px; right: -90px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 26px; }
  .stat:nth-child(3) { border-left: none; }
  .visit-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 760px) {
  .nav-toggle { display: flex; }
  .site-nav {
    display: none;
    position: absolute; top: calc(100% + 1px); left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 12px 20px 18px;
    box-shadow: 0 20px 30px -20px rgba(13,13,85,0.3);
  }
  .site-nav.is-open { display: flex; }
  .nav-link { padding: 12px 14px; border-radius: 10px; }
  .nav-link.is-active:not(.nav-cta) { box-shadow: none; background: var(--paper-deep); }
  .nav-cta { margin-left: 0; margin-top: 8px; text-align: center; }

  .section { padding: 56px 0; }
  .page-head { padding-top: 44px; }
  .meeting-card { grid-template-columns: 1fr; }
  .meeting-when {
    flex-direction: row; justify-content: flex-start; gap: 14px; padding: 16px 22px;
  }
  .when-day { font-size: 2rem; }
  .when-weekday { margin-top: 0; margin-left: auto; }
  .speech { flex-direction: column; gap: 3px; }
  .speech-meta { text-align: left; }
  .archive-row { grid-template-columns: 1fr; gap: 8px; }
  .archive-date { flex-direction: row; gap: 10px; align-items: baseline; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
}

/* --------------------------------------------------------------------------
   Print
   -------------------------------------------------------------------------- */

@media print {
  .site-header, .cta-band, .site-footer, .hero-actions, .panel-actions,
  .card-actions, .nav-toggle { display: none !important; }
  body { background: #fff; color: #000; }
  .meeting-card, .tile, .visit-card { box-shadow: none; break-inside: avoid; }
}
