:root {
  --ink: #101112;
  --muted: #686a6d;
  --paper: #f7f5f1;
  --white: #fff;
  --blue: #1479bd;
  --blue-dark: #0a6399;
  --blue-bright: #2ea3f2;
  --orange: #e98d5c;
  --line: rgba(16, 17, 18, .12);
  --shadow: 0 24px 70px rgba(14, 20, 24, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Hanken Grotesk", Arial, sans-serif; font-size: 1rem; line-height: 1.65; }
body.menu-open { overflow: hidden; overscroll-behavior: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.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; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; padding: .75rem 1rem; background: #fff; }
.skip-link:focus { top: 1rem; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 110px 0; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 100px; padding: 0 max(24px, 4vw); display: flex; align-items: center; justify-content: space-between; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); transition: .3s ease; }
.site-header.is-sticky { position: fixed; height: 78px; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 10px 30px rgba(0,0,0,.07); backdrop-filter: blur(12px); border-color: transparent; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 14px; letter-spacing: .18em; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand strong { font-weight: 800; }
.site-header nav { display: flex; align-items: center; gap: 1.35rem; font-size: .875rem; font-weight: 600; letter-spacing: .04em; }
.site-header nav a { position: relative; }
.site-header nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-header nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 11px 18px; border: 1px solid currentColor; }
.menu-toggle { display: none; min-width: 44px; min-height: 44px; border: 0; background: none; padding: 8px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 820px; height: 100vh; display: grid; align-items: center; overflow: hidden; color: #fff; background: #0a0f16 url("assets/optimized/whorship.webp") center / cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,7,9,.82) 0%, rgba(4,7,9,.45) 48%, rgba(4,7,9,.1) 100%); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.12), transparent 45%, rgba(0,0,0,.45)); }
.hero-content { position: relative; z-index: 2; width: min(760px, calc(100% - 48px)); margin-left: max(24px, calc((100vw - 1180px) / 2)); padding-top: 60px; }
.hero h1 { margin: 0 0 16px; font-size: clamp(76px, 11vw, 156px); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.hero-content > p:not(.eyebrow) { max-width: 680px; margin: 30px 0; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.eyebrow { margin: 0 0 20px; color: var(--blue-dark); font-family: "Hanken Grotesk", Arial, sans-serif; font-size: .875rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #fff; opacity: .78; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 0 25px; border: 1px solid transparent; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); }
.button-primary:hover { background: var(--blue-dark); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.55); }
.button-dark { color: #fff; background: var(--ink); }
.text-link { display: inline-flex; gap: 16px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link.light { color: #fff; }
.scroll-hint { position: absolute; z-index: 2; bottom: 30px; left: 50%; width: 26px; height: 42px; border: 1px solid rgba(255,255,255,.5); border-radius: 15px; }
.scroll-hint span { position: absolute; left: 11px; top: 9px; width: 3px; height: 8px; border-radius: 2px; background: #fff; animation: scroll 1.7s infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.section-heading h2, .history h2, .donate h2, .contact h2, .missions h2 { margin: 0; font-size: clamp(42px, 5.8vw, 78px); line-height: 1.04; letter-spacing: -.055em; }
.intro-copy { padding-top: 8px; }
.intro-copy .lead { margin: 0 0 26px; color: var(--ink); font-size: clamp(22px, 2.5vw, 32px); line-height: 1.4; }
.intro-copy > p:not(.lead) { max-width: 680px; color: var(--muted); }
.intro-copy .affiliation { margin-top: 22px; padding-left: 16px; border-left: 2px solid var(--blue); font-size: .875rem; }
.intro-copy .text-link { margin-top: 22px; }

.jesus-band { padding: 80px 0; color: #fff; background: var(--ink); }
.jesus-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; }
.jesus-mark span { display: block; margin-bottom: 5px; color: rgba(255,255,255,.65); font-family: "Bricolage Grotesque", sans-serif; font-size: 28px; }
.jesus-mark img { width: min(430px, 100%); filter: brightness(0) invert(1); }
.jesus-copy h2 { margin: 0 0 35px; font-size: clamp(28px, 3.3vw, 48px); line-height: 1.25; letter-spacing: -.035em; }

.section-heading.centered { max-width: 700px; margin: 0 auto 60px; text-align: center; }
.section-heading.centered h2 { margin-bottom: 18px; }
.section-heading.centered > p:last-child { color: var(--muted); }
.location-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.location-card { position: relative; min-height: 420px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; color: #fff; background: #172029; }
.location-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 32%, rgba(3,7,10,.87)); z-index: 1; }
.location-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.location-card:hover img { transform: scale(1.05); }
.location-card-content { position: relative; z-index: 2; }
.location-card h3 { margin: 0 0 8px; font-size: 23px; line-height: 1.05; letter-spacing: -.03em; }
.location-card p { margin: 0; font-size: .875rem; opacity: .86; }
.location-card .arrow { position: absolute; z-index: 2; right: 22px; top: 22px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }

.next-steps { color: #fff; background: #0e1012; }
.steps-heading { max-width: 600px; margin-bottom: 55px; }
.steps-heading h2 { margin: 0 0 15px; font-size: clamp(46px, 6vw, 80px); letter-spacing: -.05em; }
.steps-heading p:last-child { color: rgba(255,255,255,.62); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.step-card { min-height: 330px; padding: 32px 28px; border-right: 1px solid rgba(255,255,255,.18); transition: background .25s; }
.step-card:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.step-card:hover { background: rgba(255,255,255,.055); }
.step-number { display: block; margin-bottom: 90px; color: var(--blue); font: 700 16px "Hanken Grotesk", sans-serif; }
.step-card h3 { margin: 0 0 15px; font-size: 22px; }
.step-card p { color: rgba(255,255,255,.68); font-size: 14px; }
.step-card > a { display: inline-block; margin-top: 14px; color: #fff; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.history { background: var(--paper); }
.history-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 8vw; align-items: center; }
.history-photo { position: relative; }
.history-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 64% center; box-shadow: var(--shadow); }
.year-badge { position: absolute; right: -35px; bottom: 35px; width: 145px; height: 145px; padding: 28px; color: #fff; background: var(--blue); font-family: "Hanken Grotesk", sans-serif; font-size: .875rem; letter-spacing: .1em; text-transform: uppercase; }
.year-badge strong { font-size: 35px; letter-spacing: 0; }
.history-copy > p:not(.eyebrow) { color: var(--muted); }
.team-strip { margin-top: 35px; padding-top: 25px; display: flex; justify-content: space-between; align-items: end; gap: 25px; border-top: 1px solid var(--line); }
.team-strip div span { display: block; color: var(--muted); font-size: .875rem; }

.team .section-heading { max-width: 650px; margin-bottom: 50px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.team-card { padding: 30px; background: #fff; }
.team-card .team-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 55px; color: #fff; background: var(--ink); border-radius: 50%; font: 700 18px "Hanken Grotesk", sans-serif; }
.team-card h3 { margin: 0 0 5px; font-size: 19px; }
.team-card p { margin: 0; color: var(--muted); font-size: .875rem; }

.missions { position: relative; min-height: 570px; display: grid; align-items: center; color: #fff; background: url("assets/optimized/nuestrosmisioneros3.webp") center / cover no-repeat, #111; }
.missions-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,7,11,.9), rgba(3,7,11,.36)); }
.missions-content { position: relative; z-index: 1; }
.missions-content h2 { max-width: 760px; }
.missions-content > p:last-child { max-width: 620px; font-size: 18px; color: rgba(255,255,255,.75); }

.donate-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 8vw; align-items: center; }
.donate-art { padding: 50px; background: var(--paper); }
.donate-art img { width: 100%; }
.donate-copy blockquote { margin: 28px 0 35px; padding-left: 22px; border-left: 2px solid var(--blue); color: var(--muted); font-size: 20px; }

.contact { color: #fff; background: #16191c; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.contact-intro > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.contact-note { margin-top: 35px; padding: 16px; display: flex; gap: 12px; align-items: flex-start; color: rgba(255,255,255,.76); background: rgba(255,255,255,.055); font-size: .875rem; }
.contact-note span { flex: 0 0 20px; height: 20px; text-align: center; border: 1px solid currentColor; border-radius: 50%; }
.home-contact-grid { align-items: center; }
.home-contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-form label { display: grid; gap: 8px; color: rgba(255,255,255,.82); font: 700 .875rem "Hanken Grotesk", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; color: #fff; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.32); border-radius: 0; }
.contact-form input { height: 48px; }
.contact-form textarea { resize: vertical; }
.contact-form select { min-height: 48px; color-scheme: dark; }
.contact-form option { color: var(--ink); background: #fff; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue-bright); }
.contact-form .button { justify-self: start; }

.site-footer { padding: 65px 0 25px; color: #fff; background: #08090a; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand img { width: 54px; }
.footer-top p { color: rgba(255,255,255,.72); font-size: .875rem; }
.footer-locations { padding: 45px 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 25px; }
.footer-location h3 { margin: 0 0 8px; font-size: .875rem; }
.footer-location p, .footer-location address { margin: 0; color: rgba(255,255,255,.72); font-size: .875rem; line-height: 1.7; font-style: normal; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.72); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.toast { position: fixed; z-index: 100; right: 25px; bottom: 25px; max-width: 360px; padding: 16px 20px; color: #fff; background: var(--ink); box-shadow: var(--shadow); transform: translateY(120px); opacity: 0; transition: .3s; }
.toast.visible { transform: translateY(0); opacity: 1; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

:where(a, button, input, textarea, select):focus-visible { outline: 3px solid #fff; outline-offset: 3px; box-shadow: 0 0 0 6px var(--ink); }
:where(section, article)[id] { scroll-margin-top: 88px; }

.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; margin-bottom: 58px; }
.split-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.split-heading h2 { margin: 0; }

.jesus-detail { background: linear-gradient(rgba(255,255,255,.96), rgba(255,255,255,.96)), url("assets/optimized/luz-1.webp") center / cover fixed; }
.belief-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.belief-card { min-height: 330px; padding: 35px; border-right: 1px solid var(--line); }
.belief-card:last-child { border-right: 0; }
.belief-card > span { display: block; margin-bottom: 85px; color: var(--blue); font-family: "Hanken Grotesk", sans-serif; }
.belief-card h3 { margin: 0 0 14px; font-size: 24px; }
.belief-card p { margin: 0; color: var(--muted); font-size: 14px; }
.belief-cta { margin-top: 35px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.belief-cta p { margin: 0; font-size: 20px; font-weight: 600; }

.churches-detail { background: var(--paper); }
.church-detail { min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; background: #fff; border-top: 1px solid var(--line); }
.church-detail.reverse .church-detail-media { order: 2; }
.church-detail-media { min-height: 620px; overflow: hidden; background: #d8d8d8; }
.church-detail-media img { width: 100%; height: 100%; object-fit: cover; }
.church-detail-content { align-self: center; max-width: 690px; padding: 75px clamp(35px, 6vw, 100px); }
.church-detail-content h2 { margin: 0 0 24px; font-size: clamp(38px, 4.5vw, 65px); line-height: 1.03; letter-spacing: -.05em; }
.church-detail-content > p:not(.eyebrow) { color: var(--muted); }
.church-facts { margin: 35px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); }
.church-facts > div { padding: 20px 20px 20px 0; border-bottom: 1px solid var(--line); }
.church-facts dt { margin-bottom: 6px; color: var(--muted); font: 700 .75rem "Hanken Grotesk", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.church-facts dd { margin: 0; font-size: .875rem; line-height: 1.7; }
.church-facts dd a { text-decoration: underline; text-underline-offset: 3px; }
.church-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }

.ministries { background: #fff; }
.ministry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ministry-card { min-width: 0; overflow: hidden; background: var(--paper); }
.ministry-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.82); transition: transform .6s ease, filter .4s ease; }
.ministry-card:hover img { transform: scale(1.03); filter: saturate(1); }
.ministry-card > div { padding: 28px; }
.ministry-card span, .giving-card span, .mission-card span { color: var(--blue); font: 700 .75rem "Hanken Grotesk", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.ministry-card h3, .giving-card h3 { margin: 8px 0 12px; font-size: 25px; }
.ministry-card p, .giving-card p { color: var(--muted); font-size: .875rem; }
.ministry-card a, .team-card a { display: inline-block; margin-top: 12px; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.team-card a { color: var(--blue); }

.mission-projects { background: var(--paper); }
.mission-filters { margin-bottom: 35px; display: flex; flex-wrap: wrap; gap: 8px; }
.mission-filters button { padding: 10px 17px; color: var(--ink); background: transparent; border: 1px solid var(--line); cursor: pointer; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.mission-filters button.active { color: #fff; background: var(--ink); border-color: var(--ink); }
.mission-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mission-card { overflow: hidden; background: #fff; box-shadow: 0 12px 35px rgba(16,17,18,.055); }
.mission-card[hidden] { display: none; }
.mission-card img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; }
.mission-card > div { padding: 25px; }
.mission-card h3 { margin: 6px 0 11px; font-size: 20px; }
.mission-card p { margin: 0; color: var(--muted); font-size: .875rem; }
.source-note { margin: 35px 0 0; padding: 17px 20px; color: var(--muted); background: rgba(20,121,189,.07); font-size: .875rem; }

.donate { background: #fff; }
.donate-copy > p:last-child { color: var(--muted); }
.giving-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.giving-card { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.giving-card > img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.giving-card > div { padding: 28px; }
.giving-card .button { margin-top: 12px; }
.copy-value { padding: 0; color: inherit; background: none; border: 0; border-bottom: 1px dashed currentColor; cursor: pointer; text-align: left; }
.giving-card .button.copy-value { padding: 0 25px; color: #fff; background: var(--ink); border: 1px solid transparent; }
.data-warning { margin-top: 22px; padding: 15px 18px; color: #6b4e00; background: #fff6d9; font-size: .875rem; }

.contact-form .optional { opacity: .78; font-size: .75rem; font-weight: 700; letter-spacing: .1em; }
.contact-form .checkbox-label { display: flex; grid-template-columns: none; flex-direction: row; align-items: flex-start; gap: 12px; color: rgba(255,255,255,.7); line-height: 1.5; letter-spacing: 0; text-transform: none; }
.contact-form .checkbox-label input { flex: 0 0 auto; width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--blue-bright); }
.prototype-note { color: rgba(255,255,255,.72); }

.social-row { padding: 22px 0; display: flex; flex-wrap: wrap; gap: 25px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.76); font-size: .875rem; }
.social-row span { color: #fff; font-weight: 700; text-transform: uppercase; }
.social-row a:hover { color: #fff; }

.history-photo .history-secondary { position: absolute; left: -35px; bottom: -35px; z-index: 2; width: 52%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border: 10px solid var(--paper); box-shadow: var(--shadow); }
.team-card { position: relative; overflow: hidden; }
.team-card > img { width: calc(100% + 60px); max-width: none; margin: -30px -30px 0; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 22%; filter: saturate(.86); }
.team-card .team-icon { position: relative; z-index: 2; margin: -22px 0 24px; box-shadow: 0 5px 18px rgba(0,0,0,.18); }

@media (max-width: 1050px) {
  .location-grid { grid-template-columns: repeat(6, 1fr); }
  .location-card { grid-column: span 2; }
  .location-card:nth-child(4), .location-card:nth-child(5) { grid-column: span 3; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .step-card { border-bottom: 1px solid rgba(255,255,255,.18); }
  .ministry-grid, .mission-grid { grid-template-columns: 1fr 1fr; }
  .giving-grid { grid-template-columns: 1fr 1fr; }
  .footer-locations { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .site-header { height: 78px; padding: 0 18px; }
  .site-header.is-sticky, .menu-open .site-header { backdrop-filter: none; }
  .brand { position: relative; z-index: 3; }
  .brand img { width: 46px; height: 46px; }
  .menu-toggle { position: relative; z-index: 3; display: block; color: inherit; }
  .menu-open .menu-toggle { color: #fff; }
  .menu-open .menu-toggle > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle > span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-header nav {
    position: fixed;
    z-index: 2;
    inset: 0;
    width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 120px 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: #fff;
    background: #0b0d0f;
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform .3s ease, visibility 0s linear .3s;
  }
  .site-header nav.open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }
  .nav-cta { margin-top: 10px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 36px, 1180px); }
  .section { padding: 80px 0; }
  .site-header nav { font-size: 21px; }
  .hero { min-height: 680px; }
  .hero::before { background: rgba(4,7,9,.58); }
  .hero-content { margin: 0 18px; width: auto; }
  .hero h1 { font-size: clamp(66px, 23vw, 105px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .scroll-hint { display: none; }
  .intro-grid, .jesus-grid, .history-grid, .donate-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .belief-grid { grid-template-columns: 1fr; }
  .belief-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .belief-card:last-child { border-bottom: 0; }
  .belief-card > span { margin-bottom: 45px; }
  .belief-cta { align-items: flex-start; flex-direction: column; }
  .jesus-band { padding: 70px 0; }
  .jesus-mark img { width: 300px; }
  .location-grid { display: grid; grid-template-columns: 1fr; }
  .location-card, .location-card:nth-child(n) { grid-column: auto; min-height: 390px; }
  .church-detail { min-height: 0; grid-template-columns: 1fr; }
  .church-detail.reverse .church-detail-media { order: 0; }
  .church-detail-media { min-height: 390px; height: 70vw; max-height: 520px; }
  .church-detail-content { padding: 65px 18px 75px; }
  .church-facts { grid-template-columns: 1fr; }
  .church-actions { align-items: flex-start; flex-direction: column; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card, .step-card:first-child { min-height: auto; border-left: 1px solid rgba(255,255,255,.18); }
  .step-number { margin-bottom: 55px; }
  .history-photo { width: calc(100% - 25px); }
  .history-photo .history-secondary { left: -8px; bottom: -22px; width: 58%; border-width: 6px; }
  .year-badge { right: -25px; }
  .jesus-detail { background-attachment: scroll; }
  .team-strip { align-items: flex-start; flex-direction: column; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card .team-icon { margin-bottom: 35px; }
  .ministry-grid, .mission-grid, .giving-grid { grid-template-columns: 1fr; }
  .mission-filters { gap: 6px; }
  .mission-filters button { padding: 9px 12px; }
  .missions { min-height: 500px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .full { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-locations { grid-template-columns: 1fr 1fr; }
  .social-row { gap: 16px 22px; }
  .footer-bottom { gap: 15px; flex-direction: column; }
}

@media (max-width: 480px) {
  .church-facts { grid-template-columns: 1fr; }
  .footer-locations { grid-template-columns: 1fr; }
}

@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; }
}

html:not(.site-ready) .reveal { opacity: 1; transform: none; }

@media (max-width: 820px) {
  html:not(.site-ready) .site-header { height: auto; min-height: 78px; flex-wrap: wrap; padding-top: 12px; padding-bottom: 12px; }
  html:not(.site-ready) .menu-toggle { display: none; }
  html:not(.site-ready) .site-header nav {
    position: static;
    width: 100%;
    min-height: 0;
    padding: 10px 0 0;
    flex-flow: row wrap;
    gap: 10px 18px;
    overflow: visible;
    color: inherit;
    background: transparent;
    transform: none;
    visibility: visible;
    pointer-events: auto;
  }
}
