@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #0a1020;
  --navy: #070b19;
  --navy-2: #0d1430;
  --paper: #f6f4ee;
  --white: #ffffff;
  --muted: #647084;
  --gold: #f3bd56;
  --gold-2: #f7df8b;
  --line: rgba(10, 16, 32, 0.1);
  --blue: #5069ff;
  --violet: #875df7;
  font-family: 'DM Sans', sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); overflow-x: hidden; }
body, button, input, textarea { font-family: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { max-width: 100%; display: block; }

.site-shell { overflow: hidden; }
.wrap { width: min(1180px, calc(100% - 42px)); margin-inline: auto; }
.section { padding: 112px 0; }

.nav-wrap {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 32px));
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background: rgba(7, 11, 25, .72);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 55px rgba(0,0,0,.22);
}
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { width: 40px; height: 40px; border-radius: 13px; }
.brand span { display: grid; gap: 1px; color: white; line-height: 1.08; }
.brand strong { font-family: 'Manrope', sans-serif; font-size: 14px; letter-spacing: -.01em; }
.brand small { font-size: 10px; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .18em; }
.desktop-nav { display: flex; align-items: center; gap: 6px; }
.desktop-nav > a { padding: 11px 12px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 600; border-radius: 12px; transition: .25s ease; }
.desktop-nav > a:hover { color: white; background: rgba(255,255,255,.06); }
.desktop-nav .nav-cta { display: inline-flex; gap: 8px; align-items: center; background: white; color: var(--ink); padding: 11px 15px; margin-left: 4px; }
.desktop-nav .nav-cta:hover { background: var(--gold-2); color: var(--ink); }
.menu-button { display: none; width: 42px; height: 42px; border-radius: 12px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.06); color: white; align-items: center; justify-content: center; }

.hero { position: relative; min-height: 790px; height: 100svh; max-height: 980px; display: grid; align-items: center; background: #070b19; color: white; isolation: isolate; }
.hero-background { position: absolute; inset: 0; z-index: -4; background: linear-gradient(90deg, rgba(5,8,19,.98) 4%, rgba(5,8,19,.85) 47%, rgba(5,8,19,.3) 100%), linear-gradient(0deg, rgba(5,8,19,.7), rgba(5,8,19,.08) 50%, rgba(5,8,19,.35)), url('https://images.unsplash.com/photo-1438232992991-995b7058bbb3?auto=format&fit=crop&w=2200&q=88') center 34%/cover no-repeat; filter: saturate(.85) contrast(1.04); }
.hero-grid { position: absolute; inset: 0; z-index: -3; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(20px); z-index: -2; opacity: .55; }
.hero-glow-one { width: 420px; height: 420px; left: -160px; bottom: -160px; background: radial-gradient(circle, rgba(80,105,255,.55), transparent 67%); }
.hero-glow-two { width: 370px; height: 370px; right: 12%; top: 15%; background: radial-gradient(circle, rgba(243,189,86,.25), transparent 68%); }
.hero-content { position: relative; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .72fr); align-items: center; gap: 72px; padding-top: 68px; }
.hero-copy { max-width: 780px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.73); margin-bottom: 24px; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 0 rgba(243,189,86,.7); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(243,189,86,0); } 100% { box-shadow: 0 0 0 0 rgba(243,189,86,0); } }
.hero h1 { margin: 0; font-family: 'Manrope', sans-serif; font-size: clamp(59px, 7vw, 108px); line-height: .91; letter-spacing: -.065em; max-width: 900px; font-weight: 800; }
.hero h1 span { color: var(--gold-2); }
.hero h1 em { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.05em; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.85); }
.hero-copy > p { max-width: 680px; margin: 30px 0 0; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 14px; padding: 15px 18px; font-size: 14px; font-weight: 700; cursor: pointer; transition: .25s ease; }
.button-primary { color: #171209; background: linear-gradient(135deg, var(--gold-2), var(--gold)); box-shadow: 0 10px 35px rgba(243,189,86,.17); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(243,189,86,.25); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.button-ghost:hover { background: rgba(255,255,255,.11); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 43px; }
.hero-meta > div { display: flex; align-items: center; gap: 11px; color: var(--gold-2); }
.hero-meta span { display: grid; gap: 3px; }
.hero-meta strong { color: white; font-size: 12px; letter-spacing: .03em; }
.hero-meta small { color: rgba(255,255,255,.48); font-size: 11px; }
.hero-card { position: relative; overflow: hidden; align-self: end; margin-bottom: 78px; border-radius: 30px; padding: 28px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(20px); min-height: 360px; box-shadow: 0 32px 80px rgba(0,0,0,.28); }
.hero-card-top { display: flex; justify-content: space-between; color: rgba(255,255,255,.6); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.date-chip { display: flex; align-items: baseline; gap: 8px; margin-top: 58px; }
.date-chip strong { font-family: 'Manrope'; font-size: 70px; line-height: .8; letter-spacing: -.06em; color: var(--gold-2); }
.date-chip span { font-size: 12px; letter-spacing: .18em; color: rgba(255,255,255,.6); }
.hero-card h3 { margin: 24px 0 11px; font: 700 27px/1.1 'Manrope'; letter-spacing: -.04em; }
.hero-card p { color: rgba(255,255,255,.58); line-height: 1.65; font-size: 13px; max-width: 310px; }
.hero-card a { display: inline-flex; gap: 4px; align-items: center; color: var(--gold-2); font-size: 12px; font-weight: 700; margin-top: 11px; }
.card-orbit { position: absolute; border: 1px solid rgba(247,223,139,.13); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 260px; height: 260px; right: -145px; top: -45px; }
.orbit-two { width: 170px; height: 170px; right: -95px; top: 0; }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; width: 28px; height: 44px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; display: grid; place-items: start center; padding-top: 8px; }
.scroll-cue span { width: 3px; height: 8px; border-radius: 4px; background: white; animation: scrollcue 1.7s infinite; }
@keyframes scrollcue { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(13px); opacity: .1; } 100% { opacity: 0; } }

.marquee { overflow: hidden; background: var(--gold-2); border-bottom: 1px solid rgba(0,0,0,.05); }
.marquee-track { display: flex; width: max-content; animation: marquee 32s linear infinite; padding: 14px 0; }
.marquee span { display: flex; align-items: center; gap: 28px; margin-right: 28px; font: 800 11px 'Manrope'; letter-spacing: .16em; color: #342a18; }
.marquee b { font-size: 15px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-heading { max-width: 760px; }
.section-heading .eyebrow, .eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .16em; font-weight: 800; color: #735b2f; text-transform: uppercase; }
.section-heading h2, .contact-copy h2 { margin: 17px 0 0; font: 800 clamp(38px, 5vw, 66px)/1.02 'Manrope'; letter-spacing: -.055em; color: var(--ink); }
.section-heading p { margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; max-width: 690px; }
.section-heading.light .eyebrow { color: var(--gold-2); }
.section-heading.light h2 { color: white; }
.section-heading.light p { color: rgba(255,255,255,.57); }

.about-section { background: #f6f4ee; }
.about-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 95px; align-items: center; }
.about-list { display: grid; gap: 18px; margin-top: 38px; }
.about-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; }
.about-list svg { width: 42px; height: 42px; padding: 10px; border-radius: 13px; background: white; border: 1px solid var(--line); color: #9c752a; box-shadow: 0 10px 25px rgba(32,28,18,.04); }
.about-list span { display: grid; gap: 4px; }
.about-list strong { font: 700 14px 'Manrope'; }
.about-list small { color: var(--muted); line-height: 1.45; }
.vision-panel { position: relative; min-height: 520px; border-radius: 38px; padding: 44px; color: white; overflow: hidden; background: radial-gradient(circle at 85% 15%, rgba(133,93,247,.28), transparent 29%), radial-gradient(circle at 12% 87%, rgba(80,105,255,.25), transparent 32%), #0a1020; box-shadow: 0 28px 70px rgba(19,27,50,.15); }
.vision-panel::before { content: ''; position: absolute; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; right: -130px; top: 50px; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018); }
.vision-badge { display: inline-flex; padding: 7px 10px; border-radius: 99px; color: var(--gold-2); border: 1px solid rgba(247,223,139,.2); background: rgba(247,223,139,.06); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.vision-panel blockquote { position: relative; z-index: 1; margin: 80px 0 14px; max-width: 530px; font: 500 clamp(32px, 4.2vw, 56px)/1.08 Georgia, serif; letter-spacing: -.04em; }
.vision-panel > p { color: rgba(255,255,255,.5); font-size: 12px; letter-spacing: .1em; }
.vision-line { height: 1px; background: rgba(255,255,255,.1); margin: 48px 0 25px; }
.vision-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.vision-stats div { display: grid; gap: 8px; }
.vision-stats strong { color: var(--gold-2); font-size: 11px; letter-spacing: .1em; }
.vision-stats span { font-size: 12px; color: rgba(255,255,255,.68); }

.ministries-section { background: white; }
.ministry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 52px; }
.ministry-card { position: relative; overflow: hidden; min-height: 335px; padding: 28px; border-radius: 24px; border: 1px solid #e8e9eb; background: #fbfbfb; transition: .3s ease; }
.ministry-card:hover { transform: translateY(-7px); border-color: rgba(80,105,255,.2); box-shadow: 0 24px 55px rgba(18,27,46,.08); }
.ministry-card::after { content: ''; position: absolute; inset: auto -100px -130px auto; width: 230px; height: 230px; border-radius: 50%; background: radial-gradient(circle, rgba(80,105,255,.11), transparent 68%); }
.card-number { position: absolute; right: 22px; top: 20px; color: #c9cdd6; font: 700 11px 'Manrope'; letter-spacing: .12em; }
.ministry-icon { width: 51px; height: 51px; border-radius: 16px; display: grid; place-items: center; background: var(--ink); color: var(--gold-2); margin-bottom: 58px; }
.ministry-icon svg { width: 22px; }
.ministry-card h3 { margin: 0; font: 800 22px 'Manrope'; letter-spacing: -.035em; }
.ministry-card p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 12px 0 22px; }
.ministry-card a { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; }

.leaders-section { position: relative; background: #090e1e; color: white; }
.leaders-section::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 65%); }
.leaders-section .wrap { position: relative; }
.leaders-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 56px; }
.leader-card { overflow: hidden; border-radius: 25px; background: #11182d; border: 1px solid rgba(255,255,255,.07); }
.leader-portrait { position: relative; height: 270px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 38%, rgba(247,223,139,.35), transparent 25%), radial-gradient(circle at 50% 100%, rgba(80,105,255,.35), transparent 48%), linear-gradient(145deg, #19223f, #0b1020); }
.portrait-2 { background: radial-gradient(circle at 50% 38%, rgba(80,105,255,.38), transparent 25%), radial-gradient(circle at 50% 100%, rgba(247,223,139,.18), transparent 48%), linear-gradient(145deg, #171d34, #090d19); }
.portrait-3 { background: radial-gradient(circle at 50% 38%, rgba(221,140,255,.32), transparent 25%), radial-gradient(circle at 50% 100%, rgba(80,105,255,.26), transparent 48%), linear-gradient(145deg, #211934, #0b0d1c); }
.portrait-4 { background: radial-gradient(circle at 50% 38%, rgba(103,231,184,.25), transparent 25%), radial-gradient(circle at 50% 100%, rgba(80,105,255,.28), transparent 48%), linear-gradient(145deg, #13252f, #0a0e1e); }
.leader-portrait > span { z-index: 2; display: grid; place-items: center; width: 106px; height: 106px; border-radius: 50%; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); color: white; font: 700 24px 'Manrope'; box-shadow: inset 0 0 40px rgba(255,255,255,.04); }
.portrait-ring { position: absolute; width: 190px; height: 190px; border-radius: 50%; border: 1px solid rgba(255,255,255,.06); box-shadow: 0 0 0 32px rgba(255,255,255,.018), 0 0 0 65px rgba(255,255,255,.012); }
.leader-copy { padding: 22px 23px 27px; }
.leader-copy > span { color: var(--gold-2); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; }
.leader-copy h3 { margin: 8px 0 9px; font: 700 18px 'Manrope'; letter-spacing: -.02em; }
.leader-copy p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.62; }

.gallery-section { background: #f6f4ee; }
.gallery-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.gallery-note { max-width: 190px; color: #8a7760; font-size: 11px; line-height: 1.5; padding-bottom: 9px; }
.gallery-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 300px 245px 255px; gap: 14px; margin-top: 52px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 23px; background: #ddd; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.gallery-item:hover img { transform: scale(1.055); }
.gallery-1 { grid-row: span 2; }
.gallery-4 { grid-column: span 2; }
.gallery-6 { grid-column: span 2; }
.gallery-overlay { position: absolute; inset: 0; display: flex; align-items: end; justify-content: space-between; gap: 15px; padding: 22px; color: white; background: linear-gradient(transparent 45%, rgba(6,9,18,.78)); text-align: left; opacity: .95; }
.gallery-overlay > span { display: grid; gap: 3px; }
.gallery-overlay small { color: rgba(255,255,255,.67); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.gallery-overlay strong { font: 700 17px 'Manrope'; }
.gallery-overlay i { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(10px); }

.visit-section { position: relative; background: #0a1020; color: white; overflow: hidden; }
.visit-glow { position: absolute; inset: -200px auto auto 50%; width: 850px; height: 520px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(80,105,255,.2), transparent 66%); }
.visit-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.visit-grid .button { margin-top: 30px; }
.schedule-card { border-radius: 28px; padding: 17px 24px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.schedule-row { display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 16px; padding: 22px 3px; border-bottom: 1px solid rgba(255,255,255,.08); }
.schedule-row:last-child { border-bottom: 0; }
.schedule-row > svg { width: 43px; height: 43px; padding: 11px; border-radius: 14px; color: var(--gold-2); background: rgba(247,223,139,.07); border: 1px solid rgba(247,223,139,.11); }
.schedule-row > div { display: grid; gap: 4px; }
.schedule-row small { color: rgba(255,255,255,.35); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.schedule-row strong { font: 700 15px 'Manrope'; }
.schedule-row span { color: rgba(255,255,255,.55); font-size: 12px; }

.contact-section { background: white; }
.contact-card { display: grid; grid-template-columns: .87fr 1.13fr; gap: 70px; padding: 60px; border-radius: 34px; background: linear-gradient(135deg, #f4f1e9, #fbfbfa); border: 1px solid #e7e1d4; }
.contact-copy h2 { font-size: clamp(36px, 4.4vw, 58px); }
.contact-copy > p { color: var(--muted); line-height: 1.7; max-width: 480px; }
.contact-lines { display: grid; gap: 8px; margin-top: 28px; font-size: 13px; font-weight: 700; }
.contact-lines a:hover { color: #7e622c; }
.contact-form { display: grid; gap: 14px; padding: 25px; border-radius: 24px; background: white; border: 1px solid #e8e8e6; box-shadow: 0 20px 55px rgba(45,38,23,.06); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form label { display: grid; gap: 7px; color: #626977; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #e3e5e8; border-radius: 12px; background: #fafafa; color: var(--ink); outline: 0; padding: 13px 14px; font-size: 13px; resize: vertical; text-transform: none; letter-spacing: 0; transition: .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: rgba(80,105,255,.45); background: white; box-shadow: 0 0 0 3px rgba(80,105,255,.06); }
.contact-form .button { justify-self: start; }
.form-note { color: #90949e; font-size: 10px; line-height: 1.45; text-transform: none; letter-spacing: 0; }

footer { background: #070b19; color: white; padding: 75px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr .55fr; gap: 55px; }
.footer-brand p { color: rgba(255,255,255,.42); font-size: 12px; margin: 18px 0 0; }
.footer-links { display: grid; align-content: start; gap: 11px; }
.footer-links > strong { color: var(--gold-2); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 6px; }
.footer-links a, .footer-links span { color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.5; }
.footer-links a:hover { color: white; }
.socials { display: flex; gap: 7px; }
.socials a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07); }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.06); margin-top: 55px; padding-top: 22px; color: rgba(255,255,255,.27); font-size: 10px; }

.lightbox { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 30px; background: rgba(4,6,13,.92); backdrop-filter: blur(16px); }
.lightbox > button { position: fixed; right: 30px; top: 30px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.07); color: white; cursor: pointer; }
.lightbox-inner { width: min(1050px, 92vw); max-height: 86vh; display: grid; border-radius: 25px; overflow: hidden; background: #0e1425; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.lightbox-inner img { width: 100%; max-height: 72vh; object-fit: cover; }
.lightbox-inner > div { display: grid; gap: 3px; padding: 17px 20px; color: white; }
.lightbox-inner small { color: var(--gold-2); text-transform: uppercase; font-size: 9px; letter-spacing: .14em; }
.lightbox-inner strong { font: 700 16px 'Manrope'; }

@media (max-width: 1050px) {
  .hero-content { grid-template-columns: 1fr; gap: 25px; }
  .hero-card { display: none; }
  .hero h1 { font-size: clamp(60px, 10vw, 94px); }
  .about-grid, .visit-grid { gap: 55px; }
  .ministry-grid, .leaders-grid { grid-template-columns: repeat(2, 1fr); }
  .leader-portrait { height: 235px; }
  .contact-card { gap: 38px; padding: 42px; }
}

@media (max-width: 820px) {
  .section { padding: 84px 0; }
  .desktop-nav { position: absolute; left: 0; right: 0; top: calc(100% + 8px); padding: 10px; display: none; flex-direction: column; align-items: stretch; border-radius: 18px; background: rgba(7,11,25,.96); border: 1px solid rgba(255,255,255,.1); box-shadow: 0 25px 70px rgba(0,0,0,.35); }
  .desktop-nav.mobile-open { display: flex; }
  .desktop-nav > a { padding: 13px 14px; }
  .desktop-nav .nav-cta { margin-left: 0; justify-content: center; }
  .menu-button { display: inline-flex; }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 100px; }
  .about-grid, .visit-grid, .contact-card { grid-template-columns: 1fr; }
  .about-grid { gap: 55px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 235px 235px; }
  .gallery-1 { grid-row: span 1; grid-column: span 2; }
  .gallery-4 { grid-column: span 1; }
  .gallery-6 { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2; }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .nav-wrap { top: 10px; width: calc(100% - 20px); border-radius: 17px; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-background { background-position: 62% center; }
  .hero h1 { font-size: clamp(54px, 18vw, 77px); }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-meta { gap: 17px; }
  .hero-meta > div { min-width: 145px; }
  .section-heading h2, .contact-copy h2 { font-size: 40px; }
  .vision-panel { padding: 28px; min-height: 450px; }
  .vision-panel blockquote { margin-top: 70px; font-size: 38px; }
  .vision-stats { gap: 7px; }
  .vision-stats span { font-size: 10px; }
  .ministry-grid, .leaders-grid { grid-template-columns: 1fr; }
  .ministry-card { min-height: 290px; }
  .ministry-icon { margin-bottom: 42px; }
  .gallery-heading-row { display: grid; }
  .gallery-note { padding-bottom: 0; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(6, 290px); }
  .gallery-1, .gallery-6 { grid-column: auto; }
  .contact-card { width: calc(100% - 20px); padding: 28px 18px; border-radius: 27px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 18px; }
  .contact-form .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}
