/* ==========================================================================
   Beds, Blankets & Bibles of Cherokee County
   Compiled from the Claude Design system "beds-blankets-bibles" (ff8a158d).
   ========================================================================== */

/* ---- Fonts (self-hosted, per DS readme: no Google-hosted fonts in prod) -- */
@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../assets/fonts/domine.woff2') format('woff2');
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../assets/fonts/libre-franklin.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/space-mono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/space-mono-700.woff2') format('woff2');
}

/* ---- Design tokens ------------------------------------------------------ */
:root {
  /* base palette: Navy & Modern */
  --navy: #1e3050;
  --navy-deep: #0f1b30;
  --navy-ink: #17263f;
  --red: #e2503f;
  --sky: #4a90d9;
  --mist: #eef1f5;
  --white: #ffffff;
  --slate: #3a6ea5;
  --muted: #9aa3b2;
  --border: #d7dde6;
  --rule: #e7ecf2;
  --surface: #f5f7fa;

  /* semantic aliases */
  --text-heading: var(--navy-ink);
  --text-body: #2b3a4f;
  --text-on-dark: var(--white);
  --text-dim-on-dark: #c7d3e6;
  --text-sub-on-dark: #8fa6c4;
  --text-soft-on-dark: #a9bad2;
  --accent: var(--red);
  --accent-2: var(--sky);
  --focus-ring: var(--sky);

  --font-display: 'Domine', Georgia, serif;
  --font-body: 'Libre Franklin', system-ui, sans-serif;
  --font-mono: 'Space Mono', ui-monospace, monospace;

  --radius-sm: 6px;
  --radius-md: 9px;
  --radius-lg: 14px;
  --radius-xl: 18px;
  --radius-pill: 999px;

  --shadow-md: 0 4px 14px rgba(23, 38, 63, .08);
  --shadow-lg: 0 12px 32px rgba(23, 38, 63, .12);

  --maxw: 1180px;
  --pad-x: 48px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--text-body);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }

figure, blockquote { margin: 0; }

a { color: var(--slate); text-decoration: none; }
a:hover { color: var(--navy); }

h1, h2, h3 { font-family: var(--font-display); color: var(--text-heading); margin: 0; }

:is(a, button, input, textarea):focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
  border-radius: 4px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 100;
  background: var(--white);
  color: var(--navy);
  font: 600 14px var(--font-body);
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  transition: top .15s;
}
.skip-link:focus { top: 16px; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: var(--pad-x);
  padding-right: var(--pad-x);
}

[id] { scroll-margin-top: 24px; }

/* Mono eyebrow label used at the head of each section */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}

/* ---- Buttons (DS Button: primary / secondary / ghost · sm / md / lg) ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-weight: 700;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background .15s, border-color .15s, opacity .15s;
  white-space: nowrap;
}
.btn-sm { font-size: 13px; padding: 8px 14px; }
.btn-md { font-size: 15px; padding: 11px 20px; }
.btn-lg { font-size: 17px; padding: 14px 26px; }

.btn-primary { background: var(--navy); color: var(--white); }
.btn-primary:hover { background: #182741; color: var(--white); }

.btn-secondary { background: var(--red); color: var(--white); }
.btn-secondary:hover { background: #cf4634; color: var(--white); }

.btn-ghost { background: transparent; color: var(--navy); border-color: var(--border); }
.btn-ghost:hover { background: var(--mist); color: var(--navy); }

.btn-ghost-dark { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, .4); }
.btn-ghost-dark:hover { background: rgba(255, 255, 255, .1); color: var(--white); }

.btn-ghost-red { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, .6); }
.btn-ghost-red:hover { background: rgba(255, 255, 255, .12); color: var(--white); }

.btn-block { width: 100%; }

/* ---- Pattern strip (DS PatternStrip, tone=dark) ------------------------- */
.pstrip {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pstrip i {
  width: var(--patch, 13px);
  height: var(--patch, 13px);
  border-radius: 4px;
  border: 1px solid rgba(23, 38, 63, .06);
}
.pstrip i:nth-child(4n + 1) { background: var(--red); }
.pstrip i:nth-child(4n + 2) { background: var(--sky); }
.pstrip i:nth-child(4n + 3) { background: var(--white); }
.pstrip i:nth-child(4n)     { background: var(--mist); }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .22;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, var(--navy-deep) 44%, rgba(15, 27, 48, .7) 100%);
}
.hero > .container { position: relative; }

.nav {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  color: inherit;
}
.brand-name {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--white);
  font-size: 16px;
  letter-spacing: -.01em;
  line-height: 1.05;
}
.brand-sub {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-sub-on-dark);
  margin-top: 3px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}
.nav-a {
  color: var(--text-dim-on-dark);
  font: 600 14px var(--font-body);
  transition: color .15s;
}
.nav-a:hover { color: var(--white); }

.hero-copy {
  padding: 64px 0 40px;
  max-width: 780px;
}

/* Large brand mark filling the hero's right side (desktop only) */
.hero-mark {
  position: absolute;
  top: 110px;
  right: 48px;
  width: 380px;
  height: 380px;
  opacity: .4;
  pointer-events: none;
}
@media (max-width: 1150px) {
  .hero-mark { display: none; }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-mark {
    animation: mark-in 1.1s ease-out both;
    animation-delay: .25s;
  }
  @keyframes mark-in {
    from { opacity: 0; }
    to   { opacity: .4; }
  }
}
.hero-badge {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #f0a89e;
  border: 1px solid rgba(226, 80, 63, .5);
  border-radius: var(--radius-pill);
  padding: 6px 14px;
  margin-bottom: 26px;
}
.hero h1 {
  font-weight: 700;
  color: var(--white);
  font-size: clamp(36px, 6.4vw, 60px);
  line-height: 1.02;
  letter-spacing: -.02em;
  margin: 0 0 22px;
}
.hero-lede {
  font-size: 18.5px;
  line-height: 1.6;
  color: var(--text-dim-on-dark);
  margin: 0 0 34px;
  max-width: 54ch;
}
.hero-ctas {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

/* one authored entrance: hero copy rises as the page opens */
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * {
    animation: rise .7s cubic-bezier(.16, 1, .3, 1) both;
  }
  .hero-copy > :nth-child(2) { animation-delay: .07s; }
  .hero-copy > :nth-child(3) { animation-delay: .14s; }
  .hero-copy > :nth-child(4) { animation-delay: .21s; }
  @keyframes rise {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: none; }
  }
}

.stats {
  padding: 24px 0 46px;
  display: grid;
  /* auto tracks stretch: the four stats share the full row, as designed */
  grid-template-columns: repeat(4, auto);
  gap: 56px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 8px;
}
.stat-n {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 44px;
  color: var(--white);
  line-height: 1;
}
.stat-n.is-accent { color: var(--red); }
.stat-l {
  display: block;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-sub-on-dark);
  margin-top: 6px;
}

/* ==========================================================================
   Photo mosaic
   ========================================================================== */
.mosaic {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3px;
  background: var(--navy-deep);
}
.mosaic img {
  width: 100%;
  height: 158px;
  object-fit: cover;
}

/* ==========================================================================
   Scripture / why
   ========================================================================== */
.scripture {
  background: var(--mist);
  border-bottom: 1px solid #e0e6ee;
}
.scripture .container {
  max-width: 1000px;
  padding-top: 76px;
  padding-bottom: 76px;
  text-align: center;
}
.scripture-mark {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}
.scripture .eyebrow { letter-spacing: .18em; margin-bottom: 22px; }
.scripture blockquote {
  font-family: var(--font-display);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(24px, 4.2vw, 33px);
  line-height: 1.42;
  color: var(--navy-ink);
  margin: 0 auto 22px;
  max-width: 24ch;
}
.scripture-ref {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 38px;
}
.dashed-rule {
  width: 64px;
  height: 0;
  border: 0;
  border-top: 2px dashed var(--red);
  margin: 0 auto 34px;
}
.scripture-note {
  font-size: 18px;
  line-height: 1.66;
  color: var(--text-body);
  margin: 0 auto;
  max-width: 60ch;
}

/* ==========================================================================
   Story / the ministry
   ========================================================================== */
.story .container {
  padding-top: 76px;
  padding-bottom: 76px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 56px;
  align-items: center;
}
.story h2 {
  font-weight: 700;
  font-size: clamp(27px, 3.4vw, 34px);
  line-height: 1.14;
  margin: 0 0 20px;
}
.story p { font-size: 16px; line-height: 1.72; margin: 0 0 15px; }
.story p:last-of-type { margin-bottom: 0; }

.story-quote {
  margin-top: 28px;
  background: var(--mist);
  border-radius: var(--radius-lg);
  padding: 24px 26px;
  border-left: 3px solid var(--red);
}
.story-quote p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 19px;
  line-height: 1.5;
  color: var(--navy);
  margin: 0;
}
.story-media { position: relative; }
.story-media img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}
.story-caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background: rgba(23, 38, 63, .85);
  color: var(--white);
  padding: 14px 18px;
  border-radius: 12px;
}
.story-caption span {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-sub-on-dark);
}

/* ==========================================================================
   How it works
   ========================================================================== */
.how {
  background: var(--surface);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.how .container { padding-top: 72px; padding-bottom: 72px; }
.how-head { text-align: center; margin-bottom: 46px; }
.how-head .eyebrow { margin-bottom: 12px; }
.how h2 { font-weight: 700; font-size: clamp(27px, 3.4vw, 34px); }

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.step {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  box-shadow: 0 4px 14px rgba(23, 38, 63, .05);
}
.step-n {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-pill);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.step:nth-child(3n + 1) .step-n { background: var(--red); }
.step:nth-child(3n + 2) .step-n { background: var(--sky); }
.step:nth-child(3n)     .step-n { background: var(--navy); }
.step h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}
.step p { font-size: 13.5px; line-height: 1.6; margin: 0; }

.how-note {
  text-align: center;
  margin: 28px auto 0;
  max-width: 74ch;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--slate);
}

/* ==========================================================================
   What we furnish
   ========================================================================== */
.furnish .container {
  padding-top: 76px;
  padding-bottom: 76px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 52px;
  align-items: center;
}
.furnish-media {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}
.furnish h2 {
  font-weight: 700;
  font-size: clamp(26px, 3.2vw, 32px);
  line-height: 1.15;
  margin: 0 0 24px;
}
.furnish-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.furnish-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15.5px;
  color: var(--text-body);
}
.furnish-list li::before {
  content: "✓";
  color: var(--red);
  font-weight: 700;
}
.furnish-pill {
  margin-top: 26px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--slate);
  background: var(--mist);
  border-radius: var(--radius-pill);
  padding: 10px 18px;
  display: inline-block;
}

/* ==========================================================================
   Ways to help
   ========================================================================== */
.ways { background: var(--navy); }
.ways .container { padding-top: 72px; padding-bottom: 72px; }
.ways-strip { display: flex; justify-content: center; margin-bottom: 22px; }
.ways-head { text-align: center; margin-bottom: 44px; }
.ways h2 {
  font-weight: 700;
  font-size: clamp(27px, 3.4vw, 34px);
  color: var(--white);
  margin: 0 0 12px;
}
.ways-sub {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-dim-on-dark);
  margin: 0 auto;
  max-width: 52ch;
}
.ways-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.way {
  display: block;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-lg);
  padding: 26px 24px;
  transition: background .15s, border-color .15s;
}
.way:hover {
  background: rgba(255, 255, 255, .09);
  border-color: rgba(255, 255, 255, .22);
}
.way-chip {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.way h3 {
  font-weight: 700;
  font-size: 19px;
  color: var(--white);
  margin-bottom: 8px;
}
.way p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-soft-on-dark);
  margin: 0 0 14px;
}
.way-link {
  font-family: var(--font-mono);
  font-size: 12px;
  color: #7fd0ff;
}
.way:hover .way-link { text-decoration: underline; text-underline-offset: 3px; }

/* ==========================================================================
   Report a need / contact
   ========================================================================== */
.report .container {
  padding-top: 76px;
  padding-bottom: 76px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
}
.report h2 {
  font-weight: 700;
  font-size: clamp(25px, 3vw, 30px);
  line-height: 1.18;
  margin: 0 0 16px;
}
.report-lede { font-size: 15.5px; line-height: 1.66; margin: 0 0 24px; }
.report-details { border-top: 1px solid var(--rule); padding-top: 22px; }
.detail-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6b7688; /* --muted fails contrast (2.5:1) as text on white */
  margin-bottom: 6px;
}
.detail-body { font-size: 15px; color: var(--navy); line-height: 1.6; margin-bottom: 18px; }
.detail-body:last-child { margin-bottom: 0; }
.detail-note { font-family: var(--font-mono); font-size: 12.5px; color: var(--slate); }

.partner-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.partner-list li {
  font-size: 15px;
  line-height: 1.5;
  color: var(--navy);
}
.partner-list strong { font-weight: 600; }
.partner-list span {
  display: block;
  font-size: 14px;
  color: var(--text-body);
}

/* Agreement checkboxes on the full report form */
.need-form .agree-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
  color: var(--text-body);
  cursor: pointer;
}
.agree-item input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  flex: none;
  accent-color: var(--sky);
}

.need-form {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.need-form label {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 6px;
}
.need-form input,
.need-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 11px 12px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--navy-ink);
  background: var(--white);
  transition: border-color .15s, box-shadow .15s;
}
.need-form textarea { resize: vertical; }
.need-form input::placeholder,
.need-form textarea::placeholder { color: #6b7688; opacity: 1; }
.need-form input:focus,
.need-form textarea:focus {
  outline: none;
  border-color: var(--sky);
  box-shadow: 0 0 0 3px rgba(74, 144, 217, .18);
}
.form-notice {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--navy-ink);
  background: #fdeeec;
  border: 1px solid rgba(226, 80, 63, .35);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
}
.form-notice a { font-weight: 600; }
.form-followup {
  background: var(--mist);
  border-color: var(--border);
}
.form-success {
  background: var(--mist);
  border-color: rgba(74, 144, 217, .5);
}

/* After a successful send the fields give way to the confirmation */
.need-form.is-sent fieldset,
.need-form.is-sent .form-hint,
.need-form.is-sent .hp,
.need-form.is-sent button[type=submit] {
  display: none;
}

.link-btn {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-weight: 600;
  color: var(--slate);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.link-btn:hover { color: var(--navy); }

.report-alt {
  display: inline-block;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-body);
  background: var(--mist);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  margin: 14px 0 0;
}

.form-hint {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: #6b7688;
}

.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;
}

/* Honeypot field: hidden from humans, present for bots */
.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ==========================================================================
   Final CTA
   ========================================================================== */
.cta { background: var(--red); }
.cta .container {
  max-width: 1000px;
  padding-top: 72px;
  padding-bottom: 72px;
  text-align: center;
}
.cta h2 {
  font-weight: 700;
  font-size: clamp(29px, 4vw, 40px);
  line-height: 1.08;
  color: var(--white);
  margin: 0 auto 16px;
  max-width: 22ch;
}
.cta p {
  font-size: 16.5px;
  line-height: 1.6;
  color: #ffe4df;
  margin: 0 auto 30px;
  max-width: 52ch;
}
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer { background: var(--navy-deep); }
.footer .container { padding-top: 44px; padding-bottom: 44px; }
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}
/* Stacked brand lockup (DS Logo, stacked orientation, on dark) */
.brand-stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.brand-stacked-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: -.01em;
  color: var(--white);
  text-align: center;
}
.brand-stacked-rule {
  width: 67px;
  border-top: 2px dashed var(--sky);
}
.brand-stacked-sub {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-soft-on-dark);
}

.footer-info {
  font-size: 13px;
  color: var(--text-soft-on-dark);
  line-height: 1.7;
  text-align: right;
}
.footer-info a { color: var(--text-soft-on-dark); text-decoration: underline; text-underline-offset: 3px; }
.footer-info a:hover { color: var(--white); }
.footer-org {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-sub-on-dark);
}
.footer-strip {
  margin-top: 26px;
  max-height: 11px;
  overflow: hidden;
}

/* ==========================================================================
   Report-a-need page
   ========================================================================== */
.page-top { background: var(--navy-deep); }

.report-page .container {
  max-width: 840px;
  padding-top: 64px;
  padding-bottom: 76px;
}
.report-page h1 {
  font-weight: 700;
  font-size: clamp(29px, 4vw, 40px);
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 0 0 16px;
}
.report-page .report-lede { max-width: 60ch; }

.need-form-full { margin-top: 34px; }
.need-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.need-form fieldset + fieldset { margin-top: 18px; }
.need-form legend {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 0;
  margin-bottom: 12px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
  .steps { grid-template-columns: repeat(3, 1fr); }
  .ways-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { gap: 40px; }
}

@media (max-width: 900px) {
  :root { --pad-x: 28px; }

  .nav-links .nav-a { display: none; }

  .hero-copy { padding-top: 44px; }

  .stats {
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    gap: 28px 40px;
  }

  .mosaic { grid-template-columns: repeat(3, 1fr); }
  .mosaic img { height: 130px; }

  .story .container,
  .furnish .container,
  .report .container {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .story .container,
  .furnish .container,
  .report .container,
  .scripture .container,
  .how .container,
  .ways .container,
  .cta .container {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .story-media img { height: 380px; }
  .furnish-media { height: 340px; }
}

@media (max-width: 600px) {
  :root { --pad-x: 20px; }

  /* keep both action buttons; the mark alone carries the brand */
  .nav .brand-name,
  .nav .brand-sub { display: none; }
  .nav-links { gap: 10px; }

  .steps { grid-template-columns: 1fr; }
  .ways-grid { grid-template-columns: 1fr; }
  .furnish-list { grid-template-columns: 1fr; }

  .mosaic img { height: 104px; }

  .hero-lede { font-size: 17px; }
  .stats { gap: 24px 20px; }
  .stat-n { font-size: 36px; }

  .footer-row { flex-direction: column; }
  .footer-info { text-align: left; }
}
