/* ============================================================
   FaunaNation — home page styles
   ============================================================ */

:root {
  --green-900: #14401f;
  --green-800: #1b5e34;
  --green-700: #1f6b3a;
  --green-500: #6ba644;
  --green-400: #7cb342;
  --cream:     #faf7ef;
  --cream-2:   #f4f1e6;
  --ink:       #1c2a1f;
  --body:      #55635a;
  --white:     #fff;
  --orange:    #e8833a;
  --blue:      #4aa3d8;
  --teal:      #17a398;

  --serif: "Playfair Display", Georgia, serif;
  --sans:  "Inter", -apple-system, "Segoe UI", sans-serif;

  --radius:    14px;
  --shadow:    0 10px 30px rgba(20, 64, 31, .07);
  --shadow-lg: 0 18px 45px rgba(20, 64, 31, .10);
  --max:       1180px;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.75;
  color: var(--body);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, h4 { color: var(--ink); margin: 0; line-height: 1.2; }

.container {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: 24px;
}

.section { padding: 74px 0; position: relative; }

/* ---------- shared bits ---------- */

.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--green-500);
  margin: 0 0 10px;
}

.section-head { text-align: center; max-width: 620px; margin: 0 auto 44px; }

.section-head h2,
.wwd-copy h2,
.involved-copy h2 {
  font-family: var(--serif);
  font-weight: 700;
  color: var(--green-900);
  font-size: clamp(30px, 3.4vw, 40px);
}

.section-sub { margin: 14px auto 0; max-width: 520px; }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 17px; height: 17px; fill: currentColor; flex: none; }
.btn:hover { transform: translateY(-2px); }

.btn-primary { background: var(--green-800); color: var(--white); }
.btn-primary:hover { background: var(--green-900); }

.btn-ghost {
  background: transparent;
  color: var(--green-900);
  border: 1.5px solid rgba(27, 94, 52, .35);
  padding-left: 8px;
}
.btn-ghost:hover { border-color: var(--green-800); }
.btn-ghost .play {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--green-800);
  color: var(--white);
}
.btn-ghost .play svg { width: 14px; height: 14px; }

.btn-lg { padding: 16px 30px; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ---------- decorative dots & leaves ---------- */

.dot {
  position: absolute;
  width: 9px; height: 9px;
  border-radius: 50%;
  z-index: 2;
}
.dot-orange { background: var(--orange); }
.dot-green  { background: var(--green-400); }
.dot-blue   { background: var(--blue); }
.dot-teal   { background: var(--teal); }

.leaf {
  position: absolute;
  width: 30px; height: 30px;
  background: var(--green-500);
  opacity: .55;
  border-radius: 0 100% 0 100%;
  z-index: 1;
}
.leaf-1 { top: 14%;  left: 7%;   transform: rotate(20deg); }
.leaf-2 { top: 55%;  left: 2%;   transform: rotate(-25deg); background: var(--green-400); }
.leaf-3 { top: 58%;  right: 4%;  transform: rotate(140deg); }
.leaf-4 { top: 18%;  right: 3%;  transform: rotate(60deg); opacity: .35; }
.leaf-5 { bottom: 8%; right: 6%; transform: rotate(-40deg); opacity: .4; }

/* ============================================================
   HEADER
   ============================================================ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 247, 239, .92);
  backdrop-filter: blur(10px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-block: 14px;
}

.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { width: 42px; height: 42px; flex: none; }
.brand-mark svg,
.brand-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.brand-name {
  display: block;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 700;
  color: var(--green-900);
  line-height: 1.1;
}
.brand-name em { font-style: normal; color: var(--green-500); }
.brand-tag {
  display: block;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--body);
  line-height: 1.5;
  margin-top: 2px;
}

.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav > ul { display: flex; align-items: center; gap: 24px; }
.main-nav a {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--ink);
  padding-block: 6px;
  position: relative;
}
.main-nav a:hover { color: var(--green-800); }
.main-nav a.is-active { color: var(--green-800); }
.main-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: var(--green-500);
}
.has-sub > a::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  border: 4px solid transparent;
  border-top-color: currentColor;
  transform: translateY(2px);
}

.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.nav-phone svg { width: 16px; height: 16px; fill: var(--green-800); }

.nav-cta { padding: 11px 22px; }

.nav-toggle {
  display: none;
  width: 42px; height: 38px;
  border: 0; background: transparent;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--green-900);
  margin: 4px 0;
  border-radius: 2px;
}

/* ============================================================
   HERO
   ============================================================ */

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 20px;
  min-height: 560px;
}

.hero-copy { position: relative; z-index: 3; padding-block: 40px; }

.hero h1 {
  position: relative;
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(46px, 6vw, 74px);
  line-height: 1.06;
  letter-spacing: -.02em;
  color: var(--green-900);
}
.hero h1 .accent { color: var(--green-500); }
.h1-leaf {
  width: 34px; height: 34px;
  fill: var(--green-500);
  display: inline-block;
  vertical-align: baseline;
  margin-left: 6px;
}

.hero-sub { margin: 26px 0 32px; font-size: 15px; }

/* photo masked into an organic "landmass" silhouette */
.hero-visual { position: relative; }
.hero-mask {
  position: relative;
  aspect-ratio: 1 / 1.08;
  clip-path: polygon(
    30% 0%, 46% 4%, 62% 1%, 74% 7%, 86% 5%, 95% 14%,
    100% 27%, 96% 40%, 99% 52%, 92% 63%, 94% 74%, 86% 83%,
    76% 87%, 70% 96%, 58% 100%, 47% 94%, 36% 96%, 27% 88%,
    17% 84%, 10% 73%, 13% 60%, 5% 48%, 9% 34%, 4% 22%,
    14% 12%, 22% 9%
  );
  background: var(--green-800);
}
.hero-mask img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   IMPACT
   ============================================================ */

.impact { padding-top: 0; }

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.impact-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 34px 26px 30px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}
.impact-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

.impact-icon {
  width: 66px; height: 66px;
  margin: 0 auto 18px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: #eef2e0;
}
.impact-icon svg { width: 32px; height: 32px; fill: var(--green-800); }

.impact-card h3 {
  font-family: var(--serif);
  font-size: 19px;
  color: var(--green-900);
  margin-bottom: 12px;
}
.impact-card p { margin: 0; font-size: 13.5px; }

/* ============================================================
   WHAT WE DO
   ============================================================ */

.what-we-do { overflow: hidden; }

.wwd-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.wwd-visual { position: relative; aspect-ratio: 1 / .92; }

.photo { position: absolute; border-radius: 50%; overflow: hidden; background: #dfe6d5; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-main   { width: 62%; height: 68%; left: 14%; top: 14%; }
.photo-top    { width: 26%; height: 28%; right: 10%; top: 16%; border: 5px solid var(--cream); }
.photo-bottom { width: 27%; height: 29%; left: 2%;  bottom: 8%; border: 5px solid var(--cream); }

.dots-pattern {
  position: absolute;
  left: 0; top: 6%;
  width: 46%; height: 62%;
  background-image: radial-gradient(var(--green-500) 1.4px, transparent 1.5px);
  background-size: 11px 11px;
  opacity: .35;
  border-radius: 50%;
  z-index: -1;
}
.ring {
  position: absolute;
  width: 12px; height: 12px;
  border: 2px solid var(--green-500);
  border-radius: 50%;
  top: 2%; left: 44%;
}

.wwd-copy .lead { font-weight: 700; color: var(--ink); margin: 22px 0 6px; }
.wwd-copy p { margin-top: 0; }
.wwd-copy .btn-row { margin-top: 28px; }

/* ============================================================
   CAMPAIGNS
   ============================================================ */

.campaign-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.campaign-card {
  position: relative;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}
.campaign-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

.campaign-media { aspect-ratio: 16 / 10.5; background: #dfe6d5; }
.campaign-media img { width: 100%; height: 100%; object-fit: cover; }

.campaign-body { padding: 22px 24px 46px; }
.campaign-body .tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green-500);
  margin: 0 0 8px;
}
.campaign-body h3 {
  font-family: var(--serif);
  font-size: 21px;
  color: var(--green-900);
  margin-bottom: 10px;
}
.campaign-body p { margin: 0; font-size: 13.5px; }

.campaign-arrow {
  position: absolute;
  right: 0; bottom: 0;
  width: 52px; height: 46px;
  display: grid; place-items: center;
  background: var(--green-800);
  border-radius: 14px 0 var(--radius) 0;
  color: var(--white);
  transition: background .2s ease;
}
.campaign-arrow svg { width: 19px; height: 19px; fill: currentColor; }
.campaign-arrow:hover { background: var(--green-900); }

/* ============================================================
   GET INVOLVED
   ============================================================ */

.involved { overflow: hidden; }

.involved-inner {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 40px;
  align-items: center;
}

.involved-copy h2 { margin-bottom: 16px; }

.stats {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 34px 0 30px;
}
.stat { display: flex; align-items: center; gap: 11px; }
.stat + .stat { border-left: 1px solid #d9ded2; padding-left: 26px; }
.stat-icon svg { width: 30px; height: 30px; fill: var(--green-800); }
.stat strong {
  display: block;
  font-size: 23px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.15;
}
.stat span { font-size: 12.5px; }

/* portrait outline — cap it so the section doesn't grow too tall */
.involved-map { position: relative; }
.involved-map img {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer {
  background: var(--green-900);
  color: rgba(255, 255, 255, .82);
  padding: 56px 0 46px;
  font-size: 13.5px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr .7fr .9fr 1fr;
  gap: 34px;
}

.brand-light .brand-name { color: var(--white); }
.brand-light .brand-name em { color: var(--green-400); }
.brand-light .brand-tag { color: rgba(255, 255, 255, .7); }

.footer-about p { margin: 0 0 20px; }

.socials { display: flex; gap: 10px; }
.socials a {
  width: 34px; height: 34px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .35);
  transition: background .2s ease, border-color .2s ease;
}
.socials svg { width: 16px; height: 16px; fill: var(--white); }
.socials a:hover { background: var(--green-500); border-color: var(--green-500); }

.footer-col h4 {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer-col li + li { margin-top: 9px; }
.footer-col a { transition: color .2s ease; }
.footer-col a:hover { color: var(--green-400); }

.footer-contact li { display: flex; align-items: flex-start; gap: 10px; }
.footer-contact svg { width: 16px; height: 16px; fill: var(--white); flex: none; margin-top: 4px; }

/* ============================================================
   RESOURCES PAGE
   ============================================================ */

.res-hero .hero-inner { min-height: 480px; }
.res-hero h1 { font-size: clamp(38px, 4.3vw, 54px); }
.res-hero .hero-copy .rule {
  display: block;
  width: 60px;
  height: 3px;
  background: var(--green-500);
  margin: 26px 0 0;
}
.res-hero .hero-sub { max-width: 400px; }
/* softer treatment than the home hero: photo feathers into the cream */
.res-hero .hero-mask {
  aspect-ratio: 1 / .78;
  clip-path: none;
  background: transparent;
  -webkit-mask-image: radial-gradient(72% 78% at 58% 46%, #000 42%, transparent 76%);
  mask-image: radial-gradient(72% 78% at 58% 46%, #000 42%, transparent 76%);
}

/* ---------- quick links strip ---------- */

.quick-links { position: relative; z-index: 3; }

.quick-card {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.quick-item {
  padding: 30px 20px 28px;
  text-align: center;
  transition: background .2s ease;
}
.quick-item + .quick-item { border-left: 1px solid #eae7db; }
.quick-item:hover { background: var(--cream-2); }

.quick-icon {
  width: 54px; height: 54px;
  margin: 0 auto 14px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: #eef2e0;
}
.quick-icon svg { width: 26px; height: 26px; fill: var(--green-800); }

.quick-item h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--green-900);
  margin-bottom: 8px;
}
.quick-item p { margin: 0; font-size: 12.5px; line-height: 1.6; }

/* ---------- explore resources ---------- */

.explore .section-head { margin-bottom: 40px; }

.resource-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.resource-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}
.resource-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

/* flex: none keeps every card's photo the same height regardless of copy length */
.resource-media { position: relative; flex: none; aspect-ratio: 16 / 13; background: #dfe6d5; }
/* absolute so a square source photo can't stretch the box past its aspect-ratio */
.resource-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* icon straddles the seam between photo and body */
.resource-icon {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: #eef2e0;
  box-shadow: var(--shadow);
  transform: translateY(50%);
}
.resource-icon svg { width: 23px; height: 23px; fill: var(--green-800); }

.resource-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px 20px 22px;
}
.resource-body h3 {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--green-900);
  margin-bottom: 10px;
}
.resource-body p { margin: 0 0 18px; font-size: 12.5px; line-height: 1.65; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--green-800);
}
.link-arrow svg { width: 16px; height: 16px; fill: currentColor; transition: transform .2s ease; }
.link-arrow:hover svg { transform: translateX(4px); }

/* ---------- tools & platforms ---------- */

.tools { padding-top: 0; }

.rule-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  white-space: nowrap;
}
.rule-head::before,
.rule-head::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #dcd9cc;
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}

.tool-item {
  display: flex;
  gap: 12px;
  padding: 4px 18px;
}
.tool-item + .tool-item { border-left: 1px solid #dcd9cc; }

.tool-icon {
  width: 38px; height: 38px;
  flex: none;
  display: grid; place-items: center;
  border-radius: 50%;
  background: #eef2e0;
}
.tool-icon svg { width: 19px; height: 19px; fill: var(--green-800); }

.tool-item h3 {
  font-size: 13px;
  font-weight: 700;
  color: var(--green-900);
  margin-bottom: 6px;
  line-height: 1.35;
}
.tool-item p { margin: 0; font-size: 12px; line-height: 1.6; }

/* ---------- help band ---------- */

.help-band-wrap { padding-top: 20px; padding-bottom: 74px; }

.help-band {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 30px 34px;
  border-radius: var(--radius);
  background: linear-gradient(120deg, #edefe1, #e4ebdd);
}

.help-icon {
  width: 74px; height: 74px;
  flex: none;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--green-900);
}
.help-icon svg { width: 34px; height: 34px; fill: var(--white); }

.help-copy { flex: 1 1 260px; }
.help-copy h2 {
  font-family: var(--serif);
  font-size: clamp(21px, 2.4vw, 26px);
  color: var(--green-900);
  margin-bottom: 8px;
}
.help-copy p { margin: 0; max-width: 340px; }

.help-contact li { display: flex; align-items: center; gap: 10px; }
.help-contact li + li { margin-top: 10px; }
.help-contact svg { width: 18px; height: 18px; fill: var(--green-800); flex: none; }
.help-contact a { font-size: 14px; color: var(--ink); }
.help-contact a:hover { color: var(--green-800); }

/* ============================================================
   WHAT WE DO — page hero
   ============================================================ */

.page-hero .hero-inner { min-height: 440px; }
.page-hero h1 { font-size: clamp(44px, 5.6vw, 68px); }
.page-hero .hero-sub { margin-bottom: 26px; }

/* short green underline used under page-hero copy and section heads */
.rule {
  display: block;
  width: 68px; height: 3px;
  background: var(--green-500);
  border-radius: 2px;
}
.rule-center { margin: 16px auto 0; }

/* faint paw watermark behind the hero copy */
.paw-mark {
  position: absolute;
  left: -30px; bottom: 6%;
  width: 190px; height: 190px;
  opacity: .05;
  background: var(--green-900);
  mask: radial-gradient(circle at 22% 26%, #000 12%, transparent 13%),
        radial-gradient(circle at 48% 16%, #000 12%, transparent 13%),
        radial-gradient(circle at 74% 30%, #000 12%, transparent 13%),
        radial-gradient(ellipse 30% 24% at 48% 66%, #000 99%, transparent);
  mask-composite: add;
  -webkit-mask: radial-gradient(circle at 22% 26%, #000 12%, transparent 13%),
        radial-gradient(circle at 48% 16%, #000 12%, transparent 13%),
        radial-gradient(circle at 74% 30%, #000 12%, transparent 13%),
        radial-gradient(ellipse 30% 24% at 48% 66%, #000 99%, transparent);
  -webkit-mask-composite: source-over;
}

/* ============================================================
   CORE AREAS
   ============================================================ */

.core-areas { padding-top: 20px; }

.area-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.area-card {
  display: grid;
  grid-template-columns: 1fr .42fr;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}
.area-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

.area-body { padding: 22px 20px 24px; }

.area-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--green-800);
  margin-bottom: 14px;
}
.area-icon svg { width: 22px; height: 22px; fill: var(--white); }

.area-card h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.45;
  color: var(--green-900);
  margin-bottom: 14px;
}
.area-card p { margin: 0; font-size: 13px; }

.area-media { background: #dfe6d5; }
.area-media img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   APPROACH
   ============================================================ */

.approach-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.step { position: relative; }

/* dashed connector between consecutive steps */
.step + .step::before {
  content: "";
  position: absolute;
  top: 34px;
  right: calc(100% + 4px);
  width: 26px;
  border-top: 2px dashed var(--green-500);
  opacity: .6;
}

.step-icon {
  width: 68px; height: 68px;
  margin: 0 auto 16px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: #e7eedd;
}
.step-icon svg { width: 30px; height: 30px; fill: var(--green-800); }

.step h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.step p { margin: 0; font-size: 12.5px; line-height: 1.6; }

/* ============================================================
   IMPACT + CTA BANDS
   ============================================================ */

.band-section { padding-top: 0; }

.band {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--green-900);
  color: var(--white);
}
.band + .band { margin-top: 22px; }

.band-impact { padding: 26px 30px 30px; text-align: center; }

.band-title {
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.band-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}
.band-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.band-stat + .band-stat { border-left: 1px solid rgba(255, 255, 255, .2); }
.band-icon svg { width: 32px; height: 32px; fill: var(--white); }
.band-stat strong {
  display: block;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.15;
}
.band-stat span { font-size: 12.5px; color: rgba(255, 255, 255, .82); }

/* CTA band — photo bleeds in from the right behind the copy */
.band-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding: 34px 40px;
}
.band-photo {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 70% 60%;
  z-index: 0;
}
.band-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--green-900) 26%, rgba(20, 64, 31, .78) 50%, rgba(20, 64, 31, .28) 78%, rgba(20, 64, 31, .15));
  z-index: 1;
}
.band-cta-copy, .band-cta-actions { position: relative; z-index: 2; }

.band-cta-copy h2 {
  font-family: var(--serif);
  font-size: clamp(24px, 2.6vw, 31px);
  color: var(--white);
  margin-bottom: 10px;
}
.band-cta-copy p { margin: 0; color: rgba(255, 255, 255, .85); }

.btn-outline-light {
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, .55);
}
.btn-outline-light:hover { background: var(--green-500); border-color: var(--green-500); }

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1080px) {
  .main-nav > ul { gap: 16px; }
  .nav-phone { display: none; }
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 22px 24px 26px;
    background: var(--cream);
    box-shadow: var(--shadow-lg);
  }
  .main-nav.is-open { display: flex; }
  .main-nav > ul { flex-direction: column; align-items: flex-start; gap: 14px; }
  .nav-phone { display: inline-flex; }
  .nav-cta { align-self: flex-start; }

  .hero-inner { grid-template-columns: 1fr; min-height: 0; }
  .hero-visual { order: -1; max-width: 460px; margin-inline: auto; }
  .hero h1 br { display: none; }

  .impact-grid { grid-template-columns: repeat(2, 1fr); }
  .wwd-inner, .involved-inner { grid-template-columns: 1fr; gap: 44px; }
  .wwd-visual { max-width: 440px; margin-inline: auto; width: 100%; }
  .campaign-grid { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .footer-inner { grid-template-columns: repeat(2, 1fr); gap: 30px; }

  .res-hero .hero-visual { max-width: 560px; }
  .res-hero .hero-copy .rule { margin-top: 20px; }
  .quick-card { grid-template-columns: repeat(3, 1fr); }
  .quick-item:nth-child(3n + 1) { border-left: 0; }
  .quick-item:nth-child(n + 4) { border-top: 1px solid #eae7db; }
  .resource-grid { grid-template-columns: repeat(2, 1fr); }
  .tool-grid { grid-template-columns: repeat(2, 1fr); row-gap: 26px; }
  .tool-item:nth-child(odd) { border-left: 0; padding-left: 0; }
  .help-band { gap: 22px; }

  .page-hero .paw-mark { display: none; }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-steps { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
  .step:nth-child(3n + 1)::before { display: none; }
  .band-stats { grid-template-columns: repeat(3, 1fr); row-gap: 22px; }
  .band-stat:nth-child(3n + 1) { border-left: 0; }
  .band-cta { padding: 30px 28px; }
}

@media (max-width: 560px) {
  .section { padding: 52px 0; }
  .impact-grid { grid-template-columns: 1fr; }
  .stats { flex-wrap: wrap; gap: 16px; }
  .stat + .stat { border-left: 0; padding-left: 0; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-sub br, .involved-copy p br { display: none; }

  .res-hero h1 br { display: none; }
  .quick-card { grid-template-columns: repeat(2, 1fr); }
  .quick-item:nth-child(3n + 1) { border-left: 1px solid #eae7db; }
  .quick-item:nth-child(odd) { border-left: 0; }
  .quick-item:nth-child(n + 3) { border-top: 1px solid #eae7db; }
  .resource-grid { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .tool-grid { grid-template-columns: 1fr; }
  .tool-item { border-left: 0; padding-left: 0; }
  .help-band { padding: 26px 22px; }
  .help-band-wrap { padding-bottom: 52px; }

  .area-grid { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .approach-steps { grid-template-columns: repeat(2, 1fr); }
  .step::before { display: none; }
  .band-stats { grid-template-columns: 1fr; }
  .band-stat { justify-content: flex-start; }
  .band-stat + .band-stat {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 18px;
  }
  .band-cta { flex-direction: column; align-items: flex-start; }
  .band-cta-copy p br { display: none; }
}
