:root {
  --paper: #f4f0e8;
  --paper-light: #fbf9f5;
  --ink: #20251f;
  --ink-soft: #596057;
  --red: #b33a2e;
  --red-dark: #7d261f;
  --sage: #c7cfb5;
  --mustard: #e3b34c;
  --line: rgba(32, 37, 31, 0.17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 240, 232, 0.9);
  padding: 12px clamp(22px, 5vw, 78px);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: white;
}
.brand-mark svg { width: 22px; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1;
}
.brand small {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
  font-size: 13px;
  font-weight: 600;
}
.desktop-nav a { position: relative; }
.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--red);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}
.desktop-nav a:hover::after { transform: scaleX(1); }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--red);
  border-radius: 999px;
  background: var(--red);
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding: 0 24px;
  transition: background 160ms ease, transform 160ms ease;
}
.button:hover { background: var(--red-dark); transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 0 18px; }

.hero {
  display: grid;
  min-height: calc(100svh - 78px);
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  overflow: hidden;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 9vw, 130px) clamp(28px, 7vw, 110px);
}
.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3d785a;
  box-shadow: 0 0 0 5px rgba(61, 120, 90, 0.1);
}
.hero h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}
.hero h1 {
  max-width: 720px;
  margin-top: 30px;
  font-size: clamp(58px, 7vw, 104px);
  line-height: 0.92;
}
.hero h1 em { color: var(--red); font-weight: 400; }
.hero-intro {
  max-width: 650px;
  margin: 36px 0 0;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 42px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 4px;
}
.hero-visual {
  position: relative;
  min-height: 640px;
  background: var(--sage);
  padding: clamp(28px, 4vw, 60px);
}
.hero-image-wrap {
  height: 100%;
  min-height: 580px;
  overflow: hidden;
  border-radius: 240px 240px 18px 18px;
}
.hero-image-wrap img {
  height: 100%;
  object-fit: cover;
  object-position: 53% center;
}
.photo-note {
  position: absolute;
  right: clamp(14px, 3vw, 48px);
  bottom: clamp(18px, 4vw, 56px);
  display: flex;
  max-width: 340px;
  align-items: flex-start;
  gap: 14px;
  background: var(--paper-light);
  box-shadow: 0 18px 60px rgba(32, 37, 31, 0.16);
  padding: 20px;
}
.photo-note svg { flex: 0 0 auto; color: var(--red); }
.photo-note span { font-size: 13px; line-height: 1.5; }
.photo-note strong { display: block; margin-bottom: 3px; }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-light);
  padding: 0 clamp(22px, 5vw, 78px);
}
.trust-strip div {
  display: flex;
  min-height: 128px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
  padding: 22px clamp(18px, 3vw, 42px);
}
.trust-strip div:first-child { border-left: 1px solid var(--line); }
.trust-strip strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
}
.trust-strip span {
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section { padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.story { background: var(--paper); }
.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  gap: clamp(55px, 9vw, 150px);
  margin-top: 34px;
}
.story h2,
.section-heading h2,
.partnership h2,
.transparency h2,
.donate h2 {
  font-size: clamp(48px, 6vw, 86px);
  line-height: 1.02;
}
.story-copy p,
.section-heading > p,
.partnership-intro > p,
.transparency .lead {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
}
.story-copy p { margin: 0 0 24px; }
.story-copy .lead {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.3vw, 33px);
  line-height: 1.4;
}
.quote-card {
  display: grid;
  grid-template-columns: 0.2fr 1fr;
  margin-top: clamp(70px, 9vw, 130px);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: clamp(35px, 5vw, 70px) 0;
}
.quote-mark {
  color: var(--red);
  font-family: Georgia, serif;
  font-size: 100px;
  line-height: 0.8;
}
.quote-card blockquote {
  max-width: 1050px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3.4vw, 50px);
  line-height: 1.25;
}
.quote-source {
  display: flex;
  grid-column: 2;
  justify-content: space-between;
  margin-top: 34px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.work { background: var(--paper-light); }
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.65fr;
  align-items: end;
  gap: clamp(50px, 9vw, 150px);
}
.section-heading h2 { max-width: 800px; margin-top: 28px; }
.section-heading > p { margin: 0; }
.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(65px, 8vw, 110px);
}
.program-card {
  position: relative;
  min-height: 390px;
  border: 1px solid var(--line);
  padding: clamp(28px, 4vw, 52px);
}
.program-card + .program-card { border-left: 0; }
.program-card svg { color: var(--red); }
.program-card h3 {
  max-width: 250px;
  margin: 90px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}
.program-card p {
  max-width: 350px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
}
.program-number {
  position: absolute;
  top: 28px;
  right: 30px;
  color: var(--ink-soft);
  font-family: ui-monospace, monospace;
  font-size: 11px;
}
.program-education { background: rgba(199, 207, 181, 0.35); }
.program-independence { background: rgba(227, 179, 76, 0.16); }
.life-grid {
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  gap: 18px;
  margin-top: 18px;
}
.life-photo {
  position: relative;
  min-height: 440px;
  overflow: hidden;
}
.life-photo img { height: 100%; object-fit: cover; }
.life-photo figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  background: rgba(251, 249, 245, 0.94);
  font-family: Georgia, serif;
  font-size: 16px;
  padding: 16px 18px;
}
.photo-credit {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
}

.partnership { background: var(--ink); color: var(--paper-light); }
.section-kicker.light { color: #e8c96e; }
.partnership-intro {
  display: grid;
  grid-template-columns: 1fr 0.62fr;
  align-items: end;
  gap: clamp(50px, 9vw, 150px);
  margin-top: 30px;
}
.partnership-intro > p { color: rgba(251, 249, 245, 0.65); }
.partner-grid {
  display: grid;
  grid-template-columns: 1fr 110px 1fr;
  align-items: center;
  margin-top: clamp(70px, 8vw, 110px);
}
.partner-card {
  min-height: 480px;
  border: 1px solid rgba(251, 249, 245, 0.22);
  padding: clamp(30px, 4vw, 55px);
}
.partner-card-germany { background: #2a3029; }
.partner-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e8c96e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.partner-card h3 {
  margin: 48px 0 24px;
  font-family: Georgia, serif;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 400;
}
.partner-card p, .partner-card li {
  color: rgba(251, 249, 245, 0.68);
  font-size: 15px;
  line-height: 1.7;
}
.partner-card ul { margin: 28px 0 40px; padding-left: 18px; }
.partner-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(251, 249, 245, 0.7);
  color: white;
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 5px;
}
.connection {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #e8c96e;
}
.connection span { height: 1px; background: rgba(251, 249, 245, 0.35); }
.connection svg { width: 44px; height: 44px; margin: 0 10px; stroke-width: 1.3; }

.transparency { background: var(--paper); }
.transparency-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(60px, 10vw, 160px);
}
.transparency h2 { margin-top: 28px; }
.transparency .lead { max-width: 670px; margin-top: 34px; }
.principles article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 32px 0;
}
.principles article:first-child { padding-top: 0; }
.principles article > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--paper-light);
  color: var(--red);
}
.principles article svg { width: 22px; }
.principles h3 {
  margin: 2px 0 8px;
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 400;
}
.principles p, .faq p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}
.faq { border-bottom: 1px solid var(--line); }
.faq:first-of-type {
  margin-top: clamp(65px, 8vw, 110px);
  border-top: 1px solid var(--line);
}
.faq summary {
  display: flex;
  cursor: pointer;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  font-family: Georgia, serif;
  font-size: clamp(20px, 2vw, 28px);
  padding: 25px 0;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary span {
  color: var(--red);
  font-family: Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
  transition: transform 180ms ease;
}
.faq[open] summary span { transform: rotate(45deg); }
.faq p { max-width: 800px; padding: 0 0 27px; }

.donate {
  position: relative;
  overflow: hidden;
  background: var(--red);
  color: white;
}
.donate-inner { position: relative; z-index: 2; max-width: 900px; }
.eyebrow-light { color: rgba(255, 255, 255, 0.72); }
.donate h2 { margin-top: 26px; font-size: clamp(55px, 7vw, 100px); }
.donate p {
  max-width: 700px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 18px;
  line-height: 1.7;
}
.donate-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 42px;
}
.button-light { border-color: white; background: white; color: var(--red); }
.button-light:hover { background: var(--paper-light); }
.donate-actions > span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.donate-mark {
  position: absolute;
  right: -4vw;
  bottom: -11vw;
  color: rgba(255, 255, 255, 0.08);
}
.donate-mark svg { width: min(48vw, 650px); height: min(48vw, 650px); }

footer {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  align-items: center;
  gap: 30px;
  background: #171b17;
  color: white;
  padding: 44px clamp(24px, 7vw, 110px);
}
.footer-brand .brand-mark { background: rgba(255, 255, 255, 0.12); }
.footer-brand small, footer p { color: rgba(255, 255, 255, 0.5); }
footer p { margin: 0; font-size: 12px; line-height: 1.6; text-align: center; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; font-size: 11px; }

/* Legal pages */
.legal-body { background: var(--paper-light); }
.legal-header { position: static; }
.legal-back { font-size: 13px; }
.legal-main {
  width: min(1120px, calc(100% - 48px));
  min-height: calc(100svh - 258px);
  margin: 0 auto;
  padding: clamp(74px, 9vw, 130px) 0 clamp(90px, 10vw, 150px);
}
.legal-main > h1 {
  margin: 22px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 8vw, 108px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
}
.legal-intro {
  max-width: 680px;
  margin: 26px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.6;
}
.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(52px, 7vw, 88px);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.legal-card {
  min-height: 255px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(28px, 4vw, 50px);
}
.legal-label {
  margin: 0;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.legal-card h2 {
  margin-top: 36px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}
.legal-card p:not(.legal-label),
.legal-card address {
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  font-style: normal;
  line-height: 1.8;
}
.legal-card a {
  border-bottom: 1px solid var(--line);
  overflow-wrap: anywhere;
}
.legal-card a:hover { border-color: var(--red); color: var(--red); }
@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding-top: 90px; padding-bottom: 75px; }
  .hero-visual { min-height: 650px; }
  .story-grid, .section-heading, .partnership-intro, .transparency-grid {
    grid-template-columns: 1fr;
  }
  .story-grid { gap: 45px; }
  .program-card { min-height: 350px; }
  .program-card h3 { margin-top: 70px; }
  .partner-grid { grid-template-columns: 1fr; }
  .connection {
    min-height: 90px;
    grid-template-columns: 1fr auto 1fr;
    transform: rotate(90deg);
  }
  footer { grid-template-columns: 1fr; }
  footer p { text-align: left; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .site-header { min-height: 70px; }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 8px; }
  .site-header .button-small {
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }
  .hero h1 { font-size: clamp(52px, 16vw, 76px); }
  .hero-actions, .donate-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-visual { min-height: 520px; padding: 20px; }
  .hero-image-wrap { min-height: 500px; border-radius: 180px 180px 12px 12px; }
  .photo-note {
    right: 10px;
    bottom: 12px;
    left: 10px;
    max-width: none;
  }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div { min-height: 105px; border-bottom: 1px solid var(--line); }
  .trust-strip div:nth-child(odd) { border-left: 1px solid var(--line); }
  .story-grid { grid-template-columns: 1fr; }
  .quote-card { grid-template-columns: 1fr; }
  .quote-mark { font-size: 70px; }
  .quote-source {
    grid-column: 1;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
  .program-grid, .life-grid { grid-template-columns: 1fr; }
  .program-card + .program-card {
    border-top: 0;
    border-left: 1px solid var(--line);
  }
  .life-photo { min-height: 350px; }
  .partner-card { min-height: auto; }
  .donate-mark { right: -20vw; bottom: -15vw; }
  .donate-mark svg { width: 85vw; height: 85vw; }
  .legal-main { width: min(100% - 32px, 1120px); }
  .legal-back { font-size: 12px; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-card { min-height: auto; }
}

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