:root {
  --pine-950: #102f25;
  --pine-900: #153d30;
  --pine-800: #194a39;
  --pine-700: #1f5a44;
  --pine-600: #2d6d54;
  --pine-100: #dfece6;
  --river-900: #1e4659;
  --river-700: #2d647b;
  --river-100: #dceaf0;
  --maple-700: #a73e39;
  --maple-600: #b94a43;
  --wheat-500: #d7aa4b;
  --wheat-200: #efdaaa;
  --sand-100: #f2ebdc;
  --sand-50: #faf7ef;
  --mist-100: #edf4f1;
  --paper: #fffdf8;
  --white: #ffffff;
  --ink: #17231f;
  --ink-soft: #344940;
  --muted: #596b63;
  --line: #d4dfda;
  --line-dark: #aebfb7;
  --error: #9d2f2b;
  --success: #246043;
  --shadow-sm: 0 8px 24px rgba(16, 47, 37, 0.08);
  --shadow-md: 0 18px 52px rgba(16, 47, 37, 0.14);
  --shadow-lg: 0 30px 80px rgba(16, 47, 37, 0.2);
  --radius-sm: 0.5rem;
  --radius-md: 1rem;
  --radius-lg: 1.75rem;
  --radius-xl: 2.5rem;
  --container: 1180px;
  --header-height: 82px;
}

/* 2026 refinement: trust-forward decision design */
h1,
h2,
h3,
h4,
.brand__text strong,
.campaign-quote p {
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(31, 90, 68, 0.2);
  border-radius: 50% 50% 42% 42%;
  background: linear-gradient(145deg, var(--pine-700), var(--river-900));
  color: var(--white);
  box-shadow: 0 7px 18px rgba(16, 47, 37, 0.18);
}

.brand-mark::before {
  position: absolute;
  right: -0.25rem;
  bottom: -0.4rem;
  width: 2.2rem;
  height: 1.1rem;
  border-radius: 50%;
  background: var(--wheat-500);
  content: "";
  opacity: 0.86;
  transform: rotate(-12deg);
}

.brand-mark span {
  position: relative;
  z-index: 1;
  font-family: Georgia, serif;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.brand-mark--light {
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: none;
}

.hero {
  background:
    radial-gradient(circle at 9% 15%, rgba(215, 170, 75, 0.22), transparent 27%),
    radial-gradient(circle at 86% 38%, rgba(45, 100, 123, 0.14), transparent 32%),
    linear-gradient(132deg, #fbf7ee 0%, #edf4f1 55%, #dce9e5 100%);
}

.hero h1 {
  max-width: 820px;
  text-wrap: balance;
}

.hero__lead {
  max-width: 670px;
}

.hero__reassurance {
  max-width: 720px;
  margin: 1.05rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 680;
}

.hero-proof {
  display: grid;
  max-width: 710px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.2rem;
  overflow: hidden;
  border: 1px solid rgba(31, 90, 68, 0.14);
  border-radius: 1.15rem;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 16px 40px rgba(16, 47, 37, 0.08);
  backdrop-filter: blur(12px);
}

.hero-proof > div {
  display: grid;
  min-height: 5.4rem;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.7rem;
  padding: 0.85rem 1rem;
  border-right: 1px solid rgba(31, 90, 68, 0.12);
}

.hero-proof > div:last-child {
  border-right: 0;
}

.hero-proof strong {
  color: var(--pine-700);
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 2.25rem;
  line-height: 1;
}

.hero-proof span {
  color: var(--ink-soft);
  font-size: 0.77rem;
  font-weight: 780;
  line-height: 1.3;
}

.portrait-frame img,
.portrait-card img {
  filter: grayscale(1) contrast(1.04);
}

.portrait-frame img {
  object-position: 50% 34%;
}

.countdown-band__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.8rem;
  color: var(--wheat-200);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

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

.decision-brief {
  border-bottom: 1px solid var(--line);
}

.decision-brief__grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.66fr) minmax(0, 1.34fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 6rem);
}

.decision-brief__heading {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}

.decision-brief__heading h2 {
  margin-bottom: 0;
}

.decision-brief__cards {
  display: grid;
  gap: 0.85rem;
}

.decision-brief__cards article {
  display: grid;
  grid-template-columns: 3rem minmax(150px, 0.48fr) minmax(0, 1fr);
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(31, 90, 68, 0.13);
  border-radius: var(--radius-md);
  background: linear-gradient(110deg, rgba(237, 244, 241, 0.66), rgba(255, 255, 255, 0.8));
}

.decision-brief__cards article > span {
  color: var(--maple-700);
  font-family: Georgia, serif;
  font-size: 1.1rem;
  font-weight: 900;
}

.decision-brief__cards h3,
.decision-brief__cards p {
  margin-bottom: 0;
}

.decision-brief__cards p {
  color: var(--muted);
  font-size: 0.95rem;
}

.priority-path {
  display: flex;
  gap: 0.6rem;
  margin: -0.9rem 0 2rem;
  padding-bottom: 0.3rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.priority-path a {
  flex: 0 0 auto;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(31, 90, 68, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.priority-path a:hover {
  border-color: var(--pine-700);
  background: var(--white);
  color: var(--pine-700);
}

.platform-card {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 239, 0.82));
}

.platform-card:nth-child(2n) .platform-card__icon {
  background: var(--river-700);
}

.platform-card:nth-child(3n) .platform-card__icon {
  background: var(--pine-900);
}

.platform-detail {
  scroll-margin-top: calc(var(--header-height) + 2rem);
}

.mobile-action-bar {
  display: none;
}

.back-to-top {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 860px) {
  .hero-proof {
    max-width: none;
  }

  .decision-brief__grid {
    grid-template-columns: 1fr;
  }

  .decision-brief__heading {
    position: static;
  }

  .decision-brief__cards article {
    grid-template-columns: 2.5rem minmax(0, 1fr);
  }

  .decision-brief__cards p {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 4.25rem;
  }

  .election-strip__inner > span:not(.election-strip__label) {
    display: none;
  }

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

  .hero-proof > div {
    min-height: 4.2rem;
    border-right: 0;
    border-bottom: 1px solid rgba(31, 90, 68, 0.12);
  }

  .hero-proof > div:last-child {
    border-bottom: 0;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0.55rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(16, 47, 37, 0.96);
    box-shadow: 0 -10px 28px rgba(16, 47, 37, 0.2);
    backdrop-filter: blur(16px);
  }

  .mobile-action-bar a {
    display: grid;
    min-height: 3.15rem;
    place-items: center;
    border-radius: 999px;
    color: var(--white);
    font-size: 0.86rem;
    font-weight: 850;
    text-decoration: none;
  }

  .mobile-action-bar a:last-child {
    background: var(--white);
    color: var(--pine-950);
  }

  .back-to-top {
    bottom: 5rem;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

/* Decorative landscape shapes intentionally extend beyond their sections. */
main {
  overflow-x: hidden;
}

@supports (overflow: clip) {
  main {
    overflow-x: clip;
  }
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: var(--pine-700);
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.08em;
}

a:hover {
  color: var(--river-900);
}

p,
ul,
ol,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: var(--pine-950);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

h1 {
  font-size: clamp(2.7rem, 5.3vw, 5.6rem);
}

h2 {
  font-size: clamp(2rem, 3.4vw, 3.35rem);
}

h3 {
  font-size: clamp(1.25rem, 1.7vw, 1.55rem);
}

::selection {
  background: var(--wheat-200);
  color: var(--pine-950);
}

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

.narrow-container {
  max-width: 830px;
}

.skip-link {
  position: fixed;
  z-index: 10000;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-160%);
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--pine-950);
  box-shadow: var(--shadow-md);
  font-weight: 800;
}

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

:focus-visible {
  outline: 3px solid var(--wheat-500);
  outline-offset: 3px;
}

.icon {
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.section {
  padding: clamp(4.75rem, 8vw, 8rem) 0;
}

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

.section--mist {
  background: var(--mist-100);
}

.section--sand {
  background: var(--sand-100);
}

.section--pine {
  background: var(--pine-900);
  color: rgba(255, 255, 255, 0.86);
}

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

.section-kicker,
.eyebrow {
  margin-bottom: 0.85rem;
  color: var(--maple-700);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section-kicker--light {
  color: var(--wheat-200);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--pine-700);
}

.eyebrow__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--maple-600);
  box-shadow: 0 0 0 5px rgba(185, 74, 67, 0.12);
}

.section-intro {
  color: var(--ink-soft);
  font-size: clamp(1.12rem, 1.7vw, 1.3rem);
  line-height: 1.65;
}

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

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.75fr);
  gap: 3.5rem;
  align-items: end;
  max-width: none;
}

.section-heading--split p:last-child {
  margin-bottom: 0.3rem;
  color: var(--muted);
  font-size: 1.05rem;
}

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

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

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

.button {
  display: inline-flex;
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.78rem 1.15rem;
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  color: inherit;
}

.button--small {
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
}

.button--primary {
  background: var(--pine-700);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(31, 90, 68, 0.22);
}

.button--primary:hover {
  background: var(--pine-900);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(16, 47, 37, 0.28);
}

.button--secondary {
  border-color: var(--pine-700);
  background: transparent;
  color: var(--pine-700);
}

.button--secondary:hover {
  background: var(--pine-100);
  color: var(--pine-950);
}

.button--light {
  background: var(--white);
  color: var(--pine-950);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.button--light:hover {
  background: var(--sand-50);
  color: var(--pine-950);
}

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

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

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

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 800;
  text-decoration: none;
}

.text-link::after {
  content: "";
  position: absolute;
}

.centered-action {
  margin-top: 3rem;
  text-align: center;
}

/* Election strip and header */
.election-strip {
  position: relative;
  z-index: 30;
  background: var(--pine-950);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
}

.election-strip__inner {
  display: flex;
  min-height: 2.45rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}

.election-strip__label {
  padding-right: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.26);
  color: var(--wheat-200);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.election-strip a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--white);
  font-weight: 750;
  text-decoration: none;
}

.site-header {
  position: sticky;
  z-index: 25;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid rgba(21, 61, 48, 0.12);
  background: rgba(255, 253, 248, 0.95);
  backdrop-filter: blur(16px);
}

.site-header__inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.8rem;
  color: var(--pine-950);
  text-decoration: none;
}

.brand:hover {
  color: var(--pine-950);
}

.brand img {
  flex: 0 0 auto;
}

.brand__text {
  display: grid;
  line-height: 1.1;
}

.brand__text strong {
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

.brand__text span {
  margin-top: 0.28rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.primary-nav > a:not(.button) {
  position: relative;
  padding: 0.65rem 0.8rem;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 750;
  text-decoration: none;
}

.primary-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  right: 0.8rem;
  bottom: 0.35rem;
  left: 0.8rem;
  height: 2px;
  transform: scaleX(0);
  background: var(--maple-600);
  transform-origin: left;
  transition: transform 180ms ease;
}

.primary-nav > a:not(.button):hover::after,
.primary-nav > a[aria-current="page"]::after {
  transform: scaleX(1);
}

.primary-nav > a[aria-current="page"] {
  color: var(--pine-950);
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 0.65rem;
  border: 0;
  background: transparent;
  color: var(--pine-950);
  cursor: pointer;
  font-weight: 800;
}

.nav-toggle__lines {
  display: grid;
  width: 1.5rem;
  gap: 0.28rem;
}

.nav-toggle__lines span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__lines span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__lines span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__lines span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.flash-region {
  position: relative;
  z-index: 10;
  padding-top: 1rem;
}

.flash {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(36, 96, 67, 0.28);
  border-radius: var(--radius-md);
  background: #e7f4ec;
  color: #17462f;
  box-shadow: var(--shadow-sm);
  font-weight: 700;
}

/* Home hero */
.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(215, 170, 75, 0.2), transparent 28%),
    linear-gradient(132deg, #f7f1e4 0%, #edf4f1 55%, #dce9e5 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -12vw -28vw auto;
  width: 56vw;
  height: 56vw;
  border: 1px solid rgba(31, 90, 68, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 5vw rgba(255, 255, 255, 0.22), 0 0 0 11vw rgba(31, 90, 68, 0.035);
}

.hero__texture {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(30deg, rgba(31, 90, 68, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(31, 90, 68, 0.08) 87.5%),
    linear-gradient(150deg, rgba(31, 90, 68, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(31, 90, 68, 0.08) 87.5%);
  background-position: 0 0, 18px 31px;
  background-size: 36px 62px;
  mask-image: linear-gradient(to right, black, transparent 62%);
}

.hero__grid {
  position: relative;
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
}

.hero__content {
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 860px;
  margin-bottom: 1.5rem;
}

.hero__lead {
  max-width: 710px;
  margin-bottom: 2rem;
  color: var(--ink-soft);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.6;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  margin-top: 1.6rem;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hero__trust .icon {
  color: var(--pine-700);
}

.hero__visual {
  position: relative;
  align-self: end;
  justify-self: end;
}

.portrait-frame {
  position: relative;
  width: min(100%, 470px);
  filter: drop-shadow(0 26px 30px rgba(16, 47, 37, 0.22));
}

.portrait-frame::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 8% -8% 4% 8%;
  border-radius: 48% 48% 20% 20% / 34% 34% 14% 14%;
  background: var(--river-700);
  transform: rotate(3deg);
}

.portrait-frame__ring {
  position: absolute;
  z-index: -1;
  top: -4%;
  right: -11%;
  width: 64%;
  aspect-ratio: 1;
  border: 2px solid rgba(215, 170, 75, 0.62);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(215, 170, 75, 0.09);
}

.portrait-frame img {
  width: 100%;
  aspect-ratio: 0.84;
  border: 8px solid rgba(255, 255, 255, 0.94);
  border-radius: 48% 48% 20% 20% / 34% 34% 14% 14%;
  object-fit: cover;
  object-position: 50% 18%;
}

.portrait-frame__caption {
  position: absolute;
  right: -1.25rem;
  bottom: 2.25rem;
  display: grid;
  min-width: 220px;
  padding: 0.9rem 1.15rem;
  border-left: 5px solid var(--wheat-500);
  background: var(--pine-950);
  color: var(--white);
  box-shadow: var(--shadow-md);
}

.portrait-frame__caption span {
  color: var(--wheat-200);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.portrait-frame__caption strong {
  margin-top: 0.2rem;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 1.4rem;
}

.hero__maple {
  position: absolute;
  top: 7%;
  left: -12%;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 1px solid rgba(167, 62, 57, 0.22);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.92);
  color: var(--maple-600);
  box-shadow: var(--shadow-sm);
}

/* Countdown */
.countdown-band {
  position: relative;
  z-index: 2;
  background: var(--pine-950);
  color: rgba(255, 255, 255, 0.84);
}

.countdown-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(500px, 1.05fr);
  align-items: center;
  gap: 3rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.countdown-band h2 {
  margin-bottom: 0.7rem;
  color: var(--white);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.countdown-band p:last-child {
  margin-bottom: 0;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(3, minmax(75px, 1fr)) minmax(150px, 1.35fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.07);
}

.countdown > div {
  display: grid;
  min-height: 104px;
  place-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

.countdown > div:last-child {
  border-right: 0;
}

.countdown strong {
  color: var(--white);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.countdown span {
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.countdown__date {
  background: rgba(215, 170, 75, 0.13);
}

.countdown__date strong {
  font-size: 1.22rem;
}

.countdown--large {
  max-width: 760px;
  margin-inline: auto;
  background: var(--pine-950);
  box-shadow: var(--shadow-md);
}

.countdown--large > div {
  min-height: 124px;
}

.countdown--large strong {
  font-size: 2.5rem;
}

.countdown--large .countdown__date strong {
  font-size: 1.35rem;
}

/* General content layouts */
.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.split-layout > div > h2 {
  margin-bottom: 1.35rem;
}

.campaign-quote {
  position: relative;
  margin: 0;
  padding: clamp(2rem, 4vw, 3.4rem);
  border-radius: var(--radius-xl);
  background: var(--pine-900);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-md);
}

.campaign-quote::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -18px;
  bottom: -18px;
  width: 42%;
  height: 42%;
  border-right: 3px solid var(--wheat-500);
  border-bottom: 3px solid var(--wheat-500);
  border-radius: 0 0 var(--radius-xl) 0;
}

.campaign-quote > .icon {
  margin-bottom: 1rem;
  color: var(--wheat-500);
}

.campaign-quote p {
  margin-bottom: 1.2rem;
  color: var(--white);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.38;
}

.campaign-quote footer {
  color: var(--wheat-200);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.campaign-quote--light {
  background: var(--white);
  color: var(--ink);
}

.campaign-quote--light p {
  color: var(--pine-950);
}

.campaign-quote--light footer {
  color: var(--maple-700);
}

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

.platform-card {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 1.75rem;
  overflow: hidden;
  border: 1px solid rgba(31, 90, 68, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-sm);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.platform-card::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: var(--pine-100);
  opacity: 0.6;
}

.platform-card:hover {
  transform: translateY(-5px);
  border-color: rgba(31, 90, 68, 0.3);
  box-shadow: var(--shadow-md);
}

.platform-card__icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 1.35rem;
  place-items: center;
  border-radius: 18px;
  background: var(--pine-700);
  color: var(--white);
}

.platform-card__number {
  position: absolute;
  top: 1.55rem;
  right: 1.6rem;
  color: rgba(16, 47, 37, 0.2);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 2.5rem;
  font-weight: 800;
}

.platform-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0.85rem;
}

.platform-card p {
  color: var(--muted);
}

.platform-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.role-section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.role-card,
.honest-box {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 1.6rem;
}

.role-card__icon,
.honest-box__icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--wheat-200);
}

.role-card h2,
.honest-box h2 {
  max-width: 850px;
  margin-bottom: 0.9rem;
}

.role-card p:last-child,
.honest-box p:last-child {
  max-width: 940px;
  margin-bottom: 0;
}

.about-preview {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.about-preview__image {
  position: relative;
}

.about-preview__image::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 8% -8% -5% 8%;
  border-radius: var(--radius-xl);
  background: var(--river-100);
}

.about-preview__image img {
  width: 100%;
  max-height: 540px;
  border-radius: var(--radius-xl);
  object-fit: cover;
  object-position: 50% 22%;
  box-shadow: var(--shadow-md);
}

.about-preview__badge {
  position: absolute;
  right: -1.5rem;
  bottom: 1.8rem;
  max-width: 190px;
  padding: 0.9rem 1rem;
  border-left: 4px solid var(--wheat-500);
  background: var(--pine-950);
  color: var(--white);
  box-shadow: var(--shadow-sm);
  font-weight: 800;
  line-height: 1.35;
}

.check-list {
  padding: 0;
  margin: 1.5rem 0 2rem;
  list-style: none;
}

.check-list--two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1.2rem;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--ink-soft);
  font-weight: 700;
}

.check-list .icon {
  margin-top: 0.22rem;
  color: var(--pine-700);
}

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

.principle-card {
  min-height: 250px;
  padding: 1.7rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.62);
}

.principle-card > span {
  display: inline-block;
  margin-bottom: 2.2rem;
  color: var(--maple-700);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 800;
}

.principle-card h3 {
  margin-bottom: 0.75rem;
}

.principle-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.principle-card--bordered {
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

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

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

.faq-item summary {
  position: relative;
  padding: 1.4rem 3rem 1.4rem 0;
  cursor: pointer;
  color: var(--pine-950);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 1.22rem;
  font-weight: 700;
  list-style: none;
}

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

.faq-item summary span,
.faq-item summary span::after {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--pine-700);
  content: "";
  transition: transform 180ms ease;
}

.faq-item summary span::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.faq-item[open] summary span::after {
  transform: rotate(0);
}

.faq-item > div {
  padding: 0 3rem 1.35rem 0;
  color: var(--muted);
}

.faq-item > div p {
  margin-bottom: 0;
}

.cta-section {
  padding: 0 0 clamp(4.5rem, 8vw, 7rem);
  background: var(--paper);
}

.cta-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  align-items: center;
  gap: 3rem;
  padding: clamp(2.4rem, 5vw, 4.6rem);
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 85% 15%, rgba(215, 170, 75, 0.24), transparent 27%),
    linear-gradient(135deg, var(--pine-900), var(--river-900));
  color: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-lg);
}

.cta-card::before {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -125px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.025), 0 0 0 70px rgba(255, 255, 255, 0.02);
}

.cta-card > * {
  position: relative;
  z-index: 1;
}

.cta-card h2 {
  max-width: 760px;
  margin-bottom: 0.9rem;
  color: var(--white);
}

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

/* Page heroes */
.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 15%, rgba(215, 170, 75, 0.22), transparent 25%),
    linear-gradient(135deg, var(--sand-50), var(--mist-100));
}

.page-hero::after {
  content: "";
  position: absolute;
  right: -8vw;
  bottom: -23vw;
  width: 46vw;
  height: 46vw;
  border: 1px solid rgba(31, 90, 68, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 5vw rgba(31, 90, 68, 0.035), 0 0 0 10vw rgba(31, 90, 68, 0.02);
}

.page-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.5fr);
  align-items: center;
  gap: 3rem;
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.page-hero h1 {
  max-width: 920px;
  margin-bottom: 1.35rem;
  font-size: clamp(2.8rem, 5.5vw, 5rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: clamp(1.1rem, 1.9vw, 1.35rem);
}

.page-hero__mark {
  display: grid;
  width: 180px;
  height: 180px;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(31, 90, 68, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  color: var(--pine-700);
  box-shadow: 0 0 0 24px rgba(255, 255, 255, 0.26), var(--shadow-sm);
}

.page-hero__mark--road {
  color: var(--river-700);
}

.page-hero__date {
  display: grid;
  width: 210px;
  min-height: 225px;
  place-content: center;
  justify-self: end;
  border: 1px solid rgba(31, 90, 68, 0.18);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-md);
  text-align: center;
}

.page-hero__date span,
.page-hero__date em {
  color: var(--maple-700);
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-hero__date strong {
  display: block;
  max-width: 100%;
  color: var(--pine-950);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 4rem;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

/* About */
.bio-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 7rem);
}

.bio-layout__portrait {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}

.portrait-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--pine-950);
  box-shadow: var(--shadow-md);
}

.portrait-card img {
  width: 100%;
  max-height: 570px;
  object-fit: cover;
  object-position: 50% 20%;
}

.portrait-card__caption {
  display: grid;
  padding: 1.15rem 1.35rem;
  color: var(--white);
}

.portrait-card__caption strong {
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 1.45rem;
}

.portrait-card__caption span {
  color: var(--wheat-200);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bio-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.bio-facts > div {
  display: grid;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.bio-facts strong {
  color: var(--pine-700);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 1.2rem;
}

.bio-facts span {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.bio-layout__content > h2 {
  margin-bottom: 1.5rem;
}

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

.experience-grid article {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--sand-50);
}

.experience-grid__icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 16px;
  background: var(--pine-700);
  color: var(--white);
}

.experience-grid h3 {
  margin-bottom: 0.65rem;
  font-size: 1.22rem;
}

.experience-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

/* Platform */
.platform-intro {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.platform-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 1.1rem;
  padding: 1.5rem;
  border: 1px solid rgba(45, 100, 123, 0.2);
  border-radius: var(--radius-lg);
  background: var(--river-100);
}

.platform-note__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: var(--river-700);
  color: var(--white);
}

.platform-note h2 {
  margin-bottom: 0.45rem;
  font-size: 1.45rem;
}

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

.platform-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
  gap: 2.2rem;
}

.platform-nav {
  position: sticky;
  top: calc(var(--header-height) + 1.5rem);
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-sm);
}

.platform-nav__title {
  margin-bottom: 0.8rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.platform-nav ol {
  padding: 0;
  margin: 0 0 1.2rem;
  list-style: none;
}

.platform-nav li + li {
  border-top: 1px solid var(--line);
}

.platform-nav li a {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.4rem;
  padding: 0.75rem 0.15rem;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
}

.platform-nav li a:hover {
  color: var(--pine-700);
}

.platform-nav li span {
  color: var(--maple-700);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-weight: 800;
}

.platform-detail-list {
  display: grid;
  gap: 1.5rem;
}

.platform-detail {
  scroll-margin-top: calc(var(--header-height) + 1.5rem);
  padding: clamp(1.75rem, 4vw, 3rem);
  border: 1px solid rgba(31, 90, 68, 0.14);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.platform-detail__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 1.2rem;
}

.platform-detail__icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 20px;
  background: var(--pine-700);
  color: var(--white);
}

.platform-detail__header h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
}

.platform-detail__summary {
  max-width: 850px;
  margin: 1.4rem 0 2rem;
  color: var(--ink-soft);
  font-size: 1.13rem;
}

.platform-detail__columns {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 1.5rem;
  align-items: start;
}

.platform-detail__columns h3 {
  margin-bottom: 1rem;
  font-size: 1.18rem;
}

.commitment-list {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.commitment-list li {
  display: grid;
  grid-template-columns: 1.5rem minmax(0, 1fr);
  gap: 0.55rem;
  align-items: start;
  color: var(--ink-soft);
}

.commitment-list .icon {
  margin-top: 0.22rem;
  color: var(--pine-700);
}

.measure-box {
  padding: 1.3rem;
  border-radius: var(--radius-lg);
  background: var(--sand-100);
}

.measure-box ul {
  display: grid;
  gap: 0.65rem;
  padding-left: 1.1rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.back-to-top {
  display: inline-flex;
  gap: 0.4rem;
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: none;
}

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

.source-card {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.source-card > p {
  margin-bottom: 0.5rem;
  color: var(--maple-700);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.source-card h3 {
  margin-bottom: 0.7rem;
  font-size: 1.22rem;
}

.source-card > span {
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.source-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.source-note {
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.platform-promise {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
  max-width: 980px;
  margin-inline: auto;
}

.platform-promise__mark {
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--maple-600);
  box-shadow: var(--shadow-sm);
}

.platform-promise h2 {
  margin-bottom: 0.9rem;
}

.platform-promise p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

/* Vote */
.vote-overview {
  text-align: center;
}

.vote-overview__reviewed {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.voting-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 960px;
  margin-inline: auto;
}

.voting-card {
  display: grid;
  padding: clamp(1.8rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.voting-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 1.2rem;
  place-items: center;
  border-radius: 18px;
  background: var(--river-100);
  color: var(--river-900);
}

.voting-card > p {
  margin-bottom: 0.5rem;
  color: var(--maple-700);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.voting-card h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
}

.voting-card > strong {
  margin-bottom: 0.75rem;
  color: var(--pine-700);
}

.voting-card > span {
  color: var(--muted);
}

.voting-card--primary {
  border-color: var(--pine-700);
  background: var(--pine-900);
  color: rgba(255, 255, 255, 0.82);
}

.voting-card--primary h3,
.voting-card--primary > strong {
  color: var(--white);
}

.voting-card--primary > p {
  color: var(--wheat-200);
}

.voting-card--primary > span {
  color: rgba(255, 255, 255, 0.78);
}

.voting-card--primary .voting-card__icon {
  background: rgba(255, 255, 255, 0.12);
  color: var(--wheat-200);
}

.voting-checklist-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, 0.78fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 6rem);
}

.numbered-checklist {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.numbered-checklist > li {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--line);
}

.numbered-checklist > li > span {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border-radius: 50%;
  background: var(--pine-700);
  color: var(--white);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-weight: 800;
}

.numbered-checklist h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.numbered-checklist p {
  margin-bottom: 0.55rem;
  color: var(--muted);
}

.official-info-card {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
  padding: 1.7rem;
  border-radius: var(--radius-xl);
  background: var(--sand-100);
  box-shadow: var(--shadow-sm);
}

.official-info-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 1.2rem;
  place-items: center;
  border-radius: 50%;
  background: var(--pine-700);
  color: var(--white);
}

.official-info-card h2 {
  margin-bottom: 0.9rem;
  font-size: 1.75rem;
}

.official-info-card > p:not(.section-kicker) {
  color: var(--muted);
}

.official-info-card__address {
  display: grid;
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line-dark);
  color: var(--muted);
  font-size: 0.88rem;
}

.official-info-card__address strong {
  color: var(--pine-950);
}

.election-facts {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 3rem;
}

.election-facts ul {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.election-facts li {
  display: grid;
  grid-template-columns: 1.5rem minmax(0, 1fr);
  gap: 0.6rem;
  align-items: start;
  color: var(--ink-soft);
}

.election-facts .icon {
  margin-top: 0.25rem;
  color: var(--pine-700);
}

/* Contact form */
.contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
  align-items: start;
  gap: clamp(2.5rem, 6vw, 5rem);
}

.contact-sidebar {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}

.contact-options {
  display: grid;
  gap: 0.75rem;
  margin-top: 2rem;
}

.contact-options article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.contact-options article > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px;
  background: var(--pine-100);
  color: var(--pine-700);
}

.contact-options h3 {
  margin-bottom: 0.35rem;
  font-size: 1.1rem;
}

.contact-options p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-privacy-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: var(--radius-md);
  background: var(--mist-100);
  color: var(--muted);
  font-size: 0.82rem;
}

.contact-privacy-note .icon {
  color: var(--pine-700);
}

.contact-privacy-note p {
  margin-bottom: 0;
}

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

.form-card__heading {
  margin-bottom: 2rem;
}

.form-card__heading h2 {
  margin-bottom: 0.7rem;
}

.form-card__heading p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.campaign-form {
  display: grid;
  gap: 1.25rem;
}

.form-grid {
  display: grid;
  gap: 1rem;
}

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

.form-field {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.form-field label,
.form-field legend {
  color: var(--pine-950);
  font-size: 0.9rem;
  font-weight: 800;
}

.optional {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line-dark);
  border-radius: 0.75rem;
  background: var(--paper);
  color: var(--ink);
  transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field select {
  min-height: 3.1rem;
  padding: 0 0.85rem;
}

.form-field textarea {
  min-height: 180px;
  padding: 0.8rem 0.85rem;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--pine-700);
  outline: 0;
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(31, 90, 68, 0.12);
}

.form-field--error input,
.form-field--error select,
.form-field--error textarea {
  border-color: var(--error);
}

.field-help,
.field-meta,
.form-footnote {
  color: var(--muted);
  font-size: 0.75rem;
}

.field-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.field-error {
  color: var(--error);
  font-size: 0.78rem;
  font-weight: 750;
}

.form-field--choices,
.form-field--consent {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--sand-50);
}

.form-field--choices {
  gap: 0.7rem;
}

.check-control {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  gap: 0.6rem;
  align-items: start;
  cursor: pointer;
  color: var(--ink-soft) !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
}

.check-control input {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0.16rem 0 0;
  accent-color: var(--pine-700);
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.form-error-summary {
  margin-bottom: 1.25rem;
  padding: 1rem;
  border-left: 4px solid var(--error);
  background: #f9e8e6;
  color: #6f211f;
}

.form-error-summary p {
  margin: 0.25rem 0 0;
}

.button--submit {
  justify-self: start;
  min-width: 180px;
}

.form-footnote {
  margin-bottom: 0;
}

/* Policies and errors */
.policy-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: start;
  gap: 4rem;
}

.policy-toc {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
  display: grid;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--sand-50);
}

.policy-toc p {
  margin-bottom: 0.65rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.policy-toc a {
  padding: 0.55rem 0;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.policy-content {
  max-width: 840px;
}

.policy-content--standalone {
  margin-inline: auto;
}

.policy-content section {
  scroll-margin-top: calc(var(--header-height) + 2rem);
  padding-bottom: 1.75rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}

.policy-content h2 {
  margin-bottom: 0.8rem;
  font-size: 1.9rem;
}

.policy-content p,
.policy-list {
  color: var(--ink-soft);
}

.policy-updated {
  margin-bottom: 2rem;
  color: var(--muted) !important;
  font-size: 0.82rem;
}

.policy-list {
  display: grid;
  gap: 0.55rem;
}

.policy-callout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(45, 100, 123, 0.25);
  border-radius: var(--radius-md);
  background: var(--river-100);
}

.policy-callout .icon {
  color: var(--river-900);
}

.policy-callout p {
  margin-bottom: 0;
  font-size: 0.88rem;
}

.error-page {
  display: grid;
  min-height: 65vh;
  place-items: center;
  padding: 5rem 0;
  background: var(--mist-100);
  text-align: center;
}

.error-page__inner {
  max-width: 700px;
}

.error-page__code {
  display: block;
  color: rgba(16, 47, 37, 0.12);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 8rem;
  font-weight: 800;
  line-height: 0.8;
}

.error-page__icon {
  display: grid;
  width: 78px;
  height: 78px;
  margin: -0.7rem auto 1.5rem;
  place-items: center;
  border-radius: 50%;
  background: var(--pine-700);
  color: var(--white);
}

.error-page h1 {
  margin-bottom: 0.9rem;
}

.error-page p {
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: 1.1rem;
}

/* Footer */
.site-footer {
  position: relative;
  overflow: hidden;
  padding-top: 5.5rem;
  background: var(--pine-950);
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__landscape {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 72px;
  background:
    linear-gradient(155deg, transparent 48%, rgba(255, 255, 255, 0.045) 49% 58%, transparent 59%) 0 0 / 260px 72px repeat-x,
    linear-gradient(205deg, transparent 48%, rgba(215, 170, 75, 0.07) 49% 58%, transparent 59%) 120px 6px / 300px 70px repeat-x;
}

.site-footer__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(170px, 0.55fr) minmax(210px, 0.7fr);
  gap: 3rem;
  padding-bottom: 3rem;
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-footer__brand > div {
  display: grid;
}

.site-footer__brand strong {
  color: var(--white);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 1.55rem;
}

.site-footer__brand span {
  color: var(--wheat-200);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-heading {
  margin-bottom: 0.9rem;
  color: var(--white);
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--white);
  text-decoration: underline;
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.3rem;
  justify-content: space-between;
  padding-top: 1.2rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.73rem;
}

.site-footer__bottom p {
  margin: 0;
}

/* Responsive */
@media (max-width: 1080px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
    gap: 2.5rem;
  }

  .countdown-band__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

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

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

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

  .platform-layout {
    grid-template-columns: 235px minmax(0, 1fr);
  }

  .platform-detail__columns {
    grid-template-columns: 1fr;
  }

  .cta-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 72px;
  }

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

  .election-strip__label {
    display: none;
  }

  .site-header {
    backdrop-filter: none;
  }

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

  .primary-nav {
    position: fixed;
    z-index: 50;
    top: calc(var(--header-height) + 2.45rem);
    right: 0;
    left: 0;
    display: grid;
    max-height: 0;
    overflow: hidden;
    padding: 0 1rem;
    background: var(--paper);
    box-shadow: var(--shadow-md);
    opacity: 0;
    pointer-events: none;
    transition: max-height 220ms ease, opacity 180ms ease, padding 220ms ease;
  }

  .primary-nav.is-open {
    max-height: calc(100vh - var(--header-height) - 2.45rem);
    padding-top: 1rem;
    padding-bottom: 1.2rem;
    opacity: 1;
    pointer-events: auto;
  }

  .primary-nav > a:not(.button) {
    padding: 0.95rem 0.25rem;
    border-bottom: 1px solid var(--line);
  }

  .primary-nav > a:not(.button)::after {
    display: none;
  }

  .primary-nav .button {
    width: 100%;
    margin-top: 0.35rem;
  }

  .hero,
  .hero__grid {
    min-height: auto;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .hero__content {
    max-width: 760px;
  }

  .hero__visual {
    width: min(90%, 480px);
    margin-top: 1.5rem;
    justify-self: center;
  }

  .portrait-frame__caption {
    right: 0;
  }

  .hero__maple {
    left: -5%;
  }

  .section-heading--split,
  .split-layout,
  .about-preview,
  .bio-layout,
  .voting-checklist-layout,
  .contact-layout,
  .policy-layout,
  .election-facts {
    grid-template-columns: 1fr;
  }

  .section-heading--split {
    gap: 1rem;
  }

  .about-preview__image,
  .bio-layout__portrait {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .bio-layout__portrait,
  .official-info-card,
  .contact-sidebar,
  .policy-toc {
    position: static;
  }

  .platform-layout {
    grid-template-columns: 1fr;
  }

  .platform-nav {
    position: static;
  }

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

  .page-hero__grid {
    min-height: auto;
    grid-template-columns: 1fr auto;
  }

  .page-hero__mark {
    width: 130px;
    height: 130px;
  }

  .page-hero__date {
    width: 170px;
    min-height: 190px;
  }

  .page-hero__date strong {
    font-size: 3.2rem;
  }

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

  .policy-toc p {
    grid-column: 1 / -1;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 0.97rem;
  }

  .container {
    width: min(calc(100% - 1.35rem), var(--container));
  }

  .election-strip__inner {
    justify-content: space-between;
    gap: 0.55rem;
    font-size: 0.72rem;
  }

  .election-strip a {
    white-space: nowrap;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand__text strong {
    font-size: 1.05rem;
  }

  .brand__text span {
    max-width: 205px;
    font-size: 0.65rem;
  }

  .nav-toggle__label {
    display: none;
  }

  .hero__grid {
    padding-top: 3rem;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }

  .button-row {
    align-items: stretch;
  }

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

  .hero__trust {
    display: grid;
  }

  .portrait-frame__caption {
    right: 0.5rem;
    bottom: 1rem;
    min-width: 185px;
  }

  .hero__maple {
    width: 65px;
    height: 65px;
  }

  .countdown {
    grid-template-columns: repeat(3, 1fr);
    border-radius: var(--radius-md);
  }

  .countdown > div {
    min-height: 86px;
  }

  .countdown__date {
    grid-column: 1 / -1;
    min-height: 68px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .countdown > div:nth-child(3) {
    border-right: 0;
  }

  .platform-grid,
  .principles-grid,
  .source-grid,
  .experience-grid,
  .voting-cards,
  .form-grid--two,
  .check-list--two-column,
  .bio-facts,
  .platform-nav ol,
  .policy-toc {
    grid-template-columns: 1fr;
  }

  .platform-card {
    min-height: 290px;
  }

  .role-card,
  .honest-box,
  .platform-promise,
  .platform-note,
  .platform-detail__header {
    grid-template-columns: 1fr;
  }

  .platform-promise__mark,
  .role-card__icon,
  .honest-box__icon {
    width: 58px;
    height: 58px;
  }

  .about-preview__badge {
    right: 0.65rem;
  }

  .page-hero__grid {
    grid-template-columns: 1fr;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .page-hero__mark,
  .page-hero__date {
    display: none;
  }

  .page-hero h1 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .platform-detail {
    border-radius: var(--radius-lg);
  }

  .platform-detail__icon {
    width: 56px;
    height: 56px;
  }

  .voting-checklist-layout {
    gap: 2.5rem;
  }

  .cta-card {
    border-radius: var(--radius-lg);
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__brand {
    grid-column: auto;
  }

  .site-footer__bottom {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  :root {
    --paper: #fff;
  }

  body {
    color: #000;
    background: #fff;
    font-size: 11pt;
  }

  .election-strip,
  .site-header,
  .site-footer,
  .cta-section,
  .platform-nav,
  .button,
  .back-to-top,
  .flash-region {
    display: none !important;
  }

  .section,
  .page-hero__grid {
    padding: 1.2rem 0;
  }

  .page-hero,
  .section--mist,
  .section--sand,
  .section--pine {
    background: #fff !important;
    color: #000 !important;
  }

  h1,
  h2,
  h3,
  .section--pine h2,
  .section--pine h3 {
    color: #000 !important;
  }

  .platform-layout,
  .platform-detail__columns,
  .section-heading--split,
  .split-layout,
  .about-preview,
  .bio-layout,
  .voting-checklist-layout,
  .contact-layout,
  .policy-layout {
    display: block;
  }

  .platform-detail,
  .platform-card,
  .source-card,
  .principle-card,
  .voting-card,
  .form-card {
    break-inside: avoid;
    box-shadow: none;
  }

  a[href^="http"]::after {
    content: " (" attr(href) ")";
    color: #555;
    font-size: 8pt;
    word-break: break-all;
  }
}

/* Final cascade layer for the refined campaign experience. */
h1,
h2,
h3,
h4,
.brand__text strong,
.campaign-quote p {
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}

.hero {
  background:
    radial-gradient(circle at 9% 15%, rgba(215, 170, 75, 0.22), transparent 27%),
    radial-gradient(circle at 86% 38%, rgba(45, 100, 123, 0.14), transparent 32%),
    linear-gradient(132deg, #fbf7ee 0%, #edf4f1 55%, #dce9e5 100%);
}

.hero h1 {
  max-width: 820px;
  text-wrap: balance;
}

.hero__lead {
  max-width: 670px;
}

.portrait-frame img {
  object-position: 50% 34%;
  filter: grayscale(1) contrast(1.04);
}

.portrait-card img {
  object-position: 50% 32%;
  filter: grayscale(1) contrast(1.04);
}

.platform-card {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 239, 0.82));
}

.platform-card:nth-child(2n) .platform-card__icon {
  background: var(--river-700);
}

.platform-card:nth-child(3n) .platform-card__icon {
  background: var(--pine-900);
}

.site-footer__brand {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.site-footer .brand {
  color: var(--white);
}

.site-footer .brand__text span {
  color: var(--wheat-200);
}

.site-footer__brand > p {
  max-width: 390px;
  margin: 0;
}

.back-to-top {
  position: fixed;
  z-index: 60;
  right: 1.25rem;
  bottom: 1.25rem;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: var(--pine-900);
  color: var(--white);
  box-shadow: var(--shadow-md);
  cursor: pointer;
  font-size: 1.1rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 620px) {
  body {
    padding-bottom: 4.25rem;
  }

  .back-to-top {
    bottom: 5rem;
  }
}

/* Visual QA corrections: portrait sizing, maple silhouette, and voting cards. */
.icon__maple-fill {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0.35;
}

.hero,
.hero__grid {
  min-height: 780px;
}

.hero__grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(350px, 0.8fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 1.25rem;
  font-size: clamp(3.35rem, 4.65vw, 4.8rem);
  line-height: 1.025;
  letter-spacing: -0.042em;
}

.hero__lead {
  margin-bottom: 1.65rem;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
}

.hero-proof {
  margin-top: 1.75rem;
}

.hero-proof > div {
  min-height: 4.75rem;
}

.hero__visual {
  align-self: center;
}

.portrait-frame {
  width: min(100%, 420px);
}

.portrait-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 35%;
}

.portrait-frame__caption {
  right: -0.75rem;
  bottom: 1.5rem;
  min-width: 205px;
  padding: 0.8rem 1rem;
}

.hero__maple {
  top: 10%;
  left: -10%;
  width: 70px;
  height: 70px;
}

.hero__maple .icon {
  width: 34px;
  height: 34px;
}

.portrait-card img {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 35%;
}

.vote-overview__reviewed {
  margin: 0 0 0.65rem;
}

.countdown--large {
  margin-bottom: 1.5rem;
}

.voting-cards {
  gap: 1.5rem;
}

.voting-card {
  position: relative;
  align-content: start;
  gap: 0;
  min-height: 390px;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 2.75rem);
  border-radius: 1.6rem;
  text-align: left;
}

.voting-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--river-700);
  content: "";
}

.voting-card--primary::before {
  background: var(--wheat-500);
}

.voting-card > .section-kicker {
  margin-bottom: 0.65rem;
  color: var(--maple-700);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.voting-card .voting-card__date {
  max-width: 390px;
  margin-bottom: 0.9rem;
  color: var(--pine-950);
  font-size: clamp(2rem, 3.2vw, 2.65rem);
  line-height: 1.04;
}

.voting-card > .voting-card__time {
  margin-bottom: 1rem;
  color: var(--pine-700);
  font-size: 1rem;
}

.voting-card > .voting-card__detail {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  text-transform: none;
}

.voting-card--primary > .section-kicker {
  color: var(--wheat-200);
}

.voting-card--primary .voting-card__date,
.voting-card--primary > .voting-card__time {
  color: var(--white);
}

.voting-card--primary > .voting-card__detail {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1080px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 2.5rem;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 5.8vw, 4.35rem);
  }
}

@media (max-width: 860px) {
  .hero,
  .hero__grid {
    min-height: auto;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .hero__visual {
    width: min(76vw, 390px);
    margin-top: 0;
  }

  .portrait-frame {
    width: 100%;
  }

  .hero__maple {
    left: -8%;
  }

  .voting-card {
    min-height: 390px;
  }
}

@media (max-width: 620px) {
  .hero__grid {
    gap: 1.75rem;
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 13vw, 3.4rem);
    line-height: 1;
  }

  .hero__lead {
    font-size: 1.03rem;
  }

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

  .hero-proof > div {
    min-height: 5.1rem;
    grid-template-columns: 1fr;
    gap: 0.25rem;
    padding: 0.65rem 0.35rem;
    border-right: 1px solid rgba(31, 90, 68, 0.12);
    border-bottom: 0;
    text-align: center;
  }

  .hero-proof strong {
    font-size: 1.75rem;
  }

  .hero-proof span {
    font-size: 0.65rem;
  }

  .hero__visual {
    width: min(82vw, 320px);
  }

  .portrait-frame__caption {
    right: -0.25rem;
    bottom: 1rem;
    min-width: 175px;
  }

  .portrait-frame__caption span {
    font-size: 0.61rem;
  }

  .portrait-frame__caption strong {
    font-size: 1.15rem;
  }

  .hero__maple {
    top: 8%;
    left: -7%;
    width: 58px;
    height: 58px;
  }

  .hero__maple .icon {
    width: 27px;
    height: 27px;
  }

  .voting-card {
    min-height: 0;
    padding: 1.65rem;
    text-align: left;
  }

  .voting-card .voting-card__date {
    font-size: clamp(1.8rem, 9vw, 2.35rem);
  }
}
