/* ── HERO CAROUSEL ── */
.hero {
  position: relative; width: 100%; height: 100vh; overflow: hidden;
  margin-top: 0; padding-top: 80px;
}
.hero-slides {
  display: flex; width: 100%; height: 100%; transition: transform 0.7s cubic-bezier(0.77,0,0.175,1);
}
.hero-slide { min-width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; flex-shrink: 0; }
.slide-1 { background-image: linear-gradient(to bottom,rgba(26,18,112,.55) 0%,rgba(26,18,112,.15) 50%,rgba(26,18,112,.78) 100%), url('https://images.unsplash.com/photo-1511795409834-ef04bbd61622?w=1800&q=85'); }
.slide-2 { background-image: linear-gradient(to bottom,rgba(26,18,112,.55) 0%,rgba(26,18,112,.15) 50%,rgba(26,18,112,.78) 100%), url('https://images.unsplash.com/photo-1504052434569-70ad5836ab65?w=1800&q=85'); }
.slide-3 { background-image: linear-gradient(to bottom,rgba(26,18,112,.55) 0%,rgba(26,18,112,.15) 50%,rgba(26,18,112,.78) 100%), url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?w=1800&q=85'); }
.slide-4 { background-image: linear-gradient(to bottom,rgba(26,18,112,.55) 0%,rgba(26,18,112,.15) 50%,rgba(26,18,112,.78) 100%), url('https://images.unsplash.com/photo-1470116945706-e6bf5d5a53ca?w=1800&q=85'); }
.slide-5 { background-image: linear-gradient(to bottom,rgba(26,18,112,.55) 0%,rgba(26,18,112,.15) 50%,rgba(26,18,112,.78) 100%), url('https://images.unsplash.com/photo-1543269865-cbf427effbad?w=1800&q=85'); }
.hero-content {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  text-align: center; width: 90%; max-width: 760px; z-index: 10; margin-top: 40px;
}
.hero-eyebrow {
  display: inline-block; background: rgba(200,151,43,.18); border: 1px solid rgba(200,151,43,.4);
  color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  padding: 8px 20px; border-radius: 20px; margin-bottom: 24px;
}
.hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 6vw, 4.2rem); color: white; font-weight: 700;
  line-height: 1.1; margin-bottom: 20px; text-shadow: 0 2px 20px rgba(0,0,0,.3);
}
.hero-sub { font-size: clamp(1rem, 1.8vw, 1.15rem); color: rgba(255,255,255,.8); line-height: 1.7; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,.12); border: 1.5px solid rgba(255,255,255,.25);
  width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: white; transition: all .2s; z-index: 10;
}
.hero-arrow svg { width: 20px; height: 20px; stroke: white; }
.hero-arrow:hover { background: rgba(255,255,255,.22); }
.hero-arrow.prev { left: 24px; }
.hero-arrow.next { right: 24px; }
.hero-dots { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 10; }
.hero-dot {
  width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.4);
  border: none; cursor: pointer; transition: all .2s; padding: 0;
}
.hero-dot.active { background: var(--gold); width: 24px; border-radius: 4px; }
.hero-progress {
  position: absolute; bottom: 0; left: 0; height: 3px; background: var(--gold); width: 0%; z-index: 10;
}

/* ── WELCOME STRIP ── */
.welcome-strip {
  background: var(--rccg-purple-dk); display: flex; flex-wrap: wrap;
  justify-content: center; gap: 0; border-bottom: 3px solid var(--gold);
}
.welcome-strip-item {
  display: flex; align-items: center; gap: 14px;
  padding: 22px 40px; border-right: 1px solid rgba(255,255,255,.1);
}
.welcome-strip-item:last-child { border-right: none; }
.ws-icon-wrap {
  width: 40px; height: 40px; background: rgba(200,151,43,.12); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ws-label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 3px; }
.ws-text { font-size: 14px; color: rgba(255,255,255,.8); }

/* ── WHAT TO EXPECT ── */
.expect-section { background: var(--off-white); }
.expect-inner { max-width: 1160px; margin: 0 auto; }
.expect-scroll-wrapper { position: relative; margin-top: 48px; }
.expect-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px;
}
.expect-item {
  background: var(--white); border-radius: 10px; padding: 28px 20px;
  text-align: center; box-shadow: 0 2px 12px rgba(0,0,0,.05);
  border-top: 3px solid var(--gold);
}
.expect-icon { font-size: 32px; margin-bottom: 14px; }
.expect-item h3 { font-size: .95rem; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.expect-item p { font-size: 13px; color: var(--gray-600); line-height: 1.65; }
.expect-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: var(--gold); border: none; border-radius: 50%;
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 10; transition: background .2s;
}
.expect-arrow svg { width: 18px; height: 18px; stroke: white; }
.expect-arrow:hover { background: var(--gold-lt); }
.expect-arrow-prev { left: 8px; }
.expect-arrow-next { right: 8px; }
.expect-arrow.hidden { display: none; }

/* ── SERVICE TIMES ── */
.services-section {
  background: linear-gradient(135deg, var(--rccg-purple-dk) 0%, var(--rccg-purple) 100%);
  border-top: 4px solid var(--gold); border-bottom: 4px solid var(--gold);
}
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px; padding: 28px 24px; text-align: center; transition: background .2s;
}
.service-card:hover { background: rgba(255,255,255,.12); }
.service-card-icon { font-size: 32px; margin-bottom: 14px; }
.service-card h3 { font-size: .95rem; font-weight: 700; color: white; margin-bottom: 12px; }
.service-card .time { font-size: 1.5rem; font-weight: 700; color: var(--gold); margin-bottom: 4px; font-family: 'Playfair Display', serif; }
.service-card .day { font-size: 12px; color: rgba(255,255,255,.55); margin-bottom: 14px; letter-spacing: .5px; }
.service-card address { font-style: normal; font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.6; }

/* ── MINISTRIES ── */
.ministries-section { background: var(--white); }
.ministries-inner { max-width: 1160px; margin: 0 auto; }
.min-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.min-card {
  position: relative; border-radius: 12px; overflow: hidden;
  aspect-ratio: 3/4; cursor: pointer;
}
.min-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; display: block; }
.min-card:hover img { transform: scale(1.06); }
.min-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: var(--gold); border: none; border-radius: 50%;
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 10; transition: background .2s;
}
.min-arrow svg { width: 18px; height: 18px; stroke: white; }
.min-arrow:hover { background: var(--gold-lt); }
.min-arrow-prev { left: 8px; }
.min-arrow-next { right: 8px; }
.min-arrow.hidden { display: none; }
.min-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(26,18,112,.9) 0%, transparent 100%);
  padding: 20px 16px 16px; text-align: center;
}
.min-overlay h3 { color: white; font-size: 1rem; font-weight: 700; }
.min-overlay span { font-size: 12px; color: var(--gold); }

/* ── EVENTS ── */
.events-section { background: var(--off-white); }
.events-inner { max-width: 1160px; margin: 0 auto; }
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.event-card {
  background: var(--white); border-radius: 12px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,.06); transition: transform .2s, box-shadow .2s;
  border-bottom: 3px solid var(--gold);
}
.event-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(43,31,168,.12); }
.event-img { width: 100%; height: 200px; object-fit: cover; display: block; }
.event-body { padding: 20px 22px; }
.event-date { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold); margin-bottom: 8px; }
.event-body h3 { font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: 8px; line-height: 1.35; }
.event-body p { font-size: 13.5px; color: var(--gray-600); line-height: 1.65; }
.events-footer { text-align: center; margin-top: 40px; }

/* ── MEDIA HUB ── */
.media-section { background: linear-gradient(160deg, #0F0B40 0%, #1A1270 100%); }
.media-inner { max-width: 1160px; margin: 0 auto; }
.media-tabs { display: flex; gap: 8px; margin-bottom: 36px; flex-wrap: wrap; }
.media-tab {
  padding: 10px 22px; border-radius: var(--radius); font-size: 14px; font-weight: 600;
  color: rgba(255,255,255,.6); background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12); cursor: pointer; transition: all .2s;
}
.media-tab.active, .media-tab:hover { background: var(--gold); color: white; border-color: var(--gold); }
.media-panel { display: none; }
.media-panel.active { display: block; }
.media-scroll-wrapper { position: relative; }
.media-scroll {
  display: flex; gap: 20px; overflow-x: auto;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  scrollbar-width: none; padding-bottom: 4px;
}
.media-scroll::-webkit-scrollbar { display: none; }
.media-card {
  flex: 0 0 280px; background: rgba(255,255,255,.06); border-radius: 10px;
  overflow: hidden; text-decoration: none; color: inherit;
  scroll-snap-align: start; transition: transform .2s, background .2s;
}
.media-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.1); }
.media-thumb { position: relative; height: 160px; overflow: hidden; }
.media-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s; }
.media-card:hover .media-thumb img { transform: scale(1.05); }
.media-read, .media-play {
  position: absolute; inset: 0; background: rgba(26,18,112,.65);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .2s;
}
.media-card:hover .media-read, .media-card:hover .media-play { opacity: 1; }
.media-read span { color: white; font-size: 13px; font-weight: 600; }
.media-play { font-size: 28px; color: white; }
.media-card-body { padding: 16px; }
.media-card-type { font-size: 10.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.media-card-body h4 { font-size: .95rem; font-weight: 700; color: white; margin-bottom: 6px; line-height: 1.35; }
.media-card-body p { font-size: 12.5px; color: rgba(255,255,255,.55); line-height: 1.6; margin-bottom: 10px; }
.media-card-body span { font-size: 11.5px; color: rgba(255,255,255,.35); }
.media-scroll-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: var(--gold); border: none; border-radius: 50%;
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 10; transition: background .2s;
}
.media-scroll-arrow svg { width: 18px; height: 18px; stroke: white; }
.media-scroll-arrow:hover { background: var(--gold-lt); }
.media-scroll-arrow.prev { left: -18px; }
.media-scroll-arrow.next { right: -18px; }
.media-scroll-arrow.hidden { display: none; }

/* ── TESTIMONIALS ── */
.testimonials-section { background: var(--tint-purple); }
.testimonials-inner { max-width: 1160px; margin: 0 auto; }
.testimonial-scroll-wrapper { position: relative; margin-top: 48px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: var(--gold); border: none; border-radius: 50%;
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 10; transition: background .2s;
}
.testimonial-arrow svg { width: 18px; height: 18px; stroke: white; }
.testimonial-arrow:hover { background: var(--gold-lt); }
.testimonial-arrow-prev { left: 8px; }
.testimonial-arrow-next { right: 8px; }
.testimonial-arrow.hidden { display: none; }
.testimonial-card {
  background: var(--white); border-radius: 12px; padding: 32px 28px;
  box-shadow: 0 2px 16px rgba(43,31,168,.07); border-top: 3px solid var(--gold);
}
.testimonial-card p { font-size: 15px; color: var(--gray-600); line-height: 1.75; font-style: italic; margin-bottom: 24px; }
.testimonial-card p::before { content: "\201C"; }
.testimonial-card p::after { content: "\201D"; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 44px; height: 44px; background: var(--rccg-purple-dk);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; color: var(--gold); flex-shrink: 0;
}
.author-name { font-size: 14px; font-weight: 700; color: var(--text); }
.author-role { font-size: 12px; color: var(--gray-400); }

/* ── GIVE ── */
.give-section {
  background: linear-gradient(135deg, var(--rccg-purple-dk) 0%, var(--rccg-purple) 100%);
  border-top: 4px solid var(--gold);
}
.give-inner { max-width: 560px; margin: 0 auto; text-align: center; }
.give-inner h2 {
  font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  color: white; margin-bottom: 16px;
}
.give-inner > p { font-size: 1.05rem; color: rgba(255,255,255,.7); line-height: 1.7; margin-bottom: 40px; }
.give-form { text-align: left; }
.give-form label { display: block; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.7); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 8px; margin-top: 20px; }
.give-form select, .give-form input[type="number"], .give-form input[type="text"] {
  width: 100%; padding: 14px 16px; border-radius: var(--radius);
  border: 1.5px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08);
  color: white; font-size: 15px; font-family: inherit; outline: none; transition: border-color .2s;
}
.give-form select:focus, .give-form input:focus { border-color: var(--gold); }
.give-form select option { color: var(--text); background: white; }
.give-presets { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-bottom: 4px; }
.give-preset {
  padding: 12px 0; border-radius: var(--radius); font-size: 15px; font-weight: 700;
  background: rgba(255,255,255,.08); border: 1.5px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.8); cursor: pointer; transition: all .2s;
}
.give-preset:hover, .give-preset.active { background: var(--gold); border-color: var(--gold); color: white; }
.give-btn {
  width: 100%; padding: 16px; margin-top: 28px; border-radius: var(--radius);
  background: var(--gold); border: none; font-size: 16px; font-weight: 700; color: white;
  cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px;
  transition: background .2s, opacity .2s;
}
.give-btn:hover:not(:disabled) { background: var(--gold-lt); }
.give-btn:disabled { opacity: .5; cursor: not-allowed; }
.give-note { font-size: 12px; color: rgba(255,255,255,.4); text-align: center; margin-top: 14px; }
.give-note a { color: rgba(255,255,255,.55); }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .expect-grid { grid-template-columns: repeat(3, 1fr); }
  .expect-arrow { display: none !important; }
  .min-grid { grid-template-columns: repeat(3, 1fr); }
  .min-arrow { display: none !important; }
  .testimonial-arrow { display: none !important; }
}
@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .events-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-grid {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; scrollbar-width: none; gap: 16px;
  }
  .testimonial-grid::-webkit-scrollbar { display: none; }
  .testimonial-card { flex: 0 0 80vw; scroll-snap-align: start; }
  .testimonial-arrow { display: flex !important; }
  .welcome-strip-item { padding: 18px 24px; border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); width: 100%; }
}
@media (max-width: 640px) {
  .hero { height: 100svh; }
  .media-tabs { flex-wrap: nowrap; }
  .media-tab { flex: 1; padding: 10px 8px; font-size: 12px; text-align: center; }
  .expect-grid {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; scrollbar-width: none; gap: 16px;
  }
  .expect-grid::-webkit-scrollbar { display: none; }
  .expect-item { flex: 0 0 75vw; scroll-snap-align: start; }
  .expect-arrow { display: flex !important; }
  .min-grid {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; scrollbar-width: none; gap: 16px;
  }
  .min-grid::-webkit-scrollbar { display: none; }
  .min-card { flex: 0 0 60vw; scroll-snap-align: start; }
  .min-arrow { display: flex !important; }
  .services-grid { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: 1fr; }
}
