
:root{--blue:#2E75B6;--blue-dk:#0D3D6E;--blue-lt:#4A90D9;--orange:#E8820C;--yellow:#F5C518;--cream:#FDF9F4;--white:#ffffff;--gray:#F2F5F9;--text:#1A1A2E;--text-lt:#5A6170;--green:#2E9E6B}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Nunito',sans-serif;color:var(--text);background:var(--cream);overflow-x:hidden}

/* NAV */
nav{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(13,61,110,.97);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:70px;box-shadow:0 2px 30px rgba(0,0,0,.3);border-bottom:2px solid rgba(245,197,24,.2)}
.nav-logo{display:flex;align-items:center;gap:.6rem;text-decoration:none}
.nav-logo img{height:52px;width:auto;border-radius:6px}
.nav-logo-text .name{color:var(--white);font-weight:900;font-size:.9rem;letter-spacing:.04em;display:block}
.nav-logo-text .tag{color:var(--yellow);font-size:.6rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;display:block}
.nav-links{display:flex;gap:.05rem;list-style:none;align-items:center}
.nav-links a{color:rgba(255,255,255,.82);text-decoration:none;font-weight:700;font-size:.72rem;padding:.4rem .65rem;border-radius:7px;transition:all .2s;letter-spacing:.04em;text-transform:uppercase}
.nav-links a:hover,.nav-links a.active{background:rgba(255,255,255,.1);color:var(--yellow)}
.nav-donate{background:var(--orange)!important;color:var(--white)!important;border-radius:9px!important;font-weight:900!important}
.nav-donate:hover{background:#C46A08!important;transform:translateY(-1px)}

/* PAGE HERO */
.page-hero{background:linear-gradient(135deg,var(--blue-dk) 0%,#1a5a9a 100%);padding:130px 4rem 4rem;text-align:center;position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;inset:0;opacity:0}
.page-hero-inner{position:relative;z-index:1;max-width:1300px;margin:0 auto}
.hero-label{font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--yellow);margin-bottom:.6rem}
.page-hero h1{font-family:'Fraunces',serif;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:900;color:var(--white);line-height:1.1;margin-bottom:1rem}
.page-hero p{color:rgba(255,255,255,.82);font-size:2.1rem;line-height:1.75;margin-bottom:2rem}
.hero-stats-row{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}
.hs{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:.9rem 1.6rem;text-align:center}
.hs-n{font-family:'Fraunces',serif;font-size:1.8rem;font-weight:900;color:var(--yellow)}
.hs-l{font-size:.65rem;font-weight:800;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.07em}

/* SECTION COMMON */
.section-label{font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:.5rem}
.section-title{font-family:'Fraunces',serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:900;color:var(--blue-dk);line-height:1.15;margin-bottom:.8rem}
.section-sub{color:var(--text-lt);font-size:.97rem;line-height:1.75}

/* MAP SECTION */
.map-section{padding:4rem}
.map-section-inner{max-width:1100px;margin:0 auto}
.map-description{background:var(--white);border-radius:16px;padding:2rem;margin-bottom:2rem;border-left:5px solid var(--blue);box-shadow:0 2px 20px rgba(0,0,0,.06)}
.map-description p{color:var(--text-lt);line-height:1.75;font-size:.97rem}
.map-description p strong{color:var(--blue-dk)}
.map-container{border-radius:20px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.15);border:3px solid rgba(46,117,182,.2);background:var(--gray)}
.map-container iframe{width:100%;height:520px;border:none;display:block}
.map-placeholder{width:100%;height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8f0fa 0%,#d0e3f5 100%);text-align:center;padding:2rem}
.map-placeholder .map-icon{font-size:4rem;margin-bottom:1rem}
.map-placeholder h3{font-family:'Fraunces',serif;font-size:1.5rem;color:var(--blue-dk);margin-bottom:.5rem}
.map-placeholder p{color:var(--text-lt);font-size:.9rem;line-height:1.6;max-width:500px;margin-bottom:1.5rem}
.map-placeholder a{background:var(--blue);color:var(--white);padding:.75rem 1.8rem;border-radius:10px;font-weight:900;text-decoration:none;font-size:.9rem;transition:background .2s}
.map-placeholder a:hover{background:var(--blue-dk)}

/* PHONE NUMBERS */
.phones-section{background:var(--blue-dk);padding:4rem}
.phones-inner{max-width:1100px;margin:0 auto}
.phones-inner .section-label{color:var(--yellow)}
.phones-inner .section-title{color:var(--white)}
.phones-inner .section-sub{color:rgba(255,255,255,.75)}
.phones-note{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:1.2rem 1.5rem;margin:1.5rem 0;color:rgba(255,255,255,.8);font-size:.9rem;line-height:1.7;font-style:italic}
.phones-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-top:1.5rem}
.phone-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:1.2rem 1.4rem;transition:background .2s}
.phone-card:hover{background:rgba(255,255,255,.14)}
.phone-region{font-size:.68rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:var(--yellow);margin-bottom:.4rem}
.phone-number{font-size:1.05rem;font-weight:900;color:var(--white);margin-bottom:.2rem}
.phone-number a{color:var(--white);text-decoration:none}
.phone-number a:hover{color:var(--yellow)}
.phone-extra{font-size:.78rem;color:rgba(255,255,255,.6)}
.phone-extra a{color:rgba(255,255,255,.6);text-decoration:none}
.phone-extra a:hover{color:var(--yellow)}

/* LOCATION PHOTOS GRID */
.locations-section{padding:4rem;background:var(--cream)}
.locations-inner{max-width:1400px;margin:0 auto}
.locations-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-top:2.5rem}
.loc-card{background:var(--white);border-radius:14px;overflow:hidden;box-shadow:0 3px 16px rgba(0,0,0,.08);transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}
.loc-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.14)}
.loc-card img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center top;display:block}
.loc-card-body{padding:.75rem .85rem 1rem;flex:1;display:flex;flex-direction:column}
.loc-card-body h4{font-size:.78rem;font-weight:900;color:var(--blue-dk);margin-bottom:.3rem;line-height:1.3}
.loc-card-body p{font-size:.72rem;color:var(--text-lt);line-height:1.55;flex:1}

/* DONATION SECTION */
.donation-section{background:linear-gradient(135deg,var(--orange) 0%,#c46a08 100%);padding:4rem}
.donation-inner{max-width:900px;margin:0 auto;text-align:center}
.donation-inner .section-label{color:rgba(255,255,255,.8)}
.donation-inner .section-title{color:var(--white)}
.donation-inner p{color:rgba(255,255,255,.9);font-size:1rem;line-height:1.75;margin-bottom:1.5rem}
.donation-ways{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2rem 0}
.donation-way{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);border-radius:14px;padding:1.2rem;text-align:center}
.donation-way .dw-icon{font-size:1.8rem;margin-bottom:.5rem}
.donation-way h4{color:var(--white);font-size:.9rem;font-weight:900;margin-bottom:.3rem}
.donation-way p{color:rgba(255,255,255,.8);font-size:.78rem;line-height:1.5;margin:0}
.donation-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}
.btn-white{background:var(--white);color:var(--orange);padding:.85rem 2rem;border-radius:10px;font-weight:900;font-size:.95rem;text-decoration:none;transition:all .2s;box-shadow:0 4px 18px rgba(0,0,0,.2)}
.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.25)}
.btn-outline-white{background:transparent;color:var(--white);padding:.85rem 2rem;border-radius:10px;font-weight:900;font-size:.95rem;text-decoration:none;border:2px solid rgba(255,255,255,.6);transition:all .2s}
.btn-outline-white:hover{background:rgba(255,255,255,.15);border-color:var(--white)}

/* MAILING ADDRESSES */
.addresses-section{background:var(--gray);padding:4rem}
.addresses-inner{max-width:1100px;margin:0 auto}
.addresses-intro{background:var(--white);border-radius:16px;padding:1.8rem;margin-bottom:2rem;border-left:5px solid var(--green);box-shadow:0 2px 20px rgba(0,0,0,.06)}
.addresses-intro p{color:var(--text-lt);line-height:1.75;font-size:.95rem}
.addresses-intro p strong{color:var(--blue-dk)}
.addresses-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
.address-card{background:var(--white);border-radius:14px;padding:1.3rem;box-shadow:0 2px 16px rgba(0,0,0,.07);border-top:4px solid var(--blue)}
.address-card .region-name{font-size:.7rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:var(--orange);margin-bottom:.5rem}
.address-card .address-text{font-size:.85rem;color:var(--text-lt);line-height:1.65;margin-bottom:.8rem}
.address-card .placeholder-note{font-size:.75rem;color:rgba(200,100,0,.7);font-style:italic;background:#fff8f0;border:1px dashed rgba(200,100,0,.3);border-radius:6px;padding:.35rem .6rem}
.address-card a{display:inline-flex;align-items:center;gap:.3rem;color:var(--blue);font-size:.8rem;font-weight:800;text-decoration:none;margin-top:.5rem}
.address-card a:hover{color:var(--orange)}

/* FOOTER */
footer{background:var(--blue-dk);color:rgba(255,255,255,.75);padding:3.5rem 4rem 1.5rem}
.footer-inner{max-width:1100px;margin:0 auto}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}
.footer-brand p{font-size:.88rem;line-height:1.7;margin-bottom:1.2rem}
/* COLORFUL SOCIAL ICONS */
.social-row{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1rem}
.soc{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;transition:transform .2s,opacity .2s;text-decoration:none;font-size:1rem;font-weight:700;color:#fff}
.soc:hover{transform:translateY(-3px);opacity:.85}
.soc-fb{background:#1877F2}
.soc-ig{background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%)}
.soc-tt{background:#010101}
.soc-yt{background:#FF0000}
.soc-x{background:#14171A}
.soc-li{background:#0A66C2}
.soc-pin{background:#E60023}
.soc-tumblr{background:#35465C}
.soc-pin{background:#E60023}
.soc-tumblr{background:#35465C}
.soc-fb:hover{background:#0d65d9}
.soc-ig{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}
.soc-ig:hover{filter:brightness(1.15)}
.soc-x{background:#000000}
.soc-x:hover{background:#333}
.soc-tt{background:#010101}
.soc-tt:hover{background:#69C9D0}
.soc-yt{background:#FF0000}
.soc-yt:hover{background:#cc0000}
.soc-li{background:#0A66C2}
.soc-li:hover{background:#084e96}
.fcol h4{color:var(--white);font-size:.8rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.9rem}
.fcol a{display:block;color:rgba(255,255,255,.65);text-decoration:none;font-size:.83rem;margin-bottom:.4rem;transition:color .2s}
.fcol a:hover{color:var(--yellow)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.2rem;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:space-between;align-items:center;font-size:.75rem;color:rgba(255,255,255,.45)}
.footer-bottom a{color:rgba(255,255,255,.45);text-decoration:none}
.footer-bottom a:hover{color:var(--yellow)}
.ein-badge{background:rgba(245,197,24,.15);border:1px solid rgba(245,197,24,.3);color:var(--yellow);padding:.2rem .7rem;border-radius:50px;font-weight:800}
.footer-credit{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.5);font-size:.72rem}
.footer-credit img{height:28px;width:auto;opacity:.85;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4))}

/* FADE UP */
.fade-up{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}
.fade-up.visible{opacity:1;transform:none}

/* RESPONSIVE */
@media(max-width:1024px){
  .phones-grid{grid-template-columns:repeat(2,1fr)}
  .locations-grid{grid-template-columns:repeat(2,1fr)}
  .addresses-grid{grid-template-columns:repeat(2,1fr)}
  .donation-ways{grid-template-columns:1fr 1fr}
  .footer-top{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  .page-hero{padding:100px 1.5rem 3rem}
  .map-section,.phones-section,.locations-section,.donation-section,.addresses-section{padding:3rem 1.5rem}
  .phones-grid{grid-template-columns:1fr}
  .locations-grid{grid-template-columns:1fr}
  .addresses-grid{grid-template-columns:1fr}
  .donation-ways{grid-template-columns:1fr}
  .hero-stats-row{gap:1rem}
  .footer-top{grid-template-columns:1fr}
}

/* ===== STICKY REVIEW BAR ===== */
.sticky-review-bar{
  position:fixed;bottom:0;left:0;right:0;z-index:9999;
  background:linear-gradient(90deg,#1a1a2e 0%,#16213e 40%,#0f3460 100%);
  border-top:3px solid #f5a623;
  padding:.55rem 1.5rem;
  display:flex;align-items:center;justify-content:space-between;
  box-shadow:0 -4px 20px rgba(0,0,0,.45);
  gap:1rem;
}
.sticky-review-bar .srb-left{
  display:flex;align-items:center;gap:.75rem;flex:1;
}
.sticky-review-bar .srb-stars{
  font-size:1.3rem;letter-spacing:.05em;color:#f5a623;
  animation:starPulse 2.5s ease-in-out infinite;
}
@keyframes starPulse{0%,100%{opacity:1}50%{opacity:.65}}
.sticky-review-bar .srb-text{
  color:#fff;font-size:.82rem;font-weight:600;line-height:1.3;
}
.sticky-review-bar .srb-text span{
  display:block;font-size:.72rem;font-weight:400;color:rgba(255,255,255,.7);
  margin-top:.1rem;
}
.sticky-review-bar .srb-btn{
  background:linear-gradient(135deg,#f5a623,#e8920f);
  color:#1a1a2e;font-weight:800;font-size:.82rem;
  padding:.5rem 1.3rem;border-radius:25px;text-decoration:none;
  white-space:nowrap;transition:all .2s;
  box-shadow:0 3px 12px rgba(245,166,35,.4);
  letter-spacing:.03em;
}
.sticky-review-bar .srb-btn:hover{
  background:linear-gradient(135deg,#ffc107,#f5a623);
  transform:translateY(-1px);box-shadow:0 5px 18px rgba(245,166,35,.6);
}
.sticky-review-bar .srb-close{
  background:none;border:none;color:rgba(255,255,255,.5);
  font-size:1.1rem;cursor:pointer;padding:.2rem .4rem;
  transition:color .2s;flex-shrink:0;
}
.sticky-review-bar .srb-close:hover{color:#fff;}
/* push page content up so sticky bar doesn't cover footer */
body{padding-bottom:60px;}
@media(max-width:600px){
  .sticky-review-bar{padding:.45rem 1rem;}
  .sticky-review-bar .srb-text span{display:none;}
  .sticky-review-bar .srb-btn{font-size:.75rem;padding:.45rem 1rem;}
}

