@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap');

:root {
  --cream: #f6f1e7;
  --paper: #fffdf8;
  --ink: #191a17;
  --muted: #68675f;
  --olive: #68705a;
  --olive-dark: #41483a;
  --olive-pale: #dce0d3;
  --gold: #c89027;
  --gold-light: #e7bd68;
  --line: rgba(25,26,23,.13);
  --radius: 24px;
  --radius-lg: 38px;
  --shadow: 0 22px 60px rgba(27,25,18,.13);
  --ease: cubic-bezier(.23,1,.32,1);
  --header: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 20px); overflow-x: clip; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: 'Poppins', system-ui, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.04; letter-spacing: -.045em; }
h1 { font-size: clamp(3.2rem, 8vw, 7rem); font-weight: 800; }
h2 { font-size: clamp(2.45rem, 5.3vw, 4.9rem); font-weight: 800; }
h3 { font-size: clamp(1.28rem, 2vw, 1.7rem); font-weight: 800; }
p { color: var(--muted); }
::selection { background: var(--gold-light); color: var(--ink); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.skip-link { position: fixed; top: -80px; left: 14px; z-index: 2000; padding: 12px 18px; border-radius: 8px; background: var(--paper); color: var(--ink); transition: top .18s var(--ease); }
.skip-link:focus { top: 14px; }
.container { width: min(1200px, calc(100% - 44px)); margin-inline: auto; }
.container-wide { width: min(1420px, calc(100% - 44px)); margin-inline: auto; }
.section { padding: clamp(88px, 10vw, 145px) 0; }
.section-sm { padding: clamp(60px, 7vw, 92px) 0; }
.section.dark { background: var(--ink); color: #fff; }
.section.olive { background: var(--olive-dark); color: #fff; }
.section.paper { background: var(--paper); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--olive-dark); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 32px; height: 2px; background: var(--gold); }
.dark .eyebrow, .olive .eyebrow { color: var(--gold-light); }
.lead { max-width: 730px; font-size: clamp(1.05rem, 1.7vw, 1.27rem); }
.centered { text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered .lead { margin-inline: auto; }
.section-intro { max-width: 840px; margin-bottom: 56px; }
.section-intro.centered { margin-inline: auto; }
.section-intro h2 { margin-bottom: 22px; }
.muted-on-dark { color: rgba(255,255,255,.66); }
.mt-32 { margin-top: 32px; }
.mt-38 { margin-top: 38px; }

.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1; cursor: pointer; transition: transform .18s var(--ease), background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease); }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: scale(.97); }
.btn-gold { background: var(--gold); color: #17150f; }
.btn-gold:hover { background: #dda846; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #33342f; }
.btn-light { background: var(--paper); color: var(--ink); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.48); }
.btn-outline-light:hover { background: #fff; color: var(--ink); }
.btn-outline-dark { color: var(--ink); border-color: rgba(25,26,23,.34); }
.btn-outline-dark:hover { background: var(--ink); color: #fff; }
.arrow { transition: transform .18s var(--ease); }
.btn:hover .arrow, .text-link:hover .arrow { transform: translateX(4px); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header); color: #fff; transition: background .24s var(--ease), color .24s var(--ease), box-shadow .24s var(--ease); }
.site-header.scrolled, .site-header.inner-header { background: rgba(246,241,231,.96); color: var(--ink); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.header-inner { width: min(1420px, calc(100% - 36px)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.logo { display: flex; align-items: center; z-index: 4; }
.logo img { width: 122px; height: 69px; object-fit: contain; object-position: center; filter: drop-shadow(0 2px 4px rgba(0,0,0,.22)); }
.site-header.scrolled .logo img, .site-header.inner-header .logo img { filter: none; }
.desktop-nav { display: flex; align-items: center; gap: clamp(13px, 1.35vw, 22px); }
.desktop-nav > a:not(.btn) { position: relative; font-size: .78rem; font-weight: 600; }
.desktop-nav > a:not(.btn)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gold); transition: right .2s var(--ease); }
.desktop-nav > a:not(.btn):hover::after, .desktop-nav > a.active::after { right: 0; }
.nav-cta { min-height: 44px; padding: 11px 17px; font-size: .76rem; }
.site-header:not(.scrolled):not(.inner-header) .nav-cta { background: #fff; color: var(--ink); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(255,255,255,.14); color: inherit; align-items: center; justify-content: center; cursor: pointer; z-index: 4; }
.site-header.scrolled .menu-toggle, .site-header.inner-header .menu-toggle { background: rgba(25,26,23,.08); }
.menu-lines, .menu-lines::before, .menu-lines::after { width: 21px; height: 2px; display: block; background: currentColor; transition: transform .22s var(--ease), opacity .18s var(--ease); }
.menu-lines { position: relative; }
.menu-lines::before, .menu-lines::after { content: ''; position: absolute; left: 0; }
.menu-lines::before { top: -7px; }
.menu-lines::after { top: 7px; }
.menu-open .menu-lines { background: transparent; }
.menu-open .menu-lines::before { transform: translateY(7px) rotate(45deg); }
.menu-open .menu-lines::after { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; }

/* Home hero */
.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: #25251f; }
.hero-media { position: absolute; inset: 0; }
.hero-media img, .hero-media video { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.hero-fallback, .hero-video { position: absolute; inset: 0; }
.hero-fallback { z-index: 0; }
.hero-video { z-index: 1; background: transparent; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,10,8,.8) 0%, rgba(9,10,8,.43) 55%, rgba(9,10,8,.12) 78%), linear-gradient(0deg, rgba(9,10,8,.78), transparent 52%); }
.hero-content { position: relative; z-index: 2; padding: calc(var(--header) + 95px) 0 192px; }
.hero .eyebrow { color: var(--gold-light); }
.hero h1 { max-width: 930px; margin-bottom: 25px; }
.hero p { max-width: 640px; margin-bottom: 34px; color: rgba(255,255,255,.8); font-size: clamp(1.05rem, 1.8vw, 1.27rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.service-bar { position: absolute; z-index: 3; inset: auto 0 0; border-top: 1px solid rgba(255,255,255,.22); background: rgba(12,13,11,.53); backdrop-filter: blur(14px); }
.service-grid { min-height: 122px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.service { min-height: 62px; padding: 0 25px; border-left: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; justify-content: center; }
.service:first-child { border-left: 0; padding-left: 0; }
.service small { display: block; color: rgba(255,255,255,.55); font-size: .62rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.service strong { font-size: .86rem; }
.service span { color: rgba(255,255,255,.63); font-size: .74rem; }

/* Statements and collage */
.mission-statement { max-width: 1000px; margin-inline: auto; text-align: center; }
.mission-statement h2 { margin-bottom: 26px; }
.mission-statement p { max-width: 780px; margin-inline: auto; font-size: clamp(1.05rem,1.7vw,1.24rem); }
.photo-collage { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 18px; align-items: center; margin-top: 70px; }
.photo-collage figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: #ddd4c5; box-shadow: var(--shadow); }
.photo-collage figure:nth-child(1), .photo-collage figure:nth-child(3) { transform: translateY(36px); }
.photo-collage img { width: 100%; height: clamp(330px,38vw,520px); object-fit: cover; }
.photo-collage figure:nth-child(2) img { height: clamp(410px,46vw,640px); }

/* Cards */
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.card { border-radius: var(--radius); overflow: hidden; background: var(--paper); transition: transform .22s var(--ease), box-shadow .22s var(--ease); }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-media { aspect-ratio: 4/3; overflow: hidden; background: #d9d2c5; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.card:hover .card-media img { transform: scale(1.045); }
.card-body { padding: 28px; }
.card-body h3 { margin-bottom: 12px; }
.card-body p { margin-bottom: 20px; font-size: .93rem; }
.card-tag { display: inline-flex; margin-bottom: 16px; padding: 7px 11px; border-radius: 999px; background: var(--olive-pale); color: var(--olive-dark); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.icon-card { min-height: 300px; padding: 30px; display: flex; flex-direction: column; background: var(--paper); border-radius: var(--radius); }
.icon-card .icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--olive-pale); color: var(--olive-dark); font-weight: 800; }
.icon-card h3 { margin: auto 0 12px; }
.icon-card p { margin: 0; font-size: .92rem; }

/* Accent bands */
.accent-band { padding: 75px 0; background: var(--olive-dark); color: #fff; }
.band-inner { display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; }
.band-inner h2 { font-size: clamp(2.3rem,4.8vw,4.6rem); margin-bottom: 12px; }
.band-inner p { margin: 0; color: rgba(255,255,255,.65); }
.online-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.online-card { min-height: 280px; padding: 30px; border-radius: var(--radius); display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: #2c2e28; }
.online-card:nth-child(2) { background: var(--olive-dark); }
.online-card:nth-child(3) { background: #473b27; }
.online-mark { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); color: inherit; font-weight: 800; transition: background .18s var(--ease), color .18s var(--ease), transform .18s var(--ease); }
.online-mark[href]:hover { background: var(--gold); color: var(--ink); transform: translateY(-2px); }
.online-mark[href]:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.online-card p { color: rgba(255,255,255,.68); }

/* Newsletter */
.newsletter { padding: 56px 0; background: var(--gold); }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 70px; }
.newsletter h2 { font-size: clamp(2rem,3.7vw,3.7rem); margin-bottom: 7px; }
.newsletter p { margin: 0; color: rgba(25,26,23,.72); }
.inline-form { display: flex; gap: 10px; }
.inline-form input { flex: 1; min-width: 0; min-height: 54px; border: 0; border-radius: 999px; padding: 0 20px; background: var(--paper); color: var(--ink); }
.form-note { grid-column: 2; margin-top: -54px; font-size: .72rem; opacity: .72; }

/* Inner page hero */
.page-hero { min-height: 610px; padding: calc(var(--header) + 105px) 0 90px; display: flex; align-items: flex-end; position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.page-hero.compact { min-height: 500px; }
.page-hero-media { position: absolute; inset: 0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(10,11,9,.82),rgba(10,11,9,.34)), linear-gradient(0deg,rgba(10,11,9,.65),transparent); }
.page-hero-content { position: relative; z-index: 2; }
.page-hero h1 { max-width: 900px; margin-bottom: 20px; }
.page-hero p { max-width: 680px; color: rgba(255,255,255,.72); font-size: 1.08rem; }

/* Split sections */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px,8vw,110px); align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { min-height: 560px; border-radius: var(--radius-lg); overflow: hidden; background: #d8d0c3; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-copy h2 { margin-bottom: 24px; }
.split-copy p { font-size: 1.02rem; }
.fact-list { margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.fact-list li { display: grid; grid-template-columns: 145px 1fr; gap: 24px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.fact-list strong { font-size: .76rem; text-transform: uppercase; letter-spacing: .09em; }

/* People / parish */
.profile-card { background: var(--paper); border-radius: var(--radius); overflow: hidden; }
.profile-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.profile-card-body { padding: 30px; }
.parish-card { min-height: 380px; padding: 38px; border-radius: var(--radius); display: flex; flex-direction: column; justify-content: flex-end; color: #fff; position: relative; overflow: hidden; background: var(--olive-dark); }
.parish-card::before { content: ''; position: absolute; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; right: -80px; top: -90px; box-shadow: 0 0 0 50px rgba(255,255,255,.025), 0 0 0 100px rgba(255,255,255,.02); }
.parish-card > * { position: relative; z-index: 2; }
.parish-link { min-height: 100%; display: flex; flex-direction: column; justify-content: flex-end; color: inherit; }
.parish-link .text-link { margin-top: 12px; }
.parish-link:focus-visible { outline: 3px solid var(--gold); outline-offset: 8px; border-radius: 10px; }
.parish-card { transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.parish-card:has(.parish-link:hover) { transform: translateY(-4px); box-shadow: var(--shadow); }
.parish-card:nth-child(2) { background: #3c3328; }
.parish-card p { color: rgba(255,255,255,.68); }

/* Ministries */
.ministry-list { display: grid; gap: 18px; }
.ministry-row { min-height: 330px; display: grid; grid-template-columns: .75fr 1.25fr; overflow: hidden; border-radius: var(--radius); background: var(--paper); }
.ministry-row:nth-child(even) { grid-template-columns: 1.25fr .75fr; }
.ministry-row:nth-child(even) .ministry-row-media { order: 2; }
.ministry-row-media img { width: 100%; height: 100%; object-fit: cover; }
.ministry-row-copy { padding: clamp(35px,5vw,68px); display: flex; flex-direction: column; justify-content: center; }
.ministry-row-copy p { max-width: 650px; }

/* Events */
.event-list { border-top: 1px solid var(--line); }
.event-row { display: grid; grid-template-columns: 100px minmax(0,1fr) minmax(0,1fr) auto; align-items: center; gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.event-row > * { min-width: 0; }
.event-date { width: 82px; height: 82px; border-radius: 50%; background: var(--paper); display: grid; place-items: center; text-align: center; line-height: 1; }
.event-date span { color: var(--olive-dark); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.event-date strong { display: block; font-size: 1.6rem; }
.event-row h3 { margin: 0; }
.event-row p { margin: 0; font-size: .9rem; }
.event-action { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }

/* Media */
.video-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 18px; }
.video-card { border-radius: var(--radius); overflow: hidden; background: var(--ink); color: #fff; }
.video-card .card-media { position: relative; aspect-ratio: 16/9; }
.card-media-link { display: block; color: inherit; }
.card-media-link:focus-visible { outline: 4px solid var(--gold); outline-offset: -4px; }
.card-media-link .play-button { transition: transform .18s var(--ease), background .18s var(--ease); }
.card-media-link:hover .play-button { transform: translate(-50%,-50%) scale(1.08); background: #f4cf63; }
.card-media-link:hover img { transform: scale(1.045); }
.video-card .card-body { background: var(--ink); }
.video-card .card-body p { color: rgba(255,255,255,.6); }
.play-button { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); }
.gallery { columns: 3; column-gap: 16px; }
.gallery figure { margin: 0 0 16px; border-radius: 18px; overflow: hidden; break-inside: avoid; }
.gallery img { width: 100%; }

/* Forms */
.form-layout { display: grid; grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); gap: clamp(50px,8vw,110px); align-items: start; }
.form-layout > * { min-width: 0; }
.form-panel { padding: clamp(32px,5vw,58px); background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1/-1; }
.field label { font-size: .78rem; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; min-height: 52px; border: 1px solid var(--line); border-radius: 13px; background: #fbf8f1; color: var(--ink); padding: 13px 15px; }
.field textarea { min-height: 160px; resize: vertical; }
.checkbox { display: flex; align-items: flex-start; gap: 10px; font-size: .8rem; color: var(--muted); }
.checkbox input { margin-top: 4px; }
.form-success { display: none; margin-top: 20px; padding: 15px 18px; border-radius: 12px; background: var(--olive-pale); color: var(--olive-dark); font-weight: 600; }
.form-success.show { display: block; }

/* Prayer wall */
.prayer-wall-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.prayer-note { min-height: 230px; padding: 28px; border-radius: var(--radius); background: var(--paper); display: flex; flex-direction: column; }
.prayer-note:nth-child(3n+2) { background: var(--olive-pale); }
.prayer-note:nth-child(3n+3) { background: #efe1c5; }
.prayer-note p { font-size: .94rem; }
.prayer-note small { margin-top: auto; color: var(--muted); font-weight: 600; }

/* Hall */
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.stat { padding: 34px; border-radius: var(--radius); background: var(--paper); }
.stat strong { display: block; font-size: clamp(2rem,4vw,3.7rem); line-height: 1; }
.stat span { display: block; margin-top: 10px; color: var(--muted); }
.feature-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 28px; }
.feature { padding: 18px; border-radius: 14px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.78); }

/* Give */
.give-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.give-card { min-height: 320px; padding: 34px; border-radius: var(--radius); background: var(--paper); display: flex; flex-direction: column; }
.give-card:nth-child(2) { background: var(--olive-dark); color: #fff; }
.give-card:nth-child(2) p { color: rgba(255,255,255,.65); }
.give-card .btn { margin-top: auto; align-self: flex-start; }

/* Privacy policy */
.policy-layout { display: grid; grid-template-columns: minmax(340px,380px) minmax(0,1fr); gap: clamp(40px,5vw,72px); align-items: start; max-width: 1120px; margin-inline: auto; }
.policy-summary { position: sticky; top: calc(var(--header) + 30px); min-width: 0; padding: clamp(34px,3.2vw,46px); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: linear-gradient(145deg,#4b5343 0%,var(--olive-dark) 68%,#343a2f 100%); color: #fff; box-shadow: 0 22px 55px rgba(29,32,26,.16); overflow: clip; contain: paint; }
.policy-summary::after { content: ''; position: absolute; width: 190px; height: 190px; right: -105px; bottom: -105px; border: 1px solid rgba(231,189,104,.26); border-radius: 50%; box-shadow: 0 0 0 34px rgba(231,189,104,.035),0 0 0 68px rgba(231,189,104,.025); pointer-events: none; }
.policy-summary .eyebrow { color: var(--gold-light); }
.policy-summary h2 { max-width: 12ch; margin-bottom: 22px; font-size: clamp(2.15rem,2.7vw,2.75rem); line-height: 1.02; letter-spacing: -.04em; overflow-wrap: normal; word-break: normal; }
.policy-summary p, .policy-summary span { color: rgba(255,255,255,.74); }
.policy-summary p { margin-bottom: 0; font-size: .92rem; }
.policy-contact { position: relative; z-index: 1; display: grid; gap: 10px; margin-top: 30px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); font-size: .87rem; overflow-wrap: anywhere; }
.policy-contact a { color: var(--gold-light); font-weight: 700; }
.policy-content { min-width: 0; max-width: 100%; display: grid; grid-template-columns: minmax(0,1fr); gap: 22px; }
.policy-content > section { padding: clamp(28px,4vw,46px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.policy-content > section:first-child { background: var(--gold-soft); }
.policy-content h2 { font-size: clamp(1.55rem,3vw,2.4rem); }
.policy-content ul { display: grid; gap: 10px; margin: 20px 0; padding-left: 22px; }
.policy-content a { color: var(--olive-dark); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; overflow-wrap: anywhere; }
.policy-content > section, .contact-card, .contact-card a, .contact-card strong { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }

/* Contact */
.contact-cards { display: grid; gap: 12px; }
.contact-card { padding: 24px; border-radius: 16px; background: var(--paper); }
.contact-card small { color: var(--olive-dark); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-card strong, .contact-card a { display: block; margin-top: 6px; }
.map-placeholder { min-height: 460px; border-radius: var(--radius); position: relative; overflow: hidden; background: #d5ccbd; }
.map-lines { position: absolute; inset: 0; opacity: .58; background-image: linear-gradient(31deg,transparent 47%,#aea391 48%,#aea391 50%,transparent 51%),linear-gradient(149deg,transparent 47%,#c0b5a5 48%,#c0b5a5 50%,transparent 51%); background-size: 180px 140px,230px 180px; }
.map-pin { position: absolute; left: 50%; top: 50%; translate: -50% -50%; width: 70px; height: 70px; border-radius: 50% 50% 50% 0; rotate: -45deg; background: var(--gold); display: grid; place-items: center; box-shadow: 0 14px 38px rgba(41,33,20,.25); }
.map-pin::after { content: 'ET'; rotate: 45deg; font-weight: 800; }
.map-label { position: absolute; left: 50%; top: calc(50% + 80px); translate: -50% 0; padding: 10px 16px; border-radius: 999px; background: var(--ink); color: #fff; font-size: .75rem; font-weight: 800; letter-spacing: .04em; white-space: nowrap; }
.map-placeholder:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.social-feed-panel { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: clamp(36px,7vw,100px); align-items: center; }
.instagram-profile { min-width: 0; min-height: 300px; padding: clamp(30px,5vw,55px); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.07); display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.instagram-mark { width: 56px; height: 56px; margin-bottom: 24px; border-radius: 18px; display: grid; place-items: center; background: var(--gold); color: var(--ink); font-family: var(--sans); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.instagram-profile strong { max-width: 100%; font-family: var(--sans); font-size: clamp(1.15rem,2vw,1.45rem); overflow-wrap: anywhere; }
.instagram-profile p { margin: 12px 0 22px; color: rgba(255,255,255,.7); }
.centered-actions { justify-content: center; }

/* Footer */
.site-footer { padding: 78px 0 28px; background: #11120f; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 55px; padding-bottom: 65px; }
.footer-logo { width: 155px; height: 130px; object-fit: contain; object-position: left center; margin-bottom: 18px; }
.footer-brand p { max-width: 370px; color: rgba(255,255,255,.53); font-size: .89rem; }
.footer-title { margin-bottom: 19px; color: rgba(255,255,255,.4); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { display: grid; gap: 11px; }
.footer-links a { width: fit-content; color: rgba(255,255,255,.76); font-size: .87rem; }
.footer-links a:hover { color: var(--gold-light); }
.socials { display: flex; gap: 9px; margin-top: 20px; }
.social { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; font-size: .76rem; transition: background .18s var(--ease), color .18s var(--ease); }
.social:hover { background: var(--paper); color: var(--ink); }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 25px; color: rgba(255,255,255,.38); font-size: .72rem; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 1180px) {
  .desktop-nav > a:not(.btn) { display: none; }
  .desktop-nav .nav-cta { display: none; }
  .menu-toggle { display: flex; }
  .mobile-menu { display: flex; visibility: hidden; opacity: 0; position: fixed; inset: 0; z-index: 3; padding: calc(var(--header) + 30px) 24px 28px; flex-direction: column; background: var(--cream); color: var(--ink); transform: translateY(-10px); transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s; }
  .menu-open .mobile-menu { visibility: visible; opacity: 1; transform: none; }
  .menu-open .site-header { color: var(--ink); }
  .mobile-menu nav { display: grid; margin: auto 0; }
  .mobile-menu nav a { padding: 4px 0; font-size: clamp(1.7rem,5.5vh,3.2rem); font-weight: 800; line-height: 1.15; letter-spacing: -.045em; }
  .mobile-menu-footer { display: flex; justify-content: space-between; align-items: flex-end; gap: 22px; color: var(--muted); font-size: .8rem; }
}

@media (max-width: 1060px) {
  .policy-layout { grid-template-columns: minmax(0,1fr); max-width: 820px; }
  .policy-summary { position: static; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(250px,.85fr); gap: 24px 44px; align-items: end; }
  .policy-summary .eyebrow, .policy-summary h2 { grid-column: 1; }
  .policy-summary p { grid-column: 1; }
  .policy-contact { grid-column: 2; grid-row: 1 / span 3; margin-top: 0; padding: 0 0 0 34px; border-top: 0; border-left: 1px solid rgba(255,255,255,.18); }
}

@media (max-width: 900px) {
  :root { --header: 76px; }
  .service-grid { grid-template-columns: repeat(2,1fr); padding: 12px 0; }
  .service { min-height: 72px; }
  .service:nth-child(3) { border-left: 0; padding-left: 0; }
  .hero-content { padding-bottom: 220px; }
  .photo-collage { grid-template-columns: 1fr 1fr; }
  .photo-collage figure:nth-child(3) { grid-column: 1/-1; width: 62%; justify-self: center; transform: none; }
  .grid-3, .give-options { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .band-inner, .newsletter-inner, .split, .form-layout, .visit-grid, .social-feed-panel { grid-template-columns: minmax(0,1fr); }
  .newsletter-inner { gap: 26px; }
  .form-note { grid-column: 1; margin: 0; }
  .split.reverse .split-media { order: initial; }
  .split-media { min-height: 470px; }
  .online-grid, .prayer-wall-grid, .stats { grid-template-columns: 1fr; }
  .ministry-row, .ministry-row:nth-child(even) { grid-template-columns: 1fr; }
  .ministry-row:nth-child(even) .ministry-row-media { order: initial; }
  .ministry-row-media { min-height: 330px; }
  .video-grid { grid-template-columns: 1fr; }
  .gallery { columns: 2; }
  .event-row { grid-template-columns: 78px minmax(0,1fr) auto; }
  .event-row p { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 600px) {
  .container, .container-wide { width: min(100% - 28px,1200px); }
  .policy-layout { gap: 24px; }
  .policy-summary { display: block; padding: 30px 26px; }
  .policy-summary h2 { max-width: 10ch; font-size: clamp(2.05rem,11vw,2.65rem); }
  .policy-contact { margin-top: 26px; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .policy-content > section { padding: 26px 22px; }
  .header-inner { width: calc(100% - 22px); }
  .logo img { width: 92px; height: 58px; }
  .hero { min-height: 790px; }
  .hero-media::after { background: linear-gradient(0deg,rgba(9,10,8,.9),rgba(9,10,8,.32) 75%); }
  .hero-content { padding-bottom: 228px; }
  .hero h1 { font-size: clamp(3.4rem,16vw,4.8rem); }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .btn { padding-inline: 12px; font-size: .83rem; }
  .social-feed-panel { grid-template-columns: 1fr; }
  .instagram-profile { min-height: 240px; }
  .service-grid { min-height: 174px; }
  .service { padding-inline: 11px; }
  .service:first-child, .service:nth-child(3) { padding-left: 0; }
  .service strong { font-size: .77rem; }
  .service span { font-size: .66rem; }
  .photo-collage { grid-template-columns: 1fr; margin-top: 46px; }
  .photo-collage figure, .photo-collage figure:nth-child(1), .photo-collage figure:nth-child(3) { width: 100%; transform: none; grid-column: auto; }
  .photo-collage img, .photo-collage figure:nth-child(2) img { height: 420px; }
  .grid-4 { grid-template-columns: 1fr; }
  .inline-form { display: grid; }
  .page-hero { min-height: 570px; }
  .page-hero h1 { font-size: clamp(3.1rem,15vw,4.5rem); }
  .split-media { min-height: 420px; }
  .fact-list li { grid-template-columns: 1fr; gap: 4px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-panel .text-link { display: inline; overflow-wrap: anywhere; }
  .form-panel .text-link .arrow { display: inline-block; margin-left: 4px; }
  .field.full { grid-column: auto; }
  .gallery { columns: 1; }
  .event-row { grid-template-columns: 65px minmax(0,1fr) 40px; gap: 12px; }
  .event-date { width: 62px; height: 62px; }
  .event-row h3 { font-size: 1.08rem; }
  .event-action { width: 40px; height: 40px; }
  .feature-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-menu nav a { font-size: clamp(1.55rem,7.8vw,2.5rem); }
  .mobile-menu-footer { display: grid; }
}

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