/* ===== C.O.O.P. Foundation — draft styles ===== */
:root{
  --navy:#14324d;
  --navy-deep:#0d2436;
  --teal:#1f8a8a;
  --gold:#e0a33e;
  --gold-deep:#c8862a;
  --cream:#faf6ef;
  --tint:#f2ede3;
  --ink:#20303c;
  --muted:#5c6b76;
  --line:#e5ddcf;
  --white:#ffffff;
  --radius:16px;
  --shadow:0 18px 45px rgba(20,50,77,.10);
  --shadow-sm:0 6px 20px rgba(20,50,77,.08);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',system-ui,-apple-system,sans-serif;
  color:var(--ink);
  background:var(--cream);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{font-family:'Fraunces',Georgia,serif;line-height:1.12;color:var(--navy);font-weight:600}
h1{font-size:clamp(2.2rem,5vw,3.6rem)}
h2{font-size:clamp(1.7rem,3.4vw,2.6rem);margin-bottom:.6em}
h3{font-size:1.3rem}
a{color:inherit;text-decoration:none}
.container{width:min(1120px,92%);margin:0 auto}
.narrow{max-width:760px}
.center{text-align:center}
.narrow-center{max-width:640px;margin-left:auto;margin-right:auto}

/* Eyebrow */
.eyebrow{
  text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:700;
  color:var(--gold);margin-bottom:.9rem;
}
.eyebrow-dark{color:var(--teal)}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:.85rem 1.6rem;border-radius:999px;font-weight:600;font-size:.98rem;
  cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
  border:2px solid transparent;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--gold);color:var(--navy-deep);box-shadow:0 8px 22px rgba(224,163,62,.35)}
.btn-primary:hover{background:var(--gold-deep)}
.btn-ghost{background:transparent;color:var(--white);border-color:rgba(255,255,255,.55)}
.btn-ghost:hover{background:rgba(255,255,255,.12)}
.btn-outline{background:transparent;color:var(--navy);border-color:var(--navy)}
.btn-outline:hover{background:var(--navy);color:var(--white)}
.btn-sm{padding:.6rem 1.2rem;font-size:.9rem}
.btn-lg{padding:1rem 2.2rem;font-size:1.05rem}
.btn-block{width:100%;margin-top:auto}

/* Nav */
.nav{position:sticky;top:0;z-index:50;background:rgba(250,246,239,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:.9rem 0}
.brand{display:flex;flex-direction:column;line-height:1}
.brand-mark{font-family:'Fraunces',serif;font-weight:700;font-size:1.35rem;color:var(--navy);letter-spacing:.02em}
.brand-sub{text-transform:uppercase;letter-spacing:.22em;font-size:.62rem;font-weight:700;color:var(--gold);margin-top:2px}
.nav-links{display:flex;gap:1.8rem}
.nav-links a{font-weight:500;font-size:.95rem;color:var(--muted)}
.nav-links a:hover{color:var(--navy)}

/* Hero */
.hero{
  background:
    linear-gradient(160deg,rgba(13,36,54,.90) 0%,rgba(13,36,54,.82) 100%),
    url('../images/hero.jpg') center 30%/cover no-repeat;
  color:var(--white);padding:6.5rem 0 6rem;text-align:center;
}
.hero h1{color:var(--white);margin:.3rem 0 1.1rem}
.hero .lede{color:rgba(255,255,255,.82);font-size:1.2rem;max-width:640px;margin:0 auto 2rem}
.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.trust{margin-top:2rem;color:rgba(255,255,255,.6);font-size:.85rem;letter-spacing:.04em}

/* Impact strip */
.strip{background:var(--teal);color:var(--white)}
.strip-inner{display:flex;justify-content:space-around;flex-wrap:wrap;gap:1.5rem;padding:2.2rem 0;text-align:center}
.stat{display:flex;flex-direction:column;gap:.2rem}
.stat-num{font-family:'Fraunces',serif;font-size:1.7rem;font-weight:700}
.stat-label{font-size:.9rem;color:rgba(255,255,255,.85)}

/* Sections */
.section{padding:5rem 0}
.section-tint{background:var(--tint)}
.body-lg{font-size:1.12rem;color:var(--muted);margin-bottom:1.1rem}
.micro{font-size:.85rem;color:var(--muted)}

/* Tiers */
.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin:2.6rem 0 1.4rem}
.tier{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:2rem 1.6rem;display:flex;flex-direction:column;text-align:center;box-shadow:var(--shadow-sm);
}
.tier p{color:var(--muted);margin:.5rem 0 0;font-size:.98rem}
.tier-featured{border:2px solid var(--gold);position:relative;transform:translateY(-8px);box-shadow:var(--shadow)}
.tier-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--gold);color:var(--navy-deep);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.3rem .9rem;border-radius:999px}
.tier-amt{font-family:'Fraunces',serif;font-size:2.4rem;font-weight:700;color:var(--navy)}
.tier-name{font-weight:700;color:var(--teal);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;margin-top:.3rem}

/* Christmas */
.section-christmas{background:linear-gradient(160deg,#3a1f22 0%,#5a2a2e 100%);color:var(--white)}
.section-christmas h2{color:var(--white)}
.section-christmas .body-lg{color:rgba(255,255,255,.82)}
.section-christmas .eyebrow{color:var(--gold)}
.split{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}
.split-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);padding:1.2rem}
.split-photo{width:100%;height:220px;object-fit:cover;border-radius:12px;margin-bottom:1.2rem;display:block}
.split-card .thermo{padding:0 .6rem .4rem}
.thermo-label{font-weight:600;margin-bottom:1rem}
.thermo-bar{height:22px;background:rgba(255,255,255,.15);border-radius:999px;overflow:hidden}
.thermo-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-deep));border-radius:999px}
.thermo-meta{display:flex;justify-content:space-between;margin:.8rem 0 1rem;font-size:.95rem}
/* Replaced the fundraising thermometer 2026-08-17. It carried invented figures
   ($6,200 of $10,000) on a live nonprofit page, which is not a risk a charity
   should ever carry for decoration. If real-time progress is wanted back, use
   Givebutter's own goal widget so the number is true by construction. */
.thermo-fact{margin:0 0 .7rem;font-size:1rem;line-height:1.5}
.thermo-fact strong{color:var(--gold);font-size:1.15rem}
.thermo .btn{margin-top:.5rem}
.section-christmas .micro{color:rgba(255,255,255,.6)}

/* Donate */
.donate-cue{margin:1.6rem auto 0;max-width:600px;color:var(--muted);font-size:1.02rem;font-weight:500}
/* The Givebutter card carries its own max-width and sits at the left edge of
   whatever box it is given, so a centered container is not enough on its own.
   Flex the container and cap the host near the card's natural width. */
.donate-embed{margin:1.6rem auto 0;max-width:640px;display:flex;justify-content:center}
.donate-embed givebutter-widget{display:block;width:100%;max-width:460px}
.donate-placeholder{
  border:2px dashed var(--gold);border-radius:var(--radius);background:var(--white);
  padding:2.6rem 1.6rem;display:flex;flex-direction:column;align-items:center;gap:.7rem;
}
.donate-ph-title{font-family:'Fraunces',serif;font-size:1.3rem;color:var(--navy);font-weight:600}
.donate-placeholder .btn{margin-top:.8rem}

/* Ways */
.ways{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin:2.6rem 0}
.way{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem;box-shadow:var(--shadow-sm)}
.way h3{color:var(--teal);margin-bottom:.5rem}
.way p{color:var(--muted)}

/* Stories of Hope */
.stories{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;margin:2.6rem 0 1.4rem}
.story{
  margin:0;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;
}
.story img{width:100%;height:220px;object-fit:cover;display:block}
.story blockquote{
  margin:0;padding:1.5rem 1.5rem .6rem;font-family:'Fraunces',serif;font-size:1.1rem;
  color:var(--navy);line-height:1.4;font-style:italic;flex:1;
}
.story blockquote[data-placeholder="true"]{color:var(--muted);opacity:.7}
.story blockquote::before{content:'\201C';color:var(--gold);font-size:1.4em;font-weight:700;margin-right:.1em}
.story figcaption{padding:0 1.5rem 1.5rem;font-weight:600;color:var(--teal);font-size:.92rem}

/* Vision */
.section-vision{background:linear-gradient(160deg,var(--teal) 0%,#166b6b 100%);color:var(--white)}
.section-vision h2{color:var(--white)}
.section-vision .body-lg{color:rgba(255,255,255,.9)}
.section-vision .eyebrow{color:var(--gold)}
.vision-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin:2.4rem 0}
.vision-item{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);padding:1.6rem;text-align:left}
.vision-item h3{color:var(--white);margin-bottom:.4rem;font-size:1.15rem}
.vision-item p{color:rgba(255,255,255,.85);font-size:.98rem}
.tier-per{font-size:1rem;font-family:'Inter',sans-serif;font-weight:600;color:var(--muted)}

/* Pillars */
.pillars{display:flex;flex-direction:column;gap:.9rem;max-width:640px;margin:2.6rem auto 2.2rem}
.pillar{
  display:flex;align-items:center;justify-content:space-between;
  background:var(--white);border:1px solid var(--line);border-left:5px solid var(--teal);
  border-radius:12px;padding:1.1rem 1.6rem;box-shadow:var(--shadow-sm);
}
.pillar-name{font-family:'Fraunces',serif;font-weight:600;color:var(--navy);font-size:1.15rem}
.pillar-amt{font-weight:700;color:var(--teal);font-size:1.1rem}
.pillar-family{border-left-color:var(--gold)}
.pillar-family .pillar-amt{color:var(--gold-deep)}

/* For Funders */
.section-funders{background:linear-gradient(160deg,var(--navy) 0%,var(--navy-deep) 100%);color:var(--white)}
.section-funders h2{color:var(--white)}
.section-funders .eyebrow{color:var(--gold)}
.section-funders .body-lg{color:rgba(255,255,255,.85)}
.funder-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin:2.6rem 0}
.fact{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);padding:1.6rem 1.2rem;text-align:center;display:flex;flex-direction:column;gap:.4rem}
.fact-k{font-family:'Fraunces',serif;font-weight:700;font-size:1.6rem;color:var(--gold)}
.fact-v{font-size:.9rem;color:rgba(255,255,255,.8)}
.funder-cta{max-width:640px;margin:0 auto}
.funder-ein{text-align:center;color:rgba(255,255,255,.65);font-size:.9rem;letter-spacing:.04em;margin:-.6rem 0 2.4rem}

/* Gallery */
.gallery-band{padding:5rem 0;background:var(--cream)}
.gallery{
  display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:260px;gap:1rem;margin-top:2.4rem;
}
.gallery figure{margin:0;overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow-sm)}
.gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.gallery figure:hover img{transform:scale(1.05)}

/* Full-width team photo — shown whole so every volunteer is visible */
.team-full{margin:1.2rem 0 0;text-align:center}
.team-full img{width:100%;height:auto;display:block;border-radius:var(--radius);box-shadow:var(--shadow)}
.team-full figcaption{margin-top:.9rem;font-size:.95rem;color:var(--muted);font-style:italic}

/* Footer */
.footer{background:var(--navy-deep);color:rgba(255,255,255,.8);padding:3.4rem 0 0}
.footer-inner{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem;padding-bottom:2.6rem}
.footer .brand-mark{color:var(--white)}
.footer-logo{display:block;width:200px;max-width:70%;height:auto}
.footer-brand .micro{color:rgba(255,255,255,.55);margin-top:.8rem;max-width:280px}
.footer-col h4{color:var(--white);margin-bottom:.8rem;font-size:1rem}
.footer-follow{margin-top:1.4rem}
.footer-col p{margin-bottom:.4rem;font-size:.95rem}
.footer-col a:hover,.footer a:hover{color:var(--gold)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:1.3rem 0}
.footer-bottom p{font-size:.85rem;color:rgba(255,255,255,.5)}

/* Responsive */
@media(max-width:860px){
  .nav-links{display:none}
  .tiers,.ways{grid-template-columns:1fr}
  .tier-featured{transform:none}
  .split{grid-template-columns:1fr;gap:2rem}
  .vision-grid{grid-template-columns:1fr}
  .stories{grid-template-columns:1fr}
  .funder-facts{grid-template-columns:repeat(2,1fr)}
  .gallery{grid-template-columns:1fr;grid-auto-rows:220px}
  .footer-inner{grid-template-columns:1fr;gap:1.6rem}
  .strip-inner{gap:1.6rem}
}
