/* ================================================================
   VIBRANT HEALTH ADVOCATES – MARENNE  |  Global Stylesheet
   Archetype: Warm & Human Community
   ================================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream:         #FDF6EE;
  --cream-border:  #E8D5B4;
  --cream-card:    #FAF0DC;
  --terra:         #C4622D;
  --terra-light:   #E8936A;
  --terra-pale:    #F7E0D2;
  --purple:        #7B2D8B;
  --purple-light:  #F0D9F5;
  --purple-pale:   #F8F0FB;
  --brown-dark:    #3A2212;
  --brown-mid:     #6B4428;
  --warm-white:    #FFFDF9;
  --shadow-sm:     0 2px 10px rgba(58,34,18,.10);
  --shadow-md:     0 6px 28px rgba(58,34,18,.14);
  --shadow-lg:     0 14px 56px rgba(58,34,18,.18);
  --r-sm:          12px;
  --r-md:          24px;
  --r-lg:          36px;
  --font:          ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--cream);
  color: var(--brown-dark);
  line-height: 1.75;
  font-size: 1.05rem;
  -webkit-font-smoothing: antialiased;
}
img  { max-width: 100%; height: auto; display: block; }
a    { color: var(--purple); text-decoration: none; }
a:hover { text-decoration: underline; color: var(--terra); }

/* ── TYPOGRAPHY ───────────────────────────────────────────── */
h1,h2,h3,h4 { font-weight: 900; line-height: 1.18; letter-spacing: -.025em; color: var(--brown-dark); }
h1 { font-size: clamp(2.2rem, 5.5vw, 4rem); }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.2rem, 2.4vw, 1.7rem); }
h4 { font-size: 1.1rem; }
p  { max-width: 72ch; }
p + p { margin-top: 1.2em; }

.eyebrow {
  display: inline-block;
  font-size: .75rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--terra); margin-bottom: .75rem;
}

/* ── LAYOUT ───────────────────────────────────────────────── */
.container { max-width: 1160px; margin-inline: auto; padding-inline: clamp(1.25rem,5vw,3rem); }
.section   { padding-block: clamp(3.5rem,8vw,7rem); }
.section--cream  { background: var(--cream); }
.section--warm   { background: var(--cream-card); }
.section--purple { background: var(--purple-pale); }
.section--terra  { background: var(--terra-pale); }
.section--dark   { background: var(--brown-dark); color: var(--cream); }

/* ── NAVIGATION ───────────────────────────────────────────── */
.site-header {
  background: var(--warm-white);
  border-bottom: 2px solid var(--cream-border);
  position: sticky; top: 0; z-index: 100;
  box-shadow: var(--shadow-sm);
}
.nav-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 1.5rem;
  padding-block: .9rem;
}
.brand-lockup { display: flex; align-items: center; gap: .75rem; flex-shrink: 0; }
.brand-lockup:hover { text-decoration: none; }
.brand-logo    { height: 48px; width: auto; flex-shrink: 0; }
.brand-wordmark{ height: 34px; width: auto; }

.nav-links { display: flex; align-items: center; gap: clamp(.75rem,2vw,1.75rem); list-style: none; }
.nav-links a {
  font-size: .92rem; font-weight: 700; color: var(--brown-mid);
  padding: .35rem .65rem; border-radius: 8px;
  transition: background .2s, color .2s; white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active {
  background: var(--purple-light); color: var(--purple); text-decoration: none;
}
.nav-cta {
  background: var(--terra) !important; color: var(--warm-white) !important;
  border-radius: 100px !important; padding: .45rem 1.2rem !important;
}
.nav-cta:hover { background: var(--purple) !important; }

.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  padding: .4rem; flex-direction: column; gap: 5px;
}
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--brown-dark); border-radius: 2px; }

@media (max-width: 820px) {
  .nav-toggle { display: flex; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--warm-white); flex-direction: column; align-items: flex-start;
    padding: 1.5rem 1.5rem 2rem; gap: .5rem;
    border-bottom: 2px solid var(--cream-border); box-shadow: var(--shadow-md);
  }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1rem; padding: .6rem 1rem; width: 100%; }
  .site-header { position: relative; }
}

/* ── FOOTER ───────────────────────────────────────────────── */
.site-footer { background: var(--brown-dark); color: #B0967A; padding-block: clamp(2.5rem,6vw,4.5rem); }
.footer-inner {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem 4rem; align-items: start;
}
.footer-brand { display: flex; flex-direction: column; gap: 1rem; }
.footer-logo-wrap { display: flex; align-items: center; gap: .75rem; }
.footer-logo     { height: 44px; width: auto; }
.footer-wordmark { height: 30px; width: auto; filter: invert(1) brightness(2); }
.footer-tagline  { font-size: .88rem; line-height: 1.6; max-width: 32ch; }
.footer-emails   { display: flex; flex-direction: column; gap: .45rem; }
.footer-emails a { color: var(--purple-light); font-size: .8rem; word-break: break-all; line-height: 1.45; }
.footer-emails a:hover { color: var(--warm-white); text-decoration: none; }
.footer-col h4 {
  color: var(--cream); font-size: .78rem; letter-spacing: .12em;
  text-transform: uppercase; margin-bottom: 1rem;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: .45rem; }
.footer-col ul a { color: #B0967A; font-size: .88rem; transition: color .2s; }
.footer-col ul a:hover { color: var(--cream); text-decoration: none; }
.footer-bottom {
  margin-top: 2.5rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .78rem; color: rgba(253,246,238,.4);
  display: flex; flex-wrap: wrap; gap: .5rem; justify-content: space-between;
}
@media (max-width: 760px) { .footer-inner { grid-template-columns: 1fr; gap: 2rem; } }

/* ── BUTTONS ──────────────────────────────────────────────── */
.btn {
  display: inline-block; font-weight: 800; font-family: var(--font);
  border-radius: 100px; cursor: pointer; border: none; line-height: 1;
  transition: background .22s, transform .15s, box-shadow .2s;
  text-decoration: none;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--primary  { background: var(--terra);   color: var(--warm-white); padding: 1rem 2.2rem; font-size: 1rem; }
.btn--primary:hover  { background: #a84e22; }
.btn--secondary{ background: var(--purple);  color: var(--warm-white); padding: 1rem 2.2rem; font-size: 1rem; }
.btn--secondary:hover{ background: #5f2070; }
.btn--outline  { background: transparent; border: 2.5px solid var(--terra); color: var(--terra); padding: .85rem 2rem; font-size: .95rem; }
.btn--outline:hover  { background: var(--terra); color: var(--warm-white); }
.btn--sm       { padding: .65rem 1.4rem; font-size: .88rem; }
.btn--white    { background: var(--warm-white); color: var(--terra); padding: 1rem 2.2rem; font-size: 1rem; }
.btn--white:hover    { background: var(--cream); color: var(--purple); }

/* ── HERO ─────────────────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden;
  min-height: 82vh; display: flex; flex-direction: column; justify-content: flex-start;
}
.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(155deg, rgba(58,34,18,.65) 0%, rgba(58,34,18,.35) 55%, rgba(58,34,18,.2) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  padding-top: clamp(4rem,9vw,7rem);
  padding-bottom: clamp(9rem,22vw,18rem);
  padding-inline: clamp(1.25rem,5vw,3rem);
  max-width: 1160px; margin-inline: auto; width: 100%;
}
.hero-pill {
  display: inline-block; background: var(--purple-light); color: var(--purple);
  font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  padding: .4rem 1rem; border-radius: 100px; margin-bottom: 1.2rem;
}
.hero h1 {
  color: var(--warm-white); max-width: 16ch;
  text-shadow: 0 2px 24px rgba(0,0,0,.3); margin-bottom: 1.2rem;
}
.hero-sub {
  color: rgba(253,246,238,.87); font-size: clamp(.95rem,2vw,1.18rem);
  max-width: 52ch; line-height: 1.7;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }

/* Overlap card pulled up over hero's lower padding zone */
.overlap-outer {
  position: relative; z-index: 5;
  padding-inline: clamp(1.25rem,5vw,3rem);
  max-width: 1160px; margin-inline: auto; width: 100%;
  display: flex; justify-content: flex-end;
}
.overlap-card {
  background: var(--warm-white);
  border-radius: var(--r-lg);
  padding: clamp(1.5rem,3vw,2.5rem) clamp(1.5rem,3vw,2.8rem);
  box-shadow: var(--shadow-lg);
  max-width: 520px; width: 100%;
  margin-top: -130px;
  border: 2px solid var(--cream-border);
  position: relative;
}
.overlap-card::after {
  content: ''; position: absolute; inset: -5px;
  border-radius: calc(var(--r-lg) + 5px);
  border: 2px dashed var(--terra); opacity: .3; pointer-events: none;
}
.overlap-card h3 { font-size: 1.1rem; margin-bottom: .6rem; color: var(--brown-dark); }
.overlap-card p  { font-size: .92rem; color: var(--brown-mid); line-height: 1.65; max-width: none; }
.overlap-stats {
  display: grid; grid-template-columns: repeat(3,1fr); gap: .75rem;
  margin-top: 1.4rem; padding-top: 1.4rem;
  border-top: 2px dashed var(--cream-border);
}
.overlap-stat .num { font-size: 2rem; font-weight: 900; color: var(--terra); line-height: 1; display: block; }
.overlap-stat .lbl { font-size: .7rem; font-weight: 700; color: var(--brown-mid); line-height: 1.35; display: block; margin-top: .3rem; }

@media (max-width: 860px) { .overlap-card { margin-top: -80px; max-width: 100%; } }
@media (max-width: 540px) { .overlap-card { margin-top: -50px; } .overlap-stats { grid-template-columns: 1fr 1fr; } }

/* ── SQUIGGLE / WAVE DIVIDERS ─────────────────────────────── */
.wave-divider { overflow: hidden; line-height: 0; margin-top: -1px; display: block; }
.wave-divider svg { display: block; width: 100%; }

.inline-squiggle { text-align: center; margin-block: .5rem 1.5rem; line-height: 0; }
.inline-squiggle svg { display: inline-block; }

/* ── STAMP BADGE ──────────────────────────────────────────── */
.stamp {
  width: 120px; height: 120px; border-radius: 50%;
  border: 3.5px dashed var(--terra);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; background: var(--warm-white);
  padding: .75rem; box-shadow: var(--shadow-sm); flex-shrink: 0;
  transform: rotate(-6deg);
}
.stamp .s-num { font-size: 1.6rem; font-weight: 900; color: var(--terra); line-height: 1; }
.stamp .s-txt { font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--brown-mid); line-height: 1.35; margin-top: .25rem; }

/* ── POLAROID CARDS ───────────────────────────────────────── */
.polaroid {
  background: var(--cream-card);
  padding: 10px 10px 38px; border: 2px solid var(--cream-border);
  box-shadow: var(--shadow-md); border-radius: 3px; position: relative; display: block;
}
.polaroid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 2px; display: block; }
.polaroid-cap {
  position: absolute; bottom: 9px; left: 10px; right: 10px;
  text-align: center; font-size: .72rem; font-weight: 700;
  color: var(--brown-mid); font-style: italic;
}
.tilt-l  { transform: rotate(-2.5deg); }
.tilt-r  { transform: rotate(2.2deg); }
.tilt-sl { transform: rotate(-1.2deg); }
.tilt-sr { transform: rotate(1.5deg); }

.polaroid-row {
  display: flex; gap: 2rem; align-items: flex-start;
  overflow: visible;
}
.polaroid-row .polaroid { flex: 1; }
.polaroid-row .polaroid:nth-child(2) { margin-top: 2.5rem; }
.polaroid-row .polaroid:nth-child(3) { margin-top: .75rem; }

@media (max-width: 700px) {
  .polaroid-row { flex-direction: column; align-items: center; }
  .polaroid-row .polaroid { width: 85%; max-width: 320px; }
  .polaroid-row .polaroid:nth-child(2), .polaroid-row .polaroid:nth-child(3) { margin-top: 0; }
}

/* ── HIGHLIGHT CARDS ──────────────────────────────────────── */
.highlights-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1.5rem 2rem; align-items: start;
}
.highlight-card {
  background: var(--warm-white); border-radius: var(--r-md);
  padding: 2rem 1.75rem; border: 2px solid var(--cream-border);
  box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s;
}
.highlight-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.highlight-card:nth-child(2) { margin-top: 2rem; }
.hi-icon { font-size: 2rem; margin-bottom: .85rem; display: block; line-height: 1; }
.highlight-card h3 { font-size: 1.2rem; margin-bottom: .65rem; }
.highlight-card p  { font-size: .92rem; color: var(--brown-mid); line-height: 1.65; max-width: none; }
@media (max-width: 820px) {
  .highlights-grid { grid-template-columns: 1fr 1fr; }
  .highlight-card:nth-child(2) { margin-top: 0; }
  .highlight-card:nth-child(3) { grid-column: 1/-1; max-width: 400px; }
}
@media (max-width: 520px) {
  .highlights-grid { grid-template-columns: 1fr; }
  .highlight-card:nth-child(3) { max-width: 100%; }
}

/* ── IMPACT STATS ─────────────────────────────────────────── */
.impact-row {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 2rem; text-align: center;
}
.impact-item .big-num {
  font-size: clamp(2.6rem,6vw,4.5rem); font-weight: 900;
  color: var(--purple); line-height: 1; display: block;
}
.impact-item .big-lbl { font-size: .92rem; font-weight: 700; color: var(--brown-mid); margin-top: .4rem; display: block; }
@media (max-width: 540px) { .impact-row { grid-template-columns: 1fr; gap: 1.5rem; } }

/* ── PROGRAMME CARDS ──────────────────────────────────────── */
.prog-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
}
.prog-card {
  background: var(--warm-white); border-radius: var(--r-md);
  padding: 2rem 2rem 2.2rem; border: 2px solid var(--cream-border);
  box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s;
  position: relative; overflow: hidden;
}
.prog-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--terra), var(--purple));
  border-radius: 2px 2px 0 0;
}
.prog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.prog-card:nth-child(even) { margin-top: 1.75rem; }
.prog-icon { font-size: 2.2rem; display: block; margin-bottom: .9rem; line-height: 1; }
.prog-card h3 { font-size: 1.2rem; margin-bottom: .65rem; }
.prog-blurb { font-size: .93rem; font-weight: 700; color: var(--terra); margin-bottom: .7rem; line-height: 1.5; }
.prog-detail { font-size: .9rem; color: var(--brown-mid); line-height: 1.7; max-width: none; }
@media (max-width: 720px) {
  .prog-grid { grid-template-columns: 1fr; }
  .prog-card:nth-child(even) { margin-top: 0; }
}

/* ── WAYS CARDS ───────────────────────────────────────────── */
.ways-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 2rem; align-items: start;
}
.way-card {
  background: var(--warm-white); border-radius: var(--r-md);
  padding: 2.2rem 1.75rem; border: 2.5px solid var(--cream-border);
  box-shadow: var(--shadow-sm); text-align: center;
  transition: transform .2s, box-shadow .2s;
}
.way-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.way-card:nth-child(2) { margin-top: 2rem; border-color: var(--purple-light); }
.way-icon { font-size: 2.5rem; display: block; margin-bottom: 1rem; line-height: 1; }
.way-card h3 { font-size: 1.2rem; margin-bottom: .7rem; }
.way-card p  { font-size: .92rem; color: var(--brown-mid); line-height: 1.65; max-width: none; }
@media (max-width: 720px) {
  .ways-grid { grid-template-columns: 1fr 1fr; }
  .way-card:nth-child(2) { margin-top: 0; }
  .way-card:nth-child(3) { grid-column: 1/-1; max-width: 360px; margin-inline: auto; }
}
@media (max-width: 480px) {
  .ways-grid { grid-template-columns: 1fr; }
  .way-card:nth-child(3) { max-width: 100%; }
}

/* ── BLOG GRID ────────────────────────────────────────────── */
.blog-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 2rem; align-items: start;
}
.art-card {
  background: var(--warm-white); border-radius: var(--r-md);
  overflow: hidden; border: 2px solid var(--cream-border);
  box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s;
  display: block; color: inherit;
}
.art-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); text-decoration: none; }
.art-card:nth-child(2) { margin-top: 2rem; }
.art-card-img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.art-card-body { padding: 1.5rem; }
.art-eyebrow { font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--terra); margin-bottom: .45rem; }
.art-title { font-size: 1.05rem; font-weight: 900; color: var(--brown-dark); line-height: 1.3; margin-bottom: .55rem; }
.art-dek   { font-size: .87rem; color: var(--brown-mid); line-height: 1.6; max-width: none; }
.art-more  { display: inline-block; margin-top: .9rem; font-size: .8rem; font-weight: 800; color: var(--purple); letter-spacing: .04em; }
@media (max-width: 820px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .art-card:nth-child(2) { margin-top: 0; }
  .art-card:nth-child(3) { grid-column: 1/-1; max-width: 440px; }
}
@media (max-width: 520px) {
  .blog-grid { grid-template-columns: 1fr; }
  .art-card:nth-child(3) { max-width: 100%; }
}

/* ── CONTACT ──────────────────────────────────────────────── */
.contact-wrap {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: start;
}
.contact-form {
  background: var(--warm-white); border-radius: var(--r-lg);
  padding: clamp(1.5rem,4vw,2.5rem); border: 2px solid var(--cream-border);
  box-shadow: var(--shadow-md);
}
.fg { margin-bottom: 1.4rem; }
.fg label { display: block; font-size: .86rem; font-weight: 800; color: var(--brown-dark); margin-bottom: .4rem; }
.fg input, .fg select, .fg textarea {
  width: 100%; padding: .85rem 1.1rem;
  border: 2px solid var(--cream-border); border-radius: var(--r-sm);
  font-family: var(--font); font-size: .95rem;
  background: var(--cream); color: var(--brown-dark);
  outline: none; transition: border-color .2s, box-shadow .2s;
}
.fg input:focus, .fg select:focus, .fg textarea:focus {
  border-color: var(--purple); box-shadow: 0 0 0 3px var(--purple-light);
}
.fg textarea { min-height: 140px; resize: vertical; }
.contact-aside { display: flex; flex-direction: column; gap: 1.75rem; }
.detail-box {
  background: var(--cream-card); border-radius: var(--r-md);
  padding: 1.5rem 1.75rem; border: 2px dashed var(--cream-border);
}
.detail-box h4 { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--terra); margin-bottom: .55rem; }
.detail-box p, .detail-box a { font-size: .9rem; color: var(--brown-mid); word-break: break-all; max-width: none; }
.detail-box a { color: var(--purple); }
.detail-box a:hover { color: var(--brown-dark); text-decoration: none; }
@media (max-width: 820px) { .contact-wrap { grid-template-columns: 1fr; gap: 2.5rem; } }

/* ── PAGE BANNER ──────────────────────────────────────────── */
.page-banner {
  position: relative; overflow: hidden;
  padding-block: clamp(3rem,7vw,5.5rem);
  background: var(--terra);
}
.page-banner-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center 40%;
}
.page-banner-overlay { position: absolute; inset: 0; background: rgba(58,34,18,.52); }
.page-banner-body { position: relative; z-index: 2; }
.page-banner h1 { color: var(--warm-white); text-shadow: 0 2px 14px rgba(0,0,0,.2); }
.page-banner .sub {
  color: rgba(253,246,238,.85); font-size: clamp(.95rem,2vw,1.15rem);
  margin-top: .75rem; max-width: 58ch; line-height: 1.65; position: relative;
}
.page-banner--plain .page-banner-body::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(255,255,255,0.07)'/%3E%3C/svg%3E") center/60px;
  pointer-events: none;
}

/* ── SPLIT / TWO-COL ──────────────────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,5rem); align-items: center; }
.split--rev { direction: rtl; }
.split--rev > * { direction: ltr; }
.split-img { border-radius: var(--r-lg); width: 100%; aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--shadow-md); }
@media (max-width: 720px) { .split, .split--rev { grid-template-columns: 1fr; direction: ltr; } }

/* ── CTA BAND ─────────────────────────────────────────────── */
.cta-band {
  background: linear-gradient(135deg, var(--terra) 0%, var(--purple) 100%);
  padding-block: clamp(2.5rem,7vw,5.5rem); text-align: center; position: relative; overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='2' fill='rgba(255,255,255,0.06)'/%3E%3C/svg%3E") center/80px;
}
.cta-band h2, .cta-band p, .cta-band .btn { position: relative; }
.cta-band h2 { color: var(--warm-white); font-size: clamp(1.9rem,4.5vw,3.2rem); }
.cta-band p  { color: rgba(253,246,238,.85); margin-top: .75rem; margin-inline: auto; }
.cta-band .btn { margin-top: 2rem; }

/* ── MISSION BOX ──────────────────────────────────────────── */
.mission-box {
  background: var(--purple-pale); border-radius: var(--r-lg);
  padding: clamp(2rem,4vw,3rem) clamp(2rem,4vw,3.5rem);
  border: 2px solid var(--purple-light); position: relative;
}
.mission-box::before {
  content: ''; position: absolute; inset: 8px;
  border: 2px dashed rgba(123,45,139,.25);
  border-radius: calc(var(--r-lg) - 4px); pointer-events: none;
}
.mission-box p { font-size: 1.08rem; line-height: 1.8; color: var(--brown-dark); max-width: 82ch; }

/* ── TRUSTEE ROW ──────────────────────────────────────────── */
.trustee-row { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.trustee-card {
  background: var(--warm-white); border-radius: var(--r-md);
  padding: 1.75rem 1.5rem; border: 2px solid var(--cream-border);
  box-shadow: var(--shadow-sm); text-align: center;
  flex: 1; min-width: 180px; max-width: 230px;
}
.trustee-init {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--purple-light); color: var(--purple);
  font-size: 1.4rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem; border: 3px dashed var(--purple);
}
.trustee-card h4 { font-size: 1.05rem; margin-bottom: .3rem; }
.trustee-card .role { font-size: .78rem; font-weight: 800; color: var(--terra); text-transform: uppercase; letter-spacing: .1em; }

/* ── SECTION HEADING ──────────────────────────────────────── */
.sec-head { text-align: center; max-width: 600px; margin: 0 auto 3.5rem; }
.sec-head h2 { margin-bottom: .7rem; }
.sec-head p  { color: var(--brown-mid); margin-inline: auto; }

/* ── ARTICLE PAGE ─────────────────────────────────────────── */
.art-header {
  background: var(--cream-card); padding-block: clamp(2.5rem,6vw,4.5rem);
  border-bottom: 2px solid var(--cream-border);
}
.art-header .art-dek-large {
  font-size: 1.2rem; color: var(--brown-mid); margin-top: .75rem;
  line-height: 1.55; max-width: 58ch;
}
.art-hero-img {
  width: 100%; max-height: 460px; object-fit: cover;
  border-radius: var(--r-lg); margin-block: 2.5rem; box-shadow: var(--shadow-md);
}
.art-body {
  max-width: 72ch; margin-inline: auto;
  font-size: 1.03rem; line-height: 1.85; color: var(--brown-dark);
}
.art-body p + p { margin-top: 1.4em; }
.art-back {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: .88rem; font-weight: 700; color: var(--brown-mid);
  margin-bottom: 1.75rem;
}
.art-back::before { content: '←'; }
.art-back:hover { color: var(--purple); text-decoration: none; }

/* ── DOTTED CALLOUT ───────────────────────────────────────── */
.dotted-box {
  border: 2.5px dashed var(--terra); border-radius: var(--r-md);
  padding: 1.75rem 2rem; background: var(--terra-pale);
}

/* ── UTILS ────────────────────────────────────────────────── */
.text-center { text-align: center; }
.text-terra  { color: var(--terra); }
.text-purple { color: var(--purple); }
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.mb-1 { margin-bottom: 1rem; } .mb-2 { margin-bottom: 2rem; }
.rounded-photo { border-radius: var(--r-lg); width: 100%; object-fit: cover; box-shadow: var(--shadow-md); }
