/*
Theme Name: La Trinidad
Theme URI: https://www.latrinidad.org
Author: La Trinidad Iglesia Metodista
Description: Tema oficial de La Trinidad, Iglesia Metodista — Centro de Monterrey. Desde 1895. Somos Uno.
Version: 1.0
License: GPL v2 or later
Text Domain: la-trinidad
*/

/* ============================================================
   FUENTES — AIRBNB CEREAL
   ============================================================ */
@font-face { font-family:'Cereal'; src:url('assets/fonts/AirbnbCereal_W_Lt.otf') format('opentype'); font-weight:300; font-display:swap; }
@font-face { font-family:'Cereal'; src:url('assets/fonts/AirbnbCereal_W_Bk.otf') format('opentype'); font-weight:400; font-display:swap; }
@font-face { font-family:'Cereal'; src:url('assets/fonts/AirbnbCereal_W_Md.otf') format('opentype'); font-weight:500; font-display:swap; }
@font-face { font-family:'Cereal'; src:url('assets/fonts/AirbnbCereal_W_Bd.otf') format('opentype'); font-weight:700; font-display:swap; }
@font-face { font-family:'Cereal'; src:url('assets/fonts/AirbnbCereal_W_XBd.otf') format('opentype'); font-weight:800; font-display:swap; }
@font-face { font-family:'Cereal'; src:url('assets/fonts/AirbnbCereal_W_Blk.otf') format('opentype'); font-weight:900; font-display:swap; }

/* ============================================================
   VARIABLES
   ============================================================ */
:root {
  --red:          #da0001;
  --red-dark:     #b50001;
  --red-soft:     #fdf0f0;
  --red-mid:      #fce0e0;
  --cream:        #fdf9f6;
  --cream-2:      #f8f2ec;
  --cream-border: #ede4db;
  --warm-dark:    #1c100a;
  --warm-dark-2:  #2a1a12;
  --text:         #1c100a;
  --text-2:       #5a4438;
  --text-3:       #9a8070;
  --white:        #ffffff;
  --border:       #ede4db;
  --font: 'Cereal', -apple-system, sans-serif;
  --max-width: 1200px;
  --radius: 12px;
  --radius-lg: 20px;
  --transition: 0.28s ease;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { font-family:var(--font); font-weight:400; color:var(--text); background:var(--white); line-height:1.6; overflow-x:hidden; }
img { max-width:100%; height:auto; display:block; }
a { color:inherit; text-decoration:none; }
ul { list-style:none; }
.container { max-width:var(--max-width); margin:0 auto; padding:0 32px; }

/* TIPO */
.label { font-size:.72rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--red); display:inline-flex; align-items:center; gap:8px; margin-bottom:14px; }
.label::before { content:''; width:24px; height:2px; background:var(--red); display:block; border-radius:2px; }
h2.title { font-size:clamp(2.2rem,4.5vw,3.5rem); font-weight:800; line-height:1.1; color:var(--text); margin-bottom:18px; }
h2.title-light { color:var(--white); }
.desc { font-size:1.05rem; font-weight:300; line-height:1.75; color:var(--text-2); max-width:540px; }
.desc-light { color:rgba(255,255,255,.65); }

/* BOTONES */
.btn { display:inline-flex; align-items:center; gap:8px; padding:14px 28px; font-family:var(--font); font-size:.85rem; font-weight:700; letter-spacing:.06em; border-radius:100px; transition:var(--transition); border:2px solid transparent; cursor:pointer; }
.btn-red { background:var(--red); color:var(--white); border-color:var(--red); }
.btn-red:hover { background:var(--red-dark); transform:translateY(-2px); box-shadow:0 8px 24px rgba(218,0,1,.25); }
.btn-outline-light { background:transparent; color:var(--white); border-color:rgba(255,255,255,.4); }
.btn-outline-light:hover { background:rgba(255,255,255,.12); border-color:rgba(255,255,255,.8); }
.btn-outline-dark { background:transparent; color:var(--text); border-color:var(--border); }
.btn-outline-dark:hover { background:var(--cream); border-color:var(--cream-border); }
.btn-white { background:var(--white); color:var(--red); }
.btn-white:hover { background:var(--cream); transform:translateY(-2px); }

/* ============================================================
   NAVIGATION
   ============================================================ */
#site-header { position:fixed; top:0; left:0; right:0; z-index:1000; padding:20px 0; transition:all var(--transition); }
#site-header.scrolled { background:rgba(255,255,255,.96); backdrop-filter:blur(16px); padding:14px 0; box-shadow:0 1px 0 var(--border),0 4px 24px rgba(0,0,0,.06); }
.nav-inner { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.nav-logo { display:flex; align-items:center; gap:10px; }
.nav-logo-mark { width:36px; height:36px; background:var(--red); border-radius:8px; display:flex; align-items:center; justify-content:center; }
.nav-logo-mark svg { width:22px; height:22px; }
.nav-logo-text { font-size:1rem; font-weight:800; transition:color var(--transition); color:var(--white); }
#site-header.scrolled .nav-logo-text { color:var(--text); }
.nav-menu { display:flex; align-items:center; gap:32px; }
.nav-menu a { font-size:.82rem; font-weight:500; color:rgba(255,255,255,.75); transition:color var(--transition); }
.nav-menu a:hover { color:var(--white); }
#site-header.scrolled .nav-menu a { color:var(--text-2); }
#site-header.scrolled .nav-menu a:hover { color:var(--red); }
.nav-cta { margin-left:4px; font-size:.8rem !important; padding:11px 22px !important; }
.nav-toggle { display:none; flex-direction:column; gap:5px; cursor:pointer; background:none; border:none; padding:4px; }
.nav-toggle span { display:block; width:22px; height:2px; background:var(--white); border-radius:2px; transition:background var(--transition); }
#site-header.scrolled .nav-toggle span { background:var(--text); }
.nav-mobile { display:none; position:fixed; inset:0; background:var(--white); z-index:999; flex-direction:column; align-items:center; justify-content:center; gap:28px; }
.nav-mobile.open { display:flex; }
.nav-mobile a { font-size:2rem; font-weight:800; color:var(--text); transition:color var(--transition); }
.nav-mobile a:hover { color:var(--red); }
.nav-mobile-close { position:absolute; top:24px; right:28px; background:none; border:none; font-size:1.8rem; cursor:pointer; color:var(--text-2); line-height:1; }

/* ============================================================
   HERO
   ============================================================ */
#hero { min-height:100vh; display:flex; align-items:center; background:var(--warm-dark); position:relative; overflow:hidden; }
.hero-gradient { position:absolute; inset:0; background:radial-gradient(ellipse 80% 80% at 60% 50%,rgba(218,0,1,.18) 0%,transparent 70%),radial-gradient(ellipse 50% 60% at 15% 80%,rgba(218,0,1,.1) 0%,transparent 60%); }
.hero-texture { position:absolute; inset:0; background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.015'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.hero-content { position:relative; z-index:2; padding:160px 32px 120px; max-width:var(--max-width); margin:0 auto; width:100%; }
.hero-badge { display:inline-flex; align-items:center; gap:8px; background:rgba(218,0,1,.15); border:1px solid rgba(218,0,1,.3); border-radius:100px; padding:6px 16px 6px 8px; margin-bottom:28px; }
.hero-badge-dot { width:8px; height:8px; background:var(--red); border-radius:50%; animation:pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.6;transform:scale(1.2)} }
.hero-badge span { font-size:.75rem; font-weight:500; color:rgba(255,255,255,.7); letter-spacing:.08em; }
.hero-title { font-size:clamp(3rem,9vw,7.5rem); font-weight:800; color:var(--white); line-height:1; margin-bottom:24px; max-width:820px; }
.hero-title em { color:var(--red); font-style:normal; }
.hero-subtitle { font-size:clamp(1rem,2vw,1.2rem); font-weight:300; color:rgba(255,255,255,.6); max-width:440px; margin-bottom:44px; line-height:1.7; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; align-items:center; }
.hero-stats { position:absolute; bottom:0; left:0; right:0; background:rgba(255,255,255,.05); backdrop-filter:blur(8px); border-top:1px solid rgba(255,255,255,.08); display:grid; grid-template-columns:repeat(3,1fr); }
.hero-stat { padding:20px 32px; border-right:1px solid rgba(255,255,255,.08); }
.hero-stat:last-child { border-right:none; }
.hero-stat-num { font-size:1.6rem; font-weight:800; color:var(--white); line-height:1; }
.hero-stat-label { font-size:.72rem; font-weight:400; color:rgba(255,255,255,.4); margin-top:4px; letter-spacing:.06em; }

/* ============================================================
   VISIÓN: SOMOS UNO
   ============================================================ */
#vision { background:var(--red); padding:100px 0; position:relative; overflow:hidden; }
.vision-bg-text { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:clamp(8rem,22vw,18rem); font-weight:900; color:rgba(0,0,0,.08); white-space:nowrap; pointer-events:none; line-height:1; letter-spacing:-.02em; user-select:none; }
.vision-inner { position:relative; z-index:2; display:flex; align-items:center; gap:80px; flex-wrap:wrap; }
.vision-left { flex:1; min-width:280px; }
.vision-eyebrow { font-size:.72rem; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:rgba(255,255,255,.6); margin-bottom:16px; display:block; }
.vision-title { font-size:clamp(4rem,12vw,9rem); font-weight:900; color:var(--white); line-height:.9; letter-spacing:-.02em; }
.vision-right { flex:1; min-width:280px; display:flex; flex-direction:column; gap:24px; }
.vision-desc { font-size:1.1rem; font-weight:300; color:rgba(255,255,255,.8); line-height:1.75; }
.vision-pillars { display:flex; gap:0; border:1px solid rgba(255,255,255,.2); border-radius:12px; overflow:hidden; }
.vision-pillar { flex:1; padding:20px 16px; text-align:center; border-right:1px solid rgba(255,255,255,.15); }
.vision-pillar:last-child { border-right:none; }
.vision-pillar-icon { font-size:1.4rem; margin-bottom:6px; }
.vision-pillar-name { font-size:.78rem; font-weight:700; color:rgba(255,255,255,.9); letter-spacing:.08em; text-transform:uppercase; }

/* ============================================================
   SERVICIOS
   ============================================================ */
#services { background:var(--cream); padding:96px 0; }
.services-intro { display:flex; align-items:flex-end; justify-content:space-between; gap:32px; margin-bottom:56px; flex-wrap:wrap; }
.services-layout { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.sunday-card { background:var(--warm-dark); border-radius:var(--radius-lg); padding:44px 40px; display:flex; flex-direction:column; gap:20px; position:relative; overflow:hidden; grid-row:span 2; }
.sunday-card::before { content:''; position:absolute; top:-40px; right:-40px; width:200px; height:200px; border-radius:50%; background:rgba(218,0,1,.12); }
.sunday-card::after { content:''; position:absolute; bottom:-60px; left:-20px; width:240px; height:240px; border-radius:50%; background:rgba(218,0,1,.07); }
.sunday-badge { position:relative; z-index:1; display:inline-flex; align-items:center; gap:8px; background:rgba(218,0,1,.25); border:1px solid rgba(218,0,1,.4); border-radius:100px; padding:5px 14px; width:fit-content; }
.sunday-badge-dot { width:6px; height:6px; background:var(--red); border-radius:50%; animation:pulse 2s infinite; }
.sunday-badge span { font-size:.7rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.8); }
.sunday-day { position:relative; z-index:1; font-size:.72rem; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:var(--red); }
.sunday-title { position:relative; z-index:1; font-size:2.2rem; font-weight:800; color:var(--white); line-height:1.1; }
.sunday-times { position:relative; z-index:1; display:flex; flex-direction:column; gap:12px; margin-top:4px; }
.sunday-time-row { display:flex; align-items:center; justify-content:space-between; gap:14px; padding:14px 18px; background:rgba(255,255,255,.06); border-radius:10px; border:1px solid rgba(255,255,255,.08); }
.sunday-time-clock { font-size:1.15rem; font-weight:800; color:var(--white); }
.sunday-time-info { font-size:.78rem; font-weight:300; color:rgba(255,255,255,.55); }
.trinikids-tag { display:inline-flex; align-items:center; gap:5px; background:rgba(218,0,1,.2); color:#ff9999; border-radius:100px; padding:3px 10px; font-size:.65rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.week-card { background:var(--white); border-radius:var(--radius); padding:24px 28px; border:1px solid var(--border); transition:all var(--transition); display:flex; align-items:center; gap:18px; }
.week-card:hover { box-shadow:0 6px 24px rgba(0,0,0,.08); transform:translateY(-2px); border-color:var(--red-mid); }
.week-icon { width:44px; height:44px; border-radius:12px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.week-icon svg { width:20px; height:20px; }
.week-icon.femenil    { background:#fde8f5; } .week-icon.femenil    svg { color:#c0186b; }
.week-icon.varones    { background:#e8eefe; } .week-icon.varones    svg { color:#3b5bdb; }
.week-icon.oracion    { background:#fdf0e8; } .week-icon.oracion    svg { color:#e06c1a; }
.week-icon.jovenes    { background:#fde8e8; } .week-icon.jovenes    svg { color:var(--red); }
.week-day  { font-size:.65rem; font-weight:700; letter-spacing:.15em; text-transform:uppercase; color:var(--text-3); margin-bottom:2px; }
.week-name { font-size:1rem; font-weight:700; color:var(--text); line-height:1.2; }
.week-time { font-size:.82rem; font-weight:300; color:var(--text-2); }
.services-location-bar { background:var(--white); border:1px solid var(--border); border-radius:var(--radius); padding:28px 36px; display:flex; align-items:center; gap:20px; flex-wrap:wrap; margin-top:16px; }
.location-pin { width:44px; height:44px; background:var(--red-soft); border-radius:10px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.location-pin svg { color:var(--red); }
.location-text { flex:1; }
.location-text strong { font-size:.95rem; font-weight:700; color:var(--text); display:block; margin-bottom:2px; }
.location-text span { font-size:.85rem; font-weight:300; color:var(--text-2); }

/* ============================================================
   PASTORES
   ============================================================ */
#pastors { background:var(--white); padding:96px 0; }
.pastors-header { text-align:center; margin-bottom:60px; }
.pastors-header .desc { margin:0 auto; }
.pastors-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.pastor-card { border-radius:var(--radius-lg); overflow:hidden; border:1px solid var(--border); transition:all var(--transition); }
.pastor-card:hover { box-shadow:0 16px 48px rgba(0,0,0,.1); transform:translateY(-4px); }
.pastor-photo { height:360px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; }
.pastor-photo.carlos { background:linear-gradient(160deg,#fdf0f0 0%,var(--cream-2) 100%); }
.pastor-photo.mary   { background:linear-gradient(160deg,#f0f0fd 0%,#e8e8f8 100%); }
.pastor-avatar { width:100px; height:100px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:2.8rem; font-weight:800; color:var(--white); }
.pastor-photo.carlos .pastor-avatar { background:linear-gradient(135deg,var(--red),var(--red-dark)); }
.pastor-photo.mary   .pastor-avatar { background:linear-gradient(135deg,#5b5bd6,#3a3a9e); }
.pastor-photo-hint { font-size:.72rem; font-weight:500; color:var(--text-3); letter-spacing:.1em; text-transform:uppercase; }
.pastor-info { padding:28px 32px 32px; }
.pastor-role-badge { font-size:.68rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--red); background:var(--red-soft); padding:4px 12px; border-radius:100px; display:inline-block; margin-bottom:12px; }
.pastor-name { font-size:1.7rem; font-weight:800; color:var(--text); margin-bottom:12px; line-height:1.1; }
.pastor-bio { font-size:.92rem; font-weight:300; color:var(--text-2); line-height:1.75; }

/* ============================================================
   MINISTERIOS
   ============================================================ */
#ministries { background:var(--cream-2); padding:96px 0; }
.ministries-intro { display:flex; align-items:flex-end; justify-content:space-between; gap:32px; margin-bottom:56px; flex-wrap:wrap; }
.ministries-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.ministry-card { background:var(--white); border-radius:var(--radius-lg); padding:32px 28px; border:1px solid var(--border); transition:all var(--transition); display:flex; flex-direction:column; gap:14px; }
.ministry-card:hover { box-shadow:0 12px 36px rgba(0,0,0,.09); transform:translateY(-4px); border-color:var(--red-mid); }
.ministry-icon-wrap { width:52px; height:52px; border-radius:14px; display:flex; align-items:center; justify-content:center; }
.ministry-title { font-size:1.15rem; font-weight:800; color:var(--text); }
.ministry-desc { font-size:.85rem; font-weight:300; color:var(--text-2); line-height:1.65; flex:1; }
.ministry-cta { font-size:.78rem; font-weight:700; color:var(--red); display:flex; align-items:center; gap:5px; transition:gap var(--transition); margin-top:auto; }
.ministry-card:hover .ministry-cta { gap:10px; }

/* ============================================================
   MEDIOS
   ============================================================ */
#media { background:var(--white); padding:96px 0; }
.media-intro { text-align:center; margin-bottom:56px; }
.media-intro .desc { margin:0 auto; }
.platforms-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:56px; }
.platform-card { padding:28px; border-radius:var(--radius-lg); border:1px solid var(--border); display:flex; align-items:center; gap:18px; transition:all var(--transition); }
.platform-card:hover { border-color:transparent; box-shadow:0 8px 32px rgba(0,0,0,.1); transform:translateY(-3px); }
.platform-icon { width:48px; height:48px; border-radius:12px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.platform-icon.yt { background:#ff0000; }
.platform-icon.sp { background:#1db954; }
.platform-icon.ap { background:#fc3c44; }
.platform-icon svg { color:white; }
.platform-text h4 { font-size:.95rem; font-weight:700; color:var(--text); margin-bottom:3px; }
.platform-text p  { font-size:.8rem; font-weight:300; color:var(--text-2); }
.platform-arrow { margin-left:auto; color:var(--text-3); transition:all var(--transition); }
.platform-card:hover .platform-arrow { color:var(--red); transform:translateX(4px); }
.media-player-label { font-size:.72rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--text-3); margin-bottom:20px; }
.media-player { background:var(--cream); border-radius:var(--radius-lg); aspect-ratio:16/9; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:16px; border:1px solid var(--border); overflow:hidden; }
.media-player iframe { width:100%; height:100%; border:none; }
.media-player-placeholder { display:flex; flex-direction:column; align-items:center; gap:16px; }
.media-play-btn { width:68px; height:68px; background:var(--red); border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow:0 8px 24px rgba(218,0,1,.3); }
.media-play-hint { font-size:.85rem; font-weight:300; color:var(--text-2); }

/* ============================================================
   CTA
   ============================================================ */
#cta { padding:80px 0; background:var(--red); }
.cta-inner { display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap; }
.cta-text h2 { font-size:clamp(2rem,4vw,3rem); font-weight:800; color:var(--white); margin-bottom:10px; }
.cta-text p  { font-size:1rem; font-weight:300; color:rgba(255,255,255,.7); max-width:400px; }

/* ============================================================
   UBICACIÓN
   ============================================================ */
#location { display:grid; grid-template-columns:1fr 1fr; min-height:520px; }
.location-panel { background:var(--warm-dark); padding:80px 64px; display:flex; flex-direction:column; justify-content:center; gap:36px; }
.location-panel .title { color:var(--white); }
.location-detail { display:flex; gap:16px; align-items:flex-start; }
.loc-icon { width:42px; height:42px; background:rgba(218,0,1,.15); border-radius:10px; display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:2px; }
.loc-icon svg { color:var(--red); }
.loc-label { font-size:.68rem; font-weight:700; letter-spacing:.15em; text-transform:uppercase; color:var(--red); margin-bottom:5px; }
.loc-value { font-size:.95rem; font-weight:300; color:rgba(255,255,255,.8); line-height:1.55; }
.location-map-wrap { overflow:hidden; }
.location-map-wrap iframe { width:100%; height:100%; border:none; display:block; }

/* ============================================================
   FOOTER
   ============================================================ */
#site-footer { background:var(--warm-dark-2,#2a1a12); padding:72px 0 36px; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:48px; margin-bottom:60px; }
.footer-logo-wrap { display:flex; align-items:center; gap:10px; margin-bottom:18px; }
.footer-logo-mark { width:34px; height:34px; background:var(--red); border-radius:8px; display:flex; align-items:center; justify-content:center; }
.footer-logo-mark svg { width:20px; height:20px; }
.footer-logo-name { font-size:.95rem; font-weight:800; color:var(--white); letter-spacing:.02em; }
.footer-tagline { font-size:.88rem; font-weight:300; color:rgba(255,255,255,.4); line-height:1.7; max-width:280px; margin-bottom:28px; }
.social-row { display:flex; gap:10px; }
.social-btn { width:38px; height:38px; border-radius:10px; background:rgba(255,255,255,.07); display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.5); transition:all var(--transition); }
.social-btn:hover { background:var(--red); color:var(--white); transform:translateY(-2px); }
.footer-col h5 { font-size:.68rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:rgba(255,255,255,.35); margin-bottom:18px; }
.footer-col ul { display:flex; flex-direction:column; gap:11px; }
.footer-col ul a { font-size:.87rem; font-weight:300; color:rgba(255,255,255,.55); transition:color var(--transition); }
.footer-col ul a:hover { color:var(--white); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.07); padding-top:28px; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:14px; }
.footer-copy { font-size:.78rem; font-weight:300; color:rgba(255,255,255,.25); }
.footer-links { display:flex; gap:20px; }
.footer-links a { font-size:.78rem; font-weight:300; color:rgba(255,255,255,.25); transition:color var(--transition); }
.footer-links a:hover { color:rgba(255,255,255,.5); }

/* ============================================================
   ANIMACIONES
   ============================================================ */
.fade-up { opacity:0; transform:translateY(24px); transition:opacity .65s ease,transform .65s ease; }
.fade-up.in { opacity:1; transform:none; }
.fade-up:nth-child(2){transition-delay:.08s}
.fade-up:nth-child(3){transition-delay:.16s}
.fade-up:nth-child(4){transition-delay:.24s}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:1024px){
  .services-layout{grid-template-columns:1fr}
  .sunday-card{grid-row:span 1}
  .ministries-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr;gap:36px}
  #location{grid-template-columns:1fr}
  .location-map-wrap{min-height:380px}
  .location-panel{padding:60px 40px}
  .vision-inner{gap:48px}
}
@media(max-width:768px){
  .container{padding:0 20px}
  .nav-menu,.nav-cta{display:none}
  .nav-toggle{display:flex}
  .services-intro,.ministries-intro{flex-direction:column;align-items:flex-start}
  .pastors-grid{grid-template-columns:1fr}
  .platforms-grid{grid-template-columns:1fr}
  .hero-stats{grid-template-columns:repeat(3,1fr)}
  .hero-stat{padding:16px}
  .cta-inner{flex-direction:column}
  .footer-grid{grid-template-columns:1fr;gap:32px}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .vision-inner{flex-direction:column;gap:36px}
}
@media(max-width:480px){
  .ministries-grid{grid-template-columns:1fr}
  .hero-stats{display:none}
  .hero-actions{flex-direction:column;align-items:flex-start}
  .vision-bg-text{font-size:5rem}
}
