.election-search-body {
  color-scheme: light;
  --ink: #171715;
  --muted: #696964;
  --paper: #ffffff;
  --soft: #f4f4f1;
  --line: #d8d8d2;
  --accent: #ff5d4f;
  --max: 1180px;
  min-height: 100%;
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

.election-search-body *, .election-search-body *::before, .election-search-body *::after { box-sizing: border-box; }
.election-search-body button, .election-search-body input, .election-search-body select { font: inherit; }
.election-search-body button, .election-search-body a { -webkit-tap-highlight-color: transparent; }
.election-search-body button { color: inherit; }
.election-search-body a { color: inherit; }
.election-search-body img { display: block; max-width: 100%; }
.election-search-body ::selection { background: var(--accent); color: #fff; }
.election-search-body :focus-visible { outline: 3px solid rgba(255, 93, 79, .38); outline-offset: 3px; }

.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: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
}

.site-header-inner {
  max-width: var(--max);
  min-height: 68px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 700; }
.site-brand img { width: 92px; height: auto; filter: brightness(0); }
.site-brand span { padding-left: 11px; border-left: 1px solid #c5c5bf; color: var(--muted); font-size: 14px; }
.site-header nav { display: flex; align-items: center; gap: 24px; }
.site-header nav a { min-height: 44px; display: inline-flex; align-items: center; color: #50504c; font-size: 14px; font-weight: 650; text-decoration: none; }
.site-header nav a:hover { color: var(--ink); }

.site-footer {
  max-width: var(--max);
  margin: 32px auto 0;
  padding: 28px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
.site-footer > div { display: grid; gap: 6px; }
.site-footer strong { color: var(--ink); }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.site-footer a { text-underline-offset: 3px; }

.home-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 28px 52px;
}
.home-kicker, .directory-heading > div > span, .content-hero > span, .nearby-races > div > span, .alert-copy > span {
  color: #61615d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.home-kicker { display: flex; align-items: center; gap: 9px; }
.home-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.home-hero h1 {
  max-width: 900px;
  margin: 18px 0 20px;
  font-size: clamp(46px, 7vw, 84px);
  line-height: .98;
  letter-spacing: -.065em;
}
.home-hero > p { max-width: 720px; margin: 0; color: #555550; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.primary-link { display: inline-flex; min-height: 48px; align-items: center; gap: 13px; margin-top: 28px; padding: 0 18px; background: var(--ink); color: #fff; text-decoration: none; font-weight: 750; }
.primary-link:hover { background: #33332f; }
.home-stats { margin: 62px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border: solid var(--line); border-width: 1px 0; }
.home-stats > div { padding: 23px 20px 24px; border-left: 1px solid var(--line); }
.home-stats > div:first-child { border-left: 0; padding-left: 0; }
.home-stats dt { color: var(--muted); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.home-stats dd { margin: 7px 0 0; font-size: 30px; font-weight: 800; letter-spacing: -.04em; }

.directory-section { max-width: var(--max); margin: 0 auto; padding: 54px 28px 72px; }
.directory-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.directory-heading h2 { margin: 7px 0 0; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.05em; }
.directory-search { width: min(430px, 100%); min-height: 52px; display: flex; align-items: center; border: 1px solid #b9b9b3; background: #fff; }
.directory-search input { width: 100%; min-width: 0; height: 50px; padding: 0 8px 0 16px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.directory-search i { padding: 0 16px 0 8px; color: var(--muted); font-style: normal; font-size: 18px; }
.directory-result-count { margin: 24px 0 14px; color: var(--muted); font-size: 13px; }
.directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.directory-card { overflow: hidden; align-self: start; background: #fff; border: 1px solid var(--line); }
.directory-card-title { padding: 20px 20px 17px; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; border-bottom: 1px solid #e4e4df; }
.directory-card-title h3 { margin: 0; font-size: 21px; letter-spacing: -.025em; }
.directory-card-title span { color: var(--muted); font-size: 12px; }
.directory-links { display: grid; }
.directory-links a { min-height: 62px; padding: 11px 15px 11px 20px; display: grid; grid-template-columns: 1fr auto; align-items: center; border-top: 1px solid #ecece8; text-decoration: none; }
.directory-links a:first-child { border-top: 0; }
.directory-links a span { font-size: 14px; font-weight: 720; }
.directory-links a small { grid-column: 1; margin-top: 3px; color: var(--muted); }
.directory-links a i { grid-column: 2; grid-row: 1 / 3; color: #777772; font-style: normal; font-size: 19px; transition: transform .15s ease; }
.directory-links a:hover { background: #f7f7f4; }
.directory-links a:hover i { transform: translateX(3px); }
.directory-empty { padding: 42px; display: grid; gap: 7px; place-items: center; background: #fff; border: 1px solid var(--line); text-align: center; }
.directory-empty span { color: var(--muted); }

.race-page { max-width: var(--max); margin: 0 auto; padding: 24px 28px 76px; }
.breadcrumbs { min-height: 44px; display: flex; align-items: center; gap: 9px; color: #777772; font-size: 12px; overflow-x: auto; white-space: nowrap; }
.breadcrumbs a { color: #555550; text-underline-offset: 3px; }
.breadcrumbs strong { color: var(--ink); }
.race-card { overflow: hidden; background: #fff; border: 1px solid #cbcbc5; box-shadow: 0 18px 56px rgba(21, 21, 18, .06); }
.race-hero { padding: 42px 46px 36px; display: flex; align-items: end; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.race-hero > div:first-child > span { color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.race-hero h1 { margin: 11px 0 9px; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.06em; }
.race-hero p { margin: 0; color: var(--muted); font-size: 14px; }
.latest-release { min-width: 190px; padding-left: 18px; border-left: 3px solid var(--accent); display: grid; gap: 4px; }
.latest-release span, .latest-release small { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.latest-release strong { font-size: 18px; }

.chart-panel { padding: 38px 46px 26px; }
.chart-heading { display: flex; justify-content: space-between; align-items: start; gap: 24px; }
.chart-heading > div:first-child span { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.chart-heading h2 { margin: 7px 0 0; font-size: clamp(24px, 3vw, 36px); letter-spacing: -.04em; }
.chart-readout { min-width: 180px; padding-left: 15px; display: grid; grid-template-columns: 1fr auto; align-items: baseline; border-left: 3px solid var(--accent); }
.chart-readout span { color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.chart-readout strong { grid-row: 1 / 3; grid-column: 2; font-size: 40px; letter-spacing: -.06em; }
.chart-readout small { max-width: 170px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 750; }
.chart-svg-wrap { margin-top: 23px; }
.chart-svg-wrap svg { width: 100%; height: auto; min-height: 300px; overflow: visible; touch-action: pan-y; }
.chart-grid line { stroke: #dfdfda; stroke-width: 1; }
.chart-grid text { fill: #777772; font-size: 12px; font-weight: 650; }
.month-guide { stroke: #8a8a84; stroke-width: 1; stroke-dasharray: 6 7; }
.month-label { fill: #777772; font-size: 13px; font-weight: 750; text-transform: uppercase; }
.month-label.active { fill: var(--ink); }
.candidate-line polyline { fill: none; stroke-width: 3.6; stroke-linecap: round; stroke-linejoin: round; opacity: .74; cursor: pointer; }
.candidate-line.active polyline { stroke-width: 5.5; opacity: 1; }
.candidate-line .line-hit { stroke: transparent !important; stroke-width: 18; }
.candidate-line circle { stroke: #fff; stroke-width: 2; cursor: pointer; }
.month-tabs { margin-top: 5px; display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); }
.month-tabs button { min-height: 44px; padding: 0; border: 0; border-left: 1px solid var(--line); background: #fff; color: var(--muted); font-size: 10px; font-weight: 750; cursor: pointer; }
.month-tabs button:first-child { border-left: 0; }
.month-tabs button:hover { background: #f1f1ed; }
.month-tabs button.active { background: var(--ink); color: #fff; }
.candidate-list { margin-top: 16px; border: 1px solid var(--line); }
.candidate-list article { border-top: 1px solid var(--line); }
.candidate-list article:first-child { border-top: 0; }
.candidate-list article.active { background: #fbfbf8; }
.candidate-row { min-height: 62px; display: grid; grid-template-columns: 46px minmax(0, 1fr) 80px; align-items: stretch; }
.candidate-row button { border: 0; background: transparent; cursor: pointer; }
.line-toggle { display: grid; place-items: center; border-right: 1px solid #ededE8 !important; }
.line-toggle i { width: 22px; height: 5px; border-radius: 5px; background: var(--series-colour); opacity: 1; }
.line-toggle.series-0 { --series-colour: #ff5d4f; }
.line-toggle.series-1 { --series-colour: #287fa8; }
.line-toggle.series-2 { --series-colour: #c58d00; }
.line-toggle.series-3 { --series-colour: #7154bf; }
.line-toggle.series-4 { --series-colour: #12825f; }
.line-toggle.series-5 { --series-colour: #ca527f; }
.line-toggle.series-6 { --series-colour: #d56f22; }
.line-toggle.series-7 { --series-colour: #466f96; }
.line-toggle.series-8 { --series-colour: #718338; }
.line-toggle.series-9 { --series-colour: #9254a6; }
.line-toggle.series-10 { --series-colour: #007c91; }
.line-toggle.series-11 { --series-colour: #9b5f2d; }
.line-toggle.series-12 { --series-colour: #2446a8; }
.line-toggle.series-13 { --series-colour: #a83279; }
.line-toggle.series-14 { --series-colour: #5e9d2d; }
.line-toggle.series-15 { --series-colour: #e04f19; }
.line-toggle.series-16 { --series-colour: #2d9aa6; }
.line-toggle.series-17 { --series-colour: #514aa3; }
.line-toggle.series-18 { --series-colour: #8e3b46; }
.line-toggle.series-19 { --series-colour: #a87800; }
.line-toggle.series-20 { --series-colour: #007a6a; }
.line-toggle.series-21 { --series-colour: #58738d; }
.line-toggle.series-22 { --series-colour: #a35d9f; }
.line-toggle.series-23 { --series-colour: #b5572c; }
.line-toggle.series-24 { --series-colour: #49666b; }
.line-toggle.series-25 { --series-colour: #bf3d3d; }
.line-toggle[aria-pressed="false"] i { height: 2px; opacity: .28; }
.candidate-select { min-width: 0; padding: 8px 14px; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; }
.candidate-select > .candidate-name { min-width: 0; display: flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 760; white-space: nowrap; }
.candidate-name-text { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.candidate-select span small { margin-left: 8px; padding: 3px 5px; background: #ecece7; color: #666661; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.candidate-select strong { flex: 0 0 auto; font-size: 18px; letter-spacing: -.03em; }
.context-asterisk { flex: 0 0 auto; display: inline-block; color: #a8493f; font-size: 17px; font-weight: 900; line-height: 1; transform: translateY(-2px); }
.details-toggle { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border-left: 1px solid #ededE8 !important; color: #484844; font-size: 12px; font-weight: 800; }
.details-toggle:hover, .candidate-select:hover, .line-toggle:hover { background: #f1f1ed; }
.details-toggle i { font-style: normal; transition: transform .15s ease; }
.candidate-list article.open .details-toggle i { transform: rotate(180deg); }
.candidate-details { padding: 22px 24px 24px 60px; border-top: 1px solid #e4e4df; background: #f6f6f3; }
.candidate-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.candidate-contact-grid a { min-height: 69px; padding: 13px 14px; display: grid; align-content: center; gap: 5px; border: 1px solid #d8d8d2; background: #fff; text-decoration: none; overflow: hidden; }
.candidate-contact-grid a:hover { border-color: #999992; }
.candidate-contact-grid span, .search-context > span { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.candidate-contact-grid strong { overflow-wrap: anywhere; font-size: 13px; }
.no-contact { margin: 0; color: var(--muted); line-height: 1.55; }
.candidate-details > small { display: block; margin-top: 17px; color: #777772; }
.context-key { margin: 16px 0 -1px; padding: 10px 13px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); background: #fff; color: #62625d; font-size: 11px; line-height: 1.45; }
.context-key > span { flex: 0 0 auto; color: #a8493f; font-size: 17px; font-weight: 900; line-height: 1; }
.context-key strong { color: var(--ink); }
.search-context { margin-top: 16px; padding: 18px 19px; border: 1px solid #d4d4ce; border-left: 4px solid var(--ink); background: #fff; }
.search-context.context-news_event, .search-context.context-public_office_and_news { border-left-color: var(--accent); }
.search-context.context-attribution_caution { border-left-color: #a87800; background: #fffdf7; }
.search-context-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.search-context-heading > span { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.search-context-heading b { padding: 4px 6px; border: 1px solid #d6d6d0; color: #555550; font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.search-context h3 { margin: 10px 0 6px; font-size: 17px; letter-spacing: -.015em; }
.search-context p { margin: 0; max-width: 780px; color: #555550; font-size: 13px; line-height: 1.58; }
.context-evidence { margin-top: 14px; padding-top: 12px; border-top: 1px solid #e2e2dd; }
.context-evidence > strong { color: #696964; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.search-context ul { margin: 7px 0 0; padding-left: 18px; }
.search-context li { margin-top: 6px; font-size: 12px; line-height: 1.4; }
.search-context > small { display: block; margin-top: 13px; color: #85857f; font-size: 10px; }
.data-table-disclosure { margin-top: 15px; border-top: 1px solid var(--line); }
.data-table-disclosure summary { min-height: 48px; display: flex; align-items: center; cursor: pointer; color: #565651; font-size: 12px; font-weight: 750; }
.data-table-scroll { overflow-x: auto; }
.data-table-scroll table { width: 100%; border-collapse: collapse; min-width: 680px; font-size: 12px; }
.data-table-scroll caption { padding: 12px 0; text-align: left; font-weight: 700; }
.data-table-scroll th, .data-table-scroll td { padding: 10px; border: 1px solid var(--line); text-align: right; }
.data-table-scroll th:first-child { text-align: left; }
.race-source-line { padding: 18px 46px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.race-source-line a { color: var(--ink); font-weight: 750; }

.alert-signup { margin-top: 18px; padding: 28px 30px; display: grid; grid-template-columns: 52px minmax(240px, 1fr) minmax(320px, 1.25fr); align-items: center; gap: 22px; background: var(--ink); color: #fff; }
.alert-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #55554f; color: var(--accent); font-size: 20px; }
.alert-copy > span { color: #b4b4ae; }
.alert-copy h2 { margin: 6px 0 5px; font-size: 20px; letter-spacing: -.025em; }
.alert-copy p { margin: 0; color: #bfbfb9; font-size: 13px; line-height: 1.45; }
.alert-form { min-width: 0; }
.alert-fields { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.alert-fields input { width: 100%; height: 48px; padding: 0 14px; border: 1px solid #676760; border-right: 0; border-radius: 0; outline: 0; background: #fff; color: var(--ink); }
.alert-fields button { min-width: 112px; height: 48px; border: 1px solid var(--accent); background: var(--accent); color: #151515; font-weight: 850; cursor: pointer; }
.alert-fields button:hover { background: #ff766b; }
.alert-fields button:disabled { opacity: .65; cursor: wait; }
.consent-row { margin-top: 10px; display: flex; align-items: start; gap: 9px; color: #dadad5; font-size: 11px; line-height: 1.45; }
.consent-row input { margin-top: 2px; accent-color: var(--accent); }
.alert-form > small { display: block; margin-top: 8px; color: #999993; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message { margin: 10px 0 0; padding: 8px 10px; font-size: 12px; }
.alert-form .form-message.success { background: #183a2d; color: #dff7e9; }
.alert-form .form-message.error { background: #4b211e; color: #ffe8e5; }

.nearby-races { margin-top: 52px; display: grid; grid-template-columns: 260px 1fr; gap: 42px; }
.nearby-races h2 { margin: 7px 0 0; font-size: 30px; letter-spacing: -.04em; }
.nearby-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.nearby-links a { min-height: 72px; padding: 14px 16px; display: grid; grid-template-columns: 1fr auto; align-content: center; border: 1px solid var(--line); background: #fff; text-decoration: none; }
.nearby-links a span { font-size: 14px; font-weight: 750; }
.nearby-links a small { margin-top: 4px; color: var(--muted); }
.nearby-links a i { grid-column: 2; grid-row: 1 / 3; align-self: center; font-style: normal; }
.nearby-links a:hover { border-color: #999992; }

.content-page { max-width: var(--max); margin: 0 auto; padding: 24px 28px 80px; }
.content-page.narrow { max-width: 880px; }
.content-hero { padding: 65px 0 42px; border-bottom: 1px solid var(--line); }
.content-hero h1 { max-width: 850px; margin: 11px 0 14px; font-size: clamp(42px, 6vw, 72px); line-height: 1; letter-spacing: -.06em; }
.content-hero p { max-width: 700px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.5; }
.content-grid { padding-top: 38px; display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 60px; }
.content-grid aside { align-self: start; position: sticky; top: 98px; padding: 22px; border: 1px solid var(--line); background: #fff; }
.content-grid aside > strong { font-size: 13px; }
.content-grid aside dl { margin: 16px 0 0; }
.content-grid aside dl > div { padding: 11px 0; display: flex; justify-content: space-between; gap: 15px; border-top: 1px solid #e6e6e1; }
.content-grid aside dt { color: var(--muted); font-size: 12px; }
.content-grid aside dd { margin: 0; text-align: right; font-size: 12px; font-weight: 750; }
.prose { max-width: 720px; }
.prose section { padding: 0 0 30px; }
.prose h2 { margin: 0 0 10px; font-size: 24px; letter-spacing: -.035em; }
.prose p { margin: 0; color: #50504b; font-size: 16px; line-height: 1.72; }
.prose a { font-weight: 700; text-underline-offset: 3px; }
.privacy-prose { padding-top: 38px; }

.unsubscribe-page { min-height: calc(100vh - 180px); padding: 70px 20px; display: grid; place-items: start center; }
.unsubscribe-card { width: min(560px, 100%); padding: 42px; border: 1px solid var(--line); background: #fff; }
.unsubscribe-card > span { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.unsubscribe-card h1 { margin: 10px 0; font-size: 38px; letter-spacing: -.05em; }
.unsubscribe-card > p { color: var(--muted); line-height: 1.6; }
.unsubscribe-card button { min-height: 46px; margin: 12px 0 18px; padding: 0 18px; border: 0; background: var(--ink); color: #fff; font-weight: 750; cursor: pointer; }
.unsubscribe-card > a { display: block; color: var(--muted); font-size: 13px; }
.unsubscribe-card .form-message.success { background: #e9f5ee; color: #17442d; }
.unsubscribe-card .form-message.error { background: #fdecea; color: #6b2420; }

.not-found { min-height: 65vh; display: grid; place-items: center; padding: 40px 20px; }
.not-found > div { max-width: 540px; text-align: center; }
.not-found span { color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.not-found h1 { margin: 10px 0; font-size: 50px; letter-spacing: -.06em; }
.not-found p { color: var(--muted); line-height: 1.6; }
.not-found a { display: inline-flex; min-height: 46px; margin-top: 12px; padding: 0 18px; align-items: center; background: var(--ink); color: #fff; text-decoration: none; font-weight: 750; }

@media (max-width: 900px) {
  .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .alert-signup { grid-template-columns: 48px 1fr; }
  .alert-form { grid-column: 1 / -1; }
  .nearby-races { grid-template-columns: 1fr; gap: 22px; }
  .content-grid { grid-template-columns: 220px 1fr; gap: 36px; }
}

@media (max-width: 680px) {
  .site-header-inner { min-height: 60px; padding: 0 16px; }
  .site-brand img { width: 80px; }
  .site-brand span { font-size: 12px; }
  .site-header nav { gap: 12px; }
  .site-header nav a { font-size: 12px; }
  .site-header nav a:first-child { display: none; }
  .home-hero { padding: 62px 18px 34px; }
  .home-hero h1 { font-size: clamp(43px, 14vw, 64px); }
  .home-hero > p { font-size: 18px; }
  .home-stats { grid-template-columns: repeat(2, 1fr); margin-top: 44px; }
  .home-stats > div, .home-stats > div:first-child { padding: 18px 12px; border-left: 1px solid var(--line); }
  .home-stats > div:nth-child(odd) { border-left: 0; padding-left: 0; }
  .home-stats > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .home-stats dd { font-size: 25px; }
  .directory-section { padding: 40px 18px 60px; }
  .directory-heading { align-items: stretch; flex-direction: column; gap: 20px; }
  .directory-grid { grid-template-columns: 1fr; }
  .race-page { padding: 12px 10px 55px; }
  .breadcrumbs { padding: 0 5px; }
  .race-card { box-shadow: none; }
  .race-hero { padding: 26px 20px 24px; display: grid; align-items: start; gap: 22px; }
  .race-hero h1 { font-size: clamp(36px, 11vw, 54px); overflow-wrap: anywhere; }
  .race-hero p { line-height: 1.5; }
  .latest-release { min-width: 0; }
  .chart-panel { padding: 26px 14px 20px; }
  .chart-heading { display: grid; grid-template-columns: minmax(0, 1fr); align-items: end; }
  .chart-readout { width: 100%; min-width: 0; margin-top: 12px; grid-template-columns: 1fr auto; }
  .chart-readout strong { font-size: 31px; }
  .chart-readout small { max-width: 115px; font-size: 10px; }
  .chart-svg-wrap { margin: 14px -4px 0; overflow-x: hidden; }
  .chart-svg-wrap svg { width: 100%; height: auto; min-height: 0; }
  .month-tabs { margin-top: 5px; display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); }
  .month-tabs button { min-height: 44px; padding: 0; border: 0; border-left: 1px solid var(--line); background: #fff; color: var(--muted); font-size: 10px; font-weight: 750; }
  .month-tabs button:first-child { border-left: 0; }
  .month-tabs button.active { background: var(--ink); color: #fff; }
  .candidate-row { grid-template-columns: 40px minmax(0, 1fr) 64px; }
  .candidate-select { padding: 8px 9px; gap: 8px; }
  .candidate-select > .candidate-name { gap: 5px; font-size: 12px; }
  .candidate-select span small { display: none; }
  .candidate-select strong { font-size: 15px; }
  .context-asterisk { font-size: 15px; }
  .details-toggle { font-size: 11px; }
  .candidate-details { padding: 16px; }
  .candidate-contact-grid { grid-template-columns: 1fr; }
  .context-key { align-items: flex-start; }
  .search-context { padding: 16px; }
  .search-context-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .race-source-line { padding: 16px 18px; flex-direction: column; gap: 8px; }
  .alert-signup { padding: 25px 20px; grid-template-columns: 42px 1fr; gap: 14px; }
  .alert-icon { width: 42px; height: 42px; }
  .alert-fields { grid-template-columns: 1fr; gap: 8px; }
  .alert-fields input { border-right: 1px solid #676760; }
  .alert-fields button { width: 100%; }
  .nearby-races { margin: 38px 8px 0; }
  .nearby-links { grid-template-columns: 1fr; }
  .content-page { padding: 12px 18px 60px; }
  .content-hero { padding: 45px 0 30px; }
  .content-grid { grid-template-columns: 1fr; gap: 32px; }
  .content-grid aside { position: static; }
  .privacy-prose { padding-top: 28px; }
  .site-footer { margin-top: 10px; padding: 25px 18px; flex-direction: column; }
  .site-footer nav { justify-content: flex-start; }
  .unsubscribe-card { padding: 28px 22px; }
}
