
:root {
  --ink: #10201d;
  --paper: #f4f0e8;
  --paper-light: #fbf9f5;
  --forest: #173b34;
  --forest-deep: #0c2823;
  --gold: #c79a55;
  --gold-light: #e3c28e;
  --muted: #66716d;
  --line: rgba(16, 32, 29, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper-light);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
svg { display: block; }
::selection { background: var(--gold); color: var(--forest-deep); }

.site-header {
  align-items: center;
  background: rgba(10, 34, 29, 0.9);
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: white;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 84px;
  left: 0;
  padding: 0 5vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand { align-items: center; display: inline-flex; gap: 12px; width: fit-content; }
.brand-logo { height: 58px; object-fit: contain; width: auto; }
.brand span { display: flex; flex-direction: column; gap: 3px; }
.brand strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .03em;
}
.brand small {
  color: rgba(255,255,255,.55);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.desktop-nav { display: flex; gap: 32px; }
.desktop-nav a {
  color: rgba(255,255,255,.68);
  font-size: 12px;
  letter-spacing: .06em;
  transition: color .25s ease;
}
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: white; }
.header-cta {
  align-items: center;
  border: 1px solid rgba(227,194,142,.55);
  display: flex;
  font-size: 11px;
  gap: 20px;
  justify-self: end;
  letter-spacing: .12em;
  padding: 12px 16px;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease;
}
.header-cta svg, .primary-button svg { height: 18px; width: 18px; }
.header-cta:hover, .header-cta:focus-visible { background: var(--gold-light); color: var(--forest-deep); }

.hero {
  background:
    radial-gradient(circle at 75% 50%, rgba(199,154,85,.15), transparent 26%),
    linear-gradient(135deg, #0b2b25 0%, #173c34 56%, #102f2a 100%);
  color: white;
  min-height: 900px;
  overflow: hidden;
  padding: 186px 7vw 82px;
  position: relative;
}
.hero-grid {
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 80px 80px;
  inset: 0;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
  position: absolute;
}
.hero-aura {
  border: 1px solid rgba(227,194,142,.1);
  border-radius: 50%;
  height: 710px;
  position: absolute;
  right: -190px;
  top: 80px;
  width: 710px;
}
.hero-aura::before, .hero-aura::after {
  border: 1px solid rgba(227,194,142,.07);
  border-radius: inherit;
  content: '';
  inset: 72px;
  position: absolute;
}
.hero-aura::after { inset: 145px; }
.hero-photo-frame {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 84px;
  width: 48%;
  z-index: 1;
}
.hero-photo {
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  opacity: .82;
  width: 100%;
}
.hero-photo-shade {
  background:
    linear-gradient(90deg, var(--forest-deep) 0%, rgba(12,40,35,.8) 13%, transparent 45%),
    linear-gradient(0deg, var(--forest-deep) 0%, transparent 32%),
    linear-gradient(180deg, rgba(12,40,35,.22), transparent 28%);
  inset: 0;
  position: absolute;
}
.hero-signature {
  bottom: 78px;
  height: auto;
  opacity: .92;
  position: absolute;
  right: 8vw;
  width: 180px;
}
.hero-content { max-width: 820px; position: relative; z-index: 2; }
.eyebrow, .overline {
  align-items: center;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.eyebrow { color: var(--gold-light); gap: 12px; }
.eyebrow span { background: var(--gold-light); height: 1px; width: 32px; }
.hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(4.5rem, 7.7vw, 8.6rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .9;
  margin: 34px 0 38px;
}
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-copy {
  color: rgba(255,255,255,.7);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  line-height: 1.65;
  margin: 0;
  max-width: 620px;
}
.hero-actions { align-items: center; display: flex; gap: 32px; margin-top: 46px; }
.primary-button {
  align-items: center;
  background: var(--gold-light);
  color: var(--forest-deep);
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 28px;
  letter-spacing: .11em;
  padding: 18px 22px;
  text-transform: uppercase;
  transition: background .25s ease, transform .25s ease;
}
.primary-button:hover, .primary-button:focus-visible { background: white; transform: translateY(-2px); }
.text-link { color: rgba(255,255,255,.72); font-size: 12px; }
.text-link span { color: var(--gold-light); margin-left: 8px; }
.hero-facts {
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  left: 7vw;
  max-width: 670px;
  position: absolute;
  z-index: 3;
}
.hero-facts div { border-left: 1px solid rgba(255,255,255,.14); display: flex; flex-direction: column; gap: 6px; padding: 0 32px 34px; }
.hero-facts strong { color: var(--gold-light); font-family: Georgia, 'Times New Roman', serif; font-size: 30px; font-weight: 400; }
.hero-facts span { color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.section-shell { margin: 0 auto; max-width: 1360px; padding: 120px 6vw; }
.section-kicker {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
  padding-bottom: 16px;
}
.section-kicker span, .section-kicker p { color: var(--muted); font-size: 9px; letter-spacing: .2em; margin: 0; text-transform: uppercase; }
.section-kicker.light { border-color: rgba(255,255,255,.15); }
.section-kicker.light span, .section-kicker.light p { color: rgba(255,255,255,.48); }
.story-layout { display: grid; gap: 9vw; grid-template-columns: .9fr 1.1fr; }
.overline { color: #8c6e42; margin: 0 0 24px; }
.overline.gold { color: var(--gold-light); }
.story h2, .ministry h2, .journey h2, .current-mission h2, .contact h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.02;
  margin: 0;
}
.story-copy { color: var(--muted); columns: 2; column-gap: 44px; font-size: 14px; line-height: 1.9; }
.story-copy p { break-inside: avoid; margin: 0 0 24px; }
.story-copy .lead { color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: 20px; line-height: 1.55; }
.family-card {
  align-items: center;
  background: var(--paper);
  display: grid;
  gap: 36px;
  grid-template-columns: .85fr 1fr 1.05fr;
  margin-top: 100px;
  padding: 28px 44px 28px 28px;
}
.family-photo { align-self: stretch; min-height: 270px; overflow: hidden; }
.family-photo img { height: 100%; object-fit: cover; object-position: center 26%; width: 100%; }
.family-card .overline { margin-bottom: 12px; }
.family-card h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 24px; font-weight: 400; line-height: 1.25; margin: 0; }
.family-card > p { border-left: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.8; margin: 0; padding-left: 36px; }

.ministry { background: var(--forest-deep); color: white; }
.ministry-intro { align-items: end; display: grid; gap: 9vw; grid-template-columns: 1.2fr .8fr; margin-bottom: 72px; }
.ministry-intro > p { color: rgba(255,255,255,.6); font-family: Georgia, 'Times New Roman', serif; font-size: 18px; line-height: 1.7; margin: 0 0 8px; }
.ministry-grid { display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); }
.service-card { background: rgba(255,255,255,.045); min-height: 310px; padding: 38px; position: relative; transition: background .3s ease, transform .3s ease; }
.service-card:hover { background: rgba(255,255,255,.075); transform: translateY(-3px); }
.service-card.featured { background: var(--gold-light); color: var(--forest-deep); grid-row: span 2; min-height: 621px; }
.service-top { align-items: flex-start; color: rgba(255,255,255,.42); display: flex; font-size: 9px; justify-content: space-between; letter-spacing: .16em; }
.service-top svg { height: 36px; width: 36px; }
.service-top b { font-size: 10px; font-weight: 400; }
.featured .service-top { color: rgba(12,40,35,.55); }
.service-card h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 30px; font-weight: 400; margin: 56px 0 18px; }
.featured h3 { font-size: clamp(2.7rem, 4vw, 4.2rem); letter-spacing: -.04em; line-height: 1; margin-top: 120px; max-width: 450px; }
.service-card p { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.8; margin: 0; max-width: 430px; }
.featured p { color: rgba(12,40,35,.72); font-size: 15px; }
.card-line { background: rgba(12,40,35,.2); bottom: 65px; height: 1px; left: 38px; position: absolute; right: 38px; }
.featured small { bottom: 36px; font-size: 9px; letter-spacing: .2em; position: absolute; }
.ministry-gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: 1.35fr .65fr;
  margin-top: 80px;
}
.ministry-gallery figure { height: 285px; margin: 0; overflow: hidden; position: relative; }
.ministry-gallery .gallery-wide { grid-row: span 2; height: 580px; }
.ministry-gallery img { height: 100%; object-fit: cover; transition: transform .6s ease; width: 100%; }
.ministry-gallery figure:hover img { transform: scale(1.025); }
.ministry-gallery figcaption {
  background: linear-gradient(0deg, rgba(6,22,19,.92), transparent);
  bottom: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  left: 0;
  padding: 70px 28px 24px;
  position: absolute;
  right: 0;
}
.ministry-gallery figcaption span { color: var(--gold-light); display: block; font-family: Arial, Helvetica, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .18em; margin-bottom: 8px; text-transform: uppercase; }

.journey { background: var(--paper-light); }
.journey-heading { max-width: 760px; }
.route { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 100px; position: relative; }
.route-line { background: var(--line); height: 1px; left: 0; position: absolute; right: 0; top: 10px; }
.route article { min-height: 170px; padding: 42px 28px 0 0; position: relative; }
.route-dot { background: var(--paper-light); border: 1px solid #9ea9a5; border-radius: 50%; height: 13px; left: 0; position: absolute; top: 4px; width: 13px; }
.route-dot.active { background: var(--gold); border: 3px solid var(--paper-light); box-shadow: 0 0 0 1px var(--gold); }
.route small { color: #9a7542; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.route h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 30px; font-weight: 400; margin: 12px 0 6px; }
.route p { color: var(--muted); font-size: 11px; margin: 0; }

.current-mission { background: var(--paper); padding: 0 6vw 120px; }
.mission-panel { background: var(--forest); color: white; display: grid; gap: 6vw; grid-template-columns: auto 1fr .8fr; margin: 0 auto; max-width: 1180px; overflow: hidden; padding: 80px; position: relative; }
.mission-number { color: rgba(255,255,255,.06); font-family: Georgia, 'Times New Roman', serif; font-size: 150px; left: -14px; line-height: 1; position: absolute; top: -22px; }
.mission-content { grid-column: 2; position: relative; z-index: 2; }
.mission-content > p:not(.overline) { color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.85; margin: 28px 0 0; max-width: 520px; }
.mission-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 38px; }
.mission-tags span { border: 1px solid rgba(227,194,142,.38); color: var(--gold-light); font-size: 8px; letter-spacing: .14em; padding: 9px 12px; text-transform: uppercase; }
.mission-panel blockquote { border-left: 1px solid rgba(227,194,142,.35); color: rgba(255,255,255,.78); font-family: Georgia, 'Times New Roman', serif; font-size: 22px; font-style: italic; line-height: 1.55; margin: 0; padding: 10px 0 10px 42px; position: relative; }
.mission-panel blockquote span { color: var(--gold-light); display: block; font-size: 58px; height: 54px; }

.contact { align-items: center; display: grid; gap: 8vw; grid-template-columns: 1.3fr .7fr; }
.contact-copy > p:not(.overline) { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 28px 0 0; max-width: 600px; }
.email-button {
  align-items: center;
  border-bottom: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
  display: flex;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(17px, 2vw, 25px);
  justify-content: space-between;
  margin-top: 42px;
  max-width: 610px;
  padding: 20px 2px;
  transition: color .25s ease, padding .25s ease;
}
.email-button:hover, .email-button:focus-visible { color: #8c6e42; padding-left: 10px; padding-right: 10px; }
.email-button span { display: flex; flex-direction: column; gap: 7px; min-width: 0; overflow-wrap: anywhere; }
.email-button small { color: var(--muted); font-family: Arial, Helvetica, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.email-button svg { flex: 0 0 auto; height: 22px; margin-left: 20px; width: 22px; }
.contact-card { align-items: center; background: var(--forest); color: white; display: flex; flex-direction: column; padding: 46px 38px 38px; text-align: center; }
.contact-logo { height: auto; margin-bottom: 16px; width: 160px; }
.contact-card > p { color: rgba(255,255,255,.52); font-size: 8px; font-weight: 700; letter-spacing: .2em; margin: 0 0 10px; text-transform: uppercase; }
.contact-card > strong { color: var(--gold-light); font-family: Georgia, 'Times New Roman', serif; font-size: 24px; font-weight: 400; }
.social-links { display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); margin-top: 32px; width: 100%; }
.social-links a { align-items: center; background: rgba(255,255,255,.055); display: flex; font-size: 10px; gap: 10px; padding: 14px; text-align: left; transition: background .25s ease, color .25s ease; }
.social-links a:hover, .social-links a:focus-visible { background: var(--gold-light); color: var(--forest-deep); }
.social-links span { align-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: flex; font-size: 7px; height: 25px; justify-content: center; letter-spacing: .04em; width: 25px; }
.social-links a:hover span, .social-links a:focus-visible span { border-color: rgba(12,40,35,.35); }

footer { align-items: center; background: #091f1b; color: white; display: grid; grid-template-columns: 1fr auto 1fr; padding: 40px 6vw; }
footer p { color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .06em; margin: 0; text-align: center; }
.back-top { align-items: center; border: 1px solid rgba(255,255,255,.2); display: flex; height: 42px; justify-content: center; justify-self: end; transition: border-color .2s, color .2s; width: 42px; }
.back-top:hover, .back-top:focus-visible { border-color: var(--gold-light); color: var(--gold-light); }
a:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }

.reveal-one, .reveal-two, .reveal-three, .reveal-four { animation: rise .8s ease both; }
.reveal-two { animation-delay: .1s; }
.reveal-three { animation-delay: .2s; }
.reveal-four { animation-delay: .3s; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero-photo-frame { opacity: .72; width: 54%; }
  .hero-content { max-width: 750px; }
  .mission-panel { grid-template-columns: 1fr 1fr; padding: 70px 50px; }
  .mission-content { grid-column: 1; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding: 0 20px; }
  .header-cta { gap: 10px; padding: 10px 12px; }
  .header-cta svg { display: none; }
  .brand-logo { height: 48px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 6px; }
  .hero { min-height: 820px; padding: 152px 24px 145px; }
  .hero h1 { font-size: clamp(3.8rem, 18vw, 5.3rem); line-height: .93; margin-top: 28px; }
  .hero-copy { font-size: 17px; max-width: 94%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-photo-frame { bottom: 0; opacity: .48; top: 72px; width: 100%; }
  .hero-photo { object-position: center 18%; }
  .hero-photo-shade { background: linear-gradient(90deg, rgba(12,40,35,.9), rgba(12,40,35,.28)), linear-gradient(0deg, var(--forest-deep), transparent 55%); }
  .hero-signature { bottom: 112px; right: 24px; width: 120px; }
  .hero-facts { grid-template-columns: repeat(3, 1fr); left: 24px; right: 24px; }
  .hero-facts div { padding: 0 10px 25px; }
  .hero-facts strong { font-size: 24px; }
  .hero-facts span { font-size: 7px; line-height: 1.45; }
  .section-shell { padding: 82px 24px; }
  .section-kicker { margin-bottom: 52px; }
  .story-layout, .ministry-intro, .contact { grid-template-columns: 1fr; }
  .story-layout { gap: 44px; }
  .story-copy { columns: 1; }
  .family-card { gap: 24px; grid-template-columns: 1fr; margin-top: 55px; padding: 18px; }
  .family-photo { min-height: 390px; }
  .family-card > p { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 8px; }
  .ministry-intro { align-items: start; gap: 34px; }
  .ministry-grid { grid-template-columns: 1fr; }
  .service-card, .service-card.featured { min-height: 330px; }
  .service-card.featured { grid-row: auto; }
  .featured h3 { margin-top: 78px; }
  .ministry-gallery { grid-template-columns: 1fr; margin-top: 55px; }
  .ministry-gallery figure, .ministry-gallery .gallery-wide { grid-row: auto; height: 360px; }
  .route { gap: 0; grid-template-columns: 1fr; margin-top: 70px; padding-left: 24px; }
  .route-line { bottom: 25px; height: auto; left: 6px; right: auto; top: 7px; width: 1px; }
  .route article { min-height: 125px; padding: 0 0 28px 30px; }
  .route-dot { left: -24px; top: 3px; }
  .current-mission { padding: 0; }
  .mission-panel { grid-template-columns: 1fr; gap: 50px; padding: 70px 30px; }
  .mission-content { grid-column: 1; }
  .mission-panel blockquote { font-size: 19px; padding-left: 28px; }
  .contact { gap: 50px; }
  .contact-card { padding: 38px 24px 24px; }
  .email-button { font-size: 17px; }
  footer { gap: 30px; grid-template-columns: 1fr auto; padding: 34px 24px; }
  footer > p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
