:root {
  --green-950: #062d22;
  --green-900: #083d2e;
  --green-800: #0b5139;
  --green-700: #0f6b48;
  --green-100: #e6f3ec;
  --gold-500: #d5ad4a;
  --gold-300: #ebce85;
  --ivory: #fbfaf5;
  --paper: #ffffff;
  --ink: #17251f;
  --muted: #66746e;
  --line: rgba(8, 61, 46, 0.13);
  --shadow: 0 22px 70px rgba(6, 45, 34, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 999;
  padding: 12px 18px; color: white; background: var(--green-950); border-radius: 10px;
}
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px;
  color: var(--green-700); font-size: .76rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold-500); }
.eyebrow.light { color: var(--gold-300); }
.display {
  margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 6.3vw, 5.8rem);
  font-weight: 500; line-height: .98; letter-spacing: -.045em;
}
.section-title {
  margin: 0; color: var(--green-950); font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4.8vw, 4.2rem); font-weight: 500; line-height: 1.07; letter-spacing: -.035em;
}
.section-lead { max-width: 680px; margin: 18px 0 0; color: var(--muted); font-size: 1.08rem; }
.section-head { max-width: 760px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section { padding: 104px 0; }
.section.soft { background: #f0f6f2; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; height: 78px;
  color: white; border-bottom: 1px solid rgba(255,255,255,.12);
  transition: background .25s ease, box-shadow .25s ease, height .25s ease;
}
.site-header.scrolled { height: 70px; background: rgba(6,45,34,.96); box-shadow: 0 10px 40px rgba(0,0,0,.18); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto;
  border: 1px solid rgba(235,206,133,.5); border-radius: 50%; color: var(--gold-300); font-family: Georgia, serif; font-size: 1.3rem;
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { color: var(--gold-300); font-family: Georgia, serif; font-size: .98rem; font-weight: 600; }
.brand-copy span { margin-top: 4px; color: rgba(255,255,255,.72); font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 5px; }
.nav-links a { padding: 11px 13px; border-radius: 999px; color: rgba(255,255,255,.82); font-size: .91rem; font-weight: 650; text-decoration: none; }
.nav-links a:hover, .nav-links a.active { color: white; background: rgba(255,255,255,.1); }
.nav-links .nav-cta { margin-left: 6px; padding-inline: 18px; color: var(--green-950); background: var(--gold-300); }
.nav-links .nav-cta:hover { color: var(--green-950); background: white; }
.nav-links .donation-summary { display: grid; gap: 1px; padding: 6px 12px; line-height: 1.15; background: rgba(255,255,255,.07); }
.donation-summary small { color: var(--gold-300); font-size: .57rem; font-weight: 850; letter-spacing: .12em; }
.donation-summary strong { color: rgba(255,255,255,.78); font-size: .7rem; font-weight: 650; }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: white; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 19px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero {
  position: relative; min-height: 820px; display: grid; align-items: end; overflow: hidden; color: white; background: var(--green-950);
}
.hero-media, .page-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media { opacity: .62; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(4,28,21,.95) 0%, rgba(4,28,21,.72) 43%, rgba(4,28,21,.2) 77%), linear-gradient(0deg, rgba(4,28,21,.92), transparent 48%);
}
.hero::after {
  content: ""; position: absolute; z-index: 1; width: 720px; height: 720px; right: -300px; top: -290px;
  border: 1px solid rgba(235,206,133,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(235,206,133,.035), 0 0 0 140px rgba(235,206,133,.025);
}
.hero-content { position: relative; z-index: 2; max-width: 820px; padding: 180px 0 104px; }
.hero .display span { display: block; margin-top: 13px; color: var(--gold-300); font-size: .48em; letter-spacing: -.02em; }
.hero-copy { max-width: 700px; margin: 26px 0 34px; color: rgba(255,255,255,.78); font-size: clamp(1.04rem, 2vw, 1.2rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px;
  border: 1px solid transparent; border-radius: 999px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { color: var(--green-950); background: var(--gold-300); box-shadow: 0 10px 30px rgba(213,173,74,.24); }
.btn-gold:hover { background: white; }
.btn-outline { color: white; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.04); }
.btn-outline:hover { background: rgba(255,255,255,.13); }
.btn-green { color: white; background: var(--green-700); }
.btn-green:hover { background: var(--green-900); }
.btn-disabled { pointer-events: none; opacity: .62; box-shadow: none; }
.hero-meta { position: absolute; right: 0; bottom: 0; left: 0; z-index: 3; border-top: 1px solid rgba(255,255,255,.15); background: rgba(4,28,21,.42); backdrop-filter: blur(9px); }
.hero-meta-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-meta-item { min-height: 92px; display: grid; align-content: center; padding: 17px 28px; border-right: 1px solid rgba(255,255,255,.14); }
.hero-meta-item:last-child { border-right: 0; }
.hero-meta-item small { color: var(--gold-300); font-size: .69rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-meta-item strong { margin-top: 3px; color: white; font-size: .95rem; font-weight: 650; }

.about-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.photo-frame { position: relative; min-height: 600px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.photo-frame img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.photo-frame::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.48); border-radius: 18px; pointer-events: none; }
.about-copy p { margin: 24px 0 0; color: var(--muted); font-size: 1.05rem; }
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 32px; }
.stat { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.stat strong { display: block; color: var(--green-700); font-family: Georgia, serif; font-size: 2rem; font-weight: 500; line-height: 1; }
.stat span { display: block; margin-top: 7px; color: var(--muted); font-size: .87rem; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { position: relative; min-height: 270px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; }
.value-card::before { content: attr(data-number); position: absolute; right: 21px; top: 15px; color: rgba(15,107,72,.08); font-family: Georgia, serif; font-size: 6rem; line-height: 1; }
.value-card h3 { position: relative; margin: 76px 0 12px; color: var(--green-950); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.value-card p { position: relative; margin: 0; color: var(--muted); }

.urs-shell { display: grid; grid-template-columns: .8fr 1.2fr; border-radius: 34px; overflow: hidden; background: var(--green-950); box-shadow: var(--shadow); }
.urs-intro { padding: 58px; color: white; background: linear-gradient(150deg, var(--green-700), var(--green-950)); }
.urs-intro .section-title { color: white; }
.urs-intro p { color: rgba(255,255,255,.74); }
.urs-grid { display: grid; grid-template-columns: 1fr 1fr; padding: 36px; gap: 1px; background: rgba(255,255,255,.1); }
.urs-item { min-height: 165px; display: grid; align-content: end; padding: 28px; background: var(--green-950); }
.urs-item span { color: var(--gold-300); font-family: Georgia, serif; font-size: 2.1rem; }
.urs-item strong { margin-top: 8px; color: white; font-size: 1rem; }

.donation-section { position: relative; overflow: hidden; color: white; background: var(--green-950); }
.donation-section::before {
  content: ""; position: absolute; width: 620px; height: 620px; right: -260px; top: -300px;
  border: 1px solid rgba(235,206,133,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(235,206,133,.025), 0 0 0 140px rgba(235,206,133,.018);
}
.donation-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.donation-copy .section-title { color: white; }
.donation-copy > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.72); }
.donation-security { display: flex; gap: 10px; align-items: flex-start; margin-top: 24px; padding: 17px 18px; border: 1px solid rgba(235,206,133,.2); border-radius: 14px; color: rgba(255,255,255,.68); background: rgba(255,255,255,.05); font-size: .88rem; }
.donation-security strong { color: var(--gold-300); }
.donation-panel { display: grid; grid-template-columns: .78fr 1.22fr; gap: 18px; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.qr-placeholder { aspect-ratio: 1; display: grid; place-items: center; padding: 26px; border: 2px dashed rgba(235,206,133,.55); border-radius: 18px; text-align: center; color: var(--gold-300); background: rgba(255,255,255,.04); }
.qr-placeholder strong { display: block; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.qr-placeholder small { display: block; margin-top: 8px; color: rgba(255,255,255,.56); line-height: 1.5; }
.bank-details { display: grid; align-content: center; gap: 11px; }
.bank-details h3 { margin: 0 0 4px; color: white; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.bank-row { display: grid; grid-template-columns: 118px 1fr; gap: 12px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
.bank-row:last-child { border: 0; padding-bottom: 0; }
.bank-row small { color: var(--gold-300); font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.bank-row span { color: rgba(255,255,255,.82); font-size: .87rem; word-break: break-word; }
.pending-value { color: rgba(255,255,255,.48) !important; font-style: italic; }

.gallery-mosaic { display: grid; grid-template-columns: 1.4fr .6fr; grid-template-rows: 260px 260px; gap: 14px; }
.gallery-shot { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: var(--radius-md); background: var(--green-950); cursor: zoom-in; }
.gallery-shot:first-child { grid-row: 1 / 3; }
.gallery-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-shot:nth-child(2) img { object-position: 75% 30%; transform: scale(1.35); }
.gallery-shot:nth-child(3) img { object-position: 48% 75%; transform: scale(1.5); }
.gallery-shot:hover img { transform: scale(1.06); }
.gallery-shot:nth-child(2):hover img { transform: scale(1.42); }
.gallery-shot:nth-child(3):hover img { transform: scale(1.58); }
.gallery-label { position: absolute; inset: auto 18px 18px; padding: 9px 13px; width: max-content; color: white; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(6,45,34,.72); backdrop-filter: blur(8px); font-size: .78rem; font-weight: 700; }

.visit-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 22px; }
.visit-card { padding: 42px; border-radius: var(--radius-lg); color: white; background: var(--green-950); }
.visit-card h3 { margin: 0 0 22px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.address-list { display: grid; gap: 18px; }
.address-row { padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.address-row:last-child { border: 0; padding-bottom: 0; }
.address-row small { display: block; color: var(--gold-300); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.address-row span { display: block; margin-top: 5px; color: rgba(255,255,255,.82); }
.map-wrap { min-height: 500px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); background: #dbe6df; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 500px; border: 0; }

.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 72px; align-items: start; }
.contact-copy p { color: var(--muted); }
.contact-note { margin-top: 30px; padding: 20px; border-left: 3px solid var(--gold-500); background: white; }
.contact-note strong { display: block; color: var(--green-900); }
.contact-note span { color: var(--muted); font-size: .9rem; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow); }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--green-950); font-size: .82rem; font-weight: 800; }
.field input, .field textarea { width: 100%; padding: 14px 15px; color: var(--ink); border: 1px solid #cfd9d3; border-radius: 12px; outline: none; background: #fcfdfc; }
.field input:focus, .field textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 4px rgba(15,107,72,.1); }
.field textarea { min-height: 132px; resize: vertical; }
.form-status { grid-column: 1 / -1; margin: 0; color: var(--green-700); font-size: .88rem; }

.page-hero { position: relative; min-height: 510px; display: grid; place-items: end start; overflow: hidden; color: white; background: var(--green-950); }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,28,21,.96), rgba(4,28,21,.56)), linear-gradient(0deg, rgba(4,28,21,.65), transparent); }
.page-hero-media { opacity: .4; }
.page-hero-content { position: relative; z-index: 2; max-width: 850px; padding: 165px 0 78px; }
.page-hero p { max-width: 700px; margin: 20px 0 0; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px; color: var(--gold-300); font-size: .85rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; }

.story-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.story-intro .section-title { position: sticky; top: 108px; }
.story-copy p { margin: 0 0 18px; color: var(--muted); font-size: 1.08rem; }
.timeline-list { position: relative; max-width: 950px; margin: 70px auto 0; }
.timeline-list::before { content: ""; position: absolute; left: 25px; top: 18px; bottom: 18px; width: 1px; background: var(--gold-500); }
.timeline-entry { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 30px; margin-bottom: 26px; }
.timeline-dot { position: relative; z-index: 1; width: 52px; height: 52px; display: grid; place-items: center; border: 9px solid var(--ivory); border-radius: 50%; color: var(--green-950); background: var(--gold-300); font-weight: 900; }
.timeline-card { padding: 30px 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.timeline-card small { color: var(--green-700); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.timeline-card h3 { margin: 6px 0 10px; color: var(--green-950); font-family: Georgia, serif; font-size: 1.7rem; font-weight: 500; }
.timeline-card p { margin: 0; color: var(--muted); }
.source-note { margin-top: 34px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); background: #f2f7f4; font-size: .9rem; }

.lineage-shell { max-width: 900px; margin: 0 auto; }
.lineage-note { margin-bottom: 34px; padding: 21px 24px; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); background: white; }
.tree-list, .tree-list ul { list-style: none; margin: 0; padding: 0; }
.tree-list ul { display: none; position: relative; margin-left: 30px; padding: 18px 0 0 34px; }
.tree-list ul.open { display: block; animation: reveal .24s ease both; }
.tree-list ul::before { content: ""; position: absolute; left: 8px; top: 0; bottom: 22px; width: 1px; background: var(--gold-500); }
.tree-list li { position: relative; margin-bottom: 16px; }
.tree-list ul > li::before { content: ""; position: absolute; left: -26px; top: 34px; width: 26px; height: 1px; background: var(--gold-500); }
.tree-node { display: grid; grid-template-columns: 48px 1fr auto; gap: 16px; align-items: center; padding: 17px 18px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: 0 8px 30px rgba(6,45,34,.06); }
.node-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--gold-300); background: var(--green-900); font-family: Georgia, serif; font-size: 1.1rem; }
.node-copy strong { display: block; color: var(--green-950); }
.node-copy small { color: var(--muted); }
.tree-toggle { width: 40px; height: 40px; border: 0; border-radius: 50%; color: var(--green-950); background: var(--gold-300); font-size: 1.25rem; cursor: pointer; }
.tree-toggle[aria-expanded="true"] { transform: rotate(45deg); }

.quote-band { padding: 76px 0; text-align: center; color: white; background: var(--green-900); }
.quote-band blockquote { max-width: 850px; margin: 0 auto; color: white; font-family: Georgia, serif; font-size: clamp(1.8rem, 4vw, 3.3rem); line-height: 1.25; }

.lightbox { position: fixed; inset: 0; z-index: 200; display: none; place-items: center; padding: 24px; background: rgba(3,22,16,.92); }
.lightbox.open { display: grid; }
.lightbox img { max-height: 86vh; border-radius: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.lightbox-close { position: absolute; right: 22px; top: 20px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: white; background: rgba(255,255,255,.1); font-size: 1.4rem; cursor: pointer; }

.site-footer { padding: 70px 0 30px; color: rgba(255,255,255,.7); background: #031d16; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr .65fr 1.1fr; gap: 42px; padding-bottom: 48px; }
.footer-brand h2 { margin: 0; color: var(--gold-300); font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; }
.footer-brand p { max-width: 440px; margin: 16px 0 0; }
.footer-title { margin: 0 0 14px; color: white; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { width: max-content; color: rgba(255,255,255,.7); text-decoration: none; }
.footer-links a:hover { color: var(--gold-300); }
.footer-bank { display: grid; gap: 7px; font-size: .8rem; }
.footer-bank span { color: rgba(255,255,255,.68); }
.footer-bank strong { color: var(--gold-300); font-weight: 700; }
.footer-bank a { width: max-content; margin-top: 5px; color: var(--gold-300); text-decoration: none; }
.footer-bank a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes reveal { from { opacity: 0; transform: translateY(-8px); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .menu-button { display: block; }
  .nav-links { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 4px; padding: 90px 30px 40px; visibility: hidden; opacity: 0; background: rgba(3,29,22,.98); transition: opacity .22s ease, visibility .22s ease; }
  .nav-links.open { visibility: visible; opacity: 1; }
  .nav-links a { padding: 12px 18px; text-align: center; font-family: Georgia, serif; font-size: 1.45rem; }
  .nav-links .nav-cta { margin: 12px auto 0; width: min(100%, 260px); font-family: inherit; font-size: 1rem; }
  .nav-links .donation-summary { display: grid; width: min(100%, 260px); margin: 6px auto 0; font-family: inherit; text-align: center; }
  .donation-summary small { font-size: .6rem; }
  .donation-summary strong { font-size: .76rem; }
  .menu-button { position: relative; z-index: 2; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 760px; }
  .about-grid, .contact-grid, .story-intro { grid-template-columns: 1fr; gap: 42px; }
  .story-intro .section-title { position: static; }
  .photo-frame { min-height: 480px; }
  .urs-shell, .visit-grid, .donation-grid { grid-template-columns: 1fr; }
  .donation-panel { max-width: 720px; }
  .map-wrap, .map-wrap iframe { min-height: 400px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: 30px; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .site-header { height: 70px; }
  .brand-copy strong { font-size: .84rem; }
  .brand-copy span { display: none; }
  .hero { min-height: 740px; align-items: center; }
  .hero::before { background: linear-gradient(0deg, rgba(4,28,21,.97) 0%, rgba(4,28,21,.62) 72%, rgba(4,28,21,.48) 100%); }
  .hero-content { padding: 130px 0 176px; }
  .hero-copy { margin: 22px 0 28px; }
  .hero-meta-grid { grid-template-columns: 1fr; }
  .hero-meta-item { min-height: auto; padding: 11px 14px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); text-align: center; }
  .hero-meta-item:nth-child(2) { display: none; }
  .photo-frame { min-height: 400px; }
  .stats, .values-grid, .urs-grid, .contact-form { grid-template-columns: 1fr; }
  .value-card { min-height: 230px; }
  .urs-intro { padding: 38px 25px; }
  .urs-grid { padding: 14px; }
  .urs-item { min-height: 125px; }
  .donation-panel { grid-template-columns: 1fr; padding: 18px; }
  .qr-placeholder { max-width: 300px; width: 100%; margin-inline: auto; }
  .bank-row { grid-template-columns: 105px 1fr; }
  .gallery-mosaic { grid-template-columns: 1fr; grid-template-rows: 340px 220px 220px; }
  .gallery-shot:first-child { grid-row: auto; }
  .visit-card, .contact-form { padding: 26px; }
  .field.full { grid-column: auto; }
  .page-hero { min-height: 460px; }
  .page-hero-content { padding: 132px 0 60px; }
  .timeline-entry { grid-template-columns: 38px 1fr; gap: 16px; }
  .timeline-list::before { left: 19px; }
  .timeline-dot { width: 38px; height: 38px; border-width: 7px; font-size: .78rem; }
  .timeline-card { padding: 24px 22px; }
  .tree-list ul { margin-left: 12px; padding-left: 24px; }
  .tree-list ul > li::before { left: -16px; width: 16px; }
  .tree-node { grid-template-columns: 42px 1fr auto; gap: 10px; padding: 14px; }
  .node-mark { width: 42px; height: 42px; }
  .node-copy strong { font-size: .9rem; line-height: 1.35; }
  .node-copy small { font-size: .75rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 440px) {
  .display { font-size: 2.52rem; }
  .button-row { display: grid; }
  .btn { width: 100%; }
  .photo-frame { min-height: 330px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 18px 14px; }
  .stat strong { font-size: 1.6rem; }
  .gallery-mosaic { grid-template-rows: 280px 190px 190px; }
}
