/* ============================================================================
   Field — one missionary, one story, told in order.

   Mission is a fellowship reporting on three regions; this is one family, and
   the difference matters. A supporter deciding whether to back a person reads
   top to bottom — who, where, why, what happened, how to help — so the page is
   a single column with no sidebar and nothing to choose between.

   Narrow measure, large first line, and a rule between each movement. The
   photographs are wide and infrequent: this template is a letter, and a letter
   with a picture every paragraph is a brochure.
   ========================================================================== */

.demo-body--field {
  --paper: #fbf9f5;
  --paper-2: #f2ede4;
  --ink: #1e1b16;
  --ink-soft: #595247;
  --ink-mid: #5d554a;
  --line: rgba(30, 27, 22, 0.14);
  --accent: #7c5322;

  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.72;
}
.demo-body--field h1,
.demo-body--field h2,
.demo-body--field h3 {
  font-family: "Lora", Georgia, serif;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.01em;
}

.f-shell { width: min(100% - 2.5rem, 42rem); margin-inline: auto; }
.f-shell--wide { width: min(100% - 2.5rem, 66rem); }

/* ── Header ─────────────────────────────────────────────────────────────── */
.f-header { padding-block: 1.4rem; border-bottom: 1px solid var(--line); background: var(--paper); }
.f-header__inner { display: flex; align-items: baseline; gap: 1.6rem; flex-wrap: wrap; }
.f-brand { margin-inline-end: auto; color: var(--ink); font-family: "Lora", Georgia, serif; font-size: 1.15rem; text-decoration: none; }
.f-brand span { color: var(--ink-mid); font-family: inherit; font-size: 0.8rem; }
.f-nav { display: flex; gap: 1.3rem; }
.f-nav a { color: var(--ink-mid); font-size: 0.88rem; text-decoration: none; }
.f-nav a:hover { color: var(--accent); }

/* ── Opening ────────────────────────────────────────────────────────────── */
.f-open { padding-block: clamp(3rem, 8vw, 5.5rem) clamp(2rem, 5vw, 3rem); }
.f-kicker {
  margin-bottom: 1rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}
.f-title { margin: 0 0 1.4rem; font-size: clamp(2.1rem, 5.2vw, 3.4rem); }
/* The first paragraph is set larger — a letter has an opening line. */
.f-lede { margin: 0; color: var(--ink-mid); font-size: 1.2rem; line-height: 1.6; }

/* ── Body ───────────────────────────────────────────────────────────────── */
.f-section { padding-block: clamp(2rem, 5vw, 3.25rem); }
.f-section--tint { background: var(--paper-2); }
.f-section + .f-section { border-top: 1px solid var(--line); }
.f-head { margin: 0 0 0.8rem; font-size: clamp(1.35rem, 3vw, 1.85rem); }
.f-prose { max-width: 38rem; }
.f-prose p + p { margin-top: 1.1rem; }
.f-prose p + h2 { margin-top: 2.2rem; }
.f-prose h2 { margin-bottom: 0.5rem; font-size: clamp(1.3rem, 2.6vw, 1.75rem); }

.f-note {
  margin: 2rem 0 0;
  padding: 1.1rem 1.3rem;
  border-inline-start: 3px solid var(--accent);
  background: var(--paper-2);
  color: var(--ink-mid);
  font-size: 0.96rem;
}

.f-facts { margin: 1.6rem 0 0; padding: 0; list-style: none; }
.f-facts li { display: flex; gap: 1rem; padding-block: 0.75rem; border-top: 1px solid var(--line); }
.f-facts li:last-child { border-bottom: 1px solid var(--line); }
.f-facts dt, .f-facts strong { flex: 0 0 9rem; font-weight: 600; }
.f-facts span { color: var(--ink-mid); }

/* ── Buttons ────────────────────────────────────────────────────────────── */
.f-button {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0.6rem 1.4rem;
  border: 1px solid var(--accent);
  border-radius: 3px;
  background: var(--accent);
  color: #fff;
  font-size: 0.92rem;
  text-decoration: none;
}
.f-button:hover { background: #63411a; border-color: #63411a; }
.f-button--ghost { background: transparent; color: var(--accent); }
.f-button--ghost:hover { background: rgba(124, 83, 34, 0.09); }
.f-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.8rem; }

/* ── Footer ─────────────────────────────────────────────────────────────── */
.f-footer { padding-block: clamp(2.5rem, 6vw, 3.5rem); border-top: 1px solid var(--line); background: var(--paper-2); color: var(--ink-mid); font-size: 0.92rem; }
.f-footer__name { color: var(--ink); font-family: "Lora", Georgia, serif; font-size: 1.05rem; }
.f-footer a { color: var(--accent); }

/* Nav links need a real touch target. At 24px they failed the 40px floor the
   visual check enforces, and on a phone a 24px link is a link you miss. */
.f-nav a { display: inline-flex; align-items: center; min-height: 44px; }
.f-brand { display: inline-flex; align-items: center; min-height: 44px; }
