/* ==========================================================
   WDBCCC Brand Tokens
   Blue #2858A1 / Burnt Orange #D56429 / Orange #F08C21
   Navy #193864 / Light Blue #4D93FF / Light Orange #FFAC52
   ========================================================== */
:root{
  --blue: #2858A1;
  --burnt-orange: #D56429;
  --orange: #F08C21;
  --navy: #193864;
  --light-blue: #4D93FF;
  --light-orange: #FFAC52;

  --ink: #1c2733;
  --ink-soft: #4a5568;
  --paper: #ffffff;
  --paper-soft: #f5f7fa;

  --font-head: 'Poppins', 'Montserrat', sans-serif;
  --font-body: 'Montserrat', sans-serif;

  --radius: 14px;
  --shadow: 0 12px 30px rgba(25, 56, 100, 0.12);
  --wrap: 1180px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
img{ max-width: 100%; display: block; }
h1,h2,h3,h4{ font-family: var(--font-head); margin: 0 0 .5em; color: var(--navy); line-height: 1.15; }
p{ margin: 0 0 1em; color: var(--ink-soft); }
a{ color: inherit; }

.wrap{
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 24px;
}

.section{ padding: 88px 0; }
.section-title{ font-size: clamp(1.6rem, 3vw, 2.3rem); }
.section-lede{ max-width: 640px; color: var(--ink-soft); font-size: 1.05rem; }
.section-lede--light{ color: rgba(255,255,255,0.85); }

.eyebrow{
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--burnt-orange);
  margin-bottom: 12px;
}
.eyebrow--light{ color: var(--light-orange); }

.btn{
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn--primary{
  background: var(--orange);
  color: #fff;
  box-shadow: 0 8px 20px rgba(240,140,33,0.35);
}
.btn--primary:hover{ background: var(--burnt-orange); transform: translateY(-2px); }
.btn--ghost{
  background: transparent;
  border: 2px solid rgba(255,255,255,0.7);
  color: #fff;
}
.btn--ghost:hover{ background: rgba(255,255,255,0.15); transform: translateY(-2px); }

.link-arrow{
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
  margin-top: 8px;
}
.link-arrow:hover{ text-decoration: underline; }
.link-arrow--light{ color: var(--light-orange); }

/* ===================== EBW co-brand bar ===================== */
.ebw-bar{
  background: var(--navy);
  color: #fff;
  font-size: .82rem;
}
.ebw-bar__inner{
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ebw-bar__logo{ height: 46px; width: auto; flex-shrink: 0; }
.ebw-bar__text a{
  color: var(--light-orange);
  text-decoration: underline;
}

/* ===================== HERO MURAL ===================== */
.hero{
  position: relative;
  background:
    linear-gradient(120deg, rgba(25,56,100,0.92) 0%, rgba(40,88,161,0.85) 45%, rgba(240,140,33,0.55) 100%),
    radial-gradient(circle at 80% 20%, rgba(255,172,82,0.35), transparent 55%),
    var(--navy);
  color: #fff;
  padding-top: 72px;
  overflow: hidden;
}
.hero__overlay{
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0 2px, transparent 2px 40px);
  pointer-events: none;
}
.hero__inner{
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__logo{
  height: 92px;
  width: auto;
  margin-bottom: 34px;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.25));
}
.hero__headline{
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  font-weight: 800;
  max-width: 900px;
  color: #fff;
}
.hero__headline span{ color: var(--light-orange); }
.hero__sub{
  max-width: 560px;
  color: rgba(255,255,255,0.88);
  font-size: 1.1rem;
  margin-top: 8px;
}
.hero__ctas{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
}

.hero__jump{
  position: relative;
  z-index: 1;
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.18);
  padding-top: 18px;
  padding-bottom: 18px;
}
.hero__jump a{
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: .02em;
}
.hero__jump a:hover{ color: var(--light-orange); }

/* ===================== ABOUT ===================== */
.about__grid{
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 56px;
  align-items: center;
}
.about__copy h2{ font-size: clamp(1.6rem, 3vw, 2.2rem); }
.about__stats{
  display: grid;
  gap: 20px;
}
.stat{
  background: var(--paper-soft);
  border-left: 5px solid var(--orange);
  border-radius: 10px;
  padding: 20px 22px;
}
.stat__num{
  display: block;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 2rem;
  color: var(--blue);
}
.stat__label{
  font-size: .92rem;
  color: var(--ink-soft);
}

/* ===================== SERVICES ===================== */
.services{
  background: var(--navy);
  color: #fff;
}
.services .section-title{ color: #fff; }
.services__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.service-card{
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: transform .18s ease, background .18s ease;
}
.service-card:hover{
  transform: translateY(-4px);
  background: rgba(255,255,255,0.1);
}
.service-card__icon{ font-size: 1.8rem; margin-bottom: 12px; }
.service-card h3{ color: #fff; font-size: 1.1rem; }
.service-card p{ color: rgba(255,255,255,0.78); font-size: .95rem; margin: 0; }

/* ===================== INITIATIVES (scrolling carousel) ===================== */
.initiatives{ background: var(--paper-soft); padding-bottom: 60px; }
.initiatives .wrap{ margin-bottom: 16px; }

.carousel{
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 8px 24px 24px;
  -webkit-overflow-scrolling: touch;
}
.carousel__track{
  display: flex;
  gap: 22px;
  width: max-content;
  margin: 0 auto;
  padding: 0 calc((100vw - min(100vw, var(--wrap)))/2);
}
.init-card{
  scroll-snap-align: start;
  flex: 0 0 320px;
  background: #fff;
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: var(--shadow);
  border-top: 5px solid var(--orange);
}
.init-card__tag{
  display: inline-block;
  background: rgba(240,140,33,0.12);
  color: var(--burnt-orange);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.init-card h3{ font-size: 1.08rem; }
.init-card p{ font-size: .92rem; margin: 0; }

/* ===================== RESOURCES ===================== */
.resources{
  background: linear-gradient(160deg, var(--blue), var(--navy));
  color: #fff;
}
.resources .section-title{ color: #fff; }
.resources__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0 28px;
}
.video-card{
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius);
  overflow: hidden;
}
.video-card__thumb{
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--light-blue), var(--orange));
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-card__play{
  width: 58px; height: 58px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  padding-left: 4px;
}
.video-card h4{ color: #fff; font-size: 1rem; margin: 18px 18px 6px; }
.video-card p{ color: rgba(255,255,255,0.78); font-size: .88rem; margin: 0 18px 18px; }

/* ===================== LOCATIONS ===================== */
.locations{ background: #fff; }
.locations__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 40px 0 20px;
}
.location-card{
  border: 1px solid #e4e9f0;
  border-radius: var(--radius);
  padding: 22px 20px;
  background: var(--paper-soft);
}
.location-card h3{ font-size: 1.02rem; color: var(--blue); }
.location-card p{ font-size: .9rem; margin: 0 0 8px; }
.location-card__phone{ font-weight: 700; color: var(--burnt-orange); margin: 0; }
.locations__note{ font-size: .85rem; color: var(--ink-soft); font-style: italic; }

/* ===================== FOOTER ===================== */
.footer{
  background: var(--navy);
  color: rgba(255,255,255,0.85);
  padding: 44px 0;
}
.footer__inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.footer__logo{ height: 46px; margin-bottom: 12px; }
.footer__brand p, .footer__ebw p{ font-size: .85rem; color: rgba(255,255,255,0.7); margin: 0; max-width: 320px; }
.footer__ebw{ text-align: right; }
.footer__ebw img{ height: 34px; margin-left: auto; margin-bottom: 10px; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 960px){
  .about__grid{ grid-template-columns: 1fr; }
  .services__grid{ grid-template-columns: repeat(2, 1fr); }
  .resources__grid{ grid-template-columns: repeat(2, 1fr); }
  .locations__grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px){
  .section{ padding: 60px 0; }
  .services__grid, .resources__grid, .locations__grid{ grid-template-columns: 1fr; }
  .footer__inner{ flex-direction: column; text-align: center; }
  .footer__ebw{ text-align: center; }
  .footer__ebw img{ margin: 0 auto 10px; }
  .ebw-bar__inner{ flex-direction: column; align-items: flex-start; }
}
