@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Sans:opsz,wght@9..40,400;9..40,600;9..40,700&display=swap");
/* Neulis Sans is the primary family. Add the campaign's Adobe Fonts web-project
   stylesheet when its kit URL is available; the families below are fallbacks. */

:root {
  --mint: #5ebfb1;
  --purple: #5d005b;
  --purple-dark: #330032;
  --purple-light: #f0ddef;
  --sky: #c8eee9;
  --yellow: #5ebfb1;
  --coral: #5d005b;
  --ink: #0a0014;
  --paper: #fcfbff;
  --white: #fcfbff;
  --border: #5d005b;
  --shadow: 8px 8px 0 var(--ink);
  --soft-shadow: 0 18px 50px rgba(114, 22, 110, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "neulis-sans", "DM Sans", ui-sans-serif, system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 3px solid var(--ink);
  backdrop-filter: blur(14px);
}
.nav {
  width: min(1180px, calc(100% - 2rem));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand {
  position: relative;
  display: block;
  width: 190px;
  height: 76px;
  flex: 0 0 auto;
  overflow: hidden;
}
.brand img {
  position: absolute;
  top: -17px;
  left: 0;
  width: 190px;
  max-width: none;
}
.nav-links { display: flex; align-items: center; gap: .2rem; }
.nav-links a {
  padding: .65rem .8rem;
  border-radius: 999px;
  color: var(--purple-dark);
  font-size: .9rem;
  font-weight: 800;
  transition: color .2s, background .2s, transform .2s;
}
.nav-links a:hover, .nav-links a.active { background: var(--purple-light); color: var(--purple); }
.nav-links .nav-cta { margin-left: .4rem; background: var(--yellow); border: 2px solid var(--ink); color: var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.nav-links .nav-cta:hover { background: var(--yellow); color: var(--ink); transform: translate(-1px, -1px); box-shadow: 5px 5px 0 var(--ink); }

.ticker {
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: "neulis-sans", "Archivo Black", Impact, sans-serif;
  font-size: .82rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.ticker-track { width: max-content; padding: .65rem 0; animation: ticker 30s linear infinite; }
.ticker span { color: var(--yellow); margin: 0 1rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.container { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }
.page-main { padding: 0; }
.page-section { padding: clamp(4rem, 8vw, 7rem) 0; }

h1, h2, h3, .display {
  font-family: "neulis-sans", "Archivo Black", Impact, sans-serif;
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.055em;
}
h1 { max-width: 980px; margin: .65rem 0 1.3rem; font-size: clamp(3.15rem, 8.5vw, 7.5rem); }
h2 { margin: 0; font-size: clamp(2.25rem, 5.2vw, 4.8rem); }
h3 { letter-spacing: -.04em; }
p { margin: 0 0 1rem; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-weight: 900;
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 5px; background: currentColor; }
.lead { max-width: 720px; font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.5; font-weight: 600; }
.brand-text { color: var(--purple); }
.highlight { position: relative; z-index: 0; white-space: nowrap; }
.highlight::after { content: ""; position: absolute; z-index: -1; left: -.03em; right: -.03em; bottom: .08em; height: .22em; background: var(--yellow); transform: rotate(-1deg); }

.hero {
  position: relative;
  min-height: 710px;
  background: var(--white);
  border-bottom: 3px solid var(--ink);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -180px;
  top: -260px;
  border: 80px solid var(--sky);
  border-radius: 50%;
  opacity: .52;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.hero-copy h1 { font-size: clamp(3.6rem, 7.3vw, 7rem); }
.hero-copy .lead { max-width: 640px; }
.portrait-wrap { position: relative; }
.portrait-frame {
  position: relative;
  padding: 12px;
  background: var(--yellow);
  border: 3px solid var(--ink);
  box-shadow: 14px 14px 0 var(--purple);
  transform: rotate(2deg);
}
.portrait-frame img { width: 100%; min-height: 490px; object-fit: cover; object-position: 56% center; border: 3px solid var(--ink); }
.portrait-sticker {
  position: absolute;
  left: -35px;
  bottom: -28px;
  width: 146px;
  height: 146px;
  display: grid;
  place-items: center;
  padding: 1rem;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--coral);
  color: var(--white);
  font-family: "neulis-sans", "Archivo Black", Impact, sans-serif;
  font-size: 1rem;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-10deg);
}

.btn-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 54px;
  padding: .85rem 1.35rem;
  border: 3px solid var(--ink);
  border-radius: 0;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  box-shadow: 6px 6px 0 var(--ink);
  transition: transform .18s, box-shadow .18s, background .18s;
}
.btn::after { content: "→"; font-size: 1.25em; }
.btn:hover { transform: translate(3px, 3px); box-shadow: 3px 3px 0 var(--ink); }
.btn-primary { background: var(--purple); color: var(--white); }
.btn-primary:hover { background: var(--purple-dark); }
.btn-secondary { background: var(--yellow); color: var(--ink); }
.btn-white { background: var(--white); color: var(--purple-dark); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.2rem; }
.section-heading p { max-width: 450px; margin: 0; font-size: 1.08rem; font-weight: 600; }

.issue-feature { background: var(--purple); color: var(--white); }
.issue-list { border-top: 3px solid var(--white); }
.issue-drop { border-bottom: 3px solid var(--white); }
.issue-drop summary {
  position: relative;
  display: grid;
  grid-template-columns: 65px 1fr 60px;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem .3rem;
  cursor: pointer;
  list-style: none;
  transition: background .2s, padding .2s;
}
.issue-drop summary::-webkit-details-marker { display: none; }
.issue-drop summary:hover { padding-left: 1rem; background: rgba(255,255,255,.1); }
.issue-number { font-weight: 900; color: var(--sky); }
.issue-drop h3 { margin: 0; font-size: clamp(1.5rem, 3.6vw, 3.2rem); }
.drop-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  justify-self: end;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 1.8rem;
  line-height: 1;
  transition: transform .25s, background .25s, color .25s;
}
.issue-drop[open] .drop-icon { transform: rotate(45deg); background: var(--yellow); color: var(--ink); }
.drop-content { max-width: 880px; padding: .1rem 4.8rem 2rem; font-size: 1.12rem; }
.drop-content p { margin-bottom: .7rem; }
.text-link { display: inline-block; margin-top: .5rem; border-bottom: 2px solid currentColor; font-weight: 900; }

.values { background: var(--yellow); border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2.5rem; }
.value-card { min-height: 270px; padding: 1.6rem; background: var(--white); border: 3px solid var(--ink); box-shadow: var(--shadow); }
.value-card:nth-child(2) { background: var(--sky); transform: translateY(18px) rotate(1deg); }
.value-card:nth-child(3) { background: var(--coral); color: var(--white); transform: rotate(-1deg); }
.value-card .big-number { display: block; color: var(--purple); font-family: "neulis-sans", "Archivo Black", Impact, sans-serif; font-size: 4rem; line-height: 1; }
.value-card:nth-child(3) .big-number { color: var(--yellow); }
.value-card h3 { margin: 1.2rem 0 .6rem; font-size: 1.65rem; }

.cta-band { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.cta-band::after { content: ""; position: absolute; width: 320px; height: 320px; right: -80px; top: -130px; border-radius: 50%; background: var(--mint); }
.cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: clamp(3.5rem, 7vw, 6rem) 0; }
.cta-inner h2 { max-width: 760px; }

.page-hero { position: relative; overflow: hidden; padding: clamp(4.5rem, 9vw, 8rem) 0; background: var(--purple); color: var(--white); border-bottom: 3px solid var(--ink); }
.page-hero.yellow { background: var(--yellow); color: var(--ink); }
.page-hero.sky { background: var(--sky); color: var(--ink); }
.page-hero::after { content: "+"; position: absolute; right: 4vw; top: 45%; color: var(--yellow); font-family: "neulis-sans", "Archivo Black", Impact, sans-serif; font-size: 18rem; line-height: .5; transform: rotate(8deg); opacity: .95; }
.page-hero.yellow::after { color: var(--purple); }
.page-hero.sky::after { color: var(--white); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 950px; }

.all-issues { padding: clamp(3rem, 7vw, 6rem) 0; }
.all-issues .issue-list { border-color: var(--ink); }
.all-issues .issue-drop { border-color: var(--ink); }
.all-issues .issue-drop summary:hover { background: var(--purple-light); }
.all-issues .issue-number { color: var(--purple); }
.all-issues .drop-content { padding-bottom: 2.5rem; }
.all-issues .drop-icon { color: var(--purple); }
.all-issues .issue-drop[open] .drop-icon { background: var(--purple); color: var(--white); }
.callout { margin-top: 4rem; padding: clamp(2rem, 5vw, 4rem); background: var(--yellow); border: 3px solid var(--ink); box-shadow: 12px 12px 0 var(--purple); }
.callout h2 { max-width: 800px; }
.callout ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding: 0; margin: 2rem 0 0; list-style: none; }
.callout li { padding-top: 1rem; border-top: 4px solid var(--ink); font-weight: 800; }

.about-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.about-photo { position: sticky; top: 120px; padding: 10px; background: var(--mint); border: 3px solid var(--ink); box-shadow: 12px 12px 0 var(--purple); transform: rotate(-1deg); }
.about-photo img { width: 100%; min-height: 500px; object-fit: cover; object-position: 58% center; border: 3px solid var(--ink); }
.story-copy h2 { margin-bottom: 1.5rem; }
.story-copy > p { font-size: 1.12rem; }
.mini-drop { margin-top: 1rem; border: 3px solid var(--ink); background: var(--white); }
.mini-drop summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem 1.2rem; cursor: pointer; list-style: none; font-weight: 900; font-size: 1.08rem; }
.mini-drop summary::-webkit-details-marker { display: none; }
.mini-drop summary::after { content: "+"; color: var(--purple); font-size: 1.5rem; line-height: 1; }
.mini-drop[open] summary::after { content: "−"; }
.mini-drop div { padding: 0 1.2rem 1.2rem; color: var(--ink); }

.action-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.action-card { position: relative; min-height: 315px; display: flex; flex-direction: column; padding: 1.8rem; border: 3px solid var(--ink); background: var(--white); box-shadow: 8px 8px 0 var(--ink); overflow: hidden; }
.action-card:nth-child(2) { background: var(--purple); color: var(--white); }
.action-card:nth-child(3) { background: var(--sky); }
.action-card:nth-child(4) { background: var(--purple-dark); color: var(--white); }
.action-card .card-number { color: var(--purple); font-family: "neulis-sans", "Archivo Black", Impact, sans-serif; font-size: 3rem; line-height: 1; }
.action-card:nth-child(2) .card-number, .action-card:nth-child(4) .card-number { color: var(--yellow); }
.action-card h3 { margin: auto 0 .7rem; font-size: clamp(2rem, 4vw, 3.5rem); }
.action-card p { max-width: 520px; margin: 0; font-weight: 600; }
.action-card details { margin-top: 1.2rem; border-top: 2px solid currentColor; }
.action-card summary { display: flex; justify-content: space-between; padding: .8rem 0 0; list-style: none; cursor: pointer; font-weight: 900; text-transform: uppercase; }
.action-card summary::-webkit-details-marker { display: none; }
.action-card summary::after { content: "+"; font-size: 1.4rem; }
.action-card details[open] summary::after { content: "−"; }
.action-card details p { padding-top: .65rem; font-weight: 400; }

.footer { background: var(--purple-dark); color: var(--white); border-top: 3px solid var(--ink); }
.footer-inner { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; padding: 3.5rem 0 2rem; }
.footer-logo { width: min(350px, 100%); filter: brightness(0) invert(1); }
.footer-links { display: flex; flex-wrap: wrap; align-content: start; justify-content: flex-end; gap: .6rem 1.2rem; font-weight: 800; }
.footer-links a { border-bottom: 2px solid var(--sky); }
.disclaimer { grid-column: 1 / -1; margin: 2rem 0 0; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.35); font-size: .82rem; text-align: center; text-transform: uppercase; letter-spacing: .1em; }

.method-panel {
  margin-bottom: 3rem;
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--mint);
  border: 3px solid var(--ink);
  box-shadow: 12px 12px 0 var(--purple);
}
.method-panel h2 { max-width: 850px; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2rem; }
.method-step { padding-top: 1rem; border-top: 4px solid var(--ink); }
.method-step strong { display: block; margin-bottom: .45rem; font-size: 1.15rem; }
.source-links { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1rem; }
.source-links a { display: inline-flex; padding: .4rem .7rem; border: 2px solid currentColor; font-size: .82rem; font-weight: 800; line-height: 1.2; }
.source-links a:hover { background: var(--purple); color: var(--white); }

.resource-section + .resource-section { margin-top: 4rem; }
.resource-section h2 { margin-bottom: 1.5rem; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.resource-card { min-height: 210px; display: flex; flex-direction: column; padding: 1.4rem; border: 3px solid var(--ink); background: var(--white); box-shadow: 7px 7px 0 var(--mint); }
.resource-card .resource-type { color: var(--purple); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.resource-card h3 { margin: auto 0 .55rem; font-size: 1.45rem; }
.resource-card p { margin: 0; }
.resource-card.placeholder { border-style: dashed; box-shadow: none; }
.resource-card a { margin-top: .8rem; font-weight: 900; color: var(--purple); text-decoration: underline; }
.action-card > .card-link { align-self: flex-start; margin-top: 1rem; border-bottom: 2px solid currentColor; font-weight: 900; text-transform: uppercase; }

.election-note { margin: 2rem 0 3rem; padding: 1.3rem 1.5rem; border: 3px solid var(--ink); background: var(--purple); color: var(--white); box-shadow: 7px 7px 0 var(--mint); font-weight: 700; }
.vote-tools { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 5rem; }
.vote-tool { min-height: 190px; display: flex; flex-direction: column; padding: 1.3rem; border: 3px solid var(--ink); background: var(--white); box-shadow: 6px 6px 0 var(--mint); }
.vote-tool:nth-child(2) { background: var(--mint); }
.vote-tool h3 { margin: auto 0 .5rem; font-size: 1.35rem; }
.vote-tool p { margin: 0; font-size: .92rem; }
.vote-tool a { margin-top: .8rem; color: var(--purple); font-weight: 900; text-decoration: underline; }
.candidate-section + .candidate-section { margin-top: 5rem; }
.candidate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.candidate-card { min-height: 260px; display: flex; flex-direction: column; padding: 1.5rem; border: 3px solid var(--ink); background: var(--white); box-shadow: 7px 7px 0 var(--purple); }
.candidate-card:nth-child(3n + 2) { background: var(--sky); }
.candidate-card:nth-child(3n) { background: var(--mint); }
.candidate-office { display: block; color: var(--purple); font-size: .76rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.candidate-card h3 { margin: auto 0 .55rem; font-size: clamp(1.55rem, 2.5vw, 2.2rem); }
.candidate-card p { margin: 0; font-weight: 600; }
.candidate-card a { align-self: flex-start; margin-top: 1rem; border-bottom: 2px solid currentColor; color: var(--purple); font-weight: 900; }
.support-band { margin-top: 5rem; padding: clamp(2rem, 5vw, 4rem); border: 3px solid var(--ink); background: var(--mint); box-shadow: 12px 12px 0 var(--purple); }
.support-band h2 { max-width: 850px; }
.support-band p { max-width: 760px; margin-top: 1rem; font-size: 1.1rem; }

@media (max-width: 900px) {
  .nav { min-height: 70px; }
  .nav-links { gap: 0; }
  .nav-links a { padding: .55rem .5rem; font-size: .8rem; }
  .hero-grid, .about-layout { grid-template-columns: 1fr; }
  .portrait-wrap { max-width: 620px; }
  .hero-copy h1 { font-size: clamp(3.4rem, 12vw, 6.3rem); }
  .value-grid, .method-grid, .resource-grid, .candidate-grid { grid-template-columns: 1fr; }
  .vote-tools { grid-template-columns: repeat(2, 1fr); }
  .value-card:nth-child(2), .value-card:nth-child(3) { transform: none; }
  .about-photo { position: relative; top: auto; max-width: 600px; }
  .page-hero::after { opacity: .22; }
}

@media (max-width: 650px) {
  .nav { width: calc(100% - 1.2rem); flex-direction: column; gap: .2rem; padding: .7rem 0 .6rem; }
  .brand { width: 160px; height: 64px; }
  .brand img { top: -14px; width: 160px; }
  .nav-links { width: 100%; justify-content: center; flex-wrap: wrap; }
  .nav-links a { font-size: .74rem; }
  .nav-links .nav-cta { display: none; }
  .container { width: min(100% - 1.25rem, 1180px); }
  .hero { min-height: auto; }
  .hero-grid { padding-top: 3.5rem; }
  .hero-copy h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .portrait-frame img { min-height: 380px; }
  .portrait-sticker { left: -4px; width: 115px; height: 115px; font-size: .78rem; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 1.2rem; }
  .issue-drop summary { grid-template-columns: 38px 1fr 40px; gap: .5rem; padding: 1.2rem 0; }
  .drop-icon { width: 38px; height: 38px; }
  .drop-content { padding: 0 0 1.5rem 2.4rem; font-size: 1rem; }
  .cta-inner, .footer-inner, .action-grid { grid-template-columns: 1fr; }
  .vote-tools { grid-template-columns: 1fr; }
  .cta-band::after { opacity: .25; }
  .callout ul { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .page-hero h1 { font-size: clamp(3rem, 15vw, 5.5rem); }
  .page-hero::after { display: none; }
}

@media (max-width: 1100px) and (min-width: 651px) {
  .nav-links .nav-cta { display: none; }
  .nav-links a { padding: .5rem .45rem; font-size: .76rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
