:root {
  --blue-900: #073250;
  --blue-800: #10456f;
  --blue-700: #16598f;
  --blue-500: #168bd0;
  --yellow: #ffd43b;
  --red: #c52c3a;
  --green: #14884f;
  --ink: #111923;
  --muted: #65717d;
  --paper: #f5f8fb;
  --surface: #ffffff;
  --line: #d8e3ed;
  --shadow: 0 24px 70px rgba(7, 50, 80, 0.18);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Poppins, Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.narrow {
  width: min(780px, calc(100% - 32px));
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 30;
  transform: translateY(-160%);
  background: var(--yellow);
  color: var(--blue-900);
  padding: 0.75rem 1rem;
  font-weight: 900;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(7, 50, 80, 0.92);
  color: #fff;
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.brand img {
  width: 54px;
  height: 54px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.05rem;
  line-height: 1;
  text-transform: uppercase;
}

.brand small {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
}

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

.site-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 0.6rem 0.78rem;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.site-nav .nav-cta {
  background: var(--yellow);
  color: var(--blue-900);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: transparent;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: calc(100svh - 78px);
  overflow: hidden;
  display: grid;
  align-items: end;
  background:
    linear-gradient(90deg, var(--blue-900) 0%, var(--blue-800) 52%, #f8fbff 52%, #fff 100%);
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 13% 20%, rgba(22, 139, 208, 0.42), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 45%);
  opacity: 1;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.88fr);
  align-items: end;
  gap: clamp(1.5rem, 4vw, 4.5rem);
  min-height: calc(100svh - 78px);
}

.hero-copy {
  padding: clamp(3rem, 8vh, 5.8rem) 0;
}

.election-kicker {
  margin: 0;
  color: #fff;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 900;
  text-transform: uppercase;
}

.election-kicker strong {
  color: var(--yellow);
}

.date-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.55rem;
  margin: 0.4rem 0 1.2rem;
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 3.1rem);
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.date-strip b {
  color: var(--yellow);
  letter-spacing: 0;
}

.date-strip em {
  font-style: normal;
}

.hero h1 {
  margin: 0;
  max-width: 7.8ch;
  font-size: clamp(4rem, 7.2vw, 6.9rem);
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  color: #dcecf8;
  font-size: 0.44em;
  font-weight: 300;
  letter-spacing: 0.34em;
}

.claim {
  width: fit-content;
  max-width: 13ch;
  margin: 1.35rem 0 0;
  color: var(--yellow);
  font-size: clamp(1.45rem, 3vw, 2.5rem);
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.hero-text {
  max-width: 570px;
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0.78rem 1.05rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.btn.primary {
  background: var(--yellow);
  color: var(--blue-900);
}

.btn.ghost {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

.btn.secondary {
  border-color: var(--blue-800);
  background: var(--blue-800);
  color: #fff;
}

.hero-portrait {
  position: relative;
  min-height: min(760px, calc(100svh - 90px));
  display: flex;
  align-items: end;
  justify-content: center;
}

.hero-portrait::before {
  content: "";
  position: absolute;
  right: 6%;
  bottom: 8%;
  width: min(520px, 88%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--blue-800);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.1);
}

.hero-portrait img {
  position: relative;
  z-index: 2;
  width: min(560px, 95%);
  max-height: calc(100svh - 105px);
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.28));
}

.portrait-badge {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 11%;
  width: min(430px, 74%);
  display: block;
  overflow: hidden;
  border: 4px solid var(--blue-500);
  background: #fff;
  padding: 0;
  transform: rotate(-2deg);
  box-shadow: var(--shadow);
}

.portrait-badge img {
  width: 100%;
  height: auto;
}

.section-light,
.section-blue,
.visual-break {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

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

.section-blue {
  background: var(--blue-800);
  color: #fff;
}

.eyebrow {
  margin: 0 0 0.65rem;
  color: var(--blue-500);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-blue .eyebrow,
.invert .eyebrow {
  color: var(--yellow);
}

.intro-grid,
.vote-grid,
.contact-grid,
.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.intro h2,
.section-heading h2,
.vote h2,
.contact h2,
.page-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5.8vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.intro-copy {
  border-left: 8px solid var(--yellow);
  padding-left: clamp(1rem, 3vw, 2rem);
}

.intro-copy p {
  margin: 0;
  color: var(--blue-900);
  font-size: clamp(1.15rem, 2.1vw, 1.65rem);
  font-weight: 650;
}

.intro-copy p + p {
  margin-top: 1rem;
}

.section-heading {
  max-width: 920px;
  margin-bottom: 2.2rem;
}

.section-heading.invert h2 {
  max-width: 12ch;
}

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

.commitment-item {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--blue-800);
  padding: clamp(1.1rem, 2vw, 1.6rem);
}

.commitment-item span {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 950;
  line-height: 0.9;
}

.commitment-item h3 {
  margin: auto 0 0.8rem;
  color: var(--yellow);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1;
  text-transform: uppercase;
}

.commitment-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
  font-weight: 650;
}

.vote h2 span {
  color: var(--blue-700);
  font-family: "Brush Script MT", "Snell Roundhand", "Apple Chancery", "Segoe Script", cursive;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
}

.vote-copy p {
  color: var(--muted);
  font-size: 1.1rem;
}

.ballot-demo {
  border: 10px solid var(--blue-500);
  background: #b9e4ff;
  box-shadow: var(--shadow);
}

.ballot-demo img {
  width: 100%;
}

.visual-break {
  position: relative;
  min-height: 72vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--blue-900);
  color: #fff;
}

.visual-break img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.72;
}

.visual-break::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 50, 80, 0.92), rgba(7, 50, 80, 0.42), rgba(7, 50, 80, 0.1));
}

.visual-break-copy {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.visual-break-copy p {
  margin: 0 0 0.8rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 800;
}

.visual-break-copy strong {
  display: block;
  max-width: 760px;
  margin-bottom: 0.4rem;
  color: #fff;
  font-size: clamp(2.3rem, 6vw, 5.2rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.materials-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 1.2rem;
  align-items: stretch;
}

.material-panel {
  display: grid;
  align-content: start;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 16px 36px rgba(7, 50, 80, 0.08);
}

.material-panel.featured {
  grid-row: span 2;
}

.material-preview {
  display: grid;
  gap: 0.65rem;
}

.material-preview.spread {
  grid-template-columns: 1fr;
}

.material-preview img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.material-content h3 {
  margin: 0;
  color: var(--blue-900);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  text-transform: uppercase;
}

.material-content p {
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.contact-grid {
  align-items: start;
}

.contact p {
  color: rgba(255, 255, 255, 0.8);
}

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

.contact-list li {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.9rem;
}

.contact-list a {
  color: #fff;
  font-weight: 850;
}

.page-main {
  min-height: 72svh;
}

.page-hero {
  padding-top: clamp(4.5rem, 8vw, 7rem);
  padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.page-hero .lead {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.page-hero img {
  width: min(360px, 100%);
  justify-self: end;
  border: 8px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.page-section {
  padding-top: clamp(4rem, 7vw, 6rem);
}

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

.toc {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 0.45rem;
}

.toc a {
  border-left: 4px solid var(--line);
  padding: 0.4rem 0.75rem;
  color: var(--muted);
  font-weight: 850;
  text-decoration: none;
}

.toc a:hover {
  border-color: var(--yellow);
  color: var(--blue-900);
}

.content-prose {
  max-width: 820px;
}

.content-prose article {
  border-bottom: 1px solid var(--line);
  padding-bottom: 2.2rem;
}

.content-prose article + article {
  margin-top: 2.2rem;
}

.content-prose span {
  color: var(--blue-500);
  font-size: 1.2rem;
  font-weight: 950;
}

.content-prose h2 {
  margin: 0.2rem 0 0.75rem;
  color: var(--blue-900);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
}

.content-prose p,
.content-prose li {
  color: var(--muted);
  font-size: 1.08rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #fff;
}

.site-footer p {
  color: var(--muted);
}

.site-footer nav {
  display: flex;
  gap: 1rem;
}

.site-footer a {
  color: var(--blue-800);
  font-weight: 850;
}

@media (max-width: 980px) {
  .hero {
    background: linear-gradient(180deg, var(--blue-900) 0%, var(--blue-800) 64%, #fff 64%, #fff 100%);
  }

  .hero-grid,
  .intro-grid,
  .vote-grid,
  .contact-grid,
  .page-hero-grid,
  .materials-grid,
  .content-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-copy {
    padding-bottom: 1rem;
  }

  .hero h1 {
    max-width: 7.8ch;
    font-size: clamp(3.7rem, 12vw, 6rem);
  }

  .hero-portrait {
    min-height: 560px;
  }

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

  .page-hero img {
    justify-self: start;
  }

  .toc {
    position: static;
  }
}

@media (max-width: 780px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    inset: 78px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    background: var(--blue-900);
    padding: 0.8rem 1rem 1rem;
  }

  .site-nav.simple {
    position: static;
    display: flex;
    flex-direction: row;
    border: 0;
    background: transparent;
    padding: 0;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    justify-content: center;
  }

  .date-strip {
    letter-spacing: 0.1em;
  }

  .hero h1 span {
    letter-spacing: 0.22em;
  }

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

  .commitment-item {
    min-height: 260px;
  }

  .visual-break-copy p {
    writing-mode: horizontal-tb;
    transform: none;
  }
}

@media (max-width: 560px) {
  .container,
  .narrow,
  .visual-break-copy {
    width: min(100% - 24px, 1180px);
  }

  .header-inner {
    min-height: 70px;
  }

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

  .brand small {
    display: none;
  }

  .site-nav {
    inset-block-start: 70px;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(3rem, 15.2vw, 3.75rem);
  }

  .date-strip {
    gap: 0.35rem;
    font-size: clamp(1.5rem, 8.6vw, 2.15rem);
    letter-spacing: 0.08em;
  }

  .claim {
    max-width: 12ch;
    font-size: clamp(1.8rem, 8vw, 2.35rem);
  }

  .hero-portrait {
    min-height: 460px;
  }

  .portrait-badge {
    right: 0.4rem;
    bottom: 5%;
    width: min(330px, 82%);
  }

  .hero-actions {
    display: grid;
  }

  .intro-copy {
    border-left-width: 6px;
  }

  .contact-list li {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}
