/* =============================================================
   Park Watch — /home2 (prototype-accurate)
   Palette: paper #FAFAF8, ink #222, dark #262220/#1C1917,
            red #C0392B, yellow #F7C21C, brown accent #9C6B3F
   Fonts: Manrope (display, 600–800), Inter (body 400–600)
============================================================= */

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

:root {
  --paper: #FAFAF8;
  --ink: #222222;
  --ink-90: #222222E6;
  --ink-cc: #222222CC;
  --ink-99: #22222299;
  --ink-88: #22222288;
  --ink-33: #22222233;
  --ink-20: #22222220;
  --ink-14: #22222214;
  --ink-12: #22222212;
  --ink-10: #22222210;
  --dark: #262220;
  --dark-2: #2E2A27;
  --dark-3: #1C1917;
  --red: #C0392B;
  --red-dark: #A03024;
  --yellow: #F7C21C;
  --yellow-soft: #F7C21C33;
  --brown: #9C6B3F;
  --brown-soft: #9C6B3F18;
  --brown-softer: #9C6B3F22;
  --paper-cc: #FAFAF8CC;
  --paper-bb: #FAFAF8BB;
  --paper-99: #FAFAF899;
  --paper-66: #FAFAF866;
  --paper-26: #FAFAF826;
  --paper-1f: #FAFAF81F;
  --max: 1240px;
  --pad-x: clamp(20px, 4vw, 32px);
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}
body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
.wrap { max-width: 100%; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: color .18s ease; }

h1, h2, h3, h4 { font-family: 'Manrope', sans-serif; font-weight: 800; letter-spacing: -0.03em; color: var(--ink); }
h1 { font-size: clamp(40px, 4.4vw, 62px); line-height: 1.04; letter-spacing: -0.035em; text-wrap: balance; }
h2 { font-size: clamp(34px, 3.2vw, 46px); line-height: 1.08; letter-spacing: -0.03em; }
h3 { font-weight: 700; font-size: 24px; letter-spacing: -0.02em; }

.pw2-container { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad-x); }

/* -------- Buttons -------- */
.pw2-btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Manrope', sans-serif; font-weight: 700;
  border-radius: 999px; border: 0;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  cursor: pointer; white-space: nowrap;
}
.pw2-btn-sm { font-size: 15px; padding: 12px 22px; }
.pw2-btn-lg { font-size: 17px; padding: 17px 34px; }
.pw2-btn-block { width: 100%; padding: 17px; font-size: 17px; }

.pw2-btn-red { background: var(--red); color: #FFFFFF; box-shadow: 0 6px 18px #C0392B33; }
.pw2-btn-red.pw2-btn-lg { box-shadow: 0 10px 26px #C0392B40; padding: 17px 34px; }
.pw2-btn-red.pw2-btn-block { box-shadow: 0 12px 28px #C0392B40; }
.pw2-btn-red:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 10px 26px #C0392B55; }

.pw2-btn-outline { border: 1.5px solid #2E2A2744; color: var(--dark-2); background: transparent; }
.pw2-btn-outline:hover { background: #2E2A270D; border-color: var(--dark-2); }

.pw2-btn-dark { background: var(--dark-2); color: #FFFFFF; padding: 15px 30px; font-size: 16px; }
.pw2-btn-dark:hover { background: #151312; transform: translateY(-2px); }

/* -------- Eyebrow -------- */
.pw2-eyebrow {
  font-size: 13px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--brown); margin-bottom: 18px;
}
.pw2-eyebrow-yellow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--yellow-soft); color: #4A3B08;
  font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
  padding: 8px 14px; border-radius: 999px; margin-bottom: 24px;
}

/* -------- Section head -------- */
.pw2-section-head { max-width: 620px; margin-bottom: 56px; }
.pw2-section-head h2 { margin: 0 0 14px; }
.pw2-section-head .pw2-lead { font-size: 17px; line-height: 1.6; color: var(--ink-99); margin: 0; }

/* ============================================================
   HEADER
============================================================ */
.pw2-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 250, 248, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--ink-12);
}
.pw2-nav {
  max-width: var(--max); margin: 0 auto;
  padding: 14px clamp(16px, 3vw, 32px);
  display: flex; align-items: center; gap: clamp(16px, 2vw, 32px);
}
.pw2-brand {
  display: flex; align-items: center; gap: 10px; margin-right: auto;
  white-space: nowrap;
}
.pw2-brand img {
  width: 42px; height: 42px; border-radius: 999px; object-fit: cover;
  background: var(--dark);
}
.pw2-brand span {
  font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 18px;
  letter-spacing: -0.02em; color: var(--ink);
}
.pw2-links {
  display: flex; align-items: center; flex-wrap: wrap; gap: clamp(12px, 1.6vw, 28px) clamp(16px, 2vw, 28px);
  font-size: 15px; font-weight: 500;
}
.pw2-links a { color: var(--ink); white-space: nowrap; }
.pw2-links a:hover { color: var(--dark-2); }
.pw2-links a.pw2-mobile-only { display: none; }

.pw2-burger {
  display: none; background: transparent; border: 0; cursor: pointer;
  width: 44px; height: 44px; padding: 10px;
  flex-direction: column; justify-content: space-between;
}
.pw2-burger span { display: block; width: 100%; height: 2.5px; background: var(--ink); border-radius: 2px; }

/* ============================================================
   HERO — full-bleed image background with overlay
============================================================ */
.pw2-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--paper);
  min-height: min(760px, 100svh);
  display: flex;
  align-items: stretch;
}

/* Background image + dark scrim */
.pw2-hero-bg {
  position: absolute; inset: 0;
  z-index: 0;
  overflow: hidden;
}
.pw2-hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  /* full color, no filter, will read as photo */
}
/* Layered scrims: dark base + directional gradient for text side */
.pw2-hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(28,25,23,0.55) 0%, rgba(28,25,23,0.35) 40%, rgba(28,25,23,0.85) 100%),
    linear-gradient(90deg,  rgba(28,25,23,0.80) 0%, rgba(28,25,23,0.50) 45%, rgba(28,25,23,0.20) 100%);
}
/* On very narrow screens the vignette bottom needs to be darker for legibility */
@media (max-width: 700px) {
  .pw2-hero-scrim {
    background:
      linear-gradient(180deg, rgba(28,25,23,0.55) 0%, rgba(28,25,23,0.60) 60%, rgba(28,25,23,0.92) 100%);
  }
}

.pw2-hero-inner {
  position: relative; z-index: 1;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(80px, 14vw, 140px) var(--pad-x) clamp(48px, 8vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: clamp(20px, 3vw, 32px);
}
.pw2-hero-body { max-width: 640px; min-width: 0; }

.pw2-hero-body .pw2-eyebrow-yellow {
  background: rgba(247,194,28,0.16);
  color: var(--yellow);
  border: 1px solid rgba(247,194,28,0.35);
}
.pw2-hero-body h1 {
  margin: 0 0 20px;
  color: #ffffff;
  text-shadow: 0 2px 24px rgba(0,0,0,0.35);
  font-size: clamp(30px, 6.4vw, 62px);
}
.pw2-hero-body .pw2-lead {
  font-size: clamp(16px, 2.1vw, 19px);
  line-height: 1.55;
  color: rgba(255,255,255,0.86);
  margin: 0 0 28px;
  max-width: 52ch;
}

.pw2-hero-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 0 0 32px;
}
.pw2-hero-list li {
  display: flex; align-items: center; gap: 12px;
  color: rgba(255,255,255,0.94);
  font-size: clamp(15px, 1.9vw, 17px);
  font-weight: 500;
}
.pw2-check {
  width: 22px; height: 22px; flex: 0 0 22px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--dark);
  display: grid; place-items: center;
  font-size: 12px; font-weight: 800;
}

.pw2-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* Ghost button on the dark hero */
.pw2-btn-hero-ghost {
  background: rgba(255,255,255,0.08);
  border: 1.5px solid rgba(255,255,255,0.45);
  color: #ffffff;
  backdrop-filter: blur(4px);
}
.pw2-btn-hero-ghost:hover {
  background: rgba(255,255,255,0.16);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Photo caption on top of the hero */
.pw2-hero-caption {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.75);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(28,25,23,0.55);
  border: 1px solid rgba(255,255,255,0.14);
  align-self: flex-start;
  backdrop-filter: blur(4px);
}
.pw2-hero-caption::before {
  content: "📸";
  font-size: 12px;
}

/* Portrait / very small screens */
@media (max-width: 640px) {
  .pw2-hero { min-height: 82svh; }
  .pw2-hero-bg img { object-position: 55% 25%; }
  /* Center content vertically in the hero on mobile */
  .pw2-hero-inner {
    justify-content: center;
    padding-top: clamp(56px, 10vw, 80px);
    padding-bottom: clamp(48px, 10vw, 80px);
    gap: 16px;
  }
  .pw2-hero-body h1 { text-wrap: balance; }
  .pw2-hero-list { margin-bottom: 24px; }
  .pw2-cta-row .pw2-btn { flex: 1 1 auto; justify-content: center; }
}

/* ============================================================
   STATS (dark strip)
============================================================ */
.pw2-stats { background: var(--dark); color: var(--paper); }
.pw2-stats-grid {
  max-width: var(--max); margin: 0 auto;
  padding: clamp(44px, 5vw, 64px) var(--pad-x);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); gap: 32px;
}
.pw2-stat { padding-right: 24px; border-right: 1px solid var(--paper-26); }
.pw2-stat:last-child { border-right: 0; }
.pw2-stat-num {
  font-family: 'Manrope', sans-serif; font-weight: 800;
  font-size: 52px; line-height: 1; letter-spacing: -0.04em;
}
.pw2-stat-num--yellow { color: var(--yellow); }
.pw2-stat-label { font-size: 15px; color: var(--paper-bb); margin-top: 10px; }

/* ============================================================
   SERVICE AREA
============================================================ */
.pw2-area {
  max-width: var(--max); margin: 0 auto;
  padding: clamp(64px, 8vw, 112px) var(--pad-x);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
  gap: clamp(40px, 5vw, 72px); align-items: center;
}
.pw2-area-media {
  position: relative; min-width: 0;
  height: min(520px, 70vh);
  border-radius: 20px; overflow: hidden;
  border: 1px solid var(--ink-14);
  box-shadow: 0 24px 60px -34px #22222240;
  background: #F1EEE9;
}
.pw2-area-media img { width: 100%; height: 100%; object-fit: cover; }
.pw2-area-body h2 { margin: 0 0 22px; }
.pw2-area-body p { font-size: 18px; line-height: 1.65; color: var(--ink-99); margin: 0 0 20px; }
.pw2-area-body p + p { margin-bottom: 34px; }
.pw2-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.pw2-chips span {
  background: var(--brown-soft); color: var(--dark-2);
  font-size: 14px; font-weight: 600;
  padding: 9px 16px; border-radius: 999px;
}

/* ============================================================
   BANDS + HOW IT WORKS
============================================================ */
.pw2-band-white {
  background: #FFFFFF;
  border-top: 1px solid var(--ink-10);
  border-bottom: 1px solid var(--ink-10);
}
.pw2-band-white .pw2-container { padding-top: clamp(64px, 8vw, 112px); padding-bottom: clamp(64px, 8vw, 112px); }

/* ============================================================
   FAQ
============================================================ */
.pw2-band-cream {
  background: linear-gradient(180deg, #FDFBF3 0%, #F6EFDF 100%);
  border-top: 1px solid var(--ink-10);
  border-bottom: 1px solid var(--ink-10);
}
.pw2-faq-inner {
  padding-top: clamp(64px, 8vw, 112px);
  padding-bottom: clamp(64px, 8vw, 112px);
  display: grid;
  gap: clamp(36px, 5vw, 64px);
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 920px) {
  .pw2-faq-inner {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: start;
  }
}
.pw2-faq-head { max-width: 44ch; }
.pw2-faq-head h2 { margin: 6px 0 16px; }
.pw2-faq-head .pw2-lead {
  font-size: 16px; line-height: 1.6; color: var(--ink-99);
  margin: 0;
}
.pw2-faq-head .pw2-lead a { color: var(--red); font-weight: 600; text-decoration: underline; }

.pw2-faq-list {
  display: grid;
  gap: 12px;
  min-width: 0;
}
.pw2-faq-item {
  background: #FFFFFF;
  border: 1px solid var(--ink-12);
  border-radius: 14px;
  padding: 0;
  overflow: hidden;
  transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}
.pw2-faq-item[open] {
  box-shadow: 0 24px 60px -30px rgba(34,34,34,.25);
  border-color: rgba(192,57,43,.35);
}
.pw2-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 22px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: var(--ink);
  line-height: 1.3;
  transition: color .18s ease;
}
.pw2-faq-item summary::-webkit-details-marker { display: none; }
.pw2-faq-item summary:hover { color: var(--red); }
.pw2-faq-item[open] > summary { color: var(--red); }

/* Circle plus/minus toggle */
.pw2-faq-toggle {
  flex-shrink: 0;
  width: 34px; height: 34px;
  border-radius: 999px;
  background: rgba(192,57,43,.08);
  border: 1px solid rgba(192,57,43,.24);
  position: relative;
  transition: background .18s ease, transform .25s ease;
}
.pw2-faq-toggle::before,
.pw2-faq-toggle::after {
  content: '';
  position: absolute; top: 50%; left: 50%;
  width: 14px; height: 2px;
  background: var(--red);
  border-radius: 2px;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: transform .25s ease, opacity .2s ease;
}
.pw2-faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.pw2-faq-item[open] .pw2-faq-toggle { background: var(--red); border-color: var(--red); }
.pw2-faq-item[open] .pw2-faq-toggle::before,
.pw2-faq-item[open] .pw2-faq-toggle::after { background: #FFFFFF; }
.pw2-faq-item[open] .pw2-faq-toggle::after { opacity: 0; }

.pw2-faq-answer {
  padding: 0 22px 22px;
  color: var(--ink-99);
  font-size: 15.5px;
  line-height: 1.65;
}
.pw2-faq-answer > * + * { margin-top: 12px; }
.pw2-faq-answer p { margin: 0; }
.pw2-faq-answer a { color: var(--red); font-weight: 600; text-decoration: underline; }
.pw2-faq-subhead {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 16px 0 4px !important;
}
.pw2-faq-subhead:first-child { margin-top: 0 !important; }

.pw2-faq-group-head {
  padding-top: 20px;
  margin-top: 4px;
  border-top: 1px dashed var(--ink-12);
}
.pw2-faq-group-head:first-child { padding-top: 0; margin-top: 0; border-top: 0; }
.pw2-faq-group-head .pw2-eyebrow { margin-bottom: 0; }

@media (max-width: 640px) {
  .pw2-faq-item summary { padding: 16px 18px; font-size: 16px; }
  .pw2-faq-answer { padding: 0 18px 18px; font-size: 15px; }
  .pw2-faq-toggle { width: 30px; height: 30px; }
  .pw2-faq-head h2 { font-size: clamp(24px, 7vw, 32px); }
}
.pw2-steps {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(290px, 100%), 1fr));
  gap: 28px;
}
.pw2-step {
  background: var(--paper); border: 1px solid var(--ink-12);
  border-radius: 20px; padding: 40px 34px;
  box-shadow: 0 14px 40px -28px #22222240;
  transition: transform .2s ease, box-shadow .2s ease;
}
.pw2-step:hover { transform: translateY(-4px); box-shadow: 0 24px 52px -28px #2E2A2759; }
.pw2-step-num {
  font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 15px;
  color: var(--red); letter-spacing: .1em; margin-bottom: 22px;
}
.pw2-step h3 { margin: 0 0 12px; }
.pw2-step p { font-size: 16px; line-height: 1.65; color: var(--ink-99); margin: 0; }

/* ============================================================
   MISSIONS
============================================================ */
.pw2-missions { padding-top: clamp(64px, 8vw, 112px); padding-bottom: clamp(64px, 8vw, 112px); }
.pw2-mission-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(290px, 100%), 1fr));
  gap: 28px;
}
.pw2-mission {
  border-radius: 20px; overflow: hidden;
  border: 1px solid var(--ink-12); background: #FFFFFF;
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex; flex-direction: column;
}
.pw2-mission:hover { transform: translateY(-5px); box-shadow: 0 28px 60px -30px #2E2A2766; }
.pw2-mission-img { position: relative; min-width: 0; height: 240px; overflow: hidden; }
.pw2-mission-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.pw2-mission:hover .pw2-mission-img img { transform: scale(1.04); }

/* "Contain" variant — for badge/logo art that shouldn't be cropped.
   Sits on a soft neutral background with breathing room. */
.pw2-mission-img--contain {
  background: radial-gradient(circle at 50% 45%, #F4EEDC 0%, #E6DDC3 100%);
  padding: 18px;
}
.pw2-mission-img--contain img {
  object-fit: contain;
  object-position: center;
}
.pw2-mission:hover .pw2-mission-img--contain img { transform: scale(1.03); }
.pw2-mission-body { padding: 30px 30px 34px; flex: 1; }
.pw2-mission-body h3 { font-size: 23px; margin: 0 0 10px; }
.pw2-mission-body p { font-size: 16px; line-height: 1.65; color: var(--ink-99); margin: 0 0 18px; }
.pw2-tag-red { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 15px; color: var(--red); }
.pw2-mission-more {
  display: block; margin-top: 14px;
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 14px;
  color: var(--ink-99); transition: color .18s ease;
}
.pw2-mission:hover .pw2-mission-more { color: var(--red); }

/* ============================================================
   VOLUNTEER FORM
============================================================ */
.pw2-vol {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
  gap: clamp(40px, 5vw, 72px); align-items: center;
}
.pw2-vol-body h2 { margin: 0 0 22px; }
.pw2-vol-body .pw2-lead {
  font-size: 18px; line-height: 1.65; color: var(--ink-99);
  margin: 0 0 28px; max-width: 42ch;
}
.pw2-vol-notes {
  list-style: none; display: grid; gap: 16px; max-width: 42ch;
}
.pw2-vol-notes li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 16px; color: var(--ink-99); line-height: 1.55;
}
.pw2-vol-notes a { text-decoration: underline; color: var(--dark-2); font-weight: 600; }
.pw2-check-sm {
  width: 20px; height: 20px; flex: 0 0 20px; margin-top: 2px;
  border-radius: 999px; background: var(--brown-softer);
  color: var(--dark-2); display: grid; place-items: center; font-size: 11px;
}

.pw2-vol-card {
  background: var(--paper); border: 1px solid var(--ink-14);
  border-radius: 24px; padding: clamp(28px, 3vw, 44px);
  box-shadow: 0 30px 70px -40px #2E2A2766;
}
.pw2-vol-card-body { display: grid; gap: 20px; }
.pw2-vol-card-body[hidden] { display: none !important; }
.pw2-vol-card-body h3 {
  font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 26px;
  letter-spacing: -0.025em; margin: 0 0 8px;
}
.pw2-vol-card-body label:not(.pw2-check-row) { display: grid; gap: 8px; }
.pw2-vol-card-body label:not(.pw2-check-row) > span { font-size: 14px; font-weight: 600; color: var(--ink-cc); }
.pw2-vol-card-body input[type=text],
.pw2-vol-card-body input[type=email] {
  font-family: 'Inter', sans-serif; font-size: 16px;
  padding: 14px 16px; border-radius: 12px;
  border: 1.5px solid var(--ink-20); background: #FFFFFF; color: var(--ink);
  outline: none; transition: border-color .16s ease;
}
.pw2-vol-card-body input[type=text]:focus,
.pw2-vol-card-body input[type=email]:focus { border-color: var(--dark-2); }

.pw2-vol-streets { display: grid; gap: 10px; }
.pw2-vol-label { font-size: 14px; font-weight: 600; color: var(--ink-cc); }

.pw2-check-row {
  position: relative;
  display: flex; align-items: center; gap: 12px;
  padding: 13px 16px; border-radius: 12px;
  border: 1.5px solid var(--ink-20); background: #FFFFFF;
  cursor: pointer; font-size: 16px; font-weight: 500;
  transition: border-color .16s ease, background .16s ease;
}
.pw2-check-row input[type=checkbox] {
  position: absolute; opacity: 0; pointer-events: none;
}
.pw2-box {
  width: 20px; height: 20px; flex: 0 0 20px;
  border-radius: 6px; border: 1.5px solid var(--ink-33); background: #FFFFFF;
  display: grid; place-items: center; color: var(--yellow); font-size: 12px;
  transition: border-color .15s, background .15s;
}
.pw2-box::after { content: ''; }
.pw2-check-row input:checked ~ .pw2-box {
  background: var(--dark-2); border-color: var(--dark-2);
}
.pw2-check-row input:checked ~ .pw2-box::after { content: '✓'; }
.pw2-check-row:has(input:checked) { border-color: var(--dark-2); background: #2E2A270A; }

.pw2-check-row--ack {
  align-items: flex-start; padding: 4px 0 0; border: 0; background: transparent;
  font-size: 15px; line-height: 1.5; color: var(--ink-99); font-weight: 400;
}
.pw2-check-row--ack .pw2-box { margin-top: 2px; }

.pw2-vol-success { text-align: center; padding: 40px 0; gap: 12px; }
.pw2-success-badge {
  width: 56px; height: 56px; border-radius: 999px;
  background: var(--dark-2); color: var(--yellow);
  display: grid; place-items: center; font-size: 26px; margin: 0 auto 10px;
}
.pw2-vol-success h3 { font-size: 28px; margin: 0 0 4px; }
.pw2-vol-success p { font-size: 17px; line-height: 1.6; color: var(--ink-99); margin: 0; }

/* ============================================================
   GALLERY
============================================================ */
.pw2-gallery-section { padding-top: clamp(64px, 8vw, 112px); padding-bottom: clamp(64px, 8vw, 112px); }
.pw2-gallery-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 32px; margin-bottom: 44px;
}
.pw2-gallery-head > div { max-width: 560px; }
.pw2-gallery-head h2 { margin: 0; }
.pw2-ig-link {
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 16px;
  white-space: nowrap; color: var(--ink);
}
.pw2-ig-link:hover { color: var(--red); }

.pw2-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(150px, 50%), 1fr));
  grid-auto-rows: 230px;
  gap: 16px;
}
.pw2-g { position: relative; overflow: hidden; border-radius: 16px; background: #E8E5E1; }
.pw2-g img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.pw2-g:hover img { transform: scale(1.05); }
.pw2-g--big { grid-column: span 2; grid-row: span 2; }
.pw2-g--wide { grid-column: span 2; }

/* ============================================================
   TESTIMONIALS
============================================================ */
.pw2-testimonials {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(290px, 100%), 1fr));
  gap: 28px;
}
.pw2-quote {
  background: var(--paper); border: 1px solid var(--ink-12);
  border-radius: 20px; padding: 38px 34px;
}
.pw2-quote blockquote {
  font-family: 'Manrope', sans-serif; font-weight: 600;
  font-size: 20px; line-height: 1.5; letter-spacing: -0.015em;
  margin: 0 0 26px;
}
.pw2-quote figcaption { display: flex; align-items: center; gap: 14px; }
.pw2-quote figcaption img {
  width: 46px; height: 46px; flex: 0 0 46px;
  border-radius: 999px; object-fit: cover; background: var(--ink-14);
}
.pw2-quote figcaption strong {
  display: block; font-weight: 600; font-size: 15px;
  font-family: 'Inter', sans-serif;
}
.pw2-quote figcaption em {
  display: block; font-style: normal; font-size: 14px; color: var(--ink-88);
}

/* ============================================================
   DONATE BANNER
============================================================ */
.pw2-donate {
  position: relative; min-height: 520px;
  display: grid; overflow: hidden;
}
.pw2-donate-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  object-position: 55% 30%;
}
@media (max-width: 640px) {
  .pw2-donate-bg { object-position: 55% 25%; }
}
.pw2-donate-scrim {
  position: relative;
  background: linear-gradient(100deg, #1C1917F2 0%, #1C1917CC 48%, #1C191733 100%);
  display: grid; align-items: center;
}
.pw2-donate-body {
  padding-top: clamp(60px, 7vw, 104px); padding-bottom: clamp(60px, 7vw, 104px);
  max-width: var(--max); width: 100%;
}
.pw2-donate-body > * { max-width: 34ch; }
.pw2-donate-body h2 {
  font-size: clamp(32px, 3.6vw, 52px); line-height: 1.06;
  color: var(--paper); margin: 0 0 20px;
}
.pw2-donate-body p {
  font-size: 18px; line-height: 1.65; color: var(--paper-cc); margin: 0 0 34px;
}

/* ============================================================
   CONTACT
============================================================ */
.pw2-contact { padding-top: clamp(60px, 7vw, 104px); padding-bottom: clamp(60px, 7vw, 104px); }
.pw2-contact .pw2-section-head { margin-bottom: 44px; }
.pw2-contact .pw2-section-head h2 { font-size: clamp(30px, 2.8vw, 40px); }
/* ============================================================
   ABOUT US
============================================================ */
.pw2-about { padding-top: clamp(64px, 8vw, 112px); padding-bottom: clamp(64px, 8vw, 112px); }
.pw2-about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 22px;
  margin-bottom: 64px;
}
.pw2-about-card {
  background: #fff;
  border: 1px solid var(--ink-12);
  border-radius: 20px;
  padding: 32px 28px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.pw2-about-card:hover {
  transform: translateY(-4px);
  border-color: rgba(192,57,43,.35);
  box-shadow: 0 24px 60px -30px rgba(34,34,34,.25);
}
.pw2-about-num {
  font-family: 'Manrope', sans-serif;
  font-weight: 800; font-size: 15px;
  color: var(--red); letter-spacing: .12em; margin-bottom: 18px;
}
.pw2-about-card h3 { margin: 0 0 12px; font-size: 22px; }
.pw2-about-card p { margin: 0; font-size: 16px; line-height: 1.65; color: var(--ink-99); }
.pw2-about-card em { font-style: normal; color: var(--red); font-weight: 700; }

.pw2-team { }
.pw2-team-head { margin-bottom: 24px; }
.pw2-team-head h3 { margin: 4px 0 0; font-size: 24px; }
.pw2-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}
.pw2-team-card {
  background: #fff;
  border: 1px solid var(--ink-12);
  border-radius: 16px;
  padding: 22px 18px;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pw2-team-card:hover {
  transform: translateY(-3px);
  border-color: rgba(192,57,43,.30);
  box-shadow: 0 18px 40px -22px rgba(34,34,34,.22);
}
.pw2-team-avatar {
  width: 56px; height: 56px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark-3) 100%);
  color: var(--yellow);
  display: grid; place-items: center;
  margin: 0 auto 12px;
  font-family: 'Manrope', sans-serif;
  font-weight: 800; font-size: 18px;
  letter-spacing: 0.02em;
}
.pw2-team-name {
  font-family: 'Manrope', sans-serif;
  font-weight: 700; font-size: 15px;
  color: var(--ink);
  margin-bottom: 4px;
}
.pw2-team-role {
  font-size: 12.5px; line-height: 1.4;
  color: var(--ink-99);
  letter-spacing: 0.02em;
}

.pw2-team-more {
  background: #fff;
  border: 1px solid var(--ink-12);
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.pw2-team-more[open] {
  box-shadow: 0 24px 60px -30px rgba(34,34,34,.25);
  border-color: rgba(192,57,43,.35);
}
.pw2-team-more summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700; font-size: 16px;
  color: var(--ink);
  transition: color .18s ease;
}
.pw2-team-more summary::-webkit-details-marker { display: none; }
.pw2-team-more summary:hover { color: var(--red); }
.pw2-team-more[open] > summary { color: var(--red); }
.pw2-team-groups {
  padding: 0 22px 22px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px 28px;
}
.pw2-team-group h4 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700; font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--red);
  margin: 12px 0 10px;
}
.pw2-team-group ul { list-style: none; padding: 0; margin: 0; }
.pw2-team-group li {
  font-size: 14.5px; color: var(--ink);
  padding: 4px 0;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}
.pw2-team-group li span { color: var(--ink-99); font-weight: 400; }

/* ============================================================
   CONTACT — dept emails + legal cards
============================================================ */
.pw2-contact { padding-top: clamp(64px, 8vw, 112px); padding-bottom: clamp(64px, 8vw, 112px); }
.pw2-section-head--sub { margin-top: 72px; }
.pw2-section-head--sub h3 { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 26px; letter-spacing: -.02em; margin: 6px 0 12px; }

.pw2-emails-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
  margin-bottom: 40px;
}
.pw2-email-card {
  display: block;
  background: #fff;
  border: 1px solid var(--ink-12);
  border-radius: 14px;
  padding: 18px 20px;
  text-decoration: none;
  color: var(--ink);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pw2-email-card:hover {
  transform: translateY(-2px);
  border-color: var(--red);
  box-shadow: 0 14px 36px -20px rgba(192,57,43,.32);
  color: var(--ink);
}
.pw2-email-team {
  font-family: 'Manrope', sans-serif;
  font-weight: 700; font-size: 14px;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: -.005em;
}
.pw2-email-addr {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13.5px;
  color: var(--red);
  word-break: break-all;
}
.pw2-email-card--primary {
  background: var(--dark);
  border-color: var(--dark);
}
.pw2-email-card--primary .pw2-email-team { color: #fff; }
.pw2-email-card--primary .pw2-email-addr { color: var(--yellow); }
.pw2-email-card--primary:hover { border-color: var(--yellow); color: #fff; }

.pw2-legal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
  margin-bottom: 32px;
}
.pw2-legal-card {
  background: var(--paper); background: linear-gradient(180deg, #FDFBF3 0%, #F6EFDF 100%);
  border: 1px solid var(--ink-12);
  border-radius: 14px;
  padding: 20px 22px;
}
.pw2-legal-label {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-99);
  margin-bottom: 10px;
}
.pw2-legal-value {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--ink);
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
}
.pw2-legal-address {
  font-style: normal;
  font-family: 'Inter', sans-serif;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.55;
}
.pw2-legal-address strong {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 640px) {
  .pw2-emails-grid { grid-template-columns: 1fr; gap: 12px; }
  .pw2-legal-grid  { grid-template-columns: 1fr; }
  .pw2-team-grid   { grid-template-columns: 1fr 1fr; gap: 12px; }
  .pw2-team-card   { padding: 18px 14px; }
  .pw2-team-avatar { width: 48px; height: 48px; font-size: 16px; }
  .pw2-about-card  { padding: 26px 22px; }
  .pw2-about-grid  { margin-bottom: 44px; }
  .pw2-section-head--sub { margin-top: 48px; }
}

.pw2-contact-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  gap: 20px;
}
.pw2-contact-card {
  background: #FFFFFF; border: 1px solid var(--ink-12);
  border-radius: 18px; padding: 28px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.pw2-contact-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -30px #22222266; }
.pw2-contact-when { font-size: 16px; font-weight: 600; line-height: 1.4; margin-bottom: 14px; }
.pw2-contact-who { font-size: 14px; color: var(--ink-88); margin-bottom: 6px; }
.pw2-contact-phone {
  font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 22px;
  color: var(--ink);
}
.pw2-contact-phone:hover { color: var(--red); }

/* ============================================================
   NEWSLETTER (above footer)
============================================================ */
.pw2-newsletter {
  background: var(--dark);
  color: var(--paper);
  padding: clamp(56px, 6vw, 88px) 0;
  border-top: 1px solid rgba(255,255,255,.04);
}
.pw2-newsletter-inner {
  display: grid; grid-template-columns: 1fr;
  gap: 28px; align-items: start; text-align: left;
  max-width: 720px;
}
.pw2-newsletter-copy .pw2-eyebrow {
  color: var(--yellow); background: rgba(247,194,28,.14);
  border: 1px solid rgba(247,194,28,.35);
  padding: 6px 12px; border-radius: 999px;
  display: inline-block; margin-bottom: 16px;
}
.pw2-newsletter-copy h2 { color: var(--paper); margin: 0 0 12px; }
.pw2-newsletter-copy p { color: var(--paper-cc); margin: 0; max-width: 52ch; font-size: 17px; line-height: 1.6; }
.pw2-newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  padding: 8px; border-radius: 999px;
  backdrop-filter: blur(6px);
  max-width: 560px;
}
.pw2-newsletter-form input[type=email] {
  background: transparent; border: 0; outline: none;
  color: var(--paper); padding: 14px 20px;
  font: inherit; font-size: 16px; min-width: 0;
}
.pw2-newsletter-form input[type=email]::placeholder { color: rgba(255,255,255,.55); }
.pw2-newsletter-form .pw2-btn-red { padding: 14px 26px; }
.pw2-newsletter-msg {
  font-size: 14px; min-height: 1em;
  color: rgba(255,255,255,.7);
  padding-left: 20px;
  margin-top: -12px;
}
.pw2-newsletter-msg.is-ok  { color: #b9f2cf; }
.pw2-newsletter-msg.is-err { color: #ffc7bd; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ============================================================
   FOOTER
============================================================ */
.pw2-footer { background: var(--dark-3); color: var(--paper); }
.pw2-footer-grid {
  padding: clamp(52px, 6vw, 76px) var(--pad-x) 40px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr));
  gap: 48px;
}
.pw2-footer-brand p {
  font-size: 15px; line-height: 1.65; color: var(--paper-99);
  margin: 18px 0 22px; max-width: 32ch;
}
.pw2-brand--light img { background: transparent; }
.pw2-brand--light span { color: var(--paper); }
.pw2-footer-phone {
  color: var(--paper); font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 17px;
}
.pw2-footer-phone:hover { color: var(--yellow); }

.pw2-footer-col { display: grid; gap: 12px; align-content: start; }
.pw2-footer-title {
  font-size: 13px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--paper-66); margin-bottom: 4px;
}
.pw2-footer-col a { color: var(--paper-cc); font-size: 15px; }
.pw2-footer-col a:hover { color: var(--yellow); }

.pw2-copyright {
  padding: 26px var(--pad-x) 44px;
  border-top: 1px solid var(--paper-1f);
  font-size: 14px; color: var(--paper-66);
  display: flex; flex-wrap: wrap; gap: 8px 24px;
  align-items: center; justify-content: space-between;
}
.pw2-ein {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--paper-99);
}

/* ============================================================
   Reveal-on-scroll
============================================================ */
[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}
[data-reveal].is-revealed { opacity: 1; transform: none; }

/* Stats: staggered reveal after container becomes visible */
.pw2-stats[data-reveal] .pw2-stat {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s ease;
}
.pw2-stats[data-reveal].is-revealed .pw2-stat { opacity: 1; transform: none; }
.pw2-stats[data-reveal].is-revealed .pw2-stat:nth-child(1) { transition-delay: .05s; }
.pw2-stats[data-reveal].is-revealed .pw2-stat:nth-child(2) { transition-delay: .15s; }
.pw2-stats[data-reveal].is-revealed .pw2-stat:nth-child(3) { transition-delay: .25s; }
.pw2-stats[data-reveal].is-revealed .pw2-stat:nth-child(4) { transition-delay: .35s; }

.pw2-stat-num {
  font-variant-numeric: tabular-nums;
}

/* Hero background subtle zoom (respects reduced-motion) */
.pw2-hero-bg img { transform: scale(1.02); transition: transform .8s ease; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal], .pw2-stats[data-reveal] .pw2-stat { opacity: 1 !important; transform: none !important; }
  .pw2-hero-bg img { transform: none !important; }
}

/* ============================================================
   Form: alert + loading spinner
============================================================ */
.pw2-form-alert {
  padding: 12px 14px;
  border-radius: 12px;
  background: #FDECEA;
  color: #8B1E14;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #F0B4AD;
}
.pw2-btn { position: relative; }
.pw2-btn-spinner {
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 2.5px solid rgba(255,255,255,.4);
  border-top-color: #fff;
  animation: pw2spin .8s linear infinite;
  display: none;
  margin-left: 10px;
}
.pw2-btn.is-loading { pointer-events: none; opacity: .85; }
.pw2-btn.is-loading .pw2-btn-spinner { display: inline-block; }
@keyframes pw2spin { to { transform: rotate(360deg); } }

/* ============================================================
   Responsive
============================================================ */
@media (max-width: 900px) {
  .pw2-newsletter-form { grid-template-columns: 1fr; padding: 12px; border-radius: 20px; }
  .pw2-newsletter-form .pw2-btn-red { justify-self: stretch; }
  .pw2-burger { display: flex; }
  .pw2-links {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #FFFFFF; border-bottom: 1px solid var(--ink-12);
    padding: 0 var(--pad-x);
    flex-direction: column; flex-wrap: nowrap; align-items: stretch; gap: 0;
    max-height: 0; overflow: hidden;
    transition: max-height .3s ease, padding .2s ease;
    box-shadow: 0 12px 30px -12px #22222226;
  }
  .pw2-links.is-open { max-height: 400px; padding: 12px var(--pad-x) 20px; }
  .pw2-links a { padding: 14px 0; border-bottom: 1px solid var(--ink-10); font-size: 16px; }
  .pw2-links a:last-child { border-bottom: 0; }
  .pw2-links a.pw2-mobile-only { display: block; }
  .pw2-nav { position: relative; }
  .pw2-header .pw2-btn-red { display: none; }
  .pw2-stat { border-right: 0; border-bottom: 1px solid var(--paper-26); padding-right: 0; padding-bottom: 20px; }
  .pw2-stat:last-child { border-bottom: 0; padding-bottom: 0; }
}
@media (max-width: 640px) {
  /* ---- Section rhythm ---- */
  .pw2-container         { padding-left: 20px; padding-right: 20px; }
  section.pw2-band-white .pw2-container,
  .pw2-missions,
  .pw2-gallery-section,
  .pw2-contact           { padding-top: 56px; padding-bottom: 56px; }

  /* ---- Header ---- */
  .pw2-nav               { padding: 12px 16px; gap: 12px; }
  .pw2-brand img         { width: 36px; height: 36px; }
  .pw2-brand span        { font-size: 16px; }
  .pw2-header .pw2-btn-red { display: none; }

  /* ---- Typography ---- */
  h2                     { font-size: clamp(26px, 7.5vw, 34px); }
  h3                     { font-size: 20px; }
  .pw2-section-head      { margin-bottom: 36px; }

  /* ---- Stats ---- */
  .pw2-stats-grid        { gap: 24px; }
  .pw2-stat-num          { font-size: 40px; }

  /* ---- Service Area ---- */
  .pw2-area              { padding: 56px 20px; gap: 32px; }
  .pw2-area-media        { height: auto; aspect-ratio: 4/3; }
  .pw2-chips             { gap: 8px; margin-bottom: 24px; }
  .pw2-chips span        { font-size: 13px; padding: 7px 12px; }

  /* ---- Missions ---- */
  .pw2-mission-img       { height: 200px; }
  .pw2-mission-body      { padding: 22px 20px 24px; }
  .pw2-mission-body h3   { font-size: 20px; }
  .pw2-mission-body p    { font-size: 15px; }

  /* ---- Gallery ---- */
  .pw2-gallery-head      { flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 24px; }
  .pw2-gallery           { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; gap: 10px; }
  .pw2-g--big            { grid-column: span 2; grid-row: span 2; }
  .pw2-g--wide           { grid-column: span 2; }

  /* ---- Testimonials ---- */
  .pw2-quote             { padding: 28px 22px; }
  .pw2-quote blockquote  { font-size: 17px; margin-bottom: 20px; }

  /* ---- Donate banner ---- */
  .pw2-donate            { min-height: 420px; }
  .pw2-donate-body h2    { font-size: clamp(26px, 7.5vw, 36px); }

  /* ---- Volunteer form ---- */
  .pw2-vol               { gap: 32px; }
  .pw2-vol-body h2       { font-size: clamp(26px, 7.5vw, 32px); margin-bottom: 16px; }
  .pw2-vol-body .pw2-lead{ font-size: 15px; }
  .pw2-vol-card          { padding: 24px 20px; border-radius: 20px; }
  .pw2-vol-card-body h3  { font-size: 22px; }
  .pw2-vol-card-body input[type=text],
  .pw2-vol-card-body input[type=email] { font-size: 16px; padding: 12px 14px; }
  .pw2-check-row         { padding: 12px 14px; font-size: 15px; }

  /* ---- Newsletter ---- */
  .pw2-newsletter        { padding: 48px 0; }
  .pw2-newsletter-copy h2{ font-size: clamp(26px, 7.5vw, 34px); }
  .pw2-newsletter-copy p { font-size: 15px; }
  .pw2-newsletter-form   { padding: 10px; border-radius: 20px; }
  .pw2-newsletter-form input[type=email] { font-size: 15px; padding: 12px 16px; }
  .pw2-newsletter-form .pw2-btn-red { padding: 12px 22px; font-size: 15px; }

  /* ---- Contact / violations ---- */
  .pw2-contact-grid      { gap: 14px; }
  .pw2-contact-card      { padding: 22px 20px; }
  .pw2-contact-phone     { font-size: 20px; }

  /* ---- Footer ---- */
  .pw2-footer-grid       { padding: 44px 20px 32px; gap: 32px; }
  .pw2-copyright         { padding: 20px 20px 32px; text-align: center; }

  /* Buttons stretch nicely on tiny screens */
  .pw2-btn-lg            { padding: 15px 22px; font-size: 15px; }
  .pw2-cta-row .pw2-btn-lg { flex: 1 1 auto; min-width: 0; }
}

/* Ensure all imagery is responsive by default */
img { max-width: 100%; height: auto; }
.pw2-mission-img img,
.pw2-area-media img,
.pw2-donate-bg,
.pw2-g img,
.pw2-hero-bg img { height: 100%; }

/* =============================================================
   HOME WATCH ENROLLMENT — dark navy panel, yellow accents
============================================================= */
.hw-section {
  background:
    radial-gradient(1000px 500px at 12% 0%, rgba(247,194,28,0.08), transparent 60%),
    radial-gradient(900px 500px at 90% 100%, rgba(28,25,23,0.5), transparent 55%),
    #0F1B2D;
  color: #F5F5F0;
  padding: clamp(64px, 8vw, 112px) 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.hw-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
}
@media (max-width: 900px) {
  .hw-inner { grid-template-columns: 1fr; }
}

.hw-copy { padding-top: 8px; }
.hw-eyebrow {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #F7C21C;
  background: rgba(247,194,28,0.14);
  border: 1px solid rgba(247,194,28,0.32);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.hw-copy h2 {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 14px;
}
.hw-copy > p {
  color: rgba(255,255,255,0.78);
  font-size: 16.5px;
  line-height: 1.65;
  margin: 0 0 24px;
  max-width: 46ch;
}
.hw-facts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.hw-facts li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255,255,255,0.85);
  font-size: 14.5px;
  line-height: 1.55;
}
.hw-facts li span {
  flex-shrink: 0;
  display: inline-grid;
  place-items: center;
  width: 30px; height: 30px;
  background: rgba(247,194,28,0.14);
  border: 1px solid rgba(247,194,28,0.28);
  border-radius: 8px;
  font-size: 15px;
}

/* ---- Card (right side / phone-app feel) ---- */
.hw-card {
  background: #0F1B2D;
  border: 1px solid #1E2C45;
  border-radius: 20px;
  padding: 22px 22px 18px;
  box-shadow: 0 40px 100px -30px rgba(0,0,0,0.55);
}
.hw-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #1E2C45;
  margin-bottom: 18px;
}
.hw-badge {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: #F5D93E;
  display: grid; place-items: center;
  font-size: 18px;
  flex-shrink: 0;
}
.hw-card-eyebrow {
  font-size: 10.5px;
  letter-spacing: 0.14em;
  color: #6B7A99;
  font-weight: 800;
  text-transform: uppercase;
}
.hw-card-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 17px;
  color: #F5F5F0;
  letter-spacing: -0.01em;
}

.hw-progress {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
}
.hw-dot {
  flex: 1;
  height: 4px;
  border-radius: 2px;
  background: #1E2C45;
  transition: background .18s ease;
}
.hw-dot.is-active { background: #F5D93E; }

.hw-alert {
  margin-bottom: 14px;
  padding: 10px 12px;
  background: #3A1518;
  border: 1px solid #5A2226;
  color: #F5A0A0;
  border-radius: 10px;
  font-size: 13px;
}

.hw-form { display: block; }
.hw-step { display: block; }
.hw-step[hidden] { display: none; }
.hw-step[data-step] { animation: hw-fade .2s ease; }
@keyframes hw-fade {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: none; }
}

.hw-section-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6B7A99;
  margin: 18px 0 10px;
}
.hw-section-label:first-child { margin-top: 0; }

.hw-hint {
  font-size: 12px;
  color: #6B7A99;
  margin: 2px 0 12px;
}
.hw-hint-top {
  font-size: 12.5px;
  color: #93A0B4;
  margin: 0 0 14px;
  line-height: 1.55;
}

.hw-field {
  display: block;
  margin: 0 0 14px;
}
.hw-fieldset { border: 0; padding: 0; }
.hw-field-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: #B8C2D6;
  margin-bottom: 6px;
}
.hw-field-label i {
  font-style: normal;
  font-size: 13px;
  filter: grayscale(1) brightness(1.1);
  opacity: 0.85;
}
.hw-field-label b {
  color: #F5A623;
  font-weight: 700;
  margin-left: 2px;
}
.hw-optional {
  font-weight: 400;
  color: #6B7A99;
  margin-left: 4px;
}
.hw-field input[type="text"],
.hw-field input[type="tel"],
.hw-field input[type="email"],
.hw-field textarea {
  width: 100%;
  background: #16233A;
  border: 1px solid #2A3B58;
  color: #F5F5F0;
  border-radius: 9px;
  padding: 11px 12px;
  font-size: 14px;
  outline: none;
  font-family: inherit;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.hw-field input:focus,
.hw-field textarea:focus {
  border-color: #F5D93E;
  box-shadow: 0 0 0 3px rgba(245,217,62,0.15);
}
.hw-field input::placeholder,
.hw-field textarea::placeholder { color: #5A6B87; }
.hw-field textarea { resize: vertical; min-height: 72px; }

/* Pill buttons (yes/no, absence, donation) */
.hw-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.hw-pill {
  background: #16233A;
  border: 1px solid #2A3B58;
  color: #D8DEE9;
  border-radius: 20px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
  font-family: inherit;
}
.hw-pill:hover { border-color: #F5D93E; color: #F5F5F0; }
.hw-pill.is-active {
  background: #F5D93E;
  color: #0F1B2D;
  border-color: #F5D93E;
}
.hw-pill i {
  font-style: normal;
  font-size: 12px;
  color: currentColor;
}
.hw-pill-input {
  background: #16233A !important;
  border: 1px solid #2A3B58 !important;
  color: #F5F5F0 !important;
  border-radius: 20px !important;
  padding: 8px 12px !important;
  font-size: 13px !important;
  width: 90px !important;
  font-family: inherit;
}
.hw-pill-input:focus {
  outline: none;
  border-color: #F5D93E !important;
  box-shadow: 0 0 0 3px rgba(245,217,62,0.15);
}
.hw-pill-input::placeholder { color: #5A6B87; }

.hw-skip {
  background: none;
  border: none;
  color: #6B7A99;
  font-size: 12.5px;
  text-decoration: underline;
  cursor: pointer;
  padding: 4px 0;
  margin: 6px 0 4px;
  font-family: inherit;
}
.hw-skip.is-active {
  color: #F5D93E;
  text-decoration: none;
}

/* Consent */
.hw-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #131F35;
  border: 1px solid #1E2C45;
  border-radius: 12px;
  padding: 12px 14px;
  cursor: pointer;
  font-size: 12.5px;
  color: #B8C2D6;
  line-height: 1.5;
  margin: 0;
}
.hw-consent input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.hw-consent-box {
  width: 20px; height: 20px;
  border-radius: 6px;
  border: 1.5px solid #3A4A66;
  background: transparent;
  display: grid; place-items: center;
  flex-shrink: 0;
  margin-top: 1px;
  position: relative;
  transition: background .15s ease, border-color .15s ease;
}
.hw-consent input:checked ~ .hw-consent-box {
  background: #F5D93E;
  border-color: #F5D93E;
}
.hw-consent input:checked ~ .hw-consent-box::after {
  content: '';
  width: 5px; height: 10px;
  border: solid #0F1B2D;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
  margin-top: -3px;
}
.hw-consent strong { color: #F5F5F0; }

.hw-tip {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #131F35;
  border: 1px dashed #2A3B58;
  border-radius: 12px;
  padding: 12px 14px;
  margin-top: 18px;
  font-size: 12.5px;
  color: #93A0B4;
  line-height: 1.55;
}
.hw-tip i { font-style: normal; font-size: 15px; flex-shrink: 0; }
.hw-tip strong { color: #F5F5F0; }

/* Step nav */
.hw-step-nav {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.hw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 12px;
  padding: 14px 18px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .1s ease, background .15s ease, color .15s ease;
}
.hw-btn:active { transform: scale(0.98); }
.hw-btn--primary {
  flex: 1;
  background: #F5D93E;
  color: #0F1B2D;
  font-size: 15px;
  font-weight: 800;
}
.hw-btn--primary:hover { background: #FFE04D; }
.hw-btn--primary[disabled], .hw-btn--primary.is-disabled {
  background: #243450;
  color: #5A6B87;
  cursor: not-allowed;
}
.hw-btn--back {
  background: #16233A;
  color: #93A0B4;
  border: 1px solid #2A3B58;
}
.hw-btn--back:hover { color: #F5F5F0; border-color: #F5D93E; }

.hw-spinner {
  display: none;
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(15,27,45,0.35);
  border-top-color: #0F1B2D;
  animation: hw-spin .8s linear infinite;
}
.hw-btn.is-loading .hw-btn-label { opacity: 0.6; }
.hw-btn.is-loading .hw-spinner { display: inline-block; }
@keyframes hw-spin { to { transform: rotate(360deg); } }

.hw-footer {
  text-align: center;
  font-size: 11px;
  color: #4A5A78;
  padding: 12px 0 4px;
  margin-top: 8px;
  border-top: 1px solid #1E2C45;
}

/* Success state */
.hw-success {
  text-align: center;
  padding: 20px 8px 8px;
  animation: hw-fade .25s ease;
}
.hw-success-badge {
  width: 56px; height: 56px;
  border-radius: 28px;
  background: #F5D93E;
  color: #0F1B2D;
  display: grid; place-items: center;
  margin: 0 auto 18px;
  font-size: 26px;
  font-weight: 800;
}
.hw-success-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #F5F5F0;
  margin-bottom: 8px;
}
.hw-success-body {
  font-size: 14px;
  color: #93A0B4;
  line-height: 1.6;
  max-width: 320px;
  margin: 0 auto 24px;
}

@media (max-width: 640px) {
  .hw-card { padding: 18px 16px 14px; border-radius: 16px; }
  .hw-card-title { font-size: 16px; }
  .hw-pill-input { width: 100% !important; }
}

/* =============================================================
   VOLUNTEER FIELD REPORT — checklist accordion, same dark card
============================================================= */
.vr-cats {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.vr-cat {
  background: #131F35;
  border: 1px solid #1E2C45;
  border-radius: 12px;
  overflow: hidden;
}
.vr-cat-head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 14px;
  cursor: pointer;
  list-style: none;
  font-family: inherit;
  color: #F5F5F0;
}
.vr-cat-head::-webkit-details-marker { display: none; }
.vr-cat-icon { font-size: 15px; }
.vr-cat-label { font-size: 14px; font-weight: 700; }
.vr-cat-badge {
  background: #F5D93E;
  color: #0F1B2D;
  font-size: 11px;
  font-weight: 800;
  border-radius: 10px;
  padding: 1px 7px;
}
.vr-cat-chev {
  margin-left: auto;
  width: 16px; height: 16px;
  flex-shrink: 0;
  position: relative;
}
.vr-cat-chev::before {
  content: '';
  position: absolute;
  top: 6px; left: 3px;
  width: 8px; height: 8px;
  border-right: 1.5px solid #93A0B4;
  border-bottom: 1.5px solid #93A0B4;
  transform: rotate(45deg);
  transition: transform .15s ease;
}
.vr-cat[open] .vr-cat-chev::before { transform: rotate(-135deg); top: 8px; }

.vr-items { padding: 0 8px 8px; }
.vr-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 8px;
  border-radius: 8px;
  cursor: pointer;
}
.vr-item:hover { background: #1B2A44; }
.vr-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.vr-item-check {
  width: 20px; height: 20px;
  border-radius: 6px;
  border: 1.5px solid #3A4A66;
  flex-shrink: 0;
  position: relative;
  transition: background .15s ease, border-color .15s ease;
}
.vr-item input:checked ~ .vr-item-check {
  background: #F5D93E;
  border-color: #F5D93E;
}
.vr-item input:checked ~ .vr-item-check::after {
  content: '';
  position: absolute;
  top: 3px; left: 6px;
  width: 5px; height: 10px;
  border: solid #0F1B2D;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}
.vr-item-label { font-size: 13px; color: #D8DEE9; flex: 1; }
.vr-level {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 3px 6px;
  flex-shrink: 0;
}
.vr-level--routine   { color: #4ADE80; background: rgba(74,222,128,0.14); }
.vr-level--urgent    { color: #F5A623; background: rgba(245,166,35,0.14); }
.vr-level--emergency { color: #E5484D; background: rgba(229,72,77,0.14); }

.vr-emergency {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #3A1518;
  border: 1px solid #5A2226;
  color: #F5A0A0;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 12.5px;
  font-weight: 600;
  margin-bottom: 16px;
}
.vr-emergency[hidden] { display: none; }
.vr-emergency i { font-style: normal; flex-shrink: 0; }

.vr-submit[disabled] {
  background: #243450;
  color: #5A6B87;
  cursor: not-allowed;
}
