/*
Theme Name: Protect Ladera
Theme URI: https://protectladera.org
Author: Sonnenberg Design
Description: Protect Ladera v2 design system as a WordPress theme. Built 2026-08-26 from www/v2/index.html + interior.html. Source of truth lives in the SD vault at clients/protectladera.org/site-build/theme/.
Version: 1.7.1
Requires PHP: 8.0
Text Domain: protect-ladera
*/


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
button { font: inherit; color: inherit; }

:root {
  --paper: #F7FAF7;
  --navy: #19375C;
  --navy-deep: #0F2440;
  --mint: #89D499;
  --mint-pale: #C9EBD1;
  --mint-wash: #EAF7ED;
  --green: #2E7D46;
  --green-deep: #226237;
  --blue: #2E5F9E;
  --blue-soft: #C3D2E4;
  --blue-wash: #EDF2F8;
  --muted: #56677B;
  --display: 'Anton', 'Arial Narrow', sans-serif;
  --body: 'Inter', sans-serif;
  --radius-card: 16px;
  --radius-pill: 999px;
  --shadow-lift: 0 14px 32px rgba(15, 36, 64, 0.18);
  --ease-pop: cubic-bezier(0.34, 1.56, 0.64, 1);
}

body {
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--navy-deep);
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: var(--display); font-weight: 400; text-transform: uppercase; line-height: 1.02; letter-spacing: 0.01em; text-wrap: balance; }
p, li, small, label, span, a, button { text-wrap: pretty; }
a, a:link, a:visited, a:active { color: inherit; text-decoration: none; }
.action-card p, .update-card p, .media-tile-body p, .signup-tile p, .mission-col p, .vol-panel p { text-wrap: balance; }
img { max-width: 100%; display: block; }
a { color: var(--blue); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
.section { padding: clamp(3rem, 7vw, 5.5rem) 0; }

/* Section eyebrow. Plain type on purpose (2026-09-03): this used to be a filled
   pill with a border and pill radius, which read as a button and competed with the
   real CTAs. It now matches .popup-kicker and .hero-tag, which were already plain. */
.kicker {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--green);
  margin-bottom: 0.85rem;
}
.on-dark .kicker { color: var(--mint); }

.h2 { font-size: clamp(2rem, 4.6vw, 3.25rem); color: var(--navy); }
.on-dark .h2 { color: #fff; }
.section-head { max-width: 760px; margin-bottom: clamp(1.75rem, 4vw, 2.5rem); }
.section-head p { margin-top: 0.9rem; color: var(--muted); font-size: 1.0625rem; }
.on-dark .section-head p { color: rgba(255,255,255,0.82); }

/* Split section header: title left, "see all" link right */
.head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }

.more-link, .more-link:visited {
  font-family: var(--display);
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: var(--green);
  border-bottom: 3px solid var(--mint);
  padding-bottom: 0.15rem;
  white-space: nowrap;
  transition: color 180ms ease, border-color 180ms ease;
}
.more-link:hover { color: var(--green-deep); border-color: var(--green); }
.on-dark .more-link { color: var(--mint); border-color: rgba(137,212,153,0.5); }
.on-dark .more-link:hover { color: #fff; border-color: var(--mint); }

.btn {
  display: inline-block;
  font-family: var(--display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.0625rem;
  text-decoration: none;
  text-align: center;
  padding: 0.95rem 2.25rem;
  border-radius: var(--radius-pill);
  border: 3px solid transparent;
  cursor: pointer;
  transition: transform 200ms var(--ease-pop), box-shadow 200ms ease, background-color 180ms ease, color 180ms ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-lift); }
.btn-green, .btn-green:link, .btn-green:visited { background: var(--green); border-color: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-deep); border-color: var(--green-deep); }
.btn-mint, .btn-mint:link, .btn-mint:visited { background: var(--mint); border-color: var(--mint); color: var(--navy-deep) !important; }
.btn-mint:hover { background: var(--mint-pale); border-color: var(--mint-pale); }
.btn-outline, .btn-outline:visited { background: transparent; border-color: var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.on-dark .btn-outline, .hero .btn-outline { border-color: rgba(255,255,255,0.85); color: #fff; }
.on-dark .btn-outline:hover, .hero .btn-outline:hover { background: #fff; color: var(--navy); }

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--blue-soft);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 0.7rem; }
.nav-logo img { width: clamp(100px, 10vw, 120px); height: auto; }
.nav-links { display: flex; align-items: center; gap: clamp(0.9rem, 2.2vw, 1.75rem); }
.nav-links a, .nav-links a:visited {
  font-size: 0.9375rem; font-weight: 600; text-decoration: none; color: var(--navy);
  padding: 0.3rem 0.1rem; border-bottom: 3px solid transparent;
  transition: border-color 160ms ease;
}
.nav-links a:hover { border-bottom-color: var(--mint); }
.nav-links a[aria-current="page"] { border-bottom-color: var(--green); }
.nav-cta { white-space: nowrap; }
@media (max-width: 860px) { .nav-links { display: none; } }

/* ---------- DONATION PROMO BAND (2026-09-03) ----------
   Sits between the sticky nav and the hero. Mint rather than green so it reads as a
   bright attention strip against BOTH the white nav above it and the navy hero
   below; a green band would stack two dark blocks. Note the :link on the button,
   same specificity trap as everywhere else. */
.promo-band { background: var(--mint); color: var(--navy-deep); }
.promo-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 0.7rem 1.5rem; padding-block: 0.8rem; text-align: center;
}
.promo-text { font-size: 1.0625rem; font-weight: 600; margin: 0; text-wrap: balance; }
.promo-btn, .promo-btn:link, .promo-btn:visited {
  background: var(--navy-deep); border-color: var(--navy-deep); color: #fff;
  padding: 0.55rem 1.5rem; font-size: 0.9375rem; white-space: nowrap;
}
.promo-btn:hover { background: var(--navy); border-color: var(--navy); color: #fff; }
@media (max-width: 560px) {
  .promo-text { font-size: 0.9375rem; }
  .promo-inner { padding-block: 0.9rem; }
}

/* ---------- HERO ---------- */
.hero { position: relative; background: var(--navy-deep); color: #fff; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media video { width: 100%; height: 100%; object-fit: cover; opacity: 0.38; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,36,64,0.25) 0%, rgba(15,36,64,0.78) 78%, #0F2440 100%);
}
.hero-inner { position: relative; padding-block: clamp(4.5rem, 11vw, 8.5rem) clamp(3.5rem, 8vw, 6rem); }
.hero h1 { font-size: clamp(3rem, 8.5vw, 6.75rem); color: #fff; max-width: 22ch; }
.hero h1 em { font-style: normal; color: var(--mint); }
.hero-sub { margin: 1.5rem 0 2.25rem; font-size: clamp(1.0625rem, 1.5vw, 1.125rem); line-height: 1.6; color: rgba(255,255,255,0.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem 1.25rem; align-items: center; }
.hero-tag {
  font-family: var(--display); text-transform: uppercase; letter-spacing: 0.14em;
  font-size: 0.9375rem; color: var(--mint); margin-bottom: 1.25rem;
}

/* ---------- MISSION STRIP ---------- */
.mission { background: var(--mint-wash); border-bottom: 1px solid var(--mint-pale); }
.mission-grid { padding-block: clamp(2rem, 4.5vw, 3rem); display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 4vw, 3rem); }
.mission-word { font-family: var(--display); text-transform: uppercase; font-size: clamp(1.25rem, 2.4vw, 1.625rem); color: var(--navy); letter-spacing: 0.03em; line-height: 1.25; margin-bottom: 0.4rem; }
.mission-word span { color: var(--green); }
.mission-col p { margin: 0; color: var(--navy); font-size: 1rem; max-width: 36ch; }
@media (max-width: 760px) { .mission-grid { grid-template-columns: 1fr; gap: 1.4rem; } }

/* ---------- CAMPAIGN CARDS ---------- */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.2vw, 1.75rem); }
.card {
  background: #fff;
  border: 1px solid var(--blue-soft);
  border-radius: var(--radius-card);
  padding: clamp(1.5rem, 2.5vw, 2rem);
  display: flex; flex-direction: column; gap: 0.75rem;
  transition: transform 220ms var(--ease-pop), box-shadow 220ms ease, border-color 180ms ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); border-color: var(--mint); }
.card h3 { font-size: 1.375rem; color: var(--navy); letter-spacing: 0.02em; }
.card p { font-size: 0.9688rem; color: var(--muted); }
.card-tag {
  align-self: flex-start; font-size: 0.7188rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;
  padding: 0.25rem 0.75rem; border-radius: var(--radius-pill);
  background: var(--mint-pale); color: var(--navy);
}
.card-tag.tag-blue { background: var(--blue-wash); color: var(--blue); border: 1px solid var(--blue-soft); }
.card .card-link, .card .card-link:visited {
  margin-top: auto; padding-top: 0.5rem;
  font-weight: 700; font-size: 0.9375rem; text-decoration: none; color: var(--green);
}
.card .card-link:hover { color: var(--green-deep); text-decoration: underline; }

/* ---------- ACTION BAND (dark) ---------- */
.band-dark { background: var(--navy); color: #fff; }
.action-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.2vw, 1.75rem); }
.action-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: var(--radius-card);
  padding: clamp(1.5rem, 2.5vw, 2rem);
  display: flex; flex-direction: column; gap: 0.7rem;
  transition: border-color 180ms ease, background-color 180ms ease;
}
.action-card:hover { border-color: var(--mint); background: rgba(255,255,255,0.09); }
.action-num {
  font-family: var(--display); font-size: 1.0625rem; color: var(--navy-deep);
  background: var(--mint); width: 2.1rem; height: 2.1rem; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.action-card h3 { font-size: 1.3125rem; color: #fff; letter-spacing: 0.02em; }
.action-card p { font-size: 0.9688rem; color: rgba(255,255,255,0.8); }

/* ---------- GET INVOLVED ---------- */
.action-card .action-btn { margin-top: auto; align-self: flex-start; padding: 0.7rem 1.4rem; font-size: 0.9375rem; }

/* Light variant of the action band (Get Involved page, Aaron 2026-09-02) */
.band-light { background: var(--mint-wash); }
/* .band-light .kicker: pill removed 2026-09-03, nothing left to override. */
.band-light .action-card { background: #fff; border: 1px solid var(--blue-soft); }
.band-light .action-card:hover { border-color: var(--mint); background: #fff; }
.band-light .action-card h3 { color: var(--navy); }
.band-light .action-card p { color: var(--muted); }
.vol-panel { display: none; margin-top: clamp(1.5rem, 3vw, 2.25rem); }
.vol-panel.show { display: block; }
.vol-panel form {
  background: rgba(255,255,255,0.06); border: 1px solid var(--mint);
  border-radius: var(--radius-card); padding: clamp(1.5rem, 2.5vw, 2rem);
  display: flex; flex-direction: column; gap: 1rem; max-width: 720px;
}
.vol-panel h3 { font-size: 1.5rem; color: #fff; letter-spacing: 0.02em; }
.vol-panel p { font-size: 0.9375rem; color: rgba(255,255,255,0.8); }
.vol-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.vol-grid input {
  font: inherit; font-size: 1rem; padding: 0.85rem 1.2rem; border: 2px solid transparent;
  border-radius: var(--radius-pill); background: #fff; color: var(--navy-deep); width: 100%;
}
.vol-grid input:focus { outline: none; border-color: var(--mint); }
.vol-grid .full { grid-column: 1 / -1; }
.hp-field { position: absolute; left: -9999px; }
.vol-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.vol-msg { font-size: 0.9375rem; color: var(--mint); }
.vol-msg.err { color: #ffb4b4; }
@media (max-width: 600px) { .vol-grid { grid-template-columns: 1fr; } }
.involve { background: var(--blue-wash); }
.involve-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.2vw, 1.75rem); }
.involve-card {
  background: #fff; border-radius: var(--radius-card); overflow: hidden;
  border: 1px solid var(--blue-soft);
  display: flex; flex-direction: column;
  transition: transform 220ms var(--ease-pop), box-shadow 220ms ease;
}
.involve-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.involve-top { padding: 1.1rem 1.5rem; font-family: var(--display); text-transform: uppercase; letter-spacing: 0.04em; font-size: 1.25rem; }
.involve-top.t-mint { background: var(--mint); color: var(--navy-deep); }
.involve-top.t-navy { background: var(--navy); color: #fff; }
.involve-top.t-green { background: var(--green); color: #fff; }
.involve-body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: 0.6rem; flex: 1; }
.involve-body p { font-size: 0.9688rem; color: var(--muted); }
.involve-body .card-link, .involve-body .card-link:visited { margin-top: auto; padding-top: 0.6rem; font-weight: 700; font-size: 0.9375rem; text-decoration: none; color: var(--green); }
.involve-body .card-link:hover { text-decoration: underline; }

/* ---------- UPDATES ---------- */
.update-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.2vw, 1.75rem); }
.update-card {
  border: 1px solid var(--blue-soft); border-radius: var(--radius-card);
  padding: clamp(1.4rem, 2.4vw, 1.9rem); background: #fff;
  display: flex; flex-direction: column; gap: 0.55rem;
  transition: transform 220ms var(--ease-pop), box-shadow 220ms ease;
}
.update-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.update-date { font-size: 0.8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--green); }
.update-card h3 { font-size: 1.25rem; color: var(--navy); letter-spacing: 0.02em; }
.update-card p { font-size: 0.9375rem; color: var(--muted); }

/* ---------- MEDIA + SIGNUP SPLIT ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 3.5vw, 3rem); align-items: stretch; }
.media-tile {
  position: relative; border-radius: var(--radius-card); overflow: hidden; min-height: 300px;
  background: var(--navy-deep); display: flex; align-items: flex-end;
  border: 1px solid var(--blue-soft);
}
.media-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.45; }
.media-tile::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,36,64,0.1), rgba(15,36,64,0.85));
}
.media-tile-body { position: relative; padding: 1.75rem; color: #fff; }
.media-tile-body h3 { font-size: 1.5rem; color: #fff; margin-bottom: 0.4rem; letter-spacing: 0.02em; }
.media-tile-body p { font-size: 0.9375rem; color: rgba(255,255,255,0.85); margin-bottom: 1rem; }
.play-chip {
  position: absolute; top: 1.5rem; left: 1.75rem;
  width: 3.25rem; height: 3.25rem; border-radius: 50%;
  background: var(--mint); color: var(--navy-deep);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
}
.signup-tile {
  background: var(--mint-wash); border: 1px solid var(--mint-pale);
  border-radius: var(--radius-card); padding: clamp(1.75rem, 3vw, 2.5rem);
  display: flex; flex-direction: column; justify-content: center; gap: 1rem;
}
.signup-tile h3 { font-size: 1.625rem; color: var(--navy); letter-spacing: 0.02em; }
.signup-tile p { font-size: 0.9688rem; color: var(--muted); }
.signup-row { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.signup-row input {
  flex: 1 1 220px; font: inherit; font-size: 1rem;
  padding: 0.85rem 1.2rem; border: 2px solid var(--navy);
  border-radius: var(--radius-pill); background: #fff; color: var(--navy-deep);
}
.signup-note { font-size: 0.8125rem; color: var(--muted); }

/* ---------- FOOTER (redesigned 2026-09-03) ----------
   NOTE the :link on every anchor rule below. The global reset
   `a, a:link, a:visited { color: inherit }` has specificity (0,1,1) and beats a
   bare class selector (0,1,0), so a footer link rule written as `.footer-col a`
   alone silently loses. Same trap that turned the green buttons navy. */
.footer { background: var(--navy-deep); color: rgba(255,255,255,0.8); padding: clamp(3rem, 6vw, 4.5rem) 0 1.75rem; }

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.footer-logo { width: 88px; height: auto; }
.footer-tagline {
  font-family: var(--display); font-weight: 400; text-transform: uppercase;
  letter-spacing: 0.04em; font-size: 1.125rem; color: var(--mint);
  margin: 0.9rem 0 0;
}
.footer-blurb { font-size: 0.875rem; line-height: 1.65; color: rgba(255,255,255,0.62); max-width: 42ch; margin: 0.55rem 0 0; }

.footer-social { display: flex; flex-wrap: wrap; gap: 0.6rem; list-style: none; padding: 0; margin: 1.4rem 0 0; }
.footer-social a, .footer-social a:link, .footer-social a:visited {
  display: grid; place-items: center; width: 40px; height: 40px;
  border-radius: 50%; background: rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.88);
  transition: background-color 180ms ease, color 180ms ease, transform 200ms var(--ease-pop);
}
.footer-social a:hover { background: var(--green); color: #fff; transform: translateY(-2px); }
.footer-social a:focus-visible { outline: 3px solid var(--mint); outline-offset: 2px; }
.footer-social svg { width: 18px; height: 18px; fill: currentColor; }

.footer-col { display: flex; flex-direction: column; align-items: flex-start; }
.footer-h {
  font-family: var(--display); font-weight: 400; text-transform: uppercase;
  letter-spacing: 0.08em; font-size: 0.8125rem; color: #fff;
  margin: 0 0 0.9rem;
}
.footer-col a, .footer-col a:link, .footer-col a:visited {
  display: block; padding: 0.32rem 0;
  font-size: 0.9375rem; font-weight: 600; text-decoration: none;
  color: rgba(255,255,255,0.78);
  transition: color 160ms ease;
}
.footer-col a:hover { color: var(--mint); }
.footer-col a[aria-current="page"] { color: var(--mint); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 1.5rem;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 0.75rem 1.75rem;
}
/* min-width:0 is load-bearing: as flex items these refuse to shrink below their
   content width without it, and the entity line overflowed the viewport on phones. */
.footer-entity { flex: 1 1 20rem; min-width: 0; font-size: 0.8125rem; line-height: 1.6; color: rgba(255,255,255,0.5); margin: 0; max-width: 62ch; }
.footer-legal { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 1.25rem; min-width: 0; }
.footer-legal a, .footer-legal a:link, .footer-legal a:visited {
  font-size: 0.8125rem; font-weight: 600; text-decoration: none;
  color: rgba(255,255,255,0.7);
  transition: color 160ms ease;
}
.footer-legal a:hover { color: var(--mint); }
.footer-legal span { font-size: 0.8125rem; color: rgba(255,255,255,0.45); white-space: nowrap; }

@media (max-width: 860px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  /* align-items must stay stretch here. With flex-direction:column, flex-start
     makes each child shrink-to-fit its own content, and the entity paragraph's
     fit-content is wider than the phone viewport, which pushed the page sideways. */
  .footer-bottom { flex-direction: column; align-items: stretch; }
  .footer-entity { flex: 0 0 auto; max-width: 100%; }
}
@media (max-width: 520px) {
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
}

/* ---------- SURVEY POPUP ---------- */
/* The overlay MUST scroll. It used to be `align-items: center` with no overflow,
   which silently broke every popup taller than the screen: flex centring pushed the
   top above the viewport and the bottom below it, and nothing could scroll, so on a
   phone the submit button was simply unreachable (found 2026-09-03).
   The fix is `align-items: flex-start` + `overflow-y: auto` on the backdrop and
   `margin: auto` on the popup: auto margins still centre it when there is room, and
   when there is not, the popup starts at the top and the overlay scrolls instead of
   clipping. Do not put `align-items: center` back here. */
.popup-backdrop {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(15, 36, 64, 0.62);
  display: none; align-items: flex-start; justify-content: center;
  padding: 1.25rem;
  overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain;
}
.popup-backdrop.show { display: flex; }
.popup {
  width: 100%; max-width: 520px; margin: auto; background: #fff;
  border-radius: 20px; padding: clamp(1.75rem, 4vw, 2.5rem);
  text-align: center; position: relative;
  box-shadow: 0 24px 64px rgba(15,36,64,0.35);
  animation: pop-in 260ms var(--ease-pop);
}
@keyframes pop-in { from { opacity: 0; transform: scale(0.92) translateY(14px); } to { opacity: 1; transform: none; } }
.popup-close {
  position: absolute; top: 0.9rem; right: 0.9rem;
  width: 2.25rem; height: 2.25rem; border-radius: 50%;
  border: none; background: var(--blue-wash); color: var(--navy);
  cursor: pointer; padding: 0;
  display: flex; align-items: center; justify-content: center;
}
.popup-close svg { display: block; }
.popup-close:hover { background: var(--blue-soft); }
.popup .logo { width: 170px; margin: 0 auto 1rem; }
.popup-kicker { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--green); margin-bottom: 0.6rem; }
.popup-q { font-size: clamp(1.125rem, 2.4vw, 1.3125rem); line-height: 1.45; font-weight: 600; color: var(--navy); max-width: 36ch; margin: 0 auto; text-wrap: balance; }
.donate-pop-body { margin: 0.9rem auto 0; max-width: 46ch; font-size: 0.9375rem; line-height: 1.6; color: var(--muted); }
.reps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin: 1.1rem auto 0; max-width: 420px; }
.reps-grid input { width: 100%; font: inherit; font-size: 1rem; padding: 0.85rem 1rem; border: 2px solid var(--blue-soft); border-radius: 12px; background: #fff; color: var(--navy-deep); }
.reps-grid input:focus { outline: 3px solid var(--mint); outline-offset: 1px; border-color: var(--mint); }
.reps-alt { margin-top: 1rem; font-size: 0.8125rem; color: var(--muted); }
.popup .vol-msg-dark { display: block; margin-top: 0.75rem; font-size: 0.9375rem; }
.reps-alt a { color: var(--blue); text-decoration: underline; }
@media (max-width: 480px) { .reps-grid { grid-template-columns: 1fr; } }
#reps-send:disabled { opacity: 0.45; cursor: not-allowed; transform: none; box-shadow: none; }
.popup-choices { display: flex; gap: 0.9rem; justify-content: center; margin-top: 1.5rem; }
.popup-choices .btn { flex: 1 1 0; max-width: 180px; }
/* The 180px cap above sizes the survey's short Yes/No pair. The reps popup puts a
   single long label in the same row, and the cap wrapped "Send My Message" onto two
   lines. Let that one button size to its text instead. */
#reps-send { flex: 0 1 auto; max-width: none; white-space: nowrap; }
@media (max-width: 400px) { #reps-send { padding-inline: 1.4rem; } }
.popup-skip {
  display: inline-block; margin-top: 1.1rem; font-size: 0.875rem; color: var(--muted);
  background: none; border: none; text-decoration: underline; cursor: pointer;
}

/* Demo-only helper chip */
.demo-chip-retired {
  position: fixed; bottom: 1rem; right: 1rem; z-index: 80;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  background: var(--navy); color: #fff; border: none; border-radius: var(--radius-pill);
  padding: 0.5rem 1rem; cursor: pointer; opacity: 0.85;
}

@media (max-width: 900px) {
  .card-grid, .action-grid, .involve-grid, .update-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .card-grid, .action-grid, .involve-grid, .update-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}


/* ===== Interior components (from interior.html) ===== */
.narrow { max-width: 780px; }
.btn-green { background: var(--green); border-color: var(--green); color: #fff; }
.btn-mint { background: var(--mint); border-color: var(--mint); color: var(--navy-deep); }
.btn-outline { background: transparent; border-color: var(--navy); color: var(--navy); }
/* NAV (same as homepage) */
.nav { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--blue-soft); }
.nav-links a { font-size: 0.9375rem; font-weight: 600; text-decoration: none; color: var(--navy); padding: 0.3rem 0.1rem; border-bottom: 3px solid transparent; transition: border-color 160ms ease; }
/* PAGE HERO: short navy band, breadcrumb, big Anton title */
.page-hero { background: var(--navy); color: #fff; padding: clamp(2.75rem, 6vw, 4.5rem) 0 clamp(2.5rem, 5vw, 3.5rem); position: relative; overflow: hidden; }
.page-hero::after {
  /* subtle hillside arc, echoes the logo without needing an image */
  content: ""; position: absolute; left: -10%; right: -10%; bottom: -78%; height: 100%;
  background: var(--navy-deep); border-radius: 50% 50% 0 0; opacity: 0.55;
}
.page-hero .container { position: relative; z-index: 1; }
.crumb { font-size: 0.875rem; font-weight: 600; margin-bottom: 1.25rem; color: rgba(255,255,255,0.75); }
.crumb a { color: var(--mint); text-decoration: none; }
.crumb a:hover { text-decoration: underline; }
.page-hero h1 { font-size: clamp(2.75rem, 7vw, 5rem); color: #fff; max-width: 16ch; }
.page-hero h1 em { font-style: normal; color: var(--mint); }
.page-lead { margin-top: 1.25rem; font-size: clamp(1.0625rem, 1.7vw, 1.1875rem); color: rgba(255,255,255,0.88); max-width: 58ch; }
/* CONTENT BLOCKS */
.prose { max-width: 68ch; }
.prose p { margin-bottom: 1.1rem; }
.prose p strong { color: var(--navy); }
.role-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.2vw, 1.75rem); margin-top: clamp(1.5rem, 3vw, 2.25rem); }
.role-card {
  background: #fff; border: 1px solid var(--blue-soft); border-radius: var(--radius-card);
  padding: clamp(1.4rem, 2.4vw, 1.9rem);
  display: flex; flex-direction: column; gap: 0.6rem;
  transition: transform 220ms var(--ease-pop), box-shadow 220ms ease, border-color 180ms ease;
}
.role-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--mint); }
.role-ico {
  width: 2.6rem; height: 2.6rem; border-radius: 12px;
  background: var(--mint-wash); border: 1px solid var(--mint-pale);
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
}
.role-card h3 { font-size: 1.25rem; color: var(--navy); letter-spacing: 0.02em; }
.role-card p { font-size: 0.9375rem; color: var(--muted); }
/* STEPS */
.steps-band { background: var(--mint-wash); border-top: 1px solid var(--mint-pale); border-bottom: 1px solid var(--mint-pale); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.2vw, 1.75rem); margin-top: clamp(1.5rem, 3vw, 2.25rem); }
.step { display: flex; flex-direction: column; gap: 0.55rem; }
.step-num { font-family: var(--display); font-size: 2.5rem; color: var(--green); line-height: 1; }
.step h3 { font-size: 1.1875rem; color: var(--navy); letter-spacing: 0.02em; }
.step p { font-size: 0.9375rem; color: var(--muted); }
/* HIGHLIGHT PANEL (teen leaders) */
.panel {
  background: var(--navy); color: #fff; border-radius: var(--radius-card);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(1.5rem, 3.5vw, 3rem); align-items: center;
}
.panel h2 { color: #fff; font-size: clamp(1.625rem, 3.2vw, 2.375rem); }
.panel p { color: rgba(255,255,255,0.85); font-size: 0.9688rem; margin-top: 0.8rem; }
.panel-list { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.panel-list li { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.9688rem; color: rgba(255,255,255,0.9); }
.panel-list li::before { content: "✓"; flex-shrink: 0; width: 1.4rem; height: 1.4rem; border-radius: 50%; background: var(--mint); color: var(--navy-deep); font-size: 0.8rem; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-top: 0.15rem; }
/* FAQ */
.faq { max-width: 780px; margin-top: clamp(1.5rem, 3vw, 2.25rem); }
.faq details { background: #fff; border: 1px solid var(--blue-soft); border-radius: var(--radius-card); margin-bottom: 0.9rem; }
.faq details[open] { border-color: var(--mint); }
.faq summary {
  font-weight: 700; font-size: 1rem; color: var(--navy);
  padding: 1.1rem 1.4rem; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--display); font-size: 1.4rem; color: var(--green); line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq-a { padding: 0 1.4rem 1.3rem; color: var(--muted); font-size: 0.9688rem; }
/* CTA BAND */
.cta-band { background: var(--navy-deep); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; font-size: clamp(1.875rem, 4.2vw, 3rem); }
.cta-band p { color: rgba(255,255,255,0.85); max-width: 52ch; margin: 1rem auto 1.75rem; }
.cta-row { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
/* FOOTER (interior pages share the redesigned footer above; this only adds the top rule) */
.footer { border-top: 1px solid rgba(255,255,255,0.12); }
@media (max-width: 900px) {
  .role-grid, .steps { grid-template-columns: 1fr 1fr; }
  .panel { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .role-grid, .steps { grid-template-columns: 1fr; }
  .cta-row .btn { width: 100%; }
}

/* ===== Theme additions (WordPress + shared components) ===== */
[hidden] { display: none !important; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--navy); color: #fff; padding: 0.6rem 1rem; z-index: 100; }
.skip-link:focus { left: 1rem; top: 1rem; }
.nav-cta { padding: 0.6rem 1.5rem; font-size: 0.9375rem; }
.hp-field { position: absolute; left: -9999px; }

/* Popup: vote + results */
.popup { max-width: 560px; }
.popup .street-field { position: relative; text-align: left; margin: 1.1rem auto 0; max-width: 420px; }
.street-label { display: block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--navy); margin-bottom: 0.4rem; }
/* One input look across the site (2026-09-03, Aaron): --blue-soft, not --navy.
   The picker keeps its larger type and its green .picked confirmation state, it just
   no longer outweighs every other field around it. */
.street-field input { width: 100%; font: inherit; font-size: 1.0625rem; padding: 0.85rem 1rem; border: 2px solid var(--blue-soft); border-radius: 12px; background: #fff; color: var(--navy-deep); }
.street-field input:focus { outline: 3px solid var(--mint); outline-offset: 1px; }
.street-field input.picked { border-color: var(--green); background: var(--mint-wash); }
.street-list { position: absolute; z-index: 20; left: 0; right: 0; top: 100%; margin: 0.35rem 0 0; padding: 0.25rem; list-style: none; background: #fff; border: 2px solid var(--blue-soft); border-radius: 12px; box-shadow: var(--shadow-lift); max-height: 14rem; overflow-y: auto; display: none; text-align: left; }
.street-list.show { display: block; }
.street-list li { padding: 0.6rem 0.75rem; border-radius: 8px; cursor: pointer; font-size: 1rem; color: var(--navy-deep); }
.street-list li:hover, .street-list li.active { background: var(--mint-wash); }
.street-list li.not-listed { color: var(--muted); font-style: italic; }
.street-fine { margin-top: 0.45rem; font-size: 0.75rem; color: var(--muted); }
.popup-choices { margin-top: 1.1rem; }
.popup .vote-btn:disabled { opacity: 0.45; cursor: not-allowed; transform: none; box-shadow: none; }
.popup #vote-err { margin-top: 0.75rem; }
.big-pct { font-family: var(--display); font-size: clamp(3.5rem, 9vw, 5.5rem); color: var(--green); line-height: 1; margin: 0.75rem 0 0.25rem; }
.big-pct small { display: block; font-family: var(--body); font-size: 1rem; color: var(--muted); margin-top: 0.35rem; }
.tally-total { font-size: 0.875rem; color: var(--muted); margin-bottom: 1.25rem; }
/* Results panel: the skip link used to sit BESIDE "Do more than vote" because both
   are inline-block and the popup is wide enough to hold them on one line. Put it on
   its own line under the button, matching the vote panel above it. */
#results-panel .btn { display: block; width: fit-content; margin: 0 auto; }
#results-panel .popup-skip { display: block; width: fit-content; margin: 1.1rem auto 0; }

/* ---------- POPUPS ON SMALL SCREENS (2026-09-03) ----------
   Aaron: the popups were too tall on a phone. The scrolling fix above makes the
   button reachable no matter what; this shrinks the vertical rhythm so most popups
   fit without scrolling at all. Field HEIGHT comes down via padding, not font-size:
   iOS zooms the page when a focused input is under 16px, which would undo the gain. */
@media (max-width: 560px) {
  .popup-backdrop { padding: 0.75rem; align-items: flex-start; }
  .popup { padding: 1.5rem 1.15rem 1.25rem; border-radius: 16px; }
  .popup .logo { width: 128px; margin-bottom: 0.7rem; }
  .popup-kicker { margin-bottom: 0.4rem; }
  .popup-q { font-size: 1.0625rem; line-height: 1.35; }
  .donate-pop-body { margin-top: 0.6rem; font-size: 0.875rem; line-height: 1.5; }
  .reps-grid { gap: 0.5rem; margin-top: 0.8rem; }
  .reps-grid input, .street-field input { padding: 0.6rem 0.85rem; font-size: 1rem; }
  .street-field { margin-top: 0.8rem; }
  .street-label { margin-bottom: 0.25rem; }
  .street-fine { margin-top: 0.3rem; }
  .popup-choices { margin-top: 0.9rem; }
  .popup-choices .btn, #reps-send { padding: 0.7rem 1.25rem; font-size: 0.9375rem; }
  .popup .btn { padding: 0.7rem 1.25rem; font-size: 0.9375rem; }
  .reps-alt { margin-top: 0.7rem; }
  .popup-skip { margin-top: 0.7rem; }
  .popup-close { top: 0.6rem; right: 0.6rem; width: 2rem; height: 2rem; }
  .big-pct { font-size: 3rem; }
}

/* Signup forms (light variant for white sections) */
.vol-panel .fine { font-size: 0.8125rem; color: rgba(255,255,255,0.7); }
.vol-panel .fine a { color: var(--mint); }
.vol-panel .street-field { grid-column: 1 / -1; position: relative; }
.vol-panel .street-field input { border-color: transparent; }
.vol-light form { background: var(--mint-wash); border-color: var(--mint-pale); }
.vol-light h3 { color: var(--navy); }
.vol-light p, .vol-light .fine { color: var(--muted); }
.vol-light .fine a { color: var(--green); }
.vol-light .vol-grid input { border-color: var(--blue-soft); }
.vol-light .vol-msg { color: var(--green); }
.band-dark > .container > .vol-panel:not(#volunteer) { display: block; }
.band-dark > .container > .kicker + .h2 { color: #fff; margin-bottom: 0.25rem; }
.signup-tile form { flex-wrap: wrap; }
.vol-msg-dark { color: var(--green); flex-basis: 100%; }
.vol-msg-dark.err { color: #B3402E; }

/* Interior grids */
.involve-grid-2 { grid-template-columns: repeat(2, 1fr); max-width: 820px; }
.update-grid-index { margin-bottom: 2rem; }
.update-card h3 a { color: inherit; text-decoration: none; }
.update-card h3 a:hover { color: var(--green); }
.update-card .card-link { margin-top: auto; font-weight: 700; font-size: 0.9375rem; color: var(--green); text-decoration: none; }
.pagination { display: flex; justify-content: center; gap: 0.75rem; }
.pagination .page-numbers { font-weight: 700; color: var(--navy); text-decoration: none; padding: 0.4rem 0.8rem; border-radius: var(--radius-pill); border: 2px solid var(--blue-soft); }
.pagination .page-numbers.current, .pagination .page-numbers:hover { border-color: var(--green); color: var(--green); }
.page-hero .post-title { font-size: clamp(2rem, 5vw, 3.5rem); max-width: 22ch; }
.page-hero .pl-release-meta { font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mint); margin-bottom: 0.9rem; }
.post-back { margin-top: 2.5rem; }

/* Editor content on interior pages (About, Press, FAQ, Privacy, Join, Experts, posts) */
.entry-content { font-size: clamp(1.0625rem, 1.02rem + 0.25vw, 1.125rem); line-height: 1.7; }
.entry-content p, .entry-content ul, .entry-content ol { margin-bottom: 1.15em; }
.entry-content ul, .entry-content ol { padding-left: 1.4em; }
.entry-content li { margin-bottom: 0.4em; }
.entry-content h2 { font-size: clamp(1.5rem, 3vw, 2.125rem); color: var(--navy); margin: 2em 0 0.6em; }
.entry-content h3 { font-size: 1.25rem; color: var(--navy); margin: 1.6em 0 0.5em; }
.entry-content a:not(.btn) { color: var(--green); text-decoration: underline; text-underline-offset: 0.15em; }
/* Buttons authored inline in editor content (About > "How to Help") sit in a plain
   <p> separated by nothing but a space. They are inline-block, so on a phone they
   wrap onto two lines and touch with no gap (found 2026-09-03). A margin on the
   button itself fixes it at every width and needs no change to the page content. */
.entry-content .btn { margin: 0 0.6rem 0.65rem 0; }
.entry-content .btn:last-child { margin-right: 0; }
@media (max-width: 520px) {
  .entry-content .btn { display: block; width: 100%; margin-right: 0; text-align: center; }
}
.entry-content img { border-radius: var(--radius-card); }
.entry-content a.btn { color: #fff; }
.entry-content .video { position: relative; aspect-ratio: 16 / 9; margin: 0.75rem 0 1.5rem; border-radius: var(--radius-card); overflow: hidden; background: var(--navy-deep); }
.entry-content .video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.entry-content .pl-release-meta { font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); border-left: 4px solid var(--mint); padding-left: 0.9rem; margin-bottom: 1.75rem; }

/* Media page grid: each .media-item is a card */
.media-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.25rem, 3vw, 2rem); }
.media-grid .media-item { display: flex; flex-direction: column; }
.media-grid .media-item h3 { margin: 0.25rem 0 0.35rem; font-size: 1.25rem; }
.media-grid .media-item p { color: var(--muted); font-size: 0.9688rem; margin: 0; }
.media-grid > p, .media-grid > h2 { grid-column: 1 / -1; }
@media (max-width: 900px) { .involve-grid-2, .media-grid { grid-template-columns: 1fr; } }

/* Mobile nav: burger toggles the link list under the bar (links are display:none ≤860px in the base CSS) */
.nav-burger { display: none; background: none; border: 0; width: 2.5rem; height: 2.5rem; padding: 0.5rem; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; margin-left: auto; }
.nav-burger span { display: block; height: 3px; background: var(--navy); border-radius: 2px; transition: transform 180ms ease, opacity 180ms ease; }
.nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
@media (max-width: 860px) {
  .nav-burger { display: flex; }
  .nav-inner { flex-wrap: wrap; }
  .nav-cta { order: 3; width: 100%; margin-top: 0.5rem; display: none; }
  .nav-links.open { display: flex; flex-direction: column; align-items: stretch; width: 100%; gap: 0; padding: 0.5rem 0 0.75rem; border-top: 1px solid var(--blue-soft); margin-top: 0.5rem; }
  .nav-links.open a { padding: 0.75rem 0.25rem; border-bottom: 1px solid var(--blue-wash); }
  .nav-links.open ~ .nav-cta { display: inline-block; }
}

/* ---------- DONATE ---------- */
.donate-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(1.75rem, 4vw, 3.5rem); align-items: start; }
.donate-words .h2 { margin-top: 1rem; }
.donate-main { background: var(--mint-wash); border-top: 1px solid var(--mint-pale); }
.donate-words p { color: var(--navy-deep); margin-top: 1.1rem; max-width: 58ch; }
.donate-words strong { color: var(--green); font-weight: 600; }
.donate-card {
  background: #fff; border: 1px solid var(--blue-soft);
  border-radius: var(--radius-card); padding: clamp(1.75rem, 3vw, 2.5rem);
  display: flex; flex-direction: column; gap: 1rem;
}
.donate-card h3 { font-size: 1.625rem; color: var(--navy); letter-spacing: 0.02em; }
.donate-card p { font-size: 0.9688rem; color: var(--muted); }
.donate-btn { align-self: stretch; text-align: center; font-size: 1.125rem; padding: 1rem 1.5rem; }
.donate-fine { font-size: 0.8125rem; color: var(--muted); }
.donate-card .donate-fine { font-size: 0.8125rem; color: var(--muted); }

/* ---------- DONATE FORM (2026-09-03) ----------
   Amount + frequency pickers on the donate card. Buttons, not a <select>, so the
   choice is one tap on a phone and the styling matches the rest of the site.
   Borders use --blue-soft like every other field, per the 1.4.4 pass. */
.donate-form { display: flex; flex-direction: column; gap: 1.25rem; }
.donate-field { border: 0; padding: 0; margin: 0; }
.donate-field legend {
  padding: 0; margin-bottom: 0.6rem;
  font-size: 0.8125rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--navy);
}
.amount-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
.freq-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.amount-btn, .freq-btn {
  font: inherit; font-weight: 700; font-size: 1rem;
  padding: 0.75rem 0.5rem; cursor: pointer;
  border: 2px solid var(--blue-soft); border-radius: 12px;
  background: #fff; color: var(--navy-deep);
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}
.amount-btn:hover:not(:disabled), .freq-btn:hover { border-color: var(--mint); }
.amount-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.amount-btn.is-on, .freq-btn.is-on {
  border-color: var(--green); background: var(--mint-wash); color: var(--green);
}
.amount-btn:focus-visible, .freq-btn:focus-visible { outline: 3px solid var(--mint); outline-offset: 1px; }
.donate-total { font-size: 0.9375rem; color: var(--muted); text-align: center; margin: 0; }
.donate-total strong { color: var(--navy); }
@media (max-width: 380px) { .amount-grid { grid-template-columns: 1fr 1fr; } }
/* Fine-print band is the dark one since 9/2 (Aaron: swap the two sections under the donate hero) */
.on-dark .prose p { color: rgba(255,255,255,0.85); }
.on-dark .prose p strong { color: var(--mint); }
.on-dark .prose a { color: var(--mint); }
/* Contact page */
/* ---------- CONTACT PAGE (right column added 2026-09-03) ----------
   Form left, the five social accounts right. Links come from pl_social_links(),
   the same function the footer uses, so the two can never drift apart.
   Icons carry a label here: five bare circles read as decoration in a column this
   wide, five labelled rows read as things to tap. Note the :link on the anchor
   rules, same specificity trap as everywhere else in this file. */
.contact-grid {
  display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 5vw, 4rem); align-items: start;
}
.contact-wrap { max-width: 640px; }
.contact-aside-h {
  font-family: var(--display); font-weight: 400; text-transform: uppercase;
  letter-spacing: 0.04em; font-size: 1.25rem; color: var(--navy); margin: 0 0 0.6rem;
}
.contact-aside > p { font-size: 0.9375rem; line-height: 1.6; color: var(--muted); margin: 0; }
.social-list { list-style: none; padding: 0; margin: 1.1rem 0 0; display: flex; flex-direction: column; gap: 0.5rem; }
.social-list a, .social-list a:link, .social-list a:visited {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.7rem 0.9rem; border: 2px solid var(--blue-soft); border-radius: 12px;
  font-size: 0.9375rem; font-weight: 600; text-decoration: none;
  color: var(--navy-deep); background: #fff;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}
.social-list a:hover { border-color: var(--green); background: var(--mint-wash); color: var(--green); }
.social-list a:focus-visible { outline: 3px solid var(--mint); outline-offset: 1px; }
.social-list svg { width: 20px; height: 20px; fill: currentColor; flex: none; }
.contact-aside-fine { margin-top: 1.1rem; font-size: 0.8125rem; color: var(--muted); }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-wrap .reps-grid { margin: 0; max-width: none; }
.contact-wrap textarea { width: 100%; margin-top: 0.75rem; font: inherit; font-size: 1rem; padding: 0.85rem 1rem; border: 2px solid var(--blue-soft); border-radius: 12px; background: #fff; color: var(--navy-deep); resize: vertical; }
.contact-wrap textarea:focus { outline: 3px solid var(--mint); outline-offset: 1px; border-color: var(--mint); }
.contact-wrap .vol-actions { margin-top: 1rem; }
.fine-light { margin-top: 1rem; font-size: 0.8125rem; color: var(--muted); }
@media (max-width: 900px) { .donate-grid { grid-template-columns: 1fr; } }
