:root {
  --blossom: #fae8e4;
  --paper: #f6f2ec;
  --paper-warm: #e7e0d8;
  --ink: #461b12;
  --russet: #791f08;
  --vermilion: #d82f0b;
  --coral: #fc9a7d;
  --taupe: #91665a;
  --slate: #595b63;
  --stone: #8a8476;
  --white: #fff;
  --line: rgba(70, 27, 18, .26);
  --shadow: 0 16px 40px rgba(70, 27, 18, .12);
  --max: 1240px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 17px/1.65 var(--sans); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
picture { display: block; }
a { color: inherit; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--russet); outline-offset: 4px; }
[hidden] { display: none !important; }

.skip { position: absolute; left: 16px; top: -100px; z-index: 200; background: var(--white); color: var(--ink); padding: 12px 16px; font-weight: 800; }
.skip:focus { top: 16px; }

.site-header { min-height: 90px; max-width: var(--max); margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-width: 44px; min-height: 48px; padding: 0 6px; margin-left: -6px; display: flex; align-items: center; gap: 12px; text-decoration: none; font-family: var(--serif); font-size: 18px; line-height: 1.08; }
a[href^="tel:"], a[href^="mailto:"] { min-height: 44px; display: inline-flex; align-items: center; }
.brand-mark { width: 32px; height: 32px; border: 3px solid var(--russet); display: inline-block; position: relative; flex: 0 0 auto; }
.brand-mark::after { content: ''; position: absolute; inset: 6px; border-top: 3px solid var(--vermilion); border-bottom: 3px solid var(--vermilion); }
.brand-name b { display: block; font-weight: 700; }
.menu-btn { display: none; min-width: 96px; min-height: 48px; border: 1px solid var(--russet); background: transparent; color: var(--ink); align-items: center; justify-content: center; gap: 12px; cursor: pointer; font-weight: 800; }
.menu-btn i, .menu-btn i::before, .menu-btn i::after { display: block; width: 22px; height: 2px; background: var(--russet); position: relative; content: ''; }
.menu-btn i::before { position: absolute; top: -7px; }
.menu-btn i::after { position: absolute; top: 7px; }
nav { display: flex; align-items: center; gap: clamp(14px, 1.7vw, 24px); font-size: 14px; font-weight: 750; }
nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; border-bottom: 2px solid transparent; }
nav a:hover, nav a:focus-visible, nav a[aria-current='page'] { color: var(--russet); border-color: var(--vermilion); }
nav .nav-donate { padding: 0 16px; background: var(--russet); color: var(--white); border: 0; }
nav .nav-donate:hover, nav .nav-donate:focus-visible, nav .nav-donate[aria-current='page'] { background: var(--ink); color: var(--white); }
.nav-contact { display: none; }

main { display: block; }
h1, h2, h3 { color: var(--ink); font-family: var(--serif); font-weight: 600; letter-spacing: -.025em; overflow-wrap: normal; word-break: normal; }
h1 { margin: 0; font-size: clamp(3rem, 6vw, 6.5rem); line-height: .98; }
h2 { margin: 0; font-size: clamp(2.15rem, 4vw, 4.4rem); line-height: 1.02; }
h3 { margin: 0; font-size: clamp(1.45rem, 2.4vw, 2.35rem); line-height: 1.1; }
p { margin: 0 0 1em; }
.eyebrow { margin: 0 0 14px; color: var(--russet); font: 800 12px/1.2 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.section { max-width: var(--max); margin: 0 auto; padding: 88px 32px; }
.section-heading { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 36px 70px; align-items: end; margin-bottom: 42px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -20px; }
.section-heading > p:last-child { margin: 0; max-width: 52ch; }

.button-row, .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 19px; border: 2px solid var(--russet); font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s ease, background-color .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--russet); color: var(--white); }
.button-primary:hover { background: var(--ink); border-color: var(--ink); }
.button-outline { background: transparent; color: var(--ink); }
.button-outline:hover { background: rgba(121, 31, 8, .08); }
.button-light { background: var(--paper); color: var(--russet); border-color: var(--paper); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--russet); font-weight: 800; }

.home-hero { max-width: var(--max); margin: 0 auto; padding: 58px 32px 82px; display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); gap: 58px; align-items: center; }
.hero-copy { min-width: 0; max-width: 560px; }
.hero-copy h1 { font-size: clamp(3rem, 5.6vw, 6rem); }
.hero-copy .hero-institution { max-width: 12ch; font-size: clamp(2.75rem, 4.6vw, 5rem); line-height: 1; }
.hero-lede { max-width: 48ch; margin: 28px 0; font-size: clamp(1.05rem, 1.4vw, 1.3rem); }
.visit-center-link { display: inline-flex; min-height: 48px; align-items: center; margin-top: 28px; color: var(--russet); font-weight: 800; }
.hero-figure { margin: 0; }
.hero-photo img { width: 100%; box-shadow: var(--shadow); }
.hero-figure figcaption, figure figcaption { margin-top: 9px; color: var(--ink); font-size: 14px; }

.program-ribbon { border-top: 1px solid var(--line); }
.editorial-features { display: grid; grid-template-columns: 1.45fr .55fr; min-height: 490px; }
.feature { position: relative; }
.feature-wide { overflow: hidden; background: var(--slate); }
.feature-wide picture, .feature-wide img { width: 100%; height: 100%; }
.feature-wide img { object-fit: cover; }
.feature-wide > div { position: absolute; inset: auto 0 0; padding: 80px 32px 28px; color: var(--white); background: linear-gradient(transparent, rgba(40,25,21,.92)); }
.feature-wide h3, .feature-wide .eyebrow, .feature-wide a { color: var(--white); }
.feature-wide a, .visit > div > p a { min-height: 44px; display: inline-flex; align-items: center; }
.feature-text { display: flex; flex-direction: column; justify-content: flex-end; padding: 42px 34px; background: var(--paper); border: 1px solid var(--line); border-left: 0; }

.then-now { background: var(--paper); max-width: none; padding-left: max(32px, calc((100vw - var(--max))/2 + 32px)); padding-right: max(32px, calc((100vw - var(--max))/2 + 32px)); }
.then-now-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 24px; align-items: stretch; margin-bottom: 28px; }
.then-now figure { margin: 0; min-height: 480px; background: var(--blossom); display: flex; flex-direction: column; }
.then-now figure img { width: 100%; height: 410px; object-fit: cover; }
.then-now figure:first-child img { object-fit: contain; padding: 24px; }
.then-now figcaption { padding: 18px 20px; margin: 0; }
.then-now figcaption strong { display: block; color: var(--russet); text-transform: uppercase; letter-spacing: .1em; font: 800 12px var(--sans); }

.event-archive-teaser, .join-home, .newsletter-home, .history-lead, .archive-pair, .volunteer-production, .donation-production { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.event-archive-teaser picture { max-height: 520px; overflow: hidden; }
.event-archive-teaser img { width: 100%; height: 520px; object-fit: cover; object-position: center 40%; }
.join-home { background: var(--paper-warm); max-width: none; padding-left: max(32px, calc((100vw - var(--max))/2 + 32px)); padding-right: max(32px, calc((100vw - var(--max))/2 + 32px)); }
.join-home picture img { width: 100%; }
.newsletter-home { grid-template-columns: minmax(180px,.45fr) 1fr; max-width: 920px; }
.newsletter-home > img { width: 260px; box-shadow: var(--shadow); }
.support-home, .contact-band { max-width: none; padding-left: max(32px, calc((100vw - var(--max))/2 + 32px)); padding-right: max(32px, calc((100vw - var(--max))/2 + 32px)); background: var(--russet); color: var(--white); display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.support-home h2, .support-home .eyebrow, .contact-band h2, .contact-band .eyebrow { color: var(--white); }
.support-home p, .contact-band p { margin-bottom: 0; }
.visit { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: center; }
.visit figure { margin: 0; }
.address-link { display: inline-block; margin: 25px 0; text-decoration: none; }
.address-link address { font-style: normal; font: 600 clamp(1.25rem, 2.2vw, 2rem)/1.35 var(--serif); }
.address-link address span { display: block; }
.map-label { display: inline-block; margin-top: 9px; color: var(--russet); font-size: 14px; font-weight: 800; text-decoration: underline; }

.page-hero { max-width: var(--max); margin: 0 auto; padding: 70px 32px 64px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 32px 60px; border-top: 1px solid var(--line); }
.page-hero .eyebrow { grid-column: 1 / -1; margin-bottom: -18px; }
.page-hero h1 { font-size: clamp(3.4rem, 5vw, 5.6rem); }
.page-hero > p:last-child { max-width: 52ch; margin: 0; align-self: end; font-size: 1.14rem; }
.history-lead picture img, .archive-pair picture img { width: 100%; }
.timeline ol { list-style: none; margin: 42px 0 0; padding: 0; border-top: 1px solid var(--line); }
.timeline li { display: grid; grid-template-columns: 160px 1fr; gap: 34px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.timeline time { color: var(--russet); font-weight: 900; }
.timeline h3 { font-size: clamp(1.45rem, 2.5vw, 2.25rem); }
.timeline p { margin: 8px 0 0; max-width: 64ch; }
.archive-pair figure { margin: 0; text-align: center; }
.archive-pair figure img { max-height: 560px; object-fit: contain; }

.programs-list { padding-top: 20px; }
.program-index { max-width: var(--max); margin: 0 auto; padding: 0 32px 52px; display: flex; flex-wrap: wrap; gap: 10px; }
.program-index a { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 13px; border: 1px solid var(--taupe); background: var(--paper); font-weight: 750; }
.program-row { display: grid; grid-template-columns: 52px minmax(0, 1fr) minmax(280px, .72fr); gap: 30px; padding: 44px 0; border-top: 1px solid var(--line); align-items: center; }
.program-row:not(:has(.program-picture)) { grid-template-columns: 52px minmax(0, 1fr); }
.program-number { color: var(--russet); font-weight: 900; }
.program-row h2 { font-size: clamp(2rem, 4vw, 4rem); }
.program-summary { margin: 10px 0; font-weight: 800; }
.program-picture img { width: 100%; max-height: 360px; object-fit: cover; }

.upcoming-empty { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; max-width: 900px; }
.upcoming-empty p { max-width: 58ch; margin-left: auto; margin-right: auto; }
.events-archive .section-heading { margin-bottom: 12px; }
.event-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: center; padding: 44px 0; border-top: 1px solid var(--line); }
.event-picture img { width: 100%; height: 380px; object-fit: cover; }
.event-meta { font-weight: 800; }
.event-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: start; }
.event-detail picture img { width: 100%; }
dl { margin: 0 0 30px; }
dl > div { padding: 14px 0; border-bottom: 1px solid var(--line); }
dt { color: var(--russet); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
dd { margin: 3px 0 0; }

.membership-hero { max-width: var(--max); margin: 0 auto; padding: 68px 32px 76px; border-top: 1px solid var(--line); }
.membership-hero > div { max-width: 850px; }
.membership-hero h1 { font-size: clamp(3.4rem, 7vw, 7rem); }
.membership-hero p:not(.eyebrow):not(.file-note) { max-width: 55ch; margin: 24px 0; font-size: 1.15rem; }
.file-note { margin-top: 12px; font-size: 14px; }
.membership-process { background: var(--paper); max-width: none; padding-left: max(32px, calc((100vw - var(--max))/2 + 32px)); padding-right: max(32px, calc((100vw - var(--max))/2 + 32px)); }
.membership-process ol { max-width: var(--max); margin: 0 auto; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.membership-process li { padding-top: 20px; border-top: 4px solid var(--vermilion); }
.membership-process strong { color: var(--russet); }
.membership-process h3 { margin: 12px 0 8px; }
.membership-info { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.membership-info aside { padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.35); }

.newsletter-latest { display: grid; grid-template-columns: 320px 1fr; gap: 60px; align-items: center; max-width: 960px; }
.newsletter-latest img { width: 100%; box-shadow: var(--shadow); }
.newsletter-archive { background: var(--paper); max-width: none; padding-left: max(32px, calc((100vw - var(--max))/2 + 32px)); padding-right: max(32px, calc((100vw - var(--max))/2 + 32px)); }
.archive-tools { max-width: var(--max); margin: 0 auto 26px; display: grid; grid-template-columns: 1fr 220px 260px; gap: 20px; align-items: end; }
.archive-tools label { font-weight: 800; }
.archive-tools select, .archive-tools input { width: 100%; min-height: 48px; margin-top: 7px; padding: 8px 10px; border: 2px solid var(--taupe); background: var(--white); color: var(--ink); }
.filter-status { max-width: var(--max); margin: 0 auto 20px; }
.newsletter-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.newsletter-card { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 20px; border-top: 3px solid var(--russet); background: var(--blossom); }
.newsletter-card img { width: 130px; box-shadow: 0 6px 16px rgba(70,27,18,.15); }
.newsletter-card h3 { font-size: 1.45rem; }
.newsletter-card p { font-size: 14px; }
.newsletter-card .button-row { align-items: flex-start; }
.newsletter-card .button { min-height: 44px; padding: 8px 12px; font-size: 14px; }

.contact-production { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: stretch; }
.contact-panel, .map-wrap { min-height: 560px; }
.contact-panel { padding: 42px; background: var(--paper); border-top: 6px solid var(--vermilion); }
.contact-panel dl { margin-top: 18px; }
.map-wrap iframe { display: block; border: 0; width: 100%; height: 100%; min-height: 560px; }
.contact-options, .direct-alternative { display: flex; align-items: center; justify-content: space-between; gap: 40px; border-top: 1px solid var(--line); }
.contact-options > div, .direct-alternative > div { max-width: 700px; }

.donation-production .paypal-card { padding: 44px; background: var(--russet); color: var(--white); }
.paypal-card h2, .paypal-card .eyebrow { color: var(--white); }
.volunteer-production picture img { width: 100%; max-height: 570px; object-fit: cover; }

.gallery-production { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.gallery-item { grid-column: span 4; position: relative; padding: 0; border: 0; background: var(--slate); color: var(--white); cursor: zoom-in; min-height: 300px; overflow: hidden; }
.gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 8; }
.gallery-item img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; transition: transform .25s ease; }
.gallery-item:hover img { transform: scale(1.02); }
.gallery-item span { position: absolute; inset: auto 0 0; padding: 46px 18px 15px; text-align: left; font-weight: 800; background: linear-gradient(transparent, rgba(31,24,23,.9)); }
.lightbox { max-width: min(92vw, 1100px); max-height: 92vh; padding: 18px; border: 0; background: var(--paper); color: var(--ink); }
.lightbox::backdrop { background: rgba(25,15,12,.82); }
.lightbox img { max-height: 78vh; margin: auto; }
.lightbox-close { width: 48px; height: 48px; margin-left: auto; display: block; border: 0; background: var(--russet); color: var(--white); font-size: 28px; cursor: pointer; }
.lightbox p { margin: 12px 0 0; }

.policy { max-width: 900px; }
.policy h2 { margin: 44px 0 14px; font-size: clamp(1.8rem,3vw,2.8rem); }
.policy h2:first-child { margin-top: 0; }

.site-footer { background: var(--ink); color: var(--white); padding: 72px max(32px, calc((100vw - var(--max))/2 + 32px)) 30px; }
.site-footer h2 { color: var(--blossom); font: 800 13px/1.2 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.site-footer a { display: flex; min-height: 44px; align-items: center; color: var(--white); }
.site-footer .brand-mark { border-color: var(--blossom); }
.site-footer .footer-address { display: block; margin: 14px 0 8px; }
.site-footer .footer-address address { font: inherit; line-height: 1.55; }
.site-footer .footer-address .map-label { display: block; margin-top: 8px; color: var(--blossom); }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1.15fr .6fr; gap: 52px; }
.footer-brand strong { font: 600 24px/1.1 var(--serif); }
.footer-brand p { max-width: 38ch; margin-top: 20px; }
.footer-address { margin: 16px 0 8px; }
.footer-address address { font-style: normal; }
.footer-address address span { display: block; }
.footer-address .map-label { color: var(--blossom); }
.footer-bottom { margin: 55px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.25); font-size: 13px; }

@media (max-width: 1100px) {
  nav { gap: 10px; font-size: 13px; }
  .newsletter-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  .site-header { min-height: 82px; padding: 0 20px; }
  .menu-btn { display: inline-flex; }
  nav { position: fixed; z-index: 100; inset: 82px 0 0; padding: 28px 22px max(28px, env(safe-area-inset-bottom)); display: none; align-content: start; overflow-y: auto; background: var(--paper); font-size: 20px; }
  nav.open { display: grid; }
  nav a { min-height: 52px; padding: 0 8px; border-bottom: 1px solid var(--line); }
  nav .nav-donate { margin-top: 12px; justify-content: center; }
  .nav-contact { display: grid; gap: 0; margin-top: 20px; font-size: 16px; }
  .home-hero { grid-template-columns: 1fr; gap: 40px; padding-top: 42px; }
  .hero-copy { max-width: 680px; }
  .hero-copy h1 { font-size: clamp(3.7rem, 14vw, 6rem); }
  .section-heading, .page-hero { grid-template-columns: 1fr; gap: 18px; }
  .section-heading .eyebrow, .page-hero .eyebrow { grid-column: auto; margin-bottom: 0; }
  .page-hero { padding-top: 60px; }
  .editorial-features { grid-template-columns: 1fr; }
  .feature-wide { min-height: 460px; }
  .feature-text { border-left: 1px solid var(--line); border-top: 0; }
  .then-now-grid { grid-template-columns: 1fr 1.4fr; }
  .program-row { grid-template-columns: 42px 1fr; }
  .program-row .program-picture { grid-column: 2; }
  .event-card, .event-detail { grid-template-columns: 1fr; }
  .event-picture img { height: auto; max-height: 520px; }
  .archive-tools { grid-template-columns: 1fr 1fr; }
  .archive-tools > div { grid-column: 1 / -1; }
  .newsletter-card { grid-template-columns: 110px 1fr; }
  .contact-production { grid-template-columns: 1fr; }
  .contact-panel, .map-wrap, .map-wrap iframe { min-height: 440px; }
  .gallery-item { grid-column: span 6; }
  .gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 12; }
}

@media (max-width: 520px) {
  h1, h2, h3 { overflow-wrap: anywhere; }
  body { font-size: 17px; }
  .brand-name { display: none; }
  .site-header { min-height: 74px; }
  nav { inset-top: 74px; inset: 74px 0 0; }
  .section { padding: 64px 20px; }
  .home-hero { padding: 36px 20px 64px; }
  .hero-copy h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .page-hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .hero-lede { margin: 22px 0; }
  .hero-actions, .button-row { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .button-row .button { width: 100%; }
  .visit-center-link { margin-top: 30px; }
  .hero-figure figcaption { font-size: 13px; }
  .section-heading { margin-bottom: 30px; }
  .editorial-features { min-height: 0; }
  .feature-wide { min-height: 380px; }
  .feature-text { padding: 32px 24px; }
  .then-now { padding-left: 20px; padding-right: 20px; }
  .then-now-grid { grid-template-columns: 1fr; }
  .then-now figure { min-height: 0; }
  .then-now figure img { height: auto; max-height: 420px; }
  .event-archive-teaser, .join-home, .newsletter-home, .history-lead, .archive-pair, .volunteer-production, .donation-production { grid-template-columns: 1fr; gap: 30px; }
  .event-archive-teaser img { height: 420px; }
  .join-home { padding-left: 20px; padding-right: 20px; }
  .newsletter-home { text-align: left; }
  .newsletter-home > img { width: 190px; }
  .support-home, .contact-band { padding-left: 20px; padding-right: 20px; align-items: flex-start; flex-direction: column; }
  .visit { grid-template-columns: 1fr; gap: 34px; }
  .page-hero { padding: 58px 20px 54px; }
  .page-hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .timeline li { grid-template-columns: 1fr; gap: 8px; }
  .program-row, .program-row:not(:has(.program-picture)) { grid-template-columns: 1fr; gap: 14px; }
  .program-row .program-picture { grid-column: 1; }
  .program-number { font-size: 13px; }
  .membership-hero { padding: 52px 20px 60px; }
  .membership-hero h1 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .membership-process { padding-left: 20px; padding-right: 20px; }
  .membership-process ol { grid-template-columns: 1fr; }
  .membership-info { grid-template-columns: 1fr; gap: 30px; }
  .newsletter-latest { grid-template-columns: 130px 1fr; gap: 22px; padding-top: 46px; }
  .newsletter-archive { padding-left: 20px; padding-right: 20px; }
  .archive-tools { grid-template-columns: 1fr; }
  .archive-tools > div { grid-column: auto; }
  .newsletter-grid { grid-template-columns: 1fr; }
  .newsletter-card { grid-template-columns: 108px 1fr; padding: 16px; }
  .newsletter-card .button-row { display: flex; flex-direction: column; }
  .contact-panel { padding: 28px 20px; min-height: 0; }
  .map-wrap, .map-wrap iframe { min-height: 360px; }
  .contact-options, .direct-alternative { align-items: flex-start; flex-direction: column; }
  .gallery-production { grid-template-columns: 1fr; }
  .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: 1; min-height: 270px; }
  .gallery-item img { min-height: 270px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 360px) {
  .menu-btn { min-width: 88px; }
  .hero-copy h1, .page-hero h1, .membership-hero h1 { font-size: 3.15rem; }
  .newsletter-latest { grid-template-columns: 1fr; }
  .newsletter-latest img { width: 160px; }
  .newsletter-card { grid-template-columns: 92px 1fr; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
