:root {
  --blue: #0a4f82;
  --blue-dark: #06365c;
  --navy: #052b49;
  --ink: #183247;
  --muted: #526b7d;
  --line: #bfd0db;
  --surface: #f7fafc;
  --surface-blue: #e3edf3;
  --surface-deep: #d4e1e9;
  --white: #ffffff;
  --page-width: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid #2d83bd;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 100;
  border-radius: 4px;
  background: var(--navy);
  padding: 10px 16px;
  color: var(--white);
  font-weight: 800;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 12px;
}

.page-shell,
.header-inner {
  width: min(calc(100% - 40px), var(--page-width));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(5, 43, 73, 0.16);
  background: rgba(247, 250, 252, 0.97);
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.campaign-logo {
  width: 172px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(5, 43, 73, 0.24);
  border-radius: 3px;
  box-shadow: 0 5px 14px rgba(5, 43, 73, 0.12);
}

.campaign-logo img {
  aspect-ratio: 400 / 190;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 26px);
}

.nav-link {
  position: relative;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 800;
}

.nav-link::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.18s ease;
}

.nav-link:hover::after,
.nav-link:focus-visible::after {
  transform: scaleX(1);
}

.district-nav-link {
  border: 1px solid #8baec5;
  border-radius: 999px;
  background: #e3edf3;
  padding: 7px 13px;
  color: var(--blue-dark);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.2;
}

.district-nav-link:hover,
.district-nav-link:focus-visible {
  border-color: var(--blue);
  background: var(--white);
}

.donate-button,
.primary-button,
.secondary-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.2;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.donate-button,
.primary-button {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 7px 18px rgba(10, 79, 130, 0.17);
}

.donate-button:hover,
.primary-button:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
}

.secondary-button {
  border: 1px solid #8baec5;
  background: rgba(255, 255, 255, 0.7);
  color: var(--blue-dark);
}

.secondary-button:hover {
  border-color: var(--blue);
  background: var(--white);
  transform: translateY(-1px);
}

.mobile-nav {
  position: relative;
  display: none;
}

.mobile-nav summary {
  width: 46px;
  height: 46px;
  display: grid;
  align-content: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  padding: 0 11px;
  cursor: pointer;
  list-style: none;
}

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

.mobile-nav summary span {
  height: 2px;
  display: block;
  background: var(--navy);
}

.mobile-nav nav {
  position: absolute;
  top: 54px;
  right: 0;
  width: min(330px, calc(100vw - 28px));
  display: grid;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--white);
  padding: 8px;
  box-shadow: 0 18px 45px rgba(5, 43, 73, 0.18);
}

.mobile-link,
.mobile-donate {
  padding: 12px 14px;
  font-weight: 800;
}
.mobile-link {
  border-bottom: 1px solid #e7eef2;
}
.mobile-district-link {
  color: var(--blue);
}

.mobile-donate {
  margin-top: 6px;
  border-radius: 4px;
  background: var(--blue);
  color: var(--white);
  text-align: center;
}

.hero {
  border-bottom: 1px solid rgba(5, 43, 73, 0.1);
  background: linear-gradient(110deg, #d8e7ef 0%, #edf4f7 64%, #d3e2ea 100%);
}

.hero-grid {
  min-height: 480px;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: clamp(38px, 5vw, 68px);
  padding-block: 38px 44px;
}

.portrait-frame {
  min-height: 392px;
  overflow: hidden;
  border: 1px solid rgba(5, 43, 73, 0.2);
  border-radius: 4px 4px 22px 4px;
  background: #cbdce7;
  box-shadow: 0 16px 38px rgba(5, 43, 73, 0.14);
}

.portrait-photo {
  width: 100%;
  height: 100%;
  min-height: 392px;
  object-fit: cover;
  object-position: 33% center;
}

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

.district-chip {
  display: inline-flex;
  margin-bottom: 14px;
  border: 1px solid #7da6c1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  padding: 7px 13px;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.district-chip:hover {
  background: var(--white);
}

.hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(3.1rem, 6vw, 5.2rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.hero h1 span {
  display: block;
  margin-top: 12px;
  color: var(--blue);
  font-size: 0.45em;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.slogan {
  margin: 20px 0 10px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.08;
}

.hero-intro {
  max-width: 640px;
  margin: 0;
  color: #405b6d;
  font-size: 1.04rem;
  line-height: 1.62;
}

.hero-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.district-section {
  scroll-margin-top: 88px;
  border-bottom: 1px solid #aec3d1;
  background: var(--surface-deep);
  padding-block: clamp(42px, 5vw, 58px);
}

.district-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  align-items: center;
  column-gap: clamp(34px, 5vw, 64px);
  row-gap: 24px;
}

.district-grid > .statement-district-note {
  grid-column: 1 / -1;
  width: 100%;
}

.district-copy h2 {
  max-width: 700px;
  margin: 6px 0 15px;
  color: var(--navy);
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.district-copy > p:not(.card-kicker) {
  max-width: 680px;
  margin: 0;
  color: #405b6d;
  font-size: 1.02rem;
  line-height: 1.62;
}

.citywide-callout {
  max-width: 680px;
  margin-top: 22px;
  border-left: 4px solid var(--blue);
  border-radius: 0 4px 4px 0;
  background: rgba(255, 255, 255, 0.76);
  padding: 18px 20px;
}

.citywide-callout h3 {
  margin: 0 0 5px;
  color: var(--navy);
  font-size: 1.15rem;
  line-height: 1.28;
}

.citywide-callout p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.district-actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.district-map-card {
  width: min(100%, 400px);
  justify-self: end;
  overflow: hidden;
  margin: 0;
  border: 1px solid #a7bdca;
  border-radius: 5px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(5, 43, 73, 0.12);
}

.district-map-card a {
  display: block;
}
.district-map-card img {
  width: 100%;
  height: auto;
}

.district-map-card figcaption {
  border-top: 1px solid #d5e0e6;
  padding: 10px 13px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.section {
  padding-block: clamp(46px, 6vw, 64px);
}
.section-light {
  background: var(--surface);
}
.section-blue-gray {
  background: var(--surface-deep);
}
.section-sand {
  background: var(--white);
}
.section-community {
  background: var(--surface-blue);
}

.section-community .page-shell {
  max-width: 900px;
}

.section-community .section-heading h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
}

.section-community .centered-heading {
  margin-bottom: 22px;
}

.section-heading h2,
.donate-section h2,
.contact-section h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.15rem, 4.1vw, 3.3rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.heading-rule {
  width: 52px;
  height: 4px;
  margin-top: 15px;
  background: var(--blue);
}

.centered-heading {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.section-intro {
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.statement-layout {
  display: grid;
  gap: 24px;
}

.statement-district-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid #b6cad6;
  border-radius: 4px;
  background: var(--surface-blue);
  padding: 14px 18px;
}

.statement-district-note strong {
  color: var(--navy);
  font-size: 1rem;
}

.statement-district-note span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  text-align: right;
}

.statement-content {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: stretch;
  gap: 18px;
}

.statement-paragraph p {
  margin: 0;
  color: #354f62;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  line-height: 1.74;
}

.statement-opening {
  display: flex;
  align-items: center;
  border-left: 4px solid var(--blue);
  border-radius: 0 4px 4px 0;
  background: var(--white);
  padding: 22px 24px;
}

.statement-opening p {
  color: var(--navy);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.62;
}

.statement-body {
  max-width: 900px;
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.statement-body p + p {
  margin-top: 15px;
}

.statement-body .statement-signature {
  margin-top: 20px;
  color: var(--navy);
  font-style: italic;
  font-weight: 700;
}


.experience-heading {
  margin-bottom: 24px;
}

.experience-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(230px, 0.6fr);
  align-items: center;
  gap: 30px;
  border: 1px solid #b5c8d4;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.78);
  padding: clamp(24px, 3.5vw, 38px);
  box-shadow: 0 12px 30px rgba(5, 43, 73, 0.07);
}

.experience-intro-copy h3 {
  margin: 2px 0 13px;
  color: var(--navy);
  font-size: clamp(1.55rem, 2.8vw, 2.25rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.experience-intro-copy > p:not(.card-kicker) {
  margin: 0;
  color: #405b6d;
  font-size: 0.98rem;
  line-height: 1.63;
}

.experience-intro-copy > p + p {
  margin-top: 12px;
}

.card-kicker {
  margin: 0;
  color: var(--blue);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.experience-stats {
  display: grid;
  gap: 9px;
}

.experience-stats div {
  border-left: 3px solid #74a4c3;
  background: #e2edf3;
  padding: 12px 14px;
}

.experience-stats strong {
  display: block;
  color: var(--navy);
  font-size: 1.45rem;
  line-height: 1;
}

.experience-stats span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.resume-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.resume-card {
  border: 1px solid #b7c9d4;
  border-top: 4px solid var(--blue);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.84);
  padding: 22px;
}

.resume-years {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.resume-card h3,
.education-row h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.12rem;
  line-height: 1.28;
}

.resume-card .resume-place {
  margin: 5px 0 10px;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.4;
}

.resume-card p:not(.resume-place) {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.58;
}

.education-row {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.education-row article {
  border: 1px solid #aec2d0;
  border-radius: 4px;
  background: #bdd0dc;
  padding: 20px 22px;
}

.education-row p {
  margin: 7px 0 0;
  color: #405b6d;
  font-size: 0.94rem;
  line-height: 1.5;
}

.platform-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 900px;
  margin-inline: auto;
}

.platform-priority {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--surface);
  box-shadow: 0 7px 20px rgba(5, 43, 73, 0.05);
}

.platform-priority summary {
  min-height: 108px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
}

.platform-priority summary::-webkit-details-marker {
  display: none;
}
.platform-priority summary:hover {
  background: #edf4f7;
}

.platform-title {
  color: var(--navy);
  font-size: clamp(1.15rem, 2.1vw, 1.48rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.priority-toggle {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid #9db8c9;
  border-radius: 50%;
  color: var(--blue);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
  transition: transform 0.18s ease;
}

.platform-priority[open] .priority-toggle {
  transform: rotate(45deg);
}

.platform-priority > p {
  margin: 0 24px 24px;
  border-top: 1px solid #d8e3e9;
  padding-top: 18px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.platform-download-row {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--surface-blue);
  padding: 19px 22px;
}

.platform-download-row .card-kicker {
  margin-bottom: 2px;
}
.platform-download-row strong {
  color: var(--navy);
  font-size: 1rem;
}

.council-media-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.council-photo {
  position: relative;
  height: 336px;
  min-height: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 5px;
  background: var(--navy);
}

.council-photo img {
  width: 100%;
  height: 336px;
  min-height: 0;
  object-fit: cover;
  object-position: 52% center;
}

.council-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(5, 43, 73, 0.9);
  padding: 11px 15px;
  color: var(--white);
  font-size: 0.84rem;
}

.video-grid {
  height: 336px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 160px 160px;
  gap: 16px;
  align-content: start;
}

.section-community .fire-plan-card {
  height: 160px;
  min-height: 0;
  grid-template-columns: 132px minmax(0, 1fr);
}

.section-community .fire-plan-card img {
  width: 132px;
  height: 160px;
  min-height: 0;
}

.section-community .fire-plan-card-copy {
  min-width: 0;
  padding: 14px 16px;
}

.section-community .fire-plan-card-copy h3 {
  font-size: 0.98rem;
}

.council-video-card {
  position: relative;
  height: 160px;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #031b30;
}

.council-video-card video {
  width: 100%;
  height: 160px;
  display: block;
  background: #000;
  object-fit: contain;
}

.video-player-label {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 3px;
  background: rgba(3, 27, 48, 0.86);
  padding: 6px 9px;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 900;
  pointer-events: none;
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.donate-section {
  background: var(--blue);
  padding-block: 36px;
  color: var(--white);
}

.donate-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.donate-section h2 {
  max-width: 700px;
  color: var(--white);
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
}

.donate-placeholder {
  min-width: 280px;
  border: 1px dashed rgba(255, 255, 255, 0.54);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 17px 20px;
  text-align: center;
}

.donate-placeholder span {
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-section {
  background: var(--surface);
  padding-block: 48px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(32px, 5vw, 66px);
}

.contact-section h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
}
.contact-section p {
  margin: 12px 0 0;
  color: var(--muted);
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.contact-details div {
  min-width: 0;
  border-top: 3px solid var(--blue);
  background: var(--white);
  padding: 18px;
  box-shadow: 0 7px 20px rgba(5, 43, 73, 0.05);
}

.contact-details span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.contact-details strong {
  display: block;
  overflow-wrap: anywhere;
  color: #405b6d;
  font-size: 0.94rem;
  line-height: 1.4;
}

.site-footer {
  background: #041f3b;
  padding-block: 24px;
  color: var(--white);
}
.footer-inner {
  display: flex;
  align-items: center;
  gap: 22px;
}
.footer-inner img {
  width: 118px;
  border-radius: 2px;
}
.footer-inner p {
  margin: 0;
  font-size: 0.9rem;
}

.footer-inner .disclaimer {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
}

@media (max-width: 960px) {
  .desktop-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }

  .hero-grid {
    grid-template-columns: minmax(280px, 0.86fr) minmax(380px, 1.14fr);
    gap: 34px;
  }

  .experience-lead,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .experience-stats,
  .contact-details {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  html {
    font-size: 17px;
    scroll-padding-top: 78px;
  }

  .page-shell,
  .header-inner {
    width: min(calc(100% - 30px), var(--page-width));
  }

  .header-inner {
    min-height: 70px;
  }
  .campaign-logo {
    width: 140px;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding-block: 26px 34px;
  }

  .hero-copy {
    order: 1;
  }
  .portrait-frame {
    min-height: 330px;
    order: 2;
  }
  .portrait-photo {
    min-height: 330px;
  }
  .hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }
  .hero-intro {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

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

  .district-map-card {
    width: min(100%, 460px);
    justify-self: center;
  }

  .section {
    padding-block: 42px;
  }

  .statement-content,
  .resume-grid,
  .education-row,
  .platform-grid,
  .council-media-grid,
  .contact-details {
    grid-template-columns: 1fr;
  }

  .statement-body {
    grid-column: 1;
  }
  .experience-stats {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .platform-priority summary {
    min-height: auto;
  }

  .platform-download-row,
  .donate-inner,
  .statement-district-note {
    align-items: stretch;
    flex-direction: column;
  }

  .statement-district-note span {
    text-align: left;
  }

  .district-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .platform-download-row .primary-button {
    width: 100%;
  }

  .council-photo,
  .council-photo img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .video-grid {
    height: auto;
    grid-template-rows: auto auto;
  }

  .section-community .fire-plan-card {
    height: auto;
    min-height: 160px;
    grid-template-columns: 34% minmax(0, 1fr);
  }

  .section-community .fire-plan-card img {
    width: 100%;
    height: 100%;
    min-height: 160px;
  }

  .council-video-card,
  .council-video-card video {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 9;
  }

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

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

@media (max-width: 460px) {
  .hero-actions {
    grid-template-columns: 1fr;
  }
  .district-actions {
    grid-template-columns: 1fr;
  }

  .portrait-frame,
  .portrait-photo {
    min-height: 300px;
  }

  .statement-opening,
  .resume-card,
  .education-row article,
  .platform-priority summary {
    padding: 20px;
  }

  .experience-stats {
    grid-template-columns: 1fr;
  }
  .platform-priority > p {
    margin: 0 20px 20px;
  }
  .platform-title {
    font-size: 1.08rem;
  }

  .priority-toggle {
    width: 30px;
    height: 30px;
  }
}

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

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