:root {
  --cream: #F5F1EC;
  --warm-white: #FAFAF8;
  --stone: #E4DDD4;
  --sand: #CFC0AD;
  --caramel: #B08C65;
  --terra: #7E5535;
  --ink: #18181A;
  --charcoal: #38342F;
  --muted: #736C63;
  --gold: #C4A05C;
  --blush: #E5D3C0;
  --green: #4A6741;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  /* iOS: always load web fonts, never fall back to system */
  font-family: 'Manrope', sans-serif;
  background: var(--warm-white); color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 16px 48px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(250,250,248,0.95);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--stone); transition: box-shadow 0.3s;
}
.nav-logo {
  font-family: 'Unbounded', sans-serif;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em;
  color: var(--ink); text-decoration: none;
  display: flex; align-items: center; gap: 8px; text-transform: uppercase; flex-shrink: 0;
}
.nav-logo .cross { color: var(--caramel); }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a {
  font-family: 'Unbounded', sans-serif;
  font-size: 0.65rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--charcoal); text-decoration: none; position: relative; padding-bottom: 2px;
}
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--caramel); transition: width 0.3s; }
.nav-links a:hover::after { width: 100%; }
.nav-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-cta {
  font-family: 'Unbounded', sans-serif;
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 9px 18px; background: var(--caramel); color: white;
  border: none; cursor: pointer; border-radius: 2px; transition: background 0.3s; text-decoration: none;
}
.nav-cta:hover { background: var(--terra); }
.hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; background: none; border: none; padding: 6px; min-width: 36px; min-height: 36px; }
.hamburger span { width: 22px; height: 1.5px; background: var(--ink); display: block; border-radius: 1px; }

/* ── LANG ── */
.lang-switch { display: flex; gap: 3px; }
.lang-btn {
  font-family: 'Manrope', sans-serif;
  font-size: 0.58rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 7px; border: 1px solid var(--stone); background: none;
  cursor: pointer; color: var(--muted); border-radius: 2px; transition: all 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.lang-btn.active, .lang-btn:hover { background: var(--caramel); border-color: var(--caramel); color: white; }

/* ── MOBILE NAV ── */
.mobile-nav {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(280px, 85vw);
  background: var(--warm-white); z-index: 200;
  padding-top: max(72px, env(safe-area-inset-top, 72px));
  padding-left: 28px; padding-right: 28px; padding-bottom: 40px;
  display: flex; flex-direction: column; gap: 0;
  transform: translateX(100%); transition: transform 0.3s ease;
  box-shadow: -8px 0 40px rgba(0,0,0,0.1); overflow-y: auto;
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav a {
  font-family: 'Unbounded', sans-serif;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  padding: 18px 0; border-bottom: 1px solid var(--stone); display: block;
  -webkit-tap-highlight-color: transparent;
}
.mobile-nav a:last-child { border-bottom: none; }
.mobile-overlay { position: fixed; inset: 0; background: rgba(24,24,26,0.5); z-index: 150; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.mobile-overlay.open { opacity: 1; pointer-events: all; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-block;
  font-family: 'Unbounded', sans-serif;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 14px 28px; background: var(--caramel); color: white;
  border: none; cursor: pointer; text-decoration: none; border-radius: 2px;
  transition: background 0.3s; -webkit-tap-highlight-color: transparent;
}
.btn-primary:hover, .btn-primary:active { background: var(--terra); }
.btn-outline {
  display: inline-block;
  font-family: 'Unbounded', sans-serif;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 14px 28px; background: transparent; color: var(--ink);
  border: 1.5px solid var(--sand); cursor: pointer; text-decoration: none; border-radius: 2px;
  transition: all 0.3s; -webkit-tap-highlight-color: transparent;
}
.btn-outline:hover { border-color: var(--caramel); color: var(--caramel); }

/* ── SECTION COMMON ── */
section { padding: 88px 72px; }
.section-eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--caramel); margin-bottom: 12px; display: flex; align-items: center; gap: 12px;
}
.section-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--caramel); flex-shrink: 0; }
.section-title {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2.6rem);
  font-weight: 800; line-height: 1.12; margin-bottom: 18px;
  letter-spacing: -0.02em; text-transform: uppercase;
}
.section-title em {
  font-family: 'Unbounded', sans-serif;
  font-style: normal; color: var(--caramel);
  font-weight: 300; text-transform: uppercase; letter-spacing: -0.02em; font-size: 1em;
}
.section-body { font-size: 0.95rem; font-weight: 400; line-height: 1.8; color: var(--muted); max-width: 560px; }

/* ── HERO ── */
.hero { min-height: 100svh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 64px; }
.hero-left { display: flex; flex-direction: column; justify-content: center; padding: 60px 48px 60px 72px; }
.hero-eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--caramel); margin-bottom: 20px; display: flex; align-items: center; gap: 12px;
}
.hero-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--caramel); }
.hero-title {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(1.9rem, 3.4vw, 3.8rem); font-weight: 800; line-height: 1.08;
  color: var(--ink); margin-bottom: 20px; letter-spacing: -0.03em; text-transform: uppercase;
}
.hero-title span {
  display: block; color: var(--caramel); font-weight: 300;
  font-family: 'Unbounded', sans-serif;
  font-style: normal; font-size: 0.72em; letter-spacing: -0.02em; line-height: 1.4;
}
.hero-sub { font-size: 1rem; font-weight: 400; line-height: 1.72; color: var(--muted); max-width: 380px; margin-bottom: 36px; }
.hero-info { display: flex; margin-bottom: 36px; border-top: 1px solid var(--stone); border-bottom: 1px solid var(--stone); }
.info-item { flex: 1; padding: 16px 18px; border-right: 1px solid var(--stone); }
.info-item:last-child { border-right: none; }
.info-label { font-family: 'Manrope', sans-serif; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.info-val { font-family: 'Unbounded', sans-serif; font-size: 0.8rem; font-weight: 700; color: var(--ink); line-height: 1.4; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-right { position: relative; overflow: hidden; }
.hero-img-wrap { width: 100%; height: 100%; clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%); }
.hero-img-placeholder {
  width: 100%; height: 100%; min-height: 500px;
  background: linear-gradient(145deg, var(--blush) 0%, var(--sand) 45%, var(--caramel) 100%);
  display: flex; align-items: flex-end; padding: 36px;
  font-family: 'Manrope', sans-serif; font-size: 0.88rem; color: rgba(255,255,255,0.6); font-style: italic;
}
.hero-img-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(250,250,248,0.2) 0%, transparent 60%); }
.hero-badge {
  position: absolute; bottom: 44px; left: -20px; z-index: 5;
  background: white; padding: 18px 24px;
  box-shadow: 0 8px 40px rgba(24,24,26,0.12); border-left: 3px solid var(--caramel);
}
.badge-label { font-family: 'Manrope', sans-serif; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--caramel); margin-bottom: 4px; }
.badge-val { font-family: 'Unbounded', sans-serif; font-size: 0.78rem; font-weight: 700; color: var(--ink); }

/* ── ABOUT ── */
.about { background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img {
  width: 100%; aspect-ratio: 4/5;
  background: linear-gradient(160deg, var(--blush) 0%, var(--caramel) 100%);
  display: flex; align-items: flex-end; padding: 24px;
  font-family: 'Manrope', sans-serif; color: rgba(255,255,255,0.5); font-size: 0.82rem; font-style: italic;
}
.about-deco { position: absolute; bottom: -16px; right: -16px; width: 160px; height: 160px; background: var(--blush); z-index: -1; }
.beliefs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 36px; }
.belief-card { padding: 20px 16px; border: 1px solid var(--stone); background: var(--warm-white); border-radius: 3px; transition: border-color 0.3s, transform 0.3s; }
.belief-card:hover { border-color: var(--caramel); transform: translateY(-2px); }
.belief-icon { font-size: 1.1rem; margin-bottom: 8px; }
.belief-title { font-family: 'Unbounded', sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 5px; }
.belief-text { font-size: 0.78rem; font-weight: 400; color: var(--muted); line-height: 1.6; }

/* ── SUNDAY ── */
.sunday { background: var(--ink); color: white; }
.sunday .section-title { color: white; }
.sunday .section-body { color: rgba(255,255,255,0.5); }
.timeline { margin-top: 52px; max-width: 640px; margin-left: auto; margin-right: auto; }
.tl-item { display: flex; gap: 28px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,0.08); align-items: flex-start; }
.tl-time {
  font-family: 'Unbounded', sans-serif; font-size: 1rem; font-weight: 700;
  color: var(--gold); white-space: nowrap; min-width: 52px; padding-top: 2px;
}
.tl-dot { display: none; }
.tl-divider { width: 1px; background: rgba(196,160,92,0.3); align-self: stretch; flex-shrink: 0; }
.tl-body { flex: 1; }
.tl-title { font-family: 'Unbounded', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 7px; color: white; }
.tl-desc { font-size: 0.83rem; font-weight: 400; color: rgba(255,255,255,0.5); line-height: 1.72; }

/* ── PASTOR ── */
.pastor { background: var(--warm-white); }
.pastor-grid { display: grid; grid-template-columns: 280px 1fr; gap: 72px; align-items: center; margin-top: 52px; }
.pastor-img-wrap { position: relative; }
.pastor-img {
  width: 100%; aspect-ratio: 3/4;
  background: linear-gradient(170deg, var(--blush) 0%, var(--sand) 55%, var(--caramel) 100%);
  display: flex; align-items: flex-end; padding: 20px;
  font-family: 'Manrope', sans-serif; font-style: italic; color: rgba(255,255,255,0.5); font-size: 0.8rem;
}
.pastor-border { position: absolute; top: 14px; left: 14px; right: -14px; bottom: -14px; border: 1px solid var(--stone); z-index: -1; }
.pastor-quote {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem; font-weight: 300; line-height: 1.75; font-style: italic;
  color: var(--ink); margin-bottom: 24px; border-left: 3px solid var(--caramel); padding-left: 18px;
}
.pastor-name { font-family: 'Unbounded', sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 3px; }
.pastor-role { font-family: 'Manrope', sans-serif; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--caramel); margin-bottom: 18px; }
.pastor-bio { font-size: 0.9rem; font-weight: 400; line-height: 1.82; color: var(--muted); }

/* ── MINISTRY ── */
.ministry { background: var(--cream); }
.ministry-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; margin-top: 48px; }
.ministry-card { padding: 30px 24px; background: var(--warm-white); border-bottom: 3px solid var(--stone); border-radius: 3px 3px 0 0; transition: border-color 0.3s, transform 0.3s; }
.ministry-card:hover { border-color: var(--caramel); transform: translateY(-3px); }
.ministry-num { font-family: 'Manrope', sans-serif; font-size: 2.4rem; font-weight: 300; color: var(--stone); line-height: 1; margin-bottom: 14px; }
.ministry-title { font-family: 'Unbounded', sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px; }
.ministry-desc { font-size: 0.8rem; font-weight: 400; color: var(--muted); line-height: 1.7; }

/* ── HOME GROUPS ── */
.homegroups { background: var(--warm-white); }
.hg-scroll-wrap { position: relative; padding: 0 52px; }
.hg-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--warm-white); border: 1px solid var(--stone);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 10; color: var(--ink);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  box-shadow: 0 2px 16px rgba(24,24,26,0.1);
  -webkit-tap-highlight-color: transparent;
}
.hg-arrow:hover, .hg-arrow:active { background: var(--caramel); border-color: var(--caramel); color: white; }
.hg-arrow--prev { left: 0; }
.hg-arrow--next { right: 0; }
.hg-arrow.hidden { opacity: 0; pointer-events: none; }
.hg-grid {
  display: flex; gap: 16px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 4px 4px 14px; cursor: grab;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; scrollbar-color: var(--sand) transparent;
}
.hg-grid::-webkit-scrollbar { height: 3px; }
.hg-grid::-webkit-scrollbar-thumb { background: var(--sand); border-radius: 2px; }
.hg-card {
  background: var(--cream); border: 1px solid var(--stone); border-radius: 3px;
  padding: 22px 20px; display: flex; flex-direction: column;
  min-width: 268px; max-width: 268px;
  scroll-snap-align: start; flex-shrink: 0;
  transition: border-color 0.3s, transform 0.3s;
}
.hg-card:hover { border-color: var(--caramel); transform: translateY(-3px); }
.hg-card--new { border-style: dashed; border-color: var(--sand); background: var(--warm-white); }
.hg-card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.hg-badge { font-family: 'Manrope', sans-serif; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; background: var(--caramel); color: white; padding: 3px 8px; border-radius: 2px; }
.hg-badge--new { background: var(--green); }
.hg-spots { font-family: 'Manrope', sans-serif; font-size: 0.65rem; font-weight: 700; color: var(--caramel); }
.hg-spots--open { color: var(--green); }
.hg-title { font-family: 'Unbounded', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink); margin-bottom: 10px; line-height: 1.4; }
.hg-meta { display: flex; flex-direction: column; gap: 4px; margin-bottom: 12px; }
.hg-meta-item { font-size: 0.74rem; font-weight: 400; color: var(--muted); }
.hg-desc { font-size: 0.78rem; font-weight: 400; color: var(--muted); line-height: 1.68; margin-bottom: 18px; flex: 1; }
.hg-btn {
  display: block; padding: 10px 16px;
  font-family: 'Unbounded', sans-serif;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--caramel); color: white; text-decoration: none;
  border-radius: 2px; text-align: center; transition: background 0.3s;
  border: 1.5px solid var(--caramel); cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.hg-btn:hover, .hg-btn:active { background: var(--terra); border-color: var(--terra); }
.hg-btn--outline { background: transparent; color: var(--caramel); }
.hg-btn--outline:hover { background: var(--caramel); color: white; }

/* ── MISSION ── */
.mission { background: var(--caramel); text-align: center; padding: 100px 72px; }
.mission-quote {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(1.15rem, 2.8vw, 2rem); font-weight: 300; font-style: italic; line-height: 1.55;
  color: white; max-width: 760px; margin: 0 auto 22px;
}
.mission-quote::before { content: '\201C'; }
.mission-quote::after  { content: '\201D'; }
.mission-ref { font-family: 'Manrope', sans-serif; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.65); }

/* ── GALLERY ── */
.gallery { background: var(--warm-white); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 8px; margin-top: 48px; }
.gallery-item { background: var(--stone); overflow: hidden; border-radius: 3px; }
.gallery-item:nth-child(1) { grid-column: span 5; grid-row: span 2; min-height: 260px; }
.gallery-item:nth-child(2) { grid-column: span 4; min-height: 126px; }
.gallery-item:nth-child(3) { grid-column: span 3; min-height: 126px; }
.gallery-item:nth-child(4) { grid-column: span 7; min-height: 126px; }
.gallery-item:nth-child(5) { grid-column: span 3; min-height: 126px; }
.gallery-item:nth-child(6) { grid-column: span 2; min-height: 126px; }
.gallery-fill {
  width: 100%; height: 100%; min-height: inherit;
  background: linear-gradient(135deg, var(--blush) 0%, var(--sand) 50%, var(--caramel) 100%);
  opacity: 0.65; display: flex; align-items: center; justify-content: center;
  font-family: 'Manrope', sans-serif;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.6); transition: opacity 0.3s, transform 0.4s;
}
.gallery-item:hover .gallery-fill { opacity: 1; transform: scale(1.04); }

/* ── CONTACT ── */
.contact { background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.contact-block { margin-bottom: 28px; }
.contact-label { font-family: 'Manrope', sans-serif; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--caramel); margin-bottom: 4px; }
.contact-val { font-size: 0.95rem; font-weight: 400; color: var(--ink); line-height: 1.55; }
.social-links { display: flex; gap: 8px; margin-top: 20px; }
.social-link { width: 40px; height: 40px; border: 1.5px solid var(--sand); display: flex; align-items: center; justify-content: center; color: var(--ink); text-decoration: none; font-family: 'Manrope', sans-serif; font-size: 0.65rem; font-weight: 700; border-radius: 2px; transition: all 0.3s; -webkit-tap-highlight-color: transparent; }
.social-link:hover { background: var(--caramel); border-color: var(--caramel); color: white; }
.form-wrap { background: var(--warm-white); padding: 40px; border: 1px solid var(--stone); border-radius: 4px; }
.form-title { font-family: 'Unbounded', sans-serif; font-size: 0.95rem; font-weight: 800; letter-spacing: -0.01em; text-transform: uppercase; margin-bottom: 24px; }
.form-group { margin-bottom: 14px; }
.form-label { display: block; font-family: 'Manrope', sans-serif; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 5px; }
.form-input, .form-textarea {
  width: 100%; padding: 12px 14px;
  background: var(--cream); border: 1px solid var(--stone); border-radius: 2px;
  /* font-size 16px prevents iOS auto-zoom */
  font-family: 'Manrope', sans-serif; font-size: 16px; font-weight: 400;
  color: var(--ink); outline: none; transition: border-color 0.3s;
  -webkit-appearance: none; appearance: none;
}
.form-input:focus, .form-textarea:focus { border-color: var(--caramel); background: var(--warm-white); }
.form-textarea { height: 108px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-hint { font-size: 0.68rem; color: var(--muted); margin-top: 10px; text-align: center; }

/* ── MAP ── */
.map-section { height: 320px; }
.map-placeholder { width: 100%; height: 100%; background: linear-gradient(150deg, var(--sand) 0%, var(--stone) 100%); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; }
.map-placeholder p { font-family: 'Manrope', sans-serif; font-size: 0.95rem; color: var(--muted); font-style: italic; }
.map-placeholder small { font-family: 'Manrope', sans-serif; font-size: 0.62rem; font-weight: 700; color: var(--caramel); letter-spacing: 0.14em; text-transform: uppercase; }

/* ── DONATIONS ── */
.donations { background: var(--ink); padding: 80px 72px; text-align: center; }
.donations .section-title { color: white; }
.donations .section-body { color: rgba(255,255,255,0.5); margin: 0 auto; text-align: center; }
.donations .section-eyebrow { justify-content: center; color: var(--gold); }
.donations .section-eyebrow::before { background: var(--gold); }
.donation-methods { display: flex; justify-content: center; gap: 16px; margin-top: 40px; flex-wrap: wrap; }
.donation-card { padding: 24px 30px; border: 1px solid rgba(255,255,255,0.1); border-radius: 3px; min-width: 160px; transition: border-color 0.3s; }
.donation-card:hover { border-color: var(--gold); }
.d-label { font-family: 'Manrope', sans-serif; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 7px; }
.d-val { font-size: 0.92rem; font-weight: 400; color: white; line-height: 1.5; }

/* ── FOOTER ── */
footer { background: var(--ink); color: rgba(255,255,255,0.45); padding: 36px 72px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,0.06); flex-wrap: wrap; gap: 14px; }
.footer-logo { font-family: 'Manrope', sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.65); }
.footer-copy { font-size: 0.65rem; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { font-family: 'Manrope', sans-serif; font-size: 0.68rem; color: rgba(255,255,255,0.35); text-decoration: none; }
.footer-links a:hover { color: var(--gold); }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
.hero-left > * { animation: fadeUp 0.7s ease both; }
.hero-left .hero-eyebrow { animation-delay: 0.08s; }
.hero-left .hero-title   { animation-delay: 0.2s; }
.hero-left .hero-sub     { animation-delay: 0.32s; }
.hero-left .hero-info    { animation-delay: 0.42s; }
.hero-left .hero-btns    { animation-delay: 0.52s; }

/* ════════════════════════════
   TABLET  ≤ 1024px
════════════════════════════ */
@media (max-width: 1024px) {
  nav { padding: 14px 24px; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .hamburger { display: flex; }
  .lang-switch { display: none; }

  section { padding: 64px 28px; }

  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 48px 28px 40px; order: 1; }
  .hero-right { order: 0; height: 52vw; min-height: 200px; max-height: 400px; }
  .hero-img-wrap { clip-path: none; height: 100%; }
  .hero-img-placeholder { min-height: 100%; }
  .hero-badge { display: none; }

  .about { grid-template-columns: 1fr; gap: 36px; }
  .about-img { aspect-ratio: 16/9; }
  .about-deco { display: none; }

  .pastor-grid { grid-template-columns: 1fr; gap: 36px; }
  .pastor-img { aspect-ratio: 16/9; max-height: 300px; }
  .pastor-border { display: none; }

  .contact { grid-template-columns: 1fr; gap: 40px; }

  .hg-scroll-wrap { padding: 0 44px; }

  .gallery-item:nth-child(1) { grid-column: span 12; min-height: 180px; }
  .gallery-item:nth-child(2), .gallery-item:nth-child(3) { grid-column: span 6; }
  .gallery-item:nth-child(4), .gallery-item:nth-child(5), .gallery-item:nth-child(6) { grid-column: span 4; }

  footer { padding: 28px 24px; }
  .donations { padding: 64px 28px; }
  .mission { padding: 80px 28px; }
}

/* ════════════════════════════
   MOBILE  ≤ 640px
════════════════════════════ */
@media (max-width: 640px) {
  nav { padding: 12px 16px; }
  .lang-switch { display: none; }
  
  .nav-logo img { width: 20px; height: 20px; object-fit: contain; }
  .nav-logo { font-size: 0.58rem; }

  section { padding: 52px 16px; }

  /* HERO */
  .hero-left { padding: 32px 16px 28px; }
  .hero-right { height: 95vw; }
  .hero-title { font-size: clamp(1.65rem, 7vw, 2.4rem); }
  .hero-sub { font-size: 0.9rem; max-width: 100%; }
  .hero-info { flex-direction: column; }
  .info-item { border-right: none; border-bottom: 1px solid var(--stone); padding: 12px 14px; }
  .info-item:last-child { border-bottom: none; }
  .hero-btns { flex-direction: column; gap: 10px; }
  .hero-btns .btn-primary, .hero-btns .btn-outline { text-align: center; width: 100%; padding: 16px; }

  /* BELIEFS */
  .beliefs { grid-template-columns: 1fr; gap: 10px; }

  /* TIMELINE */
  .tl-item { grid-template-columns: 60px 1fr; gap: 14px; }
  .tl-item::before { left: 52px; }
  .tl-dot { left: 48px; }

  /* MINISTRY */
  .ministry-grid { grid-template-columns: 1fr; }

  /* HOME GROUPS */
  .hg-scroll-wrap { padding: 0 36px; }
  .hg-arrow { width: 36px; height: 36px; }
  /* Full-width cards minus arrow space on mobile */
  .hg-card { min-width: calc(100vw - 96px); max-width: calc(100vw - 96px); }

  /* GALLERY */
  .gallery-grid { gap: 6px; }
  .gallery-item { grid-column: span 12 !important; min-height: 130px !important; }

  /* FORM — font-size:16px stops iOS zoom */
  .form-grid { grid-template-columns: 1fr; }
  .form-wrap { padding: 20px 16px; }

  /* MISSION */
  .mission { padding: 60px 16px; }

  /* DONATIONS */
  .donations { padding: 52px 16px; }
  .donation-methods { flex-direction: column; align-items: stretch; }
  .donation-card { min-width: unset; }

  /* FOOTER */
  footer { flex-direction: column; text-align: center; padding: 24px 16px; }
  .footer-links { justify-content: center; flex-wrap: wrap; }

  /* MOBILE NAV full width */
  .mobile-nav { width: 100%; }
}

/* ════════════════════════════
   iOS safe area
════════════════════════════ */
@supports (padding: env(safe-area-inset-bottom)) {
  footer { padding-bottom: calc(24px + env(safe-area-inset-bottom)); }
}