:root {
  --navy: #082b45;
  --blue: #0f527e;
  --gold: #bc7c22;
  --ink: #102e45;
  --muted: #596872;
  --paper: #fbf8f2;
  --cream: #f1ebe1;
  --line: #d8cdbd;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, p { margin-top: 0; }

.site-header {
  min-height: 88px;
  padding: 12px clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--line);
  background: rgba(251,248,242,.97);
}
.brand { width: 190px; }
.site-header > p {
  margin: 0;
  color: var(--navy);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.site-header > p span { margin-left: 12px; color: var(--gold); }

.hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(460px, 48%) 1fr;
  background: var(--cream);
}
.hero-copy {
  padding: clamp(70px, 8vw, 118px) clamp(34px, 5vw, 76px);
  align-self: center;
}
.eyebrow {
  margin-bottom: 18px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1 {
  max-width: 620px;
  margin-bottom: 34px;
  font: 400 clamp(3.4rem, 4.8vw, 5.35rem)/.98 Georgia, serif;
  letter-spacing: -.035em;
}
h1 span {
  display: block;
  white-space: nowrap;
}
.lede {
  max-width: 620px;
  padding-top: 26px;
  border-top: 1px solid #bda97f;
  font: 1.22rem/1.62 Georgia, serif;
}
.hero-art { min-height: 620px; margin: 0; overflow: hidden; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.06) saturate(.92); }

.formed-view {
  padding: clamp(70px, 9vw, 124px) clamp(24px, 7vw, 108px);
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: start;
}
.section-heading h2, .jesus h2, .receive h2, .closing h2 {
  font: 400 clamp(2.35rem, 4vw, 4.4rem)/1.06 Georgia, serif;
  letter-spacing: -.035em;
}
.formed-copy {
  padding-top: 36px;
  border-top: 1px solid var(--line);
}
.formed-copy p {
  color: var(--muted);
  font: 1.07rem/1.8 Georgia, serif;
}
.formed-copy p:last-child { margin-bottom: 0; }

.jesus {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  background: var(--navy);
  color: white;
}
.jesus-copy { padding: clamp(70px, 9vw, 124px) clamp(24px, 8vw, 124px); }
.jesus-copy p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: #dce7ed;
  font: 1.05rem/1.78 Georgia, serif;
}
.jesus blockquote {
  margin: 0;
  padding: clamp(70px, 8vw, 116px);
  display: grid;
  align-content: center;
  background: #154f72;
}
.jesus blockquote p {
  margin-bottom: 24px;
  color: white;
  font: 400 clamp(2rem, 3.2vw, 3.5rem)/1.25 Georgia, serif;
}
.jesus cite {
  color: #edc57c;
  font-size: .72rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.receive {
  padding: clamp(70px, 9vw, 124px) clamp(24px, 7vw, 108px);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(50px, 8vw, 130px);
  background: var(--cream);
}
.receive ul { margin: 0; padding: 8px 0 0; list-style: none; }
.receive li {
  padding: 25px 0;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  align-items: start;
  border-bottom: 1px solid #cabda9;
}
.receive li:first-child { padding-top: 0; }
.receive li span { color: var(--gold); font: 1.3rem Georgia, serif; }
.receive li p { margin: 0; font: 1.08rem/1.6 Georgia, serif; }

.closing {
  padding: clamp(70px, 9vw, 124px) clamp(24px, 7vw, 108px);
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: start;
  color: white;
  background: var(--navy);
}
.closing .eyebrow { color: #edc57c; }
.closing h2 { color: white; }
.back-link {
  width: max-content;
  margin-top: 8px;
  color: #b8d3e4;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}
.closing > div > p:not(.eyebrow) { max-width: 720px; color: #dbe5eb; line-height: 1.75; }
.button {
  display: inline-flex;
  gap: 16px;
  margin-top: 18px;
  padding: 16px 21px;
  color: white;
  background: #687b48;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}
footer {
  padding: 27px clamp(24px, 7vw, 108px);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #dbe5eb;
  background: #061f32;
  font-size: .69rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}
footer p { margin: 0; }

@media (max-width: 880px) {
  .hero, .formed-view, .jesus, .receive, .closing { grid-template-columns: 1fr; }
  .hero-art { min-height: 450px; }
  .formed-view, .receive, .closing { gap: 42px; }
}
@media (max-width: 560px) {
  .site-header { min-height: 76px; padding-inline: 20px; }
  .brand { width: 150px; }
  .site-header > p span { display: block; margin: 5px 0 0; text-align: right; }
  .hero-copy, .formed-view, .jesus-copy, .jesus blockquote, .receive, .closing { padding: 58px 22px; }
  h1 { font-size: clamp(2.75rem, 13vw, 3.35rem); line-height: 1; letter-spacing: -.03em; }
  h1 span { white-space: normal; }
  .hero-art { min-height: 360px; }
  footer { flex-direction: column; }
}
