@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --navy: #1B2A4A;
  --navy-light: #2a3f6a;
  --gold: #C4952B;
  --gold-light: #d4a94a;
  --teal: #3A7D7B;
  --cream: #F5F0E8;
  --warm: #FAF8F4;
  --text: #3a3a3a;
  --text-light: #6a6a6a;
  --text-faint: #999;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', -apple-system, sans-serif;
  --ease: 0.3s ease;
}
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--text); background: var(--warm); line-height: 1.8; overflow-x: hidden; }

/* ===== NAV — transparent on home hero, solid elsewhere ===== */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.4s ease, border-color 0.4s ease;
}
nav.solid { background: rgba(27,42,74,0.96); backdrop-filter: blur(12px); border-bottom-color: rgba(255,255,255,0.06); }
.nav-inner { max-width: 960px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 60px; }
.nav-logo { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; color: white; text-decoration: none; cursor: pointer; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 22px; list-style: none; align-items: center; }
.nav-links a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 0.82rem; font-weight: 400; letter-spacing: 0.02em; transition: color var(--ease); cursor: pointer; }
.nav-links a:hover { color: rgba(255,255,255,0.9); }
.nav-help { color: var(--gold) !important; font-weight: 500 !important; padding: 6px 16px; border: 1px solid rgba(196,149,43,0.4); border-radius: 50px; transition: all var(--ease) !important; }
.nav-help:hover { background: var(--gold); color: var(--navy) !important; border-color: var(--gold); }
.mobile-toggle { display: none; background: none; border: none; color: white; font-size: 1.4rem; cursor: pointer; z-index: 10; }

/* ===== SHARED ===== */
.content { max-width: 720px; margin: 0 auto; padding: 0 24px; }
.wide { max-width: 960px; margin: 0 auto; padding: 0 24px; }
.sec { padding: 96px 0; }
.sec-sm { padding: 64px 0; }
.label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 16px; }
.bird-div { text-align: center; padding: 40px 0; opacity: 0.18; }
.btn { display: inline-block; padding: 13px 32px; border-radius: 50px; font-size: 0.9rem; font-weight: 500; text-decoration: none; letter-spacing: 0.02em; transition: all var(--ease); cursor: pointer; border: none; }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-ghost { background: transparent; border: 1px solid rgba(255,255,255,0.3); color: white; }
.btn-ghost:hover { border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.05); }
.btn-navy { background: var(--navy); color: white; }
.btn-navy:hover { background: var(--navy-light); }
.btn-outline-navy { background: transparent; border: 1px solid var(--navy); color: var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: white; }

/* ===== PAGE HEADER (non-home pages) ===== */
.page-hero {
  background: linear-gradient(170deg, var(--navy) 0%, var(--navy-light) 50%, var(--teal) 100%);
  color: white; text-align: center; padding: 140px 24px 80px; position: relative;
}
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 30%, rgba(196,149,43,0.06) 0%, transparent 60%); }
.page-hero .above { font-size: 0.75rem; font-weight: 300; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.5; margin-bottom: 12px; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 600; line-height: 1.15; margin-bottom: 16px; position: relative; }
.page-hero p { font-family: var(--serif); font-size: 1.15rem; font-style: italic; opacity: 0.6; max-width: 500px; margin: 0 auto; line-height: 1.7; position: relative; }
.page-hero .bird-accent { position: absolute; top: 20px; right: 10%; opacity: 0.15; }

/* ===== HOME HERO ===== */
.home-hero {
  min-height: 100vh; position: relative;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(170deg, var(--navy) 0%, var(--navy-light) 45%, var(--teal) 100%);
  color: white; text-align: center; padding: 100px 24px 80px;
}
.home-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 25%, rgba(196,149,43,0.08) 0%, transparent 65%); }
.hero-dove { position: relative; z-index: 2; cursor: pointer; margin-bottom: 16px; opacity: 0.35; transition: opacity 0.5s ease, transform 0.5s ease; transform: translateY(0); }
.hero-dove:hover, .hero-dove:active { opacity: 0.55; transform: translateY(-6px) rotate(-2deg) scale(1.04); }
.hero-dove svg { display: block; margin: 0 auto; }
.hero-content { position: relative; z-index: 5; max-width: 640px; }
.hero-content .above { font-size: 0.8rem; font-weight: 300; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.6; margin-bottom: 20px; }
.hero-content h1 { font-family: var(--serif); font-size: clamp(3rem, 7.5vw, 5.2rem); font-weight: 600; line-height: 1.08; margin-bottom: 28px; }
.hero-content .tagline { font-family: var(--serif); font-size: clamp(1.05rem, 2.2vw, 1.35rem); font-style: italic; opacity: 0.6; max-width: 480px; margin: 0 auto 48px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.scroll-hint { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); opacity: 0.4; }
.scroll-hint span { display: block; font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; color: white; margin-bottom: 6px; text-align: center; }
.scroll-arrow { width: 16px; height: 16px; border-right: 1px solid white; border-bottom: 1px solid white; transform: rotate(45deg); margin: 0 auto; animation: bn 2.5s infinite; }
@keyframes bn { 0%,20%,50%,80%,100%{transform:translateY(0) rotate(45deg)} 40%{transform:translateY(5px) rotate(45deg)} }

/* ===== TEXT SECTIONS ===== */
.txt h2 { font-family: var(--serif); font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--navy); line-height: 1.25; margin-bottom: 24px; font-weight: 600; }
.txt h3 { font-family: var(--serif); font-size: 1.4rem; color: var(--navy); margin-bottom: 12px; font-weight: 600; }
.txt p { color: var(--text-light); font-weight: 300; font-size: 1.02rem; margin-bottom: 20px; }
.txt .pq { font-family: var(--serif); font-size: 1.3rem; font-style: italic; color: var(--teal); line-height: 1.6; margin: 36px 0; padding-left: 24px; border-left: 2px solid var(--gold); }

/* ===== REACH OUT ===== */
.reach { background: linear-gradient(135deg, var(--navy), var(--navy-light)); color: white; text-align: center; }
.reach h2 { font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 16px; font-weight: 500; }
.reach .lead { font-weight: 300; opacity: 0.7; font-size: 1.05rem; max-width: 520px; margin: 0 auto 36px; }
.reach-opts { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }
.reach-opt { text-align: center; flex: 0 1 180px; }
.reach-opt h4 { font-family: var(--serif); font-size: 1.15rem; color: white; margin-bottom: 4px; font-weight: 500; }
.reach-opt p { font-size: 0.85rem; opacity: 0.45; font-weight: 300; }
.reach .or { font-size: 0.8rem; opacity: 0.3; margin-bottom: 18px; letter-spacing: 0.1em; text-transform: uppercase; }
.btn-reach { background: transparent; border: 1px solid var(--gold); color: var(--gold); padding: 12px 32px; border-radius: 50px; font-size: 0.9rem; font-weight: 500; cursor: pointer; transition: all var(--ease); text-decoration: none; display: inline-block; }
.btn-reach:hover { background: var(--gold); color: var(--navy); }
.reach-note { margin-top: 18px; font-size: 0.78rem; opacity: 0.3; font-weight: 300; }

/* ===== EVENT ITEMS ===== */
.ev { display: flex; gap: 32px; padding: 36px 0; border-bottom: 1px solid rgba(27,42,74,0.06); align-items: baseline; }
.ev:last-child { border-bottom: none; }
.ev-when { flex: 0 0 140px; text-align: right; }
.ev-day { font-family: var(--serif); font-size: 1.05rem; color: var(--navy); font-weight: 600; }
.ev-time { font-size: 0.82rem; color: var(--teal); font-weight: 500; margin-top: 2px; }
.ev-what { flex: 1; }
.ev-what h3 { font-family: var(--serif); font-size: 1.35rem; color: var(--navy); font-weight: 600; margin-bottom: 6px; }
.ev-what p { color: var(--text-light); font-weight: 300; font-size: 0.95rem; margin-bottom: 8px; }
.ev-link { font-size: 0.85rem; color: var(--teal); font-weight: 500; cursor: pointer; text-decoration: none; }
.ev-link:hover { color: var(--gold); }

/* ===== INVOLVE ITEMS ===== */
.inv { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 48px 0; border-bottom: 1px solid rgba(27,42,74,0.06); }
.inv:last-child { border-bottom: none; }
.inv.flip .inv-txt { order: 2; }
.inv.flip .inv-img { order: 1; }
.inv-txt h3 { font-family: var(--serif); font-size: 1.5rem; color: var(--navy); margin-bottom: 12px; font-weight: 600; }
.inv-txt p { color: var(--text-light); font-weight: 300; font-size: 0.95rem; margin-bottom: 10px; }
.inv-txt .detail { font-size: 0.85rem; color: var(--teal); font-weight: 500; margin-bottom: 16px; }
.inv-img { aspect-ratio: 4/3; background: linear-gradient(135deg, var(--warm), white); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 0.9rem; color: var(--navy); opacity: 0.3; font-style: italic; }

/* ===== TESTIMONIES ===== */
.tst { max-width: 620px; margin: 0 auto 56px; text-align: center; }
.tst blockquote { font-family: var(--serif); font-size: clamp(1.15rem, 2.5vw, 1.4rem); font-style: italic; color: var(--navy); line-height: 1.7; margin-bottom: 20px; position: relative; }
.tst blockquote::before { content: '\201C'; font-size: 4rem; color: var(--gold); opacity: 0.2; position: absolute; top: -24px; left: 50%; transform: translateX(-50%); line-height: 1; }
.tst .name { font-size: 0.9rem; font-weight: 500; }
.tst .ctx { font-size: 0.8rem; color: var(--text-faint); font-weight: 300; }
.tst .typ { display: inline-block; margin-top: 8px; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; }
.typ-h { color: var(--teal); } .typ-f { color: var(--gold); } .typ-c { color: var(--navy); }
.tst-div { width: 40px; height: 1px; background: var(--gold); opacity: 0.3; margin: 0 auto 56px; }

/* ===== TESTIMONY CAROUSEL ===== */
.tst-carousel { position: relative; max-width: 620px; margin: 0 auto; min-height: 220px; }
.tst-slide { position: absolute; top: 0; left: 0; right: 0; opacity: 0; transition: opacity 0.6s ease; pointer-events: none; text-align: center; }
.tst-slide.active { opacity: 1; pointer-events: auto; position: relative; }
.tst-slide blockquote { font-family: var(--serif); font-size: clamp(1.15rem, 2.5vw, 1.4rem); font-style: italic; color: var(--navy); line-height: 1.7; margin-bottom: 20px; position: relative; }
.tst-slide blockquote::before { content: '\201C'; font-size: 4rem; color: var(--gold); opacity: 0.2; position: absolute; top: -24px; left: 50%; transform: translateX(-50%); line-height: 1; }
.tst-slide .name { font-size: 0.9rem; font-weight: 500; }
.tst-slide .ctx { font-size: 0.8rem; color: var(--text-faint); font-weight: 300; }
.tst-slide .typ { display: inline-block; margin-top: 8px; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; }
.tst-dots { display: flex; gap: 16px; justify-content: center; margin-top: 36px; }
.tst-dot { background: none; border: none; cursor: pointer; padding: 4px; opacity: 0.2; transition: opacity 0.3s ease, transform 0.3s ease; }
.tst-dot.active { opacity: 0.6; transform: scale(1.15); }
.tst-dot:hover { opacity: 0.5; }
.tst-dot svg { display: block; }

/* ===== LEGAL PAGES ===== */
.legal-body h2 { font-family: var(--serif); font-size: 1.6rem; color: var(--navy); margin: 40px 0 16px; font-weight: 600; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body h3 { font-family: var(--serif); font-size: 1.2rem; color: var(--navy); margin: 28px 0 10px; font-weight: 600; }
.legal-body p { color: var(--text-light); font-weight: 300; font-size: 0.95rem; margin-bottom: 14px; line-height: 1.8; }
.legal-body ul { color: var(--text-light); font-weight: 300; font-size: 0.95rem; margin-bottom: 14px; padding-left: 24px; line-height: 1.8; }
.legal-body li { margin-bottom: 6px; }
.legal-body a { color: var(--teal); }
.legal-body .last-updated { font-size: 0.82rem; color: var(--text-faint); font-style: italic; margin-bottom: 32px; }

/* ===== COOKIE BANNER ===== */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(27,42,74,0.97); backdrop-filter: blur(12px); color: white; padding: 20px 24px; z-index: 9999; display: none; border-top: 1px solid rgba(196,149,43,0.3); }
.cookie-banner.show { display: block; }
.cookie-inner { max-width: 960px; margin: 0 auto; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.cookie-text { flex: 1; min-width: 280px; }
.cookie-text p { font-size: 0.88rem; font-weight: 300; opacity: 0.85; margin: 0; line-height: 1.6; }
.cookie-text a { color: var(--gold); text-decoration: underline; cursor: pointer; }
.cookie-btns { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-btn { padding: 10px 24px; border-radius: 50px; font-size: 0.85rem; font-weight: 500; cursor: pointer; border: none; font-family: var(--sans); transition: all var(--ease); }
.cookie-accept { background: var(--gold); color: var(--navy); }
.cookie-accept:hover { background: var(--gold-light); }
.cookie-necessary { background: transparent; border: 1px solid rgba(255,255,255,0.3); color: white; }
.cookie-necessary:hover { border-color: rgba(255,255,255,0.6); }
@media (max-width: 768px) { .cookie-inner { flex-direction: column; text-align: center; } .cookie-btns { width: 100%; justify-content: center; } }

/* ===== BELIEFS ===== */
.bel-sec { background: var(--navy); color: white; }
.bel-sec h2 { font-family: var(--serif); font-size: clamp(1.8rem, 3.5vw, 2.6rem); text-align: center; margin-bottom: 12px; font-weight: 600; color: white; }
.bel-sec .lead { text-align: center; color: rgba(255,255,255,0.5); font-weight: 300; margin-bottom: 48px; font-size: 1rem; }
.bel { border-bottom: 1px solid rgba(255,255,255,0.08); cursor: pointer; }
.bel:hover { background: rgba(255,255,255,0.02); }
.bel-h { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; }
.bel-h h3 { font-family: var(--serif); font-size: 1.15rem; font-weight: 500; color: rgba(255,255,255,0.85); }
.bel-tog { width: 24px; height: 24px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.15); background: none; color: rgba(255,255,255,0.4); font-size: 0.9rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all var(--ease); flex-shrink: 0; }
.bel.open .bel-tog { transform: rotate(45deg); border-color: var(--gold); color: var(--gold); }
.bel-b { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.bel-b-in { padding: 0 0 24px; color: rgba(255,255,255,0.5); font-weight: 300; font-size: 0.95rem; line-height: 1.9; }
.bel.open .bel-b { max-height: 300px; }

/* ===== DONATE ===== */
.don { background: var(--cream); text-align: center; }
.don h2 { font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 2.6rem); color: var(--navy); margin-bottom: 16px; font-weight: 600; }
.don .lead { color: var(--text-light); font-weight: 300; font-size: 1.02rem; max-width: 520px; margin: 0 auto 40px; }
.don-freq { display: flex; gap: 0; justify-content: center; margin-bottom: 32px; }
.don-freq button { padding: 10px 28px; font-family: var(--sans); font-size: 0.88rem; font-weight: 500; border: 1.5px solid rgba(27,42,74,0.12); background: white; color: var(--text-light); cursor: pointer; transition: all var(--ease); }
.don-freq button:first-child { border-radius: 50px 0 0 50px; border-right: none; }
.don-freq button:last-child { border-radius: 0 50px 50px 0; }
.don-freq button.active { background: var(--navy); color: white; border-color: var(--navy); }
.d-amts { display: flex; gap: 12px; justify-content: center; margin-bottom: 24px; flex-wrap: wrap; }
.da { padding: 14px 28px; border: 1.5px solid rgba(27,42,74,0.12); border-radius: 50px; background: white; cursor: pointer; transition: all var(--ease); }
.da:hover, .da.sel { border-color: var(--gold); background: rgba(196,149,43,0.04); }
.da .v { font-family: var(--serif); font-size: 1.3rem; color: var(--navy); font-weight: 600; }
.don-label { font-size: 0.82rem; color: var(--text-faint); font-weight: 400; margin-bottom: 28px; }
.ga-note { font-size: 0.88rem; color: var(--text-light); font-weight: 300; margin-bottom: 32px; max-width: 480px; margin-left: auto; margin-right: auto; }
.ga-note strong { color: var(--teal); font-weight: 500; }
.btn-don { background: var(--gold); color: var(--navy); padding: 14px 44px; border-radius: 50px; font-size: 1rem; font-weight: 600; border: none; cursor: pointer; transition: all var(--ease); }
.btn-don:hover { background: var(--gold-light); transform: translateY(-1px); }
.don .sn { margin-top: 16px; font-size: 0.78rem; color: var(--text-faint); }

/* ===== FORMS ===== */
.fg { margin-bottom: 16px; }
.fg label { display: block; font-size: 0.82rem; font-weight: 500; color: var(--navy); margin-bottom: 5px; }
.fg input, .fg textarea, .fg select { width: 100%; padding: 11px 14px; border: 1px solid rgba(27,42,74,0.12); border-radius: 8px; font-family: var(--sans); font-size: 0.92rem; color: var(--text); background: white; transition: border-color var(--ease); outline: none; }
.fg input:focus, .fg textarea:focus, .fg select:focus { border-color: var(--teal); }
.fg textarea { resize: vertical; min-height: 90px; }
.fr { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fg-check { display: flex; align-items: start; gap: 10px; margin-bottom: 16px; }
.fg-check input[type="checkbox"] { margin-top: 4px; accent-color: var(--teal); }
.fg-check label { font-size: 0.88rem; font-weight: 300; color: var(--text-light); }
.btn-submit { width: 100%; padding: 13px; border-radius: 50px; font-size: 0.9rem; font-weight: 500; cursor: pointer; transition: all var(--ease); border: none; }

/* ===== CONTACT GRID ===== */
.c-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.c-info h2 { font-family: var(--serif); font-size: 1.8rem; color: var(--navy); margin-bottom: 24px; font-weight: 600; }
.c-det { margin-bottom: 18px; }
.c-det strong { display: block; font-size: 0.85rem; font-weight: 500; color: var(--navy); margin-bottom: 2px; }
.c-det span { font-size: 0.95rem; color: var(--text-light); font-weight: 300; }
.c-map { margin-top: 20px; aspect-ratio: 16/9; background: var(--cream); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-family: var(--serif); color: var(--navy); opacity: 0.3; font-style: italic; }
.c-form h3 { font-family: var(--serif); font-size: 1.3rem; color: var(--navy); margin-bottom: 6px; font-weight: 600; }
.c-form .fnote { font-size: 0.88rem; color: var(--text-light); font-weight: 300; margin-bottom: 24px; }

/* ===== NEWSLETTER ===== */
.nl { background: var(--teal); color: white; padding: 56px 24px; text-align: center; }
.nl h3 { font-family: var(--serif); font-size: 1.4rem; margin-bottom: 8px; font-weight: 500; }
.nl p { opacity: 0.7; font-weight: 300; margin-bottom: 20px; font-size: 0.9rem; }
.nl-f { display: flex; gap: 10px; max-width: 420px; margin: 0 auto; }
.nl-f input { flex: 1; padding: 12px 18px; border: none; border-radius: 50px; font-size: 0.9rem; outline: none; background: rgba(255,255,255,0.15); color: white; }
.nl-f input::placeholder { color: rgba(255,255,255,0.45); }
.nl-f button { padding: 12px 24px; background: var(--gold); color: var(--navy); border: none; border-radius: 50px; font-weight: 600; cursor: pointer; font-size: 0.88rem; }

/* ===== FOOTER ===== */
footer { background: var(--navy); color: rgba(255,255,255,0.5); padding: 56px 24px 28px; }
.ft-inner { max-width: 960px; margin: 0 auto; }
.ft-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 36px; }
.ft-brand h4 { font-family: var(--serif); font-size: 1.1rem; color: white; margin-bottom: 10px; font-weight: 600; }
.ft-brand h4 span { color: var(--gold); }
.ft-brand p { font-size: 0.82rem; line-height: 1.7; font-weight: 300; }
.ft-col h5 { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 14px; }
.ft-col a { display: block; color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.85rem; font-weight: 300; margin-bottom: 7px; transition: color var(--ease); cursor: pointer; }
.ft-col a:hover { color: rgba(255,255,255,0.85); }
.ft-btm { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; font-size: 0.75rem; flex-wrap: wrap; gap: 10px; }
.ft-btm a { color: rgba(255,255,255,0.3); text-decoration: none; }
.ft-legal { display: flex; gap: 18px; }

/* ===== INNER PAGE CONTENT ===== */
.inner-body { padding-top: 0; }
.inner-sec { padding: 80px 0; }

/* Location cards */
.loc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.loc-card { padding: 28px; border: 1px solid rgba(27,42,74,0.06); border-radius: 10px; background: white; transition: border-color var(--ease); }
.loc-card:hover { border-color: var(--gold); }
.loc-card h4 { font-family: var(--serif); font-size: 1.15rem; color: var(--navy); margin-bottom: 4px; font-weight: 600; }
.loc-card .loc-meta { font-size: 0.82rem; color: var(--teal); font-weight: 500; margin-bottom: 8px; }
.loc-card p { font-size: 0.9rem; color: var(--text-light); font-weight: 300; }

/* Volunteer roles */
.role { display: flex; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(27,42,74,0.06); align-items: start; }
.role:last-child { border-bottom: none; }
.role-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(58,125,123,0.08); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.role-info h4 { font-family: var(--serif); font-size: 1.1rem; color: var(--navy); margin-bottom: 4px; font-weight: 600; }
.role-info p { font-size: 0.9rem; color: var(--text-light); font-weight: 300; }
.role-info .commitment { font-size: 0.8rem; color: var(--teal); font-weight: 500; margin-top: 4px; }

/* About page - leadership */
.leader { display: flex; gap: 24px; margin-bottom: 32px; align-items: start; }
.leader-photo { width: 80px; height: 80px; border-radius: 50%; background: var(--cream); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 0.7rem; color: var(--navy); opacity: 0.4; font-style: italic; }
.leader-info h4 { font-family: var(--serif); font-size: 1.1rem; color: var(--navy); font-weight: 600; margin-bottom: 2px; }
.leader-info .role-title { font-size: 0.82rem; color: var(--teal); font-weight: 500; margin-bottom: 8px; }
.leader-info p { font-size: 0.92rem; color: var(--text-light); font-weight: 300; }

/* Breadcrumb */
.crumb { font-size: 0.78rem; color: rgba(255,255,255,0.4); margin-bottom: 8px; position: relative; }
.crumb a { color: rgba(255,255,255,0.4); text-decoration: none; cursor: pointer; }
.crumb a:hover { color: rgba(255,255,255,0.7); }

/* Success message */
.success-msg { background: rgba(58,125,123,0.08); border: 1px solid rgba(58,125,123,0.2); border-radius: 10px; padding: 24px; text-align: center; display: none; }
.success-msg h4 { font-family: var(--serif); font-size: 1.2rem; color: var(--teal); margin-bottom: 6px; }
.success-msg p { font-size: 0.9rem; color: var(--text-light); font-weight: 300; }

/* ===== MAPS ===== */
.map-container { position: relative; border-radius: 12px; overflow: hidden; margin-bottom: 40px; }
.map-container .leaflet-container { height: 380px; width: 100%; border-radius: 12px; z-index: 1; }
.leaflet-popup-content-wrapper { border-radius: 10px !important; box-shadow: 0 8px 32px rgba(27,42,74,0.15) !important; padding: 0 !important; }
.leaflet-popup-content { margin: 0 !important; width: 260px !important; }
.leaflet-popup-tip { box-shadow: none !important; }
.map-popup { padding: 20px; font-family: var(--sans); }
.map-popup h4 { font-family: var(--serif); font-size: 1.15rem; color: var(--navy); font-weight: 600; margin-bottom: 2px; }
.map-popup .mp-when { font-size: 0.82rem; color: var(--teal); font-weight: 500; margin-bottom: 8px; }
.map-popup .mp-lead { font-size: 0.82rem; color: var(--text-light); font-weight: 300; margin-bottom: 4px; }
.map-popup .mp-desc { font-size: 0.85rem; color: var(--text-light); font-weight: 300; line-height: 1.6; margin-bottom: 14px; }
.map-popup .mp-btn { display: block; text-align: center; background: var(--navy); color: white; padding: 9px 18px; border-radius: 50px; font-size: 0.82rem; font-weight: 500; text-decoration: none; cursor: pointer; transition: background 0.3s ease; border: none; width: 100%; font-family: var(--sans); }
.map-popup .mp-btn:hover { background: var(--navy-light); }
.map-mini { height: 220px !important; }
.leaflet-control-attribution { font-size: 9px !important; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  /* Nav */
  .nav-links { display: none; }
  .nav-links.open { display: flex !important; flex-direction: column; position: absolute; top: 60px; left: 0; right: 0; background: rgba(27,42,74,0.97); backdrop-filter: blur(12px); padding: 20px 24px 28px; gap: 16px; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .nav-links.open a { font-size: 0.95rem; color: rgba(255,255,255,0.7); }
  .mobile-toggle { display: block; }

  /* Global spacing */
  body { line-height: 1.6; }
  .sec { padding: 40px 0; }
  .sec-sm { padding: 28px 0; }
  .txt p, .ev-what p, .inv-txt p, .legal-body p { margin-bottom: 10px; }
  .txt .pq { margin: 16px 0; font-size: 1.1rem; }
  .bird-div { padding: 16px 0; }

  /* Events — title first, description, then time below */
  .ev { flex-direction: column; gap: 0; padding: 16px 0; }
  .ev-when { text-align: left; order: 2; margin-top: 8px; }
  .ev-day { font-size: 0.85rem; display: inline; }
  .ev-time { display: inline; margin-left: 6px; }
  .ev-what { order: 1; }
  .ev-what h3 { margin-bottom: 4px; font-size: 1.2rem; }
  .ev-what p { margin-bottom: 0; font-size: 0.9rem; }

  /* Reach section */
  .reach-opts { flex-direction: column; align-items: center; gap: 8px; margin-bottom: 16px; }
  .reach-opt { flex: none; padding: 4px 0; }
  .reach .lead { margin-bottom: 16px; font-size: 0.95rem; }
  .reach .or { margin-bottom: 10px; }
  .reach h2 { margin-bottom: 10px; }

  /* Get Involved */
  .inv { grid-template-columns: 1fr; padding: 20px 0; gap: 16px; }
  .inv.flip .inv-txt { order: 1; }
  .inv.flip .inv-img { order: 2; }
  .inv-txt h3 { font-size: 1.25rem; margin-bottom: 6px; }
  .inv-txt .detail { margin-bottom: 10px; }

  /* Grids */
  .c-grid { grid-template-columns: 1fr; }
  .ft-top { grid-template-columns: 1fr 1fr; }
  .fr { grid-template-columns: 1fr; }
  .nl-f { flex-direction: column; }
  .loc-grid { grid-template-columns: 1fr; }
  .loc-card { padding: 18px; }

  /* Other */
  .leader { flex-direction: column; align-items: center; text-align: center; }
  .tst { margin-bottom: 28px; }
  .role { padding: 14px 0; }
}


/* ===== Launch fixes (2026-08-18) ===== */
/* .c-map is a centring flexbox left over from the placeholder era; the injected
   Leaflet div collapsed to 0px wide inside it. */
.c-map { display: block; }
.map-mini { width: 100%; }

/* Honeypot: visible to bots, never to people or screen readers */
.hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Form error + busy states */
.form-error { margin-top: 12px; color: #9B2C2C; font-size: 0.88rem; line-height: 1.5; }
.form-error a { color: #9B2C2C; text-decoration: underline; }
.btn-submit[aria-busy="true"] { opacity: 0.6; cursor: progress; }

/* .btn-don is now an anchor, not a button — keep the pill shape and centre the label. */
a.btn-don { display: inline-block; text-decoration: none; text-align: center; }

/* Leader and group portraits (added 2026-08-18) */
/* .leader-photo was styled for the grey "[Photo]" placeholder text — including
   opacity 0.4, which faded the real photographs once they went in. Reset the
   placeholder-era styling and give couples enough room to be recognisable. */
.leader-photo { overflow: hidden; opacity: 1; width: 112px; height: 112px; background: var(--cream); }
.leader-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.loc-avatar { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; display: block; margin-bottom: 12px; }

/* Scroll reveal. Applied only when JS adds .js-reveal to <html>, so a script
   failure leaves the content visible rather than blank. */
.js-reveal .ev, .js-reveal .inv, .js-reveal .tst,
.js-reveal .loc-card, .js-reveal .role, .js-reveal .leader {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .js-reveal .ev, .js-reveal .inv, .js-reveal .tst,
  .js-reveal .loc-card, .js-reveal .role, .js-reveal .leader {
    opacity: 1; transform: none; transition: none;
  }
}

/* .inv-img was a placeholder panel at opacity 0.3; reset it wherever a real
   photograph is used, or the picture renders washed out. */
.inv-img:has(img) { opacity: 1; background: none; }
.inv-img img { display: block; }
