@import url("https://fonts.googleapis.com/css2?family=Anton&family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Yellowtail&display=swap");

:root {
  --red: #c8202f;
  --red-dark: #9f1825;
  --blue: #292a6a;
  --blue-dark: #171947;
  --blue-ink: #10133a;
  --gold: #d0ab2b;
  --gold-light: #f3e5aa;
  --cream: #faf8f2;
  --white: #ffffff;
  --ink: #20233c;
  --muted: #64677a;
  --line: rgba(41, 42, 106, 0.16);
  --shadow: 0 22px 60px rgba(23, 25, 71, 0.16);
  --radius: 1.1rem;
  --max: 1180px;
  --header-height: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1rem);
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: var(--blue);
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--red);
}

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000;
  padding: 0.7rem 1rem;
  background: var(--white);
  color: var(--blue-dark);
  font-weight: 700;
  transform: translateY(-150%);
}

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

.container {
  width: min(calc(100% - 2rem), var(--max));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 2rem), 820px);
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 0.65rem;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--gold-light);
}

.display-title,
h1,
h2,
h3 {
  margin-top: 0;
  color: var(--blue-dark);
  font-weight: 700;
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 5.2rem);
}

h2 {
  font-size: clamp(2rem, 4.2vw, 3.55rem);
}

h3 {
  font-size: clamp(1.3rem, 2vw, 1.75rem);
}

p {
  margin-top: 0;
}

.lead {
  color: #3c405b;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.65;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0.72rem 1.2rem;
  background: var(--red);
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button:hover {
  background: var(--red-dark);
  color: var(--white);
  transform: translateY(-2px);
}

.button.gold {
  background: var(--gold);
  color: var(--blue-ink);
}

.button.gold:hover {
  background: #e1bb35;
  color: var(--blue-ink);
}

.button.outline {
  border-color: currentColor;
  background: transparent;
  color: var(--blue);
}

.button.outline:hover {
  background: var(--blue);
  color: var(--white);
}

.button.light-outline {
  border-color: rgba(255, 255, 255, 0.7);
  background: transparent;
  color: var(--white);
}

.button.light-outline:hover {
  background: var(--white);
  color: var(--blue-dark);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(23, 25, 71, 0.97);
  box-shadow: 0 8px 25px rgba(15, 16, 48, 0.12);
}

.header-inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  color: var(--white);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.wordmark:hover {
  color: var(--white);
}

.wordmark-name {
  color: var(--white);
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  font-weight: 400;
  letter-spacing: 0.015em;
}

.wordmark-office {
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.site-nav a {
  border-radius: 999px;
  padding: 0.5rem 0.65rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.91rem;
  font-weight: 600;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.site-nav .nav-donate {
  margin-left: 0.35rem;
  background: var(--gold);
  color: var(--blue-ink);
}

.site-nav .nav-donate:hover {
  background: #e1bb35;
  color: var(--blue-ink);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.55rem;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease;
}

.nav-toggle span {
  margin-block: 4px;
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10, 12, 39, 0.9) 0%, rgba(10, 12, 39, 0.72) 42%, rgba(10, 12, 39, 0.2) 72%, rgba(10, 12, 39, 0.08) 100%),
    url("../images/crater-lake-hero.webp") center 48% / cover no-repeat;
  color: var(--white);
}

.hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 10, 34, 0.12), rgba(8, 10, 34, 0.38)),
    linear-gradient(90deg, rgba(208, 171, 43, 0.3), transparent 22%) top left / 100% 4px no-repeat;
  content: "";
  pointer-events: none;
}

.hero-inner {
  position: relative;
  display: grid;
  min-height: calc(100svh - var(--header-height));
  grid-template-columns: minmax(0, 760px);
  align-items: center;
  padding-block: clamp(3rem, 7vw, 6.5rem);
}

.hero-copy {
  z-index: 1;
}

.campaign-lockup {
  display: grid;
  width: min(100%, 700px);
  margin-bottom: 1.6rem;
  filter: drop-shadow(0 5px 14px rgba(6, 8, 31, 0.7));
  line-height: 0.9;
}

.campaign-elect {
  margin: 0 0 -0.45rem 0.1em;
  color: var(--white);
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(1rem, 2vw, 1.55rem);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.campaign-name {
  color: #e52b3a;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(4.4rem, 10vw, 8.2rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  text-shadow:
    0 2px 3px rgba(5, 7, 28, 0.72),
    0 8px 20px rgba(5, 7, 28, 0.5);
}

.campaign-office {
  display: flex;
  align-items: baseline;
  gap: 0.28em;
  width: fit-content;
  margin-top: -0.12em;
  border-block: 3px solid var(--gold);
  padding: 0.16em 0.28em 0.2em;
  background: rgba(41, 42, 106, 0.9);
  color: var(--white);
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(2rem, 5vw, 4.3rem);
  font-weight: 400;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.campaign-office em {
  color: var(--gold-light);
  font-family: "Yellowtail", cursive;
  font-size: 0.82em;
  font-style: normal;
  font-weight: 400;
  text-transform: lowercase;
}

.campaign-tagline {
  margin-top: 0.75rem;
  color: var(--white);
  font-size: clamp(0.75rem, 1.4vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero h1 {
  margin-bottom: 0.8rem;
  color: var(--white);
  font-size: clamp(2.15rem, 4vw, 3.65rem);
}

.hero .lead {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.84);
}

.section {
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
}

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

.section.blue {
  background:
    linear-gradient(rgba(23, 25, 71, 0.94), rgba(23, 25, 71, 0.94)),
    url("../images/campaign-car.webp") center / cover;
  color: var(--white);
}

.section.blue h2,
.section.blue h3 {
  color: var(--white);
}

.section.gold-wash {
  background: linear-gradient(135deg, #fbf7e7, #f3e5aa);
}

.section-heading {
  max-width: 780px;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: var(--white);
}

.feature.reverse .feature-media {
  order: 2;
}

.feature-media {
  min-height: 520px;
  overflow: hidden;
  background: #e8e5dc;
}

.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-media.portrait img {
  object-position: center 22%;
}

.feature-copy {
  display: flex;
  align-items: center;
  padding: clamp(3rem, 7vw, 7rem);
}

.feature-copy-inner {
  max-width: 610px;
}

.feature-copy p:last-of-type {
  margin-bottom: 1.5rem;
}

.commitment-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.commitment {
  padding: 1.6rem 1.25rem;
  background: rgba(255, 255, 255, 0.07);
}

.commitment-number {
  display: block;
  margin-bottom: 1rem;
  color: var(--gold);
  font-family: "Anton", Impact, sans-serif;
  font-size: 2rem;
}

.commitment h3 {
  margin-bottom: 0.5rem;
  font-size: 1.08rem;
}

.commitment p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}

.card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 35px rgba(23, 25, 71, 0.08);
}

.card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.card-body {
  padding: 1.5rem;
}

.card-body h3 {
  margin-bottom: 0.55rem;
}

.card-body p:last-child {
  margin-bottom: 0;
}

.text-link {
  font-weight: 700;
}

.fact-band {
  position: relative;
  overflow: hidden;
  background: var(--red);
  color: var(--white);
}

.fact-band::after {
  position: absolute;
  top: -50%;
  right: -8%;
  width: 46%;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.fact-band-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr auto;
  align-items: center;
  gap: 2rem;
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
}

.fact-band h2 {
  margin-bottom: 0.65rem;
  color: var(--white);
}

.fact-band p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
}

.quote {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.quote blockquote {
  margin: 0 0 1rem;
  color: var(--blue-dark);
  font-size: clamp(1.45rem, 3vw, 2.45rem);
  font-weight: 600;
  line-height: 1.35;
}

.quote cite {
  color: var(--red);
  font-style: normal;
  font-weight: 700;
}

.page-hero {
  position: relative;
  display: grid;
  min-height: clamp(300px, 41vw, 470px);
  overflow: hidden;
  align-items: end;
  padding-block: clamp(3rem, 6vw, 5rem);
  background:
    linear-gradient(90deg, rgba(12, 14, 45, 0.82), rgba(12, 14, 45, 0.45) 58%, rgba(12, 14, 45, 0.22)),
    url("../images/crater-lake-hero.webp") center 52% / cover no-repeat;
  color: var(--white);
}

.page-hero::after {
  position: absolute;
  inset: 0;
  border-top: 4px solid rgba(208, 171, 43, 0.84);
  background: linear-gradient(180deg, transparent 42%, rgba(8, 10, 34, 0.3));
  content: "";
  pointer-events: none;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 1rem;
  color: var(--white);
}

.page-hero .lead {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.bio-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
}

.bio-photo {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: contain;
}

.bio-copy h2 {
  margin-top: 2.5rem;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
}

.bio-copy h2:first-child {
  margin-top: 0;
}

.highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-block: 2rem;
}

.highlight {
  border-left: 5px solid var(--gold);
  padding: 1rem 1.15rem;
  background: var(--white);
  box-shadow: 0 8px 25px rgba(23, 25, 71, 0.06);
}

.highlight strong {
  display: block;
  color: var(--blue-dark);
  font-size: 1.05rem;
}

.accordion {
  border-top: 1px solid var(--line);
}

.accordion details {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.accordion summary {
  position: relative;
  padding: 1.4rem 3.5rem 1.4rem 1.2rem;
  color: var(--blue-dark);
  cursor: pointer;
  font-size: 1.12rem;
  font-weight: 700;
  list-style: none;
}

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

.accordion summary::after {
  position: absolute;
  top: 50%;
  right: 1.3rem;
  color: var(--red);
  content: "+";
  font-size: 1.7rem;
  transform: translateY(-50%);
}

.accordion details[open] summary::after {
  content: "–";
}

.accordion-content {
  max-width: 900px;
  padding: 0 3.5rem 1.5rem 1.2rem;
}

.source-note {
  border-left: 5px solid var(--gold);
  padding: 1.2rem 1.4rem;
  background: #fbf7e7;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 95px;
  gap: 0.85rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
  background: #ddd;
}

.gallery-item:nth-child(1) {
  grid-column: span 7;
  grid-row: span 4;
}

.gallery-item:nth-child(2) {
  grid-column: span 5;
  grid-row: span 4;
}

.gallery-item:nth-child(3),
.gallery-item:nth-child(4) {
  grid-column: span 6;
  grid-row: span 4;
}

.gallery-item:nth-child(5),
.gallery-item:nth-child(6) {
  grid-column: span 6;
  grid-row: span 4;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.gallery-item img.gallery-image-contain {
  background: #d8d4c8;
  object-fit: contain;
}

.gallery-item:hover img {
  transform: scale(1.025);
}

.gallery-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 2.4rem 1rem 0.85rem;
  background: linear-gradient(transparent, rgba(15, 16, 48, 0.86));
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 600;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(270px, 0.5fr);
  gap: 2rem;
}

.news-feature {
  min-height: 420px;
  border-radius: var(--radius);
  padding: clamp(2rem, 5vw, 4.5rem);
  background:
    linear-gradient(90deg, rgba(23, 25, 71, 0.92), rgba(23, 25, 71, 0.42)),
    url("../images/campaign-car.webp") center / cover;
  color: var(--white);
}

.news-feature h2 {
  max-width: 650px;
  color: var(--white);
}

.news-feature p {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.84);
}

.event-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem;
  background: var(--white);
}

.event-date {
  display: inline-block;
  margin-bottom: 1.2rem;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  background: var(--gold-light);
  color: var(--blue-dark);
  font-weight: 700;
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
}

.contact-panel {
  border-radius: var(--radius);
  padding: 2rem;
  background: var(--blue-dark);
  color: var(--white);
}

.contact-panel h2,
.contact-panel h3 {
  color: var(--white);
}

.contact-panel a {
  color: var(--gold-light);
}

.form-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 3rem);
  background: var(--white);
  box-shadow: var(--shadow);
}

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

.field {
  display: grid;
  gap: 0.4rem;
}

.field.full {
  grid-column: 1 / -1;
}

.field label,
.fieldset legend {
  color: var(--blue-dark);
  font-weight: 700;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid #aaaec2;
  border-radius: 0.55rem;
  padding: 0.75rem 0.85rem;
  background: var(--white);
  color: var(--ink);
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.fieldset {
  grid-column: 1 / -1;
  border: 0;
  padding: 0;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.65rem;
}

.check {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.check input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
  accent-color: var(--red);
}

.form-note,
.form-status {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.9rem;
}

.form-status {
  min-height: 1.5rem;
  color: var(--blue);
  font-weight: 700;
}

.form-status.is-error {
  color: var(--red-dark);
}

.form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cta-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4rem, 8vw, 7rem);
  background: var(--blue-dark);
  color: var(--white);
  text-align: center;
}

.cta-section::before,
.cta-section::after {
  position: absolute;
  width: 18rem;
  height: 18rem;
  border: 2px solid rgba(208, 171, 43, 0.25);
  border-radius: 50%;
  content: "";
}

.cta-section::before {
  top: -10rem;
  left: -8rem;
}

.cta-section::after {
  right: -8rem;
  bottom: -11rem;
}

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

.cta-section p {
  max-width: 720px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.78);
}

.cta-section .button-row {
  justify-content: center;
}

.site-footer {
  background: #0d0f31;
  color: rgba(255, 255, 255, 0.74);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.85fr;
  gap: clamp(2rem, 5vw, 5rem);
  padding-block: 4rem;
}

.footer-brand {
  max-width: 420px;
}

.footer-brand .wordmark {
  margin-bottom: 1rem;
}

.footer-brand p {
  font-size: 0.94rem;
}

.footer-heading {
  margin-bottom: 0.85rem;
  color: var(--white);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 0.45rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--gold-light);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.social-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.social-link:hover {
  border-color: var(--gold);
  color: var(--gold-light);
}

.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-block: 1.2rem;
}

.footer-legal-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem 1.5rem;
}

.footer-legal p {
  margin: 0;
  font-size: 0.84rem;
}

.paid-for {
  color: var(--white);
  font-weight: 700;
}

.utility-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.utility-links a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.prose h2 {
  margin-top: 2.5rem;
  font-size: 1.8rem;
}

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

.prose ul {
  padding-left: 1.25rem;
}

@media (max-width: 1060px) {
  .site-nav a {
    padding-inline: 0.45rem;
    font-size: 0.84rem;
  }

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

  .commitment:nth-child(4),
  .commitment:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 70px;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 0;
    display: none;
    overflow-y: auto;
    align-items: stretch;
    padding: 1rem;
    background: var(--blue-dark);
  }

  .nav-open .site-nav {
    display: grid;
    align-content: start;
  }

  .site-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 1rem;
    font-size: 1.05rem;
  }

  .site-nav .nav-donate {
    margin: 0.75rem 0 0;
    border-radius: 999px;
    text-align: center;
  }

  .hero-inner {
    min-height: auto;
    padding-block: 4rem;
  }

  .hero {
    min-height: 720px;
    background-position: 60% 48%;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(8, 10, 34, 0.22), rgba(8, 10, 34, 0.62)),
      linear-gradient(90deg, rgba(208, 171, 43, 0.3), transparent 22%) top left / 100% 4px no-repeat;
  }

  .feature,
  .feature.reverse {
    grid-template-columns: 1fr;
  }

  .feature.reverse .feature-media {
    order: 0;
  }

  .feature-media {
    min-height: 430px;
  }

  .feature-copy {
    padding: clamp(2.5rem, 8vw, 5rem) 1.5rem;
  }

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

  .fact-band-inner {
    grid-template-columns: 1fr;
  }

  .bio-layout,
  .form-layout,
  .news-layout {
    grid-template-columns: 1fr;
  }

  .bio-photo {
    position: static;
    max-height: 720px;
    margin-inline: auto;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .container,
  .narrow {
    width: min(calc(100% - 1.25rem), var(--max));
  }

  .wordmark-office {
    display: none;
  }

  .campaign-office {
    border-width: 2px;
    font-size: clamp(1.75rem, 9vw, 3.2rem);
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
  }

  .commitment-grid,
  .card-grid,
  .highlights,
  .form-grid,
  .check-grid {
    grid-template-columns: 1fr;
  }

  .commitment {
    grid-column: auto !important;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .gallery-item {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
