:root {
  --navy: #142b56;
  --navy-deep: #0d1f43;
  --blue: #2587ad;
  --sky: #dff2f4;
  --coral: #ed6d5f;
  --cream: #f7f2e9;
  --ink: #15233b;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
p { line-height: 1.7; }

.site-header {
  align-items: stretch;
  background: var(--navy);
  color: white;
  display: flex;
  min-height: 118px;
  justify-content: space-between;
  padding-left: clamp(22px, 5vw, 74px);
  position: relative;
  z-index: 10;
}
.wordmark {
  align-self: center;
  display: grid;
  line-height: .96;
  padding: 18px 0;
}
.wordmark .re-elect {
  color: var(--coral);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.wordmark .name {
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.55rem, 2.3vw, 2.2rem);
  font-weight: 800;
}
.wordmark .office {
  font-size: .7rem;
  font-weight: 650;
  letter-spacing: .04em;
  margin-top: 8px;
  opacity: .88;
  text-transform: uppercase;
}
.site-header nav { display: flex; align-items: stretch; }
.site-header nav ul { display: flex; list-style: none; margin: 0; padding: 0; }
.site-header nav li { display: flex; }
.site-header nav a {
  align-items: center;
  display: flex;
  font-size: .92rem;
  font-weight: 650;
  padding: 0 20px;
  transition: background .2s ease, color .2s ease;
}
.site-header nav a:hover,
.site-header nav a:focus-visible { background: rgba(255,255,255,.09); color: #fff; }
.site-header nav .nav-donate > a,
.site-header nav a.nav-donate {
  background: var(--coral);
  font-weight: 850;
  letter-spacing: .08em;
  min-width: 135px;
  text-transform: uppercase;
}
.site-header nav .nav-donate > a:hover,
.site-header nav a.nav-donate:hover { background: #d95649; }

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 675px;
}
.hero-photo, .results-photo, .community-image, .feature-image { position: relative; overflow: hidden; }
.hero-photo img, .results-photo img, .community-image img, .feature-image img { height: 100%; object-fit: cover; width: 100%; }
.hero-photo img { object-position: 50% 42%; }
.hero-copy {
  align-items: flex-start;
  background: var(--blue);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(45px, 7vw, 105px);
}
.eyebrow {
  font-size: .8rem;
  font-weight: 850;
  letter-spacing: .24em;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.eyebrow.coral { color: var(--coral); }
.hero h1, .page-hero h1, .donate-story h1 {
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(3.2rem, 6vw, 6.5rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .9;
  margin: 0;
}
.hero h2 {
  border-bottom: 1px solid rgba(255,255,255,.7);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.55rem, 2.7vw, 2.65rem);
  line-height: 1.12;
  margin: 20px 0 12px;
  padding-bottom: 22px;
}
.hero-kicker {
  font-size: .8rem;
  font-weight: 850;
  letter-spacing: .17em;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.hero-copy > p:not(.eyebrow):not(.hero-kicker) { max-width: 650px; }
.text-link { border-bottom: 2px solid white; font-weight: 800; margin-top: 10px; padding-bottom: 4px; }
.donate-ribbon {
  background: var(--navy);
  color: white;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 850;
  text-align: center;
}
.donate-ribbon a { display: block; padding: 22px; }
.donate-ribbon a:hover { background: var(--coral); }

.section-shell { margin: 0 auto; max-width: 1240px; padding: 105px clamp(24px, 5vw, 70px); }
.intro { display: grid; gap: 80px; grid-template-columns: .9fr 1.1fr; }
.intro h2, .community h2, .results h2, .feature-band h2 {
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.25rem, 4vw, 4rem);
  letter-spacing: -.04em;
  line-height: 1.04;
  margin: 0;
}
.intro-copy { border-left: 4px solid var(--coral); padding-left: 36px; }
.intro-copy p:first-child { margin-top: 0; }
.intro-copy p { font-size: 1.08rem; }

.results, .feature-band {
  background: var(--navy);
  color: white;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  min-height: 590px;
}
.results-photo img { object-position: center; }
.results-copy, .feature-band > div:first-child {
  align-self: center;
  padding: clamp(48px, 7vw, 100px);
}
.results ul { list-style: none; margin: 30px 0 40px; padding: 0; }
.results li { border-top: 1px solid rgba(255,255,255,.22); font-size: 1.02rem; padding: 15px 0 15px 28px; position: relative; }
.results li::before { color: var(--coral); content: "✓"; font-weight: 900; left: 0; position: absolute; }
.button {
  background: var(--navy);
  border: 2px solid var(--navy);
  color: white;
  display: inline-block;
  font-size: .8rem;
  font-weight: 850;
  letter-spacing: .1em;
  margin-top: 20px;
  padding: 16px 25px;
  text-transform: uppercase;
}
.button.light { background: white; border-color: white; color: var(--navy); }
.button:hover { background: var(--coral); border-color: var(--coral); color: white; transform: translateY(-2px); }

.community { align-items: center; display: grid; gap: 80px; grid-template-columns: 1fr 1fr; }
.community-image { aspect-ratio: 4/3; border-radius: 2px; }
.community p:not(.eyebrow) { font-size: 1.08rem; }
.bottom-cta {
  align-items: center;
  background: var(--sky);
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 48px 24px;
  text-align: center;
}
.bottom-cta p { font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(1.25rem, 2vw, 1.7rem); font-weight: 750; margin: 0; }
.coral-button { background: var(--coral); border-color: var(--coral); margin: 0; min-width: 145px; text-align: center; }

.page-hero {
  background: var(--navy);
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 490px;
}
.page-hero > div:first-child { align-self: center; padding: clamp(50px, 7vw, 110px); }
.page-hero h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.page-hero p:not(.eyebrow) { font-size: 1.08rem; max-width: 620px; }
.page-hero-photo { background-position: center; background-size: cover; min-height: 420px; }

.priority-grid { display: grid; gap: 0; grid-template-columns: repeat(2, 1fr); }
.priority-grid article, .involved-grid article { border: 1px solid #d8e2e8; padding: 42px; }
.priority-grid article > span, .involved-grid article > span { color: var(--coral); font-size: .8rem; font-weight: 900; letter-spacing: .2em; }
.priority-grid h2, .involved-grid h2, .endorsement-groups h2 {
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  letter-spacing: -.025em;
  line-height: 1.15;
  margin: 15px 0;
}
.feature-band { grid-template-columns: 1fr 1fr; }

.endorsement-groups { display: grid; gap: 25px; grid-template-columns: repeat(2, 1fr); }
.endorsement-groups article { background: var(--cream); padding: 42px; }
.endorsement-groups ul { columns: 2; line-height: 1.8; padding-left: 20px; }
.quotes { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); padding-top: 0; }
.quotes blockquote { background: var(--navy); color: white; margin: 0; padding: 36px; }
.quotes blockquote p { font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: 1.25rem; font-weight: 650; line-height: 1.45; margin-top: 0; }
.quotes cite { color: #b9dce6; font-size: .82rem; font-style: normal; line-height: 1.5; }

.involved-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.involved-grid article:nth-child(2),
.involved-grid article:nth-child(3) { background: var(--cream); }
.involved-grid a { color: var(--blue); font-weight: 850; }

.donate-page { background: var(--cream); padding: 90px clamp(22px, 6vw, 90px); }
.donate-panel { display: grid; grid-template-columns: 1fr 500px; margin: auto; max-width: 1180px; }
.donate-story { background: var(--navy); color: white; padding: clamp(50px, 7vw, 90px); }
.donate-story h1 { font-size: clamp(3rem, 5vw, 5rem); }
.donate-story ul { line-height: 2; margin-top: 35px; padding-left: 20px; }
.payment-card { background: white; box-shadow: 0 22px 60px rgba(20,43,86,.15); padding: 50px; }
.payment-card h2 { font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: 2rem; margin: 0 0 25px; }
.amount-label { color: #566377; font-size: .78rem; font-weight: 800; margin-bottom: 9px; text-transform: uppercase; }
.amounts { display: grid; gap: 8px; grid-template-columns: repeat(4, 1fr); margin-bottom: 18px; }
.amounts span { border: 2px solid #cad7de; font-weight: 850; padding: 13px 6px; text-align: center; }
.paypal-button {
  background: #0070ba;
  color: white;
  display: block;
  font-weight: 850;
  margin: 14px 0 24px;
  padding: 17px;
  text-align: center;
}
.paypal-button.pending { line-height: 1.3; }
.paypal-hosted-button { min-height: 44px; }
.payment-error { background: #fff1ef; color: #8c2b23; font-size: .8rem; padding: 12px; }
.qr-wrap { align-items: center; display: flex; gap: 20px; justify-content: center; }
.qr-wrap img { height: 130px; width: 130px; }
.qr-wrap p { font-size: .85rem; max-width: 120px; }
.donor-notice { border-top: 1px solid #d8e2e8; color: #566377; font-size: .75rem; margin-top: 25px; padding-top: 16px; }

footer {
  align-items: flex-end;
  background: var(--navy-deep);
  color: white;
  display: flex;
  gap: 45px;
  justify-content: space-between;
  padding: 50px clamp(24px, 5vw, 70px);
}
footer p { line-height: 1.45; margin: 4px 0; }
.footer-name { font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: 1.7rem; font-weight: 800; }
.footer-legal { font-size: .72rem; max-width: 520px; text-align: right; }

.menu-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  padding: 16px;
}
.menu-toggle > span:not(.screen-reader-text) {
  background: white;
  display: block;
  height: 2px;
  margin: 5px 0;
  width: 28px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.standard-page { min-height: 60vh; }
.standard-page h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1; }
.contact-page { display: grid; gap: 70px; grid-template-columns: .9fr 1.1fr; min-height: 65vh; }
.contact-page h1 { font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1; margin-top: 0; }
.campaign-form { display: grid; gap: 9px; }
.campaign-form label { font-size: .78rem; font-weight: 850; letter-spacing: .08em; margin-top: 8px; text-transform: uppercase; }
.campaign-form input, .campaign-form textarea { border: 1px solid #b9c7cf; border-radius: 0; font: inherit; padding: 13px; width: 100%; }
.volunteer-options { border: 1px solid #b9c7cf; margin: 14px 0 8px; padding: 15px 17px 17px; }
.volunteer-options legend { font-size: .78rem; font-weight: 850; letter-spacing: .08em; padding: 0 5px; text-transform: uppercase; }
.volunteer-options label { align-items: center; display: flex; font-size: .95rem; font-weight: 650; gap: 10px; letter-spacing: 0; margin: 8px 0 0; text-transform: none; }
.campaign-form .volunteer-options input[type="checkbox"] { accent-color: var(--coral); height: 18px; margin: 0; padding: 0; width: 18px; }
.campaign-form .button { cursor: pointer; justify-self: start; }
.form-notice { padding: 14px; }
.form-notice.success { background: #e4f5ee; color: #175b3f; }
.form-notice.error { background: #fff1ef; color: #8c2b23; }

@media (max-width: 980px) {
  .site-header { align-items: center; padding: 0 20px; }
  .menu-toggle { display: block; }
  .site-header nav { background: var(--navy); display: none; left: 0; position: absolute; top: 100%; width: 100%; }
  .site-header nav.is-open { display: flex; }
  .site-header nav ul { flex-wrap: wrap; justify-content: center; width: 100%; }
  .site-header nav a { min-height: 54px; padding: 0 12px; }
  .site-header nav .nav-donate > a,
  .site-header nav a.nav-donate { min-width: 110px; }
  .donate-panel { grid-template-columns: 1fr; }
  .payment-card { max-width: none; }
}

@media (max-width: 760px) {
  .hero, .page-hero, .results, .feature-band, .community, .intro { grid-template-columns: 1fr; }
  .hero-photo { min-height: 520px; order: 1; }
  .hero-copy { order: 2; padding: 48px 26px; }
  .hero h1 { font-size: 3.35rem; }
  .page-hero-photo { min-height: 350px; }
  .intro, .community { gap: 36px; }
  .intro-copy { padding-left: 22px; }
  .results-photo, .feature-image { min-height: 390px; }
  .section-shell { padding: 70px 24px; }
  .priority-grid, .endorsement-groups, .quotes, .involved-grid, .contact-page { grid-template-columns: 1fr; }
  .endorsement-groups ul { columns: 1; }
  .bottom-cta, footer { align-items: center; flex-direction: column; }
  .footer-legal { text-align: center; }
  .donate-page { padding: 40px 18px; }
  .donate-story, .payment-card { padding: 38px 26px; }
  .amounts { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .site-header nav a:not(.nav-donate) { font-size: .77rem; }
  .site-header nav .nav-donate { width: 100%; }
  .site-header nav .nav-donate > a,
  .site-header nav a.nav-donate { justify-content: center; width: 100%; }
  .hero-photo { min-height: 430px; }
  .page-hero > div:first-child { padding: 48px 24px; }
  .qr-wrap { flex-direction: column; text-align: center; }
}

body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
