/* =========================================================
   VIBRANT HEALTH ADVOCATES – COPPER
   Warm & Human Community design system
   ========================================================= */

/* ----- Custom properties ----- */
:root {
  --cream:        #FAF6F0;
  --cream-mid:    #F4EAD8;
  --cream-deep:   #EEDBC4;
  --terra:        #C4622D;
  --terra-light:  #E8956D;
  --terra-pale:   #F5D9C8;
  --purple:       #7B2D8B;
  --purple-light: #F0D9F5;
  --purple-mid:   #C089D8;
  --ink:          #2C1810;
  --ink-mid:      #5C3D2E;
  --ink-light:    #9B7B68;

  --r-xs: 12px;
  --r-sm: 18px;
  --r-md: 26px;
  --r-lg: 36px;
  --r-xl: 52px;

  --sh-xs: 0 2px 8px  rgba(44,24,16,.08);
  --sh-sm: 0 4px 18px rgba(44,24,16,.12);
  --sh-md: 0 8px 32px rgba(44,24,16,.16);
  --sh-lg: 0 20px 60px rgba(44,24,16,.22);
}

/* ----- Reset ----- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  background:var(--cream);
  color:var(--ink);
  line-height:1.75;
  font-size:1.05rem;
}
img{max-width:100%;display:block}
a{color:var(--purple);text-decoration:none}
a:hover{text-decoration:underline}
ul,ol{list-style:none}

/* ----- Typography helpers ----- */
.kicker{
  display:inline-block;
  font-size:.75rem;font-weight:800;
  letter-spacing:.18em;text-transform:uppercase;
  color:var(--terra);margin-bottom:.55rem;
}
h1,h2,h3,h4{line-height:1.18;font-weight:900;color:var(--ink)}
p{line-height:1.8}

/* ----- Buttons ----- */
.btn{
  display:inline-block;
  padding:.85rem 2.2rem;
  border-radius:999px;
  font-weight:800;font-size:1rem;
  font-family:inherit;
  text-decoration:none;cursor:pointer;border:none;
  transition:transform .2s,box-shadow .2s,background .2s;
}
.btn:hover{transform:translateY(-3px);text-decoration:none}
.btn-primary{background:var(--purple);color:#fff}
.btn-primary:hover{background:#6A2279;box-shadow:0 8px 24px rgba(123,45,139,.35)}
.btn-secondary{background:var(--terra);color:#fff}
.btn-secondary:hover{background:#A84E24;box-shadow:0 8px 24px rgba(196,98,45,.35)}
.btn-outline{background:transparent;color:var(--purple);border:2.5px solid var(--purple)}
.btn-outline:hover{background:var(--purple);color:#fff}

/* ----- Layout helpers ----- */
.container{max-width:1120px;margin:0 auto;padding:0 2rem}
.section{padding:5rem 0}
.section-cream{background:var(--cream)}
.section-mid{background:var(--cream-mid)}
.section-deep{background:var(--cream-deep)}
.section-purple{background:var(--purple-light)}
.section-terra{background:var(--terra)}
.section-ink{background:var(--ink)}

.text-center{text-align:center}
.text-purple{color:var(--purple)}
.text-terra{color:var(--terra)}

/* ----- Navigation ----- */
.site-nav{
  background:var(--cream);
  padding:.9rem 2rem;
  display:flex;align-items:center;justify-content:space-between;
  position:sticky;top:0;z-index:200;
  border-bottom:2px dotted var(--terra-pale);
  box-shadow:0 2px 14px rgba(44,24,16,.07);
}
.brand-lockup{display:flex;align-items:center;gap:.7rem;text-decoration:none}
.brand-lockup:hover{text-decoration:none}
.brand-logo{height:42px;width:auto;flex-shrink:0}
.brand-wordmark{height:28px;width:auto;flex-shrink:0}
.nav-list{display:flex;align-items:center;gap:.15rem}
.nav-list a{
  color:var(--ink);font-weight:700;font-size:.92rem;
  padding:.45rem .95rem;border-radius:999px;
  transition:background .18s,color .18s;
  text-decoration:none;
}
.nav-list a:hover,.nav-list a.active{background:var(--purple-light);color:var(--purple)}
.nav-list .nav-cta{
  background:var(--terra);color:#fff;margin-left:.4rem;
}
.nav-list .nav-cta:hover{background:var(--purple);color:#fff}

.nav-burger{
  display:none;background:none;border:none;cursor:pointer;
  padding:.4rem;flex-direction:column;gap:5px;
}
.nav-burger span{
  display:block;width:24px;height:2.5px;
  background:var(--ink);border-radius:2px;
  transition:.28s;
}
.nav-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.nav-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}

/* ----- Hero (homepage) ----- */
.hero-wrap{position:relative}
.hero{
  position:relative;
  min-height:600px;
  overflow:hidden;
}
.hero-bg{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;object-position:center 35%;
}
.hero-dim{
  position:absolute;inset:0;
  background:linear-gradient(145deg,rgba(44,24,16,.62) 0%,rgba(44,24,16,.35) 55%,rgba(44,24,16,.52) 100%);
}
.hero-body{
  position:relative;z-index:1;
  min-height:600px;
  display:flex;align-items:center;
  padding:5rem 2rem 8rem;
}
.hero-text{max-width:680px}
.hero-badge{
  display:inline-block;
  background:rgba(255,255,255,.18);
  border:1.5px solid rgba(255,255,255,.4);
  color:#fff;
  font-size:.75rem;font-weight:800;letter-spacing:.12em;
  padding:.38rem 1.1rem;border-radius:999px;
  margin-bottom:1.1rem;
}
.hero-headline{
  font-size:clamp(2.2rem,5vw,3.9rem);
  font-weight:900;line-height:1.12;
  color:#fff;
  text-shadow:0 2px 20px rgba(0,0,0,.32);
  margin-bottom:1.1rem;
}
.hero-sub{
  font-size:1.05rem;line-height:1.78;
  color:rgba(255,255,255,.92);
  text-shadow:0 1px 10px rgba(0,0,0,.22);
  max-width:560px;
}

/* Pulled card zone */
.hero-card-zone{
  background:var(--cream);
  margin-top:-70px;
  position:relative;z-index:10;
  padding:0 2rem 3rem;
}
.hero-card{
  background:#fff;
  border:3px solid var(--cream-deep);
  border-radius:var(--r-lg);
  padding:2rem 2.5rem;
  box-shadow:var(--sh-lg);
  max-width:800px;
  display:flex;align-items:center;justify-content:space-between;gap:2rem;
  transform:rotate(-.4deg);
}
.hero-card-text .hero-card-label{
  font-size:.8rem;font-weight:800;
  letter-spacing:.12em;text-transform:uppercase;
  color:var(--terra);margin-bottom:.4rem;
}
.hero-card-text p{
  font-size:1.05rem;color:var(--ink-mid);line-height:1.6;margin:0;
}
.hero-card-actions{flex-shrink:0}

/* ----- Page banner (inner pages) ----- */
.page-banner{
  position:relative;
  height:400px;overflow:hidden;
}
.page-banner-img{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;object-position:center 40%;
}
.page-banner-dim{
  position:absolute;inset:0;
  background:linear-gradient(to right,rgba(44,24,16,.65) 30%,rgba(44,24,16,.28) 100%);
}
.page-banner-body{
  position:relative;z-index:1;
  height:100%;
  display:flex;flex-direction:column;justify-content:flex-end;
  padding:3rem 2rem;
  max-width:1120px;margin:0 auto;
}
.page-banner-kicker{
  font-size:.72rem;font-weight:800;
  letter-spacing:.18em;text-transform:uppercase;
  color:rgba(255,255,255,.75);
  margin-bottom:.5rem;
}
.page-banner-title{
  font-size:clamp(1.9rem,4vw,3rem);
  font-weight:900;color:#fff;line-height:1.15;
  text-shadow:0 2px 16px rgba(0,0,0,.35);
  max-width:620px;
}
.page-banner-dek{
  color:rgba(255,255,255,.88);
  font-size:1.05rem;line-height:1.65;
  max-width:520px;margin-top:.6rem;
}

/* ----- Section headings ----- */
.section-head{margin-bottom:3rem}
.section-head h2{font-size:clamp(1.7rem,3.2vw,2.6rem);margin-bottom:.6rem}
.section-head p.lead{
  font-size:1.1rem;color:var(--ink-mid);
  max-width:620px;line-height:1.8;
}

/* ----- Squiggle decorators ----- */
.squig{display:block;width:200px;height:16px;margin:.8rem 0 1.5rem}
.squig-center{display:block;width:200px;height:16px;margin:.8rem auto 1.5rem}

.wave-down,.wave-up{width:100%;overflow:hidden;line-height:0}
.wave-down svg,.wave-up svg{display:block;width:100%}

/* ----- Highlights grid (staggered) ----- */
.highlights-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:2rem;
  align-items:start;
}
.highlight-card{
  background:#fff;
  border-radius:var(--r-md);
  padding:2rem;
  box-shadow:var(--sh-sm);
  transition:transform .25s,box-shadow .25s;
  position:relative;
}
.highlight-card:nth-child(2){margin-top:2.5rem}
.highlight-card:nth-child(3){margin-top:-1rem}
.highlight-card:hover{transform:translateY(-5px);box-shadow:var(--sh-md)}
.highlight-icon{font-size:2.6rem;margin-bottom:.9rem}
.highlight-card h3{font-size:1.15rem;font-weight:800;margin-bottom:.6rem}
.highlight-card p{color:var(--ink-mid);font-size:.97rem}

/* Dotted accent top on first card */
.highlight-card:nth-child(1){border-top:4px dotted var(--terra-light)}
.highlight-card:nth-child(2){border-top:4px dotted var(--purple-mid)}
.highlight-card:nth-child(3){border-top:4px dotted var(--terra)}

/* ----- Impact strip ----- */
.impact-strip{
  background:var(--terra);
  padding:4.5rem 2rem;
  position:relative;overflow:hidden;
}
.impact-strip::before{
  content:'';position:absolute;top:-60px;right:-60px;
  width:220px;height:220px;border-radius:50%;
  background:rgba(255,255,255,.07);
}
.impact-grid{
  display:flex;justify-content:center;gap:5rem;
  flex-wrap:wrap;position:relative;z-index:1;
}
.impact-item{text-align:center}
.impact-stat{
  display:block;
  font-size:clamp(2.8rem,5.5vw,4.5rem);
  font-weight:900;color:#fff;line-height:1;
  margin-bottom:.3rem;
}
.impact-label{
  font-size:.95rem;color:rgba(255,255,255,.85);
  font-weight:700;letter-spacing:.04em;
}

/* ----- Polaroid cards ----- */
.polaroid-row{
  display:flex;gap:2rem;flex-wrap:wrap;
  justify-content:center;align-items:flex-start;
  padding:1rem 0 2rem;
}
.polaroid{
  background:#fff;
  padding:.9rem .9rem 3rem;
  box-shadow:var(--sh-md);
  border-radius:4px;
  max-width:260px;flex:1 1 200px;
}
.polaroid:nth-child(1){transform:rotate(-2.8deg)}
.polaroid:nth-child(2){transform:rotate(1.6deg);margin-top:2.5rem}
.polaroid:nth-child(3){transform:rotate(-1.2deg);margin-top:.8rem}
.polaroid:nth-child(4){transform:rotate(2.1deg);margin-top:2rem}
.polaroid img{
  width:100%;height:190px;object-fit:cover;
  border-radius:var(--r-sm);
  margin-bottom:.6rem;
}
.polaroid-cap{
  font-size:.82rem;color:var(--ink-mid);
  text-align:center;font-style:italic;
  padding:0 .25rem;
}

/* ----- Stamp badge ----- */
.stamp{
  display:inline-flex;flex-direction:column;
  align-items:center;justify-content:center;
  width:148px;height:148px;border-radius:50%;
  background:var(--purple);color:#fff;
  text-align:center;font-weight:800;
  padding:1rem;
  border:4px dashed rgba(255,255,255,.55);
  outline:4px solid var(--purple);
  outline-offset:7px;
  box-shadow:var(--sh-sm);
  line-height:1.3;
  transform:rotate(8deg);
}
.stamp-big{font-size:1.85rem;font-weight:900;line-height:1;display:block}
.stamp-text{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;margin-top:.2rem}

/* ----- Mission block ----- */
.mission-block{
  background:var(--purple);
  color:#fff;
  border-radius:var(--r-lg);
  padding:3.5rem;
  position:relative;overflow:hidden;
  margin:3rem 0;
}
.mission-block::before{
  content:'\201C';
  position:absolute;top:-.5rem;left:1.5rem;
  font-size:9rem;color:rgba(255,255,255,.1);
  font-family:Georgia,serif;line-height:1;
}
.mission-block p{
  font-size:1.15rem;line-height:1.85;
  position:relative;z-index:1;
}

/* ----- Dotted info box ----- */
.dotted-box{
  border:2.5px dashed var(--terra-pale);
  border-radius:var(--r-md);
  padding:2rem 2.5rem;
  background:rgba(255,255,255,.5);
}

/* ----- Split layout ----- */
.split{
  display:grid;grid-template-columns:1fr 1fr;
  gap:4rem;align-items:center;
}
.split img{
  border-radius:var(--r-lg);
  box-shadow:var(--sh-md);
  width:100%;height:400px;object-fit:cover;
}

/* ----- Programme cards ----- */
.programmes-grid{
  display:grid;grid-template-columns:repeat(2,1fr);
  gap:2rem;align-items:start;
  margin-top:2.5rem;
}
.prog-card{
  background:#fff;
  border-radius:var(--r-md);
  padding:2.2rem;
  box-shadow:var(--sh-sm);
  border-left:6px solid var(--terra);
  transition:transform .22s,box-shadow .22s;
}
.prog-card:nth-child(2n){border-left-color:var(--purple);margin-top:1.8rem}
.prog-card:hover{transform:translateY(-4px);box-shadow:var(--sh-md)}
.prog-icon{font-size:2rem;margin-bottom:.8rem}
.prog-card h3{font-size:1.2rem;font-weight:800;margin-bottom:.4rem}
.prog-blurb{font-weight:700;color:var(--ink-mid);margin-bottom:.85rem;font-size:.97rem}
.prog-detail{color:var(--ink-mid);font-size:.94rem;line-height:1.75}

/* ----- Get Involved cards ----- */
.ways-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:2rem;align-items:start;
  margin-top:3rem;
}
.way-card{
  background:#fff;
  border-radius:var(--r-md);
  padding:2.5rem 2rem;
  text-align:center;
  box-shadow:var(--sh-sm);
  border:2.5px dotted var(--terra-pale);
  transition:transform .22s,box-shadow .22s;
}
.way-card:nth-child(2){margin-top:2.5rem;border-color:var(--purple-light)}
.way-card:hover{transform:translateY(-5px);box-shadow:var(--sh-md)}
.way-icon{font-size:3rem;margin-bottom:1rem}
.way-card h3{font-size:1.2rem;font-weight:800;margin-bottom:.7rem}
.way-card p{color:var(--ink-mid);font-size:.96rem}

/* ----- Blog grid ----- */
.blog-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:2rem;align-items:start;
  margin-top:3rem;
}
.blog-card{
  background:#fff;border-radius:var(--r-md);
  overflow:hidden;box-shadow:var(--sh-sm);
  display:flex;flex-direction:column;
  transition:transform .22s,box-shadow .22s;
}
.blog-card:nth-child(2){margin-top:2.5rem}
.blog-card:hover{transform:translateY(-5px);box-shadow:var(--sh-md)}
.blog-card-img{width:100%;height:210px;object-fit:cover}
.blog-card-body{padding:1.6rem;flex:1;display:flex;flex-direction:column}
.blog-card-cat{
  font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  color:var(--terra);margin-bottom:.5rem;
}
.blog-card h3{font-size:1.05rem;font-weight:800;line-height:1.3;margin-bottom:.5rem}
.blog-card .dek{color:var(--ink-mid);font-size:.9rem;line-height:1.65;flex:1;margin-bottom:1rem}
.blog-card .read-more{
  color:var(--purple);font-weight:800;font-size:.88rem;
  display:inline-flex;align-items:center;gap:.3rem;
}
.blog-card .read-more::after{content:'→'}

/* ----- Article pages ----- */
.article-banner{
  position:relative;height:420px;overflow:hidden;
}
.article-banner img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
}
.article-banner-dim{
  position:absolute;inset:0;
  background:linear-gradient(to bottom,rgba(44,24,16,.25) 0%,rgba(44,24,16,.65) 100%);
}
.article-banner-body{
  position:relative;z-index:1;height:100%;
  display:flex;flex-direction:column;justify-content:flex-end;
  padding:2.5rem 2rem;max-width:1120px;margin:0 auto;
}
.article-banner-cat{
  font-size:.7rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;
  color:rgba(255,255,255,.75);margin-bottom:.5rem;
}
.article-banner h1{
  font-size:clamp(1.65rem,3.2vw,2.4rem);font-weight:900;
  color:#fff;line-height:1.18;
  text-shadow:0 2px 16px rgba(0,0,0,.35);max-width:720px;
}
.article-banner-dek{
  color:rgba(255,255,255,.88);font-size:1.05rem;
  line-height:1.65;max-width:600px;margin-top:.6rem;
}

.article-wrap{max-width:760px;margin:0 auto;padding:4rem 2rem 5rem}
.article-back{
  display:inline-flex;align-items:center;gap:.4rem;
  color:var(--purple);font-weight:800;font-size:.92rem;
  margin-bottom:2.5rem;
}
.article-back::before{content:'←'}
.article-back:hover{text-decoration:underline}
.article-body p{margin-bottom:1.5rem;line-height:1.85}
.article-body p:last-child{margin-bottom:0}

/* ----- Contact form ----- */
.contact-layout{
  display:grid;grid-template-columns:3fr 2fr;
  gap:4rem;align-items:start;
}
.contact-form-wrap{
  background:#fff;
  border-radius:var(--r-lg);
  padding:3rem;
  box-shadow:var(--sh-md);
}
.contact-form-wrap h2{font-size:1.7rem;margin-bottom:.5rem}
.contact-form-wrap .lead{color:var(--ink-mid);margin-bottom:2rem;font-size:1rem}
.form-group{margin-bottom:1.4rem}
.form-group label{
  display:block;font-weight:800;font-size:.92rem;
  margin-bottom:.45rem;color:var(--ink);
}
.form-group input,
.form-group textarea,
.form-group select{
  width:100%;
  padding:.8rem 1.15rem;
  border:2px solid var(--cream-deep);
  border-radius:var(--r-sm);
  font-family:inherit;font-size:1rem;
  color:var(--ink);background:var(--cream);
  transition:border-color .18s;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus{
  outline:none;border-color:var(--purple);
}
.form-group textarea{min-height:130px;resize:vertical}
.form-submit{
  background:var(--purple);color:#fff;
  border:none;border-radius:999px;
  padding:1rem 2.5rem;font-size:1rem;font-weight:800;
  font-family:inherit;cursor:pointer;
  transition:background .2s,transform .2s;
}
.form-submit:hover{background:#6A2279;transform:translateY(-2px)}

.contact-aside{padding-top:1rem}
.contact-aside h3{font-size:1.2rem;font-weight:800;margin-bottom:1rem}
.contact-detail{
  display:flex;gap:.75rem;align-items:flex-start;
  margin-bottom:1.4rem;
}
.contact-detail-icon{font-size:1.4rem;flex-shrink:0;margin-top:.1rem}
.contact-detail-text{font-size:.93rem;color:var(--ink-mid);line-height:1.6}
.contact-detail-text strong{display:block;color:var(--ink);font-weight:700;margin-bottom:.15rem}
.contact-detail-text a{color:var(--purple);word-break:break-all;font-size:.87rem}

/* ----- Trustees ----- */
.trustees-row{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:2rem}
.trustee-card{
  background:#fff;border-radius:var(--r-md);
  padding:1.4rem 1.8rem;
  box-shadow:var(--sh-xs);
  border-top:4px solid var(--terra);
  flex:1 1 160px;min-width:160px;
}
.trustee-card:nth-child(2){border-top-color:var(--purple)}
.trustee-card:nth-child(3){border-top-color:var(--terra-light)}
.trustee-card h4{font-size:1.05rem;font-weight:800;margin-bottom:.2rem}
.trustee-role{color:var(--purple);font-weight:700;font-size:.88rem}

/* ----- CTA section ----- */
.cta-section{
  padding:5.5rem 2rem;
  text-align:center;
  position:relative;overflow:hidden;
}
.cta-section::before{
  content:'';position:absolute;
  top:-50px;right:-50px;
  width:220px;height:220px;border-radius:50%;
  background:var(--purple-light);opacity:.6;
}
.cta-section::after{
  content:'';position:absolute;
  bottom:-60px;left:-40px;
  width:180px;height:180px;border-radius:50%;
  background:var(--terra-pale);opacity:.7;
}
.cta-section>*{position:relative;z-index:1}
.cta-section h2{font-size:clamp(1.7rem,3vw,2.4rem);margin-bottom:.8rem}
.cta-section .lead{
  color:var(--ink-mid);font-size:1.05rem;
  max-width:480px;margin:0 auto 2rem;
}

/* ----- Footer ----- */
.site-footer{
  background:var(--ink);
  color:var(--cream);
  padding:5rem 2rem 2rem;
}
.footer-inner{
  max-width:1120px;margin:0 auto;
  display:grid;grid-template-columns:2fr 1fr 1fr;
  gap:3rem;
  padding-bottom:3rem;
  border-bottom:1px solid rgba(250,246,240,.12);
}
.footer-brand .footer-lockup{
  display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;
}
.footer-lockup img.footer-logo{height:38px;width:auto}
.footer-lockup img.footer-wordmark{height:24px;width:auto;filter:invert(1) brightness(2)}
.footer-brand p{
  color:rgba(250,246,240,.65);font-size:.91rem;
  line-height:1.75;margin-bottom:1.1rem;
}
.footer-emails a{
  display:block;
  color:var(--purple-mid);font-size:.83rem;
  margin-bottom:.4rem;word-break:break-all;
}
.footer-emails a:hover{color:#fff;text-decoration:underline}
.footer-col h4{
  font-size:.76rem;font-weight:800;
  letter-spacing:.15em;text-transform:uppercase;
  color:var(--terra-light);margin-bottom:1rem;
}
.footer-col li{margin-bottom:.55rem}
.footer-col a{
  color:rgba(250,246,240,.65);font-size:.9rem;
  transition:color .18s;
}
.footer-col a:hover{color:#fff;text-decoration:none}
.footer-bottom{
  max-width:1120px;margin:1.5rem auto 0;
  display:flex;justify-content:space-between;align-items:center;
  flex-wrap:wrap;gap:.75rem;
}
.footer-bottom p{color:rgba(250,246,240,.4);font-size:.78rem}

/* ----- Utility / accent shapes ----- */
.accent-circle{
  width:80px;height:80px;border-radius:50%;
  background:var(--purple-light);
  display:flex;align-items:center;justify-content:center;
  font-size:2rem;flex-shrink:0;
}
.accent-circle-terra{background:var(--terra-pale)}

/* Story pull-quote */
.pull-quote{
  border-left:5px solid var(--terra);
  padding:.75rem 1.5rem;
  margin:2rem 0;
  font-size:1.15rem;font-style:italic;
  color:var(--ink-mid);
  background:rgba(196,98,45,.06);
  border-radius:0 var(--r-sm) var(--r-sm) 0;
}

/* ----- Responsive ------------------------------------------------- */
@media (max-width:960px){
  .highlights-grid{grid-template-columns:1fr}
  .highlight-card:nth-child(2),
  .highlight-card:nth-child(3){margin-top:0}

  .programmes-grid{grid-template-columns:1fr}
  .prog-card:nth-child(2n){margin-top:0}

  .ways-grid{grid-template-columns:1fr}
  .way-card:nth-child(2){margin-top:0}

  .blog-grid{grid-template-columns:1fr}
  .blog-card:nth-child(2){margin-top:0}

  .split{grid-template-columns:1fr;gap:2.5rem}
  .split img{height:300px}

  .footer-inner{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}

  .contact-layout{grid-template-columns:1fr}

  .hero-card{flex-direction:column;text-align:center}

  .impact-grid{gap:3rem}
}

@media (max-width:640px){
  .site-nav{padding:.75rem 1.25rem}

  .nav-list{
    display:none;
    position:absolute;top:100%;left:0;right:0;
    background:var(--cream);
    flex-direction:column;align-items:stretch;
    padding:1rem;gap:.2rem;
    box-shadow:var(--sh-md);
    border-bottom:2px dotted var(--terra-pale);
  }
  .nav-list.open{display:flex}
  .nav-list a{text-align:center}
  .nav-burger{display:flex}

  .hero{min-height:480px}
  .hero-body{min-height:480px;padding:3.5rem 1.5rem 7rem}
  .hero-headline{font-size:clamp(2rem,8vw,2.8rem)}
  .hero-sub{font-size:.95rem}
  .hero-card-zone{padding:0 1.25rem 2.5rem;margin-top:-50px}
  .hero-card{padding:1.5rem;gap:1.2rem}

  .page-banner{height:280px}
  .page-banner-body{padding:2rem 1.25rem}

  .section{padding:3.5rem 0}
  .container{padding:0 1.25rem}

  .polaroid{transform:none !important;margin-top:0 !important}
  .stamp{transform:rotate(0deg)}

  .footer-inner{grid-template-columns:1fr;gap:2rem}
  .footer-bottom{flex-direction:column;text-align:center}

  .contact-form-wrap{padding:2rem 1.5rem}

  .article-banner{height:280px}
  .article-wrap{padding:3rem 1.25rem 4rem}

  .mission-block{padding:2.5rem 1.75rem}

  .trustees-row{flex-direction:column}
  .trustee-card{min-width:unset}

  .impact-grid{gap:2rem}
  .impact-strip{padding:3rem 1.5rem}
}
