:root {
  --navy: #081525;
  --navy-soft: #0e2035;
  --ink: #f4f1e9;
  --copy: #bac5ce;
  --blue: #63a6da;
  --gold: #d2a64a;
  --hair: rgba(175, 200, 221, 0.2);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body { margin: 0; color: var(--ink); background: var(--navy); font-family: var(--sans); }
a { color: inherit; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  height: 84px;
  padding: 0 clamp(24px, 6vw, 96px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(to bottom, rgba(8,21,37,.55), transparent);
}

.wordmark { text-decoration: none; letter-spacing: .34em; text-transform: uppercase; font-size: 14px; font-weight: 500; }
.wordmark span { color: var(--blue); }
.desktop-nav { display: flex; gap: clamp(22px, 3vw, 44px); }
.desktop-nav a, .header-cta { text-decoration: none; font-size: 12px; color: rgba(244,241,233,.85); }
.desktop-nav a { transition: color .25s ease; }
.desktop-nav a:hover { color: var(--ink); }
.header-cta { justify-self: end; padding-bottom: 5px; border-bottom: 1px solid var(--blue); }
.menu-button { display: none; }
.site-header.is-scrolled { position: fixed; height: 68px; background: rgba(8,21,37,.92); backdrop-filter: blur(14px); }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,21,37,.97) 0%, rgba(8,21,37,.86) 30%, rgba(8,21,37,.42) 55%, rgba(8,21,37,.08) 78%),
    linear-gradient(0deg, rgba(8,21,37,.54), transparent 38%);
}
.hero-content { position: relative; z-index: 2; width: min(720px, 51vw); margin-left: clamp(24px, 8vw, 128px); padding: 150px 0 80px; }
.eyebrow { margin: 0 0 24px; color: var(--blue); font-size: 11px; letter-spacing: .28em; text-transform: uppercase; }
h1 { margin: 0; max-width: 8.7ch; font-family: var(--serif); font-size: clamp(68px, 8.3vw, 132px); font-weight: 400; line-height: .86; letter-spacing: -.035em; }
.hero h1 { max-width: 620px; font-size: clamp(62px, 6.5vw, 104px); line-height: .9; }
.hero-copy { max-width: 460px; margin: 34px 0 0; color: var(--copy); font-size: clamp(16px, 1.3vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; text-decoration: none; text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 500; }
.button-primary { background: var(--blue); color: #061321; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--hair); text-decoration: none; font-size: 12px; }
.hero-facts { display: flex; gap: 38px; margin: 48px 0 0; }
.hero-facts div { display: flex; align-items: baseline; gap: 6px; }
.hero-facts dt { font-family: var(--serif); font-size: 26px; }
.hero-facts dd { margin: 0; color: var(--copy); font-size: 12px; }
.scroll-cue { position: absolute; left: 50%; bottom: 22px; z-index: 2; width: 1px; height: 42px; background: linear-gradient(transparent, rgba(255,255,255,.5)); }
.scroll-cue span { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: var(--blue); bottom: -7px; left: -1px; }

.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; }
.section-wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section-dark, .section-blue, .section-paper { padding: clamp(88px, 11vw, 160px) 0; }
.section-dark { background: var(--navy); }
.section-blue { background: var(--navy-soft); }
.section-paper { background: #e8e0d2; color: #172332; }
.section-copy { max-width: 520px; }
.section-copy h2, .recognition h2, .paths h2, .final-cta h2 { margin: 18px 0 28px; font-family: var(--serif); font-size: clamp(48px, 5.8vw, 82px); font-weight: 400; line-height: .98; letter-spacing: -.025em; }
.section-copy > p:not(.eyebrow), .recognition-inner > p:not(.eyebrow), .final-inner > p:not(.eyebrow) { font-size: 17px; line-height: 1.75; }
.section-dark .section-copy > p:not(.eyebrow), .section-blue .section-copy > p:not(.eyebrow), .recognition-inner > p:not(.eyebrow), .final-inner > p:not(.eyebrow) { color: var(--copy); }
.section-paper .eyebrow { color: #3979a7; }
.eyebrow-gold { color: var(--gold); }
.recognition { border-top: 1px solid var(--hair); text-align: center; }
.recognition-inner { max-width: 900px; }
.recognition h2 { max-width: 850px; margin-inline: auto; }
.recognition-inner > p:not(.eyebrow) { max-width: 650px; margin-inline: auto; }
.editorial-grid, .product-grid, .church-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.editorial-grid-reverse { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
.photo-frame { margin: 0; position: relative; }
.photo-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.photo-movement { height: clamp(390px, 48vw, 590px); }
.photo-wall { height: clamp(420px, 48vw, 620px); }
.photo-letter { height: clamp(420px, 48vw, 610px); }
.photo-frame figcaption { position: absolute; left: 20px; right: 20px; bottom: 18px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.38); color: rgba(255,255,255,.9); font-size: 11px; letter-spacing: .04em; }
.discipline-list { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: clamp(60px, 8vw, 100px); border-top: 1px solid rgba(23,35,50,.2); }
.discipline-list article { padding: 25px 20px 10px 0; border-right: 1px solid rgba(23,35,50,.2); }
.discipline-list article + article { padding-left: 20px; }
.discipline-list article:last-child { border-right: 0; }
.discipline-list span { font-family: var(--serif); font-size: 24px; color: #3979a7; }
.discipline-list h3 { margin: 20px 0 12px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.discipline-list p { margin: 0; color: #5b6570; font-size: 13px; line-height: 1.6; }
.product { overflow: hidden; }
.product-copy { padding-bottom: 36px; }
.feature-points { margin: 30px 0 0; padding: 0; list-style: none; }
.feature-points li { padding: 13px 0 13px 25px; border-top: 1px solid var(--hair); color: var(--copy); font-size: 14px; position: relative; }
.feature-points li::before { content: ""; position: absolute; left: 0; top: 21px; width: 10px; height: 1px; background: var(--blue); }
.phone-stage { min-height: 680px; position: relative; }
.phone { position: absolute; margin: 0; width: min(310px, 48%); border: 7px solid #233247; border-radius: 42px; overflow: hidden; background: #081525; box-shadow: 0 32px 80px rgba(0,0,0,.38); }
.phone img { display: block; width: 100%; height: auto; }
.phone-front { z-index: 2; left: 0; top: 0; }
.phone-back { right: 0; top: 80px; transform: rotate(2.2deg); }
.day-one { margin: 24px 0 -5px; font-family: var(--serif); font-size: 92px; line-height: .8; color: var(--gold); }
.letter-composition { min-height: 630px; position: relative; }
.letter-composition .photo-letter { width: 86%; }
.seal-detail { position: absolute; right: 0; bottom: 0; margin: 0; width: 48%; border: 5px solid #25364c; border-radius: 28px; overflow: hidden; box-shadow: 0 26px 70px rgba(20,28,34,.32); }
.seal-detail img { display: block; width: 100%; }
.covenant blockquote { margin: 34px 0 0; padding: 22px 0 0 28px; border-top: 1px solid rgba(23,35,50,.22); border-left: 2px solid var(--gold); font-family: var(--serif); font-size: 27px; line-height: 1.25; }
.paths { border-top: 1px solid var(--hair); }
.paths > .section-wrap > h2 { max-width: 760px; }
.path-options { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 58px; }
.path-options article { padding: clamp(28px, 5vw, 58px); background: rgba(255,255,255,.035); border-top: 2px solid var(--blue); }
.path-options article.path-featured { border-color: var(--gold); background: rgba(255,255,255,.055); }
.path-number { font-family: var(--serif); font-size: 78px; line-height: 1; }
.path-name { margin: 12px 0 32px; color: var(--blue); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; }
.path-featured .path-name { color: var(--gold); }
.path-options h3 { margin: 0 0 16px; font-family: var(--serif); font-size: 38px; font-weight: 400; }
.path-options article > p:not(.path-name) { min-height: 58px; color: var(--copy); line-height: 1.65; }
.path-options .text-link { display: inline-block; margin-top: 20px; }
.church-grid { grid-template-columns: minmax(0, .9fr) minmax(360px, .8fr); }
.church-benefits { display: flex; gap: 34px; margin: 36px 0; }
.church-benefits div { display: grid; gap: 4px; }
.church-benefits strong { font-family: var(--serif); font-size: 23px; font-weight: 500; }
.church-benefits span { color: #63707b; font-size: 12px; }
.button-dark { background: #172332; color: var(--ink); }
.group-placeholder { min-height: 560px; padding: 50px; border: 1px dashed rgba(23,35,50,.28); display: grid; align-content: center; text-align: center; color: #64717a; }
.placeholder-window { padding: 28px; border-radius: 32px; background: #0b192b; box-shadow: 0 24px 50px rgba(23,35,50,.2); }
.placeholder-head { display: flex; justify-content: center; margin-bottom: 28px; }
.avatar { width: 44px; height: 44px; border-radius: 50%; margin-left: -8px; background: #426782; border: 3px solid #0b192b; }
.avatar:first-child { background: #57755c; }
.avatar:last-child { background: #8e733a; }
.placeholder-activity { height: 76px; margin-top: 12px; padding: 16px; border: 1px solid #20334b; border-radius: 12px; display: flex; align-items: center; gap: 14px; }
.placeholder-activity span { width: 35px; height: 35px; border-radius: 50%; background: #375570; }
.placeholder-activity i { width: 65%; height: 8px; background: #2b3d54; }
.group-placeholder > p { margin: 26px 0 0; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; }
.group-placeholder small { text-transform: none; letter-spacing: 0; }
.final-cta { padding-block: clamp(110px, 14vw, 200px); text-align: center; background: radial-gradient(circle at 50% 20%, #142b46, var(--navy) 62%); }
.final-inner { max-width: 880px; }
.final-cta h2 { margin-inline: auto; }
.final-inner > p:not(.eyebrow):not(.preview-note) { max-width: 560px; margin: 0 auto 34px; }
.rules-form { max-width: 620px; margin: 0 auto; display: flex; }
.rules-form input { min-width: 0; flex: 1; border: 1px solid var(--hair); border-right: 0; background: rgba(255,255,255,.04); color: var(--ink); padding: 0 20px; font: inherit; }
.rules-form input::placeholder { color: #79899a; }
.preview-note { color: #718193; font-size: 11px; }
.form-status { min-height: 22px; margin: 14px auto 0; color: var(--gold); font-size: 13px; }
.rules-form button:disabled { opacity: .55; cursor: wait; }
.site-footer { min-height: 100px; padding: 30px clamp(24px, 6vw, 96px); display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--hair); background: var(--navy); }
.site-footer nav { display: flex; gap: 26px; }
.site-footer nav a { color: #8593a2; text-decoration: none; font-size: 11px; }
.reveal-item { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal-item.is-visible { opacity: 1; transform: none; }

@media (max-width: 800px) {
  .site-header { height: 70px; grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-button { display: block; justify-self: end; border: 0; background: none; color: var(--ink); font: inherit; font-size: 12px; }
  .desktop-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 22px 24px 28px; flex-direction: column; gap: 20px; background: rgba(8,21,37,.97); border-top: 1px solid var(--hair); }
  .desktop-nav.is-open { display: flex; }
  .hero { align-items: flex-end; min-height: 760px; }
  .hero-media { object-position: 64% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,21,37,.99) 8%, rgba(8,21,37,.86) 40%, rgba(8,21,37,.18) 78%); }
  .hero-content { width: auto; margin: 0 24px; padding: 260px 0 72px; }
  h1 { font-size: clamp(58px, 17vw, 78px); }
  .hero h1 { max-width: 100%; font-size: clamp(52px, 14.5vw, 68px); }
  .hero-copy { font-size: 16px; }
  .hero-facts { gap: 22px; margin-top: 38px; }
  .scroll-cue { display: none; }
  .section-wrap { width: min(100% - 40px, 600px); }
  .editorial-grid, .editorial-grid-reverse, .product-grid, .church-grid { grid-template-columns: 1fr; gap: 48px; }
  .section-copy h2, .recognition h2, .paths h2, .final-cta h2 { font-size: clamp(44px, 13vw, 62px); }
  .discipline-list { grid-template-columns: 1fr; }
  .discipline-list article, .discipline-list article + article { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(23,35,50,.18); display: grid; grid-template-columns: 44px 1fr; gap: 0 14px; }
  .discipline-list h3 { margin: 3px 0 6px; }
  .discipline-list p { grid-column: 2; }
  .phone-stage { min-height: 600px; }
  .phone { width: 62%; }
  .phone-front { left: 0; }
  .phone-back { right: 0; top: 105px; }
  .reset .photo-frame { order: 2; }
  .letter-composition { min-height: 520px; }
  .letter-composition .photo-letter { width: 92%; }
  .seal-detail { width: 52%; }
  .path-options { grid-template-columns: 1fr; }
  .path-options article > p:not(.path-name) { min-height: 0; }
  .church-benefits { gap: 20px; flex-wrap: wrap; }
  .group-placeholder { min-height: 470px; padding: 28px; }
  .rules-form { display: grid; gap: 10px; }
  .rules-form input { min-height: 54px; border-right: 1px solid var(--hair); }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-media { display: none; }
  .hero { background: url("assets/hero-path.webp") 64% center / cover no-repeat; }
  .reveal-item { opacity: 1; transform: none; transition: none; }
}
