
:root{--hope-gold:#c99212;--hope-pink:#c93a7a;--warrior-navy:#1e2b63}

/* HEADER */
.header-inner{grid-template-columns:285px 1fr auto auto!important;gap:12px!important}
.header-donate{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:10px 16px;border-radius:11px;
  background:var(--gold,#c99212);color:#fff;text-decoration:none;
  font:900 12px/1 Arial,sans-serif;letter-spacing:.4px;
  box-shadow:0 5px 14px rgba(121,78,0,.18);white-space:nowrap
}
.header-donate:hover{transform:translateY(-1px)}
@media(max-width:1100px) and (min-width:851px){
  .header-inner{grid-template-columns:215px 1fr auto auto!important;gap:8px!important}
  .header-donate{padding:9px 11px;font-size:11px}
  .survivor-top{padding:9px 10px}
}
@media(max-width:850px){
  .header-inner{grid-template-columns:minmax(0,1fr) auto auto!important}
  .header-donate{display:inline-flex!important;min-height:44px;padding:8px 12px;font-size:11px}
}
@media(max-width:430px){
  .brand img{width:min(215px,54vw)!important}
  .header-donate{padding:8px 9px;font-size:10px}
}

/* Tight editorial flow */
#conversation-preview{padding-bottom:18px!important}
#conversation-preview .pink-script{margin-bottom:0!important}
#programs-preview{padding-top:16px!important}
#programs-preview .section-title{margin-top:0!important;margin-bottom:6px!important}
#programs-preview .section-sub{
  max-width:1180px!important;margin:0 auto 16px!important;
  text-wrap:balance
}

/* Journey cards: remove the old duplicated dark text strip */
.program-card{position:relative!important}
.program-card .pcopy{position:relative!important;z-index:2!important}
.program-card .pimg{
  position:relative!important;z-index:1!important;
  margin-top:0!important
}
.program-card .pimg::before,.program-card .pimg::after,
.program-card .pcopy::before,.program-card .pcopy::after{
  content:none!important;display:none!important
}
@media(min-width:851px){
  .program-card{min-height:365px!important}
  .program-card .pcopy{min-height:190px!important;padding:20px 14px 14px!important}
  .program-card .pimg{height:175px!important}
}

/* WALL OF WARRIORS */
.warrior-wall-live{
  background:linear-gradient(180deg,#07183d 0%,#0b2754 58%,#07183d 100%)!important;
  padding:30px 0 34px!important;color:white;overflow:hidden
}
.warrior-heading{
  width:min(940px,calc(100% - 34px));margin:0 auto 20px;
  padding:13px 28px 12px;border-radius:20px;
  background:linear-gradient(90deg,rgba(255,255,255,.95),rgba(255,249,229,.97));
  box-shadow:0 10px 30px rgba(0,0,0,.2);text-align:center;color:#142454
}
.warrior-heading .section-title{
  color:#142454!important;font-size:clamp(27px,3vw,42px)!important;
  font-family:Georgia,serif!important;font-style:italic!important;
  margin:0 0 3px!important;text-transform:none!important;letter-spacing:0!important
}
.warrior-heading .section-sub{
  color:#3d4050!important;margin:0!important;font-size:15px!important;font-weight:700
}
.warrior-carousel-shell{position:relative}
.warrior-carousel{
  display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;
  scroll-behavior:smooth;padding:2px 52px 14px;
  scrollbar-width:none;-ms-overflow-style:none
}
.warrior-carousel::-webkit-scrollbar{display:none}
.warrior-poster-card{
  flex:0 0 clamp(230px,22vw,330px);
  scroll-snap-align:center;border-radius:19px;overflow:hidden;
  background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.35);
  cursor:pointer;position:relative;transition:transform .18s ease
}
.warrior-poster-card:hover{transform:translateY(-4px)}
.warrior-poster-card img{
  width:100%;height:clamp(350px,37vw,485px);display:block;
  object-fit:cover;object-position:center top
}
.warrior-poster-caption{
  position:absolute;left:0;right:0;bottom:0;padding:32px 12px 11px;
  background:linear-gradient(transparent,rgba(2,12,36,.9));
  color:white;font:800 15px/1.1 Arial,sans-serif;text-align:center;
  opacity:0;transition:opacity .18s ease
}
.warrior-poster-card:hover .warrior-poster-caption{opacity:1}
.warrior-arrow{
  position:absolute;z-index:4;top:50%;transform:translateY(-50%);
  width:46px;height:46px;border-radius:50%;border:2px solid rgba(255,255,255,.68);
  background:rgba(5,20,55,.82);color:#fff;font-size:34px;line-height:38px;
  cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.28)
}
.warrior-prev{left:5px}.warrior-next{right:5px}
.warrior-under{
  display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;
  padding-top:9px;color:#fff;font-weight:700
}
.warrior-more{
  border:0;background:transparent;color:#f1c257;font-weight:900;
  cursor:pointer;font-size:14px
}
@media(max-width:780px){
  .warrior-wall-live{padding-top:24px!important}
  .warrior-heading{margin-bottom:15px;padding:11px 14px}
  .warrior-heading .section-sub{font-size:13px!important}
  .warrior-carousel{gap:12px;padding:2px 36px 12px}
  .warrior-poster-card{flex-basis:78vw;max-width:355px}
  .warrior-poster-card img{height:auto;aspect-ratio:2/3;object-fit:cover}
  .warrior-arrow{width:40px;height:40px;font-size:29px}
}

/* Click-to-enlarge Warrior modal */
.warrior-lightbox{
  position:fixed;inset:0;z-index:9999;background:rgba(2,8,25,.94);
  display:none;align-items:center;justify-content:center;padding:22px
}
.warrior-lightbox.open{display:flex}
.warrior-lightbox img{
  max-width:min(94vw,780px);max-height:92vh;object-fit:contain;border-radius:12px;
  box-shadow:0 18px 55px rgba(0,0,0,.55)
}
.warrior-lightbox-close{
  position:fixed;right:18px;top:15px;width:45px;height:45px;border-radius:50%;
  border:1px solid rgba(255,255,255,.65);background:#142454;color:white;
  font-size:29px;cursor:pointer
}


/* HOPE IS HAPPENING */
.hope-happening{background:#fff8f2;padding:54px 0 58px;position:relative;overflow:hidden}
.hope-happening::before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(201,21,103,.055);right:-110px;top:-120px}
.hope-happening-inner{width:min(calc(100% - 36px),1180px);margin:auto;position:relative;z-index:1}
.hope-happening-head{text-align:center;max-width:820px;margin:0 auto 26px}
.hope-happening-kicker{display:inline-block;color:#bd7e00;font-size:12px;font-weight:900;letter-spacing:2px;text-transform:uppercase;margin-bottom:7px}
.hope-happening h2{margin:0;color:#17144e;font-family:Georgia,serif;font-size:clamp(32px,4vw,50px);line-height:1.05}
.hope-happening h2 em{color:#c91567;font-weight:500}
.hope-happening-head p{margin:11px auto 0;color:#4b4b60;font-size:17px;line-height:1.55}
.happening-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.happening-card{background:white;border-radius:18px;padding:24px 22px 22px;box-shadow:0 10px 28px rgba(23,20,78,.10);border-top:5px solid #bd7e00;min-height:225px;display:flex;flex-direction:column}
.happening-card:nth-child(2){border-top-color:#118b98}.happening-card:nth-child(3){border-top-color:#4e8118}
.happening-icon{font-size:29px;line-height:1;margin-bottom:13px}
.happening-tag{font-size:11px;font-weight:900;letter-spacing:1.3px;text-transform:uppercase;color:#c91567;margin-bottom:7px}
.happening-card h3{font-family:Georgia,serif;color:#17144e;font-size:23px;line-height:1.12;margin:0 0 9px}
.happening-card p{color:#4d4e5d;line-height:1.5;margin:0 0 16px;font-size:15px}
.happening-link{margin-top:auto;color:#17144e;font-weight:900;text-decoration:none;font-size:13px}
.happening-link:hover{color:#c91567}
.hope-happening-cta{text-align:center;margin-top:24px}
.hope-happening-cta a{display:inline-block;background:#c91567;color:white;text-decoration:none;font-weight:900;padding:13px 22px;border-radius:10px;box-shadow:0 7px 18px rgba(201,21,103,.18)}
@media(max-width:820px){.hope-happening{padding:42px 0 45px}.happening-grid{grid-template-columns:1fr}.happening-card{min-height:0}.hope-happening-head p{font-size:15px}}

/* WHY THE BEE + PINK RIBBON */
.bee-copy{position:relative}
.bee-ribbon-mark{
  display:inline-block;vertical-align:middle;width:30px;height:48px;
  position:relative;margin:0 12px 0 0;transform:translateY(7px)
}
.bee-ribbon-mark::before{
  content:"";position:absolute;left:8px;top:0;width:14px;height:31px;
  border:6px solid var(--hope-pink);border-radius:50% 50% 46% 46%;
  transform:rotate(-15deg)
}
.bee-ribbon-mark::after{
  content:"";position:absolute;left:12px;top:26px;width:7px;height:22px;
  background:var(--hope-pink);transform:skew(-20deg) rotate(18deg);
  box-shadow:10px -2px 0 var(--hope-pink)
}

/* Compact footer */
.site-footer{padding:0!important}
.footer-compact{
  width:min(calc(100% - 36px),1180px);margin:auto;
  min-height:145px;display:grid;grid-template-columns:1fr auto;gap:35px;
  align-items:center;padding:28px 0
}
.footer-mission strong{font-size:21px}
.footer-mission p{max-width:720px;margin:7px 0 0;line-height:1.45}
.footer-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.compact-phone{font-size:16px!important;text-decoration:none}
@media(max-width:700px){
  .footer-compact{grid-template-columns:1fr;gap:17px;text-align:center}
  .footer-actions{justify-content:center}
  .footer-bottom{gap:8px;flex-direction:column;text-align:center}
}

/* Preserve no horizontal glitches */
html,body{max-width:100%!important;overflow-x:hidden!important}
