/* ===== ROOT ===== */
:root {
  --cream: #FAF5EE;
  --cream-card: #F3E9D4;
  --cream-dark: #E2D0B0;
  --terracotta: #C4603A;
  --terracotta-light: #DE845A;
  --terracotta-pale: #FAEDE6;
  --brand: #7B2D8B;
  --brand-light: #F0D9F5;
  --brand-mid: #C09BCE;
  --earth: #5A3C2B;
  --charcoal: #2B1A0D;
  --warm-mid: #7A5543;
  --white: #FFFDF8;
  --shadow: rgba(90,60,43,0.14);
  --shadow-deep: rgba(43,26,13,0.22);
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: system-ui, -apple-system, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  background: var(--cream);
  color: var(--earth);
  line-height: 1.78;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ===== NAV ===== */
.site-nav {
  background: var(--white);
  border-bottom: 2px dotted var(--cream-dark);
  position: sticky;
  top: 0;
  z-index: 200;
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.875rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.brand-lockup {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  flex: 1;
}
.brand-icon { width: 42px; height: 42px; object-fit: contain; }
.brand-wordmark { height: 30px; width: auto; object-fit: contain; }

.nav-list {
  display: flex;
  gap: 0.125rem;
  align-items: center;
}
.nav-list a {
  display: block;
  padding: 0.4rem 0.875rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--earth);
  border-radius: 2rem;
  transition: background 0.18s, color 0.18s;
}
.nav-list a:hover, .nav-list a.current {
  background: var(--brand-light);
  color: var(--brand);
}
.nav-cta-link {
  padding: 0.5rem 1.25rem !important;
  background: var(--terracotta) !important;
  color: #fff !important;
  border-radius: 3rem !important;
  font-weight: 700 !important;
  transition: background 0.18s !important;
}
.nav-cta-link:hover { background: var(--terracotta-light) !important; color: #fff !important; }
.nav-toggle {
  display: none;
  background: none;
  border: 2px solid var(--cream-dark);
  border-radius: 8px;
  padding: 0.35rem 0.6rem;
  font-size: 1.25rem;
  cursor: pointer;
  color: var(--earth);
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-block;
  padding: 0.875rem 2.25rem;
  border-radius: 3rem;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  transition: transform 0.15s, box-shadow 0.15s;
  text-decoration: none;
  font-family: inherit;
  line-height: 1.3;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px var(--shadow); }
.btn-primary { background: var(--terracotta); color: white; }
.btn-primary:hover { background: var(--terracotta-light); }
.btn-outline { background: transparent; border: 2.5px solid white; color: white; }
.btn-outline:hover { background: rgba(255,255,255,0.12); }
.btn-brand { background: var(--brand); color: white; }
.btn-brand:hover { background: #9635a8; }
.btn-cream { background: white; color: var(--terracotta); }

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 700px;
  display: flex;
  flex-direction: column;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(43,26,13,0.84) 0%, rgba(43,26,13,0.56) 55%, rgba(43,26,13,0.18) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 5.5rem 2rem 11rem;
}
.hero-eyebrow {
  display: inline-block;
  background: var(--brand);
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 1.125rem;
  border-radius: 2rem;
  margin-bottom: 1.5rem;
}
.hero h1 {
  font-size: clamp(2.125rem, 5.5vw, 3.75rem);
  font-weight: 900;
  color: #FFFDF8;
  line-height: 1.12;
  max-width: 640px;
  margin-bottom: 1.375rem;
  text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.hero-sub {
  font-size: 1.125rem;
  color: rgba(255,253,248,0.88);
  max-width: 520px;
  line-height: 1.72;
  margin-bottom: 2.25rem;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ===== PULL-UP CARD ===== */
.pull-up-wrapper {
  position: relative;
  z-index: 10;
  max-width: 1100px;
  margin: -90px auto 0;
  padding: 0 2rem;
}
.pull-up-card {
  background: var(--white);
  border-radius: 28px;
  padding: 2.5rem 3rem;
  box-shadow: 0 16px 64px var(--shadow-deep);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.pull-up-stat { text-align: center; padding: 0.5rem 1rem; }
.pull-up-stat + .pull-up-stat { border-left: 2px dotted var(--cream-dark); }
.pull-up-num {
  font-size: 2.75rem;
  font-weight: 900;
  color: var(--terracotta);
  line-height: 1;
  display: block;
}
.pull-up-lbl {
  font-size: 0.875rem;
  color: var(--warm-mid);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 600;
  margin-top: 0.375rem;
  display: block;
}

/* ===== SQUIGGLE DIVIDER ===== */
.squiggle { width: 100%; overflow: hidden; line-height: 0; padding: 2rem 0; }
.squiggle svg { width: 100%; display: block; height: 48px; }

/* ===== SECTION BASE ===== */
.section { padding: 5rem 2rem; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.eyebrow {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand);
  display: block;
  margin-bottom: 0.625rem;
}
.section-title {
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--charcoal);
  line-height: 1.18;
  margin-bottom: 1.125rem;
}
.section-lead {
  font-size: 1.0625rem;
  color: var(--warm-mid);
  max-width: 620px;
  line-height: 1.78;
}

/* ===== INTRO SPLIT ===== */
.intro-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem 4rem;
}
.intro-photo-wrap { position: relative; }
.intro-photo-wrap > img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 6px 10px 48px var(--shadow);
}
.intro-badge {
  position: absolute;
  bottom: -18px;
  right: -18px;
  background: var(--terracotta);
  color: white;
  padding: 1.125rem 1.5rem;
  border-radius: 20px;
  font-weight: 800;
  font-size: 0.9375rem;
  box-shadow: 0 6px 24px rgba(196,96,58,0.35);
  line-height: 1.4;
  text-align: center;
}
.intro-text .section-title { margin-top: 0.375rem; }
.intro-text p { color: var(--earth); line-height: 1.8; margin-bottom: 1.375rem; }

/* ===== HIGHLIGHTS ===== */
.highlights-section { background: var(--cream-card); padding: 5rem 2rem; }
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  align-items: start;
}
.highlight-card {
  background: var(--white);
  border-radius: 28px;
  padding: 2.25rem;
  box-shadow: 0 4px 28px var(--shadow);
  border: 2px dotted var(--cream-dark);
  transition: transform 0.22s;
}
.highlight-card:hover { transform: translateY(-5px); }
.highlights-grid .highlight-card:nth-child(2) { margin-top: 48px; }
.highlights-grid .highlight-card:nth-child(3) { margin-top: 24px; }
.h-icon { font-size: 2.375rem; margin-bottom: 1.125rem; display: block; }
.h-title { font-size: 1.1875rem; font-weight: 800; color: var(--charcoal); margin-bottom: 0.625rem; line-height: 1.3; }
.h-blurb { font-size: 0.9375rem; color: var(--warm-mid); line-height: 1.72; }

/* ===== POLAROID GALLERY ===== */
.polaroid-section {
  background: var(--terracotta-pale);
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
}
.polaroid-row {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 3rem auto 0;
}
.polaroid {
  background: #FFFDF5;
  padding: 10px 10px 44px;
  border-radius: 3px;
  box-shadow: 4px 6px 32px rgba(60,35,20,0.22);
  flex: 0 0 270px;
  cursor: default;
}
.polaroid:nth-child(1) { transform: rotate(-3.5deg) translateY(12px); }
.polaroid:nth-child(2) { transform: rotate(1.8deg); }
.polaroid:nth-child(3) { transform: rotate(-1.2deg) translateY(20px); }
.polaroid img { width: 100%; height: 200px; object-fit: cover; display: block; }
.polaroid-cap {
  font-size: 0.8125rem;
  color: var(--warm-mid);
  text-align: center;
  margin-top: 0.625rem;
  font-style: italic;
  line-height: 1.4;
}

/* ===== IMPACT BAND ===== */
.impact-band {
  background: var(--terracotta);
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
}
.impact-band::before {
  content: '';
  position: absolute;
  top: -120px; right: 3%;
  width: 320px; height: 320px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.1);
}
.impact-band::after {
  content: '';
  position: absolute;
  bottom: -120px; left: 8%;
  width: 280px; height: 280px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.08);
}
.impact-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.impact-text-col { flex: 1 1 300px; color: white; }
.impact-text-col h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.impact-text-col p { opacity: 0.85; font-size: 1rem; max-width: 360px; line-height: 1.7; margin-bottom: 1.75rem; }
.impact-stats-col { display: flex; gap: 2.5rem; flex-wrap: wrap; flex: 1 1 300px; }
.impact-stat { text-align: center; }
.i-num { font-size: 3.25rem; font-weight: 900; color: white; line-height: 1; display: block; }
.i-lbl { font-size: 0.8125rem; color: rgba(255,255,255,0.8); text-transform: uppercase; letter-spacing: 0.07em; margin-top: 0.375rem; display: block; }
.impact-stamp {
  width: 130px; height: 130px;
  border-radius: 50%;
  border: 3px dashed rgba(255,255,255,0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  flex-shrink: 0;
  position: relative;
}
.impact-stamp::after {
  content: '';
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
}
.impact-stamp span { color: rgba(255,255,255,0.9); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.07em; line-height: 1.5; }

/* ===== CTA SECTION ===== */
.cta-section { background: var(--brand-light); padding: 5rem 2rem; text-align: center; }
.cta-section .eyebrow { text-align: center; display: block; }
.cta-section h2 {
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--charcoal);
  margin: 0 auto 1.125rem;
  max-width: 640px;
  line-height: 1.18;
}
.cta-section p { font-size: 1.0625rem; color: var(--warm-mid); max-width: 560px; margin: 0 auto 2.25rem; line-height: 1.75; }

/* ===== PHOTO BAND ===== */
.photo-band { position: relative; height: 420px; overflow: hidden; }
.photo-band img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.photo-band-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(123,45,139,0.7) 0%, rgba(43,26,13,0.35) 100%);
}
.photo-band-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: white;
}
.photo-band-text h2 {
  font-size: clamp(1.75rem, 4vw, 2.875rem);
  font-weight: 900;
  margin-bottom: 0.875rem;
  text-shadow: 0 2px 16px rgba(0,0,0,0.25);
}
.photo-band-text p { font-size: 1.0625rem; opacity: 0.9; max-width: 540px; line-height: 1.72; margin-bottom: 1.875rem; }

/* ===== PAGE HERO ===== */
.page-hero { position: relative; height: 380px; overflow: hidden; }
.page-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(43,26,13,0.42) 0%, rgba(43,26,13,0.72) 100%);
}
.page-hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  left: 0; right: 0;
}
.page-hero-content .eyebrow { color: var(--brand-light); margin-bottom: 0.5rem; }
.page-hero-content h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 900;
  color: white;
  line-height: 1.15;
  max-width: 680px;
}

/* ===== ABOUT BODY ===== */
.about-body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 5rem;
  align-items: start;
}
.about-paras p { color: var(--earth); line-height: 1.82; margin-bottom: 1.5rem; font-size: 1.0625rem; }
.about-photo {
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
  height: 380px;
  box-shadow: 6px 10px 48px var(--shadow);
}
.aside-quote {
  background: var(--brand-light);
  border-left: 4px solid var(--brand);
  border-radius: 0 16px 16px 0;
  padding: 1.5rem 1.75rem;
  margin-top: 1.5rem;
  font-style: italic;
  color: var(--brand);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.65;
}

/* ===== STORY SECTION ===== */
.story-section { background: var(--cream-card); padding: 5rem 2rem; }
.story-inner { max-width: 860px; margin: 0 auto; }
.story-inner p { color: var(--earth); line-height: 1.82; margin-bottom: 1.5rem; font-size: 1.0625rem; }

/* ===== MISSION BAND ===== */
.mission-band { background: var(--charcoal); padding: 5rem 2rem; position: relative; overflow: hidden; }
.mission-band::before {
  content: '';
  position: absolute;
  top: -100px; right: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: var(--brand);
  opacity: 0.08;
}
.mission-inner { max-width: 840px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.mission-inner .eyebrow { color: var(--brand-light); }
.mission-inner h2 { font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 900; color: white; margin-bottom: 1.75rem; line-height: 1.2; margin-top: 0.5rem; }
.mission-inner p { font-size: 1.125rem; color: rgba(255,253,248,0.82); line-height: 1.82; }

/* ===== STAMP ===== */
.stamp-wrap { display: flex; justify-content: center; padding: 3rem 2rem 1rem; }
.stamp {
  width: 150px; height: 150px;
  border-radius: 50%;
  border: 4px dashed var(--brand);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.25rem;
  background: var(--brand-light);
  position: relative;
}
.stamp::after {
  content: '';
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 1.5px solid var(--brand-mid);
}
.stamp-text { font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--brand); line-height: 1.5; position: relative; z-index: 1; }

/* ===== TRUSTEES ===== */
.trustees-section { background: var(--cream-card); padding: 5rem 2rem; }
.trustees-inner { max-width: 1200px; margin: 0 auto; }
.trustees-grid { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-top: 2.5rem; }
.trustee-card {
  flex: 1 1 200px;
  background: var(--white);
  border-radius: 24px;
  padding: 2rem;
  border: 2px dotted var(--terracotta-light);
  text-align: center;
}
.trustee-initial {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--brand-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--brand);
  margin: 0 auto 1rem;
}
.trustee-name { font-weight: 800; font-size: 1.0625rem; color: var(--charcoal); margin-bottom: 0.25rem; }
.trustee-role { font-size: 0.875rem; color: var(--brand); font-weight: 600; }

/* ===== PROGRAMMES ===== */
.programmes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
  margin-top: 3rem;
}
.programme-card {
  background: var(--white);
  border-radius: 28px;
  padding: 2.25rem;
  box-shadow: 0 4px 24px var(--shadow);
  border-top: 5px solid var(--terracotta);
  transition: transform 0.2s, box-shadow 0.2s;
}
.programme-card:nth-child(even) { border-top-color: var(--brand); }
.programme-card:hover { transform: translateY(-4px); box-shadow: 0 8px 36px var(--shadow); }
.prog-icon { font-size: 2.25rem; margin-bottom: 0.875rem; display: block; }
.prog-title { font-size: 1.1875rem; font-weight: 800; color: var(--charcoal); margin-bottom: 0.5rem; line-height: 1.3; }
.prog-blurb { font-size: 0.9375rem; color: var(--terracotta); font-weight: 600; margin-bottom: 1rem; line-height: 1.5; }
.programme-card:nth-child(even) .prog-blurb { color: var(--brand); }
.prog-detail { font-size: 0.9375rem; color: var(--earth); line-height: 1.75; border-top: 1.5px dotted var(--cream-dark); padding-top: 1rem; }

/* ===== WHAT WE DO ===== */
.what-we-do { background: var(--cream-card); padding: 5rem 2rem; }
.what-we-do .section-inner { max-width: 900px; }
.what-we-do p { color: var(--earth); line-height: 1.82; margin-bottom: 1.5rem; font-size: 1.0625rem; }
.what-we-do p:last-child { margin-bottom: 0; }

/* ===== WAYS / GET INVOLVED ===== */
.ways-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-top: 3rem;
}
.way-card {
  background: var(--white);
  border-radius: 32px;
  padding: 2.75rem 2rem;
  text-align: center;
  border: 2px solid var(--brand-light);
  box-shadow: 0 4px 20px rgba(123,45,139,0.07);
  transition: transform 0.2s, box-shadow 0.2s;
}
.way-card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(123,45,139,0.12); }
.way-icon { font-size: 2.75rem; margin-bottom: 1.125rem; display: block; }
.way-title { font-size: 1.25rem; font-weight: 800; color: var(--charcoal); margin-bottom: 0.75rem; }
.way-blurb { font-size: 0.9375rem; color: var(--warm-mid); line-height: 1.75; }

/* ===== BLOG ===== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
  align-items: start;
}
.blog-card {
  background: var(--white);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 4px 24px var(--shadow);
  transition: transform 0.22s, box-shadow 0.22s;
  display: flex;
  flex-direction: column;
}
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px var(--shadow); }
.blog-grid .blog-card:nth-child(2) { margin-top: 40px; }
.blog-img { width: 100%; height: 220px; object-fit: cover; display: block; }
.blog-body { padding: 1.625rem; flex: 1; display: flex; flex-direction: column; }
.blog-tag {
  display: inline-block;
  background: var(--brand-light);
  color: var(--brand);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 2rem;
  margin-bottom: 0.75rem;
  align-self: flex-start;
}
.blog-title { font-size: 1.0625rem; font-weight: 800; color: var(--charcoal); line-height: 1.35; margin-bottom: 0.625rem; }
.blog-dek { font-size: 0.875rem; color: var(--warm-mid); line-height: 1.65; flex: 1; margin-bottom: 1.125rem; }
.blog-read-more {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--terracotta);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s;
  align-self: flex-start;
}
.blog-read-more:hover { color: var(--terracotta-light); }

/* ===== ARTICLE ===== */
.article-hero { position: relative; height: 440px; overflow: hidden; }
.article-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.article-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(43,26,13,0.72) 0%, rgba(43,26,13,0.2) 50%, transparent 100%);
}
.article-wrapper { max-width: 780px; margin: 0 auto; padding: 3.5rem 2rem 5rem; }
.article-tag {
  display: inline-block;
  background: var(--brand-light);
  color: var(--brand);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  border-radius: 2rem;
  margin-bottom: 1.125rem;
}
.article-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 1.25rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 0.9375rem;
}
.article-title { font-size: clamp(1.875rem, 4.5vw, 2.875rem); font-weight: 900; color: var(--charcoal); line-height: 1.18; margin-bottom: 0.875rem; }
.article-dek {
  font-size: 1.1875rem;
  color: var(--warm-mid);
  line-height: 1.65;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px dotted var(--cream-dark);
}
.article-body p { margin-bottom: 1.625rem; font-size: 1.0625rem; line-height: 1.82; color: var(--earth); }
.article-body p:last-child { margin-bottom: 0; }

/* ===== CONTACT ===== */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
  align-items: start;
}
.contact-info h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 900; color: var(--charcoal); margin-bottom: 1rem; line-height: 1.2; }
.contact-info p { color: var(--earth); line-height: 1.8; margin-bottom: 1.375rem; }
.contact-detail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--cream-card);
  border-radius: 20px;
  padding: 1.75rem;
  border: 2px dotted var(--cream-dark);
  margin-top: 2rem;
}
.contact-detail-item { display: flex; gap: 0.75rem; align-items: flex-start; }
.contact-detail-icon { font-size: 1.25rem; flex-shrink: 0; margin-top: 0.1rem; }
.contact-detail-text { font-size: 0.9375rem; color: var(--earth); line-height: 1.6; }
.contact-detail-text a { color: var(--brand); text-decoration: underline; text-underline-offset: 2px; word-break: break-all; }
.contact-form-wrap {
  background: var(--white);
  border-radius: 28px;
  padding: 2.75rem;
  box-shadow: 0 8px 40px var(--shadow);
}
.contact-form-wrap h3 { font-size: 1.375rem; font-weight: 800; color: var(--charcoal); margin-bottom: 1.75rem; }
.form-group { margin-bottom: 1.375rem; }
.form-group label { display: block; font-weight: 700; font-size: 0.9375rem; color: var(--charcoal); margin-bottom: 0.4375rem; }
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.875rem 1.125rem;
  border: 2px solid var(--cream-dark);
  border-radius: 14px;
  font-family: inherit;
  font-size: 1rem;
  background: var(--cream);
  color: var(--charcoal);
  transition: border-color 0.18s, box-shadow 0.18s;
  outline: none;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(123,45,139,0.12);
}
.form-group textarea { min-height: 140px; resize: vertical; }

/* ===== FOOTER ===== */
.site-footer { background: var(--charcoal); color: rgba(255,253,248,0.8); padding: 5rem 2rem 0; }
.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(255,253,248,0.1);
}
.footer-brand { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.25rem; }
.footer-logo { width: 40px; height: 40px; object-fit: contain; filter: brightness(0) invert(1); }
.footer-wordmark { height: 26px; width: auto; object-fit: contain; filter: brightness(0) invert(1); }
.footer-about { font-size: 0.9375rem; line-height: 1.72; margin-bottom: 1.5rem; opacity: 0.78; }
.footer-emails { display: flex; flex-direction: column; gap: 0.375rem; }
.footer-emails a { font-size: 0.8125rem; color: var(--brand-light); text-decoration: underline; text-underline-offset: 2px; word-break: break-all; opacity: 0.9; transition: opacity 0.15s; }
.footer-emails a:hover { opacity: 1; }
.footer-col-heading { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--terracotta-light); margin-bottom: 1.25rem; }
.footer-nav-links { display: flex; flex-direction: column; gap: 0.625rem; }
.footer-nav-links a { font-size: 0.9375rem; opacity: 0.78; transition: opacity 0.15s; }
.footer-nav-links a:hover { opacity: 1; }
.footer-info-text { font-size: 0.9375rem; line-height: 1.72; opacity: 0.72; }
.footer-info-text p { margin-bottom: 0.375rem; }
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8125rem;
  opacity: 0.5;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .intro-split { grid-template-columns: 1fr; gap: 3rem; }
  .intro-photo-wrap > img { height: 380px; }
  .about-body { grid-template-columns: 1fr; gap: 3rem; }
  .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
}
@media (max-width: 768px) {
  .highlights-grid { grid-template-columns: 1fr; }
  .highlights-grid .highlight-card:nth-child(2),
  .highlights-grid .highlight-card:nth-child(3) { margin-top: 0; }
  .programmes-grid { grid-template-columns: 1fr; }
  .ways-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-grid .blog-card:nth-child(2) { margin-top: 0; }
  .pull-up-card { grid-template-columns: 1fr; }
  .pull-up-stat + .pull-up-stat { border-left: none; border-top: 2px dotted var(--cream-dark); }
  .impact-inner { flex-direction: column; gap: 2.5rem; }
  .impact-stats-col { justify-content: center; }
  .polaroid-row { flex-direction: column; align-items: center; }
  .polaroid { transform: none !important; flex: 0 0 auto; width: 280px; max-width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .trustees-grid { flex-direction: column; }
  .page-hero-content { padding: 2rem 1.5rem; }
  .about-photo { height: 280px; }
}
@media (max-width: 640px) {
  .nav-toggle { display: flex; }
  .nav-list {
    display: none;
    flex-direction: column;
    width: 100%;
    order: 3;
    gap: 0.25rem;
    padding: 0.75rem 0 0.5rem;
    border-top: 1px dotted var(--cream-dark);
    margin-top: 0.5rem;
  }
  .nav-list.open { display: flex; }
  .nav-list a { padding: 0.5rem 0.75rem; border-radius: 12px; }
  .hero-content { padding: 3.5rem 1.25rem 9rem; }
  .pull-up-wrapper { padding: 0 1.25rem; margin-top: -60px; }
  .pull-up-card { padding: 1.75rem 1.25rem; }
  .section { padding: 3rem 1.25rem; }
  .highlights-section { padding: 3rem 1.25rem; }
  .what-we-do { padding: 3rem 1.25rem; }
  .trustees-section { padding: 3rem 1.25rem; }
  .polaroid-section { padding: 3rem 1.25rem; }
  .impact-band { padding: 3rem 1.25rem; }
  .cta-section { padding: 3rem 1.25rem; }
  .story-section { padding: 3rem 1.25rem; }
  .mission-band { padding: 3rem 1.25rem; }
  .intro-split { padding: 3rem 1.25rem; }
  .about-body { padding: 3rem 1.25rem; }
  .contact-layout { padding: 3rem 1.25rem; }
  .contact-form-wrap { padding: 1.75rem; }
  .page-hero { height: 280px; }
  .article-hero { height: 300px; }
  .photo-band { height: 320px; }
  .intro-badge { right: 0; bottom: -14px; }
}
