:root {
  --navy: #071d49;
  --navy-2: #0b2a67;
  --blue: #164c96;
  --red: #d62d2d;
  --red-dark: #b81f28;
  --white: #ffffff;
  --off: #f6f8fc;
  --ink: #101b34;
  --muted: #667085;
  --line: #dce3ef;
  --soft-blue: #eaf0fb;
  --shadow: 0 24px 60px rgba(7,29,73,.12);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
section { scroll-margin-top: 92px; }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}
.section { padding: 92px 0; }
.section-light { background: var(--off); }
.section-navy {
  color: var(--white);
  background:
    radial-gradient(circle at 90% 0%, rgba(255,255,255,.10), transparent 28%),
    linear-gradient(135deg, var(--navy), #0a2d6d 70%, #113f86);
  position: relative;
  overflow: hidden;
}
.section-navy::after {
  content:"";
  position:absolute;
  inset:auto -8% -120px 45%;
  height:240px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  transform:rotate(-8deg);
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 999;
  padding: 10px 14px;
  background: var(--white);
  color: var(--navy);
  border-radius: 10px;
  box-shadow: var(--shadow);
}
.skip-link:focus { top: 16px; }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(7,29,73,.08);
}
.nav-wrap {
  height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
  text-decoration: none;
}
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--navy);
}
.brand-mark svg { width: 100%; fill: currentColor; }
.brand-mark::after {
  content:"";
  position:absolute;
}
.brand-copy { display:flex; flex-direction:column; line-height:1; }
.brand-small { font-size: 12px; font-weight: 750; letter-spacing:.03em; }
.brand-name { font-size: 21px; font-weight: 900; letter-spacing:.01em; margin-top:3px; }
.brand-tag { font-size: 9px; font-weight: 900; letter-spacing:.26em; color:var(--red); margin-top:6px; }

.primary-nav {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:24px;
}
.primary-nav a {
  position:relative;
  text-decoration:none;
  font-size:14px;
  font-weight:720;
  color:#24314d;
}
.primary-nav a::after {
  content:"";
  position:absolute;
  left:0; right:0; bottom:-8px;
  height:2px;
  border-radius:99px;
  background:var(--red);
  transform:scaleX(0);
  transform-origin:left;
  transition:.2s ease;
}
.primary-nav a:hover::after,
.primary-nav a.active::after { transform:scaleX(1); }

.menu-toggle {
  display:none;
  width:44px;
  height:44px;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--white);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:4px;
}
.menu-toggle span:not(.sr-only) {
  width:18px; height:2px; background:var(--navy); border-radius:99px;
}

.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border-radius:12px;
  border:1px solid transparent;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn:hover { transform:translateY(-2px); }
.btn-red { background:var(--red); color:var(--white); box-shadow:0 10px 24px rgba(214,45,45,.22); }
.btn-red:hover { background:var(--red-dark); }
.btn-navy { background:var(--navy); color:var(--white); box-shadow:0 10px 24px rgba(7,29,73,.16); }
.btn-outline { background:var(--white); border-color:#b8c4d7; color:var(--navy); }
.btn-white { background:var(--white); color:var(--navy); }
.nav-cta { white-space:nowrap; }

.hero {
  position:relative;
  padding-top:72px;
  background:
    radial-gradient(circle at 82% 24%, rgba(22,76,150,.10), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff 72%, #f8faff 100%);
  overflow:hidden;
}
.hero::before {
  content:"";
  position:absolute;
  width:440px; height:440px;
  right:-160px; top:60px;
  border:58px solid rgba(214,45,45,.028);
  border-radius:50%;
}
.hero-grid {
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:66px;
  align-items:center;
}
.eyebrow {
  margin:0 0 16px;
  font-size:12px;
  line-height:1.3;
  font-weight:900;
  letter-spacing:.17em;
  color:var(--red);
}
.hero h1 {
  margin:0;
  max-width:760px;
  color:var(--navy);
  font-size:clamp(54px, 6.4vw, 88px);
  line-height:.94;
  letter-spacing:-.055em;
  font-weight:900;
}
.hero h1 span {
  display:block;
  font-size:.63em;
  letter-spacing:-.035em;
}
.hero-subtitle {
  max-width:710px;
  margin:26px 0 0;
  color:#394862;
  font-size:20px;
  line-height:1.55;
}
.hero-actions { display:flex; gap:12px; margin-top:30px; flex-wrap:wrap; }
.election-date {
  display:flex;
  align-items:center;
  gap:13px;
  margin-top:36px;
}
.date-icon {
  display:grid;
  place-items:center;
  width:44px; height:44px;
  border:2px solid var(--navy);
  border-radius:10px;
  font-size:14px;
  font-weight:900;
  color:var(--navy);
  position:relative;
}
.date-icon::before {
  content:"NOV";
  position:absolute;
  top:-9px;
  padding:0 5px;
  background:#fff;
  color:var(--red);
  font-size:8px;
  letter-spacing:.12em;
}
.election-date small { display:block; text-transform:uppercase; letter-spacing:.12em; font-weight:800; font-size:10px; color:var(--muted); }
.election-date strong { color:var(--navy); font-size:16px; }

.photo-placeholder {
  position:relative;
  min-height:420px;
  display:grid;
  place-items:center;
  border:1px solid #b9c5d6;
  border-radius:var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(7,29,73,.02), rgba(7,29,73,.07)),
    repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(7,29,73,.018) 15px, rgba(7,29,73,.018) 16px);
  overflow:hidden;
  color:#6d7890;
  text-align:center;
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
}
.placeholder-cross::before,
.placeholder-cross::after {
  content:"";
  position:absolute;
  left:50%; top:50%;
  width:120%; height:1px;
  background:#bcc7d7;
  transform-origin:center;
}
.placeholder-cross::before { transform:translate(-50%,-50%) rotate(42deg); }
.placeholder-cross::after { transform:translate(-50%,-50%) rotate(-42deg); }
.photo-placeholder span {
  position:relative;
  z-index:2;
  padding:10px 14px;
  border-radius:8px;
  background:rgba(255,255,255,.9);
}
.hero-photo { min-height:520px; }

.facts-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:70px;
}
.fact-card {
  min-height:138px;
  padding:25px 24px;
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  background:rgba(255,255,255,.94);
  box-shadow:0 12px 28px rgba(7,29,73,.05);
}
.fact-number {
  display:block;
  color:var(--navy);
  font-size:29px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.04em;
}
.fact-card p { margin:10px 0 0; color:#59677f; font-size:14px; line-height:1.45; }

.two-col,
.map-grid,
.community-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:center;
}
.section-copy h2,
.section-heading h2,
.support-copy h2,
.cta-panel h2 {
  margin:0;
  color:var(--navy);
  font-size:clamp(36px,4vw,58px);
  line-height:1.04;
  letter-spacing:-.045em;
}
.section-copy p:not(.eyebrow),
.section-heading p:not(.eyebrow) {
  color:#4f5f79;
  font-size:17px;
}
.section-copy p { max-width:650px; }
.landscape-photo { min-height:390px; }

.section-heading { max-width:820px; margin-bottom:40px; }
.section-heading.centered { margin-inline:auto; text-align:center; }
.section-heading.light h2,
.section-heading.light p:not(.eyebrow) { color:var(--white); }
.section-heading.light p:not(.eyebrow) { opacity:.75; }

.experience-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.feature-card {
  padding:30px;
  min-height:285px;
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  background:var(--white);
  transition:transform .2s ease, box-shadow .2s ease;
}
.feature-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.feature-icon {
  width:46px; height:46px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--soft-blue);
  color:var(--navy);
  font-weight:900;
  font-size:12px;
}
.feature-card h3,
.priority-card h3,
.endorsement-card h3 { margin:24px 0 10px; color:var(--navy); font-size:20px; line-height:1.2; }
.feature-card p,
.priority-card p,
.endorsement-card p { margin:0; color:#667085; font-size:14px; }

.priority-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.priority-card {
  padding:30px;
  min-height:255px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:var(--radius-lg);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(8px);
}
.priority-card span { color:#ff7a7a; font-size:11px; font-weight:900; letter-spacing:.14em; }
.priority-card h3 { color:var(--white); margin-top:20px; }
.priority-card p { color:rgba(255,255,255,.72); font-size:15px; }

.muted { color:var(--muted) !important; }

.endorsement-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.endorsement-card {
  min-height:120px;
  padding:18px;
  display:flex;
  align-items:center;
  gap:16px;
  border:1px dashed #b6c2d4;
  border-radius:var(--radius-lg);
  background:#fbfcfe;
}
.endorsement-avatar {
  flex:0 0 64px;
  width:64px; height:64px;
  display:grid;
  place-items:center;
  border:1px dashed #aab7cb;
  border-radius:50%;
  color:#8d99ad;
  font-size:28px;
  font-weight:300;
}
.endorsement-card h3 { margin:0 0 5px; font-size:16px; }
.endorsement-card p { font-size:13px; }

.map-grid { grid-template-columns:.78fr 1.22fr; }
.map-card {
  margin:0;
  padding:14px;
  border:1px solid var(--line);
  border-radius:var(--radius-xl);
  background:var(--white);
  box-shadow:0 20px 48px rgba(7,29,73,.09);
}
.map-frame {
  min-height:510px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:18px;
  background:#e9edf3;
}
.map-frame > img {
  width:100%;
  height:100%;
  min-height:510px;
  object-fit:contain;
  background:#ececec;
}
.map-fallback, .map-fallback img { width:100%; height:100%; min-height:510px; object-fit:cover; }
.map-card figcaption { padding:13px 6px 3px; color:#68758b; font-size:12px; line-height:1.5; }

.community-grid { grid-template-columns:.86fr 1.14fr; }
.square-photo { min-height:470px; }
.community-stats {
  display:flex;
  gap:16px;
  margin-top:30px;
}
.community-stats > div {
  flex:1;
  padding:20px;
  border-left:4px solid var(--red);
  background:var(--off);
  border-radius:0 14px 14px 0;
}
.community-stats strong { display:block; color:var(--navy); font-size:27px; letter-spacing:-.03em; }
.community-stats span { color:var(--muted); font-size:13px; }

.support-section {
  background:
    linear-gradient(120deg, rgba(214,45,45,.05), transparent 40%),
    var(--white);
}
.support-card {
  display:grid;
  grid-template-columns:1fr auto;
  gap:70px;
  align-items:center;
  padding:54px;
  color:var(--white);
  border-radius:var(--radius-xl);
  background:
    radial-gradient(circle at 92% 12%, rgba(255,255,255,.10), transparent 22%),
    linear-gradient(135deg, var(--navy) 0%, #0b316f 100%);
  box-shadow:var(--shadow);
}
.support-copy h2 { color:var(--white); }
.support-copy > p:not(.eyebrow) { color:rgba(255,255,255,.78); font-size:17px; }
.support-copy .legal-note {
  max-width:700px;
  margin-top:25px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.18);
  font-size:12px !important;
  line-height:1.5;
  color:rgba(255,255,255,.55) !important;
}
.qr-wrap {
  width:250px;
  text-align:center;
}
.qr-wrap img {
  width:220px;
  aspect-ratio:1;
  object-fit:cover;
  margin-inline:auto;
  border:10px solid #fff;
  border-radius:18px;
  background:#fff;
}
.qr-wrap span {
  display:block;
  margin-top:12px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  color:rgba(255,255,255,.7);
  text-transform:uppercase;
}

.get-involved { padding-top:0; }
.cta-panel {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  padding:44px 48px;
  border-radius:var(--radius-xl);
  color:var(--white);
  background:linear-gradient(135deg, #173c7d, var(--navy));
}
.cta-panel h2 { color:var(--white); font-size:40px; }
.cta-panel p:not(.eyebrow) { margin-bottom:0; color:rgba(255,255,255,.72); }
.cta-actions { display:flex; gap:10px; flex-wrap:wrap; }

.site-footer {
  padding:45px 0 28px;
  color:#dce6f7;
  background:#04112d;
}
.footer-grid {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.footer-grid strong { color:#fff; font-size:20px; }
.footer-grid p { margin:5px 0 0; font-size:13px; color:#9aabc7; }
.footer-election { text-align:right; }
.footer-election span { display:block; font-size:10px; letter-spacing:.18em; color:#ff6e6e; font-weight:900; }
.footer-election strong { font-size:23px; letter-spacing:-.03em; }
.footer-bottom {
  margin-top:30px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:#8292ad;
  font-size:10px;
}
.footer-bottom p { margin:0; }
.disclaimer { letter-spacing:.06em; font-weight:800; }

.toast {
  position:fixed;
  left:50%;
  bottom:24px;
  z-index:500;
  max-width:min(92vw, 540px);
  transform:translate(-50%, 30px);
  opacity:0;
  pointer-events:none;
  padding:14px 18px;
  border-radius:12px;
  color:#fff;
  background:#111d35;
  box-shadow:0 18px 50px rgba(0,0,0,.28);
  font-size:14px;
  transition:.22s ease;
}
.toast.show { opacity:1; transform:translate(-50%,0); }

.reveal {
  opacity:0;
  transform:translateY(18px);
  transition:opacity .55s ease, transform .55s ease;
}
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 1080px) {
  .nav-cta { display:none; }
  .brand { min-width:auto; }
  .experience-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 860px) {
  .section { padding:68px 0; }
  .nav-wrap { height:70px; }
  .menu-toggle { display:flex; margin-left:auto; }
  .primary-nav {
    position:absolute;
    top:70px;
    left:20px;
    right:20px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:12px;
    border:1px solid var(--line);
    border-radius:16px;
    background:#fff;
    box-shadow:var(--shadow);
  }
  .primary-nav.open { display:flex; }
  .primary-nav a { padding:13px 12px; }
  .primary-nav a::after { display:none; }
  .hero-grid,
  .two-col,
  .map-grid,
  .community-grid,
  .support-card { grid-template-columns:1fr; }
  .hero-photo { min-height:430px; order:-1; }
  .facts-grid { grid-template-columns:repeat(2,1fr); }
  .endorsement-grid { grid-template-columns:repeat(2,1fr); }
  .priority-grid { grid-template-columns:1fr; }
  .map-frame,
  .map-frame > img,
  .map-fallback,
  .map-fallback img { min-height:400px; }
  .support-card { gap:36px; padding:38px; }
  .qr-wrap { width:100%; }
  .qr-wrap img { width:220px; }
  .cta-panel { flex-direction:column; align-items:flex-start; }
}
@media (max-width: 560px) {
  .container { width:min(calc(100% - 28px), var(--container)); }
  .brand-tag { display:none; }
  .brand-name { font-size:18px; }
  .hero { padding-top:40px; }
  .hero h1 { font-size:48px; }
  .hero-subtitle { font-size:17px; }
  .facts-grid,
  .experience-grid,
  .endorsement-grid { grid-template-columns:1fr; }
  .fact-card { min-height:110px; }
  .section-copy h2,
  .section-heading h2,
  .support-copy h2 { font-size:38px; }
  .community-stats { flex-direction:column; }
  .support-card { padding:28px 20px; }
  .cta-panel { padding:34px 24px; }
  .footer-grid, .footer-bottom { flex-direction:column; align-items:flex-start; }
  .footer-election { text-align:left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { transition:none !important; animation:none !important; }
  .reveal { opacity:1; transform:none; }
}
@media print {
  .site-header, .hero-actions, .cta-actions, .toast { display:none !important; }
  body { color:#111; background:#fff; }
  .section { padding:34px 0; break-inside:avoid; }
  .section-navy, .support-card, .cta-panel { background:#fff !important; color:#111 !important; border:1px solid #bbb; box-shadow:none; }
  .section-navy h2, .section-navy h3, .section-navy p,
  .support-card h2, .support-card p, .cta-panel h2, .cta-panel p { color:#111 !important; }
  .photo-placeholder { min-height:220px; }
  .map-frame, .map-frame > img { min-height:320px; }
  .site-footer { background:#fff; color:#111; border-top:2px solid #111; }
  .site-footer * { color:#111 !important; }
  a { text-decoration:none; }
}

html {
  scroll-padding-top: 96px;
}

:focus-visible {
  outline: 3px solid #f3b51b;
  outline-offset: 4px;
  border-radius: 6px;
}

.primary-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 6px;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.footer-legal-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #dce6f7;
  text-underline-offset: 4px;
}

.footer-legal-links a:hover {
  color: #fff;
}

.legal-note a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-page-main {
  min-height: 60vh;
  background: #fff;
}

.legal-hero {
  padding: 72px 0 38px;
  background:
    radial-gradient(circle at 90% 0%, rgba(22,76,150,.10), transparent 28%),
    linear-gradient(180deg, #f8faff, #fff);
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  margin: 0;
  max-width: 900px;
  color: var(--navy);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -.045em;
}

.legal-hero .legal-deck {
  max-width: 780px;
  margin: 18px 0 0;
  color: #4f5f79;
  font-size: 18px;
}

.legal-updated {
  margin-top: 20px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.legal-content {
  width: min(calc(100% - 40px), 900px);
  margin: 0 auto;
  padding: 56px 0 86px;
}

.legal-content h2 {
  margin: 48px 0 12px;
  color: var(--navy);
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content h3 {
  margin: 30px 0 10px;
  color: var(--navy);
  font-size: 20px;
}

.legal-content p,
.legal-content li {
  color: #43516b;
  font-size: 16px;
}

.legal-content li + li {
  margin-top: 8px;
}

.legal-content a {
  color: #0a4a98;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.legal-callout {
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 4px solid var(--red);
  border-radius: 0 14px 14px 0;
  background: var(--off);
}

.legal-callout strong {
  color: var(--navy);
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
}

.legal-table th,
.legal-table td {
  padding: 14px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  color: var(--navy);
  background: var(--off);
}

.accessibility-list {
  columns: 2;
  column-gap: 44px;
}

.accessibility-list li {
  break-inside: avoid;
  margin-bottom: 10px;
}

@media (max-width: 700px) {
  .legal-hero { padding-top: 50px; }
  .legal-content { width: min(calc(100% - 28px), 900px); padding-top: 40px; }
  .accessibility-list { columns: 1; }
  .footer-legal-links { gap: 0 18px; }
}

@media print {
  .footer-legal-links { border-top: 1px solid #aaa; }
  .footer-legal-links a { color: #111; }
  .legal-hero { background: #fff; padding: 30px 0 16px; }
  .legal-content { padding: 30px 0; }
}

.language-switcher {
  display:inline-flex; align-items:center; gap:3px; padding:4px;
  border:1px solid var(--line); border-radius:999px; background:#f7f9fc;
  white-space:nowrap;
}
.language-switcher a {
  min-width:44px; min-height:36px; display:inline-flex; align-items:center;
  justify-content:center; padding:0 10px; border-radius:999px; color:#40506a;
  text-decoration:none; font-size:11px; font-weight:850;
}
.language-switcher a:hover { background:#e9eef7; color:var(--navy); }
.language-switcher a[aria-current="page"] { background:var(--navy); color:#fff; }
.language-switcher .lang-short { display:none; }

@media (max-width:1180px) {
  .language-switcher .lang-full { display:none; }
  .language-switcher .lang-short { display:inline; }
  .language-switcher a { min-width:38px; padding:0 8px; }
}
@media (max-width:860px) {
  .language-switcher { margin-left:auto; }
  .menu-toggle { margin-left:0; }
}
@media (max-width:470px) {
  .brand-small { display:none; }
  .language-switcher { gap:2px; padding:3px; }
  .language-switcher a { min-width:34px; min-height:34px; padding:0 6px; font-size:10px; }
}

.resources-section { position:relative; }
.election-dates-panel {
  margin:0 0 28px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  background:var(--navy);
  color:#fff;
  box-shadow:0 18px 42px rgba(7,29,73,.10);
}
.election-dates-label {
  padding:14px 20px;
  border-bottom:1px solid rgba(255,255,255,.14);
  color:#ffb2b2;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.election-dates-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.election-date-item {
  min-width:0;
  padding:22px 20px;
  border-right:1px solid rgba(255,255,255,.12);
}
.election-date-item:last-child { border-right:0; }
.election-date-item strong {
  display:block;
  margin-bottom:6px;
  color:#fff;
  font-size:23px;
  line-height:1;
  letter-spacing:-.03em;
}
.election-date-item span {
  display:block;
  color:rgba(255,255,255,.75);
  font-size:13px;
  line-height:1.45;
}
.quick-links-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.resource-card {
  min-width:0;
  min-height:210px;
  display:flex;
  flex-direction:column;
  padding:24px;
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  background:#fff;
  color:inherit;
  text-decoration:none;
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.resource-card:hover {
  transform:translateY(-4px);
  border-color:#aebbd0;
  box-shadow:0 18px 38px rgba(7,29,73,.09);
}
.resource-card-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.resource-badge {
  display:inline-flex;
  align-items:center;
  min-height:27px;
  padding:0 9px;
  border-radius:999px;
  background:var(--soft-blue);
  color:var(--navy);
  font-size:9px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.resource-arrow {
  color:var(--red);
  font-size:22px;
  line-height:1;
}
.resource-card h3 {
  margin:24px 0 8px;
  color:var(--navy);
  font-size:19px;
  line-height:1.2;
  letter-spacing:-.02em;
}
.resource-card p {
  margin:0;
  color:#667085;
  font-size:13px;
  line-height:1.55;
}
.resource-note {
  max-width:880px;
  margin:24px auto 0;
  color:#718096;
  font-size:12px;
  text-align:center;
}
@media (max-width:1000px) {
  .quick-links-grid { grid-template-columns:repeat(2,1fr); }
  .election-dates-grid { grid-template-columns:repeat(2,1fr); }
  .election-date-item:nth-child(2) { border-right:0; }
  .election-date-item:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.12); }
}
@media (max-width:560px) {
  .quick-links-grid { grid-template-columns:1fr; }
  .election-dates-grid { grid-template-columns:1fr; }
  .election-date-item { border-right:0; border-bottom:1px solid rgba(255,255,255,.12); }
  .election-date-item:last-child { border-bottom:0; }
  .resource-card { min-height:0; }
}
@media print {
  .resource-card { min-height:0; break-inside:avoid; }
  .election-dates-panel { background:#fff !important; color:#111 !important; border:1px solid #999; }
  .election-dates-label, .election-date-item strong, .election-date-item span { color:#111 !important; }
  .election-date-item { border-color:#bbb !important; }
}

.hero-portrait {
  margin:0;
  min-height:520px;
  aspect-ratio:4 / 5;
  overflow:hidden;
  border-radius:var(--radius-xl);
  background:#202126;
  box-shadow:0 24px 60px rgba(7,29,73,.16);
  border:1px solid rgba(7,29,73,.08);
}
.hero-portrait img {
  width:100%; height:100%; display:block; object-fit:cover; object-position:50% 34%;
}
.endorsements-section { background:#fff; }
.endorsement-group + .endorsement-group { margin-top:42px; }
.endorsement-group-title {
  margin:0 0 18px;
  padding-bottom:12px;
  border-bottom:2px solid var(--red);
  color:var(--navy);
  font-size:15px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.08em;
}
.endorsement-people-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.endorsement-person-card {
  min-width:0;
  display:flex;
  align-items:center;
  gap:16px;
  padding:16px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.endorsement-person-card:hover {
  transform:translateY(-2px);
  border-color:#c8d2e2;
  box-shadow:0 14px 34px rgba(7,29,73,.08);
}
.endorsement-photo {
  width:72px;
  height:72px;
  flex:0 0 72px;
  object-fit:cover;
  border-radius:50%;
  border:1px solid #c7d1df;
  background:#f3f6fa;
}
.endorsement-person-copy { min-width:0; }
.endorsement-person-copy h4 {
  margin:0 0 5px;
  color:var(--navy);
  font-size:16px;
  line-height:1.2;
}
.endorsement-person-copy p {
  margin:0;
  color:#667085;
  font-size:12.5px;
  line-height:1.45;
}
@media (max-width:920px) {
  .endorsement-people-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:560px) {
  .hero-portrait { min-height:0; aspect-ratio:4/5; }
  .endorsement-people-grid { grid-template-columns:1fr; }
  .endorsement-photo { width:64px; height:64px; flex-basis:64px; }
}
@media print {
  .hero-portrait { min-height:300px; box-shadow:none; }
  .endorsement-person-card { break-inside:avoid; box-shadow:none; }
}

:root {
  --ice: #f1f5fb;
  --sky: #e8f0fb;
  --mist: #f7f9fd;
  --blush: #fff4f3;
  --warm: #fffaf7;
  --electric-blue: #245ec7;
  --campaign-red: #d92d35;
  --campaign-red-soft: #ffe8e8;
  --campaign-blue-soft: #eaf1ff;
  --shadow-soft: 0 16px 44px rgba(7,29,73,.08);
  --shadow-lift: 0 26px 72px rgba(7,29,73,.14);
}

.site-header {
  background: rgba(255,255,255,.86);
  border-bottom: 1px solid rgba(7,29,73,.07);
  box-shadow: 0 5px 24px rgba(7,29,73,.035);
}
.nav-wrap { gap: 24px; }
.primary-nav { gap: 22px; }

.hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 18%, rgba(36,94,199,.16), transparent 27%),
    radial-gradient(circle at 8% 82%, rgba(217,45,53,.09), transparent 25%),
    linear-gradient(145deg, #ffffff 0%, #f7faff 54%, #eef4ff 100%);
}
.hero::before {
  width: 520px;
  height: 520px;
  right: -180px;
  top: 20px;
  border: 70px solid rgba(217,45,53,.035);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -130px;
  bottom: -220px;
  width: 520px;
  height: 360px;
  border-radius: 48%;
  background: linear-gradient(135deg, rgba(7,29,73,.055), rgba(36,94,199,.015));
  transform: rotate(-13deg);
}
.hero-portrait {
  border: 8px solid rgba(255,255,255,.72);
  box-shadow:
    0 30px 80px rgba(7,29,73,.19),
    0 0 0 1px rgba(7,29,73,.06);
}
.hero h1 {
  text-wrap: balance;
}
.hero-subtitle {
  max-width: 660px;
}
.btn {
  border-radius: 999px;
  padding-inline: 23px;
}
.btn-navy {
  background: linear-gradient(135deg, #061b45, #123f87);
}
.btn-red {
  background: linear-gradient(135deg, #d92d35, #bb1f2a);
}

.fact-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(7,29,73,.09);
  box-shadow: var(--shadow-soft);
}
.fact-card::after {
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  height:3px;
  background: linear-gradient(90deg, var(--navy), var(--electric-blue));
}
.fact-card:nth-child(2) { background: linear-gradient(145deg,#fff,#f2f6ff); }
.fact-card:nth-child(3) { background: linear-gradient(145deg,#fff,#fff7f5); }
.fact-card:nth-child(4) { background: linear-gradient(145deg,#fff,#f6f3ff); }
.fact-card:nth-child(3)::after { background: linear-gradient(90deg,var(--campaign-red),#ef6a6f); }

.section-light#about {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 15%, rgba(36,94,199,.10), transparent 26%),
    linear-gradient(180deg, #f7faff 0%, #eef4fc 100%);
}
.section-light#about::before {
  content:"";
  position:absolute;
  left:-140px;
  top:80px;
  width:300px;
  height:300px;
  border-radius:50%;
  border:48px solid rgba(217,45,53,.028);
}
#about .section-copy {
  position: relative;
  z-index: 1;
}

.endorsements-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 0%, rgba(217,45,53,.065), transparent 25%),
    radial-gradient(circle at 93% 70%, rgba(36,94,199,.075), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8faff 100%);
}
.endorsements-section .section-heading {
  position: relative;
  max-width: 760px;
}
.endorsement-group {
  padding: 24px;
  border: 1px solid rgba(7,29,73,.08);
  border-radius: 26px;
  background: rgba(255,255,255,.74);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}
.endorsement-group:nth-of-type(2) {
  background: linear-gradient(145deg,rgba(255,255,255,.88),rgba(234,241,255,.72));
}
.endorsement-group:nth-of-type(3) {
  background: linear-gradient(145deg,rgba(255,255,255,.88),rgba(255,244,243,.76));
}
.endorsement-group-title {
  display:flex;
  align-items:center;
  gap:12px;
  border-bottom:0;
  padding-bottom:0;
}
.endorsement-group-title::before {
  content:"";
  width:30px;
  height:4px;
  flex:0 0 30px;
  border-radius:999px;
  background: var(--campaign-red);
}
.endorsement-person-card {
  border-color: rgba(7,29,73,.075);
  background: rgba(255,255,255,.9);
  box-shadow: 0 8px 22px rgba(7,29,73,.045);
}
.endorsement-person-card:hover {
  transform: translateY(-3px);
  border-color: rgba(36,94,199,.28);
  box-shadow: 0 20px 44px rgba(7,29,73,.10);
}
.endorsement-photo {
  box-shadow: inset 0 0 0 3px #fff, 0 7px 18px rgba(7,29,73,.10);
}

#experience {
  background: linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);
}
.feature-card {
  position:relative;
  overflow:hidden;
  border-color:rgba(7,29,73,.08);
  box-shadow:0 12px 32px rgba(7,29,73,.055);
}
.feature-card::before {
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,var(--navy),var(--electric-blue));
}
.feature-card:nth-child(2) {
  background:linear-gradient(150deg,#fff 15%,#f0f5ff 100%);
}
.feature-card:nth-child(3) {
  background:linear-gradient(150deg,#fff 15%,#fff4f3 100%);
}
.feature-card:nth-child(3)::before {
  background:linear-gradient(90deg,var(--campaign-red),#f06a70);
}
.feature-card:nth-child(4) {
  background:linear-gradient(150deg,#fff 15%,#f7f4ff 100%);
}

.section-navy {
  background:
    radial-gradient(circle at 88% 12%, rgba(255,89,94,.22), transparent 23%),
    radial-gradient(circle at 4% 90%, rgba(72,133,255,.25), transparent 27%),
    linear-gradient(135deg, #06183c 0%, #092b67 55%, #113f86 100%);
}
.priority-card {
  background: linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.055));
  border-color: rgba(255,255,255,.17);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

#community {
  background:
    radial-gradient(circle at 5% 18%, rgba(217,45,53,.065), transparent 24%),
    linear-gradient(180deg,#fff 0%,#fff9f7 100%);
}
.community-stats > div {
  border-left:0;
  border:1px solid rgba(7,29,73,.08);
  border-top:4px solid var(--campaign-red);
  border-radius:16px;
  background:rgba(255,255,255,.82);
  box-shadow:0 10px 28px rgba(7,29,73,.055);
}

.resources-section {
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 90% 0%, rgba(36,94,199,.12), transparent 27%),
    linear-gradient(180deg,#eef4fc 0%,#f8faff 100%);
}
.election-dates-panel {
  border:0;
  background:
    radial-gradient(circle at 95% 0%, rgba(217,45,53,.24), transparent 25%),
    linear-gradient(135deg,#06183d,#0b3276);
  box-shadow:0 26px 58px rgba(7,29,73,.16);
}
.resource-card {
  position:relative;
  overflow:hidden;
  border-color:rgba(7,29,73,.075);
  background:rgba(255,255,255,.88);
  box-shadow:0 10px 28px rgba(7,29,73,.055);
}
.resource-card::before {
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:linear-gradient(180deg,var(--electric-blue),var(--navy));
  opacity:.8;
}
.resource-card:nth-child(2n)::before {
  background:linear-gradient(180deg,var(--campaign-red),#ef6c72);
}
.resource-card:hover {
  transform:translateY(-5px);
  border-color:rgba(36,94,199,.22);
  box-shadow:0 22px 50px rgba(7,29,73,.11);
}
.resource-badge {
  background:var(--campaign-blue-soft);
}
.resource-card:nth-child(2n) .resource-badge {
  background:var(--campaign-red-soft);
  color:#9f1d26;
}

.support-section {
  background:
    radial-gradient(circle at 10% 95%, rgba(217,45,53,.08), transparent 24%),
    linear-gradient(180deg,#fff 0%,#f7f9fd 100%);
}
.support-card {
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 96% 12%, rgba(235,57,66,.34), transparent 22%),
    radial-gradient(circle at 5% 100%, rgba(62,121,238,.26), transparent 28%),
    linear-gradient(135deg,#061738 0%,#09275e 54%,#103d82 100%);
  box-shadow:0 34px 84px rgba(7,29,73,.20);
}
.support-card::before {
  content:"";
  position:absolute;
  right:-105px;
  top:-105px;
  width:250px;
  height:250px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
}
.qr-wrap img {
  box-shadow:0 16px 40px rgba(0,0,0,.22);
}

.footer-language-row {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 160;
  width: auto;
  margin: 0;
  padding: 7px 8px 7px 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(7,29,73,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 44px rgba(7,29,73,.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.footer-language-label {
  color:#69758b;
  font-size:10px;
  line-height:1;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.footer-language-switcher.language-switcher {
  position: static !important;
  inset: auto !important;
  margin: 0 !important;
  padding: 3px !important;
  display: inline-flex !important;
  border: 0 !important;
  background: rgba(237,242,249,.94) !important;
  box-shadow: none !important;
}
.footer-language-switcher.language-switcher a {
  min-width: 40px;
  min-height: 34px;
  padding: 0 10px;
}
.footer-language-switcher.language-switcher a[aria-current="page"] {
  background: linear-gradient(135deg,#071d49,#164c96);
  color:#fff;
  box-shadow:0 5px 12px rgba(7,29,73,.18);
}

.site-footer {
  position:relative;
  padding-top:54px;
  background:
    radial-gradient(circle at 95% 10%, rgba(217,45,53,.12), transparent 20%),
    #04112d;
}

@media (max-width: 860px) {
  .footer-language-row {
    position: static;
    width: min(calc(100% - 28px), var(--container));
    margin: 0 auto 24px;
    padding: 14px 0 4px;
    justify-content: space-between;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .footer-language-label {
    color:#9eb0ce;
    font-size:11px;
  }
  .footer-language-switcher.language-switcher {
    background:rgba(255,255,255,.08) !important;
    border:1px solid rgba(255,255,255,.12) !important;
  }
  .footer-language-switcher.language-switcher a {
    color:#dce6f7;
  }
  .footer-language-switcher.language-switcher a:hover {
    background:rgba(255,255,255,.10);
    color:#fff;
  }
}

@media (max-width:560px) {
  .endorsement-group { padding:18px; border-radius:20px; }
  .footer-language-row { align-items:center; }
  .footer-language-switcher.language-switcher a {
    min-width:36px;
    padding:0 8px;
  }
}

@media print {
  .footer-language-row { display:none !important; }
  .endorsement-group,
  .fact-card,
  .feature-card,
  .resource-card {
    box-shadow:none !important;
    background:#fff !important;
  }
}
:root {
  --refined-surface: #f6f8fc;
  --refined-border: rgba(7,29,73,.09);
  --refined-shadow: 0 14px 36px rgba(7,29,73,.06);
}

.hero {
  background: linear-gradient(180deg, #fff 0%, #f8fafd 100%);
}

.hero::before {
  width: 360px;
  height: 360px;
  right: -150px;
  top: 72px;
  border-width: 46px;
  border-color: rgba(214,45,45,.02);
}

.hero::after {
  display: none;
}

.section-light#about {
  background: var(--refined-surface);
}

.section-light#about::before {
  display: none;
}

.endorsements-section,
#experience,
#community,
.support-section {
  background: #fff;
}

.endorsement-group,
.endorsement-group:nth-of-type(2),
.endorsement-group:nth-of-type(3) {
  background: #fff !important;
  border-color: var(--refined-border);
  box-shadow: var(--refined-shadow);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.endorsement-person-card {
  background: #fff;
  box-shadow: 0 7px 20px rgba(7,29,73,.04);
}

.feature-card,
.feature-card:nth-child(2),
.feature-card:nth-child(3),
.feature-card:nth-child(4) {
  background: #fff;
  box-shadow: var(--refined-shadow);
}

.feature-card::before {
  background: var(--navy);
}

.feature-card:nth-child(3)::before {
  background: var(--campaign-red);
}

.section-navy {
  background: linear-gradient(135deg, #06183c 0%, #0a2b64 100%);
}

.priority-card {
  background: rgba(255,255,255,.075);
}

.community-stats > div {
  background: #f8fafc;
}

.resources-section {
  background: #f5f7fb;
}

.election-dates-panel {
  background: #071d49;
  box-shadow: 0 18px 42px rgba(7,29,73,.12);
}

.resource-card {
  background: #fff;
  box-shadow: 0 8px 24px rgba(7,29,73,.05);
}

.support-card {
  background: linear-gradient(135deg, #06183c 0%, #0b326f 100%);
}

.site-footer {
  background: #04112d;
}

.footer-language-row {
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
}

.footer-language-switcher.language-switcher .lang-full {
  display: inline !important;
}

.footer-language-switcher.language-switcher .lang-short {
  display: none !important;
}

@media (max-width: 1199px) {
  .footer-language-row {
    position: static;
    width: min(calc(100% - 40px), var(--container));
    margin: 0 auto 24px;
    padding: 14px 0 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .footer-language-label {
    color: #9eb0ce;
    font-size: 11px;
  }

  .footer-language-switcher.language-switcher {
    position: static !important;
    margin: 0 !important;
    padding: 3px !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    box-shadow: none !important;
  }

  .footer-language-switcher.language-switcher a {
    color: #dce6f7;
  }

  .footer-language-switcher.language-switcher a:hover {
    color: #fff;
    background: rgba(255,255,255,.1);
  }
}

@media (max-width: 1100px) and (min-width: 861px) {
  .container {
    width: min(calc(100% - 48px), var(--container));
  }

  .section {
    padding: 76px 0;
  }

  .nav-wrap {
    gap: 18px;
  }

  .primary-nav {
    gap: 16px;
  }

  .primary-nav a {
    font-size: 13px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    padding-top: 56px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .78fr);
    gap: 36px;
  }

  .hero h1 {
    font-size: clamp(52px, 6vw, 66px);
    line-height: .98;
  }

  .hero-subtitle {
    margin-top: 20px;
    font-size: 18px;
  }

  .hero-portrait {
    min-height: 0;
    aspect-ratio: 4 / 5;
    border-width: 6px;
    border-radius: 24px;
  }

  .facts-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
    margin-top: 50px;
  }

  .fact-card {
    min-height: 116px;
  }

  .two-col,
  .community-grid {
    gap: 42px;
  }

  .section-copy h2,
  .section-heading h2,
  .support-copy h2 {
    font-size: clamp(38px, 4.5vw, 50px);
  }

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

  .endorsement-person-card {
    padding: 14px;
    gap: 13px;
  }

  .endorsement-photo {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }

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

  .feature-card {
    min-height: 225px;
  }

  .priority-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
  }

  .priority-card {
    min-height: 0;
    padding: 24px;
  }

  .quick-links-grid,
  .election-dates-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .election-date-item:nth-child(2) {
    border-right: 0;
  }

  .election-date-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .resource-card {
    min-height: 180px;
  }

  .support-card {
    gap: 42px;
    padding: 42px;
  }

  .qr-wrap {
    width: 210px;
  }

  .qr-wrap img {
    width: 190px;
  }
}

@media (max-width: 860px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

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

  .section {
    padding: 62px 0;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-photo {
    order: initial;
    width: min(100%, 460px);
    margin-inline: auto;
  }

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

  .hero h1 {
    max-width: 720px;
    font-size: clamp(46px, 9vw, 64px);
    line-height: .98;
  }

  .hero-subtitle {
    max-width: 640px;
    font-size: 18px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .election-date {
    margin-top: 28px;
  }

  .facts-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    margin-top: 42px;
  }

  .two-col,
  .community-grid,
  .support-card {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .landscape-photo {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .square-photo {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-copy h2,
  .section-heading h2,
  .support-copy h2 {
    font-size: clamp(34px, 6.3vw, 46px);
    line-height: 1.08;
  }

  .endorsement-group {
    padding: 20px;
  }

  .endorsement-group + .endorsement-group {
    margin-top: 26px;
  }

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

  .endorsement-person-card {
    padding: 13px;
    gap: 12px;
  }

  .endorsement-photo {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .endorsement-person-copy h4 {
    font-size: 15px;
  }

  .endorsement-person-copy p {
    font-size: 12px;
  }

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

  .feature-card {
    min-height: 0;
    padding: 24px;
  }

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

  .priority-card {
    min-height: 0;
    padding: 24px;
  }

  .quick-links-grid,
  .election-dates-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .resource-card {
    min-height: 0;
    padding: 20px;
  }

  .election-date-item {
    min-height: 112px;
  }

  .support-card {
    padding: 34px;
  }

  .qr-wrap {
    width: 100%;
  }

  .qr-wrap img {
    width: min(220px, 72vw);
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 52px 0;
  }

  .nav-wrap {
    gap: 10px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand-name {
    font-size: 17px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  .hero {
    padding-top: 34px;
  }

  .hero h1 {
    font-size: clamp(42px, 13vw, 54px);
    letter-spacing: -.045em;
  }

  .hero h1 span {
    font-size: .60em;
  }

  .hero-subtitle {
    font-size: 16.5px;
    line-height: 1.5;
  }

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

  .hero-actions .btn {
    width: 100%;
  }

  .hero-photo {
    width: 100%;
    max-width: 390px;
  }

  .facts-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 34px;
  }

  .fact-card {
    min-height: 0;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 16px;
  }

  .fact-number {
    font-size: 25px;
  }

  .fact-card p {
    margin: 0;
  }

  .section-copy h2,
  .section-heading h2,
  .support-copy h2 {
    font-size: clamp(31px, 9vw, 38px);
    letter-spacing: -.035em;
  }

  .section-copy p:not(.eyebrow),
  .section-heading p:not(.eyebrow),
  .support-copy > p:not(.eyebrow) {
    font-size: 15.5px;
  }

  .landscape-photo,
  .square-photo {
    aspect-ratio: 4 / 3;
  }

  .endorsement-group {
    padding: 16px;
    border-radius: 18px;
  }

  .endorsement-group-title {
    font-size: 13px;
    letter-spacing: .055em;
  }

  .endorsement-people-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .endorsement-person-card {
    padding: 12px;
  }

  .endorsement-photo {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .experience-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .feature-card {
    padding: 22px;
  }

  .community-stats {
    flex-direction: column;
    gap: 10px;
  }

  .quick-links-grid,
  .election-dates-grid {
    grid-template-columns: 1fr;
  }

  .election-date-item {
    min-height: 0;
    padding: 18px;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
  }

  .election-date-item:last-child {
    border-bottom: 0 !important;
  }

  .resource-card {
    padding: 18px;
  }

  .resource-card h3 {
    margin-top: 18px;
  }

  .support-card {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .support-copy .legal-note {
    font-size: 11px !important;
  }

  .footer-language-row {
    width: min(calc(100% - 28px), var(--container));
    gap: 12px;
  }

  .footer-language-switcher.language-switcher {
    max-width: 100%;
  }

  .footer-language-switcher.language-switcher a {
    min-width: 0;
    min-height: 38px;
    padding: 0 9px;
    font-size: 10.5px;
  }
}

@media (max-width: 360px) {
  .container {
    width: min(calc(100% - 22px), var(--container));
  }

  .brand-mark {
    display: none;
  }

  .brand-name {
    font-size: 16px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .footer-language-label {
    display: none;
  }

  .footer-language-row {
    justify-content: center;
  }

  .footer-language-switcher.language-switcher a {
    padding-inline: 8px;
  }
}

@media print {
  .footer-language-row {
    display: none !important;
  }
}
.hero-portrait,
.hero-portrait img {
  border: 0 !important;
}
.hero-portrait {
  box-shadow: 0 24px 60px rgba(7,29,73,.14) !important;
}

.hero-vote-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin-top: 34px;
}
.hero-vote-dates .election-date {
  margin-top: 0;
  min-width: 230px;
}
.hero-vote-dates .date-icon::before {
  content: attr(data-month) !important;
}
.hero-vote-dates .election-date small {
  max-width: 220px;
}
.hero-vote-dates .election-date strong {
  display: block;
  margin-top: 2px;
}

.support-midpage {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff !important;
}
.support-midpage .support-card {
  max-width: 1040px;
  grid-template-columns: minmax(0,1fr) 210px;
  gap: 42px;
  padding: 40px 44px;
  border-radius: 24px;
}
.support-midpage .support-copy h2 {
  font-size: clamp(34px,4vw,48px);
}
.support-midpage .qr-wrap {
  width: 210px;
}
.support-midpage .qr-wrap img {
  width: 190px;
}

.resources-section {
  background: #f7f8fb !important;
}
.resources-section .section-heading {
  max-width: 700px;
  margin-bottom: 28px;
}
.resources-section .section-heading p:not(.eyebrow) {
  max-width: 610px;
  margin-inline: auto;
}

.election-dates-panel {
  padding: 22px 0 8px !important;
  border-top: 1px solid rgba(7,29,73,.10);
  border-bottom: 1px solid rgba(7,29,73,.10);
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ink) !important;
}
.election-dates-label {
  padding: 0 0 14px !important;
  color: var(--red) !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.election-dates-grid {
  gap: 0 !important;
}
.election-date-item {
  min-height: 92px !important;
  padding: 14px 20px !important;
  border-right: 1px solid rgba(7,29,73,.09) !important;
  border-bottom: 0 !important;
}
.election-date-item:first-child {
  padding-left: 0 !important;
}
.election-date-item:last-child {
  border-right: 0 !important;
}
.election-date-item strong {
  color: var(--navy) !important;
}
.election-date-item span {
  color: #657187 !important;
}

.quick-links-grid {
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  column-gap: 46px !important;
  row-gap: 0 !important;
  margin-top: 26px;
  border-top: 1px solid rgba(7,29,73,.10);
}
.resource-card,
.resource-card:nth-child(2n) {
  min-height: 0 !important;
  padding: 22px 4px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(7,29,73,.10) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.resource-card::before {
  display: none !important;
}
.resource-card:hover {
  transform: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.resource-card-top {
  margin-bottom: 9px;
}
.resource-badge,
.resource-card:nth-child(2n) .resource-badge {
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--red) !important;
  font-size: 10px;
  letter-spacing: .12em;
}
.resource-arrow {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(7,29,73,.12);
  border-radius: 50%;
  color: var(--navy);
}
.resource-card h3 {
  margin: 0 0 5px !important;
  font-size: 18px;
}
.resource-card p {
  margin: 0 !important;
  max-width: 500px;
  font-size: 13.5px;
  line-height: 1.5;
}
.resource-note {
  margin-top: 18px !important;
  font-size: 11px !important;
}

@media (max-width: 1100px) and (min-width: 861px) {
  .hero-vote-dates {
    gap: 12px 22px;
  }
  .hero-vote-dates .election-date {
    min-width: 210px;
  }
  .support-midpage .support-card {
    grid-template-columns: minmax(0,1fr) 190px;
    padding: 36px;
  }
  .support-midpage .qr-wrap,
  .support-midpage .qr-wrap img {
    width: 180px;
  }
  .quick-links-grid {
    column-gap: 34px !important;
  }
}

@media (max-width: 860px) {
  .hero-vote-dates {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
  }
  .hero-vote-dates .election-date {
    min-width: 0;
  }
  .support-midpage {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .support-midpage .support-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px;
  }
  .support-midpage .qr-wrap {
    width: 100%;
  }
  .support-midpage .qr-wrap img {
    width: min(190px,55vw);
  }

  .election-dates-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
  .election-date-item:nth-child(2) {
    border-right: 0 !important;
  }
  .election-date-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(7,29,73,.09) !important;
  }
  .election-date-item:first-child {
    padding-left: 14px !important;
  }

  .quick-links-grid {
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
  }
}

@media (max-width: 620px) {
  .hero-vote-dates {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }
  .hero-vote-dates .election-date {
    padding: 10px 0;
  }

  .support-midpage .support-card {
    padding: 25px 20px;
  }

  .election-dates-panel {
    padding-top: 18px !important;
  }
  .election-dates-grid {
    grid-template-columns: 1fr !important;
  }
  .election-date-item,
  .election-date-item:nth-child(-n+2) {
    min-height: 0 !important;
    padding: 15px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(7,29,73,.09) !important;
  }
  .election-date-item:last-child {
    border-bottom: 0 !important;
  }
  .resource-card {
    padding: 18px 0 !important;
  }
  .resource-card p {
    font-size: 13px;
  }
}
.why-running-section {
  background: #f7f8fb;
  border-top: 1px solid rgba(7,29,73,.055);
  border-bottom: 1px solid rgba(7,29,73,.055);
}
.why-running-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 64px;
  align-items: center;
}
.why-running-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(38px,4.6vw,58px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.why-running-heading > p:not(.eyebrow) {
  max-width: 430px;
  margin: 18px 0 0;
  color: #56637a;
  font-size: 16px;
}
.agnes-message {
  position: relative;
  margin: 0;
  padding: 38px 42px 34px;
  border: 1px solid rgba(7,29,73,.09);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7,29,73,.06);
}
.agnes-message::before {
  content: "“";
  position: absolute;
  top: 10px;
  left: 24px;
  color: rgba(214,45,45,.18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 82px;
  line-height: 1;
}
.agnes-message blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--navy);
  font-size: clamp(22px,2.45vw,32px);
  line-height: 1.38;
  letter-spacing: -.025em;
  font-weight: 700;
}
.agnes-message figcaption {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(7,29,73,.08);
  color: #67738a;
  font-size: 12px;
  line-height: 1.45;
}
.agnes-message figcaption strong {
  color: var(--navy);
  font-size: 12px;
}
@media (max-width: 860px) {
  .why-running-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .why-running-heading > p:not(.eyebrow) {
    max-width: 640px;
  }
  .agnes-message {
    padding: 32px;
  }
}
@media (max-width: 620px) {
  .agnes-message {
    padding: 28px 20px 24px;
    border-radius: 20px;
  }
  .agnes-message::before {
    left: 14px;
    font-size: 68px;
  }
  .agnes-message blockquote {
    font-size: 21px;
    line-height: 1.42;
  }
}
.language-bubble {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 300;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
}

.language-bubble-button {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(7,29,73,.12);
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: var(--navy);
  box-shadow: 0 12px 32px rgba(7,29,73,.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  cursor: pointer;
  pointer-events: auto;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.language-icon {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.language-bubble-menu {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 4px 58px 4px 7px;
  border: 1px solid rgba(7,29,73,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 14px 36px rgba(7,29,73,.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px) scale(.96);
  transform-origin: right center;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.language-bubble-menu a {
  min-height: 38px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border-radius: 999px;
  color: #44526a;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.language-bubble-menu a:hover,
.language-bubble-menu a:focus-visible {
  background: #eef2f8;
  color: var(--navy);
}

.language-bubble-menu a[aria-current="page"] {
  background: var(--navy);
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .language-bubble:hover .language-bubble-menu,
  .language-bubble:focus-within .language-bubble-menu,
  .language-bubble.is-open .language-bubble-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) scale(1);
    pointer-events: auto;
  }

  .language-bubble:hover .language-bubble-button,
  .language-bubble:focus-within .language-bubble-button {
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(7,29,73,.20);
  }
}

@media (hover: none), (pointer: coarse) {
  .language-bubble.is-open .language-bubble-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) scale(1);
    pointer-events: auto;
  }
}

@media (max-width: 1180px) {
  .language-bubble {
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
  }

  .language-bubble-button {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }

  .language-bubble-menu {
    height: 48px;
    padding-right: 56px;
  }

  .language-bubble-menu a {
    min-height: 38px;
  }
}

@media (max-width: 620px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  .language-bubble {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
  }

  .language-bubble-button {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }

  .language-bubble-menu {
    right: 0;
    bottom: 58px;
    width: 156px;
    height: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 6px;
    border-radius: 18px;
    transform: translateY(8px) scale(.96);
    transform-origin: bottom right;
  }

  .language-bubble-menu a {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    justify-content: flex-start;
    padding: 0 14px;
    font-size: 13px;
  }

  .language-bubble.is-open .language-bubble-menu,
  .language-bubble:focus-within .language-bubble-menu {
    transform: translateY(0) scale(1);
  }

  .hero-copy,
  .section-copy,
  .section-heading,
  .endorsement-person-copy,
  .resource-card,
  .support-copy {
    min-width: 0;
  }

  .hero h1 {
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-vote-dates {
    width: 100%;
  }

  .hero-vote-dates .election-date {
    width: 100%;
  }

  .endorsement-person-card {
    min-width: 0;
  }

  .endorsement-person-copy h4,
  .endorsement-person-copy p,
  .resource-card h3,
  .resource-card p {
    overflow-wrap: anywhere;
  }

  .btn,
  .primary-nav a,
  .resource-card,
  .language-bubble-button,
  .language-bubble-menu a {
    -webkit-tap-highlight-color: transparent;
  }
}

@media (max-width: 360px) {
  .language-bubble {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
  }

  .language-bubble-menu {
    width: 146px;
  }

  .language-bubble-menu a {
    padding-inline: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .language-bubble-button,
  .language-bubble-menu {
    transition: none !important;
  }
}

@media print {
  .language-bubble {
    display: none !important;
  }
}
#about.section-light {
  background: linear-gradient(135deg, #06183c 0%, #0a2b64 100%) !important;
  color: #fff !important;
}
#about.section-light::before { display: none !important; }
#about .eyebrow { color: #ff7a7a !important; }
#about .section-copy h2,
#about .section-copy strong { color: #fff !important; }
#about .section-copy p:not(.eyebrow) { color: rgba(255,255,255,.82) !important; }
#about .photo-placeholder {
  border-color: rgba(255,255,255,.16) !important;
  background: rgba(255,255,255,.07) !important;
  color: rgba(255,255,255,.66) !important;
}
#about .photo-placeholder span,
#about .photo-placeholder svg { color: rgba(255,255,255,.66) !important; }

.endorsement-person-card,
.endorsement-person-card:hover,
.endorsement-person-card:focus-within {
  transform: none !important;
  border-color: rgba(7,29,73,.075) !important;
  box-shadow: 0 7px 20px rgba(7,29,73,.04) !important;
  cursor: default !important;
  transition: none !important;
}
.endorsement-photo { transform: none !important; }

.resource-card {
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease !important;
}
.resource-arrow {
  background: transparent !important;
  border-color: #c8ced8 !important;
  color: #7d8797 !important;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease !important;
}
@media (hover:hover) and (pointer:fine) {
  .resource-card:hover {
    transform: translateY(-2px) !important;
    background: rgba(255,255,255,.78) !important;
    box-shadow: 0 12px 28px rgba(7,29,73,.055) !important;
  }
  .resource-card:hover .resource-arrow {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
    transform: translate(2px,-1px);
  }
}
.resource-card:focus-within {
  background: rgba(255,255,255,.78) !important;
  box-shadow: 0 12px 28px rgba(7,29,73,.055) !important;
}
.resource-card:focus-within .resource-arrow {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}

.footer-bottom-refined {
  margin-top: 28px;
  padding-top: 22px;
  padding-bottom: calc(26px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,.09);
  text-align: center;
}
.footer-legal-compact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 16px;
  margin: 0 auto 8px;
}
.footer-legal-compact a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  color: rgba(220,230,247,.50);
  font-size: 10.5px;
  line-height: 1;
  text-decoration: none;
  text-underline-offset: 3px;
}
.footer-legal-compact a:hover,
.footer-legal-compact a:focus-visible {
  color: #fff;
  text-decoration: underline;
}
.footer-bottom-refined .source-note {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(220,230,247,.38);
  font-size: 9.5px;
  line-height: 1.45;
  text-align: center;
}
.footer-paid-centered {
  max-width: 980px;
  margin: 17px auto 0 !important;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.07);
  color: rgba(255,255,255,.86) !important;
  font-size: 10px !important;
  line-height: 1.45;
  letter-spacing: .035em;
  text-align: center !important;
}

@media (max-width: 620px) {
  #about .two-col { gap: 28px; }
  .resource-card:hover,
  .resource-card:focus-within {
    transform: none !important;
    box-shadow: none !important;
  }
  .footer-bottom-refined {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }
  .footer-legal-compact { gap: 2px 13px; }
  .footer-legal-compact a {
    min-height: 34px;
    font-size: 10px;
  }
  .footer-paid-centered {
    padding-inline: 6px;
    font-size: 9px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .resource-card,
  .resource-arrow { transition: none !important; }
}

.resource-card,
.resource-card *,
.resource-card::before,
.resource-card::after {
  transition: none !important;
  animation: none !important;
}

.resource-card,
.resource-card:hover,
.resource-card:focus-within {
  transform: none !important;
  background: transparent !important;
  padding-left: 4px !important;
  box-shadow: none !important;
}

.resource-arrow,
.resource-card:hover .resource-arrow,
.resource-card:focus-within .resource-arrow {
  transform: none !important;
  transition: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .resource-card:hover .resource-arrow {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
  }

  .resource-card:hover h3 {
    color: #111 !important;
  }
}
.site-footer {
  padding: 0 !important;
  background: #04112d !important;
  color: #fff;
}

.footer-main-refined {
  min-height: 170px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 48px;
  padding-top: 38px;
  padding-bottom: 34px;
}

.footer-identity {
  min-width: 0;
}

.footer-candidate-name {
  display: block;
  margin: 0;
  color: #fff;
  font-size: clamp(24px,2.4vw,34px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.footer-identity p {
  max-width: 560px;
  margin: 8px 0 0;
  color: rgba(220,230,247,.68);
  font-size: 13px;
  line-height: 1.5;
}

.footer-zelle {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-zelle-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  text-align: right;
}

.footer-zelle-copy span {
  color: rgba(220,230,247,.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.footer-zelle-copy strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
}

.footer-zelle-qr {
  width: 92px;
  height: 92px;
  flex: 0 0 92px;
  padding: 7px;
  border-radius: 12px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 10px 28px rgba(0,0,0,.20);
}

.footer-lower-refined {
  padding-top: 18px;
  padding-bottom: calc(22px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,.11);
}

.footer-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-legal-inline {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 16px;
}

.footer-legal-inline a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  color: rgba(220,230,247,.50);
  font-size: 10.5px;
  line-height: 1;
  text-decoration: none;
  text-underline-offset: 3px;
}

.footer-legal-inline a:hover,
.footer-legal-inline a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.footer-official-note {
  flex: 0 1 auto;
  max-width: 520px;
  margin: 0;
  color: rgba(220,230,247,.42);
  font-size: 10px;
  line-height: 1.4;
  text-align: right;
}

.footer-paid-final {
  max-width: 1000px;
  margin: 12px auto 0;
  padding: 0;
  border: 0 !important;
  color: rgba(255,255,255,.78);
  font-size: 9.5px;
  line-height: 1.45;
  letter-spacing: .035em;
  text-align: center;
}

.footer-grid,
.footer-election,
.footer-bottom-refined,
.footer-legal-compact,
.footer-paid-centered {
  border: 0 !important;
}

@media (max-width: 860px) {
  .footer-main-refined {
    grid-template-columns: 1fr auto;
    gap: 28px;
    min-height: 150px;
    padding-top: 30px;
    padding-bottom: 28px;
  }

  .footer-zelle-qr {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
  }

  .footer-zelle-copy {
    display: none;
  }

  .footer-meta-row {
    align-items: flex-start;
    gap: 20px;
  }

  .footer-official-note {
    max-width: 360px;
  }
}

@media (max-width: 620px) {
  .footer-main-refined {
    grid-template-columns: 1fr auto;
    gap: 18px;
    min-height: 0;
    padding-top: 28px;
    padding-bottom: 24px;
  }

  .footer-candidate-name {
    font-size: 24px;
  }

  .footer-identity p {
    max-width: 255px;
    font-size: 11px;
  }

  .footer-zelle {
    gap: 0;
  }

  .footer-zelle-qr {
    width: 76px;
    height: 76px;
    flex-basis: 76px;
    padding: 6px;
    border-radius: 10px;
  }

  .footer-lower-refined {
    padding-top: 16px;
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .footer-meta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .footer-legal-inline {
    gap: 2px 13px;
  }

  .footer-legal-inline a {
    min-height: 32px;
    font-size: 10px;
  }

  .footer-official-note {
    max-width: none;
    font-size: 9.5px;
    text-align: left;
  }

  .footer-paid-final {
    margin-top: 12px;
    padding-inline: 4px;
    font-size: 9px;
  }
}

@media (max-width: 360px) {
  .footer-main-refined {
    gap: 12px;
  }

  .footer-zelle-qr {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .footer-identity p {
    max-width: 210px;
  }
}
.endorsement-photo {
  object-fit: cover !important;
  object-position: 50% 32%;
}

.endorsement-photo[src$="ellen-park.jpg"]       { object-position: 50% 24% !important; }
.endorsement-photo[src$="erik-venegas.jpg"]     { object-position: 50% 25% !important; }
.endorsement-photo[src$="linda-freedman.jpg"]   { object-position: 50% 27% !important; }
.endorsement-photo[src$="letty-lopez-viado.jpg"]{ object-position: 50% 29% !important; }

.endorsement-photo[src$="cary-c-chen.jpg"]      { object-position: 50% 31% !important; }
.endorsement-photo[src$="kevin-hayakawa.jpg"]   { object-position: 50% 30% !important; }
.endorsement-photo[src$="angelena-pride.jpg"]   { object-position: 50% 31% !important; }
.endorsement-photo[src$="donna-freedman.jpg"]   { object-position: 50% 31% !important; }
.endorsement-photo[src$="allen-wu.jpg"]         { object-position: 50% 30% !important; }
.endorsement-photo[src$="ritchie-cajulis.jpg"]  { object-position: 50% 30% !important; }
.endorsement-photo[src$="mary-su.jpg"]           { object-position: 50% 31% !important; }
.endorsement-photo[src$="ollie-cantos.jpg"]      { object-position: 50% 34% !important; }
.endorsement-photo[src$="tony-wu.jpg"]           { object-position: 50% 31% !important; }
.endorsement-photo[src$="rosario-diaz.jpg"]      { object-position: 50% 30% !important; }
.endorsement-photo[src$="lisa-calderon.webp"]     { object-position: 50% 22% !important; }

.endorsement-photo[src$="tony-cartagena.jpg"]    { object-position: 50% 50% !important; }

.legal-page .site-header,
body:not(.home-page) .site-header {
  width: 100%;
}

@media (max-width: 1100px) {
  .site-header .nav-wrap {
    min-width: 0;
  }

  .site-header .brand,
  .site-header .brand-copy,
  .site-header .primary-nav {
    min-width: 0;
  }
}

@media (max-width: 860px) {
  .site-header .primary-nav a {
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (max-width: 620px) {
  .endorsement-photo {
    object-fit: cover !important;
  }
}
.about-photo {
  margin: 0;
  min-height: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 24px;
  background: #071d49;
  box-shadow: 0 18px 42px rgba(0,0,0,.14);
}
.about-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.community-slideshow {
  position: relative;
  margin: 0;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 24px;
  background: #e8edf4;
  box-shadow: 0 16px 38px rgba(7,29,73,.10);
}
.community-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .9s ease, visibility .9s ease;
}
.community-slide.is-active {
  opacity: 1;
  visibility: visible;
}
.slideshow-toggle {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 4;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 50%;
  background: rgba(7,29,73,.78);
  color: #fff;
  font: 800 15px/1 system-ui, sans-serif;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.slideshow-toggle:hover,
.slideshow-toggle:focus-visible {
  background: #071d49;
}

.zelle-recipient {
  margin-top: 12px !important;
  color: #fff !important;
  font-weight: 850;
}
.qr-wrap img {
  image-rendering: auto;
}

.footer-main-live {
  min-height: 180px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 44px;
  padding-top: 36px;
  padding-bottom: 32px;
}
.footer-identity-live { min-width: 0; }
.footer-role {
  max-width: 640px;
  margin: 8px 0 0;
  color: rgba(220,230,247,.68);
  font-size: 13px;
  line-height: 1.45;
}
.footer-contact-lines {
  margin-top: 15px;
  display: grid;
  gap: 5px;
}
.footer-contact-lines p {
  margin: 0;
  color: rgba(220,230,247,.62);
  font-size: 11px;
  line-height: 1.45;
}
.footer-contact-lines span {
  color: rgba(255,255,255,.86);
  font-weight: 800;
}
.footer-contact-lines a {
  color: rgba(220,230,247,.76);
  text-decoration: none;
  text-underline-offset: 3px;
}
.footer-contact-lines a:hover,
.footer-contact-lines a:focus-visible {
  color: #fff;
  text-decoration: underline;
}
.footer-zelle-live {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-zelle-live .footer-zelle-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  text-align: right;
}
.footer-zelle-live .footer-zelle-copy span {
  color: rgba(220,230,247,.58);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.footer-zelle-live .footer-zelle-copy strong {
  max-width: 220px;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}
.footer-lower-live {
  padding-top: 18px;
  padding-bottom: calc(22px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,.11);
}
.footer-meta-row-live {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-paid-final {
  margin: 12px auto 0 !important;
  border: 0 !important;
  padding: 0 !important;
  color: rgba(255,255,255,.82) !important;
  text-align: center !important;
  font-size: 9.5px !important;
  line-height: 1.45;
  letter-spacing: .035em;
}

.menu-toggle {
  position: relative;
  gap: 0 !important;
}
.menu-toggle span:not(.sr-only) {
  position: absolute;
  left: 50%;
  width: 20px !important;
  height: 2px !important;
  margin-left: -10px;
  background: var(--navy);
  border-radius: 999px;
  transform-origin: center;
  transition: transform .2s ease, opacity .15s ease;
}
.menu-toggle span:not(.sr-only):nth-child(1) { transform: translateY(-6px); }
.menu-toggle span:not(.sr-only):nth-child(2) { transform: translateY(0); }
.menu-toggle span:not(.sr-only):nth-child(3) { transform: translateY(6px); }

.menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(1) {
  transform: rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(3) {
  transform: rotate(-45deg);
}

@media (max-width: 860px) {
  .site-header { z-index: 500; }
  .site-header .nav-wrap { height: 70px; }
  .menu-toggle {
    display: flex !important;
    margin-left: auto !important;
    flex: 0 0 44px;
    z-index: 502;
  }
  .nav-cta { display: none !important; }
  .primary-nav {
    position: fixed !important;
    z-index: 501;
    top: calc(70px + env(safe-area-inset-top));
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
    max-height: calc(100vh - 94px);
    overflow-y: auto;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0 !important;
    padding: 10px !important;
    border: 1px solid rgba(7,29,73,.10);
    border-radius: 18px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 22px 54px rgba(7,29,73,.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }
  .primary-nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .primary-nav a {
    width: 100%;
    min-height: 46px;
    padding: 11px 12px !important;
    border-radius: 10px;
  }
  .primary-nav a:hover,
  .primary-nav a:focus-visible {
    background: #f3f6fa;
  }

  .footer-main-live {
    grid-template-columns: 1fr auto;
    gap: 24px;
    padding-top: 30px;
    padding-bottom: 28px;
  }
  .footer-zelle-live .footer-zelle-copy { display: none; }
  .footer-zelle-qr {
    width: 82px !important;
    height: 82px !important;
    flex-basis: 82px !important;
  }
  .footer-meta-row-live {
    align-items: flex-start;
  }
}

@media (max-width: 620px) {
  .about-photo,
  .community-slideshow {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }
  .footer-main-live {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding-top: 26px;
    padding-bottom: 22px;
  }
  .footer-role {
    max-width: 255px;
    font-size: 11px;
  }
  .footer-contact-lines p {
    font-size: 10px;
    overflow-wrap: anywhere;
  }
  .footer-zelle-qr {
    width: 72px !important;
    height: 72px !important;
    flex-basis: 72px !important;
  }
  .footer-lower-live {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }
  .footer-meta-row-live {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .footer-official-note {
    text-align: left !important;
  }
  .footer-paid-final {
    font-size: 8.8px !important;
    padding-inline: 4px !important;
  }
}

@media (max-width: 360px) {
  .footer-main-live { gap: 10px; }
  .footer-zelle-qr {
    width: 66px !important;
    height: 66px !important;
    flex-basis: 66px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .community-slide,
  .primary-nav,
  .menu-toggle span:not(.sr-only) {
    transition: none !important;
  }
}

#about .about-slideshow {
  min-height: 0;
  aspect-ratio: 16 / 10;
  align-self: center;
}

.community-photo-pair {
  margin: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 10px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 24px;
  background: #e8edf4;
  box-shadow: 0 16px 38px rgba(7,29,73,.10);
}

.community-photo-pair img {
  width: 100%;
  height: 100%;
  min-width: 0;
  display: block;
  object-fit: cover;
}

.community-photo-pair img:first-child {
  object-position: center center;
}

.community-photo-pair img:last-child {
  object-position: 52% center;
}

@media (max-width: 860px) {
  #about .about-slideshow {
    width: min(100%, 720px);
    margin-inline: auto;
    aspect-ratio: 16 / 10;
  }

  .community-photo-pair {
    width: min(100%, 720px);
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  #about .about-slideshow {
    aspect-ratio: 4 / 3;
  }

  .community-photo-pair {
    grid-template-columns: 1fr;
    grid-template-rows: 1.05fr .95fr;
    aspect-ratio: 4 / 5;
    border-radius: 20px;
  }
}

#about .about-slideshow {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden !important;
  contain: layout paint;
}

#about .about-slideshow .community-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #071d49;
  overflow: hidden !important;
}

.community-service-story {
  font-size: 16px;
  line-height: 1.7;
}

.community-principle {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 4px solid var(--red);
  border-radius: 0 14px 14px 0;
  background: #f6f8fc;
}

.community-principle span {
  display: block;
  margin-bottom: 5px;
  color: #778197;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.community-principle strong {
  display: block;
  color: var(--navy);
  font-size: clamp(20px, 2.2vw, 27px);
  line-height: 1.2;
  letter-spacing: -.025em;
}

@media (max-width: 620px) {
  #about .about-slideshow {
    aspect-ratio: 4 / 3;
  }

  .community-service-story {
    font-size: 15.5px;
  }

  .community-principle {
    padding: 16px 18px;
  }
}

.external-resource-notice {
  max-width: 980px;
  margin: 26px auto 24px;
  padding: 18px 20px;
  border-left: 4px solid var(--navy);
  border-radius: 0 14px 14px 0;
  background: rgba(255,255,255,.72);
  color: #536079;
  font-size: 13px;
  line-height: 1.65;
}
.external-resource-notice strong {
  color: var(--navy);
}

.legal-content {
  max-width: 960px;
}

.legal-content > h2 {
  scroll-margin-top: 110px;
}

.legal-boundary {
  border-left-color: #164c96;
}

.legal-warning {
  border-left-color: var(--red);
}

.legal-link-table td:first-child {
  font-weight: 750;
  color: var(--navy);
}

.legal-content code {
  padding: 2px 6px;
  border-radius: 6px;
  background: #eef2f7;
  color: #24314d;
  font-size: .9em;
}

.legal-sources {
  margin-top: 58px;
  padding: 26px 28px;
  border: 1px solid rgba(7,29,73,.10);
  border-radius: 18px;
  background: #f7f9fd;
}
.legal-sources h2 {
  margin: 0 0 14px !important;
  font-size: 22px !important;
}
.legal-sources ul {
  margin: 0;
  padding-left: 20px;
}
.legal-sources li + li {
  margin-top: 8px;
}
.legal-sources a {
  overflow-wrap: anywhere;
}

@media (max-width: 620px) {
  .external-resource-notice {
    margin-top: 20px;
    padding: 15px 16px;
    font-size: 12.5px;
  }
  .legal-sources {
    margin-top: 42px;
    padding: 20px 18px;
  }
  .legal-link-table {
    font-size: 13px;
  }
  .legal-link-table th,
  .legal-link-table td {
    min-width: 150px;
  }
}

.resource-card .resource-arrow,
.resource-card:focus .resource-arrow,
.resource-card:focus-within .resource-arrow,
.resource-card:visited .resource-arrow {
  background: transparent !important;
  border-color: #c8ced8 !important;
  color: #7d8797 !important;
  transform: none !important;
}

.resource-card:focus,
.resource-card:focus-within,
.resource-card:visited {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .resource-card:hover .resource-arrow,
  .resource-card:focus:hover .resource-arrow,
  .resource-card:focus-within:hover .resource-arrow,
  .resource-card:visited:hover .resource-arrow {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
    transform: none !important;
  }

  .resource-card:hover h3 {
    color: #111 !important;
  }
}

@media (hover: none), (pointer: coarse) {
  .resource-card .resource-arrow,
  .resource-card:hover .resource-arrow,
  .resource-card:active .resource-arrow,
  .resource-card:focus .resource-arrow,
  .resource-card:focus-within .resource-arrow,
  .resource-card:visited .resource-arrow {
    background: transparent !important;
    border-color: #c8ced8 !important;
    color: #7d8797 !important;
  }
}

.resource-compact-note {
  max-width: 900px;
  margin: 22px auto 24px;
  color: #68758a;
  font-size: 12.5px;
  line-height: 1.55;
  text-align: center;
}
.resource-compact-note a {
  color: var(--navy);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.resource-compact-note a:hover,
.resource-compact-note a:focus-visible {
  color: #111;
}
@media (max-width: 620px) {
  .resource-compact-note {
    margin-top: 18px;
    font-size: 12px;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .site-footer {
    background:
      linear-gradient(180deg, #06183c 0%, #04112d 100%) !important;
  }

  .footer-main-live {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 20px !important;
    padding-top: 32px !important;
    padding-bottom: 28px !important;
  }

  .footer-identity-live {
    text-align: center;
  }

  .footer-candidate-name {
    font-size: 27px !important;
    line-height: 1.05;
  }

  .footer-role {
    max-width: 310px !important;
    margin: 8px auto 0 !important;
    font-size: 11.5px !important;
    line-height: 1.5 !important;
  }

  .footer-zelle-live {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: 82px minmax(0,1fr);
    align-items: center !important;
    gap: 16px !important;
    padding: 13px 16px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 18px;
    background: rgba(255,255,255,.055);
  }

  .footer-zelle-qr {
    width: 82px !important;
    height: 82px !important;
    flex-basis: 82px !important;
    padding: 6px !important;
    border-radius: 11px !important;
  }

  .footer-zelle-live .footer-zelle-copy {
    display: flex !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 4px !important;
  }

  .footer-zelle-live .footer-zelle-copy span {
    font-size: 9.5px !important;
    letter-spacing: .11em !important;
  }

  .footer-zelle-live .footer-zelle-copy strong {
    max-width: none !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  .footer-contact-lines {
    width: 100%;
    max-width: 360px;
    margin: 0 auto !important;
    padding-top: 2px;
    display: grid !important;
    gap: 8px !important;
  }

  .footer-contact-lines p {
    margin: 0 !important;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
    color: rgba(220,230,247,.72) !important;
    font-size: 10.5px !important;
    line-height: 1.5 !important;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .footer-contact-lines p:last-child {
    border-bottom: 0;
  }

  .footer-contact-lines span {
    display: block;
    margin-bottom: 3px;
    color: rgba(255,255,255,.50) !important;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .footer-contact-lines a {
    color: rgba(255,255,255,.88) !important;
  }

  .footer-lower-live {
    padding-top: 22px !important;
    padding-bottom: calc(82px + env(safe-area-inset-bottom)) !important;
    border-top: 1px solid rgba(255,255,255,.11) !important;
  }

  .footer-meta-row-live {
    display: block !important;
  }

  .footer-legal-inline {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 6px 8px !important;
  }

  .footer-legal-inline a {
    min-height: 40px !important;
    justify-content: center;
    padding: 0 9px;
    border-radius: 10px;
    background: rgba(255,255,255,.045);
    color: rgba(220,230,247,.66) !important;
    font-size: 10px !important;
    line-height: 1.15 !important;
    text-align: center;
    text-decoration: none !important;
  }

  .footer-legal-inline a:hover,
  .footer-legal-inline a:focus-visible {
    background: rgba(255,255,255,.09);
    color: #fff !important;
  }

  .footer-official-note {
    max-width: 330px !important;
    margin: 16px auto 0 !important;
    color: rgba(220,230,247,.43) !important;
    font-size: 9.5px !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }

  .footer-paid-final {
    max-width: 340px !important;
    margin: 16px auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: rgba(255,255,255,.84) !important;
    font-size: 8.8px !important;
    line-height: 1.55 !important;
    letter-spacing: .03em !important;
    text-align: center !important;
  }
}

@media (max-width: 360px) {
  .footer-main-live {
    padding-top: 28px !important;
  }

  .footer-zelle-live {
    grid-template-columns: 72px minmax(0,1fr);
    gap: 13px !important;
    padding: 12px 13px;
  }

  .footer-zelle-qr {
    width: 72px !important;
    height: 72px !important;
    flex-basis: 72px !important;
  }

  .footer-legal-inline {
    gap: 5px 6px !important;
  }

  .footer-legal-inline a {
    padding-inline: 6px;
    font-size: 9.5px !important;
  }
}

.quick-links-note{max-width:900px;margin:18px auto 0;color:#718096;font-size:11.5px;line-height:1.55;text-align:center}
.quick-links-note a{color:inherit;font-weight:750;text-decoration:underline;text-underline-offset:3px}
.quick-links-note a:hover{color:#111}
@media(max-width:620px){.quick-links-note{margin-top:15px;font-size:10.5px;line-height:1.5;padding:0 4px}}

.quick-links-note{max-width:none!important;width:100%!important;margin:14px auto 0!important;padding:0!important;font-size:10px!important;line-height:1.35!important;text-align:center!important;white-space:nowrap!important}
.quick-links-note a{display:inline!important}
@media(max-width:760px){.quick-links-note{font-size:9px!important;letter-spacing:-.01em!important}}
@media(max-width:620px){.quick-links-note{white-space:normal!important;font-size:9.5px!important;line-height:1.45!important;padding:0 4px!important}}

.quick-links-note{max-width:none!important;width:100%!important;margin:14px auto 0!important;padding:0!important;color:#718096!important;font-size:10px!important;line-height:1.35!important;text-align:center!important;white-space:nowrap!important}
.quick-links-note a{display:inline!important;color:inherit!important;font-weight:750!important;text-decoration:underline!important;text-underline-offset:3px}
.quick-links-note a:hover{color:#111!important}
@media(max-width:760px){.quick-links-note{font-size:9px!important;letter-spacing:-.012em!important}}
@media(max-width:620px){.quick-links-note{white-space:normal!important;font-size:9.5px!important;line-height:1.45!important;padding:0 4px!important}}

.language-icon{fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.community-principle-refined{position:relative;display:grid!important;grid-template-columns:auto minmax(0,1fr);gap:16px!important;align-items:center;margin-top:24px!important;padding:20px 22px!important;border:1px solid rgba(7,29,73,.10)!important;border-left:0!important;border-radius:18px!important;background:linear-gradient(135deg,#f7f9fd 0%,#fff 100%)!important;box-shadow:0 10px 28px rgba(7,29,73,.055)}
.community-principle-mark{display:block!important;align-self:start;margin-top:-4px;color:var(--red)!important;font-family:Georgia,serif!important;font-size:48px!important;font-weight:700!important;line-height:.9!important;letter-spacing:0!important;text-transform:none!important}
.community-principle-copy{min-width:0}
.community-principle-label{display:block!important;margin:0 0 6px!important;color:#7a8496!important;font-size:9.5px!important;font-weight:900!important;line-height:1.2!important;letter-spacing:.12em!important;text-transform:uppercase!important}
.community-principle-quote{display:block!important;color:var(--navy)!important;font-size:clamp(20px,2.1vw,26px)!important;font-weight:780!important;line-height:1.2!important;letter-spacing:-.025em!important}
@media(max-width:620px){.community-principle-refined{gap:13px!important;padding:17px 18px!important}.community-principle-mark{font-size:40px!important}.community-principle-quote{font-size:20px!important}}


.community-photo-pair{
  position:relative!important;
  display:block!important;
  width:100%!important;
  aspect-ratio:4/3!important;
  overflow:visible!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  margin:0 0 42px!important;
}
.community-photo-pair img{
  display:block!important;
  object-fit:cover!important;
  object-position:center center!important;
  aspect-ratio:4/3!important;
  border-radius:22px!important;
  background:#e8edf4!important;
  box-shadow:0 16px 38px rgba(7,29,73,.10)!important;
}
.community-photo-pair img:first-child{
  position:relative!important;
  z-index:1!important;
  width:88%!important;
  height:auto!important;
}
.community-photo-pair img:last-child{
  position:absolute!important;
  z-index:2!important;
  width:48%!important;
  height:auto!important;
  right:0!important;
  bottom:-13%!important;
  border:6px solid #fff!important;
  border-radius:18px!important;
  box-shadow:0 18px 40px rgba(7,29,73,.18)!important;
}

@media(max-width:860px){
  .community-photo-pair{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
    aspect-ratio:auto!important;
    margin:0!important;
  }
  .community-photo-pair img,
  .community-photo-pair img:first-child,
  .community-photo-pair img:last-child{
    position:static!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:4/3!important;
    border:0!important;
    border-radius:18px!important;
    object-fit:cover!important;
    object-position:center center!important;
    box-shadow:0 12px 30px rgba(7,29,73,.10)!important;
  }

  .footer-main-live{
    grid-template-columns:1fr!important;
    gap:26px!important;
    align-items:start!important;
    padding-top:32px!important;
    padding-bottom:30px!important;
  }
  .footer-zelle-live{
    width:min(100%,440px)!important;
    justify-self:start!important;
    display:grid!important;
    grid-template-columns:96px minmax(0,1fr)!important;
    gap:20px!important;
    align-items:center!important;
    padding:16px 18px!important;
    border:1px solid rgba(255,255,255,.11)!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.055)!important;
  }
  .footer-zelle-qr{
    width:96px!important;
    height:96px!important;
    flex-basis:96px!important;
    padding:7px!important;
  }
  .footer-zelle-live .footer-zelle-copy{
    display:flex!important;
    align-items:flex-start!important;
    text-align:left!important;
    gap:5px!important;
  }
  .footer-zelle-live .footer-zelle-copy strong{
    max-width:none!important;
    font-size:15px!important;
    line-height:1.3!important;
  }
}

@media(max-width:620px){
  .community-grid{
    gap:30px!important;
  }
  .community-photo-pair{
    grid-template-columns:1fr!important;
    gap:12px!important;
    width:100%!important;
    max-width:520px!important;
    margin:0 auto!important;
  }
  .community-photo-pair img,
  .community-photo-pair img:first-child,
  .community-photo-pair img:last-child{
    width:100%!important;
    height:auto!important;
    aspect-ratio:4/3!important;
    object-fit:cover!important;
    object-position:center center!important;
    border-radius:16px!important;
  }

  .footer-main-live{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:22px!important;
    padding-top:32px!important;
    padding-bottom:30px!important;
  }
  .footer-zelle-live{
    width:100%!important;
    max-width:360px!important;
    margin:0 auto!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:13px!important;
    padding:20px 18px 18px!important;
    text-align:center!important;
  }
  .footer-zelle-qr{
    width:104px!important;
    height:104px!important;
    flex:0 0 104px!important;
    padding:7px!important;
    border-radius:13px!important;
  }
  .footer-zelle-live .footer-zelle-copy{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    gap:5px!important;
    width:100%!important;
  }
  .footer-zelle-live .footer-zelle-copy span{
    font-size:9.5px!important;
    line-height:1.2!important;
  }
  .footer-zelle-live .footer-zelle-copy strong{
    max-width:100%!important;
    font-size:14.5px!important;
    line-height:1.35!important;
    overflow-wrap:anywhere!important;
  }
  .footer-contact-lines{
    max-width:360px!important;
    margin:0 auto!important;
  }
}

@media(max-width:360px){
  .footer-zelle-live{
    max-width:100%!important;
    padding:18px 14px 16px!important;
  }
  .footer-zelle-qr{
    width:94px!important;
    height:94px!important;
    flex-basis:94px!important;
  }
}

.community-service-layout{display:grid!important;grid-template-columns:1fr!important;gap:34px!important}
.community-service-intro{max-width:920px;margin:0 auto;text-align:center}
.community-service-intro h2{margin:0;color:var(--navy);font-size:clamp(36px,4vw,58px);line-height:1.04;letter-spacing:-.045em}
.community-service-intro .community-service-story{max-width:820px;margin:20px auto 0;color:#4f5f79;font-size:17px;line-height:1.72}
.community-photo-pair-wide{width:min(100%,980px)!important;margin:0 auto!important}
.community-service-closing{width:min(100%,900px);margin:0 auto}
.community-service-closing .community-principle-refined{margin-top:0!important}
.community-service-closing .community-stats{margin-top:18px!important}
@media(max-width:860px){
  .community-service-layout{gap:28px!important}
  .community-service-intro{max-width:720px}
  .community-service-intro .community-service-story{font-size:16px}
  .community-photo-pair-wide{width:min(100%,720px)!important}
  .community-service-closing{width:min(100%,720px)}
}
@media(max-width:620px){
  .community-service-layout{gap:24px!important}
  .community-service-intro{text-align:left}
  .community-service-intro h2{font-size:clamp(34px,10vw,42px)}
  .community-service-intro .community-service-story{margin-top:16px;font-size:15.5px;line-height:1.7}
  .community-photo-pair-wide{width:100%!important}
  .community-service-closing{width:100%}
  .community-service-closing .community-stats{margin-top:14px!important}
}

.support-midpage .support-card{
  grid-template-areas:"copy qr" "legal qr";
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  column-gap:70px;
  row-gap:0;
}
.support-midpage .support-copy{grid-area:copy}
.support-midpage .qr-wrap{grid-area:qr}
.support-midpage .support-legal-note{
  grid-area:legal;
  max-width:700px;
  margin:25px 0 0;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.18);
  color:rgba(255,255,255,.55);
  font-size:12px;
  line-height:1.5;
}
.support-midpage .support-legal-note a{
  color:rgba(255,255,255,.78);
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
}
.support-midpage .support-legal-note a:hover,
.support-midpage .support-legal-note a:focus-visible{color:#fff}

@media(max-width:860px){
  .support-midpage .support-card{
    grid-template-areas:"copy" "qr" "legal"!important;
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  .support-midpage .support-legal-note{
    width:100%;
    max-width:none;
    margin:0;
    padding-top:18px;
  }
}
@media(max-width:620px){
  .support-midpage .support-card{
    gap:22px!important;
  }
  .support-midpage .qr-wrap{
    order:initial!important;
  }
  .support-midpage .support-legal-note{
    margin:0!important;
    padding-top:18px!important;
    font-size:11px!important;
    line-height:1.55!important;
    text-align:left!important;
  }
}

.hero-vote-dates{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
.hero-vote-dates .election-date{
  min-width:0!important;
  margin-top:0!important;
}
@media(max-width:620px){
  .hero-vote-dates{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    margin-top:28px!important;
  }
  .hero-vote-dates .election-date{
    padding:10px 8px!important;
  }
}
@media(max-width:390px){
  .hero-vote-dates{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
}

#experience .feature-card,
#experience .feature-card:hover,
#experience .feature-card:focus,
#experience .feature-card:focus-within{
  transform:none!important;
  box-shadow:0 12px 32px rgba(7,29,73,.055)!important;
  transition:none!important;
  cursor:default!important;
}

@media(max-width:860px){
  #community .community-stats{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    flex-direction:initial!important;
    gap:10px!important;
    width:100%!important;
  }
  #community .community-stats>div{
    min-width:0!important;
    padding:17px 14px!important;
  }
  #community .community-stats strong{
    font-size:clamp(22px,5vw,27px)!important;
    white-space:nowrap!important;
  }
  #community .community-stats span{
    display:block!important;
    font-size:12px!important;
    line-height:1.35!important;
  }
}

@media(max-width:390px){
  #community .community-stats{
    gap:8px!important;
  }
  #community .community-stats>div{
    padding:15px 10px!important;
  }
  #community .community-stats strong{
    font-size:21px!important;
  }
  #community .community-stats span{
    font-size:10.5px!important;
  }
}

.language-bubble{
  pointer-events:auto!important;
}
.language-bubble-button{
  touch-action:manipulation!important;
  -webkit-user-select:none!important;
  user-select:none!important;
}
.language-bubble.is-open .language-bubble-menu{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
@media(max-width:620px){
  .language-bubble.is-open .language-bubble-menu{
    transform:translateY(0) scale(1)!important;
  }
}

.footer-paid-final{
  color:rgba(220,230,247,.43)!important;
}

@media(max-width:620px){
  .site-header .brand{
    min-width:0!important;
    max-width:calc(100% - 54px)!important;
    gap:8px!important;
    overflow:visible!important;
  }
  .site-header .brand-copy{
    display:flex!important;
    min-width:0!important;
    flex-direction:column!important;
    line-height:1!important;
    overflow:visible!important;
  }
  .site-header .brand-small{
    display:block!important;
    font-size:10.5px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  .site-header .brand-name{
    display:block!important;
    margin-top:2px!important;
    font-size:16px!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  .site-header .brand-tag{
    display:block!important;
    margin-top:4px!important;
    font-size:7px!important;
    line-height:1!important;
    letter-spacing:.17em!important;
    white-space:nowrap!important;
  }
  .site-header .brand-mark{
    width:34px!important;
    height:34px!important;
    flex:0 0 34px!important;
  }
}

@media(max-width:360px){
  .site-header .brand-mark{
    display:grid!important;
    width:30px!important;
    height:30px!important;
    flex-basis:30px!important;
  }
  .site-header .brand{
    gap:6px!important;
  }
  .site-header .brand-small{
    font-size:9.5px!important;
  }
  .site-header .brand-name{
    font-size:14.5px!important;
  }
  .site-header .brand-tag{
    font-size:6.2px!important;
    letter-spacing:.12em!important;
  }
}

.language-bubble{pointer-events:auto!important;z-index:9999!important}
.language-bubble-button{pointer-events:auto!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important;-webkit-user-select:none!important;user-select:none!important}
.language-bubble-menu{pointer-events:none!important}
.language-bubble.is-open .language-bubble-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
@media(max-width:620px){.language-bubble.is-open .language-bubble-menu{transform:translateY(0) scale(1)!important}}
@media(min-width:621px){.language-bubble.is-open .language-bubble-menu{transform:translateX(0) scale(1)!important}}

details.language-bubble{position:fixed!important;right:max(18px,env(safe-area-inset-right))!important;bottom:max(18px,env(safe-area-inset-bottom))!important;z-index:9999!important;display:block!important;width:50px!important;height:50px!important;overflow:visible!important;pointer-events:auto!important}
details.language-bubble>summary{list-style:none!important}
details.language-bubble>summary::-webkit-details-marker{display:none!important}
details.language-bubble>summary::marker{content:""!important}
details.language-bubble .language-bubble-button{position:relative!important;z-index:2!important;width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;display:grid!important;place-items:center!important;padding:0!important;border:1px solid rgba(7,29,73,.12)!important;border-radius:50%!important;background:rgba(255,255,255,.96)!important;color:var(--navy)!important;box-shadow:0 12px 32px rgba(7,29,73,.16)!important;cursor:pointer!important;pointer-events:auto!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important;-webkit-user-select:none!important;user-select:none!important}
details.language-bubble .language-bubble-menu{position:absolute!important;right:0!important;bottom:60px!important;width:156px!important;height:auto!important;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:2px!important;padding:6px!important;border:1px solid rgba(7,29,73,.10)!important;border-radius:18px!important;background:rgba(255,255,255,.98)!important;box-shadow:0 14px 36px rgba(7,29,73,.18)!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important}
details.language-bubble[open] .language-bubble-menu{display:flex!important}
details.language-bubble .language-bubble-menu a{width:100%!important;min-width:0!important;min-height:42px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;padding:0 14px!important;border-radius:12px!important;font-size:13px!important;text-decoration:none!important;pointer-events:auto!important;touch-action:manipulation!important}
@media(min-width:621px){details.language-bubble .language-bubble-menu{right:0!important;bottom:0!important;width:auto!important;min-width:245px!important;height:50px!important;flex-direction:row!important;align-items:center!important;padding:4px 58px 4px 7px!important;border-radius:999px!important}details.language-bubble .language-bubble-menu a{width:auto!important;min-width:54px!important;min-height:38px!important;justify-content:center!important;padding:0 10px!important}}
@media(max-width:620px){details.language-bubble{right:max(14px,env(safe-area-inset-right))!important;bottom:max(14px,env(safe-area-inset-bottom))!important;width:48px!important;height:48px!important}details.language-bubble .language-bubble-button{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important}}

.hero-office-line{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:4px!important}
.hero-office-line .hero-district,.hero-office-line .hero-trustee{display:block!important}
.hero-office-line .hero-trustee{font-size:.92em!important;letter-spacing:.11em!important}

.community-mobile-flow{display:none}

details.language-bubble{pointer-events:auto!important}
details.language-bubble>summary{cursor:pointer!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important}
details.language-bubble[open] .language-bubble-menu{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
details.language-bubble .language-bubble-menu a{pointer-events:auto!important;touch-action:manipulation!important}

@media(max-width:620px){
  #community .community-photo-pair-wide,
  #community .community-service-closing{
    display:none!important;
  }
  #community .community-mobile-flow{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
    width:100%!important;
    margin:0!important;
  }
  #community .community-mobile-photo{
    display:block!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:4/3!important;
    object-fit:cover!important;
    border-radius:20px!important;
    box-shadow:0 14px 32px rgba(7,29,73,.10)!important;
  }
  #community .community-mobile-principle{
    width:100%!important;
    margin:0!important;
  }
  #community .community-mobile-stats{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
    margin:0!important;
  }
  #community .community-mobile-stats>div{
    min-width:0!important;
    padding:17px 14px!important;
  }
  #community .community-mobile-stats strong{
    font-size:clamp(22px,7vw,27px)!important;
    white-space:nowrap!important;
  }
  #community .community-mobile-stats span{
    display:block!important;
    font-size:12px!important;
    line-height:1.35!important;
  }
}

@media(max-width:390px){
  #community .community-mobile-flow{gap:13px!important}
  #community .community-mobile-stats{gap:8px!important}
  #community .community-mobile-stats>div{padding:15px 10px!important}
  #community .community-mobile-stats strong{font-size:21px!important}
  #community .community-mobile-stats span{font-size:10.5px!important}
}

.hero-office-line{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  gap:0!important;
  white-space:nowrap!important;
}
.hero-office-line .hero-district,
.hero-office-line .hero-trustee{
  display:inline!important;
}
.hero-office-line .hero-trustee{
  margin-left:.28em!important;
  font-size:1em!important;
  letter-spacing:inherit!important;
}
@media(max-width:620px){
  .hero-office-line{
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:4px!important;
    white-space:normal!important;
  }
  .hero-office-line .hero-trustee{
    display:block!important;
    margin-left:0!important;
    font-size:.92em!important;
    letter-spacing:.11em!important;
  }
}

@media(min-width:861px){
  .hero-vote-dates{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px!important;
    width:min(100%,560px)!important;
    margin-top:34px!important;
  }
  .hero-vote-dates .election-date{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    align-items:center!important;
    gap:14px!important;
    min-width:0!important;
    padding:15px 18px!important;
  }
  .hero-vote-dates .date-icon{
    margin:0!important;
    flex:none!important;
  }
  .hero-vote-dates .election-date>div{
    min-width:0!important;
  }
  .hero-vote-dates .election-date small{
    display:block!important;
    margin:0 0 3px!important;
    line-height:1.2!important;
  }
  .hero-vote-dates .election-date strong{
    display:block!important;
    margin:0!important;
    line-height:1.25!important;
    white-space:nowrap!important;
  }

  #community .community-service-closing{
    display:grid!important;
    grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)!important;
    align-items:stretch!important;
    gap:22px!important;
  }
  #community .community-principle-refined{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    align-items:center!important;
    gap:16px!important;
    margin:0!important;
    padding:22px 24px!important;
  }
  #community .community-principle-copy{
    display:flex!important;
    flex-direction:column!important;
    gap:7px!important;
  }
  #community .community-principle-label{
    display:block!important;
    margin:0!important;
    line-height:1.2!important;
  }
  #community .community-principle-quote{
    display:block!important;
    margin:0!important;
    line-height:1.3!important;
  }
  #community .community-stats{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    margin:0!important;
    height:100%!important;
  }
  #community .community-stats>div{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:7px!important;
    min-width:0!important;
    padding:20px 18px!important;
  }
  #community .community-stats strong{
    display:block!important;
    margin:0!important;
    line-height:1!important;
  }
  #community .community-stats span{
    display:block!important;
    margin:0!important;
    line-height:1.35!important;
  }
}

@media(min-width:861px){
  #community .community-service-closing{
    display:block!important;
  }
  #community .community-principle-refined{
    width:100%!important;
    margin:0!important;
  }
  #community .community-stats{
    width:100%!important;
    margin-top:18px!important;
    height:auto!important;
  }
}

@media(min-width:861px){
  .hero-vote-dates{
    gap:8px!important;
    width:min(100%,540px)!important;
  }
  .hero-vote-dates .election-date{
    gap:10px!important;
    padding:13px 15px!important;
  }
}

.resources-section .election-dates-panel{
  margin-bottom:0!important;
}
.resources-section .quick-links-grid{
  margin-top:12px!important;
}
@media(max-width:860px){
  .resources-section .quick-links-grid{
    margin-top:10px!important;
  }
}
@media(max-width:620px){
  .resources-section .quick-links-grid{
    margin-top:8px!important;
  }
}

.resources-section .election-dates-panel{
  margin-bottom:28px!important;
}
.resources-section .quick-links-grid{
  margin-top:26px!important;
}
.resources-section .election-date-item:nth-child(3){
  padding-left:0!important;
}

@media(max-width:860px){
  .resources-section .quick-links-grid{
    margin-top:26px!important;
  }
  .resources-section .election-date-item:nth-child(3){
    padding-left:14px!important;
  }
}

@media(min-width:861px){
  .resources-section .election-date-item:nth-child(3){
    padding-left:0!important;
  }
}

.hero-are-endorsement{
  width:min(100%,560px);
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:20px;
  padding:10px 14px 10px 10px;
  border:1px solid rgba(7,29,73,.09);
  border-radius:16px;
  background:rgba(255,255,255,.82);
  box-shadow:0 8px 22px rgba(7,29,73,.055);
}
.hero-are-logo-wrap{
  width:58px;
  height:52px;
  flex:0 0 58px;
  display:grid;
  place-items:center;
}
.hero-are-logo{
  width:54px;
  height:50px;
  display:block;
  object-fit:contain;
}
.hero-are-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.hero-are-kicker{
  color:var(--red);
  font-size:9px;
  font-weight:900;
  line-height:1;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.hero-are-copy strong{
  color:var(--navy);
  font-size:14px;
  line-height:1.3;
}
.hero-are-endorsement + .hero-actions{
  margin-top:22px;
}

.legacy-section{
  position:relative;
  background:#fff;
}
.legacy-card{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  gap:54px;
  align-items:start;
  padding:46px 50px;
  border:1px solid rgba(7,29,73,.075);
  border-radius:26px;
  background:#f7f9fc;
  box-shadow:0 16px 38px rgba(7,29,73,.055);
}
.legacy-heading h2{
  margin:0;
  color:var(--navy);
  font-size:clamp(34px,4vw,50px);
  line-height:1.04;
  letter-spacing:-.04em;
}
.legacy-quote{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:18px;
  margin:0;
}
.legacy-quote-mark{
  color:var(--red);
  font-family:Georgia,"Times New Roman",serif;
  font-size:78px;
  line-height:.7;
}
.legacy-quote-body{
  min-width:0;
}
.legacy-quote-body p{
  margin:0;
  color:#23324d;
  font-size:17px;
  line-height:1.72;
}
.legacy-quote-body p + p{
  margin-top:18px;
}
.legacy-quote-body cite{
  display:block;
  margin-top:22px;
  padding-top:16px;
  border-top:1px solid rgba(7,29,73,.09);
  color:var(--navy);
  font-size:12px;
  font-style:normal;
  font-weight:850;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.endorsement-group-county{
  margin-top:0!important;
}
.endorsement-group-county + .endorsement-group{
  margin-top:42px;
}
.endorsement-county-grid{
  grid-template-columns:minmax(0,620px)!important;
}
.endorsement-person-featured{
  min-height:118px;
  padding:18px!important;
}
.endorsement-person-featured .endorsement-photo{
  width:86px!important;
  height:86px!important;
  flex-basis:86px!important;
  object-position:50% 28%!important;
}
.endorsement-person-featured .endorsement-person-copy h4{
  font-size:18px!important;
}
.endorsement-person-featured .endorsement-person-copy p{
  margin-top:5px!important;
  font-size:13px!important;
  line-height:1.45!important;
}

@media(max-width:860px){
  .hero-are-endorsement{
    width:min(100%,640px);
  }
  .legacy-card{
    grid-template-columns:1fr;
    gap:28px;
    padding:36px;
  }
  .legacy-heading{
    max-width:620px;
  }
  .legacy-quote{
    max-width:720px;
  }
  .endorsement-county-grid{
    max-width:100%;
  }
}

@media(max-width:620px){
  .hero-are-endorsement{
    width:100%;
    gap:11px;
    margin-top:18px;
    padding:9px 11px 9px 8px;
    border-radius:14px;
  }
  .hero-are-logo-wrap{
    width:50px;
    height:46px;
    flex-basis:50px;
  }
  .hero-are-logo{
    width:47px;
    height:44px;
  }
  .hero-are-copy{
    gap:3px;
  }
  .hero-are-kicker{
    font-size:8px;
  }
  .hero-are-copy strong{
    font-size:12.5px;
    line-height:1.3;
  }
  .hero-are-endorsement + .hero-actions{
    margin-top:18px;
  }

  .legacy-section{
    padding-top:46px!important;
    padding-bottom:46px!important;
  }
  .legacy-card{
    gap:24px;
    padding:26px 20px;
    border-radius:20px;
  }
  .legacy-heading h2{
    font-size:34px;
  }
  .legacy-quote{
    grid-template-columns:1fr;
    gap:8px;
  }
  .legacy-quote-mark{
    height:34px;
    font-size:66px;
    line-height:.65;
  }
  .legacy-quote-body p{
    font-size:15.5px;
    line-height:1.68;
  }
  .legacy-quote-body p + p{
    margin-top:16px;
  }
  .legacy-quote-body cite{
    margin-top:18px;
    padding-top:14px;
    font-size:10.5px;
  }

  .endorsement-group-county + .endorsement-group{
    margin-top:34px;
  }
  .endorsement-person-featured{
    min-height:0;
    padding:13px!important;
  }
  .endorsement-person-featured .endorsement-photo{
    width:68px!important;
    height:68px!important;
    flex-basis:68px!important;
  }
  .endorsement-person-featured .endorsement-person-copy h4{
    font-size:16px!important;
  }
  .endorsement-person-featured .endorsement-person-copy p{
    font-size:11.5px!important;
  }
}

@media(min-width:861px){
  .legacy-section{
    padding-bottom:42px!important;
  }
  .legacy-section + .endorsements-section{
    padding-top:46px!important;
  }
}
@media(min-width:621px) and (max-width:860px){
  .legacy-section{
    padding-bottom:36px!important;
  }
  .legacy-section + .endorsements-section{
    padding-top:40px!important;
  }
}
@media(max-width:620px){
  .legacy-section{
    padding-bottom:30px!important;
  }
  .legacy-section + .endorsements-section{
    padding-top:34px!important;
  }
}

.agnes-message blockquote{
  position:relative!important;
}
.agnes-message blockquote .quote-inline-mark{
  display:inline!important;
  color:var(--red)!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-weight:700!important;
}
.agnes-message blockquote .quote-inline-open{
  margin-right:.08em!important;
}
.agnes-message blockquote .quote-inline-close{
  margin-left:.08em!important;
}
.agnes-message::before{
  display:none!important;
}

.legacy-quote{
  position:relative!important;
}
.legacy-quote-close{
  position:absolute!important;
  right:2px!important;
  bottom:-8px!important;
  color:rgba(214,45,45,.26)!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:72px!important;
  line-height:1!important;
  pointer-events:none!important;
}
.legacy-quote-body{
  padding-right:34px!important;
}
@media(max-width:620px){
  .legacy-quote-close{
    right:0!important;
    bottom:-5px!important;
    font-size:58px!important;
  }
  .legacy-quote-body{
    padding-right:22px!important;
  }
}

.resources-section .election-date-item{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:6px!important;
}
.resources-section .election-date-item strong,
.resources-section .election-date-item span{
  margin:0!important;
}
.resources-section .election-date-item strong{
  line-height:1.05!important;
}
.resources-section .election-date-item span{
  line-height:1.38!important;
}

@media(min-width:861px){
  .resources-section .election-date-item:nth-child(3){
    padding-left:0!important;
  }
}

@media(max-width:860px){
  .resources-section .election-date-item{
    gap:5px!important;
  }
}

@media(max-width:620px){
  .resources-section .election-date-item{
    padding-top:14px!important;
    padding-bottom:14px!important;
    gap:4px!important;
  }
  .resources-section .election-date-item:nth-child(3){
    padding-left:0!important;
  }
}

.resources-section .election-dates-grid{
  display:grid!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
  grid-auto-flow:row!important;
  gap:0!important;
}
.resources-section .election-date-item{
  min-width:0!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:5px!important;
}
.resources-section .election-date-item strong,
.resources-section .election-date-item span{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}
.resources-section .election-date-item span{
  overflow-wrap:break-word!important;
  word-break:normal!important;
}

@media(min-width:1001px){
  .resources-section .election-dates-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
  .resources-section .election-date-item{
    padding:14px 20px!important;
    border-right:1px solid rgba(7,29,73,.09)!important;
    border-bottom:0!important;
  }
  .resources-section .election-date-item:first-child{
    padding-left:0!important;
  }
  .resources-section .election-date-item:nth-child(3){
    padding-left:20px!important;
  }
  .resources-section .election-date-item:last-child{
    border-right:0!important;
  }
}

@media(min-width:621px) and (max-width:1000px){
  .resources-section .election-dates-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .resources-section .election-date-item{
    padding:14px 20px!important;
    border-right:1px solid rgba(7,29,73,.09)!important;
    border-bottom:1px solid rgba(7,29,73,.09)!important;
  }
  .resources-section .election-date-item:nth-child(1),
  .resources-section .election-date-item:nth-child(3){
    padding-left:0!important;
  }
  .resources-section .election-date-item:nth-child(2),
  .resources-section .election-date-item:nth-child(4){
    border-right:0!important;
  }
  .resources-section .election-date-item:nth-child(3),
  .resources-section .election-date-item:nth-child(4){
    border-bottom:0!important;
  }
}

@media(max-width:620px){
  .resources-section .election-dates-grid{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .resources-section .election-date-item,
  .resources-section .election-date-item:nth-child(1),
  .resources-section .election-date-item:nth-child(2),
  .resources-section .election-date-item:nth-child(3),
  .resources-section .election-date-item:nth-child(4){
    min-height:0!important;
    padding:14px 0!important;
    border-right:0!important;
    border-bottom:1px solid rgba(7,29,73,.09)!important;
    gap:4px!important;
  }
  .resources-section .election-date-item:last-child{
    border-bottom:0!important;
  }
}


/* 2026-09-06: About section desktop balance
   Keep the mobile reading flow unchanged, but prevent the desktop bio from
   feeling like a tall text wall beside a short landscape slideshow. */
@media (min-width: 861px) {
  #about .two-col {
    grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
    gap: clamp(44px, 5vw, 72px);
    align-items: stretch;
  }

  #about .section-copy {
    align-self: center;
    max-width: 680px;
  }

  #about .section-copy p:not(.eyebrow) {
    margin-top: 16px;
    line-height: 1.65;
  }

  #about .about-slideshow {
    align-self: stretch;
    min-height: 500px;
    height: auto;
    aspect-ratio: auto;
  }
}

/* Tony Cartagena portrait: frame the face/beret naturally inside the same
   circular crop used for the rest of the endorsement portraits. */
.endorsement-photo[src$="tony-cartagena.jpg"] {
  object-fit: cover !important;
  object-position: 50% 48% !important;
}


/* 2026-09-06 v16: restore full Meet Agnes slideshow framing on desktop, and normalize Hilda L. Solis featured endorsement sizing to match the rest. */

@media (min-width: 861px) {
  #about .two-col {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
  }

  #about .section-copy {
    align-self: auto;
    max-width: none;
  }

  #about .about-slideshow {
    align-self: center;
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 10;
  }
}

.endorsement-person-featured {
  min-height: 0;
  padding: 16px !important;
}

.endorsement-person-featured .endorsement-photo {
  width: 72px !important;
  height: 72px !important;
  flex-basis: 72px !important;
  object-position: 50% 28% !important;
}

.endorsement-person-featured .endorsement-person-copy h4 {
  font-size: 16px !important;
}

.endorsement-person-featured .endorsement-person-copy p {
  margin-top: 5px !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
}

@media (max-width: 760px) {
  .endorsement-person-featured {
    padding: 13px !important;
  }

  .endorsement-person-featured .endorsement-photo {
    width: 58px !important;
    height: 58px !important;
    flex-basis: 58px !important;
  }

  .endorsement-person-featured .endorsement-person-copy h4 {
    font-size: 15px !important;
  }

  .endorsement-person-featured .endorsement-person-copy p {
    font-size: 12px !important;
  }
}

@media (max-width: 620px) {
  .endorsement-person-featured {
    padding: 12px !important;
  }

  .endorsement-person-featured .endorsement-photo {
    width: 56px !important;
    height: 56px !important;
    flex-basis: 56px !important;
  }
}


/* 2026-09-06 v17: keep the Hilda L. Solis card background the same visual width as the other endorsement cards instead of spanning most of the row. */
@media (min-width: 921px) {
  .endorsement-county-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    width: calc((100% - 28px) / 3);
    max-width: none !important;
  }
}

@media (min-width: 621px) and (max-width: 920px) {
  .endorsement-county-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    width: calc((100% - 14px) / 2);
    max-width: none !important;
  }
}

@media (max-width: 620px) {
  .endorsement-county-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
    max-width: 100% !important;
  }
}

/* 2026-09-12: add Lisa Calderon to the county/state endorsement row and keep both cards at equal width. */
@media (min-width: 621px) {
  .endorsement-county-grid {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .endorsement-county-grid {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: 1fr !important;
  }
}
