:root {
  --green: #075c48;
  --green-dark: #043d31;
  --green-soft: #dfece5;
  --alert: #a8332b;
  --lime: #d8df52;
  --cream: #f4f1e9;
  --paper: #fbfaf6;
  --ink: #17201d;
  --muted: #67706c;
  --line: #d8ddd7;
  --white: #fff;
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 22px 60px rgba(18, 45, 35, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
body.locked { overflow: hidden; }
body.news-visible { --news-strip-height: 38px; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-access-gate { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; background: var(--green-dark); }
.site-access-gate[hidden] { display: none; }
.site-access-gate form { width: min(430px, 100%); padding: 42px; background: var(--paper); box-shadow: var(--shadow); }
.site-access-gate img { width: 150px; margin-bottom: 30px; mix-blend-mode: multiply; }
.site-access-gate h1 { font-size: 48px; margin-bottom: 28px; }
.site-access-error { color: #a43d32; font-size: 12px; margin: 14px 0 0; }
.breaking-news { min-height: 38px; display: flex; align-items: stretch; overflow: hidden; background: var(--green); color: white; }
.breaking-news[hidden] { display: none; }
.breaking-news-window { min-width: 0; flex: 1; overflow: hidden; }
.breaking-news-track { width: max-content; min-height: 38px; display: flex; align-items: center; animation: breaking-news-scroll 34s linear infinite; }
.breaking-news:hover .breaking-news-track, .breaking-news:focus-within .breaking-news-track { animation-play-state: paused; }
.breaking-news-item { display: inline-flex; align-items: center; gap: 18px; padding: 0 42px; border-right: 1px solid rgba(255,255,255,.3); white-space: nowrap; font-size: 12px; font-weight: 700; }
.breaking-news-item:is(button) { min-height: 38px; border-top: 0; border-bottom: 0; border-left: 0; background: transparent; color: inherit; cursor: pointer; }
.breaking-news-opening { color: #e8f2ed; }
.breaking-news-item::after { content: "↗"; color: var(--lime); }
.breaking-news-item.alert-critical { background: var(--alert); color: white; }
.breaking-news-item.alert-critical::after { color: white; }
@keyframes breaking-news-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.opening-status { display: flex; align-items: flex-start; flex-direction: column; gap: 4px; }
.opening-status > span { white-space: nowrap; }
.opening-status strong { color: var(--green-dark); margin-right: 4px; }
.status-open { color: var(--lime); font-weight: 700; }
.service-bar .status-open { color: var(--green); }
.status-closed { color: #9b3c32; font-weight: 700; }
.site-header { height: 88px; padding: 0 clamp(20px, 4vw, 70px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(20,45,36,.11); position: sticky; top: 0; background: rgba(251,250,246,.94); backdrop-filter: blur(15px); z-index: 20; }
.brand { display: flex; align-items: center; gap: 13px; min-width: 240px; }
.brand img { width: 78px; height: 52px; object-fit: cover; object-position: 50% 48%; mix-blend-mode: multiply; }
.brand span { display: flex; flex-direction: column; line-height: 1.15; }
.brand strong { font-size: 16px; }
.brand small { color: var(--muted); font-size: 11px; margin-top: 4px; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: clamp(20px, 2.6vw, 42px); }
.desktop-nav a { font-size: 13px; font-weight: 600; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -8px; background: var(--green); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.desktop-nav .members-nav-link { color: var(--green); font-weight: 700; }
.header-actions { min-width: 240px; display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.nav-weather { min-height: 38px; padding: 0 10px; display: inline-flex; align-items: center; gap: 6px; border-right: 1px solid var(--line); color: var(--green-dark); white-space: nowrap; }
.nav-weather[hidden] { display: none; }
.nav-weather .weather-icon { width: auto; color: var(--green); font-size: 20px; }
.nav-weather strong { font-size: 12px; }
.lang-toggle, .icon-button, .menu-toggle { border: 0; background: transparent; cursor: pointer; color: var(--ink); }
.lang-toggle { font-size: 12px; font-weight: 700; padding: 10px; }
.icon-button { width: 38px; height: 38px; display: grid; place-items: center; }
.icon-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.button { border: 1px solid var(--green); background: var(--green); color: white; min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; font-weight: 700; font-size: 13px; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { background: var(--green-dark); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-secondary { background: white; color: var(--green); }
.button-secondary:hover { background: var(--green); color: white; }
.button-on-dark { border-color: white; }
.menu-toggle { display: none; width: 40px; height: 40px; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 5px auto; }
.mobile-nav { display: none; }
.mobile-nav button { padding: 0; border: 0; background: transparent; color: var(--green); font: inherit; font-weight: 700; text-align: left; cursor: pointer; }

.hero { height: calc(100svh - 88px - var(--news-strip-height, 0px)); min-height: 520px; display: grid; grid-template-columns: 52% 48%; background: var(--cream); }
.hero > * { min-height: 0; }
.hero-visual { min-height: 0; height: 100%; display: grid; grid-template-rows: minmax(0, 1fr) auto; overflow: hidden; }
.hero-media { position: relative; min-height: 0; overflow: hidden; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slides::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(5,45,35,.08), transparent 40%); pointer-events: none; }
.hero-slide { background-color: #dfe8e1; background-position: center; background-repeat: no-repeat; background-size: contain; filter: saturate(.82) contrast(1.02); opacity: 0; transform: scale(1.012); transition: opacity 1s ease, transform 6s ease; }
.hero-slide.active { opacity: 1; transform: scale(1); z-index: 1; }
.hero-image-link { position: absolute; inset: 0; z-index: 1; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.hero-image-link.has-video { cursor: pointer; }
.hero-caption { position: absolute; z-index: 3; top: 30px; left: 30px; bottom: auto; max-width: min(480px, calc(100% - 60px)); margin: 0; padding: 10px 14px; background: rgba(4,45,35,.78); color: white; font-size: 11px; line-height: 1.45; backdrop-filter: blur(8px); }
.hero-caption.empty { display: none; }
.hero-caption p { margin: 0; }
.hero-detail-button { margin-top: 7px; padding: 5px 0 2px; border: 0; border-bottom: 1px solid rgba(255,255,255,.65); background: transparent; color: var(--lime); font: inherit; font-weight: 700; cursor: pointer; }
.hero-detail-button span { margin-left: 12px; }
.hero-video-link { position: relative; z-index: 4; display: inline-flex; align-items: center; gap: 12px; margin: 7px 0 0 16px; padding: 5px 0 2px; border-bottom: 1px solid rgba(255,255,255,.65); color: #fff3a3; font-weight: 700; }
.hero-media::after { content: ""; position: absolute; inset: auto 0 0; height: 26%; background: linear-gradient(transparent, rgba(4,45,35,.28)); pointer-events: none; }
.hero-slider-controls { position: absolute; z-index: 4; left: 30px; bottom: 30px; display: flex; align-items: center; gap: 12px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.22); background: rgba(4,45,35,.5); box-shadow: 0 8px 24px rgba(4,45,35,.14); backdrop-filter: blur(7px); }
.hero-slider-controls[hidden] { display: none; }
.hero-slider-controls > button { width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.7); background: rgba(4,61,49,.82); color: white; font-size: 17px; cursor: pointer; }
.hero-dots { display: flex; gap: 7px; }
.hero-dots button { width: 9px; height: 9px; border-radius: 50%; border: 1px solid white; padding: 0; background: rgba(4,61,49,.72); cursor: pointer; transition: background .2s, transform .2s; }
.hero-dots button.active { background: white; box-shadow: 0 0 0 2px var(--green-dark); transform: scale(1.15); }
.service-bar { min-height: 76px; padding: 14px clamp(18px, 3vw, 32px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.service-bar .opening-status { flex-direction: row; gap: 22px; font-size: 11px; }
.service-bar-links { display: flex; align-items: center; gap: 16px; }
.service-bar-links button { padding: 0 0 3px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--green); font-size: 10px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.hero-content { padding: clamp(70px, 10vh, 120px) clamp(35px, 7vw, 110px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.eyebrow { color: var(--green); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; margin: 0 0 24px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .98; }
h1 { font-size: clamp(58px, 6vw, 96px); letter-spacing: -.045em; margin-bottom: 30px; }
h1 em { color: var(--green); font-style: italic; }
.hero-copy { max-width: 540px; color: #515c57; font-size: 17px; line-height: 1.75; }
.hero-actions { margin-top: 22px; display: flex; align-items: center; gap: 32px; }
.text-link { display: flex; gap: 20px; font-weight: 700; font-size: 13px; border-bottom: 1px solid var(--ink); padding: 10px 0 7px; }
.hero-stats { width: min(100%, 560px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border-top: 1px solid #d4d4ca; margin-top: clamp(45px, 8vh, 90px); padding: 26px 0 0; }
.hero-stats > div { margin: 0; padding: 0; }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { font-family: var(--serif); color: var(--green); font-size: 27px; font-weight: 400; }
.hero-stats span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; margin-top: 4px; }

@media (max-height: 800px) and (min-width: 761px) {
  .hero-content { padding-top: 34px; padding-bottom: 34px; }
  h1 { font-size: clamp(54px, 5vw, 72px); margin-bottom: 20px; }
  .hero-copy { font-size: 15px; line-height: 1.55; }
  .hero-actions { margin-top: 12px; gap: 16px; }
  .hero-actions .button { min-height: 46px; padding: 0 17px; gap: 14px; }
  .hero-stats { margin-top: 25px; padding-top: 18px; }
}

.section { padding: 120px clamp(24px, 7vw, 110px); }
.section-intro { max-width: 900px; margin-bottom: 60px; }
.discover { padding-top: 62px; padding-bottom: 62px; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(35px, 7vw, 100px); background: white; border-bottom: 1px solid var(--line); }
.discover-heading { align-self: center; }
.discover-heading h2 { max-width: 430px; margin: 0; font-size: clamp(38px, 4vw, 58px); }
.discover-links { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.discover-links a, .discover-links button { min-height: 138px; padding: 22px; display: flex; flex-direction: column; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; transition: background .2s, color .2s; }
.discover-links a:hover, .discover-links button:hover { background: var(--green); color: white; }
.discover-links span { margin-bottom: auto; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.discover-links a:hover span, .discover-links button:hover span { color: var(--lime); }
.discover-links strong { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.discover-links small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.discover-links a:hover small, .discover-links button:hover small { color: rgba(255,255,255,.7); }
.mission-intro-copy { max-width: 850px; margin-top: 30px; padding-left: 24px; border-left: 3px solid var(--lime); }
.mission-intro-copy p { margin: 0 0 14px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.mission-intro-copy p:last-of-type { margin-bottom: 0; color: var(--green-dark); font-weight: 600; }
.mission-leaflet-link { width: fit-content; margin-top: 24px; padding: 12px 16px; display: inline-flex; align-items: center; gap: 24px; border: 1px solid var(--green); color: var(--green); font-size: 12px; font-weight: 700; transition: background .2s, color .2s; }
.mission-leaflet-link span:last-child { color: var(--muted); font-size: 10px; letter-spacing: .06em; }
.mission-leaflet-link:hover { background: var(--green); color: white; }
.mission-leaflet-link:hover span:last-child { color: var(--lime); }
.section h2 { font-size: clamp(44px, 5vw, 72px); letter-spacing: -.03em; }
.mission { background: var(--paper); }
.mission-grid { display: grid; grid-template-columns: 1.12fr 1fr 1fr; border: 1px solid var(--line); }
.feature-card { min-height: 360px; padding: 32px; border-right: 1px solid var(--line); display: flex; flex-direction: column; position: relative; transition: background .25s, color .25s; }
.feature-card:last-child { border-right: 0; }
.feature-card-main, .feature-card:hover { background: var(--green); color: white; }
.feature-number { font-size: 10px; letter-spacing: .15em; opacity: .65; }
.feature-icon { font-family: var(--serif); font-size: 58px; color: var(--lime); margin: auto 0 30px; }
.feature-card h3 { font-family: var(--serif); font-weight: 400; font-size: 30px; margin-bottom: 12px; }
.feature-card p { max-width: 360px; font-size: 13px; color: var(--muted); margin: 0; }
.feature-card-main p, .feature-card:hover p { color: rgba(255,255,255,.7); }

.funded-projects { background: #edf0ea; }
.member-contributions { background: white; }
.contributions-invitation { max-width: 440px; }
.contributions-invitation p { margin: 0 0 17px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.editorial-grid:empty { display: none; }
.editorial-card { min-width: 0; border: 1px solid var(--line); background: var(--paper); }
.editorial-card > img { width: 100%; height: 230px; object-fit: cover; background: var(--green-soft); }
.editorial-card-content { padding: 26px; }
.editorial-meta { min-height: 18px; display: flex; justify-content: space-between; gap: 14px; color: var(--green); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.editorial-card h3 { margin: 16px 0 12px; font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.08; }
.editorial-card-content > p, .editorial-full-text p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.editorial-card details { margin-top: 18px; border-top: 1px solid var(--line); }
.editorial-card summary { padding: 14px 0; color: var(--green); font-size: 11px; font-weight: 700; cursor: pointer; }
.editorial-full-text { padding-bottom: 2px; }
.editorial-link { display: inline-block; margin-top: 14px; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--green); font-size: 11px; font-weight: 700; }

.events { background: #edf0ea; }
.section-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 54px; }
.section-header h2 { margin: 0; }
.section-header > p { color: var(--muted); max-width: 400px; font-size: 14px; }
.events-heading-side { max-width: 410px; }
.events-heading-side p { color: var(--muted); font-size: 14px; margin-bottom: 17px; }
.official-events-link { display: inline-flex; align-items: center; gap: 18px; color: var(--green); font-size: 12px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.official-events-link:hover { color: var(--green-dark); }
.archive-link { margin-left: 20px; }
.event-month-heading { margin: 42px 0 0; padding: 16px 4px; border-bottom: 1px solid #aebbb3; color: var(--green); font-family: var(--serif); font-size: 25px; font-weight: 400; text-transform: capitalize; }
.event-month-heading:first-child { margin-top: 0; }
.event-list { border-top: 1px solid #bbc5be; }
.event-row { display: grid; grid-template-columns: 105px 1fr auto 46px; align-items: center; gap: 35px; padding: 26px 4px; border-bottom: 1px solid #c9d0cb; transition: padding .2s, background .2s; }
.event-row:hover { background: rgba(255,255,255,.48); padding-left: 18px; padding-right: 18px; }
.event-date { color: var(--green); display: flex; align-items: baseline; gap: 8px; }
.event-date strong { font-family: var(--serif); font-size: 40px; font-weight: 400; }
.event-date span { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.event-details h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 26px; font-weight: 400; }
.event-details p, .event-meta { color: var(--muted); font-size: 12px; margin: 0; }
.event-details .event-description { max-width: 670px; margin-top: 8px; line-height: 1.55; }
.event-meta { text-align: right; }
.event-arrow { width: 40px; height: 40px; border: 1px solid #aab7af; border-radius: 50%; display: grid; place-items: center; }
.event-list-actions { display: flex; justify-content: center; padding-top: 34px; }
.event-toggle { border: 0; cursor: pointer; font: inherit; }
.dynamic-language-note { margin: 0 0 24px; padding: 15px 18px; border-left: 3px solid var(--lime); background: rgba(255,255,255,.58); color: var(--green-dark); font-size: 13px; line-height: 1.55; }
.empty-state { color: var(--muted); padding: 40px 0; }

.impact { background: var(--green-dark); color: white; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(60px, 10vw, 160px); }
.eyebrow.light { color: var(--lime); }
.impact h2 { max-width: 730px; }
.impact-content > p:not(.eyebrow) { color: rgba(255,255,255,.65); max-width: 650px; line-height: 1.8; }
.impact .button { margin-top: 20px; }
.impact-quote { border-left: 1px solid rgba(255,255,255,.2); padding-left: clamp(35px, 6vw, 80px); align-self: center; }
.quote-mark { font-family: var(--serif); font-size: 100px; color: var(--lime); line-height: .5; }
blockquote { font-family: var(--serif); font-size: clamp(25px, 2.5vw, 36px); line-height: 1.25; margin: 20px 0 34px; }
.impact-quote p { display: flex; flex-direction: column; color: rgba(255,255,255,.55); font-size: 12px; }
.impact-quote strong { color: white; margin-bottom: 3px; }

.people { background: var(--paper); }
.people-intro { display: grid; grid-template-columns: 1.15fr .85fr; column-gap: 60px; align-items: end; max-width: none; }
.people-intro .eyebrow { grid-column: 1 / -1; }
.people-intro h2 { margin-bottom: 0; }
.people-intro > p:last-child { color: var(--muted); max-width: 500px; line-height: 1.75; margin-bottom: 5px; }
.people-groups { display: grid; grid-template-columns: 1.3fr .7fr; border: 1px solid var(--line); }
.people-group { padding: 38px; }
.advisory-group { background: #edf0ea; border-left: 1px solid var(--line); }
.people-group-heading { display: flex; align-items: center; gap: 14px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.people-group-heading span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 10px; font-weight: 700; }
.people-group-heading h3 { font-family: var(--serif); font-size: 31px; font-weight: 400; margin: 0; }
.auditor-heading { margin-top: 34px; }
.people-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 32px; }
.advisory-group .people-list { grid-template-columns: 1fr; }
.person { min-height: 92px; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); }
.person h4 { font-family: var(--serif); font-size: 19px; font-weight: 400; line-height: 1.2; margin: 0 0 4px; }
.person p { color: var(--muted); font-size: 10px; line-height: 1.4; margin: 0; }
.people-source { color: var(--muted); font-size: 10px; text-align: right; margin: 15px 0 0; }
.people-source a { color: var(--green); font-weight: 700; }
.people-mobile-toggle { display: none; }

.faq { background: var(--paper); }
.faq-intro > p:last-child { max-width: 650px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.faq-list { max-width: 960px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 55px 24px 0; color: var(--green-dark); font-family: var(--serif); font-size: 24px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 19px; right: 8px; color: var(--green); font-family: var(--sans); font-size: 28px; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 780px; margin: -4px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.75; white-space: pre-line; }
.faq-contact { max-width: 960px; margin-top: 30px; padding: 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--green-soft); }
.faq-contact p { margin: 0; color: var(--green-dark); font-weight: 600; }
.faq-contact .button { flex: 0 0 auto; }

.back-to-top { position: fixed; right: 28px; bottom: 28px; z-index: 30; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: var(--green); color: white; display: grid; place-items: center; font-size: 22px; box-shadow: 0 10px 30px rgba(4,61,49,.28); cursor: pointer; transition: background .2s, transform .2s; }
.back-to-top[hidden] { display: none; }
.back-to-top:hover { background: var(--green-dark); transform: translateY(-3px); }
.back-to-top:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

.gallery { background: var(--paper); }
.gallery-invitation { max-width: 440px; }
.gallery-invitation p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0 0 17px; }
.gallery-invitation .gallery-format-note { margin-top: -7px; font-size: 12px; }
.gallery-slider { position: relative; }
.gallery-grid { position: relative; height: min(68vh, 650px); min-height: 420px; overflow: hidden; background: var(--green-soft); }
.gallery-item { position: absolute; inset: 0; overflow: hidden; background: var(--green-soft); opacity: 0; transform: scale(1.02); transition: opacity .8s ease, transform 5.5s ease; pointer-events: none; }
.gallery-item.active { opacity: 1; transform: scale(1); pointer-events: auto; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 30px 18px 15px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; background: linear-gradient(transparent, rgba(9,42,31,.84)); color: white; font-size: 12px; line-height: 1.45; }
.media-video-link { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; padding-bottom: 3px; border-bottom: 1px solid var(--lime); color: var(--lime); font-weight: 700; }
.gallery-empty { height: 100%; min-height: 260px; display: grid; place-items: center; border: 1px dashed var(--line); color: var(--muted); }
.gallery-slider-controls { position: absolute; right: 22px; bottom: 20px; z-index: 3; display: flex; align-items: center; gap: 13px; padding: 7px 10px; background: rgba(4,45,35,.78); color: white; backdrop-filter: blur(8px); }
.gallery-slider-controls[hidden] { display: none; }
.gallery-slider-controls button { width: 32px; height: 32px; border: 0; background: transparent; color: white; cursor: pointer; }
.gallery-slider-controls span { min-width: 52px; color: var(--lime); font-size: 11px; font-weight: 700; text-align: center; }

.hero-detail-modal[hidden] { display: none; }
.hero-detail-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 28px; }
.hero-detail-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(3,28,22,.78); cursor: pointer; }
.hero-detail-dialog { position: relative; z-index: 1; width: min(980px, 100%); max-height: calc(100vh - 56px); overflow: auto; display: grid; grid-template-columns: .85fr 1.15fr; background: var(--paper); box-shadow: var(--shadow); }
.hero-detail-dialog > img { width: 100%; height: 100%; min-height: 560px; object-fit: contain; background: #dfe8e1; }
.hero-detail-content { padding: clamp(38px, 6vw, 72px); }
.hero-detail-content h2 { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(38px, 4vw, 58px); font-weight: 400; line-height: 1.02; }
.hero-detail-content #heroDetailText p { color: #4f5b56; line-height: 1.75; margin-bottom: 17px; }
.hero-detail-dialog.image-only { width: min(1180px, 100%); grid-template-columns: 1fr; overflow: hidden; background: #dfe8e1; }
.hero-detail-dialog.image-only > img { width: 100%; height: auto; max-height: calc(100vh - 56px); min-height: 0; object-fit: contain; }
.hero-detail-dialog.image-only .hero-detail-content { display: none; }
.hero-detail-close { position: absolute; top: 15px; right: 15px; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; background: white; color: var(--green-dark); font-size: 25px; cursor: pointer; box-shadow: 0 5px 20px rgba(0,0,0,.12); }

.visit-info-modal[hidden] { display: none; }
.visit-info-modal { position: fixed; inset: 0; z-index: 110; display: grid; place-items: center; padding: 28px; }
.visit-info-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(3,28,22,.8); cursor: pointer; }
.visit-info-dialog { position: relative; z-index: 1; width: min(1040px, 100%); max-height: calc(100vh - 56px); overflow: auto; padding: clamp(36px, 5vw, 66px); background: var(--paper); box-shadow: var(--shadow); }
.visit-info-close { position: absolute; top: 15px; right: 15px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-size: 25px; cursor: pointer; }
.visit-info-dialog h2 { margin: 0 0 30px; font-family: var(--serif); font-size: clamp(38px, 5vw, 60px); font-weight: 400; }
.visit-info-dialog h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.visit-info-dialog p, .visit-info-dialog li { color: var(--muted); font-size: 13px; line-height: 1.7; }
.visit-info-dialog a { color: var(--green); font-weight: 700; border-bottom: 1px solid currentColor; }
.visit-hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 34px; }
.visit-hours-card { padding: 24px; background: white; border: 1px solid var(--line); }
.visit-hours-card h3 { color: var(--green); }
.visit-hours-card strong { display: block; margin: 14px 0 5px; font-size: 12px; }
.visit-info-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; border-top: 1px solid var(--line); padding-top: 30px; }
.visit-info-dialog ul { padding-left: 18px; }

.donation-modal[hidden] { display: none; }
.donation-modal { position: fixed; inset: 0; z-index: 115; display: grid; place-items: center; padding: 28px; }
.donation-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(3,28,22,.82); cursor: pointer; }
.donation-dialog { position: relative; z-index: 1; width: min(820px, 100%); max-height: calc(100vh - 56px); overflow: auto; padding: clamp(38px, 6vw, 70px); background: var(--paper); box-shadow: var(--shadow); }
.donation-close { position: absolute; top: 15px; right: 15px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-size: 25px; cursor: pointer; }
.donation-dialog h2 { max-width: 620px; margin: 0 0 20px; font-family: var(--serif); font-size: clamp(40px, 5vw, 62px); font-weight: 400; line-height: 1.02; }
.donation-intro { max-width: 670px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.donation-options { display: grid; grid-template-columns: 1fr 1fr; margin: 32px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.donation-options > div { min-height: 175px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.donation-options span { display: block; margin-bottom: 30px; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.donation-options strong { display: block; color: var(--green-dark); font-family: var(--serif); font-size: 23px; font-weight: 400; }
.donation-options p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.donation-recommendation { margin: 0 0 25px; padding-left: 18px; border-left: 3px solid var(--lime); color: var(--green-dark); font-size: 14px; font-weight: 600; line-height: 1.65; }
.context-faq-link { width: fit-content; margin: -6px 0 24px; display: flex; align-items: center; gap: 12px; color: var(--green); border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; line-height: 1.5; }
.context-faq-link span:last-child { color: var(--green-dark); font-size: 16px; }
.context-faq-link-light { margin: 0 0 22px; color: white; border-color: rgba(255,255,255,.55); }
.context-faq-link-light span:last-child { color: var(--lime); }

.sunday-duty { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(55px, 9vw, 140px); background: var(--green-dark); color: white; }
.duty-intro h2 { max-width: 740px; }
.duty-intro > p:not(.eyebrow) { max-width: 780px; color: rgba(255,255,255,.68); line-height: 1.8; }
.duty-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 30px; }
.duty-actions .button { margin: 0; }
.duty-admin-link { display: inline-flex; gap: 16px; padding: 9px 0 6px; border-bottom: 1px solid rgba(255,255,255,.45); color: white; font-size: 12px; font-weight: 700; }
.duty-admin-link:hover { color: var(--lime); border-color: var(--lime); }
.duty-contact { align-self: center; background: white; color: var(--ink); padding: clamp(32px, 4vw, 52px); box-shadow: var(--shadow); }
.contact-label { margin: 0 0 13px; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.duty-contact h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.duty-contact > p:not(.contact-label) { color: var(--muted); font-size: 12px; }
.duty-contact dl { margin: 28px 0; border-top: 1px solid var(--line); }
.duty-contact dl div { display: grid; grid-template-columns: 90px 1fr; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.duty-contact dt { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.duty-contact dd { margin: 0; font-size: 12px; font-weight: 600; }
.duty-contact dd a:hover { color: var(--green); }
.office-hours { padding: 15px; background: var(--green-soft); display: flex; flex-direction: column; gap: 3px; font-size: 11px; }
.office-hours span { color: var(--muted); }
.contact-source { display: inline-block; margin-top: 18px; color: var(--green); font-size: 11px; font-weight: 700; border-bottom: 1px solid currentColor; }

.office-contact { background: #edf0ea; }
.office-contact-intro { max-width: 820px; margin-bottom: 48px; }
.office-contact-intro > p:last-child { max-width: 680px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.office-contact-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 20px; }
.office-contact-card, .statutes-card { padding: clamp(30px, 4.5vw, 58px); background: white; border: 1px solid var(--line); }
.office-contact-card h3, .statutes-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 3vw, 43px); font-weight: 400; line-height: 1.1; }
.office-contact-card dl { margin: 30px 0; border-top: 1px solid var(--line); }
.office-contact-card dl div { display: grid; grid-template-columns: 105px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.office-contact-card dt { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.office-contact-card dd { margin: 0; font-size: 13px; font-weight: 600; }
.office-contact-card dd a { color: var(--green); border-bottom: 1px solid currentColor; }
.statutes-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; background: var(--green-dark); color: white; overflow: hidden; }
.statutes-card::before { content: ""; position: absolute; width: 220px; height: 220px; top: -80px; right: -70px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.statutes-card .contact-label { color: var(--lime); }
.statutes-card p:not(.contact-label) { color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.7; }
.statutes-card .button { width: fit-content; margin-top: 18px; }
.document-mark { width: 58px; height: 58px; margin-bottom: 45px; display: grid; place-items: center; background: var(--lime); color: var(--green-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; }

.membership { background: var(--cream); }
.membership-panel { display: grid; grid-template-columns: 1fr 1fr; background: var(--green); color: white; box-shadow: var(--shadow); }
.membership-copy { padding: clamp(44px, 7vw, 90px); }
.membership-copy h2 { font-size: clamp(46px, 4.6vw, 68px); }
.membership-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); max-width: 580px; }
.membership-copy ul { list-style: none; padding: 20px 0; margin: 15px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.membership-copy li { display: flex; gap: 14px; font-size: 13px; margin: 14px 0; }
.membership-copy li span:first-child { color: var(--lime); }
.membership-copy li a { color: white; border-bottom: 1px solid rgba(255,255,255,.4); }
.membership-copy li a:hover { color: var(--lime); border-color: var(--lime); }
.fee-note { display: flex; gap: 25px; font-size: 13px; }
.fee-note span { color: rgba(255,255,255,.6); }
.leaflet-link { margin-top: 32px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; color: white; }
.leaflet-icon { width: 42px; height: 42px; display: grid; place-items: center; background: var(--lime); color: var(--green-dark); font-size: 9px; font-weight: 800; letter-spacing: .06em; }
.leaflet-link strong, .leaflet-link small { display: block; }
.leaflet-link strong { font-size: 12px; }
.leaflet-link small { color: rgba(255,255,255,.58); font-size: 10px; margin-top: 3px; }
.leaflet-arrow { color: var(--lime); font-size: 18px; transition: transform .2s; }
.leaflet-link:hover .leaflet-arrow { transform: translate(3px, -3px); }
.join-form { background: white; color: var(--ink); padding: clamp(38px, 6vw, 74px); }
.form-heading { display: flex; gap: 16px; align-items: center; margin-bottom: 30px; }
.form-heading span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--green-soft); color: var(--green); font-size: 10px; }
.form-heading h3 { font-family: var(--serif); font-size: 32px; font-weight: 400; margin: 0; }
label { display: block; margin-bottom: 17px; }
label > span { display: block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 7px; color: #46504c; }
input, select { width: 100%; height: 48px; border: 1px solid #ccd3ce; background: #fafbf9; border-radius: 0; padding: 0 13px; outline: none; transition: border .2s, box-shadow .2s; }
input:focus, select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(7,92,72,.1); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.check-label { display: flex; align-items: flex-start; gap: 10px; margin: 23px 0; }
.check-label input { width: 16px; height: 16px; flex: 0 0 auto; accent-color: var(--green); }
.check-label span { text-transform: none; letter-spacing: 0; font-weight: 400; line-height: 1.5; color: var(--muted); }
.button-full { width: 100%; }
.form-note { text-align: center; font-size: 10px; color: var(--muted); margin: 12px 0 0; }
.application-document { margin: 5px 0 20px; padding: 16px; border: 1px solid #d8ded9; background: #f5f8f5; }
.application-document > a { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--green); font-size: 12px; font-weight: 700; }
.application-document > a span:last-child { font-size: 18px; }
.application-document p { margin: 8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.attachment-field input[type="file"] { height: auto; padding: 12px; font-size: 11px; }
.attachment-field small { display: block; margin-top: 6px; color: var(--muted); font-size: 10px; line-height: 1.45; }

.members-area { background: #edf0ea; }
.members-heading { max-width: 800px; }
.members-heading > p:last-child { color: var(--muted); max-width: 680px; }
.members-login { max-width: 560px; margin-top: 38px; padding: 30px; background: white; border: 1px solid var(--line); }
.members-login form { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: end; }
.members-login label { margin: 0; }
.members-error { grid-column: 1 / -1; margin: 0; color: #a43d32; font-size: 11px; }
.members-error[hidden], .members-content[hidden] { display: none; }
.members-content { margin-top: 40px; }
.members-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid #bdc7c0; }
.members-toolbar p { margin: 0; font-weight: 700; }
.members-toolbar button { border: 0; background: transparent; color: var(--green); font-weight: 700; cursor: pointer; }
.member-posts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 22px; }
.member-post { background: white; padding: 28px; border: 1px solid var(--line); }
.member-post-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--green); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.member-post h3 { margin: 22px 0 10px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.member-post p { color: var(--muted); font-size: 13px; }
.member-post a { color: var(--green); font-size: 11px; font-weight: 700; border-bottom: 1px solid currentColor; }
.member-report { grid-column: 1 / -1; }
.member-report details { margin-top: 20px; border-top: 1px solid var(--line); padding-top: 16px; }
.member-report summary { color: var(--green); font-size: 12px; font-weight: 700; cursor: pointer; }
.member-report-text { max-width: 900px; padding-top: 18px; }
.member-report-text p { line-height: 1.75; margin-bottom: 17px; }

.message-page { min-height: 100vh; background: var(--cream); }
.message-main { min-height: calc(100vh - 88px); padding: clamp(70px, 10vw, 130px) 24px; }
.message-article { width: min(880px, 100%); margin: 0 auto; padding: clamp(38px, 7vw, 90px); background: var(--paper); box-shadow: var(--shadow); }
.message-article h1 { max-width: 760px; font-size: clamp(50px, 7vw, 86px); }
.message-text { max-width: 720px; margin: 40px 0; color: #4f5b56; font-size: 17px; line-height: 1.8; }
.message-text p { margin-bottom: 20px; }

footer { background: #10251f; color: rgba(255,255,255,.68); padding: 70px clamp(24px, 7vw, 110px) 24px; }
.footer-main { display: grid; grid-template-columns: 1.4fr 1fr .8fr 1fr; gap: 70px; padding-bottom: 60px; }
.footer-brand img { width: 185px; height: 105px; object-fit: cover; mix-blend-mode: screen; filter: invert(1) grayscale(1); opacity: .9; }
.footer-brand p { max-width: 280px; font-family: var(--serif); font-size: 21px; color: white; margin-top: 20px; }
footer h3 { color: white; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; margin-bottom: 22px; }
footer p, footer a { font-size: 12px; line-height: 1.8; }
footer a { display: block; margin-bottom: 5px; color: rgba(255,255,255,.68); }
footer a:hover { color: var(--lime); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); padding-top: 22px; display: flex; align-items: center; justify-content: space-between; font-size: 10px; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom a { margin: 0; font-size: 10px; }
.footer-bottom img { width: 130px; filter: invert(1) grayscale(1); opacity: .7; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .header-actions { min-width: auto; }
  .menu-toggle { display: block; }
  .mobile-nav { position: fixed; top: calc(88px + var(--news-strip-height, 0px)); left: 0; right: 0; background: var(--paper); z-index: 19; padding: 20px 30px 30px; box-shadow: var(--shadow); flex-direction: column; gap: 20px; }
  .mobile-nav.open { display: flex; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-content { padding-left: 45px; padding-right: 45px; }
  h1 { font-size: 62px; }
  .mission-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 290px; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-card:last-child { border-bottom: 0; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main > div:last-child { display: none; }
  .people-groups { grid-template-columns: 1fr; }
  .advisory-group { border-left: 0; border-top: 1px solid var(--line); }
  .advisory-group .people-list { grid-template-columns: 1fr 1fr; }
  .sunday-duty { grid-template-columns: 1fr; }
  .office-contact-grid { grid-template-columns: 1fr; }
  .discover { grid-template-columns: 1fr; }
  .editorial-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  body.news-visible { --news-strip-height: 34px; }
  .breaking-news { min-height: 34px; }
  .breaking-news-track { min-height: 34px; }
  .breaking-news-item { padding: 0 25px; font-size: 10px; }
  .site-header { height: 75px; padding: 0 18px; }
  .brand { min-width: 0; }
  .brand img { width: 64px; height: 44px; }
  .brand span { display: none; }
  .header-actions .button { display: none; }
  .nav-weather { min-height: 34px; padding: 0 7px; }
  .nav-weather .weather-icon { font-size: 18px; }
  .nav-weather strong { font-size: 11px; }
  .lang-toggle { padding: 8px 5px; }
  .mobile-nav { top: calc(75px + var(--news-strip-height, 0px)); }
  .hero { display: flex; flex-direction: column; height: auto; min-height: 0; }
  .hero-content { padding: 38px 20px 32px; order: 1; }
  .hero-content .eyebrow { margin-bottom: 12px; font-size: 9px; }
  .hero-content h1 { margin-bottom: 18px; }
  .hero-copy { margin-bottom: 0; font-size: 14px; line-height: 1.55; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; gap: 10px; }
  .hero-actions .button { min-height: 48px; padding: 0 13px; gap: 9px; font-size: 11px; }
  .hero-actions .text-link { display: none; }
  .hero-stats { display: none; }
  .hero-visual { min-height: 0; height: auto; order: 2; display: grid; overflow: visible; background: #dfe8e1; }
  .hero-media { height: 390px; }
  .hero-slides::after, .hero-media::after { display: none; }
  .hero-slide { background-position: center top; background-size: auto 275px; }
  .hero-caption { top: auto; right: 0; bottom: 0; left: 0; max-width: none; min-height: 115px; padding: 14px 18px 16px; display: flex; flex-wrap: wrap; align-content: center; align-items: center; gap: 0 16px; background: var(--green-dark); font-size: 11px; backdrop-filter: none; }
  .hero-caption p { width: 100%; margin-bottom: 4px; }
  .hero-caption.empty { display: block; min-height: 0; padding: 0; }
  .hero-detail-button, .hero-video-link { margin: 5px 0 0; }
  .hero-slider-controls { left: 12px; top: 226px; bottom: auto; padding: 4px 6px; }
  .service-bar { min-height: 0; padding: 16px 18px; align-items: flex-start; flex-direction: column; gap: 12px; }
  .service-bar .opening-status { flex-wrap: wrap; gap: 5px 18px; }
  .service-bar-links { width: 100%; justify-content: space-between; }
  h1 { font-size: clamp(42px, 12.5vw, 54px); line-height: 1; }
  .section { padding: 64px 20px; }
  .section h2 { font-size: 42px; }
  .section-intro { margin-bottom: 42px; }
  .discover { padding-top: 45px; padding-bottom: 45px; gap: 28px; }
  .discover-heading h2 { font-size: 38px; }
  .discover-links { grid-template-columns: 1fr 1fr; }
  .discover-links a, .discover-links button { min-height: 125px; padding: 18px; }
  .mission-intro-copy { margin-top: 22px; padding-left: 16px; }
  .mission-intro-copy p { font-size: 14px; line-height: 1.65; }
  .feature-card { min-height: 235px; padding: 25px; }
  .feature-icon { margin: 35px 0 22px; }
  .section-header { display: block; }
  .section-header > p { margin-top: 20px; }
  .events-heading-side { margin-top: 20px; }
  .contributions-invitation { margin-top: 20px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .archive-link { margin: 12px 0 0; }
  .event-row { grid-template-columns: 75px 1fr 35px; gap: 14px; }
  .event-meta { display: none; }
  .event-details h3 { font-size: 21px; }
  .event-date strong { font-size: 34px; }
  .impact { grid-template-columns: 1fr; }
  .impact-quote { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding: 55px 0 0; }
  .people-intro { display: block; }
  .people-intro > p:last-child { margin-top: 20px; }
  .people-group { padding: 25px 19px; }
  .people-mobile-toggle { width: 100%; min-height: 48px; margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border: 1px solid var(--green); background: transparent; color: var(--green); font-weight: 700; cursor: pointer; }
  .people-mobile-toggle::after { content: "+"; font-size: 22px; font-weight: 400; }
  .people-mobile-toggle[aria-expanded="true"]::after { content: "−"; }
  .people-groups { display: none; }
  .people-groups.expanded { display: grid; }
  .people-list, .advisory-group .people-list { grid-template-columns: 1fr; }
  .faq-list summary { padding: 20px 45px 20px 0; font-size: 21px; line-height: 1.25; }
  .faq-list summary::after { top: 15px; }
  .faq-contact { align-items: flex-start; flex-direction: column; }
  .back-to-top { right: 16px; bottom: 16px; width: 48px; height: 48px; }
  .gallery-grid { height: 56vh; min-height: 360px; }
  .gallery-slider-controls { right: 12px; bottom: 12px; }
  .gallery-item figcaption { align-items: flex-start; flex-direction: column; }
  .message-main { min-height: calc(100vh - 75px); padding: 35px 14px; }
  .message-article { padding: 38px 24px; }
  .hero-detail-modal { padding: 12px; }
  .hero-detail-dialog { grid-template-columns: 1fr; max-height: calc(100vh - 24px); }
  .hero-detail-dialog > img { height: 250px; min-height: 0; }
  .hero-detail-content { padding: 32px 24px; }
  .hero-detail-content h2 { font-size: 38px; }
  .visit-info-modal { padding: 12px; }
  .visit-info-dialog { max-height: calc(100vh - 24px); padding: 50px 23px 30px; }
  .visit-hours-grid, .visit-info-columns { grid-template-columns: 1fr; }
  .donation-modal { padding: 12px; }
  .donation-dialog { max-height: calc(100vh - 24px); padding: 52px 23px 30px; }
  .donation-dialog h2 { font-size: 40px; }
  .donation-options { grid-template-columns: 1fr; }
  .donation-options > div { min-height: 140px; }
  .membership-panel { grid-template-columns: 1fr; }
  .office-contact-card dl div { grid-template-columns: 1fr; gap: 5px; }
  .document-mark { margin-bottom: 30px; }
  .members-login form, .member-posts { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-bottom { align-items: flex-start; gap: 24px; flex-wrap: wrap; }
  .footer-bottom img { width: 110px; }
}

@media (max-width: 420px) {
  .service-bar-links { align-items: flex-start; flex-direction: column; }
  .hero-actions { grid-template-columns: 1fr; }
  .hero-media { height: 405px; }
  .hero-slide { background-size: auto 275px; }
  .hero-caption { min-height: 130px; }
}

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