/* ==========================================================
   DIOCESE OF OKRIKA — style.css
   Custom styles for the official Diocese website
   ========================================================== */

/* ---------- CSS RESET / BASE ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Satoshi', 'Figtree', sans-serif;
  font-size: 16px;
  color: #241F20;
  background: #ffffff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

:root {
  --primary-dark: #241F20;
  --heading-font: 'Satoshi', sans-serif;
  --body-font: 'Figtree', sans-serif;
  --heading-size: clamp(28px, 4vw, 42px);
  --body-size: 16px;
  --body-line-height: 1.6;
  --text-muted: #777777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: var(--heading-size);
  font-weight: 800;
  line-height: 1.2;
}

p {
  margin: 0;
  font-family: var(--body-font);
  font-size: var(--body-size);
  line-height: var(--body-line-height);
  font-weight: 400;
}

*:focus {
  outline: none;
}

/* ---------- TYPOGRAPHY HELPERS ---------- */
.overline-meta-14 {
  font-family: 'Satoshi', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}

.small-p {
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

.big-p {
  font-family: var(--body-font);
  font-size: var(--body-size);
  line-height: var(--body-line-height);
}

.p-value {
  font-family: 'Figtree', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
}

.all-caps {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: clamp(16px, 2vw, 22px);
  color: #fff;
  line-height: 1.2;
}

.heading-136,
.heading-137 {
  font-family: var(--heading-font);
  font-weight: 800;
  font-size: var(--heading-size);
  line-height: 1.1;
}

.heading-63 {
  font-family: var(--heading-font);
  font-weight: 800;
  font-size: var(--heading-size);
  color: #241F20;
}

.hi-home.smaller {
  font-family: var(--heading-font);
  font-weight: 800;
  font-size: var(--heading-size);
  color: #fff;
  line-height: 1.05;
  margin: 0;
}

.values-heading {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.values-heading.latest.black {
  color: #241F20;
}

.values-heading.join-us-sundays {
  color: #fff;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: var(--body-size);
  margin: 8px 0 16px;
}

.values-heading.latest {
  color: #fff;
}

.feature-heading.home-banner {
  font-family: 'Satoshi', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 5vw, 72px);
  color: #241F20;
}

.highlight-text {
  color: #C5A87A;
}

.highlight-text.invert-color {
  color: #C5A87A;
}

.value-heading-3 {
  font-family: 'Satoshi', sans-serif;
  font-weight: 900;
  font-size: clamp(48px, 8vw, 96px);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
}

.connect-line-text {
  font-family: 'Satoshi', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  writing-mode: vertical-rl;
}

.small-link {
  font-family: 'Satoshi', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 8px;
}

.small-link.no-underline.white {
  color: rgba(255, 255, 255, 0.7);
}

.small-link.no-underline.white:hover {
  color: #fff;
}

.link-text-block {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #241F20;
}

.link-text-block.small {
  font-size: 11px;
}

/* ---------- LAYOUT HELPERS ---------- */
.container-80 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.container-100 {
  width: 100%;
}

.container-80.footer {
  padding: 60px 40px;
}

/* ---------- SITE HEADER ---------- */
/* ---- Glassmorphism Header ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.75);
  /* Semi-transparent */
  backdrop-filter: blur(12px);
  /* Glass effect */
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: background 0.3s ease;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 40px;
  /* Slimmer header */
  gap: 24px;
}

/* ---- Logo / Brand ---- */
.header-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  flex-shrink: 0;
}

/* Logo placeholder — visible until user adds a real image */
.logo-placeholder {
  width: 64px;
  height: 64px;
  border: 2px dashed #b0a090;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faf7f4;
  flex-shrink: 0;
  transition: border-color 0.2s;
}

.logo-placeholder:hover {
  border-color: #7a6a50;
}

.logo-placeholder-label {
  font-family: 'Satoshi', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b0a090;
}

/* Real logo image (add this class when swapping in the actual logo) */
.header-logo-img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 4px;
}

.header-brand-name {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: var(--primary-dark);
  line-height: 1.2;
}

/* ---- Desktop nav ---- */
.header-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.header-nav-link {
  font-family: 'Satoshi', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #3a3230;
  padding: 8px 14px;
  border-radius: 100px;
  border: 1.5px solid transparent;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  text-decoration: none;
  white-space: nowrap;
}

.header-nav-link:hover {
  border-color: rgba(0, 0, 0, 0.15);
  color: var(--primary-dark);
}

.header-cta {
  background: var(--primary-dark);
  color: #fff !important;
  border-color: var(--primary-dark) !important;
  margin-left: 8px;
}

.header-cta:hover {
  background: #3a3230;
  border-color: #3a3230 !important;
}

/* ---- Mobile hamburger ---- */
.header-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: border-color 0.2s;
}

.header-hamburger:hover {
  border-color: rgba(0, 0, 0, 0.35);
}

.hbg-line {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--primary-dark);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

/* Hamburger → X when open */
.header-hamburger.is-open .hbg-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header-hamburger.is-open .hbg-line:nth-child(2) {
  opacity: 0;
}

.header-hamburger.is-open .hbg-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ---- Mobile nav drawer ---- */
.mobile-nav {
  display: none;
  flex-direction: column;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 16px 24px 24px;
  gap: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.mobile-nav.is-open {
  display: flex;
}

.mobile-nav-link {
  font-family: 'Satoshi', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3a3230;
  text-decoration: none;
  padding: 12px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: color 0.2s;
}

.mobile-nav-link:last-child {
  border-bottom: none;
}

.mobile-nav-link:hover {
  color: var(--primary-dark);
}

.mobile-nav-cta {
  margin-top: 12px;
  background: var(--primary-dark);
  color: #fff !important;
  border-radius: 8px;
  text-align: center;
  border-bottom: none !important;
  padding: 14px 8px;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .header-inner {
    padding: 12px 20px;
  }

  .header-nav {
    display: none;
  }

  .header-hamburger {
    display: flex;
  }

  .header-brand-name {
    font-size: 15px;
  }

  .logo-placeholder,
  .header-logo-img {
    width: 48px;
    height: 48px;
  }
}

/* ---------- CIRCLE BUTTONS ---------- */
.circle-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #241F20;
  border-radius: 100px;
  padding: 8px 20px;
  transition: background 0.2s, color 0.2s;
}

.circle-button:hover {
  background: #241F20;
}

.circle-button:hover .link-text-block {
  color: #fff;
}

.circle-button.small {
  padding: 6px 14px;
}

/* ---------- LARGE LINK ---------- */
.large-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 8px;
}

.large-link.white .link-text-block {
  color: #fff;
}

.large-link.white .link-arrow {
  filter: brightness(10);
}

.link-arrow-wrapper {
  display: flex;
  align-items: center;
}

/* ---------- MODERNIZED HERO ---------- */
.sermon-hero {
  position: relative;
  width: 100%;
  height: 90vh;
  /* Most of screen for immersion */
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
  /* Pre-load background */
}

/* Background Video */
.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Professional Overlay Gradient */
.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(1, 51, 86, 0.6) 0%,
      rgba(1, 51, 86, 0.4) 50%,
      rgba(1, 51, 86, 0.9) 100%);
  z-index: 2;
}

/* Hero Content Wrapper */
.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  text-align: center;
}

.hero-text-modern {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.hero-heading-large {
  font-family: 'Satoshi', sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 8vw, 84px);
  color: #fff;
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin: 0;
}

.hero-subheading-modern {
  font-family: 'Figtree', sans-serif;
  font-size: clamp(18px, 1.5vw, 22px);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
}

/* CTA Buttons */
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 12px;
}

.btn-hero-primary {
  background: #fff;
  color: #013356;
  padding: 18px 36px;
  border-radius: 100px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(197, 168, 122, 0.3);
}

.btn-hero-primary:hover {
  background: #C5A87A;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(197, 168, 122, 0.5);
}

.btn-hero-secondary {
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 18px 36px;
  border-radius: 100px;
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}

.btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  transform: translateY(-3px);
}

/* Next Service Ribbon */
.hero-service-ribbon {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 10px 24px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 4;
  opacity: 0;
  animation: heroFadeIn 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.5s forwards;
}

.ribbon-content {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Satoshi', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.ribbon-label {
  color: #C5A87A;
  font-weight: 700;
}

.ribbon-time {
  color: #fff;
  font-weight: 500;
}

/* Scroll Indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  opacity: 0.5;
  animation: bounceIndicator 2s infinite;
}

.mouse-icon {
  width: 20px;
  height: 32px;
  border: 1.5px solid #fff;
  border-radius: 12px;
  position: relative;
}

.mouse-wheel {
  width: 2px;
  height: 6px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 6px;
  transform: translateX(-50%);
  border-radius: 1px;
}

/* Keyframes */
@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounceIndicator {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  40% {
    transform: translateX(-50%) translateY(5px);
  }

  60% {
    transform: translateX(-50%) translateY(3px);
  }
}

/* Layout Adjustments for Header/Hero overlap */
.body-5 {
  background: #fff;
}

@media (max-width: 768px) {
  .sermon-hero {
    height: 100svh;
    /* More reliable on mobile browsers */
    min-height: 560px;
    padding: 100px 24px;
    display: flex;
    align-items: center;
  }

  .hero-video-bg {
    height: 100%;
    width: 100%;
    object-position: center;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    gap: 12px;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
    padding: 16px 24px;
  }

  .hero-service-ribbon {
    position: absolute;
    bottom: 32px;
    transform: translateX(-50%);
    left: 50%;
    width: fit-content;
    max-width: 90%;
    padding: 8px 16px;
    /* Smaller padding */
    text-align: center;
  }

  .ribbon-content {
    justify-content: center;
    gap: 8px;
    /* Tighter gap */
    white-space: normal;
    /* Allow wrapping if needed */
  }

  .ribbon-label,
  .ribbon-time {
    font-size: 10px;
    /* Even smaller font for mobile */
  }

  .hero-scroll-indicator {
    display: none;
  }
}

/* ---------- VISIT / LOCATIONS SECTION ---------- */
.quote-section.dark {
  background: #013356;
  padding: 80px 0;
}

.vous-locations-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.vous-locations-title {
  margin-bottom: 40px;
}

.vous-locations-title .heading-136 {
  color: #fff;
}

.vous-locations-buttons {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.latest-button-slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: border-color 0.2s;
}

.latest-button-slide:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

.latest-button-slide img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* Location scroll */
.vous-locations-scroll-wrap {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 20px;
  cursor: grab;
}

.vous-locations-scroll-wrap::-webkit-scrollbar {
  display: none;
}

.vous-locations-scroll-wrap:active {
  cursor: grabbing;
}

.vous-location-box.scroll-card {
  flex: 0 0 320px;
  background: transparent;
  border-radius: 4px;
  overflow: hidden;
}

.location-image-wrap._100-w {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
}

.location-image-wrap._100-w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.vous-location-box:hover .location-image-wrap img {
  transform: scale(1.04);
}

.location-info-wrap.scroll-card {
  display: none;
}

.location-text-wrap {
  flex: 1;
}

.light-location-title.scroll-card {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #241F20;
  margin-bottom: 4px;
}

.light-location-times.dark-text,
.light-location-address.dark-text {
  font-family: 'Figtree', sans-serif;
  font-size: 12px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.location-directions-wrap.scroll-card-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.location-directions-wrap.church-online {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

._100-img.contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Quote */
.container-community {
  margin-top: 80px;
}

.quote-wrapper {
  text-align: center;
}

.quote-wrapper .heading-136 {
  color: #fff;
  font-size: clamp(36px, 6vw, 72px);
  /* Increased from base heading size */
  max-width: 900px;
  /* Increased width to accommodate larger text */
  margin: 0 auto 40px;
  line-height: 1.05;
}

.illustration-center {
  width: 160px;
  margin: 0 auto;
  opacity: 0.8;
}

/* Video & Dove Background Sections */
.video-bg-section,
.dove-bg-section {
  position: relative;
  width: 100%;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 80px;
  background: #013356;
}

.video-bg,
.dove-bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.video-bg {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}

.dove-bg-img {
  width: 380px;
  /* Reduced size for focused illustration */
  height: auto;
  max-width: 80%;
  opacity: 0.12;
  /* Subtle presence behind text */
  filter: brightness(1.1);
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 51, 86, 0.7);
  z-index: 2;
}

.video-content {
  position: relative;
  z-index: 3;
  margin-top: 0 !important;
  width: 100%;
}

/* ---------- OUR STORY ---------- */
.our-story-section {
  padding: 80px 20px 40px;
  max-width: 900px;
}

.our-story-title {
  color: white;
  margin-bottom: 24px;
}

.our-story-text {
  color: rgba(255, 255, 255, 0.532);
  margin-bottom: 24px;
}

.our-story-text strong {
  font-weight: 700;
  color: inherit;
}

.our-story-text.m-0 {
  margin-bottom: 0;
}

/* ---------- WHAT WE'RE BUILDING ---------- */
.building-section {
  padding: 100px 20px;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
}

.building-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 64px;
  margin-bottom: 100px;
}

.building-block:last-child {
  margin-bottom: 0;
}

.building-block.reverse {
  flex-direction: row-reverse;
}

.building-text {
  flex: 1;
  min-width: 300px;
  padding: 20px 0;
}

.building-title {
  color: #1a1a1a;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.building-desc {
  color: var(--text-muted);
}

.building-image {
  flex: 1.2;
  min-width: 320px;
}

.building-img-asset {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  aspect-ratio: 1/1;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

@media (max-width: 768px) {
  .building-block {
    gap: 32px;
    margin-bottom: 64px;
  }

  .building-block.reverse {
    flex-direction: column;
  }

  .building-section {
    padding: 60px 20px;
  }
}

/* ---------- JOIN STATEMENT ---------- */
.join-statement-section {
  padding: 100px 20px;
  background: #F9F5F4;
  text-align: center;
}

.join-statement-container {
  max-width: 1000px;
  margin: 0 auto;
}

.join-statement-text {
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.highlight-italic {
  font-style: italic;
  color: #013356;
  font-weight: 600;
}

.join-statement-highlight {
  display: block;
  margin-top: 32px;
  font-weight: 800;
  color: #013356;
}

/* ---------- LATEST AT DIOCESE ---------- */
.community-section {
  background: #F9F5F4;
  padding: 80px 0;
}

.latest-at-vous-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.latest-vous-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.latest-vous-buttons {
  display: flex;
  gap: 10px;
}

/* Latest cards scroll */
#latest-slide {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#latest-slide::-webkit-scrollbar {
  display: none;
}

#latest-slide:active {
  cursor: grabbing;
}

.latest-vous-cards-wrap {
  cursor: grab;
}

.latest-vous-card-list {
  display: flex;
  gap: 16px;
  padding-bottom: 20px;
}

.latest-vous-card {
  flex: 0 0 300px;
  position: relative;
  aspect-ratio: 9/12;
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.latest-vous-card ._100-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 0.4s;
}

.latest-vous-card:hover ._100-img {
  transform: scale(1.04);
}

.latest-vous-text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  z-index: 5;
}

.overline-meta-10 {
  font-family: 'Satoshi', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.latest-vous-button-icon {
  width: 16px;
  height: 16px;
}

/* Community section */
.heading-wrapper-50 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}

.heading-wrapper-50 h2 {
  font-family: 'Satoshi', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3.5vw, 42px);
  line-height: 1.15;
}

.community-hands-image {
  width: 48px;
  opacity: 0.8;
}

.mobile-vert {
  margin-top: 80px;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.text-wrapper-35 {
  max-width: 560px;
}

.text-wrapper-35 .large-link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 24px 0 8px;
}

.text-wrapper-35 .small-p {
  margin-bottom: 8px;
}

/* ---------- EDUCATION & TRUTH ---------- */
.education-section {
  padding: 80px 20px;
  background: #ffffff;
}

.education-container {
  max-width: 900px;
  margin: 0 auto;
}

.education-hero {
  margin-bottom: 80px;
}

.education-img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 24px;
}

.education-caption {
  max-width: 500px;
}

.caption-title {
  color: #1a1a1a;
  margin-bottom: 8px;
}

.caption-text {
  color: #555555;
  font-size: 14px;
}

.truth-block {
  max-width: 800px;
}

.truth-heading {
  color: #1a1a1a;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.truth-subtext {
  color: #999999;
  letter-spacing: -0.02em;
}

/* ---------- FAMILY / KIDS ---------- */
.kids-section {
  background: #fff;
  padding: 80px 0;
}

.right-0 {
  padding: 0 40px;
  max-width: 1280px;
  margin: 0 auto;
}

.homepage-collection-wrapper {
  flex: 1;
  max-width: 480px;
}

.homepage-collection-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.people-like-you {
  display: none;
}

.people-like-you:first-child {
  display: block;
}

.people-image.home {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2px;
}

/* ---------- VALUES ---------- */
.values-section.invert-color {
  background: #241F20;
  padding: 80px 0;
}

.our-values-home {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.values-wrapper.white {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
}

.values-title-wrap {
  max-width: 400px;
}

.values-title-wrap .heading-137 {
  color: #fff;
  margin-bottom: 12px;
}

.values-paragraph._2 {
  color: rgba(255, 255, 255, 0.6);
}

.values-arrow-buttons {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.values-hands-image-wrapper {
  overflow: hidden;
  margin: 40px 0;
  text-align: right;
}

.values-hands-image {
  max-width: 700px;
  opacity: 0.15;
  margin-left: auto;
}

/* Values scroll */
.container-values {
  padding: 0;
}

.value-group-wrapper.values-home {
  display: flex;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  cursor: grab;
  padding: 0 40px 24px;
}

.value-group-wrapper:active {
  cursor: grabbing;
}

.value-group-wrapper::-webkit-scrollbar {
  height: 4px;
}

.value-group-wrapper::-webkit-scrollbar-thumb {
  background: #958585;
  border-radius: 10px;
}

.value-group-wrapper::-webkit-scrollbar-track {
  background: #241F20;
  border-radius: 10px;
}

.value-wrapper.white {
  flex: 0 0 320px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 32px 32px 32px 32px;
}

.value-header {
  margin-bottom: 16px;
}

.slider-end-spacer.values {
  flex: 0 0 40px;
}

/* ---------- PASTORS ---------- */
.pastors-section.invert-color {
  background: #013356;
  padding: 80px 0;
}

.pastors-section .container-80 {
  margin-bottom: 48px;
}

.pastors-section .heading-137 {
  color: #fff;
}

.container-100.left-0 {
  display: flex;
  align-items: flex-start;
  min-height: 500px;
  max-width: 1400px;
  margin: 0 auto;
}

.our-pastors-wrapper-left {
  position: sticky;
  top: 120px;
  width: 38%;
  height: 650px;
  flex-shrink: 0;
  overflow: hidden;
  margin: 40px 0 40px 40px;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.placeholder-bg {
  background: var(--primary-dark);
}

.pastors-slideshow {
  position: relative;
  overflow: hidden;
}

.pastor-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s ease-in-out, visibility 1.2s ease-in-out;
}

.pastor-slide.active {
  opacity: 1;
  visibility: visible;
}

/* --- Bio Card & Typography --- */
.pastor-bio-container {
  width: 62%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  background: transparent;
}

.bishop-seal-watermark {
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
  width: 400px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
  filter: grayscale(1) brightness(2);
}

.pastor-bio-card {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 48px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.bio-overline {
  display: block;
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #C5A87A;
  margin-bottom: 20px;
}

.bishop-name {
  font-family: 'EB Garamond', serif;
  font-weight: 700;
  font-size: clamp(32px, 4vw, 44px);
  color: #fff;
  line-height: 1.1;
  margin: 0 0 24px;
}

.gold-divider {
  width: 60px;
  height: 2px;
  background: #C5A87A;
  margin-bottom: 32px;
}

.bio-narrative p {
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
}

.bio-intro {
  font-size: 18px !important;
  color: #fff !important;
  font-weight: 500;
}

.bio-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: 40px 0;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.detail-heading {
  font-family: 'Satoshi', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.bio-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bio-list li {
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
  line-height: 1.4;
  position: relative;
  padding-left: 20px;
}

.bio-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #C5A87A;
  font-weight: 700;
}

.bio-list li strong {
  color: #fff;
}

.bishop-quote {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  padding-left: 24px;
  border-left: 2px solid #C5A87A;
  margin: 40px 0 0;
}

.bio-conclusion p {
  color: #fff;
}

@media (max-width: 991px) {
  .container-100.left-0 {
    flex-direction: column;
  }

  .our-pastors-wrapper-left {
    width: 100%;
    height: 400px;
    position: relative;
    top: auto;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .pastor-bio-container {
    width: 100%;
    padding: 40px 20px;
  }

  .pastor-bio-card {
    padding: 32px;
  }

  .bio-details-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bishop-seal-watermark {
    display: none;
  }
}

.pastors-name-wrapper {
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 24px;
  z-index: 10;
}

.image-239 {
  width: 200px;
}

.image-wrapper.pastors-photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

._100-image.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-wrapper-42.pastors {
  flex: 1;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.text-wrapper-42.pastors p {
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.7);
}

.large-link.staff {
  font-family: 'Satoshi', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  margin: 0;
  cursor: pointer;
}

/* ---------- GIVE BANNER ---------- */
.section-nospace.dark {
  background: #F9F5F4;
  padding: 60px 0;
}

.give-image-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #F2EDE8;
}

.banner-wrapper {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  padding: 40px 48px;
  gap: 40px;
  flex-wrap: wrap;
}

.give-banner-heading-wrapper {
  flex: 1;
  min-width: 200px;
}

.image-74 {
  width: 240px;
  object-fit: contain;
  flex-shrink: 0;
}

.give-text-wrapper {
  flex: 1;
  min-width: 200px;
}

.give-p {
  color: #241F20;
  margin-bottom: 24px;
}

.give-p span {
  font-style: italic;
  color: #C5A87A;
}

.give-banner-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}

.give-graphic {
  opacity: 0.5;
}

/* ---------- ARCHDEACONRIES ---------- */
.arch-section {
  padding: 80px 0;
  background: #fff;
  color: #241F20;
}

.arch-header {
  max-width: 640px;
  margin-bottom: 60px;
}

.arch-title {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 36px);
  margin-bottom: 16px;
  line-height: 1.2;
}

.arch-desc {
  font-family: 'Figtree', sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.arch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
  column-gap: 80px;
}

.arch-item {
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid #EBEBEB;
}

.arch-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: opacity 0.2s;
}

.arch-item-header:hover {
  opacity: 0.7;
}

.arch-item-body {
  display: none;
  padding-top: 16px;
}

.arch-item.active .arch-item-body {
  display: block;
}

.arch-item-name {
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.arch-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #F4F4F4;
  border-radius: 50%;
  font-family: 'Figtree', sans-serif;
  color: #000;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.arch-icon .icon-sign {
  font-size: 0;
}

.arch-item:not(.active) .icon-sign::before {
  content: '+';
  font-size: 16px;
}

.arch-item.active .icon-sign::before {
  content: '−';
  font-size: 16px;
}

.arch-church-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.arch-church-list li {
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  color: #666;
  position: relative;
  padding-left: 12px;
  line-height: 1.4;
}

.arch-church-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #666;
}

.arch-item-header {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: color 0.2s ease;
}

.arch-item-header:hover {
  color: #013356;
}

.arch-item-header:hover .arch-icon {
  background: #013356;
  color: #fff;
}

.arch-item-name a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

.arch-item-name a:hover {
  color: #013356;
}

.arch-church-list li a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

.arch-church-list li a:hover {
  color: #013356;
}

@media (max-width: 768px) {
  .arch-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 16px;
  }

  .arch-header {
    margin-bottom: 40px;
  }
}

/* ---------- FOOTER ---------- */
.footer {
  background: #241F20;
}

.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  padding-bottom: 0;
  border-bottom: none;
}

.footer-column.logo {
  display: flex;
  flex-direction: column;
  min-width: 120px;
}

.div-block-54 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.big-p.footer {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  font-family: 'Satoshi', sans-serif;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 140px;
}

.small-p.footer {
  font-family: 'Satoshi', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 4px;
}

.small-p.footer.no-margins {
  margin: 0;
}

.footer-column.address h5 {
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 16px;
}

.privacy-wrapper-vc {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.privacy-policy-vc,
.sms-terms-link {
  font-family: 'Figtree', sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  transition: color 0.2s;
}

.privacy-policy-vc:hover,
.sms-terms-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.policy-divider {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.2);
}

/* ---------- SCROLL FADE-IN ---------- */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 991px) {
  .nav-menu {
    display: none;
  }

  .menubar {
    display: block;
  }

  .external-sites {
    padding: 8px 20px;
  }

  .vous-sites-wrapper {
    gap: 14px;
  }

  .nav-wrapper-flex {
    padding: 12px 20px;
  }

  .sermon-wrapper {
    padding: 0 20px 40px;
  }

  .discover-line-wrapper,
  .connect-line-wrapper {
    display: none;
  }

  .container-80 {
    padding: 0 20px;
  }

  .vous-locations-container {
    padding: 0 20px;
  }

  .latest-at-vous-container {
    padding: 0 20px;
  }

  .container-100.left-0 {
    flex-direction: column;
  }

  .our-pastors-wrapper-left {
    width: 100%;
    height: 320px;
  }

  .mobile-vert {
    flex-direction: column;
  }

  .text-wrapper-35,
  .homepage-collection-wrapper {
    max-width: 100%;
  }

  .homepage-collection-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .dove-bg-section,
  .video-bg-section {
    margin-top: 48px;
    min-height: 360px;
  }

  .dove-bg-img {
    width: 280px;
  }


  .values-hands-image {
    max-width: 100%;
  }

  .banner-wrapper {
    flex-direction: column;
    padding: 32px 24px;
  }

  .image-74 {
    width: 160px;
  }

  .footer-wrapper {
    gap: 32px;
  }

  .nav-scroll-div {
    padding: 24px;
  }

  .nav-item-text-full,
  .nav-item-text {
    font-size: 32px;
  }

  .nav-all-small-links {
    flex-direction: column;
    gap: 16px;
  }

  /* Disable pastors slideshow on mobile, make side by side */
  .pastors-slideshow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    height: 320px;
    /* overrides previous fixed height if needed */
  }

  .pastor-slide {
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
  }
}

@media (max-width: 767px) {
  .vous-sites-wrapper {
    display: none;
  }

  .nav-bar-link-wrapper {
    display: none;
  }

  .external-sites {
    display: none;
  }

  .page-banner {
    padding: 8px 16px;
  }

  .menu-bar-announcment-wrap {
    gap: 16px;
  }

  .sermon-wrapper {
    padding: 0 16px 32px;
  }

  .hi-home.smaller {
    font-size: 26px;
  }

  .vous-location-box.scroll-card {
    flex: 0 0 260px;
  }

  .latest-vous-card {
    flex: 0 0 240px;
  }

  .heading-wrapper-50 {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-column {
    min-width: auto;
  }

  .dove-bg-section,
  .video-bg-section {
    margin-top: 32px;
    min-height: 320px;
  }

  .dove-bg-img {
    width: 240px;
  }

}

/* ---------- FOOTER BOTTOM ---------- */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 24px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-contact-line {
  font-family: 'Figtree', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.footer-contact-line a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-contact-line a:hover {
  color: #fff;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.footer-social-link:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.footer-copy {
  font-family: 'Figtree', sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  margin: 0;
}

@media (max-width: 600px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}