:root {
  --ink: #111411;
  --forest: #18231f;
  --forest-2: #22332c;
  --gold: #c5a24f;
  --gold-light: #e5cf8d;
  --paper: #f4f1e9;
  --white: #fffdf8;
  --muted: #797b75;
  --line: rgba(17, 20, 17, 0.14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--gold); color: var(--ink); }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { height: 92px; padding: 0 clamp(1.5rem, 5vw, 5rem); position: absolute; inset: 0 0 auto; z-index: 20; display: flex; align-items: center; justify-content: space-between; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); transition: .3s ease; }
.site-header.solid { position: fixed; background: rgba(24,35,31,.96); backdrop-filter: blur(12px); }
.site-header.scrolled { position: fixed; height: 74px; background: rgba(24,35,31,.96); backdrop-filter: blur(12px); box-shadow: 0 8px 30px rgba(0,0,0,.12); }
.brand { display: flex; align-items: center; gap: .8rem; letter-spacing: .05em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-size: 1.4rem; font-weight: 700; }
.brand strong { display: block; font-size: 1.15rem; line-height: 1.1; }
.brand small { display: block; margin-top: .25rem; color: rgba(255,255,255,.55); font-size: .55rem; letter-spacing: .2em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.5rem); font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a:not(.nav-cta) { position: relative; padding: .5rem 0; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--gold); transition: .25s; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.nav-cta { padding: .65rem 1rem; border: 1px solid rgba(255,255,255,.4); }
.nav-cta:hover { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.menu-toggle { display: none; background: none; border: 0; width: 40px; padding: .5rem; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: currentColor; transition: .2s; }

.hero { min-height: 100svh; position: relative; overflow: hidden; padding: 10rem clamp(1.5rem, 8vw, 8rem) 5rem; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 4rem; color: var(--white); background: radial-gradient(circle at 72% 43%, #34463c 0, var(--forest) 32%, #101814 75%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .25; 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: 65px 65px; mask-image: linear-gradient(to right, transparent, #000); }
.hero-glow { position: absolute; width: 34vw; aspect-ratio: 1; right: 9vw; top: 52%; translate: 0 -50%; border: 1px solid rgba(197,162,79,.28); border-radius: 50%; box-shadow: 0 0 120px rgba(197,162,79,.09), inset 0 0 100px rgba(197,162,79,.04); }
.hero-glow::before, .hero-glow::after { content: ""; position: absolute; border: 1px solid rgba(197,162,79,.12); border-radius: 50%; }
.hero-glow::before { inset: -2rem; }.hero-glow::after { inset: 2rem; }
.hero-content, .hero-seal { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1.25rem; color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 32px; height: 1px; margin: 0 .75rem .2rem 0; background: currentColor; }
.eyebrow.dark { color: #92752f; }
h1, h2 { margin: 0; font-family: var(--serif); line-height: .94; letter-spacing: -.035em; font-weight: 600; }
h1 { max-width: 800px; font-size: clamp(4.2rem, 8vw, 8.8rem); }
h2 { font-size: clamp(3.1rem, 5.4vw, 6rem); }
h1 em, h2 em { color: var(--gold-light); font-weight: 600; }
.story h2 em, .ministries h2 em, .social-heading h2 em { color: #9f7f34; }
.hero-lead { max-width: 650px; margin: 2rem 0 2.4rem; color: rgba(255,255,255,.67); font-size: clamp(1rem, 1.3vw, 1.15rem); }
.church-slogan { width: fit-content; margin: -1rem 0 2.4rem; padding: .6rem 1rem .6rem 1.2rem; border-left: 2px solid var(--gold); color: var(--gold-light); font-family: var(--serif); font-size: clamp(1rem, 1.5vw, 1.3rem); letter-spacing: .02em; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.button { display: inline-flex; padding: .95rem 1.35rem; align-items: center; justify-content: center; font-size: .73rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: .25s; }
.button-primary { color: var(--ink); background: var(--gold); }
.button-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.text-link { font-size: .8rem; font-weight: 600; }.text-link span { margin-left: .5rem; color: var(--gold); }
.hero-seal { justify-self: center; display: grid; place-items: center; width: min(30vw, 360px); aspect-ratio: 1; }
.seal-orbit { position: absolute; inset: 0; display: flex; justify-content: space-around; align-items: flex-start; padding: 1rem; border: 1px solid rgba(197,162,79,.45); border-radius: 50%; color: rgba(255,255,255,.55); font-size: .55rem; letter-spacing: .15em; text-transform: uppercase; animation: spin 28s linear infinite; }
.seal-orbit span { background: var(--forest-2); padding: .25rem; }.seal-orbit i { width: 4px; height: 4px; margin-top: .45rem; background: var(--gold); border-radius: 50%; }
.seal-core { display: grid; place-items: center; width: 66%; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.02)); border: 1px solid rgba(255,255,255,.17); box-shadow: inset 0 0 50px rgba(0,0,0,.22); }
.seal-core strong { font-size: clamp(1.2rem, 2.5vw, 2rem); letter-spacing: .12em; }.seal-core small { margin-top: -42%; color: var(--gold-light); letter-spacing: .2em; text-transform: uppercase; }
@keyframes spin { to { transform: rotate(360deg); } }
.scroll-note { position: absolute; z-index: 2; bottom: 2rem; left: clamp(1.5rem, 8vw, 8rem); margin: 0; color: rgba(255,255,255,.36); font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; }.scroll-note span { display: inline-block; width: 42px; height: 1px; margin: 0 .8rem .2rem 0; background: var(--gold); }

.section-shell { padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 8vw, 8rem); }
.story { position: relative; display: grid; grid-template-columns: .15fr 1fr .8fr; gap: 3rem 5vw; background: var(--paper); }
.section-number { color: rgba(17,20,17,.13); font-family: var(--serif); font-size: 4rem; }
.story-intro h2 { max-width: 720px; }.story-copy { padding-top: 2.5rem; color: #555952; }.lead-copy { color: var(--ink); font-family: var(--serif); font-size: 1.55rem; line-height: 1.35; }
.editor-note { padding-left: 1rem; border-left: 2px solid var(--gold); color: #7b704f; font-size: .72rem; }
.editor-note.light { border-color: var(--gold-light); color: rgba(255,255,255,.55); }
.story-quote { grid-column: 2 / 4; margin-top: 3rem; padding: 3rem 0 0 12vw; border-top: 1px solid var(--line); position: relative; }.quote-mark { position: absolute; left: 2vw; top: 2rem; color: var(--gold); font-family: var(--serif); font-size: 6rem; line-height: 1; }.story blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.3rem); font-style: italic; }.story cite { color: var(--muted); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.story-continuation { grid-column: 2 / 4; columns: 2; column-gap: 5vw; padding-top: 1rem; color: #555952; border-top: 1px solid var(--line); }.story-continuation p { margin-top: 0; break-inside: avoid; }
.values-band { padding: 2.5rem clamp(1.5rem, 8vw, 8rem); display: grid; grid-template-columns: repeat(4, 1fr); background: var(--gold); }.value { display: flex; gap: 1rem; align-items: center; padding: .5rem 2rem; border-right: 1px solid rgba(17,20,17,.2); }.value:last-child { border: 0; }.value > span { color: rgba(17,20,17,.4); font-family: var(--serif); font-size: 1.7rem; }.value strong, .value small { display: block; }.value strong { font-family: var(--serif); font-size: 1.45rem; }.value small { font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }

.ministries { background: #e9e5da; }.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 4rem; }.section-heading > p { max-width: 360px; color: var(--muted); }.ministry-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }.ministry-card { min-height: 390px; padding: 2rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); transition: .3s; }.ministry-card:last-child { border: 0; }.ministry-card:hover, .ministry-card.featured { color: var(--white); background: var(--forest); transform: translateY(-8px); box-shadow: 0 20px 60px rgba(20,30,25,.15); }.card-index { color: var(--muted); font-size: .6rem; }.card-icon { margin: 3rem 0 2rem; color: var(--gold); font-family: var(--serif); font-size: 2.8rem; }.ministry-card h3 { margin: 0 0 1rem; font-family: var(--serif); font-size: 1.8rem; line-height: 1.1; }.ministry-card p { color: var(--muted); font-size: .82rem; }.ministry-card:hover p, .ministry-card.featured p { color: rgba(255,255,255,.58); }.card-link { margin-top: auto; color: #9f7f34; font-size: .65rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }.ministry-card:hover .card-link, .ministry-card.featured .card-link { color: var(--gold-light); }
.visit { display: grid; grid-template-columns: 1.25fr .75fr; color: var(--white); background: var(--forest); }.visit-copy { padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 8vw, 8rem); }.visit-copy p:not(.eyebrow) { max-width: 560px; margin: 2rem 0; color: rgba(255,255,255,.6); }.service-info { padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 5vw, 5rem); background: #21302a; }.info-row { display: flex; justify-content: space-between; gap: 2rem; padding: 1.3rem 0; border-bottom: 1px solid rgba(255,255,255,.13); }.info-row span { color: rgba(255,255,255,.55); }.address-block { margin-top: 3rem; }.address-block small { color: var(--gold-light); letter-spacing: .12em; text-transform: uppercase; }.address-block p { font-family: var(--serif); font-size: 1.5rem; line-height: 1.35; }
.info-row strong { max-width: 55%; text-align: right; }.church-details { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.13); }.church-details p { margin: 0; }.church-details small, .church-details strong { display: block; }.church-details small { margin-bottom: .35rem; color: var(--gold-light); font-size: .57rem; letter-spacing: .12em; text-transform: uppercase; }.church-details strong { font-size: .76rem; }

.site-footer { padding: 4rem clamp(1.5rem, 8vw, 8rem) 2rem; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; color: rgba(255,255,255,.65); background: #0d1411; }.footer-brand strong { color: var(--white); font-size: 1.6rem; letter-spacing: .1em; }.footer-brand p { font-family: var(--serif); font-size: 1.25rem; }.site-footer div:not(.footer-brand) { display: flex; flex-direction: column; gap: .65rem; font-size: .78rem; }.site-footer small { margin-bottom: .6rem; color: var(--gold); letter-spacing: .14em; text-transform: uppercase; }.site-footer a:hover { color: var(--white); }.copyright { grid-column: 1 / -1; margin: 2rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .62rem; }

.media-page { background: #e9e5da; }.media-hero { min-height: 620px; padding: 11rem clamp(1.5rem, 8vw, 8rem) 7rem; display: flex; flex-direction: column; justify-content: end; color: var(--white); background: radial-gradient(circle at 78% 45%, #3d4d43, transparent 30%), var(--forest); }.media-hero h1 { font-size: clamp(4rem, 8vw, 8rem); }.media-hero > p:last-child { max-width: 600px; margin: 2rem 0 0; color: rgba(255,255,255,.62); }.social-hub { padding-top: 0; }.main-profile { position: relative; top: -4rem; min-height: 250px; padding: 3rem clamp(2rem, 6vw, 5rem); display: flex; justify-content: space-between; align-items: center; color: var(--white); background: linear-gradient(120deg, #936c37, var(--gold), #857046); box-shadow: 0 24px 70px rgba(40,35,20,.18); transition: .25s; }.main-profile:hover { transform: translateY(-5px); }.instagram-icon { font-size: 2rem; }.main-profile p { margin: 1rem 0 0; font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }.main-profile h2 { font-family: var(--sans); font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.06em; }.main-profile small { color: rgba(255,255,255,.7); }.arrow-circle { display: grid; place-items: center; width: 72px; height: 72px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 1.5rem; }.social-heading { margin: 2rem 0 3rem; }.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }.profile-card { min-width: 0; padding: 2rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.3rem; background: var(--paper); transition: .25s; }.profile-card:hover { color: var(--white); background: var(--forest); }.profile-card > span { display: grid; place-items: center; width: 50px; height: 50px; color: #9f7f34; border: 1px solid var(--gold); border-radius: 50%; font-size: 1.4rem; }.profile-card small { color: var(--muted); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; }.profile-card h3 { max-width: 100%; margin: .15rem 0 0; overflow-wrap: anywhere; font-size: clamp(.78rem, 1.25vw, 1rem); }.profile-card b { color: var(--gold); }.embed-note { margin-top: 3rem; padding: 1.5rem; display: flex; gap: 1.2rem; border: 1px solid var(--line); color: var(--muted); font-size: .78rem; }.embed-note > span { flex: 0 0 auto; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--gold); border-radius: 50%; color: #9f7f34; }.embed-note strong { color: var(--ink); }.embed-note p { margin: .4rem 0 0; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.seal-orbit { animation: none; } }

@media (max-width: 960px) {
  .site-header { height: 74px; }.menu-toggle { display: block; z-index: 2; }.main-nav { position: fixed; inset: 0; padding: 7rem 2rem 3rem; flex-direction: column; justify-content: center; gap: 1.5rem; font-size: 1rem; background: var(--forest); transform: translateX(100%); transition: .3s; }.main-nav.open { transform: translateX(0); }.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; padding-top: 9rem; }.hero-seal { position: absolute; right: -10vw; bottom: -8vw; width: 50vw; opacity: .28; }.hero-content { max-width: 760px; }.story { grid-template-columns: 1fr; }.section-number { display: none; }.story-quote, .story-continuation { grid-column: 1; }.story-quote { padding-left: 5rem; }.values-band { grid-template-columns: 1fr 1fr; }.value:nth-child(2) { border-right: 0; }.value:nth-child(-n+2) { border-bottom: 1px solid rgba(17,20,17,.2); }.ministry-grid { grid-template-columns: 1fr 1fr; }.ministry-card:nth-child(2) { border-right: 0; }.ministry-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.visit { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  h1 { font-size: clamp(3.3rem, 18vw, 5.4rem); }.hero { min-height: 760px; padding-bottom: 6rem; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }.hero-seal { width: 75vw; right: -30vw; bottom: -8vw; }.scroll-note { display: none; }
  .section-shell { padding-block: 5rem; }.story { gap: 2rem; }.story-copy { padding-top: 0; }.story-quote { margin-top: 1rem; padding-left: 3rem; }.story-continuation { columns: 1; }.quote-mark { left: 0; }.values-band { grid-template-columns: 1fr; }.value { border: 0; border-bottom: 1px solid rgba(17,20,17,.2) !important; }.value:last-child { border-bottom: 0 !important; }.section-heading { align-items: start; flex-direction: column; }.ministry-grid { grid-template-columns: 1fr; }.ministry-card { min-height: 330px; border: 0; border-bottom: 1px solid var(--line) !important; }.ministry-card:last-child { border-bottom: 0 !important; }.site-footer { grid-template-columns: 1fr 1fr; }.footer-brand, .copyright { grid-column: 1 / -1; }.info-row { align-items: flex-start; flex-direction: column; gap: .35rem; }.info-row strong { max-width: 100%; text-align: left; }.church-details { grid-template-columns: 1fr; }
  .media-hero { min-height: 580px; }.main-profile { top: -2rem; padding: 2rem; }.arrow-circle { width: 52px; height: 52px; }.profile-grid { grid-template-columns: 1fr; }.profile-card { padding: 1.5rem 1rem; gap: .8rem; }.profile-card > span { width: 42px; height: 42px; }.profile-card h3 { font-size: .76rem; }
}
