/* =============================================================
   Maria No Fanantenana — Editorial Social Impact System
   Direction: monumental type, warm earth, organic print texture
   Local assets only; no external fonts or libraries.
   ============================================================= */

@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("fonts/hanken-grotesk.woff2") format("woff2");
}

:root {
  --paper: #ead9b9;
  --paper-soft: #e5c891;
  --paper-deep: #d9b577;
  --ink: #171813;
  --ink-soft: #4c4a3f;
  --muted: #6d695b;
  --dark: #20281b;
  --dark-2: #2d3825;
  --olive: #66734b;
  --olive-2: #8a936b;
  --olive-3: #bdc39f;
  --terracotta: #bd4d28;
  --terracotta-dark: #96371c;
  --sun: #e1bb52;
  --line: rgba(23, 24, 19, 0.22);
  --line-light: rgba(250, 244, 231, 0.25);
  --on-dark: #f8f0df;
  --red: #bd4d28;
  --red-bright: #bd4d28;
  --bg: var(--paper);
  --bg-soft: var(--paper-soft);
  --wrap: 80%;
  --pad: 10vw;
  --section: clamp(120px, 13vw, 208px);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --font: "Hanken Grotesk", "Arial Narrow", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--dark); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background:
    radial-gradient(circle at 15% 10%, rgba(189, 77, 40, 0.06), transparent 23rem),
    var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  position: fixed;
  z-index: 9999;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.11;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
body.nav-lock { overflow: hidden; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a, button, label { -webkit-tap-highlight-color: transparent; }
a, button { touch-action: manipulation; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--sun); color: var(--ink); }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }

.wrap {
  width: var(--wrap);
  margin-inline: auto;
  padding-inline: 0;
}
.icon { display: inline-block; width: 1em; height: 1em; flex: 0 0 auto; vertical-align: -0.12em; }
.skip-nav { position: fixed; z-index: 10000; top: 12px; left: -999px; padding: 12px 18px; background: var(--sun); color: var(--ink); font-weight: 900; text-transform: uppercase; }
.skip-nav:focus { left: 12px; }

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 72px;
  background: rgba(23, 24, 19, 0.97);
  color: var(--on-dark);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.header-inner {
  display: flex;
  align-items: center;
  width: var(--wrap);
  height: 100%;
  margin-inline: auto;
  padding-inline: 0;
  gap: clamp(12px, 2vw, 30px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; min-height: 42px; flex: 0 0 auto; }
.brand img { width: 40px; height: 40px; object-fit: contain; background: transparent; }
.brand-name { max-width: 132px; color: var(--on-dark); font-size: 12px; font-weight: 850; line-height: 1.05; letter-spacing: -0.025em; text-transform: uppercase; }
.header-collapse { display: contents; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(4px, 1vw, 20px); margin-inline: auto; }
.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 5px;
  color: rgba(248, 240, 223, 0.7);
  font-size: 16.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 180ms ease;
}
.main-nav a::after { position: absolute; right: 5px; bottom: 5px; left: 5px; height: 2px; content: ""; background: var(--sun); transform: scaleX(0); transform-origin: left; transition: transform 220ms var(--ease); }
.main-nav a:hover, .main-nav a.active { color: var(--on-dark); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.header-phone { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding-inline: 8px; color: var(--on-dark); font-size: 16.5px; font-weight: 800; letter-spacing: 0.035em; }
.header-phone .icon { color: var(--sun); font-size: 17px; }
.yt-round { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; background: var(--terracotta); transition: background 180ms ease; }
.yt-round:hover { background: var(--sun); color: var(--ink); }
.yt-round .icon { font-size: 20px; }
.lang-switch { display: flex; align-items: center; border-left: 1px solid rgba(255, 255, 255, 0.18); margin-left: 4px; padding-left: 10px; }
.lang-switch a, .lang-switch span { display: inline-flex; align-items: center; justify-content: center; min-width: 31px; min-height: 42px; color: rgba(248, 240, 223, 0.58); font-size: 15px; font-weight: 850; }
.lang-switch a:hover, .lang-switch .active { color: var(--sun); }
.nav-toggle { display: none; width: 48px; height: 48px; margin-left: auto; padding: 0; border: 0; outline: 0; background: transparent; color: var(--on-dark); cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; transition: transform 240ms var(--ease), opacity 160ms ease; }
.nav-toggle:focus, .nav-toggle:focus-visible { border: 0; outline: 0; box-shadow: none; color: var(--sun); }
.nav-backdrop { position: fixed; z-index: 89; inset: 0; background: rgba(0, 0, 0, 0.62); }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 22px;
  border: 1.5px solid transparent;
  border-radius: 0;
  background: var(--ink);
  color: var(--paper-soft);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.095em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms var(--ease), background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.btn:hover { transform: translate(-3px, -3px); }
.btn:active { transform: translate(0, 0); }
.btn .icon { font-size: 18px; }
.btn-lg { min-height: 58px; padding: 16px 28px; }
.btn-pill, .btn-olive { background: var(--sun); color: var(--ink); }
.btn-red { background: var(--terracotta); color: #fff; }
.btn-white { background: var(--paper-soft); color: var(--ink); }
.btn-ghost-light { border-color: rgba(255,255,255,.75); background: transparent; color: #fff; }
.btn-ghost-light:hover { background: var(--paper-soft); color: var(--ink); }
.btn-ghost-dark { border-color: var(--ink); background: transparent; color: var(--ink); }
.btn-ghost-dark:hover { background: var(--ink); color: var(--paper-soft); }

/* Core type + spacing */
.section { padding-top: var(--section); }
.eyebrow, .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--terracotta-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow::before, .hero-eyebrow::before { width: 30px; height: 2px; content: ""; background: currentColor; }
.eyebrow-on-dark { color: var(--sun); }
.h2 {
  max-width: 920px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(29px, 4vw, 57px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.02em;
  word-spacing: 0.1em;
  text-wrap: balance;
}
.lead {
  max-width: 980px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(25px, 3.5vw, 48px);
  font-weight: 780;
  line-height: 1.14;
  letter-spacing: -0.02em;
  word-spacing: 0.06em;
  text-wrap: balance;
}
.body-p { max-width: 68ch; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.body-p strong, .lead strong { color: var(--ink); }
.grid-2 { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(56px, 8vw, 128px); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: clamp(42px, 6vw, 84px); border-bottom: 2px solid var(--ink); padding-bottom: 24px; }
.section-head .icon { color: var(--terracotta); font-size: 42px; }
.rounded { overflow: hidden; border-radius: 0; }
.shadow-soft { box-shadow: 16px 16px 0 var(--terracotta); }
.cover { width: 100%; height: 100%; object-fit: cover; }

/* Hero */
.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 72px);
  overflow: hidden;
  isolation: isolate;
  background: var(--dark);
  color: var(--on-dark);
}
.hero-sm { min-height: clamp(520px, 70svh, 760px); }
.hero img.hero-bg { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.06); }
.hero:not(.hero-sm) img.hero-bg { object-position: center 37%; }
.video-cover { position: relative; overflow: hidden; background: var(--dark); }
.video-cover video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-scrim { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--dark) 0%, rgba(32,40,27,.99) 19%, rgba(32,40,27,.91) 35%, rgba(32,40,27,.66) 52%, rgba(32,40,27,.31) 69%, rgba(32,40,27,.07) 85%, transparent 100%), linear-gradient(0deg, rgba(0,0,0,.42), transparent 55%); }
.hero-scrim-sm { background: linear-gradient(90deg, var(--dark) 0%, rgba(32,40,27,.97) 25%, rgba(32,40,27,.74) 48%, rgba(32,40,27,.28) 72%, transparent 100%), linear-gradient(0deg, rgba(0,0,0,.38), transparent 55%); }
.hero-inner {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: var(--wrap);
  margin-inline: auto;
  padding: clamp(64px, 8.5vw, 126px) 0;
}
.hero h1 {
  max-width: 830px;
  margin: 0;
  color: var(--paper-soft);
  font-size: clamp(44px, 6vw, 96px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.02em;
  word-spacing: .1em;
  text-transform: uppercase;
  text-wrap: balance;
}
.hero-sm h1 { max-width: 920px; font-size: clamp(38px, 4.7vw, 77px); }
.hero-eyebrow { color: var(--sun); }
.hero p.hero-sub { max-width: 560px; margin: 30px 0 0; color: rgba(248,240,223,.82); font-size: clamp(16px, 1.45vw, 20px); line-height: 1.5; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* Editorial bands */
.band-dark {
  position: relative;
  overflow: hidden;
  background: var(--terracotta);
  color: var(--paper-soft);
}
.band-dark::after { position: absolute; right: -3vw; bottom: -8vw; content: "HOPE"; color: rgba(255,255,255,.08); font-size: clamp(150px, 28vw, 470px); font-weight: 900; line-height: .75; letter-spacing: -.09em; }
.band-dark .wrap { position: relative; z-index: 1; padding-top: clamp(90px, 10.5vw, 152px); padding-bottom: clamp(90px, 10.5vw, 152px); }
.problem-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(72px, 9vw, 160px); align-items: end; }
.stat-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(34px, 4.8vw, 82px); }
.stat-pair > div { padding: 0; }
.stat-pair > div + div { padding-left: clamp(28px, 3vw, 52px); border-left: 1px solid rgba(255,255,255,.35); }
.big-num { color: var(--paper-soft); font-size: clamp(65px, 8vw, 128px); font-weight: 900; line-height: .82; letter-spacing: -.075em; }
.big-num .sub { display: inline-block; padding-inline: 7px; font-size: .28em; letter-spacing: -.02em; text-transform: uppercase; }
.stat-pair p { max-width: 280px; margin: 20px 0 0; color: rgba(255,255,255,.8); line-height: 1.45; }
.solution { padding-top: 0; }
.solution p { margin: 0; color: var(--paper-soft); font-size: clamp(28px, 3.5vw, 52px); font-weight: 820; line-height: 1.15; letter-spacing: -.02em; word-spacing: .06em; }

/* Video image band */
.video-band { position: relative; height: clamp(560px, 82vh, 900px); overflow: hidden; background: var(--dark); color: #fff; }
.video-band.sm { height: clamp(460px, 66vh, 720px); }
.video-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(.72) contrast(1.08); }
.video-band .scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,20,15,.83), rgba(18,20,15,.14) 72%), linear-gradient(0deg, rgba(0,0,0,.38), transparent); }
.video-cta { position: relative; z-index: 2; display: flex; align-items: center; gap: clamp(24px, 4vw, 58px); width: var(--wrap); height: 100%; margin-inline: auto; padding-inline: 0; }
.play-ring { display: grid; width: 128px; height: 128px; place-items: center; border: 2px solid rgba(255,255,255,.65); border-radius: 50%; transition: transform 220ms var(--ease), background 180ms ease; }
.play-ring.sm { width: 108px; height: 108px; }
.play-disc { display: grid; width: 74%; height: 74%; place-items: center; border-radius: 50%; background: var(--sun); color: var(--ink); }
.play-disc .icon { margin-left: 0; font-size: 34px; }
.video-cta:hover .play-ring { transform: scale(1.08); background: rgba(255,255,255,.12); }
.video-cta h2 { max-width: 800px; margin: 0; font-size: clamp(32px, 4.5vw, 69px); font-weight: 900; line-height: 1.02; letter-spacing: -.02em; word-spacing: .1em; text-transform: uppercase; }
.video-cta p { margin: 14px 0 0; color: rgba(255,255,255,.72); font-size: 16px; }

/* Stats */
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: var(--section); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.stats-row > div { position: relative; min-width: 0; padding: clamp(30px, 4vw, 58px); }
.stats-row > div:not(:first-child) { border-left: 2px solid var(--ink); }
.stat-num { color: var(--ink); font-size: clamp(52px, 6vw, 94px); font-weight: 900; line-height: .85; letter-spacing: -.07em; }
.stat-num.accent { color: var(--terracotta); }
.stat-label { max-width: 310px; margin-top: 18px; color: var(--ink-soft); font-size: 13px; font-weight: 750; line-height: 1.45; letter-spacing: .04em; text-transform: uppercase; }

/* Image grids */
.gallery {
  display: grid;
  grid-template-columns: 1fr 1.25fr .9fr;
  grid-template-rows: clamp(220px, 18vw, 310px) clamp(290px, 25vw, 430px) clamp(190px, 16vw, 270px);
  grid-auto-rows: minmax(220px, auto);
  gap: clamp(12px, 1.5vw, 22px);
}
.tile { position: relative; display: block; min-width: 0; overflow: hidden; background: var(--dark); }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms var(--ease), filter 300ms ease; }
.tile .scrim { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.26), transparent 40%); }
.tile:hover img { transform: scale(1.035); filter: saturate(.82) contrast(1.08); }
.mensa-photo-story figure, .js-lightbox { cursor: pointer; }
.mensa-photo-story figure img, .js-lightbox img { transition: transform 500ms var(--ease), filter 300ms ease; }
.mensa-photo-story figure:hover img, .js-lightbox:hover img { transform: scale(1.035); filter: saturate(.82) contrast(1.08); }
.gallery .tile:nth-child(1) { grid-row: 1 / span 2; }
.gallery .tile:nth-child(2) { grid-column: 2; grid-row: 1; }
.gallery .tile:nth-child(3) { grid-column: 3; grid-row: 1 / span 2; }
.gallery .tile:nth-child(4) { grid-column: 2; grid-row: 2; }
.gallery .tile:nth-child(5) { grid-column: 1; grid-row: 3; }
.gallery .tile:nth-child(6) { grid-column: 2 / -1; grid-row: 3; }
.photo-strip .gallery { grid-template-columns: repeat(3, 1fr); }
.gallery-scroll { position: relative; }
.gallery-scroll-controls { display: none; }

/* A short visual sequence for the canteen's daily rhythm. */
.mensa-photo-story { display: grid; align-self: start; grid-template-columns: .88fr 1.12fr; grid-template-rows: 1.1fr .78fr .92fr; gap: 12px; width: 100%; height: clamp(440px, 43vw, 560px); min-height: 0; }
.mensa-photo-story figure { min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: var(--ink); }
.mensa-photo-story img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mensa-photo-story figure:first-child img { object-position: center 58%; }
.mensa-photo-story figure:nth-child(1) { grid-row: 1 / span 2; }
.mensa-photo-story figure:nth-child(2) { grid-column: 2; grid-row: 1; }
.mensa-photo-story figure:nth-child(3) { grid-column: 2; grid-row: 2; }
.mensa-photo-story figure:nth-child(4) { grid-column: 1; grid-row: 3; }
.mensa-photo-story figure:nth-child(5) { grid-column: 2; grid-row: 3; }

/* Cards, lists, data */
.week-grid, .three-up { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 2px solid var(--ink); }
.week-card, .three-up > div { position: relative; min-width: 0; background: var(--paper-deep); }
.week-card + .week-card, .three-up > div + div { border-left: 2px solid var(--ink); }
.week-card .pic { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.week-card .pic img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms var(--ease); }
.week-card:hover .pic img { transform: scale(1.035); }
.week-card h3, .week-card p { margin-inline: 26px; }
.week-card h3 { margin-top: 28px; margin-bottom: 7px; font-size: 25px; font-weight: 900; letter-spacing: -.035em; }
.week-card p { margin-top: 0; margin-bottom: 30px; color: var(--ink-soft); }
.week-card:nth-child(1) { background: var(--terracotta); color: #fff; }
.week-card:nth-child(1) p { color: rgba(255,255,255,.82); }
.week-card:nth-child(2) { background: var(--olive-3); }
.week-card:nth-child(3) { background: var(--sun); }
.day-chip { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 8px 12px; background: var(--sun); color: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.day-chip.dark { background: var(--ink); color: #fff; }
.three-up > div { min-height: 310px; padding: clamp(28px, 3.4vw, 50px); }
.three-up > div:nth-child(1) { background: var(--terracotta); color: #fff; }
.three-up > div:nth-child(1) .icon { color: var(--sun); }
.three-up > div:nth-child(1) p { color: rgba(255,255,255,.82); }
.three-up > div:nth-child(2) { background: var(--olive-3); }
.three-up > div:nth-child(3) { background: var(--sun); }
.three-up .icon { color: var(--ink); font-size: 42px; }
.three-up h3 { margin: 62px 0 10px; font-size: clamp(25px, 2.6vw, 38px); font-weight: 900; line-height: .98; letter-spacing: -.045em; }
.three-up p { margin: 0; color: var(--ink-soft); line-height: 1.6; }
.three-up .doc-action { margin-top: 26px; }
.three-up.recognition-docs { grid-template-columns: repeat(4, 1fr); }
.three-up.recognition-docs > div:nth-child(4) { border-left: 2px solid var(--ink); background: var(--paper-deep); }
.fact-list, .price-list { display: flex; flex-direction: column; border-top: 2px solid var(--ink); }
.fact-list .row, .price-list .r { display: flex; align-items: center; gap: 18px; min-height: 72px; border-bottom: 1px solid var(--line); padding: 17px 0; }
.fact-list .icon { color: var(--terracotta); font-size: 25px; }
.fact-list .row span:last-child { color: var(--ink); font-weight: 800; }
.price-list .r { justify-content: space-between; }
.price-list .r .v { color: var(--ink); font-size: 28px; font-weight: 900; }
.price-list .r .v.accent { color: var(--terracotta); }
.quote { border-left: 8px solid var(--terracotta); padding: 6px 0 6px 26px; }
.quote p { margin: 0; font-size: clamp(23px, 3vw, 39px); font-style: italic; font-weight: 760; line-height: 1.15; letter-spacing: -.03em; }

/* Tabs */
.tabs { margin-top: 44px; }
.tabs > input { position: absolute; opacity: 0; pointer-events: none; }
.tab-bar { display: flex; flex-wrap: wrap; gap: 0; border-bottom: 2px solid var(--ink); }
.tab-bar label { display: inline-flex; align-items: center; min-height: 54px; padding: 12px 20px; border: 0; color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.tab-panel { display: none; }
.tabs:has(#tab1:checked) label[for="tab1"], .tabs:has(#tab2:checked) label[for="tab2"], .tabs:has(#tab3:checked) label[for="tab3"] { background: var(--ink); color: var(--paper-soft); }
.tabs:has(#tab1:checked) #panel1, .tabs:has(#tab2:checked) #panel2, .tabs:has(#tab3:checked) #panel3 { display: block; animation: fadeUp 320ms var(--ease) both; }

/* Transparency */
.impact-grid { display: grid; grid-template-columns: 1.25fr 1fr; border: 2px solid var(--ink); }
.impact-card { position: relative; min-height: 300px; padding: clamp(28px, 4vw, 56px); background: var(--paper-deep); border-bottom: 2px solid var(--ink); }
.impact-card:nth-child(even) { border-left: 2px solid var(--ink); background: var(--olive-3); }
.impact-card:nth-last-child(-n + 2) { border-bottom: 0; }
.impact-card-main { background: var(--terracotta); color: #fff; }
.impact-kicker { display: block; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.impact-number, .impact-formula { margin-top: 62px; font-size: clamp(48px, 6vw, 94px); font-weight: 900; line-height: .85; letter-spacing: -.065em; }
.impact-formula { font-size: clamp(42px, 5vw, 74px); }
.impact-card p, .support-note { max-width: 50ch; margin: 18px 0 0; line-height: 1.55; }
.support-note { max-width: none; padding: 28px; border: 2px solid var(--ink); border-top: 0; background: var(--paper-deep); }
.cost-list { display: flex; flex-direction: column; max-width: 860px; gap: 32px; }
.cost-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; margin-bottom: 12px; }
.cost-head .t { color: var(--ink); font-weight: 850; }
.cost-head .d { color: var(--muted); font-size: 14px; }
.cost-head .v { flex: 0 0 auto; font-size: 31px; font-weight: 900; }
.bar { height: 15px; overflow: hidden; border: 1px solid var(--ink); background: transparent; }
.bar > span { display: block; height: 100%; border-radius: 0 !important; }
.iban-card { position: relative; overflow: hidden; padding: clamp(30px, 5vw, 62px); background: var(--dark); color: var(--paper-soft); box-shadow: 16px 16px 0 var(--sun); }
.iban-card > * { position: relative; z-index: 1; }
.iban-card h3 { display: flex; align-items: center; gap: 12px; margin: 0 0 26px; font-size: 27px; line-height: 1; }
.iban-card h3 .icon { color: var(--sun); }
.dona-grid { grid-template-columns: 1.1fr 0.9fr; align-items: start; gap: 48px; }
.iban-rows .r { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 22px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.17); }
.iban-rows .k { color: var(--sun); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.iban-rows .val { text-align: right; font-weight: 750; }
.copy-btn { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.26); background: transparent; color: var(--sun); font-size: 17px; cursor: pointer; transition: background 180ms ease, color 180ms ease, border-color 180ms ease; }
.copy-btn:hover { border-color: var(--sun); background: var(--sun); color: var(--dark); }
.copy-btn:focus-visible { outline: 2px solid var(--sun); outline-offset: 3px; }
.copy-btn.is-copied { border-color: var(--sun); background: var(--sun); color: var(--dark); }
.copy-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.iban-rows .val.mono { overflow-wrap: anywhere; font-family: ui-monospace, monospace; font-size: 13px; }
.iban-card .note { color: rgba(255,255,255,.68); font-size: 13px; }

/* Map / journey */
.madagascar-journey-grid { grid-template-columns: .8fr 1.2fr; }
.madagascar-map-visuals { display: grid; grid-template-columns: .74fr 1fr; gap: 18px; align-items: end; }
.madagascar-map-card, .madagascar-general-card { overflow: hidden; background: var(--paper-deep); }
.madagascar-map-card { transform: translateY(42px) rotate(-2deg); box-shadow: 12px 12px 0 var(--terracotta); }
.madagascar-general-card { transform: rotate(2deg); box-shadow: 12px 12px 0 var(--olive); }
.madagascar-map-card img, .madagascar-general-card img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.ai-disclosure { grid-column: 1 / -1; width: fit-content; margin: 0; padding: 8px 11px; background: var(--dark); color: var(--paper-soft); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

/* CTA */
.cta-band { position: relative; overflow: hidden; margin-top: var(--section); background: var(--sun); color: var(--ink); }
.cta-band::after { position: absolute; right: -6vw; bottom: -9vw; content: "DONATE"; color: rgba(23,24,19,.08); font-size: clamp(150px, 24vw, 370px); font-weight: 900; line-height: .75; letter-spacing: -.08em; }
.cta-band .ring { display: none; }
.cta-band .wrap { position: relative; z-index: 1; padding-top: clamp(88px, 10.5vw, 152px); padding-bottom: clamp(88px, 10.5vw, 152px); }
.cta-band h2 { max-width: 820px; margin: 0; font-size: clamp(36px, 5.6vw, 84px); font-weight: 900; line-height: 1; letter-spacing: -.02em; word-spacing: .1em; text-transform: uppercase; }
.cta-band p { max-width: 580px; margin: 26px 0 0; color: var(--ink-soft); font-size: 18px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 2px solid var(--ink); }
.contact-grid > div { min-height: 260px; padding: clamp(28px, 4vw, 56px); background: var(--paper-deep); }
.contact-grid > div:nth-child(1) { background: var(--terracotta); color: #fff; }
.contact-grid > div:nth-child(even) { border-left: 2px solid var(--ink); background: var(--olive-3); }
.contact-grid > div:nth-child(3) { background: var(--sun); }
.contact-grid > div:nth-child(4) { background: var(--dark); color: var(--paper-soft); }
.contact-grid > div:nth-child(n+3) { border-top: 2px solid var(--ink); }
.contact-grid .label { display: flex; align-items: center; gap: 9px; color: var(--terracotta-dark); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-grid .name { margin: 60px 0 8px; font-size: clamp(27px, 3vw, 42px); font-weight: 900; line-height: 1; letter-spacing: -.045em; }
.contact-grid .val { color: var(--ink-soft); font-size: 17px; line-height: 1.7; overflow-wrap: anywhere; }
.contact-grid .val a { text-decoration: underline; text-underline-offset: 4px; }
.contact-grid > div:nth-child(1) .label, .contact-grid > div:nth-child(4) .label { color: var(--sun); }
.contact-grid > div:nth-child(1) .val, .contact-grid > div:nth-child(4) .val { color: rgba(255,255,255,.82); }
.yt-banner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: clamp(28px, 4vw, 48px); background: var(--ink); color: #fff; }
.yt-banner .left { display: flex; align-items: center; gap: 22px; }
.yt-banner .left > .icon { color: var(--terracotta); font-size: 48px; }
.yt-banner .t { font-size: clamp(24px, 3vw, 40px); font-weight: 900; line-height: 1; letter-spacing: -.04em; }
.yt-banner .d { margin-top: 7px; color: rgba(255,255,255,.68); }

/* Legal pages */
.page-hero-legal { height: 210px; background: var(--terracotta); overflow: hidden; }
.page-hero-legal::after { display: block; width: var(--wrap); margin-inline: auto; padding: 50px 0 0; content: "INFORMATION"; color: rgba(255,255,255,.14); font-size: clamp(60px, 11vw, 160px); font-weight: 900; line-height: 1; letter-spacing: -.07em; }
.legal-content, .legal-content-full { max-width: 930px; margin-inline: auto; padding-top: clamp(70px, 8vw, 120px); }
.legal-content h1 { margin: 0 0 70px; font-size: clamp(40px, 6vw, 81px); font-weight: 900; line-height: 1; letter-spacing: -.02em; word-spacing: .1em; text-transform: uppercase; }
.legal-content h2 { margin: 70px 0 22px; border-top: 2px solid var(--ink); padding-top: 20px; font-size: clamp(27px, 3vw, 40px); font-weight: 900; line-height: 1; letter-spacing: -.04em; }
.legal-content h3 { margin: 40px 0 12px; font-size: 21px; font-weight: 850; }
.legal-content p, .legal-content li { color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.legal-content strong { color: var(--ink); }
.legal-content a { color: var(--terracotta-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 70px; border-top: 2px solid var(--ink); padding-top: 22px; }
.legal-nav a { font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cookie-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 2px solid var(--ink); }
.cookie-card { padding: 28px; }
.cookie-card:nth-child(even) { border-left: 2px solid var(--ink); }
.cookie-card:nth-child(n+3) { border-top: 2px solid var(--ink); }
.cookie-card h3 { margin-top: 0; }
.cookie-card-badge { display: inline-block; padding: 6px 9px; background: var(--ink); color: #fff; font-size: 10px; font-weight: 900; text-transform: uppercase; }

/* Footer */
.site-footer { position: relative; overflow: hidden; margin-top: 0; background: var(--dark); color: var(--paper-soft); }
.site-footer::before { display: block; height: 9px; content: ""; background: linear-gradient(90deg, var(--terracotta) 0 34%, var(--olive-2) 34% 67%, var(--sun) 67%); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .85fr 1fr .8fr; gap: clamp(30px, 5vw, 78px); padding-top: clamp(70px, 8vw, 115px); padding-bottom: 65px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 58px; height: 58px; background: transparent; }
.footer-brand span { max-width: 180px; font-size: 17px; font-weight: 900; line-height: 1.05; text-transform: uppercase; }
.footer-about { max-width: 360px; margin: 26px 0 0; color: rgba(248,240,223,.65); }
.footer-col-title { margin-bottom: 20px; color: var(--sun); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links a, .footer-text { color: rgba(248,240,223,.68); font-size: 14px; line-height: 1.75; }
.footer-links a:hover { color: var(--sun); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.18); padding: 26px 0; color: rgba(248,240,223,.58); font-size: 12px; }
.footer-bottom a:hover { color: var(--sun); }
.site-footer-legal { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0 34px; color: rgba(248,240,223,.42); font-size: 11px; }
.site-footer-legal p { margin: 2px 0; }

/* Floating donate + lightbox */
.floating-donate { position: fixed; z-index: 80; right: clamp(15px, 2vw, 28px); bottom: clamp(15px, 2vw, 28px); box-shadow: 7px 7px 0 var(--terracotta-dark); }
.photo-lightbox { position: fixed; z-index: 10020; inset: 0; display: none; background: rgba(16,17,13,.96); color: #fff; }
.photo-lightbox.is-open { display: block; }
.photo-lightbox__top { position: absolute; z-index: 2; top: 20px; right: 24px; }
.photo-lightbox__stage { display: grid; grid-template-columns: 88px minmax(0,1fr) 88px; align-items: center; width: 100%; height: 100%; padding: 36px; }
.photo-lightbox__figure { display: grid; max-width: 1100px; max-height: 90vh; margin: auto; place-items: center; }
.photo-lightbox__image { max-width: 100%; max-height: 82vh; object-fit: contain; }
.photo-lightbox__caption { margin-top: 12px; color: rgba(255,255,255,.72); text-align: center; }
.photo-lightbox__button {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  font-size: 68px;
  font-weight: 900;
  line-height: .7;
  cursor: pointer;
  transition: color 180ms ease, transform 180ms var(--ease), text-shadow 180ms ease;
}
.photo-lightbox__button:hover, .photo-lightbox__button:focus-visible { color: var(--sun); text-shadow: 0 0 20px rgba(225,187,82,.32); transform: scale(1.12); }
.photo-lightbox__button:focus, .photo-lightbox__button:focus-visible { border: 0; outline: 0; box-shadow: none; }
.photo-lightbox__button--close { font-size: 76px; }
.photo-lightbox__button--prev, .photo-lightbox__button--next { font-size: 78px; }
.photo-lightbox__count { position: absolute; right: 24px; bottom: 18px; font-size: 12px; font-weight: 900; letter-spacing: .12em; }

/* Motion */
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 650ms var(--ease), transform 650ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal:nth-child(2) { transition-delay: 50ms; }
.reveal:nth-child(3) { transition-delay: 100ms; }

/* Tablet navigation */
@media (max-width: 1120px) {
  .site-header { height: 70px; }
  .nav-toggle { position: relative; z-index: 111; display: block; order: 3; margin-left: 6px; }
  .header-phone, .yt-round { display: none; }
  .lang-switch { position: relative; z-index: 111; order: 2; margin-left: auto; border-left: 0; padding-left: 0; }
  .header-collapse { position: fixed; z-index: 105; inset: 0; display: flex; flex-direction: column; justify-content: center; visibility: hidden; overflow-y: auto; opacity: 0; background: var(--dark); padding: 88px var(--pad) 40px; transition: opacity 220ms ease, visibility 220ms ease; }
  .site-header.nav-open .header-collapse { visibility: visible; opacity: 1; }
  .site-header.nav-open .brand { position: fixed; z-index: 111; top: 14px; left: var(--pad); }
  .site-header.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .site-header.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .site-header.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { flex-direction: column; align-items: flex-start; justify-content: flex-start; width: 100%; margin: 0; }
  .main-nav a { min-height: 0; padding: 7px 0; color: var(--paper-soft); font-size: clamp(29px, 6vw, 58px); font-weight: 900; line-height: 1; letter-spacing: -.02em; text-transform: uppercase; white-space: normal; }
  .main-nav a::after { display: none; }
  .main-nav a.active { color: var(--sun); }
  .site-header.nav-open .header-actions { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 35px; border-top: 1px solid rgba(255,255,255,.2); padding-top: 20px; }
  .site-header.nav-open .header-phone, .site-header.nav-open .yt-round { display: inline-flex; }
  .hero { min-height: calc(100svh - 70px); }
  .hero-scrim { background: linear-gradient(90deg, var(--dark) 0%, rgba(32,40,27,.98) 18%, rgba(32,40,27,.87) 36%, rgba(32,40,27,.55) 55%, rgba(32,40,27,.19) 77%, transparent 100%), linear-gradient(0deg, rgba(0,0,0,.44), transparent 55%); }
  .three-up.recognition-docs { grid-template-columns: repeat(2, 1fr); }
  .three-up.recognition-docs > div:nth-child(3) { border-left: 0; border-top: 2px solid var(--ink); }
  .three-up.recognition-docs > div:nth-child(4) { border-top: 2px solid var(--ink); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 1120px) and (max-height: 600px) {
  .header-collapse { padding-top: 82px; }
  .main-nav a { font-size: clamp(24px, 7vh, 36px); }
  .site-header.nav-open .header-actions { margin-top: 22px; padding-bottom: 22px; }
}

@media (max-width: 860px) {
  :root { --section: 88px; }
  .grid-2, .problem-grid, .madagascar-journey-grid { grid-template-columns: 1fr; }
  .dona-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-scrim, .hero-scrim-sm { background: linear-gradient(0deg, rgba(23,24,19,.98) 0%, rgba(23,24,19,.78) 47%, rgba(23,24,19,.13) 100%), linear-gradient(90deg, rgba(23,24,19,.55), transparent); }
  .hero-inner { justify-content: flex-end; }
  .hero h1 { max-width: 720px; }
  .problem-grid { align-items: start; }
  .solution { max-width: 620px; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-rows: minmax(250px, 42vw); }
  .gallery .tile { grid-column: auto; grid-row: auto; height: auto; }
  .gallery .tile:nth-child(1), .gallery .tile:nth-child(3) { grid-row: span 2; }
  .mensa-photo-story { max-width: 680px; height: clamp(440px, 75vw, 560px); }
  .week-grid, .three-up { grid-template-columns: 1fr; }
  .week-card + .week-card, .three-up > div + div { border-left: 0; border-top: 2px solid var(--ink); }
  .stats-row { grid-template-columns: 1fr; }
  .stats-row > div:not(:first-child) { border-left: 0; border-top: 2px solid var(--ink); }
  .stats-row > div { display: grid; grid-template-columns: minmax(140px, .5fr) 1fr; align-items: end; gap: 25px; }
  .impact-grid { grid-template-columns: 1fr; }
  .impact-card, .impact-card:nth-child(even), .impact-card:nth-last-child(-n+2) { border-right: 0; border-bottom: 2px solid var(--ink); border-left: 0; }
  .impact-card:last-child { border-bottom: 0; }
  .madagascar-map-visuals { max-width: 680px; margin-inline: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid > div:nth-child(even), .contact-grid > div:nth-child(n+3) { border-left: 0; border-top: 2px solid var(--ink); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --wrap: calc(100% - 40px); --pad: 20px; --section: 72px; }
  body { font-size: 16px; }
  .site-header { height: 64px; }
  .brand img { width: 38px; height: 38px; }
  .brand-name { max-width: 118px; font-size: 11.5px; }
  .nav-toggle { width: 46px; height: 46px; }
  .header-collapse { padding-top: 88px; }
  .main-nav { gap: 5px; }
  .main-nav a { font-size: clamp(26px, 8.5vw, 40px); }
  .site-header.nav-open .header-actions { flex-wrap: wrap; gap: 10px; }
  .site-header.nav-open .header-phone { order: 3; width: 100%; }
  .hero { min-height: calc(100svh - 64px); }
  .hero-sm { min-height: 560px; }
  .hero-inner { padding-top: 76px; padding-bottom: 48px; }
  .hero h1, .hero-sm h1 { font-size: clamp(35px, 10.9vw, 50px); line-height: .98; }
  .hero p.hero-sub { margin-top: 25px; font-size: 16px; line-height: 1.5; }
  .hero-btns { flex-direction: column; align-items: stretch; width: 100%; }
  .hero-btns .btn { width: 100%; }
  .h2 { font-size: clamp(27px, 8.6vw, 41px); }
  .lead { font-size: clamp(25px, 8.4vw, 38px); }
  .body-p { font-size: 16px; }
  .grid-2 { gap: 46px; }
  .mensa-photo-story { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); height: 430px; }
  .shadow-soft { box-shadow: 9px 9px 0 var(--terracotta); }
  .stat-pair { grid-template-columns: 1fr; }
  .stat-pair > div { padding: 0 0 30px; }
  .stat-pair > div + div { border-top: 1px solid rgba(255,255,255,.35); border-left: 0; padding: 30px 0 0; }
  .video-band, .video-band.sm { height: 620px; }
  .video-band .scrim { background: linear-gradient(0deg, rgba(18,20,15,.92), rgba(18,20,15,.08) 85%); }
  .video-cta { flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 24px; padding-bottom: 54px; }
  .play-ring, .play-ring.sm { width: 88px; height: 88px; }
  .video-cta h2 { font-size: clamp(30px, 9vw, 45px); }
  .stats-row > div { display: block; }
  .stat-label { margin-top: 13px; }
  .gallery-scroll { margin-inline: calc(var(--pad) * -1); }
  .gallery, .photo-strip .gallery { display: flex; margin-inline: 0; padding-inline: var(--pad); gap: 12px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-padding-inline: var(--pad); overscroll-behavior-x: contain; scrollbar-width: none; touch-action: pan-x; -webkit-overflow-scrolling: touch; }
  .gallery.is-vertical-pan { scroll-snap-type: none; }
  .gallery::-webkit-scrollbar { display: none; }
  .gallery .tile, .gallery .tile:nth-child(3n) { flex: 0 0 82vw; width: 82vw; height: 500px; scroll-snap-align: start; scroll-snap-stop: always; }
  .gallery-scroll-controls { position: absolute; z-index: 5; inset: 0; display: block; pointer-events: none; }
  .gallery-scroll-control { position: absolute; top: 50%; display: grid; width: 54px; height: 76px; place-items: center; border: 0; outline: 0; background: transparent; color: var(--paper-soft); font-size: 56px; font-weight: 900; line-height: .7; cursor: pointer; pointer-events: auto; text-shadow: 0 2px 12px rgba(0,0,0,.62); transform: translateY(-50%); }
  .gallery-scroll-control:focus, .gallery-scroll-control:focus-visible { border: 0; outline: 0; box-shadow: none; color: var(--sun); }
  .gallery-scroll-control--prev { left: 0; }
  .gallery-scroll-control--next { right: 0; }
  .three-up.recognition-docs { grid-template-columns: 1fr; }
  .three-up.recognition-docs > div:nth-child(2), .three-up.recognition-docs > div:nth-child(3), .three-up.recognition-docs > div:nth-child(4) { border-top: 2px solid var(--ink); border-left: 0; }
  .tab-bar { display: grid; grid-template-columns: 1fr; }
  .tab-bar label { border-top: 1px solid var(--line); }
  .madagascar-map-visuals { grid-template-columns: 1fr 1fr; gap: 10px; }
  .madagascar-map-card { transform: translateY(24px) rotate(-1.5deg); box-shadow: 7px 7px 0 var(--terracotta); }
  .madagascar-general-card { box-shadow: 7px 7px 0 var(--olive); }
  .madagascar-map-card img, .madagascar-general-card img { min-height: 310px; }
  .impact-card { min-height: 250px; }
  .impact-number, .impact-formula { margin-top: 45px; }
  .cost-head { align-items: flex-start; }
  .cost-head .d { display: none; }
  .iban-card { box-shadow: 9px 9px 0 var(--sun); }
  .iban-rows .r { grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "k btn" "val val"; gap: 5px 14px; padding: 14px 0; }
  .iban-rows .k { grid-area: k; align-self: center; }
  .iban-rows .val { grid-area: val; text-align: left; }
  .iban-rows .copy-btn { grid-area: btn; width: 44px; height: 44px; }
  .yt-banner { flex-direction: column; align-items: stretch; }
  .yt-banner .left { align-items: flex-start; }
  .page-hero-legal { height: 150px; }
  .legal-content h1 { margin-bottom: 54px; font-size: clamp(32px, 8.6vw, 39px); overflow-wrap: anywhere; hyphens: auto; }
  .cookie-grid { grid-template-columns: 1fr; }
  .cookie-card:nth-child(even), .cookie-card:nth-child(n+3) { border-left: 0; border-top: 2px solid var(--ink); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-donate { right: 14px; bottom: 14px; min-height: 48px; padding: 11px 15px; font-size: 10px; }
  .photo-lightbox__top { top: 10px; right: 10px; }
  .photo-lightbox__stage { grid-template-columns: 1fr; padding: 72px 15px 82px; }
  .photo-lightbox__button { width: 66px; height: 66px; font-size: 61px; }
  .photo-lightbox__button--close { font-size: 68px; }
  .photo-lightbox__button--prev, .photo-lightbox__button--next { position: absolute; z-index: 2; bottom: 14px; font-size: 70px; }
  .photo-lightbox__button--prev { left: 12px; }
  .photo-lightbox__button--next { left: 82px; }
}

@media (max-width: 380px) {
  .brand-name { display: none; }
  .hero h1, .hero-sm h1 { font-size: 37px; }
  .gallery .tile, .gallery .tile:nth-child(3n) { flex-basis: 84vw; width: 84vw; height: 450px; }
}

/* Mobile: alle Texte 1px grösser + kompaktere vertikale Abstände */
@media (max-width: 860px) {
  body { font-size: 17px; }
  .btn { font-size: 13px; }
  .eyebrow, .hero-eyebrow { font-size: 12px; }
  .body-p { font-size: 18px; }
  .lead { font-size: clamp(26px, 8.4vw, 39px); }
  .hero p.hero-sub { font-size: 17px; }
  .video-cta p { font-size: 17px; }
  .stat-label { font-size: 14px; }
  .week-card h3 { font-size: 26px; }
  .day-chip { font-size: 11px; }
  .three-up h3 { font-size: clamp(26px, 2.6vw, 39px); }
  .fact-list .row span:last-child { font-size: 17px; }
  .price-list .r .v { font-size: 29px; }
  .impact-kicker { font-size: 12px; }
  .cost-head .d { font-size: 15px; }
  .cost-head .v { font-size: 32px; }
  .iban-card h3 { font-size: 28px; }
  .iban-rows .k { font-size: 12px; }
  .iban-rows .val.mono, .iban-card .note { font-size: 14px; }
  .ai-disclosure { font-size: 12px; }
  .contact-grid .label { font-size: 12px; }
  .contact-grid .val { font-size: 18px; }
  .legal-content h3 { font-size: 22px; }
  .legal-content p, .legal-content li { font-size: 18px; }
  .legal-nav a { font-size: 13px; }
  .footer-brand span { font-size: 18px; }
  .footer-col-title { font-size: 12px; }
  .footer-links a, .footer-text { font-size: 15px; }
  .footer-bottom { font-size: 13px; }
  .site-footer-legal { font-size: 12px; }
  .tab-bar label { font-size: 13px; }
  .brand-name { font-size: 12.5px; }
  .band-dark .wrap { padding-top: 60px; padding-bottom: 60px; }
  .cta-band .wrap { padding-top: 60px; padding-bottom: 60px; }
  .footer-grid { padding-top: 52px; padding-bottom: 44px; }
  .section-head { margin-bottom: 32px; }
}

/* Mobile: Spendenbetraege gestapelt statt gequetscht neben dem Text */
@media (max-width: 620px) {
  .price-list .r { flex-direction: column; align-items: flex-start; gap: 6px; min-height: 0; padding: 22px 0; }
  .price-list .r span:first-child { font-size: 17px; line-height: 1.35; }
  .price-list .r .v { font-size: clamp(38px, 12vw, 52px); line-height: .95; letter-spacing: -.02em; }
}

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

@media print {
  .site-header, .site-footer, .floating-donate, .a11y-fab-wrapper { display: none !important; }
  body { background: #fff; color: #000; }
  .legal-content { max-width: none; padding: 0; }
}
