/* =======================================================
   VIBRANT HEALTH ADVOCATES – FORGE
   Design System · Warm & Human Community
   ======================================================= */

/* ── Design Tokens ── */
:root {
  --cream:            #FAF6F0;
  --cream-mid:        #F2E9D8;
  --cream-dark:       #E5D8C4;
  --terracotta:       #C4622D;
  --terracotta-2:     #D4733E;
  --terracotta-light: #E8A882;
  --terracotta-pale:  #F7E3D6;
  --terracotta-faint: #FBF2EC;
  --purple:           #7B2D8B;
  --purple-deep:      #5E1F6E;
  --purple-light:     #F0D9F5;
  --purple-mid:       #C8A0D8;
  --ink:              #2D1A10;
  --ink-mid:          #5C3828;
  --ink-light:        #8B6350;
  --white:            #FFFFFF;

  --r-xs:   6px;
  --r-sm:   14px;
  --r-md:   22px;
  --r-lg:   32px;
  --r-xl:   48px;
  --r-full: 9999px;

  --sh-xs: 0 2px 8px  rgba(45,26,16,.07);
  --sh-sm: 0 4px 20px rgba(45,26,16,.10);
  --sh-md: 0 8px 40px rgba(45,26,16,.14);
  --sh-lg: 0 20px 64px rgba(45,26,16,.18);

  --nav-h: 74px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, textarea, select { font: inherit; border: none; background: none; outline: none; }

/* ── Base ── */
body {
  font-family: ui-rounded, -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

/* ── Typography ── */
h1 { font-size: clamp(2.2rem, 5.5vw, 4rem); font-weight: 900; line-height: 1.12; letter-spacing: -.025em; }
h2 { font-size: clamp(1.8rem, 3.8vw, 2.9rem); font-weight: 800; line-height: 1.18; letter-spacing: -.015em; }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.7rem); font-weight: 800; line-height: 1.28; }
h4 { font-size: 1.05rem; font-weight: 700; line-height: 1.4; }
p  { line-height: 1.78; }
.lead { font-size: clamp(1rem, 2vw, 1.2rem); line-height: 1.88; }
.display-tag {
  font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--terracotta);
}

/* ── Layout ── */
.wrap        { max-width: 1160px; margin-inline: auto; padding-inline: clamp(18px, 5vw, 60px); }
.wrap--narrow { max-width: 780px; margin-inline: auto; padding-inline: clamp(18px, 5vw, 60px); }
.section     { padding-block: clamp(64px, 9vw, 128px); }
.section--sm { padding-block: clamp(40px, 5vw, 72px); }

/* ── Navigation ── */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: var(--white);
  box-shadow: 0 1px 0 var(--cream-dark), var(--sh-xs);
}
.nav-inner {
  max-width: 1160px; margin-inline: auto;
  padding-inline: clamp(18px, 5vw, 60px);
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  position: relative;
}
.brand-lockup { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-logo   { height: 42px; width: auto; }
.brand-wordmark { height: 26px; width: auto; }

.nav-toggle { display: none; position: absolute; }
.nav-burger {
  display: none; cursor: pointer;
  flex-direction: column; justify-content: space-between;
  width: 28px; height: 20px; padding: 2px 0;
}
.nav-burger span {
  display: block; height: 2px; background: var(--ink);
  border-radius: 2px; transition: transform .3s, opacity .3s;
}

.nav-links {
  display: flex; align-items: center; gap: 4px;
}
.nav-links a {
  font-size: .88rem; font-weight: 600;
  padding: 7px 15px; border-radius: var(--r-full);
  color: var(--ink-mid);
  transition: background .2s, color .2s;
  white-space: nowrap;
}
.nav-links a:hover { background: var(--terracotta-pale); color: var(--terracotta); }
.nav-links a.active { background: var(--terracotta-pale); color: var(--terracotta); }
.nav-cta {
  background: var(--purple) !important; color: var(--white) !important;
  padding: 8px 20px !important; margin-left: 8px;
  box-shadow: var(--sh-xs);
}
.nav-cta:hover { background: var(--purple-deep) !important; color: var(--white) !important; }

/* ── Footer ── */
.site-footer {
  background: var(--ink);
  color: var(--cream-mid);
  padding-block: clamp(52px, 7vw, 88px) clamp(24px, 3vw, 40px);
}
.footer-inner {
  max-width: 1160px; margin-inline: auto;
  padding-inline: clamp(18px, 5vw, 60px);
  display: grid; grid-template-columns: 1.6fr 1fr 1.6fr; gap: 48px;
  padding-bottom: 40px;
}
.footer-brand-lockup { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.footer-logo  { height: 44px; width: auto; }
.footer-wordmark { height: 24px; width: auto; filter: brightness(0) invert(1); }
.footer-tagline { font-size: .88rem; line-height: 1.65; color: rgba(242,233,216,.75); max-width: 30ch; }
.footer-heading {
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--terracotta-light); margin-bottom: 18px; font-weight: 700;
}
.footer-nav-links { display: flex; flex-direction: column; gap: 9px; }
.footer-nav-links a { font-size: .88rem; color: rgba(242,233,216,.75); transition: color .2s; }
.footer-nav-links a:hover { color: var(--terracotta-pale); }
.footer-contact-line {
  display: block; font-size: .82rem; color: rgba(242,233,216,.75);
  line-height: 1.6; word-break: break-all; margin-bottom: 6px;
  transition: color .2s;
}
a.footer-contact-line:hover { color: var(--terracotta-pale); }
.footer-bottom {
  max-width: 1160px; margin-inline: auto;
  padding-inline: clamp(18px, 5vw, 60px);
  padding-top: 28px;
  border-top: 1px solid rgba(242,233,216,.12);
  font-size: .78rem; color: rgba(139,99,80,.9);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
}

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: var(--r-full);
  font-size: .95rem; font-weight: 700; cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s, color .2s;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--sh-md); }
.btn--primary   { background: var(--purple); color: var(--white); }
.btn--primary:hover   { background: var(--purple-deep); }
.btn--terracotta { background: var(--terracotta); color: var(--white); }
.btn--terracotta:hover { background: #b3561f; }
.btn--outline { background: transparent; color: var(--terracotta); border: 2px solid var(--terracotta); }
.btn--outline:hover { background: var(--terracotta-pale); }
.btn--white { background: var(--white); color: var(--ink); }
.btn--white:hover { background: var(--cream); }
.btn--ghost { background: rgba(255,255,255,.15); color: var(--white); border: 2px solid rgba(255,255,255,.4); }
.btn--ghost:hover { background: rgba(255,255,255,.25); }
.btn--lg { padding: 16px 36px; font-size: 1.05rem; }

/* ── Hero ── */
.hero {
  position: relative;
  background-size: cover; background-position: center; background-repeat: no-repeat;
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(45,26,16,.68) 0%, rgba(45,26,16,.35) 55%, rgba(45,26,16,.12) 100%);
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: 1160px; margin-inline: auto;
  padding-inline: clamp(18px, 5vw, 60px);
  padding-top:    clamp(110px, 14vw, 180px);
  padding-bottom: clamp(130px, 18vw, 220px);
}
.hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(240,217,245,.92); color: var(--purple);
  font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  padding: 7px 18px; border-radius: var(--r-full);
  margin-bottom: 22px;
}
.hero h1 { color: var(--white); max-width: 16ch; }
.hero-sub {
  color: rgba(255,255,255,.88);
  font-size: clamp(.98rem, 1.8vw, 1.18rem);
  line-height: 1.82; max-width: 58ch;
  margin-top: 20px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }

/* ── Page Hero (non-image) ── */
.page-hero {
  background: var(--terracotta-pale);
  padding-block: clamp(72px, 10vw, 120px);
  position: relative; overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute; bottom: -60px; right: -40px;
  width: 260px; height: 260px; border-radius: 50%;
  background: rgba(196,98,45,.08);
}
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero-label {
  display: inline-block;
  font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--terracotta); margin-bottom: 14px;
}
.page-hero h1 { max-width: 18ch; }
.page-hero-sub {
  font-size: clamp(1rem, 2vw, 1.18rem); line-height: 1.82;
  color: var(--ink-mid); max-width: 58ch; margin-top: 16px;
}

/* ── Hero Overlap Card ── */
.overlap-outer {
  position: relative; z-index: 10;
  margin-top: -90px;
  padding-inline: clamp(18px, 5vw, 60px);
}
.overlap-card {
  max-width: 960px; margin-inline: auto;
  background: var(--white);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-lg);
  padding: clamp(28px, 4vw, 44px) clamp(20px, 4vw, 48px);
  display: grid; grid-template-columns: repeat(3, 1fr);
  position: relative; overflow: hidden;
}
.overlap-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--terracotta), var(--purple));
}
.stat-cell {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 16px 20px; position: relative;
}
.stat-cell + .stat-cell::before {
  content: ''; position: absolute; left: 0; top: 20%; bottom: 20%;
  width: 1px; background: var(--cream-dark);
}
.stat-stamp {
  width: 118px; height: 118px; border-radius: 50%;
  border: 3px dashed var(--terracotta);
  background: radial-gradient(circle, var(--terracotta-pale) 60%, var(--terracotta-faint) 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  position: relative; margin-bottom: 10px;
}
.stat-stamp::after {
  content: ''; position: absolute; inset: 5px; border-radius: 50%;
  border: 1px solid rgba(196,98,45,.25);
}
.stat-number { font-size: 2.1rem; font-weight: 900; color: var(--terracotta); line-height: 1; }
.stat-label  { font-size: .8rem; font-weight: 600; color: var(--ink-mid); max-width: 12ch; line-height: 1.4; margin-top: 2px; }

/* ── Squiggle Dividers ── */
.squiggle { overflow: hidden; line-height: 0; padding-block: clamp(12px, 2vw, 24px); }
.squiggle svg { width: 100%; display: block; }
.squiggle--terracotta path { stroke: var(--terracotta); }
.squiggle--purple path { stroke: var(--purple-mid); }
.squiggle--cream path { stroke: var(--cream-dark); }

/* ── Section Header ── */
.section-header { margin-bottom: clamp(32px, 4vw, 52px); max-width: 640px; }
.section-header .display-tag { margin-bottom: 12px; }
.section-header p { color: var(--ink-mid); margin-top: 14px; font-size: 1.05rem; line-height: 1.8; }
.section-header--center { text-align: center; margin-inline: auto; }

/* ── Highlight Cards ── */
.highlights-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start;
}
.highlight-card {
  background: var(--white);
  border-radius: var(--r-md); padding: 32px 28px;
  box-shadow: var(--sh-sm); border: 1px solid var(--cream-dark);
  position: relative; overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.highlight-card:nth-child(2) { margin-top: 36px; }
.highlight-card:nth-child(3) { margin-top: 16px; }
.highlight-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.highlight-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--terracotta), var(--terracotta-light));
}
.highlight-card:nth-child(2)::before {
  background: linear-gradient(90deg, var(--purple), var(--purple-mid));
}
.highlight-icon { font-size: 2.2rem; margin-bottom: 18px; }
.highlight-card h3 { margin-bottom: 10px; font-size: 1.25rem; }
.highlight-card p  { color: var(--ink-mid); font-size: .95rem; line-height: 1.72; }

/* ── Polaroid Cards ── */
.polaroid {
  background: var(--white);
  padding: 12px 12px 52px;
  border-radius: 3px;
  box-shadow: var(--sh-md);
  transform: rotate(var(--rot, -2deg));
  transition: transform .35s ease, box-shadow .35s ease;
  position: relative;
}
.polaroid::after {
  content: ''; position: absolute;
  bottom: 14px; left: 12px; right: 12px; height: 2px;
  background: var(--cream-dark); border-radius: 2px;
}
.polaroid:hover { transform: rotate(0deg) scale(1.03); box-shadow: var(--sh-lg); }
.polaroid img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 2px; display: block;
}
.polaroid-caption {
  font-family: 'Courier New', Courier, monospace;
  font-size: .8rem; color: var(--ink-mid);
  text-align: center; padding-top: 10px; padding-inline: 4px;
}

.polaroid-strip {
  display: flex; gap: clamp(20px, 3vw, 36px); align-items: flex-start;
  padding-block: 24px 60px; overflow: hidden;
}
.polaroid-strip .polaroid { flex: 0 0 clamp(180px, 22vw, 260px); }
.polaroid-strip .polaroid:nth-child(1) { --rot: -3deg; }
.polaroid-strip .polaroid:nth-child(2) { --rot:  2.2deg; margin-top: 40px; }
.polaroid-strip .polaroid:nth-child(3) { --rot: -1.4deg; margin-top: 14px; }
.polaroid-strip .polaroid:nth-child(4) { --rot:  3.2deg; margin-top: 32px; }

/* ── Programme Cards ── */
.programme-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 44px;
}
.programme-card {
  background: var(--white);
  border-radius: var(--r-md); overflow: hidden;
  box-shadow: var(--sh-sm); border: 1px solid var(--cream-dark);
  transition: transform .3s, box-shadow .3s;
  display: flex; flex-direction: column;
}
.programme-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.programme-card-head {
  background: var(--terracotta-faint);
  padding: 28px 28px 24px;
  border-bottom: 2px dashed var(--terracotta-light);
}
.programme-card:nth-child(even) .programme-card-head {
  background: var(--purple-light);
  border-bottom-color: var(--purple-mid);
}
.programme-icon { font-size: 2.2rem; margin-bottom: 14px; }
.programme-card-head h3 { font-size: 1.2rem; margin-bottom: 8px; }
.programme-card-head p  { font-size: .93rem; color: var(--ink-mid); line-height: 1.68; }
.programme-card-detail {
  padding: 22px 28px; font-size: .9rem; color: var(--ink-mid); line-height: 1.72; flex: 1;
}

/* ── Ways Cards ── */
.ways-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 44px;
}
.way-card {
  background: var(--white);
  border-radius: var(--r-md); padding: 36px 28px 32px;
  box-shadow: var(--sh-sm);
  border: 2px dotted var(--cream-dark);
  text-align: center;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.way-card:hover { border-color: var(--terracotta); transform: translateY(-4px); box-shadow: var(--sh-md); }
.way-icon { font-size: 2.6rem; margin-bottom: 20px; }
.way-card h3 { font-size: 1.2rem; margin-bottom: 12px; }
.way-card p  { color: var(--ink-mid); font-size: .93rem; line-height: 1.72; }

/* ── Blog Cards ── */
.blog-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 44px;
}
.blog-card {
  background: var(--white);
  border-radius: var(--r-md); overflow: hidden;
  box-shadow: var(--sh-sm); border: 1px solid var(--cream-dark);
  transition: transform .3s, box-shadow .3s;
  display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--sh-md); }
.blog-card-img-wrap { overflow: hidden; }
.blog-card-img-wrap img {
  width: 100%; aspect-ratio: 16/9; object-fit: cover;
  border-radius: 0;
  transition: transform .5s ease;
}
.blog-card:hover .blog-card-img-wrap img { transform: scale(1.04); }
.blog-card-body { padding: 24px 24px 28px; flex: 1; display: flex; flex-direction: column; }
.blog-card-tag {
  font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--purple); margin-bottom: 9px;
}
.blog-card-body h3 { font-size: 1.1rem; margin-bottom: 9px; line-height: 1.38; }
.blog-card-body p  { font-size: .88rem; color: var(--ink-mid); flex: 1; line-height: 1.68; }
.blog-read-more {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .84rem; font-weight: 700; color: var(--terracotta);
  margin-top: 16px; transition: gap .2s;
}
.blog-read-more:hover { gap: 10px; }

/* ── Trustees ── */
.trustees-list { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 28px; }
.trustee-card {
  background: var(--white);
  border-radius: var(--r-md); padding: 24px 28px;
  box-shadow: var(--sh-sm);
  border-left: 4px solid var(--purple);
  flex: 1; min-width: 180px;
}
.trustee-card h4 { color: var(--ink); margin-bottom: 5px; }
.trustee-role { font-size: .85rem; color: var(--purple); font-weight: 600; }

/* ── Photo Split ── */
.split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 5vw, 80px); align-items: center;
}
.split--reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media img {
  width: 100%; border-radius: var(--r-lg);
  box-shadow: var(--sh-md);
  aspect-ratio: 4/3; object-fit: cover;
}
.split-media-badge {
  position: absolute; bottom: -18px; right: -18px;
  width: 100px; height: 100px; border-radius: 50%;
  border: 3px dashed var(--terracotta);
  background: var(--terracotta-pale);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: .68rem; font-weight: 700; text-align: center; color: var(--terracotta);
  line-height: 1.3; padding: 8px;
  box-shadow: var(--sh-sm);
}
.split-body h2   { margin-bottom: 18px; }
.split-body p    { color: var(--ink-mid); margin-bottom: 14px; font-size: 1rem; line-height: 1.78; }
.split-body .btn { margin-top: 8px; }

/* ── Mission Block ── */
.mission-block {
  background: var(--ink);
  border-radius: var(--r-xl);
  padding: clamp(44px, 5vw, 72px) clamp(32px, 5vw, 64px);
  color: var(--cream);
  position: relative; overflow: hidden;
}
.mission-block::before {
  content: ''; position: absolute;
  bottom: -80px; right: -50px;
  width: 340px; height: 340px; border-radius: 50%;
  border: 2px dashed rgba(196,98,45,.3);
}
.mission-block::after {
  content: ''; position: absolute;
  bottom: -40px; right: -10px;
  width: 220px; height: 220px; border-radius: 50%;
  border: 1.5px dashed rgba(196,98,45,.18);
}
.mission-block .display-tag { color: var(--terracotta-light); margin-bottom: 16px; }
.mission-block h2 { color: var(--terracotta-pale); }
.mission-block p  { color: rgba(242,233,216,.82); font-size: 1.05rem; line-height: 1.85; margin-top: 22px; max-width: 70ch; }

/* ── Story section ── */
.story-section { position: relative; }
.story-section::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 4px; height: 100%;
  background: linear-gradient(180deg, var(--terracotta), var(--purple));
  border-radius: 4px;
}
.story-content { padding-left: clamp(24px, 4vw, 48px); }
.story-content h2 { margin-bottom: 24px; }
.story-content p  { color: var(--ink-mid); margin-bottom: 1.4em; font-size: 1rem; line-height: 1.82; }

/* ── CTA Band ── */
.cta-band {
  background: linear-gradient(135deg, var(--purple) 0%, var(--purple-deep) 100%);
  border-radius: var(--r-xl);
  padding: clamp(52px, 7vw, 84px) clamp(28px, 5vw, 64px);
  text-align: center;
  position: relative; overflow: hidden;
  margin-block: clamp(40px, 6vw, 80px);
}
.cta-band::before {
  content: ''; position: absolute;
  top: -40%; right: -8%;
  width: 380px; height: 380px; border-radius: 50%;
  background: rgba(255,255,255,.04);
}
.cta-band::after {
  content: ''; position: absolute;
  bottom: -50%; left: -5%;
  width: 280px; height: 280px; border-radius: 50%;
  background: rgba(255,255,255,.03);
}
.cta-band h2 { color: var(--white); margin-bottom: 16px; }
.cta-band p  { color: rgba(255,255,255,.82); max-width: 54ch; margin-inline: auto; margin-bottom: 36px; font-size: 1.05rem; }
.cta-band-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── Intro Band ── */
.intro-band {
  background: var(--purple-light);
  border-radius: var(--r-lg);
  padding: clamp(28px, 4vw, 48px) clamp(24px, 4vw, 44px);
  border-left: 5px solid var(--purple);
}
.intro-band p { font-size: 1.08rem; line-height: 1.86; color: var(--ink); }

/* ── What We Do ── */
.what-we-do p { color: var(--ink-mid); margin-bottom: 1.4em; font-size: 1rem; line-height: 1.82; }

/* ── Photo Banner (full bleed) ── */
.photo-banner {
  position: relative;
  background-size: cover; background-position: center;
  min-height: 380px; display: flex; align-items: center;
}
.photo-banner::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(45,26,16,.48);
}
.photo-banner-inner {
  position: relative; z-index: 1; width: 100%;
  max-width: 1160px; margin-inline: auto;
  padding-inline: clamp(18px, 5vw, 60px);
  padding-block: 64px;
}
.photo-banner h2 { color: var(--white); max-width: 18ch; }
.photo-banner p  { color: rgba(255,255,255,.85); max-width: 50ch; margin-top: 14px; font-size: 1.05rem; line-height: 1.78; }

/* ── Dotted Box ── */
.dotted-box {
  border: 2px dotted var(--terracotta);
  border-radius: var(--r-md);
  padding: 28px 32px;
  background: var(--terracotta-faint);
}
.dotted-box p { color: var(--ink-mid); line-height: 1.78; }

/* ── Contact Form ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 5vw, 80px); align-items: start; }
.contact-info h2 { margin-bottom: 20px; }
.contact-info p  { color: var(--ink-mid); margin-bottom: 16px; font-size: 1rem; line-height: 1.8; }
.contact-email-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .9rem; color: var(--terracotta); font-weight: 600;
  word-break: break-all;
}
.contact-email-link:hover { color: var(--purple); }
.contact-detail { margin-bottom: 10px; }

.contact-form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-group label { font-size: .88rem; font-weight: 700; color: var(--ink-mid); }
.form-group input,
.form-group textarea,
.form-group select {
  background: var(--white);
  border: 2px solid var(--cream-dark);
  border-radius: var(--r-sm); padding: 12px 16px;
  font-size: .95rem; color: var(--ink); width: 100%;
  transition: border-color .2s, box-shadow .2s;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px rgba(123,45,139,.14);
}
.form-group textarea { min-height: 140px; resize: vertical; }

/* ── Article ── */
.article-hero { padding-block: clamp(64px, 9vw, 112px); }
.article-hero h1 { max-width: 22ch; }
.article-dek {
  font-size: clamp(1rem, 2vw, 1.18rem); color: var(--ink-mid);
  line-height: 1.82; max-width: 56ch; margin-top: 16px;
}
.article-featured-img {
  width: 100%; border-radius: var(--r-lg); box-shadow: var(--sh-md);
  aspect-ratio: 21/8; object-fit: cover; object-position: center 30%;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.article-body p  { color: var(--ink-mid); margin-bottom: 1.6em; font-size: 1.05rem; line-height: 1.86; }
.article-body p:first-child { font-size: 1.18rem; font-weight: 500; color: var(--ink); }
.article-back {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .9rem; font-weight: 700; color: var(--terracotta);
  margin-bottom: 32px; transition: gap .2s;
}
.article-back:hover { gap: 12px; }

/* ── Utility ── */
.text-center { text-align: center; }
.mt-sm  { margin-top: 16px; }
.mt-md  { margin-top: 32px; }
.mt-lg  { margin-top: 52px; }
.mb-sm  { margin-bottom: 16px; }
.mb-md  { margin-bottom: 32px; }
.color-terracotta { color: var(--terracotta); }
.color-purple     { color: var(--purple); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ── Responsive ── */
@media (max-width: 960px) {
  .split              { grid-template-columns: 1fr; }
  .split--reverse .split-media { order: 0; }
  .split-media-badge  { bottom: -14px; right: -10px; }
  .highlights-grid    { grid-template-columns: 1fr; }
  .highlight-card:nth-child(2),
  .highlight-card:nth-child(3) { margin-top: 0; }
  .programme-grid     { grid-template-columns: 1fr; }
  .ways-grid          { grid-template-columns: 1fr; }
  .blog-grid          { grid-template-columns: 1fr 1fr; }
  .contact-grid       { grid-template-columns: 1fr; }
  .footer-inner       { grid-template-columns: 1fr 1fr; }
  .overlap-card       { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .nav-links {
    display: none; flex-direction: column; gap: 0;
    position: absolute; top: var(--nav-h); left: 0; right: 0;
    background: var(--white); z-index: 500;
    padding: 12px clamp(18px,5vw,40px) 20px;
    box-shadow: var(--sh-md);
    border-top: 1px solid var(--cream-dark);
  }
  .nav-links a { padding: 10px 14px; border-radius: var(--r-sm); font-size: .95rem; }
  .nav-cta { margin-left: 0 !important; margin-top: 8px; display: block; text-align: center; }
  .nav-toggle:checked ~ .nav-links { display: flex; }
  .nav-burger { display: flex; }
  .blog-grid  { grid-template-columns: 1fr; }
  .form-row   { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .polaroid-strip { flex-wrap: wrap; justify-content: center; }
  .polaroid-strip .polaroid { flex: 0 0 48%; }
  .overlap-card { grid-template-columns: 1fr; }
  .stat-cell + .stat-cell::before { display: none; }
}

@media (max-width: 480px) {
  .highlights-grid    { grid-template-columns: 1fr; }
  .trustees-list      { flex-direction: column; }
  .hero-actions       { flex-direction: column; align-items: flex-start; }
  .cta-band-actions   { flex-direction: column; align-items: center; }
  .polaroid-strip .polaroid { flex: 0 0 90%; }
  .overlap-card       { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 360px) {
  .overlap-card { grid-template-columns: 1fr; }
}
