:root {
  --red: #8f2d24;
  --red-dark: #641910;
  --red-soft: #c24e3d;
  --cream: #f4eee6;
  --paper: #fffdf9;
  --sand: #e7d9cc;
  --peach: #f3e4d6;
  --ink: #221c18;
  --muted: #5c534c;
  --line: #d6c7b8;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(52, 24, 16, 0.08);
  --font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --font-sans: "Avenir Next", Avenir, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --header-h: 5.25rem;
  --radius: 1.25rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--red);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--red-dark);
}

:focus-visible {
  outline: 3px solid var(--red-soft);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 100;
  background: var(--red);
  color: var(--white);
  padding: 0.6rem 1rem;
  border-radius: 0.4rem;
}

.skip-link:focus {
  top: 1rem;
}

.wrap {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 238, 230, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
}

.header-end {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  padding: 0.12rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  flex-shrink: 0;
}

.lang-switch a {
  text-decoration: none;
  color: var(--muted);
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.lang-switch a:hover {
  color: var(--red);
}

.lang-switch a.is-active {
  background: var(--red);
  color: var(--white);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}

.brand img {
  width: 3.4rem;
  height: 3.4rem;
  object-fit: contain;
  background: var(--paper);
  border-radius: 50%;
  border: 1px solid var(--line);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-text strong {
  font-size: 1.15rem;
  letter-spacing: 0.08em;
}

.brand-text span {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 0.7rem;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: var(--ink);
  position: relative;
  margin: 0 auto;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

.nav-list {
  display: flex;
  align-items: center;
  gap: 0.2rem 1.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.95rem;
}

.nav-list a:hover,
.nav-list a[aria-current="page"] {
  color: var(--red);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: var(--white) !important;
  text-decoration: none;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-weight: 600;
}

.nav-cta:hover {
  background: var(--red-dark);
}

.hero {
  padding: 2.5rem 0 3.5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: stretch;
}

.hero-copy,
.quote-card,
.panel,
.work-card,
.donate-card,
.contact-card {
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--line);
}

.kicker {
  margin: 0 0 0.85rem;
  color: var(--red);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.18;
  margin: 0;
}

h1 {
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  max-width: 14ch;
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

h3 {
  font-size: 1.25rem;
}

.lede {
  font-size: 1.2rem;
  color: var(--muted);
  max-width: 36rem;
  margin: 1.1rem 0 1.6rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
}

.btn-primary {
  background: var(--red);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--red-dark);
  color: var(--white);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}

.btn-ghost:hover {
  border-color: var(--red);
  color: var(--red);
}

.quote-card {
  background: var(--red);
  color: var(--white);
  padding: clamp(1.6rem, 4vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
}

.quote-card blockquote {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  line-height: 1.35;
}

.quote-card cite {
  display: block;
  margin-top: 1.2rem;
  font-style: normal;
  font-size: 0.92rem;
  opacity: 0.85;
}

.section {
  padding: 0.5rem 0 3.5rem;
}

.section-head {
  max-width: 40rem;
  margin-bottom: 1.6rem;
}

.section-head p {
  color: var(--muted);
  margin: 0.8rem 0 0;
}

.panel {
  padding: clamp(1.3rem, 3vw, 2.2rem);
  border: 1px solid var(--line);
}

.prose p + p {
  margin-top: 1rem;
}

.prose p:first-child {
  margin-top: 0;
}

.prose p:last-child {
  margin-bottom: 0;
}

.partners {
  margin-top: 1.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.work-card {
  padding: 1.3rem 1.25rem 1.4rem;
  border: 1px solid var(--line);
}

.work-card .num {
  display: block;
  color: var(--red);
  font-family: var(--font-serif);
  font-size: 1.35rem;
  margin-bottom: 0.45rem;
}

.work-card p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.note {
  margin: 1rem 0 0;
  padding: 0.9rem 1rem;
  background: var(--peach);
  border-radius: 0.9rem;
}

.donate-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 1rem;
}

.donate-card,
.contact-card {
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid var(--line);
}

.bank {
  display: grid;
  gap: 0.85rem;
  margin: 1.2rem 0 0;
}

.bank div {
  display: grid;
  gap: 0.15rem;
}

.bank dt {
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bank dd {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  word-break: break-word;
}

.iban-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}

.copy-btn {
  min-height: 2.4rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--cream);
  font: inherit;
  cursor: pointer;
}

.copy-btn:hover,
.copy-btn[data-copied="true"] {
  border-color: var(--red);
  color: var(--red);
}

.contact-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.contact-list li {
  margin: 0 0 0.85rem;
}

.contact-list span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.site-footer {
  background: var(--ink);
  color: #efe7df;
  padding: 2rem 0 2.4rem;
  margin-top: 1rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 2rem;
}

.site-footer a {
  color: #f3d2c8;
}

.footer-links {
  display: flex;
  gap: 1.2rem;
}

.legal {
  padding: 3rem 0 4rem;
}

.legal .panel {
  max-width: 46rem;
}

.legal h1 {
  max-width: none;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: 1rem;
}

.legal h2 {
  font-size: 1.35rem;
  margin: 1.8rem 0 0.6rem;
}

@media (max-width: 900px) {
  .hero-grid,
  .work-grid,
  .split,
  .donate-layout {
    grid-template-columns: 1fr;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    display: none;
  }

  .site-nav.is-open {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem 1rem 1rem;
    gap: 0.2rem;
  }

  .nav-list a,
  .nav-cta {
    padding: 0.7rem 0.4rem;
  }

  .nav-cta {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
