@import url("styles.css");

.page-hero { padding: 62px 0 55px; background: var(--cream); border-bottom: 1px solid var(--line); }
.breadcrumbs { margin-bottom: 22px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--navy); }
.page-hero h1 { margin-bottom: 16px; font-size: clamp(40px, 5vw, 62px); }
.page-hero .lead { max-width: 760px; margin-bottom: 0; }
.page-layout { display: grid; grid-template-columns: 245px 1fr; gap: 55px; align-items: start; }
.side-nav { position: sticky; top: 20px; padding: 22px; border: 1px solid var(--line); background: #fff9de; }
.side-nav strong { display: block; margin-bottom: 12px; color: var(--navy); }
.side-nav a { display: block; padding: 9px 0; border-bottom: 1px solid var(--line); color: #475569; font-size: 13px; text-decoration: none; }
.side-nav a:last-child { border: 0; }
.content-title { margin-bottom: 30px; }
.content-title h2 { margin-bottom: 8px; }
.content-title p { max-width: 760px; color: var(--muted); }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.choice { min-height: 190px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-top: 5px solid var(--gold); background: white; text-decoration: none; }
.holding-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 50%; background: var(--navy); color: #ffe272; box-shadow: 0 0 0 4px rgba(36,89,173,.1); font-size: 25px; font-weight: 700; line-height: 1; }
.archive-holdings-page main .section { padding-bottom: 12px; }
.choice strong { margin-bottom: 8px; color: var(--navy); font-size: 20px; }
.choice small { color: var(--muted); font-size: 13px; }
.choice b { margin-top: auto; padding-top: 22px; color: var(--navy); font-size: 13px; }
.choice:hover { border-color: var(--navy); }
.wide-choice { grid-column: 1 / -1; }
.notice { margin-top: 30px; padding: 22px; border-left: 5px solid var(--gold); background: #fff4b8; color: #4d5968; }
.collection-list { border-top: 1px solid var(--line); }
.collection-row { display: grid; grid-template-columns: 1fr 2fr auto; gap: 24px; align-items: center; padding: 22px 5px; border-bottom: 1px solid var(--line); }
.collection-row strong { color: var(--navy); }
.collection-row span { color: var(--muted); font-size: 13px; }
.collection-row a { color: var(--navy); font-size: 13px; font-weight: 700; white-space: nowrap; }
.yearbooks-page .page-hero { background: #fff6c9; border-bottom: 5px solid var(--navy); }
.yearbook-collections { padding: 44px 0 22px; }
.yearbook-collections .content-title { max-width: 760px; margin-bottom: 28px; }
.yearbook-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.yearbook-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: white; box-shadow: 0 3px 10px rgba(21,63,130,.07); }
.yearbook-card-image { display: block; text-decoration: none; }
.yearbook-card figure { position: relative; margin: 0; overflow: hidden; border-bottom: 4px solid #f1c232; }
.yearbook-card img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; transition: transform .2s ease; }
.yearbook-card:nth-child(2) img { object-position: 70% center; }
.yearbook-card:nth-child(3) img { object-position: center 44%; }
.yearbook-card figcaption { position: absolute; inset: auto 0 0; padding: 9px 13px; background: rgba(21,63,130,.9); color: white; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.yearbook-card > div { display: flex; flex: 1; flex-direction: column; padding: 23px 24px 25px; }
.yearbook-card h2 { margin: 0 0 9px; font-size: 23px; }
.yearbook-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.yearbook-card-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 22px; }
.yearbook-card-links a { padding: 7px 9px; border: 1px solid var(--navy); color: var(--navy); font-size: 10px; font-weight: 800; line-height: 1; text-decoration: none; text-transform: uppercase; }
.yearbook-card-links a:hover { background: var(--navy); color: white; }
.yearbook-card:hover { border-color: var(--navy); }
.yearbook-card:hover img { transform: scale(1.025); }
.yearbook-policy { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(420px, .8fr); gap: 34px; align-items: center; margin-top: 25px; padding: 27px 29px; border: 1px solid #dfd39a; border-left: 6px solid #f1c232; background: #fff9df; }
.yearbook-policy h2 { margin: 3px 0 9px; font-size: 25px; }
.yearbook-policy > div:first-child > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.yearbook-policy-periods { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #dce5f1; background: white; }
.yearbook-policy-periods div { min-width: 0; padding: 17px 12px; text-align: center; }
.yearbook-policy-periods div + div { border-left: 1px solid #dce5f1; }
.yearbook-policy-periods strong { display: block; color: var(--navy); font-family: Georgia, serif; font-size: 27px; }
.yearbook-policy-periods span { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.yearbook-help { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 25px; padding: 23px 27px; background: var(--navy); color: white; }
.yearbook-help strong { font-size: 18px; }
.yearbook-help p { max-width: 750px; margin: 4px 0 0; color: #dbe4ed; font-size: 13px; line-height: 1.55; }
.yearbook-help-links { display: flex; flex: 0 0 auto; align-items: center; gap: 16px; }
.yearbook-help-links > a:not(.button) { color: white; font-size: 12px; font-weight: 800; }
.yearbook-collections .back-home { margin-top: 16px; }
.filter-bar { display: flex; gap: 10px; margin-bottom: 28px; }
.filter-bar input { flex: 1; min-height: 46px; padding: 10px 13px; border: 1px solid #aeb7c1; font: inherit; }
.filter-bar button { min-width: 105px; border: 0; background: var(--navy); color: white; font-weight: 700; }
.finding-aids-content { padding-top: 38px; padding-bottom: 18px; }
.finding-aids-content .content-title { max-width: 820px; }
.finding-aid-groups { margin-top: 10px; }
.finding-aid-group { margin: 0 0 34px; }
.finding-aid-group > h2 { margin: 0; padding: 13px 17px; border-left: 5px solid var(--gold); background: var(--navy); color: white; font-size: 19px; }
.finding-aid-group .collection-list { border: 1px solid var(--line); border-top: 0; }
.finding-aid-group .collection-row { padding-right: 17px; padding-left: 17px; }
.finding-aid-group .collection-row:last-child { border-bottom: 0; }
.finding-aid-no-results { margin: 0 0 30px; padding: 18px; background: #fff8d6; color: var(--navy); font-weight: 700; }
.finding-aids-content .notice a { color: var(--navy); font-weight: 800; }

/* Site map */
.site-map-hero { background: #fff6c9; border-bottom: 5px solid var(--navy); }
.site-map-content { padding-top: 26px; padding-bottom: 12px; }
.site-map-intro { max-width: 780px; margin-bottom: 18px; }
.site-map-intro h2 { margin: 2px 0 6px; color: var(--navy); font-size: 27px; }
.site-map-intro p:last-child { margin: 0; color: var(--muted); line-height: 1.65; }
.site-map-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; align-items: start; }
.site-map-group { overflow: hidden; border: 1px solid var(--line); border-top: 5px solid var(--gold); background: white; box-shadow: 0 3px 12px rgba(21,63,130,.07); }
.site-map-group h2 { margin: 0; padding: 11px 14px; background: var(--navy); color: white; font-size: 17px; }
.site-map-group ul { margin: 0; padding: 0; list-style: none; }
.site-map-group li { border-bottom: 1px solid #e4e9ef; }
.site-map-group li:last-child { border-bottom: 0; }
.site-map-group a { display: block; padding: 7px 13px; color: var(--navy); text-decoration: none; }
.site-map-group a:hover { background: #fff9df; }
.site-map-group strong { display: block; font-size: 12px; }
.site-map-group span { display: block; margin-top: 1px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.site-map-back { margin-top: 12px; }
@media (max-width: 900px) { .site-map-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 560px) { .site-map-grid { grid-template-columns: 1fr; gap: 9px; } .site-map-group a { padding: 8px 13px; } }
.back-home { display: inline-block; margin-top: 35px; color: var(--navy); font-weight: 700; }
.group-heading { margin: 38px 0 12px; padding-bottom: 9px; border-bottom: 3px solid var(--gold); color: var(--navy); font-size: 21px; }
.reference-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.reference-links a { display: flex; justify-content: space-between; gap: 15px; padding: 16px 18px; border: 1px solid var(--line); background: white; color: var(--navy); font-size: 14px; font-weight: 700; text-decoration: none; }
.reference-links a:hover { border-color: var(--navy); background: #fff9de; }
.reference-links span { color: #9b7200; }
.donation-content > p { max-width: 820px; color: var(--muted); line-height: 1.75; }
.donation-callout { display: grid; grid-template-columns: 64px 1fr; gap: 22px; align-items: start; margin: 0 0 38px; padding: 25px 28px; border-left: 6px solid var(--navy); background: #f3f7ff; }
.donation-callout > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #ffe272; font-size: 25px; }
.donation-callout strong { color: var(--navy); font-size: 20px; }
.donation-callout p { max-width: 740px; margin: 7px 0 16px; color: var(--muted); line-height: 1.65; }
.donation-callout .button { width: fit-content; }
.donation-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.donation-grid article { padding: 22px; border: 1px solid var(--line); border-top: 4px solid var(--gold); background: white; }
.donation-grid i { display: block; margin-bottom: 11px; color: var(--navy); font-size: 25px; }
.donation-grid strong { display: block; margin-bottom: 7px; color: var(--navy); font-size: 17px; }
.donation-grid p, .policy-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.policy-list { border-top: 1px solid var(--line); }
.policy-list > div { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 18px 4px; border-bottom: 1px solid var(--line); }
.policy-list strong { color: var(--navy); }
.hof-hero { padding: 42px 0; }
.hof-hero-grid { display: grid; grid-template-columns: 1fr 430px; gap: 55px; align-items: center; }
.hof-hero-grid img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; object-position: center 35%; border: 7px solid white; box-shadow: 0 8px 24px rgba(21,63,130,.14); }
.hof-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 32px; }
.hof-actions a { display: flex; gap: 14px; align-items: center; padding: 18px; border: 1px solid #bfd0ec; background: #f3f7ff; color: var(--navy); text-decoration: none; }
.hof-actions i { color: #b07b00; font-size: 25px; }
.hof-actions span, .hof-actions strong, .hof-actions small { display: block; }
.hof-actions small { margin-top: 3px; color: var(--muted); }
.hof-class { margin-bottom: 24px; border: 1px solid var(--line); background: white; scroll-margin-top: 20px; }
.hof-class > header { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 24px; border-top: 5px solid var(--gold); background: #fff9de; }
.hof-class header p { margin: 0 0 2px; color: var(--muted); font-size: 12px; }
.hof-class h3 { margin: 0; color: var(--navy); font-size: 25px; }
.hof-resource-links { display: flex; gap: 9px; flex-wrap: wrap; justify-content: flex-end; }
.hof-resource-links a { padding: 8px 11px; border: 1px solid #bfd0ec; background: white; color: var(--navy); font-size: 12px; font-weight: 700; text-decoration: none; }
.inductee-list { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 34px; row-gap: 0; margin: 0; padding: 14px 26px 20px 43px; }
.inductee-list li { padding: 9px 4px; border-bottom: 1px solid #edf0f3; color: #344256; font-size: 14px; }
.inductee-list span { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }
.history-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.history-card { display: grid; grid-template-columns: 52px 1fr; gap: 18px; min-height: 210px; padding: 24px; border: 1px solid var(--line); border-top: 5px solid var(--gold); background: white; text-decoration: none; }
.history-card > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #ffe272; font-size: 22px; }
.history-card small, .history-card strong, .history-card b { display: block; }
.history-card small { margin-bottom: 4px; color: #8a6800; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.history-card strong { color: var(--navy); font-size: 20px; }
.history-card p { margin: 8px 0 17px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.history-card b { color: var(--navy); font-size: 13px; }
.history-card:hover { border-color: var(--navy); background: #fffdf2; }
.wide-history { grid-column: 1 / -1; }
.school-history-page .page-hero { background: #fff6c9; border-bottom: 5px solid var(--navy); }
.school-history-content { padding: 38px 0 20px; }
.history-intro { max-width: 800px; margin-bottom: 28px; }
.history-era-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.photo-history-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-top: 5px solid var(--gold); background: white; box-shadow: 0 3px 10px rgba(21,63,130,.07); text-decoration: none; }
.photo-history-card figure, .history-feature-card figure { position: relative; margin: 0; overflow: hidden; background: var(--navy-dark); }
.photo-history-card figure { aspect-ratio: 4 / 3; }
.photo-history-card img, .history-feature-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .2s ease; }
.photo-history-card:nth-child(2) img { object-position: center 28%; transform: rotate(-1.35deg) scale(1.09); }
.photo-history-card figcaption, .history-feature-card figcaption { position: absolute; inset: auto 0 0; padding: 8px 12px; background: rgba(15,50,103,.88); color: white; font-size: 10px; font-weight: 700; }
.photo-history-card > div { display: flex; flex: 1; flex-direction: column; padding: 21px 22px 23px; }
.photo-history-card small { color: #8a6800; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.photo-history-card h3 { margin: 5px 0 8px; color: var(--navy); font-size: 21px; }
.photo-history-card p { margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.photo-history-card b { margin-top: auto; color: var(--navy); font-size: 12px; }
.photo-history-card:hover { border-color: var(--navy); }
.photo-history-card:hover img, .history-feature-card:hover img { transform: scale(1.025); }
.photo-history-card:first-child img { object-position: center; transform: scale(1.14); }
.photo-history-card:first-child:hover img { transform: scale(1.17); }
.photo-history-card:nth-child(2):hover img { transform: rotate(-1.35deg) scale(1.115); }
.rural-schools-card img { object-position: center 68%; }
.pta-history-callout { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 1.25rem; align-items: center; margin: 1.5rem 0 1rem; padding: 1.35rem 1.5rem; border-left: 6px solid var(--gold); background: #f3f7fd; }
.pta-history-callout > span { width: 3rem; height: 3rem; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold); font-size: 1.2rem; font-weight: 900; }
.pta-history-callout h2 { margin: .1rem 0 .35rem; font-size: 1.45rem; }
.pta-history-callout p:last-child { margin: 0; color: var(--muted); line-height: 1.55; }

/* Individual school-history articles */
.history-detail-hero { padding-bottom: 34px; }
.history-detail-hero-grid > div { max-width: 800px; }
.history-detail-hero figure { position: relative; overflow: hidden; margin: 0; border: 4px solid var(--gold); box-shadow: 0 12px 28px rgba(6,31,70,.2); }
.history-detail-hero figure img { width: 100%; height: 280px; display: block; object-fit: cover; }
.history-detail-hero figcaption, .history-inline-photo figcaption { position: absolute; inset: auto 0 0; padding: 9px 14px; background: rgba(15,50,103,.9); color: white; font-size: 11px; font-weight: 700; }
.history-detail-content { padding-top: 42px; padding-bottom: 18px; }
.history-reading-wrap { max-width: none; }
.history-source-note { max-width: 880px; margin: 0 0 36px; padding: 18px 22px; border-left: 5px solid var(--gold); background: #fff8d6; color: var(--muted); }
.history-source-note strong { color: var(--navy); }
.history-source-note p { margin: 5px 0 0; line-height: 1.65; }
.history-narrative { max-width: 880px; margin: 0; }
.history-chapter { margin: 0 0 38px; }
.history-chapter h2 { margin: 4px 0 15px; color: var(--navy); font-size: 27px; }
.history-chapter p { margin: 0 0 15px; color: #3d4654; font-size: 15px; line-height: 1.82; }
.history-chapter a { color: var(--blue); font-weight: 700; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.history-opening-chapter::after { content: ""; display: table; clear: both; }
.history-text-photo { position: relative; width: 43%; float: right; overflow: hidden; margin: 5px 0 18px 26px; border: 3px solid white; outline: 1px solid var(--line); box-shadow: 0 7px 18px rgba(15,50,103,.12); }
.history-text-photo img { width: 100%; height: 185px; display: block; object-fit: cover; }
.history-text-photo figcaption { padding: 7px 10px; background: var(--navy); color: white; font-size: 10px; font-weight: 700; }
.history-date { color: #8a6800 !important; font-size: 11px !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.history-inline-photo { position: relative; overflow: hidden; margin: 10px 0 42px; border: 4px solid white; outline: 1px solid var(--line); box-shadow: 0 12px 28px rgba(15,50,103,.12); background: var(--navy); }
.history-inline-photo img { width: 100%; display: block; object-fit: cover; }
.history-inline-photo.wide img { height: 360px; }
.early-public-school-photo img { object-position: center bottom; filter: brightness(1.48) contrast(.92); }
.history-inline-photo.final-photo { max-width: 650px; margin-right: auto; margin-left: auto; }
.history-inline-photo.final-photo img { height: 390px; }
.history-person { display: grid; grid-template-columns: 155px 1fr; align-items: center; gap: 25px; margin: 2px 0 40px; padding: 19px; border-top: 4px solid var(--gold); background: var(--navy); color: white; }
.history-person img { width: 155px; height: 178px; display: block; object-fit: cover; object-position: center 18%; }
.history-person h3 { margin: 4px 0 7px; color: white; font-size: 23px; }
.history-person p { margin: 0; color: #e3ecf9; line-height: 1.6; }
.history-person .label { color: var(--gold); }
.history-quote { margin: 0 0 42px; padding: 26px 30px; border: 0; border-left: 6px solid var(--gold); background: #edf4ff; color: var(--navy); }
.history-quote p { margin: 0 0 9px; font-family: Georgia, serif; font-size: 20px; line-height: 1.55; }
.history-quote cite { color: var(--muted); font-size: 11px; font-style: normal; font-weight: 700; }
.history-epilogue { padding: 25px 28px 12px; border-top: 4px solid var(--gold); background: var(--navy); }
.history-epilogue h2 { color: white; }
.history-epilogue p { color: #eaf1fb; }
.history-epilogue .history-date { color: var(--gold) !important; }
.history-notes { max-width: 800px; margin: 38px auto 18px; padding-top: 19px; border-top: 1px solid var(--line); }
.history-notes h2 { margin: 0 0 7px; color: var(--navy); font-size: 18px; }
.history-notes p { margin: 0; color: var(--muted); font-size: 13px; }
.history-detail-back { max-width: 880px; margin-top: 18px; margin-right: 0; margin-left: 0; }
.forsyth-school-photo img { object-position: center 63%; filter: brightness(1.06); }
.forsyth-classroom-note { clear: both; margin-top: 20px !important; padding: 13px 16px; border-left: 4px solid var(--gold); background: #f5f8fc; font-size: 13px !important; }
.forsyth-classroom-note strong { color: var(--navy); }
.forsyth-second-chapter { margin-top: 38px; margin-bottom: 14px; padding-top: 30px; border-top: 4px solid var(--gold); }
.forsyth-second-chapter::after { content: ""; display: table; clear: both; }
.forsyth-second-school-photo { width: 38%; margin-bottom: 8px; }
.forsyth-second-school-photo img { height: 145px; object-position: center; filter: brightness(1.04); }
.forsyth-educators { margin: -15px 0 30px; padding: 17px 20px; border-left: 4px solid var(--gold); background: #f5f8fc; }
.forsyth-educators strong { display: block; margin-bottom: 5px; color: var(--navy); font-size: 14px; }
.forsyth-educators p { margin: 0; color: #556477; font-size: 11px; line-height: 1.65; }
.forsyth-collection-button { min-height: 42px; padding: 9px 15px; text-decoration: none !important; }
@media (max-width: 760px) {
  .history-inline-photo.wide img { height: 280px; }
  .history-inline-photo.final-photo img { height: 320px; }
}
@media (max-width: 520px) {
  .history-detail-content { padding-top: 28px; }
  .history-source-note { margin-bottom: 28px; }
  .history-chapter { margin-bottom: 30px; }
  .history-chapter h2 { font-size: 23px; }
  .history-text-photo { width: 100%; float: none; margin: 8px 0 22px; }
  .history-text-photo img { height: 205px; }
  .history-inline-photo.wide img, .history-inline-photo.final-photo img { height: 235px; }
  .history-person { grid-template-columns: 105px 1fr; gap: 16px; padding: 15px; }
  .history-person img { width: 105px; height: 135px; }
  .history-person h3 { font-size: 19px; }
  .history-quote { padding: 21px 22px; }
  .history-quote p { font-size: 17px; }
  .history-epilogue { padding: 22px 21px 8px; }
}
.history-turning-point { display: flex; align-items: center; gap: 15px; margin: 30px 0 17px; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.history-turning-point::before, .history-turning-point::after { content: ""; height: 3px; flex: 1; background: var(--gold); }
.history-turning-point span { padding: 6px 12px; border: 2px solid var(--navy); border-radius: 20px; background: #fff6c9; }
.history-feature-card { display: grid; grid-template-columns: minmax(330px, .9fr) minmax(0, 1.1fr); overflow: hidden; margin-bottom: 19px; border: 1px solid var(--line); background: white; box-shadow: 0 3px 12px rgba(21,63,130,.08); text-decoration: none; }
.history-feature-card figure { min-height: 270px; }
.history-feature-card > div { display: flex; flex-direction: column; justify-content: center; padding: 32px 38px; }
.history-feature-card h2 { margin: 3px 0 10px; font-size: 31px; }
.history-feature-card p:not(.label) { margin-bottom: 19px; color: var(--muted); line-height: 1.65; }
.history-feature-card b { color: var(--navy); font-size: 13px; }
.consolidation-history { border-top: 6px solid var(--gold); }
.consolidation-history img { object-position: center 17%; }
.consolidation-history > div { background: #fff9df; }
.district-history { grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr); border-top: 5px solid var(--navy); }
.district-history figure, .district-history .history-photo-placeholder { grid-column: 2; grid-row: 1; }
.history-photo-placeholder { min-height: 270px; background: linear-gradient(135deg, #edf1f5, #f8fafc); border-left: 1px solid var(--line); }
.district-history > div { grid-column: 1; grid-row: 1; background: #f3f7fd; }
.history-back-home { margin-top: 4px; }
@media (max-width: 900px) { .history-era-grid { grid-template-columns: repeat(2, 1fr); } .history-feature-card, .district-history { grid-template-columns: 1fr; } .history-feature-card figure, .district-history figure, .district-history .history-photo-placeholder { grid-column: 1; grid-row: auto; min-height: 240px; } .history-feature-card > div, .district-history > div { grid-column: 1; grid-row: auto; } }
@media (max-width: 540px) {
  .pta-history-callout { grid-template-columns: auto 1fr; padding: 1.1rem; }
  .pta-history-callout .button { grid-column: 1 / -1; width: fit-content; }
  .history-era-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .photo-history-card figure { aspect-ratio: 5 / 4; }
  .photo-history-card figcaption { padding: 5px 7px; font-size: 8px; }
  .photo-history-card > div { padding: 12px 11px 14px; }
  .photo-history-card small, .photo-history-card p { display: none; }
  .photo-history-card h3 { margin: 0 0 10px; font-size: 16px; line-height: 1.18; }
  .photo-history-card b { font-size: 10px; line-height: 1.3; }
  .history-feature-card > div { padding: 25px 24px; }
  .history-feature-card figure { min-height: 210px; }
}

/* Rural schools and consolidation history */
.consolidation-detail-hero { padding: 42px 0; background: #fff6c9; border-bottom: 5px solid var(--navy); }
.consolidation-detail-hero-grid { display: grid; grid-template-columns: 1fr 390px; gap: 50px; align-items: center; }
.consolidation-detail-hero figure { position: relative; overflow: hidden; margin: 0; border: 5px solid white; box-shadow: 0 10px 26px rgba(21,63,130,.18); }
.consolidation-detail-hero img { width: 100%; height: 245px; display: block; object-fit: cover; object-position: center 62%; }
.consolidation-detail-hero figcaption, .consolidation-story figcaption { position: absolute; inset: auto 0 0; padding: 8px 12px; background: rgba(15,50,103,.9); color: white; font-size: 10px; font-weight: 700; }
.consolidation-detail-content { padding: 40px 0 18px; }
.rural-schools-section .content-title { max-width: 850px; margin-bottom: 23px; }
.rural-county-heading { margin: 24px 0 12px; padding-bottom: 8px; border-bottom: 3px solid var(--gold); color: var(--navy); font-size: 19px; }
.rural-county-heading.dewitt-heading { margin-top: 30px; }
.rural-school-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.rural-school-grid > a, .rural-school-grid > div { min-height: 102px; display: grid; grid-template-columns: 98px minmax(0,1fr); align-items: stretch; overflow: hidden; padding: 0; border: 1px solid #cbd8e8; border-top: 4px solid var(--navy); background: #f7faff; text-decoration: none; }
.rural-school-grid > a:hover { border-color: var(--gold); background: #fff9dd; }
.rural-school-grid img, .school-photo-placeholder { width: 98px; height: 98px; display: block; align-self: center; object-fit: cover; object-position: center; background: #dfe7f1; }
.rural-school-grid img.american-school-photo { object-fit: contain; padding: 3px; background: #e9e2d2; }
.rural-school-grid img.center-ridge-photo, .rural-school-grid img.excelsior-north-photo { object-position: center 42%; }
.school-photo-placeholder { display: flex; align-items: center; justify-content: center; color: #6c7784; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; background: linear-gradient(135deg, #e8edf3, #d9e1ea); }
.rural-school-card-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 13px 14px; }
.rural-school-grid strong { color: var(--navy); font-size: 13px; line-height: 1.3; }
.rural-school-grid .rural-school-card-copy > span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.rural-school-grid .unlinked { border-top-color: #aeb7c1; background: #f1f3f5; }
.rural-school-grid .unlinked strong { color: #566273; }
.rural-school-grid-short { max-width: 860px; grid-template-columns: repeat(3, 1fr); }
.rural-archive-callout { display: flex; justify-content: space-between; gap: 36px; align-items: center; margin: 34px 0; padding: 25px 28px; border-left: 6px solid var(--gold); background: var(--navy); color: white; }
.rural-archive-callout h2 { margin: 3px 0 8px; color: white; font-size: 25px; }
.rural-archive-callout p:not(.label) { max-width: 760px; margin: 0; color: #e2ebf7; font-size: 13px; line-height: 1.65; }
.rural-archive-callout .label { color: var(--gold); }
.rural-archive-callout .button { flex: 0 0 auto; }
.consolidation-story { overflow: hidden; margin: 0 0 30px; border: 1px solid var(--line); border-top: 6px solid var(--gold); background: #fff9df; }
.consolidation-story figure { position: relative; height: 300px; margin: 0; overflow: hidden; border-top: 1px solid var(--line); }
.consolidation-story img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 58%; }
.consolidation-story > div { padding: 31px 35px; }
.consolidation-story h2 { margin: 4px 0 12px; font-size: 29px; }
.consolidation-story p:not(.label) { margin-bottom: 13px; color: #4e5c6e; font-size: 13px; line-height: 1.7; }
.consolidation-sources { max-width: 900px; padding-top: 3px; }
.consolidation-sources h2 { margin-bottom: 9px; font-size: 22px; }
.consolidation-sources > p { color: var(--muted); font-size: 13px; }
.consolidation-sources details { margin-top: 17px; border: 1px solid var(--line); background: #f7faff; }
.consolidation-sources summary { padding: 14px 17px; color: var(--navy); font-size: 13px; font-weight: 800; cursor: pointer; }
.consolidation-sources ul { margin: 0; padding: 2px 28px 18px 40px; columns: 2; column-gap: 38px; }
.consolidation-sources li { margin-bottom: 8px; break-inside: avoid; color: #526174; font-size: 11px; line-height: 1.5; }
.consolidation-back { margin-top: 18px; }
@media (max-width: 900px) { .consolidation-detail-hero-grid { grid-template-columns: 1fr; gap: 25px; } .consolidation-detail-hero figure { max-width: 520px; } .rural-school-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 680px) { .rural-school-grid, .rural-school-grid-short { grid-template-columns: repeat(2,1fr); } .rural-archive-callout { align-items: flex-start; flex-direction: column; } .consolidation-sources ul { columns: 1; } }
@media (max-width: 420px) { .rural-school-grid, .rural-school-grid-short { grid-template-columns: 1fr; } .consolidation-detail-hero img { height: 210px; } }

/* Archive policies */
.policy-hero { background: #fff7cf; border-bottom: 5px solid var(--navy); }
.policy-hero .lead { max-width: 850px; }
.policy-content { padding-top: 38px; padding-bottom: 26px; }
.policy-wrap { max-width: 1060px; }
.policy-jump { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 24px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.policy-jump a { padding: 2px 0; color: var(--navy); font-size: 11px; font-weight: 800; text-decoration: underline; text-decoration-color: #b9c8dc; text-underline-offset: 4px; }
.policy-jump a:hover { color: var(--navy-dark); text-decoration-color: var(--gold); }
.policy-intro { margin-bottom: 22px; padding: 22px 26px; border-left: 6px solid var(--gold); background: var(--navy); }
.policy-intro p { max-width: 900px; margin: 0; color: #eef4fb; font-size: 15px; line-height: 1.7; }
.policy-grid { display: block; }
.policy-card { padding: 29px 5px 27px; border: 0; border-bottom: 1px solid var(--line); background: white; box-shadow: none; }
.policy-card h2, .policy-wide h2 { margin: 4px 0 12px; color: var(--navy); font-size: 25px; }
.policy-card p:not(.label), .policy-wide p:not(.label) { color: #4e5c6e; font-size: 13px; line-height: 1.75; }
.policy-link { display: inline-block; margin-top: 4px; color: var(--navy); font-size: 12px; font-weight: 800; }
.policy-wide { margin: 0; padding: 30px 5px; border: 0; border-bottom: 1px solid var(--line); background: white; }
.policy-disposal { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 38px; align-items: start; }
.policy-disposal ul { margin: 2px 0 0; padding: 0; list-style: none; }
.policy-disposal li { position: relative; margin-bottom: 8px; padding: 4px 0 4px 23px; color: #4e5c6e; font-size: 12px; line-height: 1.55; }
.policy-disposal li::before { content: "✓"; position: absolute; left: 0; color: var(--navy); font-weight: 900; }
.policy-access { margin-top: 22px; padding: 27px 29px; border: 0; border-left: 6px solid var(--gold); background: #fff9df; }
.access-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; }
.access-columns h3 { margin-bottom: 6px; color: var(--navy); font-size: 16px; }
.access-note { margin: 8px 0 19px; padding-top: 16px; border-top: 1px solid #ded6ae; }
.policy-revision { margin: 20px 0 0; color: var(--muted); font-size: 10px; font-style: italic; }
.policy-back { margin-top: 14px; }
@media (max-width: 760px) { .policy-disposal, .access-columns { grid-template-columns: 1fr; } .policy-disposal { gap: 12px; } .policy-card, .policy-wide { padding: 23px 3px; } .policy-access { padding: 23px 20px; } }
.lists-page { padding-top: 32px; padding-bottom: 26px; }
.lists-indexes-page .page-hero { background: #fff6c9; border-bottom: 5px solid var(--navy); }
.lists-intro { max-width: 760px; margin-bottom: 40px; }
.list-feature { display: grid; grid-template-columns: minmax(300px, 380px) 1fr; margin-bottom: 28px; border: 1px solid var(--line); background: white; }
.list-feature.reverse { grid-template-columns: 1fr minmax(300px, 380px); }
.list-feature.reverse figure { grid-column: 2; grid-row: 1; }
.list-feature.reverse .list-feature-content { grid-column: 1; grid-row: 1; }
.list-feature figure { position: relative; width: 100%; aspect-ratio: 1 / 1; margin: 0; overflow: hidden; background: var(--navy-dark); }
.list-feature figure img { width: 100%; height: 100%; display: block; object-fit: cover; }
.list-feature figure figcaption { position: absolute; inset: auto 0 0; padding: 12px 16px; background: rgba(15,50,103,.9); color: white; font-size: 12px; font-weight: 700; }
.list-feature .publication-photo img { object-position: 90% center; }
.list-feature-content { padding: 34px 38px; background: #f5f8fd; }
.list-feature.reverse .list-feature-content { background: #fff7d6; }
.list-feature.reverse .reference-links a { border-color: #e5c85e; border-left-color: var(--gold); }
.list-feature.reverse .reference-links a:hover { border-color: var(--navy); background: #ffed9d; }
.list-feature-content h3 { margin: 0 0 10px; color: var(--navy); font-size: 29px; }
.list-feature-content > p:not(.label) { max-width: 640px; margin-bottom: 21px; color: var(--muted); line-height: 1.65; }
.list-feature-content .reference-links { grid-template-columns: repeat(2, 1fr); }
.list-feature-content .reference-links a { padding: 13px 15px; border-color: #b9cbe7; border-left: 4px solid var(--navy); background: white; }
.list-feature-content .reference-links a:hover { border-color: var(--navy); background: #eaf1fc; }
.list-feature .keyes-photo { padding: 0; background: var(--navy-dark); }
.list-feature .keyes-photo img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center 18%; }
.lists-page .list-feature:last-of-type { margin-bottom: 10px; }
.lists-page .back-home { margin-top: 8px; }
.people-page .page-hero { background: #fff6c9; border-bottom: 5px solid var(--navy); }
.people-content { padding-top: 44px; }
.people-content { padding-bottom: 28px; }
.people-content .back-home { margin-top: 20px; }
.people-intro { max-width: 850px; margin-bottom: 32px; padding: 22px 26px; border-left: 6px solid var(--navy); background: #f3f7fd; }
.people-intro p { margin: 0; color: #4f5f72; line-height: 1.7; }
.people-intro p + p { margin-top: 8px; }
.portrait-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 17px; }
.portrait-grid article { overflow: hidden; border: 1px solid var(--line); border-top: 4px solid var(--gold); background: white; text-align: center; }
.portrait-grid img { width: 100%; aspect-ratio: 4 / 5; display: block; object-fit: cover; object-position: center top; background: #e9edf2; }
.portrait-grid h2 { margin: 13px 9px 3px; font-size: 15px; line-height: 1.25; }
.portrait-grid p { margin: 0 8px 14px; color: var(--muted); font-size: 12px; }
.principal-grid { grid-template-columns: repeat(7, 1fr); gap: 13px; }
.principal-grid h2 { margin-top: 10px; font-size: 13px; }
.principal-grid p { margin-bottom: 11px; font-size: 11px; }
.principal-grid img[alt^="No image available"] { padding: 13px; background: #e8eef6; filter: grayscale(1); opacity: .48; object-fit: contain; }
.short-principal-grid { grid-template-columns: repeat(8, 1fr); }
.short-principal-grid article { grid-column: span 2; }
.short-principal-grid article:nth-child(5) { grid-column: 2 / span 2; }
.early-leaders { margin-top: 52px; padding: 32px 36px; background: #f3f7fd; border-top: 5px solid var(--navy); }
.early-leaders h2 { margin-bottom: 14px; font-size: 32px; }
.early-leaders > p:not(.label) { max-width: 900px; color: var(--muted); line-height: 1.7; }
.timeline-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; margin: 24px 0 0; padding: 0; list-style: none; }
.timeline-list li { display: grid; grid-template-columns: 105px 1fr; gap: 14px; padding: 12px 4px; border-bottom: 1px solid #cad7e9; }
.timeline-list span { color: #8a6800; font-size: 12px; font-weight: 800; }
.timeline-list strong { color: var(--navy); font-size: 14px; }
.timeline-list small { display: block; margin-top: 2px; color: var(--muted); font-weight: 400; }
.source-notes { margin-top: 24px; border: 1px solid var(--line); background: white; }
.source-notes summary { padding: 16px 20px; color: var(--navy); font-weight: 800; cursor: pointer; }
.source-notes > div { padding: 2px 22px 18px; }
.source-notes p { color: var(--muted); font-size: 12px; line-height: 1.65; }
.music-leaders-page .page-hero, .activity-leaders-page .page-hero { background: #fff6c9; border-bottom: 5px solid var(--navy); }
.music-lists-section { padding: 44px 0 28px; }
.music-intro { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-bottom: 28px; padding: 20px 24px; border-left: 6px solid var(--navy); background: #f3f7fd; }
.music-intro p { max-width: 760px; margin: 0; color: var(--muted); line-height: 1.65; }
.music-intro a { color: var(--navy); font-size: 13px; font-weight: 800; white-space: nowrap; }
.music-list-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; align-items: start; }
.music-list { overflow: hidden; border: 1px solid var(--line); background: white; }
.music-list > header { display: flex; gap: 15px; align-items: center; padding: 22px 25px; border-top: 5px solid var(--navy); background: #edf3fc; }
.music-list > header > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #ffe272; font-size: 25px; }
.music-list header .label { margin-bottom: 2px; }
.music-list h2 { margin: 0; font-size: 27px; }
.choir-list > header { border-top-color: var(--gold); background: #fff7d6; }
.music-list ol { margin: 0; padding: 8px 24px 17px; list-style: none; }
.music-list li { display: grid; grid-template-columns: 115px 1fr; gap: 18px; padding: 12px 4px; border-bottom: 1px solid #e4e9ef; }
.music-list li:last-child { border-bottom: 0; }
.music-list time { color: #8a6800; font-size: 12px; font-weight: 800; }
.music-list strong { color: var(--navy); font-size: 14px; }
.music-list strong small { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 400; }
.music-note { margin: 0 24px 22px; color: var(--muted); font-size: 11px; }
.activity-list-grid { grid-template-columns: .75fr 1.25fr; }
.activity-history-photo { position: relative; max-width: 880px; margin: 0 auto 26px; overflow: hidden; border: 1px solid var(--line); border-bottom: 5px solid var(--gold); background: var(--navy-dark); }
.activity-history-photo img { width: 100%; max-height: 360px; display: block; object-fit: cover; object-position: center; }
.activity-history-photo figcaption { position: absolute; inset: auto 0 0; padding: 11px 16px; background: rgba(21,63,130,.9); color: white; font-size: 12px; font-weight: 700; }
.service-page .page-hero { background: #fff6c9; border-bottom: 5px solid var(--navy); }
.service-section { padding: 44px 0 28px; }
.service-quote { margin: 0 0 30px; padding: 28px 34px; border: 0; border-left: 7px solid var(--gold); background: #f3f7fd; }
.service-quote p { max-width: 920px; margin: 0 0 10px; color: var(--navy); font-size: 21px; font-weight: 700; line-height: 1.55; }
.service-quote cite { color: var(--muted); font-size: 12px; font-style: normal; }
.service-groups { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; align-items: stretch; }
.service-card { overflow: hidden; border: 1px solid var(--line); background: white; }
.service-card:not(.wide-service) { grid-column: span 3; }
.service-card header { display: flex; gap: 10px; align-items: baseline; padding: 15px 18px; border-top: 5px solid var(--navy); background: #edf3fc; }
.service-card header strong { color: var(--navy); font-size: 24px; }
.service-card header span { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.service-details summary { display: flex; gap: 10px; align-items: baseline; padding: 15px 18px; border-top: 5px solid var(--navy); background: #edf3fc; cursor: pointer; list-style: none; }
.service-details summary::-webkit-details-marker { display: none; }
.service-details summary::after { content: "+"; margin-left: auto; color: var(--navy); font-size: 22px; font-weight: 700; }
.service-details[open] summary::after { content: "−"; }
.service-details summary strong { color: var(--navy); font-size: 24px; }
.service-details summary span { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.service-details summary small { color: #8a6800; font-size: 10px; white-space: nowrap; }
.service-card ul { columns: 1; margin: 0; padding: 11px 18px 16px; list-style: none; }
.service-card li { break-inside: avoid; padding: 7px 0; border-bottom: 1px solid #edf0f3; color: #405066; font-size: 13px; }
.service-card li:last-child { border-bottom: 0; }
.service-card li small { display: block; color: #8a6800; }
.service-feature header { border-top-color: var(--gold); background: #fff4b8; }
.wide-service { grid-column: span 4; }
.wide-service ul { columns: 2; column-gap: 30px; }
.compact-service ul { padding-top: 7px; padding-bottom: 10px; column-gap: 22px; }
.compact-service li { padding: 4px 0; font-size: 12px; line-height: 1.25; }
.service-photo-placeholder { min-height: 150px; display: grid; place-content: center; margin: 5px 16px 16px; border: 2px dashed #a9bad1; background: #f3f7fd; color: var(--navy); text-align: center; }
.service-groups > .service-card:nth-child(-n+2) { display: flex; flex-direction: column; }
.service-groups > .service-card:nth-child(-n+2) .service-photo-placeholder { width: calc(100% - 32px); margin-top: auto; }
.service-portrait { position: relative; width: calc(100% - 32px); aspect-ratio: 4 / 5; margin: auto 16px 16px; overflow: hidden; background: #e8edf3; }
.service-portrait img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.service-portrait figcaption { position: absolute; inset: auto 0 0; padding: 8px 11px; background: rgba(21,63,130,.88); color: white; font-size: 11px; font-weight: 700; }
.service-photo-placeholder span { font-size: 13px; font-weight: 800; }
.service-photo-placeholder small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.service-correction { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 28px; padding: 23px 26px; background: var(--navy); color: white; }
.service-correction strong { font-size: 19px; }
.service-correction p { max-width: 780px; margin: 5px 0 0; color: #dbe4ed; font-size: 13px; line-height: 1.6; }
.service-correction .button { flex: none; }
.service-section .back-home { margin-top: 18px; }
.musicals-page .page-hero { background: #fff6c9; border-bottom: 5px solid var(--navy); }
.musical-hero { padding: 40px 0; }
.musical-hero-grid { display: grid; grid-template-columns: 1fr 420px; gap: 50px; align-items: center; }
.musical-hero-grid > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border: 6px solid white; box-shadow: 0 8px 22px rgba(21,63,130,.14); }
.musical-collections { padding: 48px 0 28px; }
.musical-history { max-width: 820px; margin-bottom: 30px; }
.musical-history h2 { margin-bottom: 12px; }
.musical-history > p:not(.label) { color: var(--muted); line-height: 1.7; }
.musical-choice-grid { display: grid; gap: 22px; }
.musical-choice { display: grid; grid-template-columns: 42% 1fr; min-height: 330px; border: 1px solid var(--line); background: #f3f7fd; text-decoration: none; }
.musical-choice.reverse { grid-template-columns: 1fr 42%; background: #fff7d6; }
.musical-choice.reverse figure { grid-column: 2; grid-row: 1; }
.musical-choice.reverse > div { grid-column: 1; grid-row: 1; }
.musical-choice figure { position: relative; margin: 0; overflow: hidden; }
.musical-choice figure img { width: 100%; height: 100%; min-height: 330px; display: block; object-fit: cover; }
.musical-choice figcaption { position: absolute; inset: auto 0 0; padding: 10px 14px; background: rgba(21,63,130,.9); color: white; font-size: 11px; font-weight: 700; }
.musical-choice > div { display: flex; flex-direction: column; justify-content: center; padding: 34px 38px; }
.musical-choice h2 { margin-bottom: 11px; font-size: 31px; }
.musical-choice > div > p:not(.label) { color: var(--muted); line-height: 1.65; }
.musical-choice strong { color: var(--navy); font-size: 13px; }
.musical-choice:hover { border-color: var(--navy); }
.musical-contribute { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 25px; padding: 23px 27px; background: var(--navy); color: white; }
.musical-contribute strong { font-size: 18px; }
.musical-contribute p { margin: 4px 0 0; color: #dbe4ed; font-size: 13px; }
.musical-collections .back-home { margin-top: 18px; }
.music-lists-section .back-home { margin-top: 18px; }

@media (max-width: 760px) {
  .page-layout { grid-template-columns: 1fr; gap: 30px; }
  .side-nav { position: static; }
  .choice-grid { grid-template-columns: 1fr; }
  .wide-choice { grid-column: auto; }
  .collection-row { grid-template-columns: 1fr; gap: 6px; }
  .filter-bar { flex-direction: column; }
  .filter-bar button { min-height: 46px; }
  .reference-links { grid-template-columns: 1fr; }
  .donation-grid { grid-template-columns: 1fr; }
  .donation-callout { grid-template-columns: 1fr; }
  .policy-list > div { grid-template-columns: 1fr; gap: 6px; }
  .hof-hero-grid, .hof-actions { grid-template-columns: 1fr; }
  .hof-hero-grid { gap: 25px; }
  .hof-class > header { align-items: flex-start; flex-direction: column; }
  .hof-resource-links { justify-content: flex-start; }
  .inductee-list { grid-template-columns: 1fr; }
  .history-grid { grid-template-columns: 1fr; }
  .wide-history { grid-column: auto; }
  .list-feature, .list-feature.reverse { grid-template-columns: 1fr; }
  .list-feature.reverse figure, .list-feature.reverse .list-feature-content { grid-column: 1; grid-row: auto; }
  .list-feature figure img { min-height: 0; }
  .list-feature-content { padding: 27px 24px; }
  .list-feature-content .reference-links { grid-template-columns: 1fr; }
  .portrait-grid { grid-template-columns: repeat(3, 1fr); }
  .principal-grid { grid-template-columns: repeat(4, 1fr); }
  .short-principal-grid article, .short-principal-grid article:nth-child(5) { grid-column: auto; }
  .timeline-list { grid-template-columns: 1fr; }
  .music-list-grid { grid-template-columns: 1fr; }
  .music-intro { align-items: flex-start; flex-direction: column; gap: 10px; }
  .service-groups { grid-template-columns: repeat(2, 1fr); }
  .service-card:not(.wide-service), .wide-service { grid-column: auto; }
  .service-correction { align-items: flex-start; flex-direction: column; }
  .musical-hero-grid { grid-template-columns: 1fr; gap: 25px; }
  .musical-choice, .musical-choice.reverse { grid-template-columns: 1fr; }
  .musical-choice.reverse figure, .musical-choice.reverse > div { grid-column: 1; grid-row: auto; }
  .musical-contribute { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .portrait-grid { grid-template-columns: repeat(2, 1fr); }
  .principal-grid { grid-template-columns: repeat(2, 1fr); }
  .early-leaders { padding: 25px 22px; }
  .service-groups { grid-template-columns: 1fr; }
  .wide-service ul { columns: 1; }
}

/* High school musical production record */
.musical-record-page .page-hero { background: #fff6c9; border-bottom: 5px solid var(--navy); }
.musical-record-hero { padding: 38px 0; }
.musical-record-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 48px; align-items: center; }
.musical-record-hero-grid > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center 42%; border: 6px solid white; box-shadow: 0 8px 22px rgba(21,63,130,.16); }
.musical-records { padding: 34px 0 22px; }
.record-guide { display: flex; align-items: baseline; gap: 24px; margin-bottom: 30px; padding: 17px 22px; border-left: 5px solid var(--navy); background: #f3f7fd; }
.record-guide strong { flex: 0 0 auto; color: var(--navy); }
.record-guide p { margin: 0; color: var(--muted); line-height: 1.55; }
.director-section { margin: 0 0 42px; padding: 28px; border: 1px solid #dce5f1; background: #f6f9fd; }
.director-section.alternate { border-color: #eadc9d; background: #fff9df; }
.director-heading { display: flex; align-items: center; gap: 20px; margin-bottom: 25px; }
.director-heading img { width: 78px; height: 78px; object-fit: cover; border-radius: 50%; border: 4px solid white; box-shadow: 0 3px 10px rgba(21,63,130,.15); }
.director-heading h2, .section-heading h2 { margin: 2px 0 0; font-size: 30px; }
.production-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
.production-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); background: white; box-shadow: 0 2px 7px rgba(20,47,89,.06); }
.production-art { display: flex; aspect-ratio: 1 / 1; overflow: hidden; background: #e9eef5; text-decoration: none; }
.production-art img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .2s ease; }
.production-art.archival-art { box-sizing: border-box; padding: 13px 0; border-bottom: 4px solid #f1c232; background: var(--navy); }
.production-art.archival-art img { height: auto; min-height: 0; flex: 1; object-fit: contain; background: white; filter: contrast(1.04); }
a.production-art:hover img { transform: scale(1.025); }
.production-info { padding: 14px 15px 16px; }
.production-info h3 { min-height: 42px; margin: 0 0 5px; font-size: 17px; line-height: 1.25; }
.production-year { margin: 0 0 11px; color: var(--navy); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.production-links { display: flex; flex-wrap: wrap; gap: 6px; }
.production-links a { padding: 6px 8px; border: 1px solid var(--navy); color: var(--navy); font-size: 10px; font-weight: 800; line-height: 1; text-decoration: none; text-transform: uppercase; }
.production-links a:hover { background: var(--navy); color: white; }
.availability { margin: 8px 0 0; color: var(--muted); font-size: 11px; font-style: italic; }
.cancelled .production-art { filter: grayscale(.25); }
.early-productions { padding-top: 24px; background: white; }
.section-heading { margin-bottom: 23px; }
.text-only .production-art { align-items: center; justify-content: center; background: var(--navy); color: #f6ca32; }
.text-only .production-art span { font-family: Georgia, serif; font-size: 42px; font-weight: 700; }
.page-return-links { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; }
.page-return-links .back-home { margin-top: 0; }
.next-collection { color: var(--navy); font-size: 13px; font-weight: 800; text-decoration: none; }

@media (max-width: 980px) {
  .musical-record-hero-grid { grid-template-columns: 1fr 340px; gap: 30px; }
  .production-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .musical-record-hero-grid { grid-template-columns: 1fr; }
  .record-guide { display: block; }
  .record-guide strong { display: block; margin-bottom: 7px; }
  .director-section { padding: 18px; }
  .director-heading { align-items: flex-start; }
  .production-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .production-info { padding: 11px 11px 13px; }
  .production-info h3 { min-height: 38px; font-size: 15px; }
  .page-return-links { align-items: flex-start; flex-direction: column; gap: 12px; }
}
@media (max-width: 420px) {
  .production-grid { grid-template-columns: 1fr; }
  .production-info h3 { min-height: 0; }
}

/* School song */
.school-song-page .page-hero { background: #fff6c9; border-bottom: 5px solid var(--navy); }
.song-hero { padding: 38px 0; }
.song-hero-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(480px, 1.2fr); gap: 46px; align-items: center; }
.song-hero-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.song-hero-photos figure { position: relative; margin: 0; overflow: hidden; border: 5px solid white; box-shadow: 0 7px 18px rgba(21,63,130,.14); }
.song-hero-photos img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; }
.song-hero-photos figcaption { position: absolute; inset: auto 0 0; padding: 8px 11px; background: rgba(21,63,130,.9); color: white; font-size: 10px; font-weight: 700; }
.song-content { padding: 42px 0 22px; }
.song-intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; margin-bottom: 26px; }
.song-player, .song-note { padding: 26px 28px; }
.song-player { border-left: 5px solid #f1c232; background: var(--navy); color: white; }
.song-player .label { color: #f6ca32; }
.song-player h2 { margin: 3px 0 8px; color: white; }
.song-player > p:not(.label) { color: #dce5f1; }
.song-player audio { width: 100%; margin-top: 10px; }
.song-note { border: 1px solid #dce5f1; background: #f3f7fd; }
.song-note strong { color: var(--navy); font-size: 19px; }
.song-note p { margin-bottom: 0; color: var(--muted); line-height: 1.65; }
.lyrics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.lyrics-card { display: flex; flex-direction: column; height: 100%; overflow: hidden; border: 1px solid var(--line); background: white; }
.lyrics-card > header { min-height: 150px; padding: 24px 27px 20px; }
.current-lyrics > header { background: #eef4fc; border-top: 5px solid var(--navy); }
.historic-lyrics > header { background: #fff7d6; border-top: 5px solid #f1c232; }
.lyrics-card h2 { margin: 3px 0 7px; }
.lyrics-card header > p:last-child { margin-bottom: 0; color: var(--muted); line-height: 1.55; }
.lyrics-text { flex: 1; padding: 24px 28px 13px; font-family: Georgia, serif; font-size: 16px; line-height: 1.7; }
.lyrics-text p { margin: 0 0 20px; }
.history-summary-text { flex: 1; padding: 27px 30px; color: var(--muted); line-height: 1.7; }
.history-summary-text > p:first-child { margin-top: 0; font-family: Georgia, serif; font-size: 18px; color: #33455c; }
.history-summary-text h3 { margin: 26px 0 12px; color: var(--navy); font-size: 17px; }
.history-summary-text ul { margin: 0; padding: 0; list-style: none; }
.history-summary-text li { margin-bottom: 10px; padding: 10px 12px; border-left: 3px solid #f1c232; background: #fffaf0; }
.history-closing { margin: 24px 0 0; }
.song-contribute { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 25px; padding: 23px 27px; background: var(--navy); color: white; }
.song-contribute strong { font-size: 18px; }
.song-contribute p { margin: 4px 0 0; color: #dbe4ed; font-size: 13px; }
.song-content .back-home { margin-top: 16px; }
@media (max-width: 820px) {
  .yearbook-policy { grid-template-columns: 1fr; }
  .yearbook-card-grid { grid-template-columns: 1fr; }
  .yearbook-card { display: grid; grid-template-columns: minmax(220px, 38%) 1fr; }
  .yearbook-card figure { border-right: 4px solid #f1c232; border-bottom: 0; }
  .yearbook-card img { height: 100%; }
  .yearbook-help { align-items: flex-start; flex-direction: column; }
  .song-hero-grid { grid-template-columns: 1fr; }
  .song-intro-grid, .lyrics-grid { grid-template-columns: 1fr; }
  .lyrics-card > header { min-height: 0; }
}
@media (max-width: 560px) {
  .yearbook-policy-periods { grid-template-columns: 1fr; }
  .yearbook-policy-periods div + div { border-top: 1px solid #dce5f1; border-left: 0; }
  .yearbook-card { display: flex; }
  .yearbook-card figure { border-right: 0; border-bottom: 4px solid #f1c232; }
  .yearbook-card img { height: auto; }
  .yearbook-help-links { align-items: flex-start; flex-direction: column; }
  .song-hero-photos { grid-template-columns: 1fr; }
  .song-contribute { align-items: flex-start; flex-direction: column; }
}
/* High school yearbook index */
.yearbook-record-page .page-hero { background: linear-gradient(135deg, #fff8c9 0%, #fffdf0 100%); }
.yearbook-record-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 2.5rem; align-items: center; }
.yearbook-record-hero-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 7px solid #fff; border-radius: 18px; box-shadow: 0 12px 28px rgba(20, 52, 94, .18); }
.yearbook-records { padding-top: 2.5rem; padding-bottom: 1.25rem; }
.yearbook-record-intro { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 1.35rem; }
.yearbook-record-intro h2 { margin: 0 0 .35rem; }
.yearbook-record-intro p { margin: 0; max-width: 680px; }
.yearbook-legend { display: flex; flex-wrap: wrap; gap: .6rem 1.15rem; color: #3e4b5d; font-size: .9rem; white-space: nowrap; }
.yearbook-legend span { display: inline-flex; align-items: center; gap: .42rem; }
.yearbook-legend i { width: .85rem; height: .85rem; border-radius: 3px; background: #1766b3; }
.yearbook-legend .missing-key { background: #c8cdd3; border: 1px solid #9aa1a9; }
.yearbook-year-grid { display: grid; grid-template-columns: repeat(10, minmax(72px, 1fr)); gap: .65rem; }
.yearbook-year { min-height: 54px; display: grid; place-items: center; border-radius: 9px; font-weight: 800; font-size: 1.03rem; letter-spacing: .01em; }
a.yearbook-year { color: #fff; background: #1766b3; border: 2px solid #1766b3; text-decoration: none; box-shadow: 0 3px 8px rgba(20, 52, 94, .12); transition: transform .15s ease, background .15s ease, box-shadow .15s ease; }
a.yearbook-year:hover, a.yearbook-year:focus-visible { background: #0f4f91; border-color: #0f4f91; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(20, 52, 94, .2); }
.yearbook-year.unavailable { color: #5e6268; background: #d9dde1; border: 2px solid #b6bcc3; box-shadow: inset 0 0 0 1px rgba(255,255,255,.55); cursor: not-allowed; }
.yearbook-period-break { grid-column: 1 / -1; height: 13px; margin: 3px 0 1px; border-top: 3px solid #f2cf43; }
.yearbook-century-break { height: 13px; margin-top: 3px; border-top-width: 3px; border-color: #f2cf43; }
.yearbook-finding-aid { margin-top: 1.7rem; padding: 1.15rem 1.3rem; display: flex; justify-content: space-between; gap: 1.5rem; align-items: center; background: #f4f8fc; border-left: 5px solid #1766b3; border-radius: 0 12px 12px 0; }
.yearbook-finding-aid p { margin: .2rem 0 0; }
@media (max-width: 950px) { .yearbook-year-grid { grid-template-columns: repeat(7, 1fr); } }
@media (max-width: 720px) { .yearbook-record-hero-grid { grid-template-columns: 1fr; } .yearbook-record-hero-grid img { max-width: 360px; } .yearbook-record-intro { display: block; } .yearbook-legend { margin-top: 1rem; } .yearbook-year-grid { grid-template-columns: repeat(5, 1fr); } .yearbook-finding-aid { align-items: flex-start; flex-direction: column; } }
@media (max-width: 430px) { .yearbook-year-grid { grid-template-columns: repeat(3, 1fr); } }

/* Grade and middle school yearbook collections */
.school-yearbooks-page .page-hero { background: linear-gradient(135deg, #fff6c7, #fffdf0); border-bottom: 5px solid var(--navy); }
.school-yearbooks-page .page-hero { padding-bottom: 26px; }
.school-yearbooks-hero-grid { display: flex; flex-direction: column; }
.hero-yearbook-link { align-self: flex-end; margin-top: 14px; color: var(--navy); font-size: 13px; font-weight: 800; text-decoration: none; }
.hero-yearbook-link:hover { text-decoration: underline; }
.school-yearbook-collections { padding: 24px 0 18px; }
.school-level-section { scroll-margin-top: 20px; }
.school-level-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 4px solid var(--gold); }
.school-level-heading h2 { display: flex; align-items: center; gap: 11px; margin: 2px 0 6px; }
.school-level-heading h2::before { content: ""; width: 24px; height: 29px; flex: 0 0 auto; border: 3px solid var(--navy); border-left-width: 7px; border-radius: 2px 5px 5px 2px; background: #ffe16a; box-shadow: inset 2px 0 0 rgba(255,255,255,.7); }
.school-level-heading p:last-child { max-width: 760px; margin: 0; color: var(--muted); }
.school-yearbook-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.school-yearbook-group { padding: 22px; border: 1px solid var(--line); border-top: 5px solid var(--navy); background: white; box-shadow: 0 3px 10px rgba(21,63,130,.06); }
.school-yearbook-group h3 { min-height: 48px; display: flex; align-items: flex-start; gap: 9px; margin: 0 0 15px; color: var(--navy); font-size: 18px; line-height: 1.35; }
.school-yearbook-group h3::before { content: "▤"; width: 25px; height: 25px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #fff0a6; color: var(--navy); font-size: 14px; line-height: 1; }
.school-yearbook-group.combined-group { grid-column: 1 / -1; margin-top: 12px; border-top-color: var(--gold); }
.school-yearbook-group.combined-group h3 { min-height: 0; }
.school-yearbook-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.combined-group .school-yearbook-links, .middle-group .school-yearbook-links { grid-template-columns: repeat(4, minmax(0,1fr)); }
.school-yearbook-link { min-height: 56px; display: flex; align-items: center; gap: 10px; padding: 9px 11px; border: 1px solid #cbd8e8; border-radius: 7px; background: #f4f8fc; color: var(--navy); text-decoration: none; }
.school-yearbook-link strong { flex: 0 0 auto; color: #1766b3; font-size: 17px; }
.school-yearbook-link span { color: #526276; font-size: 10px; line-height: 1.25; }
.school-yearbook-link:hover { border-color: var(--navy); background: #fff8d4; }
.middle-school-section { margin-top: 38px; padding-top: 34px; border-top: 1px solid var(--line); }
.middle-school-section .middle-group { border-top-color: var(--gold); }
.middle-school-section .middle-group h3 { display: none; }
.school-yearbook-policy { margin-top: 24px; padding: 20px 23px; border-left: 5px solid var(--gold); background: #fff9df; }
.school-yearbook-policy strong { color: var(--navy); font-size: 18px; }
.school-yearbook-policy p { margin: 5px 0 0; color: var(--muted); line-height: 1.6; }
.school-yearbook-help { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 20px; padding: 21px 24px; background: var(--navy); color: white; }
.school-yearbook-help strong { font-size: 18px; }
.school-yearbook-help p { margin: 4px 0 0; color: #dbe4ed; font-size: 13px; }
@media (max-width: 900px) { .combined-group .school-yearbook-links, .middle-group .school-yearbook-links { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 680px) { .school-level-heading, .school-yearbook-help { align-items: flex-start; flex-direction: column; } .school-yearbook-grid { grid-template-columns: 1fr; } .school-yearbook-group.combined-group { grid-column: auto; } .combined-group .school-yearbook-links, .middle-group .school-yearbook-links { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 420px) { .school-yearbook-links, .combined-group .school-yearbook-links, .middle-group .school-yearbook-links { grid-template-columns: 1fr; } }

/* Administrative records */
.admin-hero { background: linear-gradient(135deg, #fff7c7, #fffdf1); border-bottom: 5px solid var(--navy); }
.admin-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 3rem; align-items: center; }
.admin-hero figure { margin: 0; overflow: hidden; border: 6px solid white; border-radius: 16px; background: white; box-shadow: 0 12px 28px rgba(20,52,94,.18); }
.admin-hero img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.admin-hero figcaption { padding: .55rem .8rem; color: #526276; font-size: .78rem; }
.admin-records-content { padding-top: 2.5rem; padding-bottom: 1.2rem; }
.admin-intro { max-width: 800px; margin-bottom: 1.6rem; }
.admin-intro h2 { margin: .15rem 0 .55rem; }
.admin-intro p:last-child { margin: 0; color: var(--muted); line-height: 1.7; }
.admin-record-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.admin-record-group { display: flex; flex-direction: column; padding: 1.5rem; border: 1px solid var(--line); border-top: 5px solid var(--navy); border-radius: 10px; background: white; box-shadow: 0 5px 16px rgba(20,52,94,.07); }
.admin-record-group:nth-child(2) { border-top-color: var(--gold); }
.admin-record-group.yearly-files { grid-column: 1 / -1; border-top-color: var(--navy); }
.admin-record-group.yearly-files > p { margin: 1rem 0 0; color: var(--muted); line-height: 1.65; }
.admin-record-heading { display: flex; gap: .85rem; align-items: flex-start; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.admin-record-heading > span { width: 2.3rem; height: 2.3rem; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #fff0a5; color: var(--navy); font-size: 1.2rem; font-weight: 800; }
.admin-record-heading h3 { margin: 0 0 .25rem; color: var(--navy); }
.admin-record-heading p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.admin-record-group ul { margin: 1.1rem 0 0; padding-left: 1.2rem; }
.admin-record-group li { margin: .65rem 0; line-height: 1.45; }
.restricted-note { margin-top: auto; padding: 1rem 1.1rem; border-left: 5px solid var(--gold); background: #fff8d8; }
.restricted-note p { margin: .3rem 0 0; color: #465569; font-size: .9rem; line-height: 1.5; }
.admin-guides { display: grid; grid-template-columns: minmax(230px, .75fr) minmax(0, 1.25fr); gap: 2rem; align-items: center; margin-top: 1.3rem; padding: 1.4rem; border-left: 6px solid var(--gold); background: #f4f8fc; }
.admin-guides h2 { margin: .1rem 0 .4rem; font-size: 1.45rem; }
.admin-guides p:last-child { margin: 0; color: var(--muted); line-height: 1.55; }
.admin-guide-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.admin-guide-list a { display: flex; flex-direction: column; min-height: 145px; padding: 1rem; border: 1px solid #cbd8e8; border-top: 4px solid var(--navy); border-radius: 8px; background: white; color: var(--navy); text-decoration: none; }
.admin-guide-list a:nth-child(2) { border-top-color: var(--gold); }
.admin-guide-list span { margin: .35rem 0 .75rem; color: var(--muted); font-size: .85rem; line-height: 1.45; }
.admin-guide-list b { margin-top: auto; color: #1766b3; font-size: .82rem; }
.admin-guide-list a:hover { border-color: var(--navy); background: #fffbea; }
.admin-access { display: flex; justify-content: space-between; gap: 2rem; align-items: center; margin-top: 1.3rem; padding: 1.25rem 1.4rem; border-radius: 10px; background: var(--navy); color: white; }
.admin-access p { margin: .25rem 0 0; color: #dbe7f3; }
.admin-source { margin-top: 1rem; color: var(--muted); font-size: .86rem; }
.admin-source summary { width: fit-content; color: var(--navy); cursor: pointer; font-weight: 700; }
.admin-source p { margin: .5rem 0 0; }
.admin-back { margin-top: 1rem; }
@media (max-width: 820px) { .admin-hero-grid, .admin-record-grid, .admin-guides { grid-template-columns: 1fr; } .admin-hero figure { max-width: 430px; } }
@media (max-width: 560px) { .admin-access { align-items: flex-start; flex-direction: column; } .admin-guide-list { grid-template-columns: 1fr; } }

/* Audio-visual collection */
.av-hero { background: linear-gradient(135deg, #fff7c7, #fffdf1); border-bottom: 5px solid var(--navy); }
.av-hero .button { display: inline-block; margin-top: .75rem; }
.av-content { padding-top: 2.4rem; padding-bottom: 1.2rem; }
.av-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: 2.5rem; align-items: end; margin-bottom: 1.5rem; }
.av-intro h2 { margin: .15rem 0 .55rem; }
.av-intro p:last-child { margin: 0; color: var(--muted); line-height: 1.7; }
.av-jump { display: flex; flex-wrap: wrap; gap: .5rem; }
.av-jump a { width: 155px; min-height: 52px; display: grid; place-items: center; padding: .48rem .7rem; border: 1px solid #cbd8e8; border-radius: 8px; background: white; color: var(--navy); font-size: .78rem; font-weight: 800; line-height: 1.25; text-align: center; text-decoration: none; }
.av-jump a:hover { border-color: var(--navy); background: #fff7cc; }
.av-more { display: flex; gap: 1rem; align-items: center; margin-bottom: 1.2rem; padding: 1.05rem 1.2rem; border-left: 6px solid var(--gold); background: #f4f8fc; }
.av-more > span { width: 2.5rem; height: 2.5rem; display: grid; flex: 0 0 auto; place-items: center; padding-left: 3px; border-radius: 50%; background: var(--navy); color: var(--gold); }
.av-more p { margin: .25rem 0 0; color: var(--muted); line-height: 1.5; }
.av-more a { font-weight: 800; }
.av-library { display: grid; gap: 1.15rem; }
.av-category { scroll-margin-top: 1rem; overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: white; box-shadow: 0 5px 16px rgba(20,52,94,.06); }
.av-category > header { display: flex; gap: .85rem; align-items: center; padding: 1rem 1.2rem; border-bottom: 4px solid var(--gold); background: #f4f8fc; }
.av-category > header > span { width: 2.5rem; height: 2.5rem; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold); font-size: 1.2rem; font-weight: 900; }
.av-category h2 { margin: .05rem 0 0; font-size: 1.35rem; }
.av-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.av-links a { min-height: 82px; display: flex; flex-direction: column; justify-content: center; padding: .8rem 1rem; background: white; color: var(--navy); text-decoration: none; }
.av-links a:hover { background: #fff9dc; }
.av-links time { margin-bottom: .25rem; color: #1766b3; font-size: .76rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.av-links strong { font-size: .9rem; line-height: 1.4; }
.av-help { display: flex; justify-content: space-between; gap: 2rem; align-items: center; margin-top: 1.25rem; padding: 1.25rem 1.4rem; border-radius: 10px; background: var(--navy); color: white; }
.av-help p { margin: .25rem 0 0; color: #dbe7f3; }
.av-back { margin-top: 1rem; }
@media (max-width: 900px) { .av-intro { grid-template-columns: 1fr; } .av-links { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .av-links { grid-template-columns: 1fr; } .av-help { align-items: flex-start; flex-direction: column; } }

/* Publications and newspapers */
.publications-hero { background: linear-gradient(135deg, #fff7c7, #fffdf1); border-bottom: 5px solid var(--navy); }
.publications-content { padding-top: 2.4rem; padding-bottom: 1.2rem; }
.publications-intro { max-width: 790px; margin-bottom: 1.4rem; }
.publications-intro h2 { margin: .15rem 0 .5rem; }
.publications-intro p:last-child { margin: 0; color: var(--muted); line-height: 1.65; }
.publication-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; }
.publication-card { display: grid; grid-template-columns: 58px 1fr; gap: 1rem; padding: 1.35rem; border: 1px solid var(--line); border-top: 5px solid var(--navy); border-radius: 10px; background: white; box-shadow: 0 5px 16px rgba(20,52,94,.07); }
.publication-card > div:last-child { display: flex; flex-direction: column; }
.publication-card:nth-child(even) { border-top-color: var(--gold); }
.publication-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold); font-size: 1.25rem; font-weight: 900; }
.publication-card h2 { margin: .1rem 0 .45rem; font-size: 1.4rem; }
.publication-card p:not(.label) { margin: 0; color: var(--muted); line-height: 1.6; }
.publication-card ul { margin: .75rem 0 0; padding-left: 1.15rem; color: var(--muted); }
.publication-card li { margin: .3rem 0; }
.publication-actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin-top: auto; padding-top: 1rem; }
.publication-actions .button { display: inline-block; }
.publication-actions > a:not(.button) { color: #1766b3; font-size: .85rem; font-weight: 800; text-decoration: none; }
.publication-actions > a:not(.button):hover { text-decoration: underline; }
.publication-finding-aid { display: inline-block; margin-top: .8rem; color: #1766b3; font-size: .85rem; font-weight: 800; text-decoration: none; }
.publication-finding-aid:hover { text-decoration: underline; }
.publication-note { display: flex; justify-content: space-between; gap: 2rem; align-items: center; margin-top: 1.25rem; padding: 1.25rem 1.4rem; border-radius: 10px; background: var(--navy); color: white; }
.publication-note p { margin: .25rem 0 0; color: #dbe7f3; }
.publications-back { margin-top: 1rem; }
@media (max-width: 820px) { .publication-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .publication-card { grid-template-columns: 1fr; } .publication-note { align-items: flex-start; flex-direction: column; } }

/* Reference library */
.reference-hero { background: linear-gradient(135deg, #fff7c7, #fffdf1); border-bottom: 5px solid var(--navy); }
.reference-content { padding-top: 2.4rem; padding-bottom: 1.2rem; }
.reference-intro { display: flex; justify-content: space-between; gap: 2rem; align-items: center; margin-bottom: 1.4rem; }
.reference-intro > div { max-width: 790px; }
.reference-intro h2 { margin: .15rem 0 .5rem; }
.reference-intro p:last-child { margin: 0; color: var(--muted); line-height: 1.65; }
.reference-update-links a:hover { border-color: var(--navy); background: #fffbea; }
.reference-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; align-items: start; }
.reference-grid .reference-group:nth-child(3) { order: 1; }
.reference-grid .reference-group:nth-child(4) { order: 2; }
.reference-grid .reference-group:nth-child(5) { order: 3; }
.reference-grid .reference-group:nth-child(2) { order: 4; }
.reference-grid .reference-group:nth-child(1) { order: 5; }
.reference-group { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: 0 5px 16px rgba(20,52,94,.06); }
.reference-group > header { display: flex; gap: .8rem; align-items: center; padding: 1rem 1.15rem; border-bottom: 4px solid var(--gold); background: #f4f8fc; }
.reference-group > header span { width: 2.65rem; height: 2.65rem; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold); font-size: .78rem; font-weight: 900; }
.reference-group h2 { margin: .05rem 0 0; font-size: 1.35rem; }
.reference-group h3 { margin: 1rem 1.2rem .3rem; color: var(--navy); font-size: 1rem; }
.reference-group ul { margin: 0; padding: .45rem 1.2rem 1rem; list-style: none; }
.reference-group li { padding: .58rem 0; border-bottom: 1px solid #e7edf4; color: #465569; font-size: .88rem; line-height: 1.45; }
.reference-group li:last-child { border-bottom: 0; }
.reference-group li.online { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.reference-group li.online a { flex: 0 0 auto; color: #1766b3; font-size: .76rem; font-weight: 900; text-decoration: none; }
.reference-group li.online a:hover { text-decoration: underline; }
.reference-location-note { margin: 0 1.2rem 1.2rem; padding: .9rem 1rem; border-left: 5px solid var(--gold); background: #fff8d8; }
.reference-location-note p { margin: .25rem 0 0; color: var(--muted); font-size: .85rem; line-height: 1.5; }
.school-reference { grid-column: 1 / -1; }
.school-reference ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1.5rem; }
.reference-note { display: flex; justify-content: space-between; gap: 2rem; align-items: center; margin-top: 1.25rem; padding: 1.25rem 1.4rem; border-radius: 10px; background: var(--navy); color: white; }
.reference-note p { margin: .25rem 0 0; color: #dbe7f3; }
.reference-back { margin-top: 1rem; }
@media (max-width: 820px) { .reference-grid { grid-template-columns: 1fr; } .school-reference { grid-column: auto; } .school-reference ul { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .reference-intro, .reference-note { align-items: flex-start; flex-direction: column; } .reference-group li.online { align-items: flex-start; flex-direction: column; gap: .35rem; } }

/* Personal and organizational collections */
.personal-collections-hero { border-bottom: 5px solid var(--gold); }
.personal-collections-content { padding-top: 2.4rem; padding-bottom: 1.4rem; }
.personal-intro { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-bottom: 1.6rem; }
.personal-intro > div { max-width: 800px; }
.personal-intro h2 { margin: .15rem 0 .5rem; }
.personal-intro p:last-child { margin: 0; color: var(--muted); line-height: 1.65; }
.personal-collection-section { margin-top: 1.2rem; border: 1px solid #d6dfeb; border-radius: 10px; background: white; overflow: hidden; }
.personal-collection-section > header { display: flex; gap: 1rem; align-items: center; padding: 1rem 1.25rem; border-bottom: 4px solid var(--gold); background: #f6f9fc; }
.personal-collection-section > header > span { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 50%; background: var(--navy); color: white; font-family: Georgia,serif; font-size: 1.25rem; font-weight: 800; }
.personal-collection-section > header h2 { margin: .1rem 0 0; font-size: 1.45rem; }
.personal-collection-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.personal-collection-list article { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; min-width: 0; padding: 1rem 1.2rem; border-bottom: 1px solid #e2e7ee; }
.personal-collection-list article:nth-child(odd) { border-right: 1px solid #e2e7ee; }
.personal-collection-list article:last-child { border-bottom: 0; }
.personal-collection-list h3 { margin: 0 0 .3rem; color: var(--navy); font-size: 1rem; }
.personal-collection-list p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.personal-collection-list article > a { flex: 0 0 auto; align-self: center; max-width: 132px; color: #1766b3; font-size: .76rem; font-weight: 800; line-height: 1.3; text-decoration: none; }
.personal-collection-list article > a:hover { text-decoration: underline; }
.collection-links { display: flex; flex: 0 0 auto; align-self: center; flex-direction: column; gap: .45rem; max-width: 132px; }
.collection-links a { color: #1766b3; font-size: .76rem; font-weight: 800; line-height: 1.3; text-decoration: none; }
.collection-links a:hover { text-decoration: underline; }
.personal-collection-section.organizations > header { border-bottom-color: var(--navy); background: #fff9dc; }
.personal-collection-section.organizations > header > span { background: var(--gold); color: var(--navy); }
.community-feature { padding: 1rem 1.25rem; border-bottom: 1px solid #dce3ec; background: #fff9dc; }
.community-feature h3 { margin: 0 0 .35rem; color: var(--navy); }
.community-feature p { margin: 0; line-height: 1.6; }
.personal-collection-note { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-top: 1.25rem; padding: 1.15rem 1.3rem; border-radius: 9px; background: var(--navy); color: white; }
.personal-collection-note p { margin: .25rem 0 0; color: #dbe7f3; }
.personal-collections-back { margin-top: 1rem; }
@media (max-width: 760px) { .personal-collection-list { grid-template-columns: 1fr; } .personal-collection-list article, .personal-collection-list article:nth-child(odd), .personal-collection-list article:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid #e2e7ee; } .personal-collection-list article:last-child { border-bottom: 0; } }
@media (max-width: 560px) { .personal-intro, .personal-collection-note { align-items: flex-start; flex-direction: column; } .personal-collection-list article { flex-direction: column; } .personal-collection-list article > a, .collection-links { align-self: flex-start; max-width: none; } }

/* District history, 1960-2004 */
.district-era-hero { border-bottom: 5px solid var(--navy); }
.district-era-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 180px; gap: 2.5rem; align-items: center; }
.district-era-hero figure { margin: 0; padding: 1rem; border: 1px solid #ddcf8d; border-radius: 10px; background: white; text-align: center; }
.district-era-hero figure img { width: 118px; height: 118px; object-fit: contain; }
.district-era-hero figcaption { margin-top: .55rem; color: var(--muted); font-size: .72rem; font-weight: 700; }
.district-era-content { padding-top: 2.3rem; }
.district-era-layout { display: block; }
.district-era-article { display: block; }
.district-era-intro { margin-bottom: 1.2rem; padding: 1.1rem 1.3rem; border-left: 6px solid var(--gold); background: #f3f7fd; }
.district-era-intro h2 { margin: .1rem 0 .4rem; }
.district-era-intro p:last-child { margin: 0; color: var(--muted); line-height: 1.6; }
.district-courtyard-photo { clear: both; margin: 1.2rem 0 0; border: 1px solid #d6dfeb; background: var(--navy); overflow: hidden; }
.district-courtyard-photo img { width: 100%; height: 430px; display: block; object-fit: cover; object-position: center 59%; }
.district-courtyard-photo figcaption { padding: .65rem .9rem; color: white; font-size: .75rem; font-weight: 700; }
.district-history-text { display: block; margin: 0; padding: 0; border: 0; }
.district-history-text p { margin: 0; padding: 1rem 1.1rem; border-bottom: 1px solid #dbe3ed; color: #344256; line-height: 1.72; }
.district-history-text p:nth-child(even) { background: #fffbea; }
.district-history-text p:last-child { border-bottom: 0; }
.district-era-sidebar { width: 300px; float: right; margin: 0 0 1.2rem 1.6rem; position: static; }
.district-key-dates { padding: 1.2rem; border-top: 5px solid var(--gold); background: var(--navy); color: white; }
.district-key-dates h2 { margin: .1rem 0 .8rem; color: white; font-size: 1.35rem; }
.district-key-dates ol { display: block; margin: 0; padding: 0; list-style: none; }
.district-key-dates li { display: grid; grid-template-columns: 66px 1fr; gap: .6rem; padding: .65rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.district-key-dates li:last-child { border-bottom: 0; }
.district-key-dates li strong { color: #ffe16a; font-size: .8rem; }
.district-key-dates li span { color: #e6edf7; font-size: .78rem; line-height: 1.45; }
.district-era-next { display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; margin-top: .75rem; padding: .9rem 1.1rem; border: 1px solid #d6dfeb; background: white; }
.district-era-next strong { color: var(--navy); }
.district-era-next a { color: #1766b3; font-size: .78rem; font-weight: 800; text-decoration: none; }
.district-era-back { clear: both; margin-top: 1rem; }
@media (max-width: 820px) { .district-era-sidebar { width: 280px; } }
@media (max-width: 560px) { .district-era-hero-grid { grid-template-columns: 1fr; } .district-era-hero figure { width: 150px; } .district-era-sidebar { width: auto; float: none; margin: 0 0 1rem; } .district-courtyard-photo img { height: 280px; } .district-history-text p { padding: .9rem .4rem; } }
