:root {
  --ink: #f4f4f1;
  --muted: #b1b1ae;
  --paper: #171717;
  --cream: #222222;
  --sage: #151515;
  --moss: #d92d84;
  --coral: #e72d83;
  --yellow: #f3cb00;
  --line: rgba(23, 23, 23, .22);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.site-shell { overflow: hidden; }
.topbar, .footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 28px 5.5vw;
}
.topbar { border-bottom: 1px solid var(--line); }
.brand {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: .14em;
  text-decoration: none;
}
.brand-mark { display: flex; gap: 3px; height: 18px; transform: rotate(35deg); width: 17px; }
.brand-mark i { background: var(--moss); display: block; height: 12px; transform: skew(-18deg); width: 4px; }
.brand-mark i:nth-child(2) { background: var(--yellow); height: 18px; margin-top: -3px; }
.brand-mark i:nth-child(3) { background: var(--ink); height: 9px; margin-top: 2px; }
.topbar-note, .topbar-link, .footer, .scroll-cue { font-family: var(--mono); font-size: 11px; letter-spacing: .02em; }
.topbar-note { color: var(--muted); margin: 0; }
.topbar-link { text-decoration: none; }
.topbar-link span { color: var(--coral); font-size: 16px; margin-left: 5px; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr); min-height: 680px; }
.hero-copy { align-self: center; padding: 90px 9vw 90px 11vw; }
.eyebrow { align-items: center; color: var(--moss); display: flex; font-family: var(--mono); font-size: 11px; gap: 10px; letter-spacing: .08em; margin: 0 0 29px; text-transform: uppercase; }
.eyebrow span { background: var(--coral); display: inline-block; height: 7px; width: 7px; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; }
h1 { font-size: clamp(54px, 6.3vw, 96px); line-height: .98; margin: 0; max-width: 740px; }
h1 em, h2 em { color: var(--coral); font-style: normal; }
.hero-intro { color: var(--muted); font-size: 17px; line-height: 1.65; margin: 36px 0 52px; max-width: 455px; }
.scroll-cue { align-items: center; display: flex; gap: 11px; text-decoration: none; }
.scroll-line { background: var(--ink); display: inline-block; height: 1px; width: 40px; }
.hero-art { align-items: center; background-color: var(--sage); background-image: repeating-linear-gradient(90deg, transparent 0 25px, rgba(218, 45, 132, .8) 26px 29px, transparent 30px 43px, rgba(243, 203, 0, .75) 44px 47px, transparent 48px 70px, rgba(71, 178, 154, .7) 71px 74px, transparent 75px 93px, rgba(87, 96, 210, .8) 94px 98px); display: flex; min-height: 680px; overflow: hidden; padding: 9%; position: relative; }
.hero-art::before, .hero-art::after { border: 2px solid var(--ink); content: ""; height: 72px; position: absolute; right: 10%; top: 12%; transform: rotate(35deg); width: 25px; }
.hero-art::after { border-color: var(--moss); height: 44px; right: 21%; top: 72%; transform: rotate(-25deg); width: 14px; }
.hero-word { color: var(--ink); font-family: var(--sans); font-size: clamp(60px, 9vw, 135px); font-weight: 700; letter-spacing: -.1em; line-height: .76; transform: rotate(-8deg); }
.hero-hashtag { bottom: 10%; color: var(--ink); font-family: var(--mono); font-size: 11px; left: 10%; line-height: 1.35; position: absolute; text-transform: lowercase; }
.letter-section { background: var(--cream); padding: 105px 11vw 130px; }
.section-label { align-items: center; color: var(--muted); display: flex; font-family: var(--mono); font-size: 10px; gap: 13px; letter-spacing: .08em; text-transform: uppercase; }
.section-rule { background: var(--line); height: 1px; max-width: 70px; width: 9vw; }
.letter-grid { display: grid; gap: 8vw; grid-template-columns: minmax(150px, .55fr) minmax(0, 1fr); margin: 93px auto 0; max-width: 1080px; }
.aside-quote { color: var(--moss); font-family: var(--sans); font-size: 20px; font-weight: 700; line-height: 1.17; margin: 0 0 25px; max-width: 210px; }
.aside-meta { color: var(--muted); font-size: 12px; line-height: 1.65; max-width: 215px; }
.letter { max-width: 650px; }
.letter-kicker { font-family: var(--mono); font-size: 12px; margin: 0 0 29px; }
.letter h2 { font-family: var(--sans); font-size: clamp(34px, 4vw, 58px); font-weight: 700; letter-spacing: -.06em; line-height: 1.02; margin: 0 0 44px; max-width: 620px; }
.letter p:not(.letter-kicker):not(.signature) { color: #d0d0cc; font-size: 16px; line-height: 1.85; margin: 0 0 23px; }
.letter .signature { font-family: var(--serif); font-size: 26px; margin: 0; }
.letter .quote { color: var(--moss); font-family: var(--serif); font-size: 22px; line-height: 1.4; margin: 42px 0; }
.pastors-section { background: var(--ink); color: var(--cream); display: grid; grid-template-columns: .8fr 1.2fr; min-height: 460px; }
.pastors-caption { align-self: center; padding: 60px 8vw; }
.pastors-caption .eyebrow { color: var(--cream); }
.pastors-caption .eyebrow span { background: var(--yellow); }
.pastors-caption h2 { font-family: var(--sans); font-size: clamp(40px, 5vw, 76px); font-weight: 700; letter-spacing: -.07em; line-height: .96; margin: 0; }
.pastors-section img { align-self: center; height: auto; justify-self: center; max-width: 260px; object-fit: contain; width: 100%; }
.footer { background: #0d0d0d; color: var(--ink); font-size: 10px; gap: 20px; letter-spacing: .03em; }
.footer-brand { color: var(--yellow); }
.back-to-top { background: none; border: 0; color: inherit; cursor: pointer; font: inherit; padding: 0; }
.back-to-top span { color: var(--moss); font-size: 16px; margin-left: 5px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .15s; }
@media (max-width: 760px) {
  .topbar, .footer { padding: 21px 6vw; }
  .topbar-note { display: none; }
  .hero { display: block; }
  .hero-copy { padding: 76px 10vw 74px; }
  h1 { font-size: clamp(49px, 14vw, 75px); }
  .hero-intro { font-size: 15px; margin: 29px 0 40px; }
  .hero-art { min-height: 390px; }
  .hero-word { font-size: 82px; }
  .letter-section { padding: 75px 10vw 90px; }
  .letter-grid { display: block; margin-top: 62px; }
  .letter-aside { margin-bottom: 62px; }
  .aside-quote, .aside-meta { max-width: 280px; }
  .letter h2 { font-size: 43px; margin-bottom: 34px; }
  .letter p:not(.letter-kicker):not(.signature) { font-size: 15px; line-height: 1.75; }
  .pastors-section { display: flex; flex-direction: column; }
  .pastors-caption { padding: 70px 10vw 55px; }
  .pastors-section img { max-width: 200px; }
  .footer { align-items: flex-start; flex-direction: column; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
