:root {
  --wine: #651a29;
  --wine-deep: #3c0d18;
  --wine-soft: #8f4350;
  --rose: #c58e94;
  --gold: #c49a5a;
  --gold-soft: #ead7b6;
  --cream: #f6efe2;
  --paper: #fffaf0;
  --ink: #271c19;
  --muted: #75635d;
  --line: rgba(39, 28, 25, 0.14);
  --white-line: rgba(255, 255, 255, 0.16);
  --shadow: 0 28px 80px rgba(52, 19, 24, 0.18);
  --serif: "Playfair Display", Georgia, serif;
  --display: "Italiana", "Playfair Display", Georgia, serif;
  --sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 120px 0; }

.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;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 12px 18px;
  border-radius: 8px;
  background: var(--paper);
  color: var(--wine);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  color: white;
}
.site-header.is-scrolled {
  position: fixed;
  background: rgba(60, 13, 24, 0.94);
  box-shadow: 0 10px 32px rgba(26, 7, 12, 0.18);
  backdrop-filter: blur(14px);
  animation: header-in 240ms ease both;
}
.header-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--white-line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: white;
  text-decoration: none;
}
.brand-seal {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 17px;
  letter-spacing: 0.04em;
}
.brand-copy strong,
.brand-copy small {
  display: block;
}
.brand-copy strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
}
.brand-copy small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.primary-nav > a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color 160ms ease;
}
.primary-nav > a:hover,
.primary-nav > a:focus-visible { color: white; }
.primary-nav .nav-instagram { color: var(--gold-soft); }
.primary-nav .nav-email {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 100px;
  color: white;
}
.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  place-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: transparent;
  color: white;
  cursor: pointer;
}
.menu-button > span:not(.sr-only) {
  width: 17px;
  height: 1px;
  display: block;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 12%, rgba(196, 154, 90, 0.2), transparent 28%),
    linear-gradient(118deg, #3b0d18 0%, #611827 54%, #48101c 100%);
  color: white;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to right, black, transparent 78%);
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.hero-glow-one {
  width: 520px;
  height: 520px;
  right: -160px;
  top: 80px;
}
.hero-glow-two {
  width: 720px;
  height: 720px;
  right: -215px;
  top: -20px;
}
.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 860px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  align-items: center;
  gap: 70px;
  padding-top: 110px;
}
.hero-copy { max-width: 680px; padding: 54px 0 100px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.eyebrow > span {
  width: 34px;
  height: 1px;
  background: currentColor;
}
.eyebrow-dark { color: var(--wine); }
.eyebrow-gold { color: var(--gold); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); }
h1 {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: clamp(62px, 7vw, 104px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: .94;
}
h1 em {
  display: block;
  color: var(--gold-soft);
  font-weight: 500;
}
.hero-lead {
  max-width: 570px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions,
.book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}
.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  background: var(--wine);
  color: white;
  box-shadow: 0 16px 36px rgba(60, 13, 24, 0.18);
}
.hero .button-primary {
  background: var(--gold-soft);
  color: var(--wine-deep);
  box-shadow: 0 18px 44px rgba(22, 4, 8, 0.22);
}
.button-primary:hover { box-shadow: 0 20px 42px rgba(60, 13, 24, 0.26); }
.button-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  color: white;
}
.button-ghost:hover { background: rgba(255, 255, 255, 0.08); }
.button-outline {
  border-color: var(--line);
  color: var(--ink);
}
.button-outline:hover { background: white; }
.button-light {
  background: var(--paper);
  color: var(--wine-deep);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.hero-tags li { position: relative; }
.hero-tags li + li::before {
  content: "✦";
  position: absolute;
  left: -17px;
  color: var(--gold);
  font-size: 8px;
}

.hero-visual {
  position: relative;
  min-height: 650px;
  align-self: end;
}
.portrait-frame {
  position: absolute;
  z-index: 2;
  width: min(455px, 90%);
  height: 610px;
  right: 6px;
  bottom: 0;
  overflow: hidden;
  border-radius: 230px 230px 28px 28px;
  box-shadow: 0 38px 90px rgba(25, 3, 9, 0.38);
}
.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(48, 8, 16, 0.34), transparent 48%);
  pointer-events: none;
}
.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}
.portrait-line {
  position: absolute;
  z-index: 1;
  width: min(455px, 90%);
  height: 610px;
  right: 34px;
  bottom: 24px;
  border: 1px solid rgba(234, 215, 182, 0.46);
  border-radius: 230px 230px 28px 28px;
}
.quote-card {
  position: absolute;
  z-index: 3;
  width: 275px;
  left: -70px;
  bottom: 70px;
  padding: 28px 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 4px;
  background: rgba(255, 250, 240, 0.93);
  color: var(--ink);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.quote-mark {
  display: block;
  height: 26px;
  color: var(--wine);
  font-family: var(--serif);
  font-size: 50px;
  line-height: .8;
}
.quote-card p {
  margin: 4px 0 16px;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.35;
}
.quote-card > span:last-child {
  color: var(--wine);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.hero-monogram {
  position: absolute;
  z-index: 0;
  right: -115px;
  bottom: -10px;
  color: rgba(255, 255, 255, 0.04);
  font-family: var(--display);
  font-size: 270px;
  line-height: 1;
}
.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.scroll-cue i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-style: normal;
}

.about { background: var(--cream); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr .86fr;
  gap: 100px;
  align-items: start;
}
.section-heading h2,
.book-copy h2,
.invites-copy h2,
.connect h2 {
  margin-bottom: 0;
  font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.06;
}
.about-content {
  padding-top: 42px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}
.about-content .about-intro {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.55;
}
.about-content strong { color: var(--wine); }
.signature {
  margin-top: 32px;
  color: var(--wine);
  font-family: var(--serif);
  font-size: 28px;
  font-style: italic;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 86px;
}
.value-card {
  position: relative;
  min-height: 310px;
  padding: 34px 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 250, 240, 0.46);
}
.value-card-featured {
  background: var(--wine);
  color: white;
  border-color: var(--wine);
}
.value-number {
  position: absolute;
  top: 24px;
  right: 25px;
  color: var(--rose);
  font-family: var(--serif);
  font-size: 13px;
}
.value-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 54px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--wine);
}
.value-card-featured .value-icon {
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--gold-soft);
}
.value-icon svg { width: 21px; height: 21px; fill: currentColor; }
.value-card h3 {
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 500;
}
.value-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.value-card-featured p { color: rgba(255, 255, 255, 0.66); }

.ministry {
  position: relative;
  overflow: hidden;
  background: var(--wine-deep);
  color: white;
}
.ministry::after {
  content: "EF";
  position: absolute;
  right: -40px;
  bottom: -95px;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--display);
  font-size: 350px;
  line-height: 1;
}
.ministry-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 100px;
}
.ministry-aside {
  position: sticky;
  top: 150px;
  align-self: start;
}
.ministry-aside h2 {
  margin-bottom: 32px;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.05;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--white-line);
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.ministry-list article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 40px 0;
  border-top: 1px solid var(--white-line);
}
.ministry-list article:last-child { border-bottom: 1px solid var(--white-line); }
.ministry-list article > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 13px;
}
.ministry-list h3 {
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 500;
}
.ministry-list p {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.75;
}

.book {
  background:
    radial-gradient(circle at 18% 38%, rgba(196, 154, 90, .15), transparent 32%),
    var(--paper);
}
.book-grid {
  display: grid;
  grid-template-columns: .92fr 1fr;
  gap: 100px;
  align-items: center;
}
.book-stage {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
}
.book-stage::before {
  content: "";
  position: absolute;
  inset: 30px 20px 10px;
  border: 1px solid var(--line);
}
.book-stage img {
  position: relative;
  z-index: 2;
  width: min(440px, 84%);
  filter: drop-shadow(0 30px 38px rgba(67, 34, 23, 0.2));
  mix-blend-mode: multiply;
}
.book-halo {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(196, 154, 90, 0.13);
}
.book-kicker,
.book-caption {
  position: absolute;
  z-index: 3;
  color: var(--wine);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.book-kicker { top: 7px; left: 0; }
.book-caption { right: 0; bottom: -2px; }
.book-copy h2 { margin-bottom: 28px; }
.book-lead {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}
.book-points {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
}
.book-points li { display: flex; gap: 12px; align-items: flex-start; }
.book-points span { color: var(--wine); }

.verse-band {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background: var(--wine);
  color: white;
}
.verse-band::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  right: -160px;
  top: -240px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.verse-inner {
  position: relative;
  text-align: center;
}
.verse-reference {
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.verse-inner blockquote {
  max-width: 900px;
  margin: 24px auto 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4.4vw, 58px);
  font-style: italic;
  line-height: 1.22;
}
.verse-flourish {
  display: block;
  margin-top: 28px;
  color: var(--gold);
}

.invites { background: var(--cream); }
.invites-grid {
  display: grid;
  grid-template-columns: 1fr .74fr;
  gap: 90px;
  align-items: center;
}
.invites-copy h2 { max-width: 680px; margin-bottom: 26px; }
.invites-copy > p {
  max-width: 610px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.invites-copy .button { margin-top: 30px; }
.invites-card {
  position: relative;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px;
  overflow: hidden;
  background:
    linear-gradient(rgba(60, 13, 24, .84), rgba(60, 13, 24, .94)),
    url("/assets/elaine-photo.png") center/cover;
  color: white;
  box-shadow: var(--shadow);
}
.invites-card::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  right: -110px;
  bottom: -110px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
}
.invites-seal {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 23px;
}
.invites-card > p {
  max-width: 420px;
  margin: 70px 0 38px;
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.3;
}
.invites-card > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.invites-card > div:last-child span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 100px;
  color: rgba(255, 255, 255, .65);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.connect {
  padding: 100px 0;
  background: var(--wine-deep);
  color: white;
}
.connect-inner {
  display: grid;
  grid-template-columns: 1fr .65fr;
  gap: 70px;
  align-items: end;
}
.connect h2 { max-width: 760px; }
.connect-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 22px;
}
.connect-email {
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.site-footer {
  padding: 62px 0 24px;
  background: #21090f;
  color: white;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .7fr .7fr;
  gap: 60px;
  padding-bottom: 55px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.brand-seal-light { color: var(--gold-soft); }
.footer-brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}
.footer-brand p {
  margin: 3px 0 0;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.footer-links,
.footer-social {
  display: grid;
  align-content: start;
  gap: 12px;
}
.footer-links a,
.footer-social a {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  text-decoration: none;
}
.footer-links a:hover,
.footer-social a:hover { color: white; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .38);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: rise 650ms both; }
  .hero-copy > :nth-child(2) { animation-delay: 70ms; }
  .hero-copy > :nth-child(3) { animation-delay: 130ms; }
  .hero-copy > :nth-child(4) { animation-delay: 190ms; }
  .hero-copy > :nth-child(5) { animation-delay: 240ms; }
  .portrait-frame { animation: portrait-in 800ms 90ms both; }
  .quote-card { animation: card-in 760ms 300ms both; }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes portrait-in {
  from { opacity: 0; transform: translateY(24px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes card-in {
  from { opacity: 0; transform: translate(-12px, 12px); }
  to { opacity: 1; transform: translate(0, 0); }
}
@keyframes header-in {
  from { opacity: 0; transform: translateY(-100%); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1060px) {
  .primary-nav { gap: 18px; }
  .primary-nav > a { font-size: 11px; }
  .hero-grid { grid-template-columns: 1fr .82fr; gap: 35px; }
  .quote-card { left: -36px; }
  .about-grid,
  .ministry-layout,
  .book-grid,
  .invites-grid { gap: 55px; }
}

@media (max-width: 860px) {
  .section { padding: 90px 0; }
  .menu-button { display: grid; }
  .primary-nav {
    position: absolute;
    top: 82px;
    left: 24px;
    right: 24px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(43, 8, 16, .98);
    box-shadow: var(--shadow);
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a {
    padding: 14px 10px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: 13px;
  }
  .primary-nav .nav-email {
    margin-top: 8px;
    border-bottom: 1px solid rgba(255,255,255,.25);
    justify-content: center;
  }
  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 150px;
  }
  .hero-copy { padding: 30px 0 30px; }
  .hero-visual { width: min(620px, 100%); min-height: 620px; margin: 0 auto; }
  .portrait-frame { right: 8%; width: min(455px, 75%); }
  .portrait-line { right: calc(8% + 28px); width: min(455px, 75%); }
  .quote-card { left: 4%; }
  .scroll-cue { display: none; }

  .about-grid,
  .ministry-layout,
  .book-grid,
  .invites-grid,
  .connect-inner {
    grid-template-columns: 1fr;
  }
  .about-content { padding-top: 0; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 260px; }
  .value-icon { margin-bottom: 34px; }
  .ministry-aside { position: static; }
  .book-copy { order: -1; }
  .book-stage { min-height: 580px; }
  .invites-card { min-height: 400px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 28px, 520px); }
  .section { padding: 72px 0; }
  .header-inner { min-height: 82px; }
  .brand-seal { width: 41px; height: 41px; font-size: 15px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 8px; }
  .hero-grid { padding-top: 115px; }
  h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-lead { font-size: 15px; }
  .hero-actions, .book-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-tags { gap: 22px; }
  .hero-visual { min-height: 520px; }
  .portrait-frame {
    width: 86%;
    height: 500px;
    right: 2%;
    border-radius: 180px 180px 20px 20px;
  }
  .portrait-line {
    width: 86%;
    height: 500px;
    right: 7%;
    bottom: 17px;
    border-radius: 180px 180px 20px 20px;
  }
  .quote-card {
    width: 235px;
    left: 0;
    bottom: 34px;
    padding: 22px;
  }
  .quote-card p { font-size: 15px; }
  .hero-monogram { display: none; }

  .section-heading h2,
  .book-copy h2,
  .invites-copy h2,
  .connect h2,
  .ministry-aside h2 {
    font-size: clamp(38px, 12vw, 52px);
  }
  .about-content .about-intro { font-size: 20px; }
  .values-grid { margin-top: 58px; }
  .ministry-list article { grid-template-columns: 36px 1fr; gap: 12px; }
  .ministry-list h3 { font-size: 25px; }
  .book-stage { min-height: 460px; }
  .book-stage::before { inset: 20px 0 5px; }
  .book-stage img { width: 94%; }
  .book-caption { right: 0; }
  .verse-band { padding: 72px 0; }
  .verse-inner blockquote { font-size: 32px; }
  .invites-card { min-height: 360px; padding: 30px; }
  .invites-card > p { margin: 52px 0 30px; font-size: 26px; }
  .connect { padding: 76px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}
