/*
Theme Name: Keeton Judge
Theme URI: https://keetonforjudge.com
Author: Campaign Developer
Description: Anne Keeton for Judge — Montgomery County 2026 Campaign Site
Version: 1.0
*/

/* ============================================================
   RESET + BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #1B2A4A;
  background: #FAF7F2;
  overflow-x: hidden;
}
a { text-decoration: none; }
img { max-width: 100%; display: block; }
input, button { font-family: inherit; }
p, h1, h2, h3 { margin: 0; }

/* ============================================================
   CSS VARIABLES
   ============================================================ */
:root {
  --navy:      #1B2A4A;
  --navy-deep: #131E35;
  --cream:     #FAF7F2;
  --gold:      #C8A45C;
  --white:     #ffffff;
  --warm-gray: #6B6560;
  --red:       #B8423A;
  --red-hover: #9C3830;
}

/* ============================================================
   REUSABLE SECTION LABEL
   ============================================================ */
.section-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.section-label__line {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
#site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 48px;
  transition: all 0.35s ease;
  background: rgba(27, 42, 74, 0);
}
#site-nav.scrolled {
  background: rgba(27, 42, 74, 0.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.12);
}
.nav-logo {
  font-family: 'Lora', Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.nav-logo__img {
  height: auto;
  width: 150px;
}
.nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
}
.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s;
}
.nav-link:hover { color: #ffffff; }
.nav-donate {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--red);
  padding: 10px 22px;
  transition: background 0.2s;
}
.nav-donate:hover { background: var(--red-hover); }

/* Hamburger button — hidden on desktop */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 6px;
}
.nav-hamburger__bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  transition: all 0.25s ease;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh; /* excludes mobile browser chrome */
  background: linear-gradient(135deg, #131E35 0%, #1B2A4A 60%, #1E3355 100%);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero__accent {
  position: absolute;
  top: -20%;
  right: -5%;
  width: 55%;
  height: 140%;
  background: linear-gradient(160deg, rgba(200, 164, 92, 0.07) 0%, rgba(200, 164, 92, 0.02) 100%);
  transform: skewX(-8deg);
  transform-origin: top right;
  pointer-events: none;
}
.hero__texture {
  position: absolute;
  inset: 0;
  opacity: 0.025;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 60px,
    rgba(255, 255, 255, 1) 60px,
    rgba(255, 255, 255, 1) 61px
  );
  pointer-events: none;
}
.hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0 0 60px;
  max-width: 1200px;
  margin: 0 auto;
}
.hero__left {
  flex: 1 1 55%;
  max-width: 580px;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.hero__label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero__label-line {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}
.hero__name {
  font-family: 'Lora', Georgia, serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  color: #ffffff;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}
.hero__tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 36px;
  line-height: 1.55;
  max-width: 460px;
}
.hero__ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.hero__email-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 10px;
}
.hero__email-form {
  display: flex;
  max-width: 380px;
}
.hero__email-input {
  flex: 1;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-right: none;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  outline: none;
}
.hero__email-input::placeholder { color: rgba(255, 255, 255, 0.35); }
.hero__email-btn {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 20px;
  background: var(--gold);
  color: var(--navy-deep);
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.hero__email-btn:hover { opacity: 0.85; }
.hero__cutout-wrap {
  flex: 0 0 auto;
  align-self: flex-end;
  position: relative;
  line-height: 0;
}
.hero__cutout-glow {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 60%;
  background: radial-gradient(ellipse, rgba(200, 164, 92, 0.12) 0%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}
.hero__cutout-img {
  position: relative;
  display: block;
  height: clamp(520px, 92vh, 800px);
  width: auto;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 8px 40px rgba(0, 0, 0, 0.3));
}
.hero__gold-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold) 30%, transparent 100%);
}

/* ============================================================
   BUTTONS (global)
   ============================================================ */
.btn-primary {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 36px;
  background: var(--red);
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: background 0.2s;
}
.btn-primary:hover { background: var(--red-hover); color: #ffffff; }
.btn-outline {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 36px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  transition: border-color 0.2s;
}
.btn-outline:hover { border-color: rgba(255, 255, 255, 0.65); color: #ffffff; }

/* ============================================================
   ABOUT
   ============================================================ */
.about {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 520px;
}
.about__photo {
  position: relative;
  overflow: hidden;
}
.about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 520px;
  display: block;
}
.about__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px;
  background: #ffffff;
}
.about__heading {
  font-family: 'Lora', Georgia, serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 22px;
  line-height: 1.2;
}
.about__body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--warm-gray);
  margin: 0 0 28px;
  max-width: 480px;
}
.about__link {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 4px;
  display: inline-block;
  transition: color 0.2s;
}
.about__link:hover { color: var(--gold); }

/* ============================================================
   DONATE BANNER
   ============================================================ */
.donate {
  position: relative;
  overflow: hidden;
  padding: 90px 60px;
  text-align: center;
  background: linear-gradient(135deg, #131E35 0%, #1B2A4A 100%);
}
.donate__texture {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 50px,
    rgba(255, 255, 255, 1) 50px,
    rgba(255, 255, 255, 1) 51px
  );
  pointer-events: none;
}
.donate__inner {
  position: relative;
  z-index: 1;
  max-width: 660px;
  margin: 0 auto;
}
.donate__heading {
  font-family: 'Lora', Georgia, serif;
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 14px;
}
.donate__body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 36px;
}
.donate__amounts {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.donate__amount-btn {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 24px;
  cursor: pointer;
  min-width: 72px;
  transition: all 0.2s;
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.donate__amount-btn:hover,
.donate__amount-btn.active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy-deep);
}
.donate__cta-btn {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 52px;
  background: var(--red);
  color: #ffffff;
  border: none;
  cursor: pointer;
  margin-top: 6px;
  display: inline-block;
  transition: background 0.2s;
}
.donate__cta-btn:hover { background: var(--red-hover); color: #ffffff; }
.donate__fine-print {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 18px;
}

/* ============================================================
   PLATFORM / VALUES
   ============================================================ */
.values {
  padding: 90px 60px;
  background: var(--cream);
}
.values__inner {
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}
.values__heading {
  font-family: 'Lora', Georgia, serif;
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 56px;
}
.values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: left;
}
.values__item {
  padding-left: 18px;
  border-left: 3px solid var(--gold);
}
.values__item-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--navy);
  margin: 0 0 10px;
  text-transform: uppercase;
}
.values__item-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--warm-gray);
  margin: 0;
}

/* ============================================================
   VOLUNTEER CTA
   ============================================================ */
.volunteer {
  position: relative;
  overflow: hidden;
}
.volunteer__bg {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center 35%;
  display: block;
  filter: brightness(0.28);
}
.volunteer__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: linear-gradient(180deg, rgba(27, 42, 74, 0.25) 0%, rgba(27, 42, 74, 0.55) 100%);
}
.volunteer__heading {
  font-family: 'Lora', Georgia, serif;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
  text-align: center;
}
.volunteer__body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 28px;
  text-align: center;
}
.volunteer__ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: #131E35;
  padding: 44px 60px 28px;
}
.footer__inner {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 28px;
}
.footer__logo {
  width: 150px;
  height: auto;
  margin-bottom: 6px;
}
.footer__brand-name {
  font-family: 'Lora', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 6px;
}
.footer__brand-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.03em;
  margin: 0;
}
.footer__links {
  display: flex;
  gap: 22px;
  align-items: center;
}
.footer__link {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.footer__link:hover { color: rgba(255, 255, 255, 0.7); }
.footer__disclaimer-wrap {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 28px;
  padding-top: 20px;
}
.footer__disclaimer {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.28);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
}

/* ── Footer social icons ─────────────────────────────────────── */
.footer__social {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer__social-link {
  color: #eeeeee;
  transition: color 0.2s;
  display: flex;
  align-items: center;
}
.footer__social-link:hover {
  color: var(--gold);
}

/* ── About page credentials ──────────────────────────────────── */
.about-credentials {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
.about-credentials__section h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin: 0 0 16px;
}
.about-credentials__section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-credentials__section > ul > li {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: var(--warm-gray);
  line-height: 1.6;
  padding: 6px 0 6px 20px;
  position: relative;
}
.about-credentials__section > ul > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
}
.about-credentials__section ul ul {
  margin-top: 4px;
  padding-left: 20px;
}
.about-credentials__section ul ul li {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: var(--warm-gray);
  line-height: 1.5;
  padding: 3px 0 3px 16px;
  position: relative;
}
.about-credentials__section ul ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
  opacity: 0.6;
}

/* ── About: Devoted to Family feature ─────────────────────────── */
.about-family-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 36px;
}
.about-family-feature__text h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin: 0 0 16px;
}
.about-family-feature__text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-family-feature__text li {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: var(--warm-gray);
  line-height: 1.6;
  padding: 6px 0 6px 20px;
  position: relative;
}
.about-family-feature__text li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
}
.about-family-feature__photo img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  /* Nav */
  #site-nav { padding: 14px 28px; }
  .nav-links { gap: 16px; }

  /* ── Hero: glassmorphism card over full-bleed cutout ──────────
     Tuning knobs — adjust these custom properties to taste:
       --hero-img-h        : cutout height (also sets width via aspect)
       --hero-card-inset-x : horizontal inset of the glass card
       --hero-card-bottom  : distance from bottom of screen
       --hero-card-blur    : backdrop blur radius
       --hero-card-bg      : card fill colour + opacity
  ──────────────────────────────────────────────────────────────── */
  .hero {
    align-items: stretch;
    --hero-img-h:          92dvh;
    --hero-card-inset-x:   16px;
    --hero-card-bottom:    12px;
    --hero-card-blur:      24px;
    --hero-card-bg:        rgba(19, 30, 53, 0.50);
  }

  /* Inner — full-bleed, pin card to bottom */
  .hero__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding: 0;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;  /* clip the wide cutout */
  }
  .hero__inner::after { display: none; }   /* kill the gradient scrim */

  /* Cutout — absolute, bottom-center, allowed to overflow wide */
  .hero__cutout-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 0;
    pointer-events: none;
    overflow: visible;
  }
  .hero__cutout-img {
    height: var(--hero-img-h);
    width: auto;
    min-width: 140%;       /* push wider than viewport — face stays centered */
    max-width: 200%;
    max-height: none;
    object-fit: contain;
    object-position: bottom center;
    flex-shrink: 0;
  }

  /* Glass card — compact, bottom-third only */
  .hero__left {
    position: relative;
    z-index: 2;
    min-height: auto;
    max-width: none;
    width: auto;
    margin: 0 var(--hero-card-inset-x) var(--hero-card-bottom);
    padding: 20px 24px 18px;
    flex: 0 0 auto;  /* don't grow to fill hero */

    /* glassmorphism */
    background: var(--hero-card-bg);
    backdrop-filter: blur(var(--hero-card-blur)) saturate(1.2);
    -webkit-backdrop-filter: blur(var(--hero-card-blur)) saturate(1.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    box-shadow:
      0 8px 32px rgba(0, 0, 0, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  /* fallback for browsers without backdrop-filter */
  @supports not (backdrop-filter: blur(1px)) {
    .hero__left {
      background: rgba(19, 30, 53, 0.88);
    }
  }

  /* Card children — ~320px total height budget */
  .hero__label {
    margin-bottom: 8px;
    font-size: 10px;
    letter-spacing: 0.2em;
  }
  .hero__label-line { width: 24px; }
  .hero__name {
    font-size: 36px;
    margin-bottom: 8px;
    display: inline;
  }
  .hero__name br { display: none; }
  .hero__tagline {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 1.4;
  }
  .hero__tagline br { display: none; }

  /* CTAs — inline row */
  .hero__ctas {
    flex-direction: row;
    gap: 10px;
    margin-bottom: 14px;
  }
  .hero__ctas .btn-primary,
  .hero__ctas .btn-outline {
    padding: 12px 22px;
    font-size: 11px;
  }

  /* Email row */
  .hero__email-label {
    margin-bottom: 6px;
    font-size: 9px;
  }
  .hero__email-form {
    max-width: 100%;
  }
  .hero__email-input {
    padding: 11px 14px;
    font-size: 13px;
  }
  .hero__email-btn {
    padding: 11px 16px;
    font-size: 11px;
  }

  /* About */
  .about {
    grid-template-columns: 1fr;
  }
  .about__photo img { min-height: 300px; }
  .about__text { padding: 48px 36px; }

  /* Values */
  .values { padding: 60px 28px; }
  .values__grid { grid-template-columns: 1fr; gap: 28px; }

  /* Donate */
  .donate { padding: 70px 28px; }

  /* Footer */
  .site-footer { padding: 44px 28px 28px; }
  .footer__inner { flex-direction: column; gap: 20px; }

  /* About: family feature stacks on mobile */
  .about-family-feature {
    grid-template-columns: 1fr;
    gap: 28px;
  }

}

@media (max-width: 600px) {
  /* Nav: hide text links, show hamburger on very small screens */
  .nav-link { display: none; }
  .nav-donate { display: none; }
  .nav-hamburger { display: flex; }

  /* Nav links: shown when open */
  .nav-links--open .nav-link,
  .nav-links--open .nav-donate {
    display: block;
    text-align: center;
    padding: 14px 0;
    font-size: 14px;
  }
  .nav-links--open {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(19, 30, 53, 0.98);
    backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 12px 0 20px;
    gap: 0;
  }

  #site-nav { padding: 12px 20px; }
  .nav-logo__img { width: 120px; }

  /* Hero — phone refinements */
  .hero {
    --hero-img-h:          94dvh;
    --hero-card-inset-x:   10px;
    --hero-card-bottom:    8px;
    --hero-card-blur:      20px;
    --hero-card-bg:        rgba(19, 30, 53, 0.55);
  }
  .hero__cutout-img { min-width: 160%; }
  .hero__inner { padding: 0; }
  .hero__left  { padding: 16px 18px 14px; border-radius: 12px; }
  .hero__name  { font-size: 30px; }
  .hero__tagline { font-size: 13px; margin-bottom: 12px; }
  .hero__ctas .btn-primary,
  .hero__ctas .btn-outline {
    padding: 10px 18px;
    font-size: 10px;
  }
  .hero__email-input { padding: 9px 12px; font-size: 12px; }
  .hero__email-btn   { padding: 9px 14px; font-size: 10px; }
  .btn-primary, .btn-outline { padding: 14px 28px; text-align: center; }

  /* Volunteer */
  .volunteer__bg { height: 500px; }

  /* Donate amounts */
  .donate__amounts { gap: 8px; }
  .donate__amount-btn { padding: 11px 18px; font-size: 14px; }
}

/* ============================================================
   INNER PAGES — shared structure
   ============================================================ */
.inner-page {
  background: var(--cream);
  min-height: 100vh;
}

/* Page Banner — navy header bar for all inner pages */
.page-banner {
  position: relative;
  background: linear-gradient(135deg, #131E35 0%, #1B2A4A 100%);
  padding: 110px 60px 54px;
  overflow: hidden;
}
.page-banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold) 30%, transparent 100%);
}
.page-banner__inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
}
.page-banner__title {
  font-family: 'Lora', Georgia, serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
}
.page-banner__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 12px 0 0;
  max-width: 600px;
  line-height: 1.55;
}
.page-banner__subtitle--muted {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

/* Volunteer banner: background photo */
.page-banner--volunteer {
  padding: 0;
  min-height: 320px;
  display: flex;
  align-items: stretch;
}
.page-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: brightness(0.3);
}
.page-banner__overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 110px 60px 54px;
}

/* Inner content wrapper */
.inner-content {
  padding: 72px 60px;
}
.inner-content__wrap {
  max-width: 1060px;
  margin: 0 auto;
}
.inner-content__wrap--narrow {
  max-width: 760px;
}

/* Inner page CTA strip */
.inner-cta-strip {
  background: var(--navy);
  padding: 44px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.inner-cta-strip__text {
  font-family: 'Lora', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

/* Button variants for navy backgrounds (inner pages) */
.btn-primary-navy {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 36px;
  background: var(--red);
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: background 0.2s;
}
.btn-primary-navy:hover { background: var(--red-hover); color: #ffffff; }

.btn-outline-navy {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 34px;
  border: 2px solid var(--navy);
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s;
}
.btn-outline-navy:hover {
  background: var(--navy);
  color: #ffffff;
}

/* ============================================================
   ABOUT FULL PAGE
   ============================================================ */
.about-full__top {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 72px;
}
.about-full__photo img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}
.about-full__subheading {
  font-family: 'Lora', Georgia, serif;
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 22px;
  line-height: 1.2;
}
.about-full__intro p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--warm-gray);
  margin: 0 0 18px;
}
.about-full__ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.about-full__story {
  border-top: 1px solid rgba(27, 42, 74, 0.08);
  padding-top: 56px;
  margin-bottom: 56px;
}
.about-full__story-heading {
  font-family: 'Lora', Georgia, serif;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 24px;
}
.about-full__story h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--navy);
  margin: 36px 0 10px;
  padding-left: 14px;
  border-left: 3px solid var(--gold);
}
.about-full__story p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--warm-gray);
  margin: 0 0 16px;
}
.about-full__fullphoto {
  margin-top: 48px;
  text-align: center;
}
.about-full__fullphoto img {
  max-height: 520px;
  width: auto;
  margin: 0 auto;
  display: block;
}

/* ============================================================
   VOLUNTEER PAGE
   ============================================================ */
.volunteer-page__heading {
  font-family: 'Lora', Georgia, serif;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 16px;
}
.volunteer-page__intro p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--warm-gray);
  margin: 0 0 40px;
}
.volunteer-page__note p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: var(--warm-gray);
  margin: 28px 0 0;
  text-align: center;
}
.volunteer-page__note a {
  color: var(--navy);
  border-bottom: 1px solid var(--gold);
}

/* Volunteer / contact form styling */
.volunteer-form form {
  width: 100%;
}
.form-row {
  margin-bottom: 22px;
}
.form-row--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-field label,
.volunteer-form label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
}
.form-field .optional,
.form-field .required {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.form-field .required { color: var(--red); }
.form-field .optional { color: var(--warm-gray); }
.volunteer-form input[type="text"],
.volunteer-form input[type="email"],
.volunteer-form input[type="tel"],
.volunteer-form textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 12px 16px;
  border: 1.5px solid rgba(27, 42, 74, 0.15);
  background: #ffffff;
  color: var(--navy);
  outline: none;
  width: 100%;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.volunteer-form input:focus,
.volunteer-form textarea:focus {
  border-color: var(--gold);
}
.volunteer-form textarea { resize: vertical; min-height: 110px; }
.form-checkboxes {
  border: none;
  margin: 0;
  padding: 0;
}
.form-checkboxes legend {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 12px;
}
.checkbox-list { display: flex; flex-direction: column; gap: 10px; }
.checkbox-list input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--navy);
  cursor: pointer;
  flex-shrink: 0;
}
.form-submit {
  margin-top: 28px;
}
.btn-volunteer {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 48px;
  background: var(--red);
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: background 0.2s;
}
.btn-volunteer:hover { background: var(--red-hover); }

/* Checkbox items (native form) */
.checkbox-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin: 0;
}
.checkbox-item span {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: var(--warm-gray);
}
.checkbox-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--navy);
  cursor: pointer;
  flex-shrink: 0;
}

.checkbox-item__helper {
  font-size: 10px;
  color: var(--warm-gray);
  opacity: 0.7;
  margin-top: 2px;
}

/* Volunteer form status message */
.volunteer-form__status {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  padding: 0;
  margin-top: 16px;
  transition: all 0.2s ease;
}
.volunteer-form__status:empty { display: none; }
.volunteer-form__status--success {
  color: #2a6a2a;
  background: #f0faf0;
  padding: 14px 20px;
}
.volunteer-form__status--error {
  color: #8a2a2a;
  background: #fdf0f0;
  padding: 14px 20px;
}

/* ============================================================
   LEGAL PAGES (Privacy Policy / Terms)
   ============================================================ */
.legal-content {
  color: var(--navy);
}
.legal-content__intro {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--warm-gray);
  padding: 24px;
  background: rgba(200, 164, 92, 0.08);
  border-left: 3px solid var(--gold);
  margin: 0 0 40px;
}
.legal-content h2 {
  font-family: 'Lora', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  margin: 40px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(27, 42, 74, 0.08);
}
.legal-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--navy);
  margin: 24px 0 8px;
}
.legal-content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: var(--warm-gray);
  margin: 0 0 14px;
}
.legal-content ul {
  margin: 0 0 18px;
  padding-left: 20px;
}
.legal-content ul li {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: var(--warm-gray);
  margin-bottom: 6px;
}
.legal-content a {
  color: var(--navy);
  border-bottom: 1px solid var(--gold);
}
.legal-content a:hover { color: var(--gold); }
.legal-content__caps {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: var(--warm-gray);
}
.legal-content__disclaimer {
  margin-top: 48px;
  padding: 20px 24px;
  background: var(--navy);
  text-align: center;
}
.legal-content__disclaimer p {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.8;
  margin: 0;
}

/* ============================================================
   INNER PAGE RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .page-banner { padding: 100px 28px 44px; }
  .page-banner--volunteer .page-banner__overlay { padding: 100px 28px 44px; }
  .inner-content { padding: 52px 28px; }
  .inner-cta-strip { padding: 36px 28px; flex-direction: column; text-align: center; }

  .about-full__top { grid-template-columns: 1fr; gap: 32px; }
  .about-full__photo img { max-height: 340px; object-fit: cover; width: 100%; aspect-ratio: auto; }

  .form-row--two { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .page-banner { padding: 90px 20px 36px; }
}
