:root {
  --ink: #191712;
  --muted: #625e55;
  --paper: #fffdf7;
  --cream: #f3eddf;
  --cream-deep: #e6dbc8;
  --forest: #143f31;
  --green: #1d6a49;
  --green-soft: #dbe7d5;
  --blue: #315e79;
  --clay: #b45e3f;
  --gold: #d0a032;
  --rose: #a94154;
  --line: rgba(25, 23, 18, .14);
  --white-line: rgba(255, 255, 255, .17);
  --shadow: 0 24px 70px rgba(40, 31, 18, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
  --radius-sm: 16px;
  --radius-md: 26px;
  --radius-lg: 42px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(208, 160, 50, .08), transparent 25rem),
    var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { color: #fff; background: var(--green); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: -80px;
  left: 12px;
  padding: 10px 15px;
  color: white;
  background: var(--forest);
  border-radius: 10px;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 118px 0; }
main section[id] { scroll-margin-top: 82px; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 253, 247, .9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(39, 32, 21, .07); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 250px; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: var(--serif); font-size: 1.2rem; letter-spacing: .06em; }
.brand-copy small { max-width: 190px; margin-top: 5px; color: var(--muted); font-size: .68rem; line-height: 1.25; }
.primary-nav { display: flex; align-items: center; gap: 27px; }
.primary-nav a { position: relative; color: #3c3932; font-size: .88rem; font-weight: 650; text-decoration: none; }
.primary-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--clay);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.primary-nav a:hover::after, .primary-nav a.is-active::after { transform: scaleX(1); }
.primary-nav .nav-cta { padding: 11px 17px; color: #fff; background: var(--forest); border-radius: 999px; transition: background .2s ease, transform .2s ease; }
.primary-nav .nav-cta:hover { background: var(--green); transform: translateY(-2px); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-switcher { display: inline-flex; min-height: 38px; align-items: center; padding: 4px 6px; border: 1px solid var(--line); background: rgba(255, 255, 255, .6); border-radius: 999px; }
.language-button { min-width: 34px; min-height: 28px; padding: 0 8px; color: var(--muted); border: 0; background: transparent; border-radius: 999px; font-size: .7rem; font-weight: 850; letter-spacing: .06em; cursor: pointer; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.language-button:hover { color: var(--forest); }
.language-button.is-active { color: #fff; background: var(--forest); box-shadow: 0 4px 12px rgba(20, 63, 49, .18); }
.language-divider { color: rgba(25, 23, 18, .24); font-size: .68rem; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); background: transparent; border-radius: 50%; }
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; overflow: clip; padding-top: 76px; padding-bottom: 0; }
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4%;
  left: -10%;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(29, 106, 73, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(29, 106, 73, .025), 0 0 0 140px rgba(29, 106, 73, .02);
}
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(52px, 7vw, 100px); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 21px; color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow-light { color: #d9c37f; }
.hero h1, .section-intro h2, .section-heading h2, .journey h2, .contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}
.hero h1 { max-width: 720px; font-size: clamp(3.4rem, 6.7vw, 6.65rem); }
.hero h1 em { color: var(--green); font-weight: 500; }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 14px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--forest); box-shadow: 0 14px 30px rgba(20, 63, 49, .18); }
.button-primary:hover { background: var(--green); box-shadow: 0 18px 40px rgba(20, 63, 49, .24); }
.button-ghost { color: var(--ink); border-color: var(--line); background: rgba(255, 255, 255, .6); }
.button-ghost:hover { border-color: rgba(25, 23, 18, .32); }
.button-light { width: fit-content; color: var(--forest); background: #f8edcc; }
.hero-note { display: flex; max-width: 500px; align-items: center; gap: 13px; margin-top: 38px; padding-top: 23px; border-top: 1px solid var(--line); }
.hero-note-mark { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; color: var(--clay); background: #f1dfcf; border-radius: 50%; }
.hero-note p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.hero-note strong { color: var(--ink); }

.hero-media { position: relative; min-height: 650px; }
.hero-photo-main { position: absolute; inset: 0 9% 7% 0; margin: 0; overflow: hidden; background: var(--cream-deep); border-radius: 54% 46% 39% 61% / 42% 45% 55% 58%; box-shadow: var(--shadow); }
.hero-photo-main img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.hero-photo-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(17, 48, 35, .22)); }
.hero-photo-small { position: absolute; right: -2%; bottom: 2%; width: 40%; height: 38%; margin: 0; overflow: hidden; border: 9px solid var(--paper); background: var(--rose); border-radius: 26px 26px 50% 26px; box-shadow: 0 20px 50px rgba(28, 23, 15, .2); }
.hero-photo-small img { width: 100%; height: 100%; object-fit: cover; }
.hero-logo-card { position: absolute; top: 4%; right: -3%; width: 44%; padding: 15px; transform: rotate(3deg); background: rgba(255, 253, 247, .96); border: 1px solid rgba(25, 23, 18, .1); border-radius: 19px; box-shadow: 0 18px 50px rgba(30, 22, 13, .14); }
.hero-logo-card img { width: 100%; aspect-ratio: 1.56; object-fit: contain; }
.hero-seal { position: absolute; bottom: 1%; left: -8%; display: grid; width: 104px; height: 104px; place-items: center; align-content: center; color: white; background: var(--clay); border: 5px solid var(--paper); border-radius: 50%; box-shadow: 0 10px 25px rgba(74, 32, 18, .2); transform: rotate(-8deg); }
.hero-seal span { font-family: var(--serif); font-size: 1.45rem; line-height: 1; }
.hero-seal small { margin-top: 4px; font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.heritage-band { height: 14px; margin-top: 72px; background: repeating-linear-gradient(90deg, var(--clay) 0 30px, var(--gold) 30px 60px, var(--green) 60px 90px, var(--blue) 90px 120px, var(--rose) 120px 150px); }

.impact-strip { padding: 44px 0 38px; background: var(--cream); border-bottom: 1px solid rgba(25, 23, 18, .08); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 2px 30px; border-left: 1px solid var(--line); }
.stat:first-child { padding-left: 0; border-left: 0; }
.stat strong { display: block; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.65rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.stat span { display: block; margin-top: 9px; color: var(--muted); font-size: .84rem; line-height: 1.4; }
.source-note { margin-top: 25px; margin-bottom: 0; color: #80796d; font-size: .7rem; text-align: right; }

.about-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(50px, 8vw, 120px); }
.section-intro h2, .section-heading h2, .journey h2, .contact h2 { font-size: clamp(2.7rem, 5vw, 5.1rem); }
.section-intro > p:not(.eyebrow) { max-width: 580px; margin: 27px 0 0; color: var(--muted); }
.text-link { display: inline-flex; gap: 13px; align-items: center; margin-top: 30px; color: var(--green); font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.purpose-stack { display: grid; grid-template-columns: 1.05fr .95fr; align-items: start; gap: 19px; }
.purpose-card { min-height: 390px; padding: clamp(30px, 4vw, 49px); border-radius: var(--radius-md); }
.purpose-card-green { color: white; background: var(--green); transform: translateY(32px); }
.purpose-card-paper { background: var(--cream); border: 1px solid rgba(25, 23, 18, .08); }
.card-kicker, .program-number { display: block; margin-bottom: 65px; font-size: .69rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.purpose-card-green .card-kicker { color: #d8e6d5; }
.purpose-card h3 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 500; line-height: 1.05; }
.purpose-card p { margin: 23px 0 0; opacity: .86; font-size: .93rem; line-height: 1.72; }

.axes { color: white; background: var(--forest); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; margin-bottom: 60px; }
.section-heading > p { max-width: 480px; margin: 0 0 5px; color: var(--muted); }
.section-heading-light > p { color: rgba(255, 255, 255, .68); }
.axes-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--white-line); border-left: 1px solid var(--white-line); }
.axis-card, .axis-quote { min-height: 275px; padding: 31px; border-right: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); }
.axis-card { transition: color .25s ease, background .25s ease, transform .25s ease; }
.axis-card:hover { color: var(--forest); background: #f3e6bd; transform: translateY(-4px); }
.axis-card span { color: #d9c37f; font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.axis-card:hover span { color: var(--clay); }
.axis-card h3 { margin: 65px 0 13px; font-family: var(--serif); font-size: 1.75rem; font-weight: 500; }
.axis-card p { margin: 0; color: rgba(255, 255, 255, .63); font-size: .84rem; line-height: 1.55; }
.axis-card:hover p { color: rgba(20, 63, 49, .76); }
.axis-quote { display: flex; align-items: flex-end; background: var(--clay); }
.axis-quote p { margin: 0; font-family: var(--serif); font-size: 1.6rem; line-height: 1.2; }

.programs { background: var(--paper); }
.program-list { display: grid; gap: 25px; }
.program-card { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; background: var(--cream); border: 1px solid rgba(25, 23, 18, .08); border-radius: var(--radius-lg); }
.program-card-reverse .program-image { order: 2; }
.program-image { min-height: 520px; overflow: hidden; }
.program-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.2,1); }
.program-card:hover .program-image img { transform: scale(1.035); }
.program-copy { padding: clamp(36px, 6vw, 76px); }
.program-number { margin-bottom: 62px; color: var(--green); }
.program-copy h3 { max-width: 540px; margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.program-copy > p { margin: 26px 0 0; color: var(--muted); }
.program-copy ul { display: grid; gap: 11px; margin: 27px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.program-copy li { position: relative; padding-left: 22px; font-size: .88rem; font-weight: 650; }
.program-copy li::before { content: ""; position: absolute; top: .65em; left: 1px; width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg); }

.journey { background: #e8e0d0; }
.journey-grid { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: clamp(55px, 8vw, 120px); }
.journey-photo { position: relative; min-height: 700px; overflow: hidden; border-radius: 50% 50% 24px 24px; }
.journey-photo > img { width: 100%; height: 100%; object-fit: cover; }
.journey-photo-caption { position: absolute; right: 22px; bottom: 22px; left: 22px; padding: 24px; color: white; background: rgba(20, 63, 49, .91); border-radius: 19px; backdrop-filter: blur(8px); }
.journey-photo-caption span { display: block; margin-bottom: 7px; color: #ead082; font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.journey-photo-caption strong { display: block; font-family: var(--serif); font-size: 1.2rem; line-height: 1.25; }
.timeline { display: grid; gap: 0; margin: 50px 0 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 58px 1fr; gap: 23px; padding: 22px 0; border-top: 1px solid rgba(25, 23, 18, .16); }
.timeline li:last-child { border-bottom: 1px solid rgba(25, 23, 18, .16); }
.timeline li > span { display: grid; width: 44px; height: 44px; place-items: center; color: white; background: var(--green); border-radius: 50%; font-size: .7rem; font-weight: 800; }
.timeline h3 { margin: 1px 0 5px; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.timeline p { margin: 0; color: var(--muted); font-size: .88rem; }

.gallery { background: var(--paper); }
.gallery-heading { align-items: center; }
.gallery-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.filter-button { padding: 8px 14px; color: var(--muted); border: 1px solid var(--line); background: transparent; border-radius: 999px; font-size: .78rem; font-weight: 700; cursor: pointer; }
.filter-button:hover, .filter-button.is-active { color: white; background: var(--forest); border-color: var(--forest); }
.gallery-grid { display: grid; grid-auto-rows: 270px; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; background: var(--cream-deep); border-radius: 18px; cursor: zoom-in; }
.gallery-item[hidden] { display: none; }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.75,.2,1), filter .3s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(11, 26, 20, .73)); }
.gallery-item span { position: absolute; z-index: 1; right: 18px; bottom: 14px; left: 18px; color: white; font-family: var(--serif); font-size: 1.05rem; text-align: left; transform: translateY(5px); transition: transform .25s ease; }
.gallery-item:hover img { filter: saturate(1.08); transform: scale(1.045); }
.gallery-item:hover span { transform: translateY(0); }

.contact { color: white; background: var(--green); }
.contact-shell { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 8vw, 120px); }
.contact-copy > p:not(.eyebrow) { max-width: 540px; color: rgba(255, 255, 255, .72); }
.contact-details { display: grid; gap: 18px; margin-top: 44px; }
.contact-details a, .contact-details > div { display: grid; gap: 5px; padding-top: 18px; border-top: 1px solid var(--white-line); text-decoration: none; }
.contact-details span { color: #e5d38f; font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-details strong { max-width: 540px; font-weight: 650; overflow-wrap: anywhere; }
.contact-form { display: grid; gap: 20px; padding: clamp(28px, 4vw, 48px); color: var(--ink); background: var(--paper); border-radius: var(--radius-md); box-shadow: 0 25px 70px rgba(6, 31, 22, .22); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; color: #4c4840; font-size: .76rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid rgba(25, 23, 18, .16); outline: 0; background: white; border-radius: 11px; font-weight: 500; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(29, 106, 73, .12); }
.form-status { margin: -4px 0 0; color: var(--muted); font-size: .73rem; }
.form-status.is-success { color: var(--green); font-weight: 750; }
.form-status.is-error { color: #9c342e; font-weight: 750; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form button:disabled { cursor: wait; opacity: .7; transform: none; }

.site-footer { padding: 42px 0; color: #ddd6c7; background: #10291f; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 25px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { border-radius: 50%; }
.footer-brand strong { display: block; color: white; font-family: var(--serif); font-size: 1.35rem; }
.footer-brand p { margin: 4px 0 0; font-size: .72rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 19px; }
.footer-links a { color: #ddd6c7; font-size: .78rem; font-weight: 650; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-note { grid-column: 1 / -1; margin: 16px 0 0; padding-top: 23px; color: #918f84; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .7rem; }

.lightbox { width: min(92vw, 1050px); max-width: none; height: min(90vh, 780px); max-height: none; padding: 0; overflow: visible; color: white; border: 0; outline: 0; background: transparent; }
.lightbox::backdrop { background: rgba(10, 12, 10, .91); backdrop-filter: blur(8px); }
.lightbox figure { display: grid; width: 100%; height: 100%; grid-template-rows: 1fr auto; margin: 0; overflow: hidden; background: #111; border-radius: 20px; }
.lightbox img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox figcaption { padding: 15px 22px; background: #111; font-size: .86rem; text-align: center; }
.lightbox-close, .lightbox-control { position: absolute; z-index: 2; display: grid; width: 46px; height: 46px; place-items: center; color: white; border: 1px solid rgba(255, 255, 255, .3); background: rgba(17, 17, 17, .75); border-radius: 50%; cursor: pointer; }
.lightbox-close { top: -14px; right: -14px; font-size: 1.8rem; }
.lightbox-control { top: 50%; font-size: 1.25rem; transform: translateY(-50%); }
.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .nav-shell { gap: 18px; }
  .primary-nav { gap: 15px; }
  .primary-nav a { font-size: .78rem; }
  .brand-copy small { display: none; }
  .brand { min-width: auto; }
  .hero-grid { grid-template-columns: .94fr 1.06fr; gap: 42px; }
  .hero h1 { font-size: clamp(3.2rem, 6.7vw, 5.5rem); }
  .hero-media { min-height: 570px; }
  .purpose-stack { grid-template-columns: 1fr; }
  .purpose-card-green { transform: none; }
  .purpose-card { min-height: 0; }
  .axes-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .section-pad { padding: 88px 0; }
  .nav-toggle { display: block; }
  .primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 20px;
    left: 20px;
    display: grid;
    gap: 0;
    padding: 13px;
    visibility: hidden;
    opacity: 0;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .primary-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .primary-nav a { padding: 12px 10px; }
  .primary-nav a::after { display: none; }
  .primary-nav .nav-cta { margin-top: 7px; text-align: center; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 50px; }
  .hero-grid, .about-grid, .journey-grid, .contact-shell { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .hero-media { min-height: 620px; width: min(100%, 640px); margin-inline: auto; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .stat:nth-child(3) { padding-left: 0; border-left: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .program-card { grid-template-columns: 1fr; }
  .program-card-reverse .program-image { order: 0; }
  .program-image { min-height: 420px; }
  .program-number { margin-bottom: 35px; }
  .journey-photo { min-height: 650px; }
  .gallery-heading { align-items: start; }
  .gallery-filters { justify-content: flex-start; }
  .gallery-grid { grid-auto-rows: 240px; grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 72px 0; }
  .nav-shell { min-height: 72px; }
  .brand img { width: 48px; height: 48px; }
  .brand-copy strong { font-size: 1.05rem; }
  .header-actions { gap: 8px; }
  .language-switcher { min-height: 34px; padding: 3px 4px; }
  .language-button { min-width: 30px; min-height: 26px; padding: 0 6px; font-size: .64rem; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.7rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-media { min-height: 500px; }
  .hero-photo-main { inset: 0 2% 8% 0; }
  .hero-logo-card { top: 3%; right: -1%; width: 47%; padding: 8px; }
  .hero-photo-small { right: 0; width: 43%; height: 34%; border-width: 6px; }
  .hero-seal { left: -2%; width: 84px; height: 84px; }
  .heritage-band { margin-top: 50px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { padding: 0 15px; }
  .stat strong { font-size: 2.25rem; }
  .source-note { text-align: left; }
  .section-intro h2, .section-heading h2, .journey h2, .contact h2 { font-size: clamp(2.55rem, 13vw, 3.8rem); }
  .purpose-stack, .axes-grid { grid-template-columns: 1fr; }
  .purpose-card { padding: 30px; }
  .card-kicker { margin-bottom: 42px; }
  .axis-card, .axis-quote { min-height: 230px; }
  .axis-card h3 { margin-top: 45px; }
  .program-card { border-radius: 28px; }
  .program-image { min-height: 330px; }
  .program-copy { padding: 31px 25px 38px; }
  .journey-photo { min-height: 520px; border-radius: 44% 44% 22px 22px; }
  .timeline li { grid-template-columns: 48px 1fr; gap: 14px; }
  .gallery-grid { grid-auto-rows: 210px; }
  .gallery-wide { grid-column: span 2; }
  .gallery-tall { grid-row: auto; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 20px; }
  .lightbox { width: 94vw; height: 82vh; }
  .lightbox-close { top: -18px; right: 0; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}

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