/* =============================================
   VIBRANT HEALTH ADVOCATES - VEGA
   Warm & Human Community Design System
   ============================================= */

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --brand:       #7B2D8B;
  --brand-light: #F0D9F5;
  --brand-mid:   #C084D0;
  --cream:       #FAF6F0;
  --cream-dark:  #F2EAE0;
  --terra:       #C25B2A;
  --terra-light: #E8916A;
  --terra-pale:  #FBE9DF;
  --warm-brown:  #7A4F3A;
  --ink:         #2D1F1A;
  --ink-soft:    #5C3D2E;
  --shadow:      rgba(122, 79, 58, 0.18);
  --radius-card: 24px;
  --radius-img:  24px;
  --radius-pill: 999px;
  --font:        system-ui, -apple-system, "Segoe UI Rounded", "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.75;
  font-size: 1.0625rem;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; }

/* === TYPOGRAPHY === */
h1, h2, h3, h4 {
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
}
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
h3 { font-size: clamp(1.15rem, 2.5vw, 1.5rem); }
h4 { font-size: 1.05rem; }
p  { margin-bottom: 1.1em; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 0.6rem;
}

/* === LAYOUT === */
.container { max-width: 1160px; margin: 0 auto; padding: 0 1.25rem; }
.section { padding: 5rem 0; }
.section--tight { padding: 3rem 0; }
.section--cream { background: var(--cream); }
.section--cream-dark { background: var(--cream-dark); }
.section--terra-pale { background: var(--terra-pale); }
.section--brand-light { background: var(--brand-light); }

/* === NAV === */
.site-nav {
  background: var(--cream);
  border-bottom: 2px solid var(--cream-dark);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px var(--shadow);
}
.site-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.25rem;
  max-width: 1160px;
  margin: 0 auto;
}
.site-nav__brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  flex-shrink: 0;
}
.site-nav__brand img.logo-icon {
  height: 46px;
  width: auto;
  border-radius: 10px;
}
.site-nav__brand img.wordmark {
  height: 34px;
  width: auto;
}
.site-nav__links {
  display: flex;
  gap: 0.25rem;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}
.site-nav__links a {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius-pill);
  color: var(--ink-soft);
  transition: background 0.18s, color 0.18s;
  white-space: nowrap;
}
.site-nav__links a:hover,
.site-nav__links a.active {
  background: var(--brand-light);
  color: var(--brand);
}
.site-nav__links .nav-cta a {
  background: var(--brand);
  color: #fff;
  padding: 0.45rem 1.1rem;
}
.site-nav__links .nav-cta a:hover { background: var(--warm-brown); color: #fff; }

/* Hamburger */
.nav-toggle {
  display: none;
  background: none;
  border: 2px solid var(--cream-dark);
  border-radius: 10px;
  padding: 0.4rem 0.6rem;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2.5px;
  background: var(--ink);
  border-radius: 2px;
  transition: 0.2s;
}

/* === HERO === */
.hero {
  position: relative;
  background: var(--cream-dark);
  overflow: visible;
  padding-bottom: 0;
}
.hero__photo {
  width: 100%;
  height: clamp(480px, 58vw, 720px);
  object-fit: cover;
  border-radius: 0;
  display: block;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(30, 10, 5, 0.72) 0%,
    rgba(30, 10, 5, 0.42) 55%,
    transparent 100%
  );
}
.hero__content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 1.25rem;
  max-width: 1160px;
  margin: 0 auto;
  right: 0;
}
.hero__text { max-width: 580px; }
.hero__eyebrow {
  display: inline-block;
  background: var(--brand-light);
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-pill);
  margin-bottom: 1rem;
}
.hero__title {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.12;
  text-shadow: 0 2px 16px rgba(0,0,0,0.4);
  margin-bottom: 1.1rem;
}
.hero__sub {
  color: rgba(255,255,255,0.92);
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  line-height: 1.65;
  text-shadow: 0 1px 8px rgba(0,0,0,0.3);
  margin-bottom: 1.8rem;
}
.hero__btn {
  display: inline-block;
  background: var(--terra);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  padding: 0.8rem 1.8rem;
  border-radius: var(--radius-pill);
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(194,91,42,0.45);
  transition: background 0.18s, transform 0.14s;
}
.hero__btn:hover { background: var(--warm-brown); transform: translateY(-2px); }

/* Pulled-up card over hero */
.hero-pull-up {
  position: relative;
  z-index: 2;
  margin-top: -80px;
  padding-bottom: 0;
}
.hero-pull-up__card {
  background: #fff;
  border-radius: 28px;
  padding: 2.2rem 2.5rem;
  box-shadow: 0 12px 40px rgba(122,79,58,0.18), 0 2px 8px rgba(0,0,0,0.06);
  border: 2px solid var(--cream-dark);
  max-width: 900px;
  margin: 0 auto;
}

/* === IMPACT STRIP === */
.impact-strip {
  background: var(--brand);
  color: #fff;
  padding: 3rem 1.25rem;
}
.impact-strip__grid {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 1160px;
  margin: 0 auto;
}
.impact-stat {
  text-align: center;
  min-width: 160px;
}
.impact-stat__number {
  display: block;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
  color: var(--brand-light);
  letter-spacing: -0.03em;
}
.impact-stat__label {
  font-size: 0.88rem;
  font-weight: 600;
  opacity: 0.88;
  margin-top: 0.35rem;
  letter-spacing: 0.02em;
}
.impact-divider {
  width: 2px;
  background: rgba(255,255,255,0.2);
  border-radius: 2px;
  align-self: stretch;
  min-height: 60px;
}

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

/* === POLAROID IMAGE CARDS === */
.polaroid {
  background: #fff;
  border: 6px solid #fff;
  border-radius: 4px;
  box-shadow: 0 8px 28px var(--shadow), 0 2px 6px rgba(0,0,0,0.08);
  display: inline-block;
  overflow: visible;
  position: relative;
}
.polaroid__img {
  border-radius: 2px;
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.polaroid__caption {
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink-soft);
  padding: 0.6rem 0.3rem 0.3rem;
  letter-spacing: 0.04em;
  font-style: italic;
}
.polaroid--tilt-l { transform: rotate(-2.5deg); }
.polaroid--tilt-r { transform: rotate(2deg); }
.polaroid--tilt-ll { transform: rotate(-4deg); }
.polaroid--tilt-rr { transform: rotate(3.5deg); }

/* === HIGHLIGHT CARDS === */
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.8rem;
  margin-top: 2.5rem;
}
.highlight-card {
  background: #fff;
  border-radius: var(--radius-card);
  padding: 2rem 1.8rem;
  box-shadow: 0 6px 24px var(--shadow);
  border: 2px dashed var(--cream-dark);
  transition: transform 0.18s, box-shadow 0.18s;
  position: relative;
}
.highlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px var(--shadow);
}
.highlight-card__icon {
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
  display: block;
}
.highlight-card__title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--brand);
  margin-bottom: 0.6rem;
}
.highlight-card__blurb { font-size: 0.94rem; line-height: 1.7; color: var(--ink-soft); }

/* Staggered row: every other card slightly offset */
.highlights-grid .highlight-card:nth-child(even) {
  margin-top: 2rem;
}

/* === CIRCULAR STAMP BADGE === */
.stamp-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--terra);
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  line-height: 1.3;
  border: 4px dashed rgba(255,255,255,0.55);
  box-shadow: 0 6px 20px rgba(194,91,42,0.4);
  flex-shrink: 0;
  padding: 0.5rem;
}

/* === PROGRAMME CARDS === */
.programme-list {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  margin-top: 2.5rem;
}
.programme-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 6px 24px var(--shadow);
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: stretch;
}
.programme-card__accent {
  width: 8px;
  background: var(--brand);
  border-radius: 28px 0 0 28px;
  flex-shrink: 0;
}
.programme-card:nth-child(2) .programme-card__accent { background: var(--terra); }
.programme-card:nth-child(3) .programme-card__accent { background: #4A9B6F; }
.programme-card:nth-child(4) .programme-card__accent { background: var(--brand-mid); }
.programme-card__body { padding: 1.8rem 2rem; }
.programme-card__icon { font-size: 2rem; margin-bottom: 0.6rem; display: block; }
.programme-card__title { font-size: 1.2rem; font-weight: 800; color: var(--brand); margin-bottom: 0.5rem; }
.programme-card__blurb { font-size: 0.96rem; font-weight: 600; color: var(--ink-soft); margin-bottom: 0.8rem; border-left: 3px solid var(--brand-light); padding-left: 0.9rem; }
.programme-card__detail { font-size: 0.93rem; line-height: 1.75; color: var(--ink-soft); }

/* === GET INVOLVED CARDS === */
.ways-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.8rem;
  margin-top: 2.5rem;
}
.way-card {
  background: #fff;
  border-radius: var(--radius-card);
  padding: 2.2rem 1.8rem;
  box-shadow: 0 6px 24px var(--shadow);
  border-top: 5px solid var(--brand);
  text-align: center;
  transition: transform 0.18s;
}
.way-card:nth-child(2) { border-top-color: var(--terra); }
.way-card:nth-child(3) { border-top-color: #4A9B6F; }
.way-card:hover { transform: translateY(-4px); }
.way-card__icon { font-size: 2.6rem; margin-bottom: 0.7rem; }
.way-card__title { font-size: 1.2rem; font-weight: 800; color: var(--brand); margin-bottom: 0.7rem; }
.way-card__blurb { font-size: 0.92rem; color: var(--ink-soft); line-height: 1.7; }

/* === BLOG CARDS === */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}
.blog-card {
  background: #fff;
  border-radius: var(--radius-card);
  box-shadow: 0 6px 24px var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.18s, box-shadow 0.18s;
  text-decoration: none;
  color: var(--ink);
}
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 14px 40px var(--shadow); }
.blog-card__img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 0;
}
.blog-card__body { padding: 1.5rem 1.6rem 1.8rem; flex: 1; display: flex; flex-direction: column; }
.blog-card__title { font-size: 1.05rem; font-weight: 800; line-height: 1.3; margin-bottom: 0.6rem; color: var(--ink); }
.blog-card__dek { font-size: 0.88rem; color: var(--ink-soft); line-height: 1.65; flex: 1; margin-bottom: 1rem; }
.blog-card__read {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-top: auto;
}
.blog-card__read::after { content: "→"; font-size: 1em; }
.blog-card:nth-child(even) { margin-top: 1.8rem; }

/* === ARTICLE PAGE === */
.article-hero {
  position: relative;
  height: clamp(280px, 38vw, 480px);
  overflow: hidden;
  border-radius: 0 0 var(--radius-card) var(--radius-card);
}
.article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(30,10,5,0.65) 0%, transparent 60%);
}
.article-content {
  max-width: 740px;
  margin: 0 auto;
  padding: 3rem 1.25rem 4rem;
}
.article-content h1 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  margin-bottom: 0.8rem;
}
.article-dek {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink-soft);
  border-left: 4px solid var(--brand);
  padding-left: 1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.article-body p { margin-bottom: 1.4em; line-height: 1.85; }
.article-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--brand);
  text-decoration: none;
  margin-bottom: 1.5rem;
  padding: 0.4rem 0.9rem;
  background: var(--brand-light);
  border-radius: var(--radius-pill);
}
.article-back:hover { background: var(--brand); color: #fff; }

/* === CONTACT FORM === */
.contact-form {
  background: #fff;
  border-radius: 28px;
  padding: 2.5rem 2.2rem;
  box-shadow: 0 8px 32px var(--shadow);
  max-width: 640px;
}
.form-group { margin-bottom: 1.3rem; }
.form-group label {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
  color: var(--ink-soft);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid var(--cream-dark);
  border-radius: 14px;
  font-family: var(--font);
  font-size: 0.97rem;
  background: var(--cream);
  color: var(--ink);
  transition: border-color 0.18s;
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--brand);
  background: #fff;
}
.form-group textarea { min-height: 140px; resize: vertical; }
.form-submit {
  display: inline-block;
  background: var(--brand);
  color: #fff;
  font-family: var(--font);
  font-weight: 800;
  font-size: 1rem;
  padding: 0.85rem 2rem;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  transition: background 0.18s, transform 0.14s;
  box-shadow: 0 4px 16px rgba(123,45,139,0.35);
}
.form-submit:hover { background: var(--warm-brown); transform: translateY(-2px); }

/* === CTA BANNER === */
.cta-banner {
  background: var(--brand);
  color: #fff;
  text-align: center;
  padding: 4.5rem 1.25rem;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  top: -120px;
  left: -80px;
}
.cta-banner::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  bottom: -80px;
  right: -60px;
}
.cta-banner h2 { color: #fff; margin-bottom: 0.8rem; position: relative; }
.cta-banner p { color: rgba(255,255,255,0.85); max-width: 540px; margin: 0 auto 1.8rem; position: relative; }
.cta-banner__btn {
  display: inline-block;
  background: #fff;
  color: var(--brand);
  font-weight: 800;
  font-size: 1.05rem;
  padding: 0.9rem 2.2rem;
  border-radius: var(--radius-pill);
  text-decoration: none;
  position: relative;
  box-shadow: 0 4px 18px rgba(0,0,0,0.18);
  transition: background 0.18s, transform 0.14s;
}
.cta-banner__btn:hover { background: var(--brand-light); transform: translateY(-2px); }

/* === SPLIT LAYOUT === */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}
.split--rev { direction: rtl; }
.split--rev > * { direction: ltr; }
@media (max-width: 768px) {
  .split, .split--rev { grid-template-columns: 1fr; gap: 2rem; direction: ltr; }
}

/* === TRUSTEE CARDS === */
.trustee-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 1.8rem;
}
.trustee-card {
  background: #fff;
  border-radius: 18px;
  padding: 1.2rem 1.6rem;
  box-shadow: 0 4px 16px var(--shadow);
  border-left: 4px solid var(--brand);
  min-width: 170px;
}
.trustee-card__name { font-weight: 800; font-size: 1rem; color: var(--ink); }
.trustee-card__role { font-size: 0.84rem; color: var(--brand); font-weight: 600; margin-top: 0.2rem; }

/* === DOTTED BORDER SECTION === */
.dotted-box {
  border: 3px dotted var(--brand-mid);
  border-radius: 28px;
  padding: 2.5rem 2rem;
  background: var(--brand-light);
  position: relative;
}

/* === POLAROID CLUSTER === */
.polaroid-cluster {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 300px;
  padding: 1.5rem;
}
.polaroid-cluster .polaroid {
  position: absolute;
}
.polaroid-cluster .polaroid:nth-child(1) {
  left: 0; top: 0;
  width: 190px;
  transform: rotate(-3.5deg);
  z-index: 1;
}
.polaroid-cluster .polaroid:nth-child(2) {
  right: 0; top: 20px;
  width: 200px;
  transform: rotate(2.8deg);
  z-index: 2;
}
.polaroid-cluster .polaroid:nth-child(3) {
  left: 50%;
  top: 60px;
  transform: translateX(-50%) rotate(-1.2deg);
  width: 185px;
  z-index: 3;
}

/* === PHOTO BANNER === */
.photo-banner {
  position: relative;
  height: clamp(300px, 38vw, 500px);
  overflow: hidden;
}
.photo-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(30,10,5,0.55) 100%);
}

/* === ABOUT PHOTO COL === */
.about-photo-col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
.about-photo-main {
  width: 100%;
  border-radius: var(--radius-img);
  box-shadow: 0 10px 36px var(--shadow);
  object-fit: cover;
  height: 320px;
}
.about-photo-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: -1rem;
  align-self: flex-end;
}

/* === FOOTER === */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.82);
  padding: 4rem 1.25rem 2rem;
}
.site-footer__inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 3rem;
}
.site-footer__brand { display: flex; flex-direction: column; gap: 1rem; }
.site-footer__brand .logo-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.site-footer__brand img.logo-icon {
  height: 44px;
  width: auto;
  border-radius: 9px;
}
.site-footer__brand img.wordmark {
  height: 30px;
  width: auto;
  filter: invert(1) brightness(2);
}
.site-footer__desc {
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
}
.site-footer__scio {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  margin-top: 0.5rem;
}
.site-footer__col h4 {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.site-footer__col ul { list-style: none; }
.site-footer__col ul li { margin-bottom: 0.5rem; }
.site-footer__col ul a {
  text-decoration: none;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  transition: color 0.15s;
}
.site-footer__col ul a:hover { color: var(--brand-light); }
.site-footer__emails { margin-top: 0.5rem; }
.site-footer__emails a {
  display: block;
  font-size: 0.82rem;
  color: var(--brand-light);
  word-break: break-all;
  margin-bottom: 0.4rem;
  text-decoration: none;
}
.site-footer__emails a:hover { text-decoration: underline; }
.site-footer__bottom {
  max-width: 1160px;
  margin: 2.5rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}
.site-footer__bottom a { color: rgba(255,255,255,0.55); text-decoration: none; }
.site-footer__bottom a:hover { color: var(--brand-light); }

/* === HELPER UTILITIES === */
.text-center { text-align: center; }
.text-brand { color: var(--brand); }
.text-terra { color: var(--terra); }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.gap-1 { gap: 0.5rem; }
.gap-2 { gap: 1rem; }
.rounded-img {
  border-radius: var(--radius-img);
  box-shadow: 0 8px 30px var(--shadow);
}

/* === PAGE HEADER (inner pages) === */
.page-header {
  background: var(--cream-dark);
  padding: 4rem 1.25rem 3rem;
  text-align: center;
  border-bottom: 3px solid var(--brand-light);
}
.page-header h1 { margin-bottom: 0.7rem; }
.page-header .lead {
  max-width: 640px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* === WHAT WE DO WEEK === */
.week-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
.week-item {
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem 1.6rem;
  box-shadow: 0 4px 16px var(--shadow);
  border-bottom: 4px solid var(--brand-light);
}
.week-item:nth-child(2) { border-bottom-color: var(--terra-pale); }
.week-item:nth-child(3) { border-bottom-color: var(--brand-light); }
.week-item:nth-child(4) { border-bottom-color: var(--terra-pale); }
.week-item__day {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 0.4rem;
}
.week-item p { font-size: 0.92rem; color: var(--ink-soft); line-height: 1.65; }

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .site-footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .site-nav__links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); border-bottom: 2px solid var(--cream-dark); padding: 1rem 1.25rem; box-shadow: 0 8px 24px var(--shadow); }
  .site-nav__links.open { display: flex; }
  .site-nav__inner { position: relative; }
  .nav-toggle { display: flex; }
  .hero__content { padding: 0 1rem; }
  .hero__photo { height: clamp(380px, 70vw, 500px); }
  .hero-pull-up { margin-top: -40px; }
  .hero-pull-up__card { padding: 1.5rem 1.2rem; }
  .impact-strip__grid { gap: 1rem; }
  .impact-divider { display: none; }
  .highlights-grid .highlight-card:nth-child(even) { margin-top: 0; }
  .blog-card:nth-child(even) { margin-top: 0; }
  .week-grid { grid-template-columns: 1fr; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 2rem; }
  .polaroid-cluster { min-height: 220px; }
  .polaroid-cluster .polaroid:nth-child(1) { width: 130px; }
  .polaroid-cluster .polaroid:nth-child(2) { width: 140px; }
  .polaroid-cluster .polaroid:nth-child(3) { width: 130px; }
}
@media (max-width: 500px) {
  .cta-banner { padding: 3rem 1rem; }
  .contact-form { padding: 1.5rem 1rem; }
  .hero-pull-up__card { border-radius: 16px; }
}
