:root {
  --navy: #132b46;
  --navy-2: #0b1d30;
  --red: #a9202b;
  --red-dark: #7f1620;
  --gold: #c7a44c;
  --gold-light: #e5ca83;
  --paper: #f4efe4;
  --paper-deep: #e9dfcb;
  --ink: #17202a;
  --muted: #5e6670;
  --white: #fff;
  --line: rgba(19, 43, 70, .15);
  --shadow: 0 18px 45px rgba(8, 26, 44, .14);
  --max: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--ink); font-family: var(--sans); line-height: 1.7; background: #fff; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--gold-light); color: var(--navy-2); }

.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; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 10000; background: #fff; color: var(--navy); padding: .75rem 1rem; border-radius: 0 0 8px 8px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 0; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }

.reading-progress { position: fixed; inset: 0 0 auto 0; height: 3px; z-index: 9999; background: transparent; }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--gold); }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; background: rgba(10, 28, 47, .89); color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.header-inner { width: min(1240px, calc(100% - 32px)); min-height: 74px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand img { height: 47px; width: auto; }
.brand span { display: flex; flex-direction: column; line-height: 1.08; }
.brand strong { font-family: var(--serif); font-size: 1.03rem; letter-spacing: .03em; }
.brand small { margin-top: .23rem; color: var(--gold-light); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 1.4rem; }
.primary-nav a { position: relative; text-decoration: none; font-size: .82rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.88); }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 2px; background: var(--gold); transition: right .25s; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .primary-nav a.active::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 5px 0; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; color: #fff; isolation: isolate; }
.hero-media, .hero-overlay, .hero-grid { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.42) sepia(.12) contrast(1.06); transform: scale(1.03); }
.hero-grid { background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 44px 44px; mix-blend-mode: overlay; }
.hero-overlay { background: linear-gradient(90deg, rgba(8, 24, 41, .97) 0%, rgba(8, 24, 41, .85) 47%, rgba(8, 24, 41, .45) 73%, rgba(8, 24, 41, .72) 100%), linear-gradient(180deg, rgba(8,24,41,.18), rgba(8,24,41,.86)); }
.hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); padding: 145px 0 90px; }
.hero-copy { max-width: 790px; }
.eyebrow, .section-kicker { margin: 0 0 .9rem; font-size: .76rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; color: var(--red); }
.hero .eyebrow { color: var(--gold-light); }
h1, h2, h3 { font-family: var(--serif); line-height: 1.08; }
h1 { margin: 0; font-size: clamp(3.4rem, 8vw, 7.3rem); letter-spacing: -.045em; max-width: 9.5ch; text-wrap: balance; }
.hero-subtitle { max-width: 720px; margin: 1.6rem 0 1.7rem; color: rgba(255,255,255,.88); font-size: clamp(1.05rem, 2.2vw, 1.35rem); line-height: 1.65; }
.hero-badges { display: flex; flex-wrap: wrap; gap: .7rem; margin: 0 0 2rem; }
.hero-badges span { border: 1px solid rgba(229,202,131,.55); background: rgba(255,255,255,.08); padding: .45rem .75rem; border-radius: 999px; color: #f7ecd0; font-size: .76rem; font-weight: 800; letter-spacing: .04em; }
.hero-actions, .future-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: .78rem 1.15rem; border-radius: 4px; text-decoration: none; font-size: .8rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: #c02d39; }
.button-secondary { border: 1px solid rgba(255,255,255,.7); color: #fff; background: rgba(255,255,255,.04); }
.button-secondary:hover { background: #fff; color: var(--navy); }
.hero-seal { align-self: end; justify-self: end; width: min(100%, 340px); padding: 1.2rem; background: rgba(11,29,48,.74); border: 1px solid rgba(229,202,131,.38); box-shadow: 0 20px 50px rgba(0,0,0,.27); backdrop-filter: blur(8px); text-align: center; }
.hero-seal img { width: min(250px, 82%); margin: 0 auto 1.25rem; filter: drop-shadow(0 10px 18px rgba(0,0,0,.23)); }
.hero-seal p { margin: 0; font-family: var(--serif); font-size: 1rem; line-height: 1.55; font-style: italic; }
.hero-seal cite { display: block; margin-top: .6rem; color: var(--gold-light); font-size: .75rem; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 23px; width: 28px; height: 45px; border: 2px solid rgba(255,255,255,.58); border-radius: 18px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; left: 50%; top: 9px; width: 4px; height: 8px; border-radius: 4px; background: var(--gold-light); transform: translateX(-50%); animation: scrollCue 1.8s infinite; }
@keyframes scrollCue { 0% { opacity: 0; transform: translate(-50%,0); } 25% { opacity: 1; } 75% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,15px); } }

.legacy-strip { background: var(--navy); color: #fff; border-top: 4px solid var(--gold); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid article { padding: 1.55rem 1rem; text-align: center; border-right: 1px solid rgba(255,255,255,.12); }
.stats-grid article:last-child { border-right: 0; }
.stats-grid strong { display: block; color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1; }
.stats-grid span { display: block; margin-top: .45rem; color: rgba(255,255,255,.78); font-size: .74rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.section { position: relative; padding: clamp(4.8rem, 9vw, 8rem) 0; }
.section-paper { background-color: var(--paper); background-image: linear-gradient(rgba(255,255,255,.78), rgba(255,255,255,.78)), url("assets/paper-texture.jpg"); background-size: cover, 900px; }
.section-navy { background: var(--navy-2); color: #fff; }
.section-red { background: linear-gradient(135deg, var(--red-dark), var(--red)); color: #fff; }
.split-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2.5rem, 7vw, 6rem); }
.split-layout.reverse { grid-template-columns: .95fr 1.05fr; }
.section-copy h2, .section-heading h2, .feature-copy h2, .archive-copy h2, .future-copy h2 { margin: 0 0 1.25rem; color: var(--navy); font-size: clamp(2.35rem, 5vw, 4.6rem); letter-spacing: -.035em; text-wrap: balance; }
.section-navy h2, .section-red h2, .future-section h2 { color: #fff; }
.section-copy p, .section-heading p, .feature-copy p, .archive-copy p, .future-copy p { margin: 0 0 1.15rem; }
.lead { font-size: clamp(1.05rem, 2vw, 1.24rem); color: #344150; }
.section-navy .lead, .section-red .lead, .future-section .lead { color: rgba(255,255,255,.88); }
.light { color: var(--gold-light); }
.centered { text-align: center; max-width: 790px; margin: 0 auto 3rem; }
.centered p:last-child { color: var(--muted); }

.fact-callout { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1.25rem; margin-top: 2rem; padding: 1.25rem; background: #fff; border-left: 5px solid var(--red); box-shadow: 0 12px 30px rgba(19,43,70,.08); }
.fact-date { font-family: var(--serif); color: var(--red); font-size: 2rem; font-weight: 800; }
.fact-callout p { margin: 0; }
.archival-frame { position: relative; margin: 0; padding: 1rem; background: #fffdf7; border: 1px solid #d6c9ad; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.archival-frame::before, .archival-frame::after { content: ""; position: absolute; width: 70px; height: 20px; background: rgba(204,185,142,.5); top: -8px; }
.archival-frame::before { left: 14%; transform: rotate(-6deg); }
.archival-frame::after { right: 12%; transform: rotate(7deg); }
.archival-frame img { width: 100%; max-height: 700px; object-fit: cover; object-position: top; filter: sepia(.08); }
figcaption { margin-top: .75rem; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.image-button { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }

.traveling-school { background: #fff; }
.travel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.travel-card { padding: 1.6rem; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 30px rgba(12,31,51,.06); }
.icon-circle { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 1rem; border-radius: 50%; background: var(--navy); color: var(--gold-light); font-weight: 900; }
.travel-card h3 { margin: 0 0 .7rem; color: var(--navy); font-size: 1.35rem; }
.travel-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.host-churches { display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem; margin-top: 2rem; }
.host-churches span { padding: .45rem .8rem; border: 1px solid rgba(19,43,70,.18); background: var(--paper); color: var(--navy); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.photo-panel { margin: 0; padding: 10px; border: 1px solid rgba(229,202,131,.46); background: rgba(255,255,255,.06); }
.photo-panel img { width: 100%; min-height: 430px; object-fit: cover; filter: grayscale(.25) sepia(.15); }
.photo-panel figcaption { color: rgba(255,255,255,.68); padding: 0 .3rem .25rem; }
.milestone-list { margin: 1.4rem 0 0; padding: 0; list-style: none; }
.milestone-list li { position: relative; padding: .85rem 0 .85rem 1.7rem; border-top: 1px solid rgba(255,255,255,.13); }
.milestone-list li::before { content: ""; position: absolute; left: 0; top: 1.38rem; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(199,164,76,.15); }

.timeline-section { background: #f7f8fa; overflow: hidden; }
.timeline { position: relative; max-width: 1000px; margin: 0 auto; padding: 1rem 0; }
.timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: linear-gradient(var(--navy), var(--red), var(--gold)); transform: translateX(-50%); }
.timeline-item { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; margin: 0 0 2.3rem; }
.timeline-item::after { content: ""; position: absolute; top: 1.55rem; left: 50%; width: 15px; height: 15px; background: #fff; border: 4px solid var(--red); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 7px rgba(169,32,43,.10); }
.timeline-item:nth-child(odd) .timeline-date { grid-column: 1; text-align: right; }
.timeline-item:nth-child(odd) .timeline-card { grid-column: 2; }
.timeline-item:nth-child(even) .timeline-date { grid-column: 2; text-align: left; }
.timeline-item:nth-child(even) .timeline-card { grid-column: 1; grid-row: 1; text-align: right; }
.timeline-date { align-self: start; padding-top: .8rem; font-family: var(--serif); color: var(--red); font-size: 1.45rem; font-weight: 800; }
.timeline-card { padding: 1.25rem 1.4rem; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(19,43,70,.07); }
.timeline-card h3 { margin: 0 0 .45rem; color: var(--navy); font-size: 1.35rem; }
.timeline-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.timeline-card.accent { background: var(--navy); border-color: var(--navy); }
.timeline-card.accent h3 { color: var(--gold-light); }
.timeline-card.accent p { color: rgba(255,255,255,.82); }

.college-years { background: #fff; }
.feature-grid { display: grid; grid-template-columns: 1fr .78fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.feature-copy blockquote { margin: 2rem 0 0; padding: 1.4rem 1.6rem; border-left: 5px solid var(--gold); background: var(--paper); }
.feature-copy blockquote p { margin: 0; font-family: var(--serif); font-size: 1.25rem; font-style: italic; color: var(--navy); }
.name-panel { position: relative; padding: clamp(2.2rem, 6vw, 4rem); background: var(--navy); color: #fff; border: 10px solid #fff; outline: 1px solid var(--gold); box-shadow: var(--shadow); text-align: center; overflow: hidden; }
.name-panel::before { content: ""; position: absolute; inset: -35%; background: repeating-linear-gradient(45deg, transparent 0 18px, rgba(255,255,255,.025) 18px 20px); transform: rotate(8deg); }
.name-panel > * { position: relative; }
.name-panel .small-label { display: block; margin-bottom: 1.2rem; color: var(--gold-light); font-size: .72rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.name-panel strong { display: block; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 4.5rem); line-height: .94; letter-spacing: -.04em; }
.name-panel .year-rule { display: inline-block; margin-top: 1.6rem; padding: .5rem 1rem; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); color: var(--gold-light); font-weight: 900; letter-spacing: .18em; }

.present-photo { margin: 0; padding: .8rem; background: #fff; border: 1px solid #d4c8ae; box-shadow: var(--shadow); }
.present-photo img { width: 100%; min-height: 430px; object-fit: cover; }
.present-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.5rem; }
.present-card { padding: 1.5rem; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.2); }
.present-card h3 { margin: 0 0 .7rem; color: var(--gold-light); font-size: 1.3rem; }
.present-card p { margin: 0; color: rgba(255,255,255,.84); font-size: .92rem; }

.people-section { background: #fff; }
.people-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.person-card { position: relative; min-height: 320px; padding: 1.4rem; border: 1px solid var(--line); background: linear-gradient(180deg, #fff, #fbfaf6); overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.person-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(199,164,76,.55); }
.person-initials { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; margin-bottom: 1rem; background: var(--navy); color: var(--gold-light); font-family: var(--serif); font-size: 1.25rem; font-weight: 800; }
.person-card h3 { margin: 0; color: var(--navy); font-size: 1.22rem; }
.person-card span { display: block; margin: .35rem 0 .7rem; color: var(--red); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; line-height: 1.35; }
.person-card p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.58; }

.names-section { background: var(--paper); }
.name-history { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(19,43,70,.22); border-bottom: 1px solid rgba(19,43,70,.22); }
.name-history article { padding: 1.6rem; border-right: 1px solid rgba(19,43,70,.18); }
.name-history article:last-child { border-right: 0; }
.name-history span { color: var(--red); font-size: .69rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.name-history strong { display: block; margin: .5rem 0 .65rem; color: var(--navy); font-family: var(--serif); font-size: 1.35rem; line-height: 1.15; }
.name-history p { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.55; }

.future-section { position: relative; overflow: hidden; background: var(--navy-2); color: #fff; }
.future-bg { position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(circle at 80% 20%, rgba(199,164,76,.85), transparent 30%), linear-gradient(125deg, transparent 0 47%, rgba(255,255,255,.22) 47% 48%, transparent 48% 100%); }
.future-grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: clamp(2.5rem, 7vw, 6rem); }
.future-copy p { color: rgba(255,255,255,.82); }
.button-gold { background: var(--gold); color: var(--navy-2); }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { border: 1px solid rgba(255,255,255,.55); color: #fff; }
.button-ghost:hover { background: #fff; color: var(--navy); }
.future-seal { text-align: center; padding: 1.7rem; border: 1px solid rgba(229,202,131,.4); background: rgba(255,255,255,.045); }
.future-seal img { width: min(280px, 90%); margin: 0 auto 1.3rem; }
.future-seal strong, .future-seal span { display: block; }
.future-seal strong { color: var(--gold-light); font-family: var(--serif); font-size: 1.4rem; }
.future-seal span { color: rgba(255,255,255,.72); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.archive-section { background: #fff; }
.archive-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.archive-image { max-width: 430px; margin-inline: auto; padding: 10px; border: 1px solid #d3c5a6; background: #fffef8; box-shadow: var(--shadow); transform: rotate(-1.2deg); }
.archive-image img { max-height: 620px; width: 100%; object-fit: cover; object-position: top; }
.text-link { display: inline-flex; gap: .5rem; align-items: center; color: var(--red); font-weight: 900; text-decoration: none; border-bottom: 2px solid rgba(169,32,43,.22); }
.text-link:hover { border-color: var(--red); }

.sources-section { padding: 1.5rem 0 3.5rem; background: #fff; }
.sources-section details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sources-section summary { cursor: pointer; padding: 1rem 0; color: var(--navy); font-weight: 900; letter-spacing: .03em; }
.sources-content { max-width: 900px; padding: 0 0 1.3rem; color: var(--muted); font-size: .9rem; }
.sources-content p { margin: 0 0 .8rem; }

.site-footer { background: #071522; color: #fff; border-top: 4px solid var(--gold); }
.footer-grid { min-height: 210px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 2rem; }
.footer-brand { display: flex; align-items: center; gap: .9rem; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font-family: var(--serif); font-size: 1.25rem; }
.footer-brand span { color: var(--gold-light); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-contact { display: flex; flex-direction: column; font-size: .86rem; }
.footer-contact a { color: rgba(255,255,255,.75); text-decoration: none; }
.footer-contact a:hover { color: var(--gold-light); }
.footer-note { margin: 0; color: rgba(255,255,255,.68); font-size: .85rem; text-align: right; }

.lightbox { width: min(94vw, 1100px); max-height: 92vh; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(3,11,19,.92); backdrop-filter: blur(5px); }
.lightbox img { max-width: 100%; max-height: 88vh; margin: auto; object-fit: contain; box-shadow: 0 25px 70px rgba(0,0,0,.6); }
.lightbox-close { position: fixed; top: 18px; right: 24px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(0,0,0,.4); color: #fff; font-size: 2rem; line-height: 1; cursor: pointer; }

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
}

.js .reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .people-grid { grid-template-columns: repeat(3, 1fr); }
  .present-grid, .travel-grid { grid-template-columns: repeat(2, 1fr); }
  .name-history { grid-template-columns: repeat(2, 1fr); }
  .name-history article { border-bottom: 1px solid rgba(19,43,70,.18); }
  .name-history article:nth-child(2n) { border-right: 0; }
  .name-history article:last-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; top: 74px; right: 0; left: 0; display: grid; gap: 0; padding: .5rem 1rem 1rem; background: rgba(7,21,34,.98); border-bottom: 1px solid rgba(255,255,255,.1); transform: translateY(-140%); transition: transform .25s; }
  .primary-nav.open { transform: translateY(0); }
  .primary-nav a { padding: .9rem .4rem; border-bottom: 1px solid rgba(255,255,255,.08); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-content { grid-template-columns: 1fr; padding-top: 120px; }
  .hero-seal { justify-self: start; width: min(100%, 430px); display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 1rem; text-align: left; }
  .hero-seal img { margin: 0; width: 150px; }
  .hero-seal cite { grid-column: 2; }
  .split-layout, .split-layout.reverse, .feature-grid, .future-grid, .archive-grid { grid-template-columns: 1fr; }
  .split-layout.reverse .photo-panel { order: 2; }
  .feature-grid .name-panel { max-width: 620px; width: 100%; margin: auto; }
  .archive-image { max-width: 520px; }
  .footer-grid { grid-template-columns: 1fr 1fr; padding: 2.5rem 0; }
  .footer-note { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 700px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .brand small { display: none; }
  h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .hero { min-height: auto; }
  .hero-content { padding-bottom: 95px; }
  .hero-seal { display: block; text-align: center; }
  .hero-seal img { width: 180px; margin: auto auto 1rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid article:nth-child(2) { border-right: 0; }
  .stats-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .travel-grid, .present-grid, .people-grid, .name-history { grid-template-columns: 1fr; }
  .people-grid { gap: .8rem; }
  .person-card { min-height: 0; }
  .name-history article, .name-history article:nth-child(2n) { border-right: 0; }
  .name-history article:last-child { grid-column: auto; }
  .timeline::before { left: 10px; }
  .timeline-item { grid-template-columns: 1fr; gap: .35rem; padding-left: 34px; margin-bottom: 1.5rem; }
  .timeline-item::after { left: 10px; top: 1.25rem; }
  .timeline-item:nth-child(odd) .timeline-date, .timeline-item:nth-child(even) .timeline-date, .timeline-item:nth-child(odd) .timeline-card, .timeline-item:nth-child(even) .timeline-card { grid-column: 1; grid-row: auto; text-align: left; }
  .timeline-date { padding: 0; font-size: 1.2rem; }
  .fact-callout { grid-template-columns: 1fr; }
  .photo-panel img, .present-photo img { min-height: 300px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-note { grid-column: 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; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .scroll-cue, .reading-progress, .hero-actions, .future-actions, .menu-toggle, .lightbox { display: none !important; }
  .hero { min-height: 0; color: #000; }
  .hero-media, .hero-overlay { opacity: .12; }
  .hero-content { padding: 2rem 0; }
  .hero-seal { color: #000; background: #fff; }
  .section, .legacy-strip { break-inside: avoid; }
  .reveal { opacity: 1; transform: none; }
  body { font-size: 10pt; }
}
