
:root {
  --blue: #1238b8;
  --blue-dark: #0b245f;
  --blue-soft: #eaf0ff;
  --teal: #1fa9b5;
  --teal-light: #66d2cf;
  --ink: #11192d;
  --muted: #5c6578;
  --paper: #fff;
  --canvas: #f6f8fc;
  --line: #dfe5ef;
  --success: #188e86;
  --error: #b43838;
  --shadow: 0 18px 60px rgba(24,50,104,.12);
  --radius: 20px;
  --shell: min(1180px, calc(100vw - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
body.dialog-open { overflow: hidden; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.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; z-index: 999; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 14px; border-radius: 10px; background: #fff; }
.skip-link:focus { transform: translateY(0); }
[hidden] { display: none !important; }

.site-header { position: relative; z-index: 50; background: #fff; border-bottom: 1px solid rgba(223,229,239,.8); }
.header-inner { min-height: 122px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 17px; min-width: 0; text-decoration: none; }
.brand img { width: 92px; height: 92px; object-fit: contain; flex: 0 0 auto; }
.brand-copy { min-width: 0; display: grid; font-size: 1.42rem; font-weight: 800; line-height: 1.03; letter-spacing: -.03em; }
.brand-copy strong { font-size: .98em; }
.brand-copy b { color: var(--blue); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a { position: relative; text-decoration: none; font-weight: 750; white-space: nowrap; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue); transition: right .2s ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a.is-active:not(.button)::after { right: 0; }
.menu-button { display: none; width: 46px; height: 46px; padding: 9px; border: 0; border-radius: 12px; background: var(--blue-soft); }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--blue-dark); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 11px; text-decoration: none; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 28px rgba(18,56,184,.2); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.65); background: rgba(4,20,42,.22); backdrop-filter: blur(8px); }
.button-light { color: var(--blue); background: #fff; }
.nav-join { min-height: 50px; padding-inline: 24px; }
.text-action { display: inline-flex; align-items: center; padding-bottom: 4px; color: var(--blue); border: 0; border-bottom: 1px solid currentColor; background: none; text-decoration: none; font-weight: 800; cursor: pointer; }

.hero { position: relative; min-height: 590px; display: grid; overflow: hidden; color: #fff; background: var(--blue-dark); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-image-stack { overflow: hidden; }
.hero-image-layer { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.6s ease; }
.hero-image-layer.is-visible { opacity: 1; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,19,35,.92) 0%, rgba(4,29,43,.70) 45%, rgba(5,40,54,.12) 82%), linear-gradient(0deg, rgba(3,26,37,.58), transparent 65%); }
.hero-content { position: relative; z-index: 2; min-height: 590px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 40px; padding-block: 70px 105px; }
.hero-copy-block { max-width: 670px; }
.eyebrow { margin: 0 0 14px; font-size: .74rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-blue { color: var(--blue); }
.hero h1, .page-hero h1 { margin: 0; font-size: clamp(3.6rem, 7.2vw, 6.7rem); line-height: .91; letter-spacing: -.065em; }
.hero-copy { max-width: 620px; margin: 24px 0 0; color: rgba(255,255,255,.89); font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.video-toggle { width: 86px; height: 86px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; color: #fff; background: rgba(0,0,0,.18); cursor: pointer; backdrop-filter: blur(8px); }
.video-toggle-icon { font-size: 1.55rem; }
.hero-wave { position: absolute; z-index: 3; left: -3%; right: -3%; bottom: -42px; height: 80px; border-top: 9px solid var(--teal); border-radius: 50% 50% 0 0; background: var(--canvas); transform: rotate(-.4deg); }

.page-hero { padding: 78px 0 72px; background: linear-gradient(130deg, #f8fbff 0%, #edf5fb 58%, #e2f6f5 100%); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 950px; font-size: clamp(3.2rem, 7vw, 6.2rem); }
.page-hero p:last-child { max-width: 760px; margin: 22px 0 0; color: var(--muted); font-size: 1.12rem; }

.section-white { background: #fff; }
.home-intro { padding: 95px 0; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.intro-grid h2, .section-header h2, .archive-promo h2, .documents-section h2, .contact-page h2, .donations-section h2, .legal-section h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.3rem); line-height: .98; letter-spacing: -.055em; }
.intro-grid > div:last-child > p { margin: 30px 0 22px; color: var(--muted); font-size: 1.12rem; line-height: 1.8; }

.photo-gallery { padding: 0 0 92px; background: #fff; }
.photo-gallery-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,470px); gap: 24px; align-items: end; margin-bottom: 28px; }
.photo-gallery-head h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.3rem); line-height: .98; letter-spacing: -.055em; }
.photo-gallery-head p:last-child { margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.8; }
.photo-masonry { column-count: 3; column-gap: 18px; }
.photo-card { display: block; break-inside: avoid; margin-bottom: 18px; text-decoration: none; }
.photo-figure { margin: 0; overflow: hidden; border: 1px solid rgba(223,229,239,.88); border-radius: 18px; background: #fff; box-shadow: 0 14px 34px rgba(22,44,91,.08); transition: transform .18s ease, box-shadow .18s ease; }
.photo-card:hover .photo-figure, .photo-card:focus-visible .photo-figure { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(22,44,91,.12); }
.photo-figure img { width: 100%; height: auto; transition: transform .5s ease; }
.photo-card:hover img, .photo-card:focus-visible img { transform: scale(1.018); }
.photo-figure figcaption { display: grid; gap: 3px; padding: 14px 16px 16px; }
.photo-figure strong { color: var(--blue-dark); font-size: 1rem; }
.photo-figure span { color: var(--muted); font-size: .88rem; }
.events-section { padding: 78px 0 88px; background: var(--canvas); }
.home-events { padding-top: 86px; }
.page-events { padding-top: 68px; }
.section-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.section-header h2 { display: flex; align-items: center; gap: 14px; font-size: clamp(2.15rem, 4.7vw, 3.75rem); }
.section-icon { color: var(--blue); font-size: .8em; }
.section-icon img { width: 1em; height: 1em; object-fit: contain; display: block; }
.filter-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 18px; }
.filter-chip { min-height: 44px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: #fff; font-weight: 760; cursor: pointer; }
.filter-chip:hover, .filter-chip.is-active { color: #fff; border-color: var(--blue); background: var(--blue); }
.calendar-status { min-height: 28px; display: flex; align-items: center; gap: 9px; margin: 12px 0 18px; color: var(--muted); font-size: .88rem; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #8793a8; box-shadow: 0 0 0 5px rgba(135,147,168,.12); }
.calendar-status.is-success .status-dot { background: var(--teal); box-shadow: 0 0 0 5px rgba(31,169,181,.13); }
.calendar-status.is-error { color: var(--error); }
.calendar-status.is-error .status-dot { background: var(--error); box-shadow: 0 0 0 5px rgba(180,56,56,.12); }
.event-list { display: grid; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: 0 12px 38px rgba(29,52,97,.06); }
.event-row { display: grid; grid-template-columns: 185px minmax(0, 1fr) auto; align-items: center; gap: 24px; min-height: 147px; padding: 18px 22px; border-bottom: 1px solid var(--line); cursor: pointer; transition: background .16s ease; }
.event-row:last-child { border-bottom: 0; }
.event-row:hover { background: #fbfcff; }
.event-thumbnail { height: 112px; overflow: hidden; border-radius: 10px; background: #e1e8f2; }
.event-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.event-main { min-width: 0; }
.event-title-line { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.event-title-line h3 { margin: 0; color: var(--blue); font-size: 1.11rem; }
.event-type { display: inline-flex; align-items: center; min-height: 24px; padding: 3px 8px; color: var(--blue); background: var(--blue-soft); border-radius: 999px; font-size: .67rem; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.event-meta { display: flex; flex-wrap: wrap; gap: 7px 20px; margin-top: 8px; color: #3e485d; font-size: .86rem; font-weight: 650; }
.event-meta span { display: inline-flex; align-items: center; gap: 6px; }
.event-meta-icon { height: 1em; width: auto; vertical-align: -0.15em; }
.event-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px; }
.info-badge { display: inline-flex; align-items: center; min-height: 25px; padding: 3px 9px; border-radius: 999px; color: #3f4b61; background: #f0f3f8; font-size: .72rem; font-weight: 750; }
.info-badge.is-important { color: #075e68; background: #daf5f2; }
.event-main p { margin: 9px 0 0; color: var(--muted); font-size: .91rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.event-more { justify-self: end; display: inline-flex; align-items: center; gap: 11px; border: 0; background: transparent; color: var(--blue); font-weight: 850; cursor: pointer; white-space: nowrap; }
.event-more span { font-size: 1.55rem; }
.empty-state { padding: 44px 24px; border: 1px dashed #b8c4d8; border-radius: var(--radius); background: #fff; text-align: center; }
.empty-state strong, .empty-state span { display: block; }
.empty-state span { margin-top: 6px; color: var(--muted); }

.membership-band { padding: 0 0 78px; background: var(--canvas); }
.membership-inner { min-height: 145px; display: grid; grid-template-columns: 68px minmax(0,1fr) auto; align-items: center; gap: 24px; padding: 28px 34px; color: #fff; border-radius: 18px; background: linear-gradient(110deg, var(--teal), #1598bd 42%, var(--blue)); box-shadow: var(--shadow); }
.membership-icon { width: 62px; height: 62px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.75); border-radius: 50%; font-size: 2rem; }
.membership-copy h2 { margin: 0; font-size: 1.85rem; }
.membership-copy p { margin: 5px 0 0; max-width: 650px; color: rgba(255,255,255,.88); }

.archive-promo { padding: 85px 0; }
.archive-promo-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.archive-promo-inner p:not(.eyebrow) { max-width: 670px; margin: 15px 0 0; color: var(--muted); }
.archive-section { padding: 68px 0 95px; }
.archive-groups { display: grid; gap: 55px; }
.archive-semester-header { display: flex; align-items: center; gap: 18px; margin-bottom: 17px; }
.archive-semester-header h2 { margin: 0; font-size: clamp(2rem,4vw,3.2rem); letter-spacing: -.045em; }
.archive-count { padding: 5px 10px; border-radius: 999px; color: var(--blue); background: var(--blue-soft); font-size: .75rem; font-weight: 800; }

.about-us { padding: 86px 0 92px; }
.about-us-inner h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.3rem); line-height: .98; letter-spacing: -.055em; }
.about-us-copy { width: 100%; margin-top: 28px; }
.about-us-copy p { margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.about-us-copy p + p { margin-top: 16px; }
.about-us-image { width: 100%; max-width: 100%; margin: 2.5rem 0 0; text-align: center; }
.about-us-image img { display: block; width: 100%; height: auto; border-radius: 16px; }
.about-us-image figcaption { margin-top: 0.75rem; font-size: 1.2rem; font-style: italic; color: var(--muted); }

.team-section { padding: 78px 0; }
.team-section + .team-section { padding-top: 0; }
.people-disclosure > summary { display: flex; align-items: end; justify-content: space-between; gap: 30px; list-style: none; cursor: pointer; }
.people-disclosure > summary::-webkit-details-marker { display: none; }
.people-disclosure > summary .eyebrow { display: block; }
.people-disclosure > summary:focus-visible { outline: 3px solid rgba(18,56,184,.28); outline-offset: 8px; border-radius: 8px; }
.people-disclosure[open] > summary { margin-bottom: 25px; }
.summary-heading { display: block; margin: 0; font-size: clamp(2.4rem, 5vw, 4.3rem); font-weight: 750; line-height: .98; letter-spacing: -.055em; }
.disclosure-action { flex: 0 0 auto; min-height: 38px; display: inline-flex; align-items: center; padding: 0 13px; color: var(--blue); border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .8rem; font-weight: 800; }
.people-disclosure:not([open]) .when-open, .people-disclosure[open] .when-closed { display: none; }
.team-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.team-card { min-height: 205px; display: grid; grid-template-columns: 164px minmax(0,1fr); overflow: hidden; border: 0; border-radius: 16px; background: #fff; box-shadow: 0 12px 36px rgba(26,49,92,.08); }
.team-portrait { min-height: 205px; overflow: hidden; background: #dce7f5; }
.team-portrait img { width: 100%; height: 100%; object-fit: cover; }
.team-copy { align-self: center; padding: 22px 24px; }
.team-role { color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.team-name-line { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px 10px; margin: 7px 0 14px; }
.team-copy h3 { margin: 0; font-size: 1.55rem; }
.team-pronouns { color: var(--muted); font-size: .78rem; }
.team-facts { display: grid; gap: 10px; margin: 0; }
.team-facts div { display: grid; gap: 2px; }
.team-facts dt { color: var(--muted); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.team-facts dd { margin: 0; }
.team-contact { display: inline-block; margin-top: 17px; color: var(--blue); font-weight: 800; text-decoration: none; }
.documents-section { padding: 72px 0 92px; }
.document-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 24px; }
.document-card { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 18px; min-height: 120px; padding: 22px; border: 1px solid var(--line); border-radius: 13px; background: #fff; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.document-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(22,44,91,.09); }
.document-icon { width: 58px; height: 58px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border: none; font-size: 1.7rem; }
.document-icon img { width: auto; height: 58px; max-width: 58px; object-fit: contain; display: block; }
.document-icon.shield { border-radius: 0; }
.document-card strong, .document-card small { display: block; }
.document-card small { margin-top: 5px; color: var(--muted); }
.document-arrow { color: var(--blue); font-size: 2rem; }
.contact-page { padding: 85px 0; }
.contact-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.contact-page-grid p:not(.eyebrow) { max-width: 580px; color: var(--muted); }
.contact-box { display: grid; gap: 9px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--canvas); }
.contact-box a { color: var(--blue); text-decoration: none; font-weight: 800; }
.donations-section { padding: 78px 0 92px; }
.donations-intro { max-width: 790px; }
.donations-intro p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.donation-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 28px; }
.donation-card { padding: 28px; border-radius: var(--radius); background: #fff; box-shadow: 0 12px 36px rgba(26,49,92,.06); }
.donation-card h3 { margin: 0 0 10px; font-size: 1.45rem; }
.donation-card p { margin: 0; color: var(--muted); }
.donation-card a { color: var(--blue); font-weight: 800; }
.bank-details { display: grid; gap: 8px; margin-top: 18px; padding: 18px; border-radius: 12px; background: var(--blue-soft); }
.bank-details div { display: grid; gap: 2px; }
.bank-details strong { color: var(--blue); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.bank-placeholder { margin-top: 18px !important; padding: 14px 16px; border-left: 3px solid var(--teal); background: #f1fbfa; }
.donation-qr { width: min(220px,100%); margin-top: 18px; }
.legal-section { padding: 80px 0 100px; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.legal-grid article { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.legal-grid h2 { font-size: 2.4rem; }
.legal-grid a { color: var(--blue); }
.legal-note { color: var(--muted); font-size: .9rem; }

.site-footer { padding: 38px 0; background: #fff; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr 1fr; gap: 45px; align-items: center; }
.footer-club { display: flex; align-items: center; gap: 18px; }
.footer-club img { width: 84px; height: 84px; object-fit: contain; }
.footer-club div { display: grid; gap: 3px; }
.footer-club span, .footer-club a, .footer-legal { color: var(--muted); font-size: .84rem; }
.footer-club a { color: var(--blue); text-decoration: none; }
.footer-social strong { display: block; margin-bottom: 9px; }
.social-links { display: flex; gap: 9px; }
.social-links a { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: var(--teal); border-radius: 50%; text-decoration: none; font-weight: 900; }
.social-links a img {width: 24px; height: 24px; max-width: 24px; max-height: 24px; object-fit: contain; display: block; }
.footer-legal { display: grid; gap: 12px; justify-items: end; text-align: right; }
.footer-legal div { display: flex; gap: 10px; }
.footer-legal a { color: var(--blue); text-decoration: none; }

.event-dialog { width: min(950px, calc(100vw - 28px)); max-height: calc(100vh - 30px); padding: 0; border: 0; border-radius: 22px; overflow: auto; box-shadow: 0 30px 100px rgba(5,21,54,.34); }
.event-dialog::backdrop { background: rgba(6,18,41,.72); backdrop-filter: blur(5px); }
.dialog-close { position: sticky; z-index: 5; float: right; top: 13px; margin: 13px 13px -58px 0; width: 42px; height: 42px; border: 0; border-radius: 50%; color: #fff; background: rgba(10,24,48,.7); font-size: 1.65rem; cursor: pointer; }
.dialog-image { height: 340px; background: #dbe3ef; }
.dialog-image img { width: 100%; height: 100%; object-fit: cover; }
.dialog-layout { display: grid; grid-template-columns: 1fr 285px; gap: 40px; padding: 34px; }
.dialog-copy h2 { margin: 13px 0 20px; font-size: clamp(2rem,4.4vw,3.4rem); line-height: 1; letter-spacing: -.045em; }
.dialog-description { color: #3f4859; line-height: 1.75; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.dialog-facts { display: grid; align-content: start; border-left: 1px solid var(--line); padding-left: 25px; }
.dialog-facts div { display: grid; gap: 3px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.dialog-facts strong { color: var(--blue); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.dialog-facts span { color: #3f4859; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; transform: translate(-50%,25px); padding: 12px 18px; color: #fff; background: var(--blue-dark); border-radius: 999px; opacity: 0; pointer-events: none; transition: .2s ease; box-shadow: var(--shadow); }
.toast.is-visible { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1080px) {
  .main-nav { gap: 19px; }
  .main-nav > a { font-size: .92rem; }
}
@media (max-width: 900px) {
  .header-inner { min-height: 96px; }
  .brand img { width: 72px; height: 72px; }
  .brand-copy { font-size: 1.18rem; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 95px; left: 20px; right: 20px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 13px; }
  .event-row { grid-template-columns: 145px minmax(0,1fr); }
  .event-more { grid-column: 2; justify-self: start; padding: 0; }
  .intro-grid, .contact-page-grid, .photo-gallery-head { grid-template-columns: 1fr; gap: 20px; }
  .team-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-legal { grid-column: 1/-1; justify-items: start; text-align: left; }
}
@media (max-width: 700px) {
  :root { --shell: min(100% - 26px,1180px); }
  .brand { gap: 10px; }
  .brand img { width: 56px; height: 56px; }
  .brand-copy { display: grid; max-width: 220px; font-size: .93rem; line-height: 1.05; }
  .brand-copy strong { display: block; font-size: .88em; }
  .header-inner { min-height: 76px; }
  .main-nav { top: 75px; }
  .hero, .hero-content { min-height: 640px; }
  .hero-content { grid-template-columns: 1fr; align-content: center; }
  .hero-copy-block { padding-top: 65px; }
  .hero h1 { font-size: clamp(3rem,14vw,4.7rem); }
  .video-toggle { justify-self: start; width: 66px; height: 66px; margin-bottom: 65px; }
  .hero-overlay { background: linear-gradient(90deg,rgba(4,20,29,.91),rgba(5,28,39,.55)), linear-gradient(0deg,rgba(2,21,31,.72),transparent 65%); }
  .page-hero { padding: 55px 0 50px; }
  .photo-gallery { padding-bottom: 74px; }
  .photo-masonry { column-count: 2; }
  .page-hero h1 { font-size: clamp(2.9rem,13vw,4.4rem); }
  .section-header { align-items: flex-start; flex-direction: column; }
  .event-row { grid-template-columns: 108px 1fr; gap: 14px; padding: 14px; }
  .event-thumbnail { height: 92px; }
  .event-title-line { display: block; }
  .event-type { margin-top: 6px; }
  .event-meta { display: grid; gap: 4px; }
  .event-main p { white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .event-more { grid-column: 1/-1; justify-self: end; }
  .document-grid, .donation-grid, .legal-grid { grid-template-columns: 1fr; }
  .people-disclosure > summary { align-items: flex-start; }
  .archive-promo-inner { align-items: flex-start; flex-direction: column; }
  .membership-inner { grid-template-columns: 58px 1fr; padding: 25px 22px; }
  .membership-inner .button { grid-column: 1/-1; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-legal { grid-column: auto; }
  .dialog-image { height: 245px; }
  .dialog-layout { grid-template-columns: 1fr; gap: 24px; padding: 23px; }
  .dialog-facts { border-left: 0; border-top: 1px solid var(--line); padding: 15px 0 0; }
}
@media (max-width: 420px) {
  .brand-copy { max-width: 185px; font-size: .82rem; }
  .photo-masonry { column-count: 1; }
  .brand img { width: 50px; height: 50px; }
  .menu-button { width: 42px; height: 42px; }
  .event-row { grid-template-columns: 1fr; }
  .event-thumbnail { height: 175px; }
  .event-more { grid-column: auto; justify-self: start; }
  .team-card { grid-template-columns: 96px minmax(0,1fr); min-height: 150px; }
  .team-portrait { min-height: 150px; }
  .team-copy { padding: 16px; }
  .team-copy h3 { font-size: 1.25rem; }
  .team-facts { gap: 7px; }
  .disclosure-action { padding: 0 10px; font-size: .72rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration:.01ms !important; transition-duration:.01ms !important; } }

.document-placeholder { max-width: 850px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--canvas); }
.document-placeholder h2 { margin-top: 0; }
.document-placeholder code { padding: 2px 6px; border-radius: 5px; background: var(--blue-soft); }
