:root {
  --paper: #fcf8f5;
  --paper-deep: #f4e9e3;
  --paper-muted: #eee9e7;
  --ink: #211b18;
  --muted: #685a54;
  --rust: #a64c18;
  --rust-dark: #733d2d;
  --brown: #442a22;
  --line: #dccac2;
  --white: #fff;
  --shadow: 0 18px 50px rgba(68, 42, 34, 0.12);
  --serif: "Libre Caslon Text", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 200;
  padding: .75rem 1rem;
  background: var(--brown);
  color: var(--white);
}
.skip-link:focus { top: 1rem; }
.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;
}

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 7rem 0; }
.section--soft { background: var(--paper-deep); }
.section--muted { background: var(--paper-muted); }
.section--brown { background: var(--rust); color: var(--white); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin: 0 0 1.2rem;
  color: var(--rust);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 2rem; height: 1px; background: currentColor; }
.section--brown .eyebrow { color: #ffe2d4; }
h1, h2, h3, .brand { font-family: var(--serif); font-weight: 400; line-height: 1.12; }
h1 { margin: 0 0 1.4rem; font-size: clamp(2.8rem, 7vw, 5.3rem); letter-spacing: -.035em; }
h2 { margin: 0 0 1.2rem; font-size: clamp(2rem, 4.5vw, 3.5rem); letter-spacing: -.025em; }
h3 { margin: 0 0 .65rem; font-size: clamp(1.35rem, 2.2vw, 1.8rem); }
p { margin: 0 0 1.15rem; }
.lead { font-size: clamp(1.08rem, 1.9vw, 1.28rem); line-height: 1.65; }
.muted { color: var(--muted); }
.narrow { max-width: 760px; }
.center { margin-inline: auto; text-align: center; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 80px;
  background: rgba(252, 248, 245, .94);
  border-bottom: 1px solid rgba(220, 202, 194, .65);
  backdrop-filter: blur(14px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { color: var(--rust); font-size: 1.7rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2rem); }
.site-nav a {
  color: var(--muted);
  font-size: .71rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: var(--rust); }
.header-cta { display: inline-flex; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--brown);
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .8rem 1.35rem;
  border: 1px solid var(--rust);
  border-radius: 999px;
  background: var(--rust);
  color: var(--white);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { background: var(--rust-dark); border-color: var(--rust-dark); transform: translateY(-1px); }
.button--outline { background: transparent; color: var(--rust); }
.button--light { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.1); color: var(--white); }
.button--light:hover { background: var(--white); border-color: var(--white); color: var(--brown); }
.button[disabled], .button[aria-disabled="true"] { cursor: not-allowed; opacity: .55; transform: none; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }

.home-hero {
  position: relative;
  min-height: calc(100vh - 80px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #4a403a;
  color: var(--white);
  text-align: center;
}
.home-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,13,12,.18), rgba(16,13,12,.62)); }
.home-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.home-hero__content { position: relative; z-index: 1; width: min(calc(100% - 40px), 920px); padding: 5rem 0; }
.home-hero h1 { font-size: clamp(3rem, 7vw, 5.1rem); }
.home-hero .lead { max-width: 700px; margin-inline: auto; }
.home-hero .button-row { justify-content: center; }

.split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.split--reverse > :first-child { order: 2; }
.split--reverse > :last-child { order: 1; }
.portrait { overflow: hidden; border-radius: 10px; box-shadow: var(--shadow); }
.portrait img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.signature { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--rust); font-family: var(--serif); font-size: 1.55rem; font-style: italic; }
.home-note { padding: 7rem 0 3.5rem; }
.home-note .note-copy { font-size: 19px; line-height: 1.65; }
.home-explore { padding-top: 4.5rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.card { display: flex; flex-direction: column; min-height: 100%; }
.card__image-link { display: block; border-radius: 8px; text-decoration: none; }
.card__image { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 8px; background: var(--paper-muted); }
.card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card__image img { transform: scale(1.025); }
.card__image-link:focus-visible { outline: 3px solid var(--rust); outline-offset: 4px; }
.card__body { display: flex; flex: 1; flex-direction: column; padding: 1.4rem 0 0; }
.card__body h3 { color: var(--rust); }
.text-link { margin-top: auto; padding-top: 1.3rem; color: var(--rust); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-decoration: underline; text-underline-offset: .35rem; text-transform: uppercase; }

.newsletter-grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.form-card { padding: clamp(1.5rem, 4vw, 2.6rem); border-radius: 12px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.field { margin-bottom: 1.2rem; }
.field label { display: block; margin-bottom: .45rem; color: var(--muted); font-size: .78rem; font-weight: 700; }
.field input { width: 100%; padding: .8rem .2rem; border: 0; border-bottom: 1px solid var(--line); outline: none; background: transparent; }
.field input:focus { border-color: var(--rust); box-shadow: 0 2px 0 -1px var(--rust); }
.form-card .button { width: 100%; margin-top: .6rem; }
.form-note { margin: 1rem 0 0; color: var(--muted); font-size: .72rem; text-align: center; }
.status-message { min-height: 1.5em; margin: .7rem 0 0; color: var(--rust-dark); font-size: .8rem; text-align: center; }

.page-hero { padding: 7rem 0 5.5rem; background: linear-gradient(140deg, var(--paper) 50%, var(--paper-muted)); }
.page-hero__grid { display: grid; grid-template-columns: 1fr .78fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.page-hero h1 { max-width: 760px; }
.page-hero__image { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 10px; box-shadow: var(--shadow); }
.page-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.page-hero--simple { text-align: center; }
.page-hero--simple .narrow { margin-inline: auto; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 3rem; }
.timeline__item { padding: 1.5rem; border-top: 2px solid var(--rust); background: rgba(255,255,255,.45); }
.timeline__year { color: var(--rust); font-family: var(--serif); font-size: 1.8rem; }
.quote-block { max-width: 800px; margin: 2.5rem auto 0; padding-left: 1.5rem; border-left: 3px solid var(--rust); color: var(--brown); font-family: var(--serif); font-size: clamp(1.3rem, 2.8vw, 2rem); font-style: italic; }
.role-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.role-card { padding: 2rem; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.55); }
.role-card h3 { color: var(--rust); }
.what-we-do-portrait { width: min(100%, 512px); margin: 2rem auto 0; }
.what-we-do-portrait img { display: block; width: 100%; height: auto; min-height: 0; object-fit: contain; }

.pipeline-figure { width: min(100%, 760px); margin: clamp(2rem, 5vw, 3.5rem) auto 0; }
.pipeline-figure img { display: block; width: 100%; height: auto; border-radius: 10px; box-shadow: var(--shadow); }
.pipeline-levels { display: grid; grid-template-columns: repeat(5, 1fr); gap: .7rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.pipeline-levels li { padding: .75rem; border-top: 2px solid var(--rust); color: var(--muted); font-size: .75rem; line-height: 1.45; text-align: left; }

/* Our Story V2 */
.need-hero { padding: clamp(4.5rem, 8vw, 7rem) 0 4rem; background: #e9e8e6; }
.need-hero > .container > .eyebrow { margin-bottom: 1.5rem; }
.need-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(142px, auto);
  gap: clamp(.8rem, 1.8vw, 1.3rem);
}
.need-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(68,42,34,.08);
}
.need-card--title {
  grid-column: span 7;
  grid-row: span 2;
  display: flex;
  padding: clamp(2rem, 4vw, 3.5rem);
  flex-direction: column;
  justify-content: space-between;
  background: var(--paper);
}
.need-card--title h1 { max-width: 760px; margin-bottom: 2.5rem; font-size: clamp(2.65rem, 5.3vw, 4.7rem); }
.need-card--title p { max-width: 440px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.need-card--stat {
  display: flex;
  padding: clamp(1.5rem, 3vw, 2.3rem);
  flex-direction: column;
  justify-content: flex-end;
}
.need-card--stat p { max-width: 420px; margin-bottom: 1rem; line-height: 1.45; }
.need-card--rust { grid-column: span 5; grid-row: span 2; background: var(--rust); color: var(--white); }
.need-card--paper { grid-column: span 4; grid-row: span 2; background: var(--paper); color: var(--brown); }
.need-card--brown { grid-column: span 7; grid-row: span 2; background: var(--brown); color: var(--white); }
.need-card__number { margin-bottom: .5rem !important; font-family: var(--serif); font-size: clamp(3.5rem, 7vw, 6.5rem); line-height: .95 !important; letter-spacing: -.055em; }
.need-card__label { margin-bottom: auto !important; color: #f1c7b4; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.need-card--brown h2 { margin-bottom: 1.5rem; font-size: clamp(1.55rem, 2.7vw, 2.5rem); }
.need-card__source {
  align-self: flex-start;
  padding-bottom: .12rem;
  border-bottom: 1px solid currentColor;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  opacity: .88;
}
.need-card__source:hover { opacity: 1; }
.need-card__source:focus-visible { outline-color: currentColor; }
.need-card--photo { min-height: 300px; margin: 0; background: #4a403a; color: var(--white); }
.need-card--photo-wide { grid-column: span 8; grid-row: span 2; }
.need-card--photo-tall { grid-column: span 5; grid-row: span 2; }
.need-card--photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(17,13,11,.68)); }
.need-card--photo img { width: 100%; height: 100%; object-fit: cover; }
.need-card--photo-wide img { object-position: center 47%; }
.need-card--photo-tall img { object-position: center; }
.need-card--photo figcaption { position: absolute; z-index: 1; right: 1.5rem; bottom: 1.4rem; left: 1.5rem; font-family: var(--serif); font-size: clamp(1.3rem, 2.3vw, 2rem); line-height: 1.15; }
.support-note { max-width: 900px; margin: 1.4rem 0 0; color: var(--muted); font-size: .875rem; line-height: 1.6; }
.support-note a { color: var(--rust-dark); font-weight: 700; text-underline-offset: .2em; }
.ministry-history { padding-top: 3.5rem; background: var(--paper); }
.ministry-history__intro { width: 100%; }
.ministry-history__intro h2 { margin-bottom: 1.5rem; }
.ministry-history__copy { width: 100%; }
.ministry-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: clamp(3.5rem, 7vw, 6rem) 0 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--line); }
.ministry-stat { min-height: 230px; padding: clamp(1.5rem, 3vw, 2.2rem); background: rgba(255,255,255,.72); }
.ministry-stat dt { margin-bottom: 2rem; color: var(--rust); font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1; letter-spacing: -.04em; }
.ministry-stat dd { margin: 0; color: var(--muted); line-height: 1.5; }
.ministry-stats__note { margin: 1rem 0 0; color: var(--muted); font-size: .75rem; }

.pipeline-v2 { background: var(--paper-muted); }
.pipeline-v2__header { max-width: 780px; margin-bottom: clamp(2.5rem, 6vw, 4.5rem); }
.pipeline-v2__header .eyebrow { margin-bottom: 1rem; }
.pipeline-v2__header h2 { margin-bottom: 1.25rem; }
.pipeline-v2__header .lead { margin: 0; color: var(--muted); }
.pipeline-v2__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr); gap: clamp(2.5rem, 6vw, 5.5rem); align-items: start; }
.pipeline-v2__cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.pipeline-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.72); box-shadow: 0 8px 28px rgba(68,42,34,.05); }
.pipeline-card h3 { margin: 0; font-size: inherit; }
.pipeline-card__button { width: 100%; min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.4rem; border: 0; background: transparent; color: var(--brown); font-family: var(--serif); font-size: 1.18rem; line-height: 1.25; text-align: left; }
.pipeline-card__button::after { content: "+"; flex: 0 0 auto; color: var(--rust); font-family: var(--sans); font-size: 1.55rem; }
.pipeline-card__button[aria-expanded="true"]::after { content: "−"; }
.pipeline-card__button:hover { background: rgba(255,255,255,.68); }
.pipeline-card__panel { padding: 0 1.4rem 1.5rem; color: var(--muted); }
.pipeline-card__panel p { margin-bottom: 1rem; font-size: .9rem; line-height: 1.55; }
.pipeline-card__panel ul { display: grid; gap: .5rem; margin: 0; padding: 1rem 0 0 1.2rem; border-top: 1px solid var(--line); font-size: .82rem; line-height: 1.45; }
.pipeline-card__panel li::marker { color: var(--rust); }
.pipeline-v2__visual { position: sticky; top: 110px; }
.pipeline-v2__figure { margin: 0; }
.pipeline-v2__figure img { display: block; width: 100%; height: auto; border-radius: 14px; box-shadow: var(--shadow); }
.pipeline-v2 blockquote { margin: 2rem 0 0; padding-left: 1.25rem; border-left: 2px solid var(--rust); color: var(--muted); font-style: italic; line-height: 1.65; }

.giving-intro { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.disclosure, .faq-item { border-top: 1px solid var(--line); }
.disclosure:last-child, .faq-item:last-child { border-bottom: 1px solid var(--line); }
.disclosure__button, .faq-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  border: 0;
  background: transparent;
  color: var(--brown);
  font-family: var(--serif);
  font-size: 1.2rem;
  text-align: left;
}
.disclosure__button::after, .faq-button::after { content: "+"; flex: 0 0 auto; color: var(--rust); font-family: var(--sans); font-size: 1.5rem; }
.disclosure__button[aria-expanded="true"]::after, .faq-button[aria-expanded="true"]::after { content: "−"; }
.disclosure__panel, .faq-panel { padding: 0 0 1.6rem; color: var(--muted); }
[hidden] { display: none !important; }

.giving-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 3rem 0 2rem; }
.giving-tab { padding: 1rem; border: 1px solid var(--line); border-radius: 8px; background: transparent; color: var(--brown); font-weight: 700; }
.giving-tab[aria-selected="true"] { border-color: var(--brown); background: var(--brown); color: var(--white); }
.giving-panel { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.5); }
.giving-panel__grid { display: grid; grid-template-columns: 1fr .85fr; gap: 3rem; align-items: start; }
.demo-note { padding: 1rem; border-left: 3px solid var(--rust); background: var(--paper-deep); color: var(--brown); font-size: .88rem; }
.bank-details { width: 100%; border-collapse: collapse; }
.bank-details th, .bank-details td { padding: .8rem 0; border-bottom: 1px solid var(--line); text-align: left; }
.bank-details th { width: 42%; color: var(--muted); font-size: .78rem; text-transform: uppercase; }
.steps { display: grid; gap: 1rem; }
.step { display: grid; grid-template-columns: auto 1fr; gap: 1rem; }
.step__number { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--brown); color: var(--white); font-size: .8rem; font-weight: 700; }
.giving-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.method-card { display: flex; min-height: 100%; flex-direction: column; padding: 2rem; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.72); box-shadow: 0 10px 32px rgba(68,42,34,.06); }
.method-card h3 { color: var(--brown); }
.method-card .button { width: 100%; margin-top: auto; }
.method-icon { display: grid; width: 50px; height: 50px; margin-bottom: 1.3rem; place-items: center; border-radius: 50%; background: var(--paper-deep); color: var(--rust); font-size: 1.3rem; }
.choice-list { display: grid; gap: .7rem; margin: .8rem 0 1.8rem; }
.choice-list label { display: flex; align-items: center; gap: .65rem; color: var(--muted); }
.choice-list input { accent-color: var(--rust); }
.method-card .bank-details { margin: .2rem 0 1.5rem; }

.faq-layout { display: grid; grid-template-columns: 260px 1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.faq-nav { position: sticky; top: 110px; display: grid; gap: .35rem; padding: 1.2rem; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.54); }
.faq-nav::before { content: "Inquiry"; margin-bottom: .6rem; color: rgba(68,42,34,.18); font-family: var(--serif); font-size: 2.8rem; line-height: 1; }
.faq-nav a { padding: .65rem 0; border-bottom: 1px solid rgba(220,202,194,.65); color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.faq-nav a:hover { color: var(--rust); }
.faq-group { margin-bottom: 4.5rem; scroll-margin-top: 110px; }
.faq-group > h2 { font-size: clamp(1.9rem, 3.5vw, 2.7rem); }
.faq-group .faq-item { margin-bottom: .75rem; padding-inline: 1.25rem; border: 1px solid rgba(220,202,194,.75); border-radius: 11px; background: rgba(255,255,255,.72); box-shadow: 0 8px 24px rgba(68,42,34,.035); }
.faq-group .faq-item:last-child { border-bottom: 1px solid rgba(220,202,194,.75); }
.faq-group .faq-button { padding-block: 1.35rem; }
.faq-group .faq-panel { padding-right: 2rem; }

.site-footer { padding: 5.5rem 0 2rem; background: var(--paper); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1.8fr; gap: 4rem; }
.footer-brand { color: var(--rust); font-family: var(--serif); font-size: 1.7rem; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.footer-links h3 { color: var(--rust); font-family: var(--sans); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a { display: block; margin: .55rem 0; color: var(--muted); font-size: .86rem; text-decoration: none; }
.footer-links a:hover { color: var(--rust); }
.copyright { margin-top: 3.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

:focus-visible { outline: 3px solid rgba(166, 76, 24, .45); outline-offset: 4px; }

@media (max-width: 900px) {
  .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .site-nav {
    position: fixed;
    inset: 80px 0 auto;
    display: none;
    padding: 1.5rem 20px 2rem;
    flex-direction: column;
    align-items: flex-start;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { width: 100%; padding: .55rem 0; font-size: .8rem; }
  .split, .newsletter-grid, .page-hero__grid, .giving-intro, .giving-panel__grid, .footer-grid { grid-template-columns: 1fr; }
  .split--reverse > :first-child, .split--reverse > :last-child { order: initial; }
  .page-hero__image { max-width: 620px; }
  .cards, .giving-cards { grid-template-columns: 1fr; gap: 3rem; }
  .card { max-width: 620px; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .pipeline-levels { grid-template-columns: repeat(2, 1fr); }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-nav { position: static; display: flex; flex-wrap: wrap; gap: .4rem 1rem; padding: 1rem; }
  .faq-nav::before { width: 100%; font-size: 2rem; }
  .need-card--title { grid-column: span 12; }
  .need-card--rust { grid-column: span 5; }
  .need-card--photo-wide { grid-column: span 7; }
  .need-card--paper, .need-card--brown { grid-column: span 6; }
  .need-card--photo-tall { grid-column: span 6; }
  .ministry-stats { grid-template-columns: repeat(2, 1fr); }
  .pipeline-v2__layout { grid-template-columns: 1fr; }
  .pipeline-v2__visual { position: static; max-width: 680px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .section { padding: 4.7rem 0; }
  .home-note { padding: 4.7rem 0 2.75rem; }
  .home-explore { padding-top: 3.5rem; }
  .home-hero { min-height: 720px; }
  .home-hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .portrait img { min-height: 390px; }
  .timeline, .role-grid, .giving-tabs, .footer-links { grid-template-columns: 1fr; }
  .pipeline-levels { grid-template-columns: 1fr; gap: .4rem; }
  .giving-tabs { gap: .45rem; }
  .giving-tab { text-align: left; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .need-hero { padding: 3.5rem 0 3rem; }
  .need-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .need-card--title, .need-card--rust, .need-card--paper, .need-card--brown, .need-card--photo-wide, .need-card--photo-tall { grid-column: auto; grid-row: auto; }
  .need-card--title { min-height: 410px; padding: 1.65rem; }
  .need-card--title h1 { font-size: clamp(2.5rem, 12vw, 3.7rem); }
  .need-card--stat { min-height: 330px; padding: 1.65rem; }
  .need-card--photo { min-height: 360px; }
  .need-card--photo-wide { min-height: 280px; }
  .ministry-history__intro, .ministry-stats { grid-template-columns: 1fr; }
  .ministry-stat { min-height: 190px; }
  .pipeline-v2__cards { grid-template-columns: 1fr; }
  .pipeline-card__button { min-height: 92px; }
}

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