:root {
  --navy: #052e9d;
  --blue: #052e9d;
  --blue-2: #1f57c4;
  --gold: #feab01;
  --gold-2: #ffd56a;
  --emerald: #057a5b;
  --mint: #d9f5e8;
  --coral: #ef5b45;
  --ink: #111827;
  --muted: #5d6677;
  --paper: #fff8e8;
  --white: #ffffff;
  --line: rgba(17, 24, 39, 0.14);
  --shadow: 0 26px 80px rgba(1, 39, 157, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family:
    "Nunito", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  letter-spacing: -0.005em;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 30;
  transform: translateY(-140%);
  padding: 0.7rem 1rem;
  color: var(--navy);
  background: var(--gold);
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 4vw, 3.25rem);
  color: var(--white);
  background: var(--navy);
  border-bottom: 3px solid var(--gold);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
  text-decoration: none;
}

.brand-logo {
  display: block;
  height: clamp(3rem, 6vw, 3.9rem);
  width: auto;
}

.brand strong {
  font-size: 1.15rem;
  font-weight: 950;
}

.brand small {
  margin-top: 0.3rem;
  color: var(--gold-2);
  font-size: 0.73rem;
  font-weight: 900;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(0.9rem, 2.3vw, 1.7rem);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.desktop-nav a {
  text-decoration: none;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--gold-2);
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
}

.donate-pill,
.menu-toggle,
.mobile-nav button,
.close-button {
  border: 0;
  background: none;
  color: inherit;
}

.donate-pill {
  min-height: 2.8rem;
  padding: 0 1.1rem;
  color: var(--navy);
  background: var(--gold);
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(247, 183, 49, 0.28);
}

.menu-toggle {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.menu-toggle span {
  display: block;
  width: 1.28rem;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.mobile-nav {
  position: fixed;
  inset: 4.6rem 1rem auto 1rem;
  z-index: 19;
  display: none;
  padding: 0.75rem;
  color: var(--white);
  background: var(--navy);
  box-shadow: var(--shadow);
}

.mobile-nav.is-open {
  display: grid;
}

.mobile-nav a,
.mobile-nav button {
  min-height: 3.15rem;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-weight: 900;
  text-align: left;
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero-bg,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(1, 39, 157, 0.98) 0%, rgba(1, 39, 157, 0.92) 38%, rgba(31, 87, 196, 0.58) 64%, rgba(1, 39, 157, 0.18) 100%),
    linear-gradient(0deg, rgba(1, 39, 157, 0.92) 0%, rgba(1, 39, 157, 0) 45%);
}

.hero-grid {
  position: relative;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.82fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
  padding: 8.8rem 0 clamp(2.25rem, 5vw, 4rem);
}

.race-label,
.section-kicker {
  margin: 0 0 0.9rem;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 840px;
  margin: 0;
  font-size: 8.6rem;
  line-height: 0.84;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 690px;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.35rem;
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.primary-button,
.secondary-button,
.vote-actions a,
.vote-actions button {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0 1.25rem;
  border: 2px solid transparent;
  color: inherit;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-button {
  color: var(--navy);
  background: var(--gold);
}

.secondary-button {
  color: var(--navy);
  border-color: var(--white);
  background: var(--white);
}

.gift-button span {
  position: relative;
  width: 1.05rem;
  height: 0.9rem;
  border: 2px solid currentColor;
}

.gift-button span::before,
.gift-button span::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.gift-button span::before {
  left: 50%;
  top: -0.45rem;
  width: 2px;
  height: 1.35rem;
  transform: translateX(-50%);
}

.gift-button span::after {
  left: -0.18rem;
  right: -0.18rem;
  top: 0.25rem;
  height: 2px;
}

.candidate-stage {
  position: relative;
  align-self: stretch;
  min-height: 36rem;
  display: flex;
  align-items: end;
  justify-content: center;
}

.candidate-stage img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(100%, 31rem);
  aspect-ratio: 0.82;
  object-fit: cover;
  object-position: center;
  border: 0.6rem solid rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.district-badge {
  position: absolute;
  left: 0;
  top: 3.5rem;
  z-index: 1;
  width: 8.4rem;
  min-height: 8.4rem;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: var(--gold);
  box-shadow: 0 22px 48px rgba(1, 39, 157, 0.34);
}

.district-badge span,
.district-badge strong {
  display: block;
  line-height: 0.9;
  text-align: center;
}

.district-badge span {
  font-size: 1.1rem;
  font-weight: 950;
}

.district-badge strong {
  font-size: 4.4rem;
  font-weight: 950;
}

.stage-caption {
  position: relative;
  z-index: 2;
  width: min(86%, 24rem);
  margin: 0 0 1.2rem auto;
  padding: 1rem;
  color: var(--white);
  background: rgba(1, 39, 157, 0.86);
  border-left: 0.35rem solid var(--emerald);
  backdrop-filter: blur(14px);
}

.stage-caption strong,
.stage-caption span {
  display: block;
}

.stage-caption span {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.78);
}

.election-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  color: var(--white);
  background: var(--emerald);
}

.election-bar article,
.election-bar a {
  padding: 1.1rem clamp(1rem, 3vw, 2rem);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.election-bar span,
.election-bar strong {
  display: block;
}

.election-bar span {
  color: var(--mint);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.election-bar strong {
  margin-top: 0.22rem;
  font-size: 1.18rem;
}

.election-bar a {
  min-width: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  background: var(--gold);
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.meet-band {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 4.5rem);
  align-items: center;
}

.meet-media {
  position: relative;
  color: var(--white);
  background: var(--navy);
}

.meet-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.media-note {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 1rem;
  background: rgba(1, 39, 157, 0.86);
  border-left: 0.35rem solid var(--gold);
  backdrop-filter: blur(12px);
}

.media-note span,
.media-note strong {
  display: block;
}

.media-note span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.media-note strong {
  margin-top: 0.35rem;
  font-size: 1.28rem;
  line-height: 1.15;
}

h2 {
  margin: 0;
  color: var(--navy);
  font-size: 4.35rem;
  line-height: 0.94;
  letter-spacing: 0;
}

.meet-copy p,
.why-inner p,
.join-copy p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 1.65rem;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.proof-grid article {
  min-height: 10.5rem;
  padding: 1rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fffdf7;
}

.proof-grid span {
  color: var(--emerald);
  font-weight: 950;
  text-transform: uppercase;
}

.proof-grid p,
.priority-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.why-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.44fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
  padding: clamp(4rem, 8vw, 6.5rem) clamp(1rem, 4vw, 3.25rem);
  color: var(--white);
  background: var(--navy);
}

.why-inner {
  width: min(760px, 100%);
}

.why-inner h2,
.why-inner p {
  color: var(--white);
}

.why-inner p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.25rem;
}

.quote-panel {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 18rem;
  padding: 1.25rem;
  color: var(--navy);
  background: var(--gold);
}

.quote-panel span,
.quote-panel strong {
  display: block;
}

.quote-panel span {
  font-weight: 950;
  text-transform: uppercase;
}

.quote-panel strong {
  margin-top: 1rem;
  font-size: 2.35rem;
  line-height: 1;
}

.priorities-section {
  padding: clamp(4.5rem, 8vw, 7rem) clamp(1rem, 4vw, 3.25rem);
  background: var(--paper);
}

.section-heading {
  width: min(1180px, 100%);
  margin: 0 auto 2rem;
}

.priority-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.priority-grid article {
  min-height: 16.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
}

.priority-grid span {
  color: var(--coral);
  font-size: 0.92rem;
  font-weight: 950;
}

.priority-grid h3 {
  margin: auto 0 0.65rem;
  color: var(--blue);
  font-size: 1.65rem;
  line-height: 1.05;
}

.priority-grid p {
  margin: 0;
}

.vote-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(3.5rem, 7vw, 5rem) clamp(1rem, 4vw, 3.25rem);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(5, 122, 91, 0.94), rgba(31, 87, 196, 0.92)),
    var(--emerald);
}

.vote-copy {
  width: min(760px, 100%);
}

.vote-copy h2,
.vote-copy p {
  color: var(--white);
}

.vote-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
  line-height: 1.65;
}

.vote-actions {
  display: grid;
  gap: 0.8rem;
  min-width: min(100%, 21rem);
}

.vote-actions a,
.vote-actions button {
  width: 100%;
  color: var(--navy);
  background: var(--gold);
}

.vote-actions button {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.join-section {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(20rem, 1fr);
  gap: clamp(2rem, 6vw, 4rem);
  align-items: start;
}

.signup-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.15rem, 3vw, 1.7rem);
  color: var(--white);
  background: var(--navy);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.signup-form label {
  display: grid;
  gap: 0.4rem;
  font-weight: 900;
}

.signup-form input,
.signup-form select {
  width: 100%;
  min-height: 3rem;
  padding: 0 0.85rem;
  color: var(--ink);
  border: 2px solid transparent;
  background: var(--white);
}

.signup-form input:focus,
.signup-form select:focus {
  outline: none;
  border-color: var(--gold);
}

.form-note {
  min-height: 1.5rem;
  margin: 0;
  color: var(--mint);
  font-weight: 850;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1rem, 4vw, 3.25rem);
  color: var(--white);
  background: var(--navy);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer span,
.site-footer p {
  color: rgba(255, 255, 255, 0.7);
}

.site-footer p {
  margin: 0;
  padding: 0.6rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  font-size: 0.86rem;
  text-align: center;
}

.donate-modal[hidden] {
  display: none;
}

.donate-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 1rem;
  overflow-y: auto;
}

.donate-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 39, 157, 0.74);
  backdrop-filter: blur(10px);
}

.donate-card {
  position: relative;
  width: min(100%, 32rem);
  padding: clamp(1.4rem, 4vw, 2.1rem);
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
  margin: auto;
}

.donate-card h2 {
  margin: 0;
  font-size: 1.9rem;
}

.donate-card p {
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.88rem;
  margin: 0.4rem 0 0;
}

.close-button {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--navy);
}

.close-button::before,
.close-button::after {
  content: "";
  position: absolute;
  left: 0.68rem;
  right: 0.68rem;
  top: 50%;
  height: 2px;
  background: currentColor;
}

.close-button::before {
  transform: rotate(45deg);
}

.close-button::after {
  transform: rotate(-45deg);
}

.gift-mark {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.6rem;
  border: 3px solid var(--gold);
  background:
    linear-gradient(90deg, transparent calc(50% - 2px), var(--gold) 0 calc(50% + 2px), transparent 0),
    linear-gradient(0deg, transparent calc(50% - 2px), var(--gold) 0 calc(50% + 2px), transparent 0),
    var(--blue);
}

.gift-mark span::before,
.gift-mark span::after {
  content: "";
  position: absolute;
  top: -0.55rem;
  width: 0.95rem;
  height: 0.95rem;
  border: 3px solid var(--gold);
  border-radius: 50% 50% 0 50%;
}

.gift-mark span::before {
  left: 0.5rem;
  transform: rotate(42deg);
}

.gift-mark span::after {
  right: 0.5rem;
  transform: scaleX(-1) rotate(42deg);
}

.amount-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.45rem;
  margin: 0.8rem 0 0.5rem;
}

.amount-grid button {
  min-height: 2.5rem;
  color: var(--blue);
  border: 2px solid var(--blue);
  background: var(--white);
  font-weight: 950;
  font-size: 1rem;
}

.amount-grid button:hover,
.amount-grid button:focus-visible,
.amount-grid button.is-selected {
  color: var(--navy);
  background: var(--gold);
  border-color: var(--gold);
}

.amount-custom {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1.2rem;
  padding: 0 0.9rem;
  border: 2px solid var(--blue);
  background: var(--white);
}

.amount-custom[hidden] {
  display: none;
}

.amount-custom-prefix {
  font-weight: 950;
  font-size: 1.1rem;
  color: var(--blue);
}

.amount-custom-input {
  flex: 1;
  min-height: 3.1rem;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 800;
  color: var(--ink);
  outline: none;
}

.full-width {
  width: 100%;
}

/* Donate modal CTA — distinct from amount buttons */
[data-donate-cta] {
  color: var(--white) !important;
  background: var(--navy) !important;
  border-color: var(--navy) !important;
  margin-top: 0.9rem;
  border-top: 2px solid var(--navy);
  font-size: 1rem;
  letter-spacing: 0.04em;
}

[data-donate-cta]::after {
  content: "→";
  margin-left: 0.35rem;
  font-style: normal;
}

[data-donate-cta]:hover,
[data-donate-cta]:focus-visible {
  background: var(--blue) !important;
  border-color: var(--blue) !important;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .donate-pill {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero-grid,
  .meet-band,
  .why-section,
  .vote-section,
  .join-section {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 7.5rem;
  }

  .hero h1 {
    font-size: 6.5rem;
  }

  h2 {
    font-size: 3.35rem;
  }

  .candidate-stage {
    min-height: 31rem;
  }

  .candidate-stage img {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(88vw, 25rem);
  }

  .district-badge {
    left: max(0rem, calc((100vw - 25rem) / 2));
    top: 1rem;
  }

  .stage-caption {
    margin-inline: auto;
  }

  .election-bar,
  .priority-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .election-bar a {
    min-height: 4rem;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .brand small {
    max-width: 10.5rem;
    line-height: 1.1;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: 4.15rem;
  }

  .hero-lede {
    font-size: 1.05rem;
  }

  h2 {
    font-size: 2.55rem;
  }

  .quote-panel strong {
    font-size: 1.9rem;
  }

  .donate-card h2 {
    font-size: 1.3rem;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .candidate-stage {
    min-height: 27rem;
  }

  .district-badge {
    width: 6.6rem;
    min-height: 6.6rem;
  }

  .district-badge strong {
    font-size: 3.35rem;
  }

  .election-bar,
  .priority-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .priority-grid article {
    min-height: 13.5rem;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ===========================================================
   Interior pages (multi-page scaffold)
   =========================================================== */
.page-hero {
  position: relative;
  padding: clamp(7rem, 12vw, 9.5rem) clamp(1rem, 4vw, 3.25rem)
    clamp(2.5rem, 6vw, 4rem);
  color: var(--white);
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(20, 119, 212, 0.35), transparent 60%),
    var(--navy);
}

.page-hero .race-label {
  color: var(--gold-2);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.page-hero h1 {
  margin: 0.5rem 0 0;
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 0.98;
}

.page-hero .page-lede {
  margin: 1rem 0 0;
  max-width: 46rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.1rem;
  line-height: 1.6;
}

.page-section {
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1rem, 4vw, 3.25rem);
}

.page-wrap {
  max-width: 70rem;
  margin: 0 auto;
}

.content-placeholder {
  margin: 1.5rem 0;
  padding: clamp(2rem, 5vw, 3.5rem);
  border: 2px dashed var(--line);
  border-radius: 0.9rem;
  background: var(--paper);
  color: var(--muted);
  text-align: center;
}

.content-placeholder .placeholder-tag {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.content-placeholder p {
  margin: 0.3rem 0 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.teaser-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1rem;
  max-width: 70rem;
  margin: 0 auto;
}

.teaser-grid a {
  display: block;
  padding: 1.6rem;
  border: 1px solid transparent;
  border-radius: 0.9rem;
  background: var(--gold);
  color: var(--navy);
  text-decoration: none;
  font-weight: 900;
  font-size: 1.15rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.teaser-grid a:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.teaser-grid a span {
  display: block;
  margin-top: 0.35rem;
  color: var(--navy);
  opacity: 0.78;
  font-weight: 700;
  font-size: 0.95rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.footer-nav a {
  color: inherit;
  text-decoration: none;
  opacity: 0.85;
  font-weight: 700;
  font-size: 0.92rem;
}

.footer-nav a:hover {
  opacity: 1;
}

/* ===========================================================
   Content components (real campaign content)
   =========================================================== */
.prose {
  max-width: 48rem;
  margin: 0 auto;
}

.prose p {
  margin: 0 0 1.15rem;
  line-height: 1.72;
  color: var(--ink);
  font-size: 1.08rem;
}

.prose p.lead {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--navy);
}

.prose h2 {
  margin: 2.2rem 0 0.7rem;
  font-size: 1.75rem;
  color: var(--navy);
}

.signature {
  margin-top: 1.5rem;
  font-weight: 800;
  color: var(--navy);
}

/* Feature photo + gallery */
.feature-photo {
  margin: 0 auto 2rem;
  max-width: 60rem;
}

.feature-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
  box-shadow: var(--shadow);
}

.feature-photo figcaption {
  margin-top: 0.6rem;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

.photo-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1rem;
  max-width: 60rem;
  margin: 2rem auto 0;
}

.photo-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  border-radius: 0.8rem;
  box-shadow: var(--shadow);
}

/* Issues */
.issue-block {
  max-width: 62rem;
  margin: 0 auto 2.75rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid var(--line);
}

.issue-block:last-child {
  border-bottom: 0;
}

.issue-block > h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.1rem);
  color: var(--navy);
  margin: 0 0 0.5rem;
}

.issue-block .issue-intro {
  color: var(--ink);
  line-height: 1.7;
  margin: 0 0 1.4rem;
}

.issue-sub {
  margin: 1.4rem 0 0;
}

.issue-sub h3 {
  font-size: 1.18rem;
  color: var(--blue);
  margin: 0 0 0.6rem;
}

.issue-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.issue-list li {
  position: relative;
  padding-left: 1.7rem;
  line-height: 1.55;
  color: var(--ink);
}

.issue-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: var(--gold);
}

.issue-list li::after {
  content: "";
  position: absolute;
  left: 0.32rem;
  top: 0.4rem;
  width: 0.18rem;
  height: 0.4rem;
  border: solid var(--navy);
  border-width: 0 0.13rem 0.13rem 0;
  transform: rotate(45deg);
}

/* Events */
.events-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  max-width: 64rem;
  margin: 0 auto;
}

.event-card {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.event-head {
  flex: 1 1 auto;
  min-width: 0;
  padding: 1.4rem 1.6rem;
  background: var(--navy);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-head h3 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 1.4rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88);
}

.event-body {
  flex: 0 0 23rem;
  padding: 1.2rem 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-body .rsvp-label {
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 0.6rem;
}

.event-body form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.event-body form input {
  grid-column: span 1;
}

.event-body form input[name="name"] {
  grid-column: 1 / -1;
}

.event-body form button,
.event-body form .form-note {
  grid-column: 1 / -1;
}

@media (max-width: 760px) {
  .event-card {
    flex-direction: column;
  }
  .event-body {
    flex-basis: auto;
  }
}

.event-body input {
  min-height: 2.7rem;
  padding: 0 0.8rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  font: inherit;
}

/* Forms: textarea + checkboxes + consent */
.signup-form textarea {
  width: 100%;
  min-height: 8rem;
  padding: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  font: inherit;
  resize: vertical;
}

.checkbox-group {
  display: grid;
  gap: 0.55rem;
  margin: 0.3rem 0 0.4rem;
}

.checkbox-group > span.group-label {
  font-weight: 800;
  color: var(--white);
}

/* Override .signup-form label (display:grid) so checkbox + text sit on one line */
.signup-form .checkbox-row,
.checkbox-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
}

.checkbox-row input {
  flex: 0 0 auto;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0;
  accent-color: var(--gold);
}

.signup-form .consent {
  color: rgba(255, 255, 255, 0.72);
}

.consent {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.5;
  margin: 0.4rem 0 0;
}

.consent a {
  color: var(--blue);
}

.text-link {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 1px;
}

.text-link:hover {
  color: var(--navy);
}

.join-photo {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1.6rem;
  border-radius: 1rem;
  box-shadow: var(--shadow);
}

/* Inline photo inside prose (Meet page) */
.prose .feature-photo {
  max-width: 100%;
  margin: 1.8rem 0;
}

/* Meet page family photos */
.meet-family {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.feature-photo.portrait {
  max-width: 30rem;
}

/* ===========================================================
   Issues page: two-column layout + accordions + photo stack
   =========================================================== */
.issues-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.25rem);
  max-width: 80rem;
  margin: 0 auto;
  align-items: start;
}

.issues-content {
  min-width: 0;
  text-align: left;
}

.issues-content .issue-block {
  max-width: none;
  margin: 0 0 2.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 0;
}

.issues-content .issue-block > h2 {
  margin: 0 0 0.5rem;
}

.issues-content .issue-intro {
  margin: 0 0 0.9rem;
}

/* Accordion (native <details>) */
.issue-accordion {
  border-top: 1px solid var(--line);
}

.issue-accordion:last-of-type {
  border-bottom: 1px solid var(--line);
}

.issue-accordion > summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 0;
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--blue);
}

.issue-accordion > summary::-webkit-details-marker {
  display: none;
}

.issue-accordion > summary::after {
  content: "";
  flex: 0 0 auto;
  width: 0.62rem;
  height: 0.62rem;
  margin-right: 0.2rem;
  border-right: 2.5px solid var(--navy);
  border-bottom: 2.5px solid var(--navy);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.issue-accordion[open] > summary::after {
  transform: rotate(-135deg);
}

.issue-accordion > summary:hover {
  color: var(--navy);
}

.issue-accordion .issue-list {
  padding: 0 0 1.15rem;
}

/* Re-hide the list when collapsed (our display:grid overrides the native hide) */
.issue-accordion:not([open]) .issue-list {
  display: none;
}

/* Photo stack (right column) */
.issues-photos {
  display: grid;
  gap: 1.2rem;
  align-content: start;
}

.issues-photos img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
  box-shadow: var(--shadow);
}

@media (max-width: 900px) {
  .issues-layout {
    grid-template-columns: 1fr;
  }
  .issues-photos {
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    margin-top: 0.5rem;
  }
}
