:root {
  --blue: #073e9d;
  --deep-blue: #06205f;
  --orange: #f26a13;
  --yellow: #ffd737;
  --ink: #152033;
  --muted: #5d6a7f;
  --line: #d8e0ef;
  --soft: #f4f7fc;
  --white: #ffffff;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  background: var(--white);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px max(20px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
}

.brand {
  color: var(--blue);
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.brand span {
  display: block;
  font-size: 22px;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--orange);
  font-size: 11px;
}

.menu-toggle {
  display: none;
  min-height: 42px;
  padding: 9px 16px;
  border: 0;
  border-radius: 8px;
  background: var(--blue);
  color: var(--white);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 16px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-nav a {
  text-decoration: none;
  color: var(--deep-blue);
}

.nav-donate {
  color: var(--orange);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: 54px max(20px, calc((100vw - var(--max)) / 2)) 64px;
  background:
    linear-gradient(90deg, rgba(6, 32, 95, 0.95), rgba(7, 62, 157, 0.86)),
    url("assets/campaign-portrait.png") center / cover;
  color: var(--white);
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow,
.signup-band .eyebrow,
.donate .eyebrow {
  color: var(--yellow);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 12px;
  max-width: 760px;
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.95;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.02;
  color: var(--deep-blue);
}

h3 {
  margin-bottom: 10px;
  color: var(--deep-blue);
  font-size: 21px;
  line-height: 1.15;
}

.subhead {
  color: var(--yellow);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.12;
}

.service-line {
  margin-bottom: 16px;
  color: var(--white);
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero p:not(.eyebrow):not(.subhead):not(.service-line) {
  max-width: 680px;
  color: #eef4ff;
  font-size: 18px;
}

.hero-actions,
.amounts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.election-note {
  display: inline-flex;
  margin-top: 22px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
}

.button,
.amounts a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.button.primary,
.amounts a {
  background: var(--orange);
  color: var(--white);
}

.button.secondary {
  background: var(--yellow);
  color: var(--deep-blue);
}

.button.light {
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--white);
}

.hero-card {
  margin: 0;
}

.hero-card img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border: 6px solid var(--white);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

section:not(.hero) {
  padding: 72px max(20px, calc((100vw - var(--max)) / 2));
}

section[id] {
  scroll-margin-top: 82px;
}

.signup-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--deep-blue);
  color: var(--white);
}

.signup-band h2,
.donate h2 {
  margin-bottom: 0;
  color: var(--white);
}

.volunteer-section,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: start;
}

.volunteer-section {
  background: linear-gradient(135deg, var(--deep-blue), var(--blue));
  color: var(--white);
}

.volunteer-section h2 {
  color: var(--white);
}

.volunteer-section .form-section-copy > p:not(.eyebrow) {
  color: #eef4ff;
  font-size: 17px;
}

.help-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.help-list span {
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-weight: 800;
}

.campaign-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(21, 32, 51, 0.16);
}

.campaign-form label {
  display: grid;
  gap: 7px;
  color: var(--deep-blue);
  font-size: 14px;
  font-weight: 900;
}

.campaign-form input,
.campaign-form select,
.campaign-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #bfc8d5;
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.campaign-form textarea {
  resize: vertical;
}

.campaign-form input:focus,
.campaign-form select:focus,
.campaign-form textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(255, 215, 55, 0.42);
}

.campaign-form .button {
  width: 100%;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.campaign-form .button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.campaign-form .sms-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.45;
}

.campaign-form .sms-consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  padding: 0;
}

.campaign-form .sms-consent a {
  color: var(--blue);
  font-weight: 900;
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: #147a3d;
  font-weight: 800;
}

.form-status.error {
  color: #b42318;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: 40px;
  align-items: center;
}

.wide-art {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(21, 32, 51, 0.12);
}

.why,
.support {
  background: var(--soft);
}

.credential-grid,
.priority-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.credential-grid div,
.priority-grid article,
.contact-grid a {
  min-height: 112px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.credential-grid div {
  color: var(--deep-blue);
  font-weight: 900;
}

.priorities {
  background: var(--white);
}

.priority-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.priority-grid span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--orange);
  font-size: 28px;
  font-weight: 900;
}

.support {
  display: grid;
  grid-template-columns: minmax(0, 760px);
}

.donate {
  background: linear-gradient(135deg, var(--blue), var(--deep-blue));
  color: var(--white);
}

.donate p {
  max-width: 760px;
  color: #eef4ff;
}

.amounts a {
  min-width: 110px;
  background: var(--yellow);
  color: var(--deep-blue);
}

.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-layout .contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-layout .contact-grid a,
.contact-layout .contact-grid div {
  min-height: 105px;
  padding: 18px;
  font-size: 17px;
}

.contact-grid a {
  min-height: 120px;
  color: var(--deep-blue);
  font-size: 20px;
  font-weight: 900;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.contact-grid div {
  min-height: 120px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--deep-blue);
  font-size: 20px;
  font-weight: 900;
}

.contact-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 13px;
  text-transform: uppercase;
}

footer {
  padding: 30px max(20px, calc((100vw - var(--max)) / 2));
  background: #081736;
  color: #dbe7ff;
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.footer-links a {
  color: var(--white);
}

footer p {
  margin-bottom: 8px;
}

.legal-nav {
  justify-content: flex-end;
}

.legal-page {
  background: var(--white);
}

.legal-hero {
  padding: 72px max(20px, calc((100vw - var(--max)) / 2)) 42px;
  background: linear-gradient(135deg, var(--blue), var(--deep-blue));
  color: var(--white);
}

.legal-hero h1 {
  margin-bottom: 14px;
  max-width: 900px;
  color: var(--white);
}

.legal-hero p:not(.eyebrow) {
  margin-bottom: 0;
  color: #eef4ff;
  font-weight: 700;
}

.legal-content {
  max-width: 880px;
  padding: 58px 20px 72px;
  margin: 0 auto;
}

.legal-content h2 {
  margin-top: 34px;
  margin-bottom: 12px;
  font-size: 28px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  color: #334057;
  font-size: 17px;
}

.legal-content a {
  color: var(--blue);
  font-weight: 800;
}

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

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-top: 4px;
  }

  .site-nav.open {
    display: flex;
  }

  .hero,
  .split,
  .volunteer-section,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-card img {
    max-height: 720px;
  }

  .credential-grid,
  .priority-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
  }

  .brand span {
    font-size: 18px;
  }

  .hero {
    padding-top: 38px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 32px;
  }

  .signup-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .credential-grid,
  .priority-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .help-list {
    grid-template-columns: 1fr;
  }
}
