:root {
  --ink: #191a3d;
  --ink-soft: #3f425d;
  --red: #a21d22;
  --red-deep: #3e0a0e;
  --red-bright: #f95443;
  --hover: #761418;
  --teal: #a21d22;
  --paper: #f7f7f4;
  --white: #ffffff;
  --line: #deded7;
  --body-font: "Figtree", "Inter", "Segoe UI", Arial, sans-serif;
  --headline-font: "Figtree", "Inter", "Segoe UI", Arial, sans-serif;
  --shadow: 0 18px 45px rgba(23, 23, 53, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  border: 2px solid var(--red);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  color: var(--white);
  background: transparent;
  border-bottom: 0;
  transition: transform 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: transparent;
  color: var(--white);
  box-shadow: none;
}

.nav-shell {
  width: min(1180px, calc(100% - 40px));
  min-height: 96px;
  margin: 20px auto 0;
  padding: 0 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--red);
  box-shadow: 0 10px 30px rgba(23, 23, 53, 0.14);
}

.brand:hover {
  text-decoration: none;
}

.brand {
  display: flex;
  align-items: center;
  align-self: stretch;
  min-width: 300px;
  padding: 14px 24px;
  background: var(--white);
}

.brand-logo {
  width: 230px;
  max-width: 100%;
  height: auto;
}

.brand-script,
.brand-main,
.brand-office {
  letter-spacing: 0;
}

.brand-script {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 30px;
  color: var(--red);
  text-transform: none;
  transform: translateY(2px);
}

.brand-main {
  font-size: 30px;
  font-weight: 900;
}

.brand-office {
  grid-column: 1 / -1;
  font-size: 12px;
  font-weight: 800;
  color: var(--white);
  background: var(--red);
  opacity: 1;
  margin-top: 4px;
  padding: 6px 9px;
  text-align: center;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-menu a {
  padding: 9px 0;
}

.nav-action {
  background: var(--red-bright);
  color: var(--white);
  padding: 11px 18px !important;
  border: 2px solid var(--red-bright);
  border-radius: 4px;
  box-shadow: 0 3px 8px rgba(1, 2, 36, 0.18);
}

.nav-action:hover {
  background: var(--hover);
  border-color: var(--hover);
  text-decoration: none;
}

.language-toggle {
  min-height: 42px;
  padding: 9px 14px;
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.language-toggle:hover,
.language-toggle[aria-pressed="true"] {
  background: var(--white);
  color: var(--red);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 2px solid currentColor;
  background: transparent;
  color: currentColor;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
}

.nav-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--white);
  display: grid;
  align-items: end;
}

.hero picture,
.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 8, 23, 0.88) 0%, rgba(0, 0, 0, 0.66) 43%, rgba(0, 0, 0, 0.14) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 45%);
}

.hero-content {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 180px 0 86px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  align-items: end;
  gap: 58px;
}

.hero-message {
  min-width: 0;
}

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

.hero .eyebrow {
  color: #ffcbc2;
}

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

h1,
h2,
h3 {
  font-family: var(--headline-font);
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 620px;
  margin-bottom: 6px;
  font-size: 76px;
  font-weight: 900;
}

.hero-office {
  max-width: 620px;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
}

.hero-join-card {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.72);
  border-top-color: var(--red-bright);
  box-shadow: 0 22px 60px rgba(23, 23, 53, 0.28);
}

.hero-join-card h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 42px;
}

.hero-join-card .eyebrow {
  color: var(--red);
}

.hero-actions,
.support-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 2px solid transparent;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.1;
  border-radius: 4px;
  box-shadow: 0 3px 8px rgba(1, 2, 36, 0.18);
}

.button:hover {
  text-decoration: none;
}

.button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  background: var(--red-bright);
  color: var(--white);
  border-color: var(--red-bright);
}

.button-primary:hover {
  background: var(--hover);
  border-color: var(--hover);
}

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

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.button-light {
  background: var(--white);
  color: var(--red);
  border-color: var(--white);
}

.button-light:hover {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.intro-band {
  width: min(1180px, calc(100% - 40px));
  margin: -42px auto 0;
  position: relative;
  z-index: 4;
  background: var(--white);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 6px solid var(--red-bright);
}

.intro-item {
  min-height: 152px;
  padding: 30px 28px;
  border-right: 1px solid var(--line);
}

.intro-item:last-child {
  border-right: 0;
}

.intro-item span {
  display: block;
  color: var(--red);
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 8px;
}

.intro-item p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 118px 0;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 76px;
}

.section-copy h2,
.section-heading h2,
.civic-copy h2,
.join-copy h2,
.donate-copy h2,
.support-section h2 {
  margin-bottom: 22px;
  color: var(--ink);
  font-size: 48px;
  font-weight: 900;
}

.section-copy h2::first-line,
.section-heading h2::first-line,
.civic-copy h2::first-line,
.donate-copy h2::first-line,
.join-copy h2::first-line {
  color: var(--red);
}

.section-copy p,
.civic-copy p,
.join-copy p,
.section-heading p,
.donate-copy p,
.support-section p {
  color: var(--ink-soft);
}

.section-copy p:last-of-type,
.civic-copy p:last-of-type,
.join-copy p:last-of-type,
.support-section p:last-of-type {
  margin-bottom: 0;
}

.signature-line {
  margin: 30px 0 0;
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-style: italic;
  line-height: 1;
}

.portrait-stack {
  min-height: 560px;
  position: relative;
}

.portrait-stack img {
  box-shadow: var(--shadow);
  border: 12px solid var(--white);
}

.portrait-picture {
  display: block;
  width: 500px;
  margin-left: auto;
}

.portrait-main {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center center;
}

.portrait-small {
  position: absolute;
  left: 0;
  bottom: 34px;
  width: 300px;
  height: 224px;
  object-fit: cover;
}

.civic-section {
  width: 100%;
  background: var(--paper);
  padding: 0;
}

.civic-grid {
  width: min(1180px, calc(100% - 40px));
  min-height: 560px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: 72px;
}

.civic-grid img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: center 24%;
  box-shadow: var(--shadow);
}

.civic-grid .candidate-photo {
  object-position: center 24%;
}

.priorities {
  padding-bottom: 96px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.priority-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.priority-card {
  min-height: 292px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 6px solid var(--red-bright);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.priority-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  background: rgba(162, 29, 34, 0.08);
  color: var(--red);
  border-radius: 50%;
}

.priority-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.priority-card h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
}

.priority-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 16px;
}

.priority-links {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.priority-links a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  background: var(--red);
  color: var(--white);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 3px 8px rgba(1, 2, 36, 0.16);
}

.priority-links a::after {
  content: ">";
  color: var(--red-bright);
  font-size: 22px;
  line-height: 1;
}

.priority-links a:hover {
  background: var(--ink);
  text-decoration: none;
}

.voice-grid,
.event-grid,
.voter-grid {
  display: grid;
  gap: 18px;
}

.voice-grid,
.event-grid {
  grid-template-columns: repeat(3, 1fr);
}

.voice-card,
.event-card,
.voter-card {
  min-width: 0;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 6px solid var(--red-bright);
  border-radius: 8px;
}

.voice-card span,
.event-card span,
.voter-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.voice-card h3,
.event-card h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
}

.voice-card p,
.event-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 16px;
}

.event-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.event-card a {
  margin-top: auto;
  padding-top: 22px;
  color: var(--red);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.support-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 52px;
  background: var(--red);
  color: var(--white);
  justify-content: space-between;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.support-section .eyebrow {
  color: #ffcbc2;
}

.support-section h2 {
  color: var(--white);
  margin-bottom: 12px;
}

.support-section p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.84);
}

.support-actions {
  width: min(100%, 456px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.support-actions a {
  min-height: 56px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--ink);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  line-height: 1.15;
}

.support-actions a:hover {
  background: var(--red-bright);
  color: var(--white);
  text-decoration: none;
}

.donate-section {
  width: min(1180px, calc(100% - 40px));
  margin: 82px auto 0;
  padding: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  align-items: center;
  gap: 42px;
  background: var(--paper);
  border-top: 6px solid var(--red-bright);
}

.donate-copy h2 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 44px;
  font-weight: 900;
}

.donate-copy h2::first-line {
  color: var(--red);
}

.donate-copy p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.donate-copy {
  min-width: 0;
}

.donate-card {
  min-width: 0;
  display: grid;
  gap: 14px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(1, 2, 36, 0.1);
}

.donate-status {
  width: max-content;
  padding: 8px 12px;
  background: var(--red);
  color: var(--white);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.donate-amounts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.donate-amounts span {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: var(--paper);
  color: var(--ink-soft);
  border: 2px dashed #c9c9c1;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.donate-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
}

.donate-card a {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.donate-card a:hover {
  text-decoration: none;
}

.donate-main {
  background: var(--red-bright);
  border-color: var(--red-bright);
  color: var(--white);
}

.donate-main:hover {
  background: var(--hover);
  border-color: var(--hover);
}

.donate-secondary {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}

.donate-secondary:hover {
  background: var(--red);
  color: var(--white);
}

.voter-section {
  padding-top: 96px;
}

.voter-grid {
  grid-template-columns: repeat(4, 1fr);
}

.voter-card {
  display: grid;
  min-height: 172px;
  align-content: start;
  color: var(--ink);
}

.voter-card:hover {
  background: var(--paper);
  text-decoration: none;
}

.voter-card strong {
  font-size: 20px;
  line-height: 1.15;
}

.join-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 70px;
  align-items: start;
}

.join-form {
  padding: 32px;
  border: 1px solid var(--line);
  border-top: 6px solid var(--red-bright);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(1, 2, 36, 0.1);
}

.field-row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(112px, 0.65fr);
  gap: 10px;
}

.field-group {
  margin-bottom: 18px;
}

.field-group label {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.field-group input {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 2px solid #d3d3ca;
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
}

.field-group input:focus {
  outline: 3px solid rgba(249, 84, 67, 0.2);
  border-color: var(--red-bright);
}

.choice-group {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.choice-group legend {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.check-option {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin: 0 0 10px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.35;
}

.check-option input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--red-bright);
}

.form-button {
  width: 100%;
  margin-top: 4px;
}

.form-note,
.form-status {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.form-status {
  min-height: 22px;
  color: var(--red);
  font-weight: 800;
}

.site-footer {
  min-height: 190px;
  padding: 40px 20px;
  background: var(--ink);
  color: var(--white);
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 20px;
  text-align: center;
}

.footer-brand {
  width: min(320px, calc(100vw - 48px));
  padding: 16px 18px;
  background: var(--white);
  border-radius: 4px;
}

.footer-brand .brand-logo {
  width: 100%;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.footer-social a {
  min-height: 40px;
  padding: 9px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-social a:hover {
  background: var(--red-bright);
  border-color: var(--red-bright);
  text-decoration: none;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

.footer-disclaimer {
  max-width: 620px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: var(--white) !important;
  text-transform: uppercase;
  letter-spacing: 0;
}

.footer-disclaimer small {
  font-size: 12px;
}

@media (max-width: 980px) {
  body {
    font-size: 17px;
  }

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

  .nav-menu {
    position: fixed;
    top: 185px;
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    background: var(--white);
    color: var(--ink);
    border-top: 1px solid var(--line);
    box-shadow: 0 20px 35px rgba(23, 23, 53, 0.16);
  }

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

  .nav-menu a {
    min-height: 58px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    border-bottom: 1px solid var(--line);
  }

  .language-toggle {
    margin: 16px 24px 0;
    color: var(--red);
    border-color: var(--red);
  }

  .nav-action {
    margin: 16px 24px 0;
    justify-content: center;
    border-bottom: 2px solid var(--red-bright) !important;
  }

  .hero {
    min-height: 760px;
  }

  .hero-image {
    object-position: center 32%;
  }

  .hero-content {
    padding-top: 150px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  h1 {
    font-size: 60px;
  }

  .hero-office {
    font-size: 28px;
  }

  .hero-copy {
    font-size: 20px;
  }

  .intro-band,
  .split-section,
  .civic-grid,
  .priority-grid,
  .priority-links,
  .voice-grid,
  .event-grid,
  .voter-grid,
  .donate-section,
  .join-section {
    grid-template-columns: 1fr;
  }

  .intro-band {
    margin-top: 0;
  }

  .intro-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .intro-item:last-child {
    border-bottom: 0;
  }

  .split-section,
  .join-section,
  .civic-grid,
  .voice-grid,
  .event-grid,
  .voter-grid {
    gap: 42px;
  }

  .section {
    padding: 82px 0;
  }

  .portrait-stack {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr 0.72fr;
    align-items: end;
    gap: 18px;
  }

  .portrait-picture,
  .portrait-main,
  .portrait-small {
    position: static;
    width: 100%;
    margin: 0;
  }

  .portrait-main {
    height: 430px;
  }

  .portrait-small {
    height: 260px;
  }

  .civic-grid {
    min-height: auto;
    padding: 82px 0;
  }

  .support-section {
    padding: 42px 28px;
  }

  .donate-section {
    margin-top: 62px;
    padding: 42px 28px;
    grid-template-columns: minmax(0, 1fr);
  }

  .support-actions {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .nav-shell,
  .hero-content,
  .intro-band,
  .section,
  .civic-grid,
  .donate-section,
  .support-section {
    width: calc(100% - 28px);
  }

  .nav-shell {
    min-height: 78px;
    margin-top: 10px;
    padding-right: 12px;
  }

  .brand {
    min-width: min(250px, calc(100vw - 88px));
    padding: 8px 12px;
  }

  .brand-logo {
    width: 150px;
  }

  .nav-menu {
    top: 115px;
  }

  .hero {
    min-height: 0;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(12, 12, 31, 0.9) 0%, rgba(12, 12, 31, 0.72) 63%, rgba(12, 12, 31, 0.25) 100%),
      linear-gradient(0deg, rgba(12, 12, 31, 0.66) 0%, rgba(12, 12, 31, 0) 50%);
  }

  .hero-content {
    padding: 136px 0 42px;
    gap: 20px;
  }

  h1 {
    font-size: 44px;
  }

  .hero-office {
    font-size: 22px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .button {
    width: 100%;
  }

  .hero-join-card h2 {
    font-size: 34px;
  }

  .section-copy h2,
  .section-heading h2,
  .civic-copy h2,
  .join-copy h2,
  .donate-copy h2,
  .support-section h2 {
    font-size: 34px;
  }

  .portrait-stack {
    grid-template-columns: 1fr;
  }

  .portrait-stack img {
    border-width: 8px;
  }

  .portrait-main,
  .portrait-small,
  .civic-grid img {
    height: 360px;
  }

  .civic-grid .candidate-photo {
    height: clamp(380px, 112vw, 460px);
    object-position: center 16%;
  }

  .priority-card {
    min-height: 248px;
  }

  .join-form {
    padding: 24px;
  }

  .field-row,
  .donate-amounts,
  .support-actions {
    grid-template-columns: 1fr;
  }
}
