:root {
  --harbor: #071d2b;
  --harbor-2: #0b2d40;
  --harbor-3: #124b63;
  --water: #4f9aa6;
  --glass: #9bc7c6;
  --brass: #d6ad59;
  --brass-light: #efd8a1;
  --paper: #f3f0e8;
  --paper-2: #e8e2d5;
  --white: #ffffff;
  --ink: #12212a;
  --muted: #59656b;
  --line: #d7d2c7;
  --shell: 1220px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, Helvetica, sans-serif;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
  box-shadow: 0 0 0 7px rgba(216, 173, 84, 0.48);
}

h1,
h2,
h3,
blockquote {
  overflow-wrap: normal;
  word-break: normal;
}

p {
  overflow-wrap: break-word;
}

.shell {
  width: min(calc(100% - 64px), var(--shell));
  margin-inline: auto;
}

.narrow {
  max-width: 760px;
}

.skip {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: -9999px;
  padding: 10px 16px;
  color: var(--harbor);
  background: var(--brass-light);
  font-weight: 800;
  text-decoration: none;
}

.skip:focus {
  left: 10px;
}

.review-ribbon {
  position: relative;
  z-index: 110;
  padding: 8px 20px;
  color: var(--harbor);
  background: var(--brass-light);
  border-bottom: 1px solid rgba(7, 29, 43, 0.18);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.review-ribbon span {
  padding-inline: 10px;
  opacity: 0.48;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--white);
  background: rgba(7, 29, 43, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.header-row {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand,
.footer-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-mark,
.footer-monogram {
  position: relative;
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--harbor);
  background: var(--brass);
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-mark::after,
.footer-monogram::after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 8px;
  height: 1px;
  content: "";
  background: var(--harbor);
}

.brand-copy {
  display: block;
  line-height: 1.1;
}

.brand-copy strong {
  display: block;
  font-family: var(--serif);
  font-size: 20px;
  letter-spacing: -0.025em;
}

.brand-copy span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.brand-logo,
.hero-brand-logo,
.footer-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.brand-logo {
  width: clamp(210px, 19vw, 248px);
  border: 1px solid rgba(239, 216, 161, 0.55);
  border-radius: 3px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.hero-brand-row {
  display: flex;
  margin: 0 0 34px;
  align-items: center;
  gap: 26px;
}

.hero-brand-row .page-index {
  width: auto;
  min-width: 220px;
  margin-bottom: 0;
  flex: 1 1 auto;
}

.hero-brand-lockup {
  width: min(100%, 300px);
  margin: 0;
  flex: 0 1 300px;
}

.hero-brand-logo {
  border: 1px solid rgba(239, 216, 161, 0.58);
  border-radius: 4px;
  box-shadow: 12px 14px 0 rgba(4, 19, 29, 0.34);
}

.footer-logo {
  width: min(100%, 310px);
  border: 1px solid rgba(239, 216, 161, 0.42);
  border-radius: 3px;
}

.primary-nav ul,
.footer-nav ul,
.footer-source-row ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 2px;
}

.primary-nav a {
  position: relative;
  display: inline-flex;
  min-height: 46px;
  padding: 11px 12px;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-decoration: none;
}

.primary-nav a i {
  position: absolute;
  right: 12px;
  bottom: 7px;
  left: 12px;
  height: 2px;
  background: var(--brass);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms var(--ease);
}

.primary-nav a:hover,
.primary-nav .is-active:not(.nav-vote) a {
  color: var(--white);
}

.primary-nav a:hover i,
.primary-nav .is-active a i {
  transform: scaleX(1);
  transform-origin: left;
}

.primary-nav .nav-vote a {
  padding-inline: 20px;
  margin-left: 8px;
  color: var(--harbor);
  background: var(--brass);
}

.primary-nav .nav-vote a:hover,
.primary-nav .nav-vote.is-active a {
  color: var(--harbor);
  background: var(--brass-light);
}

.primary-nav .nav-vote a i {
  display: none;
}

.nav-toggle {
  display: none;
  min-width: 76px;
  min-height: 46px;
  padding: 8px 14px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.32);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.nav-toggle i,
.nav-toggle i::before {
  display: block;
  width: 16px;
  height: 1px;
  content: "";
  background: currentColor;
  transition: transform 180ms ease;
}

.nav-toggle i::before {
  transform: translateY(5px);
}

.nav-toggle[aria-expanded="true"] i {
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] i::before {
  transform: rotate(-90deg);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--harbor-3);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow-glass {
  color: var(--glass);
}

.eyebrow-brass {
  color: var(--brass);
}

.page-index {
  display: grid;
  width: min(100%, 310px);
  margin-bottom: 48px;
  align-items: center;
  color: rgba(255, 255, 255, 0.48);
  grid-template-columns: auto 1fr auto;
  gap: 15px;
}

.page-index span,
.page-index em {
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-index i {
  height: 1px;
  background: currentColor;
}

.page-index-dark {
  color: var(--harbor-3);
}

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 13px 22px;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border: 2px solid transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, transform 180ms var(--ease);
}

.button span {
  font-size: 16px;
}

.button:hover {
  transform: translateY(-3px);
}

.button-brass {
  color: var(--harbor);
  background: var(--brass);
  border-color: var(--brass);
}

.button-brass:hover {
  background: var(--brass-light);
  border-color: var(--brass-light);
}

.button-navy {
  color: var(--white);
  background: var(--harbor);
  border-color: var(--harbor);
}

.button-navy:hover {
  color: var(--harbor);
  background: var(--brass);
  border-color: var(--brass);
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  padding-block: 8px;
  align-items: center;
  gap: 24px;
  color: var(--harbor);
  border-bottom: 2px solid var(--brass);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  font-size: 16px;
  transition: transform 180ms var(--ease);
}

.text-link:hover span {
  transform: translateX(5px);
}

.text-link-light {
  color: var(--white);
}

.hero,
.page-mast,
.vote-mast {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--harbor);
}

.hero-gridline,
.mast-grid,
.vote-grid-art {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(155, 199, 198, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(155, 199, 198, 0.16) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent 5%, #000 55%, #000);
}

.hero::after,
.page-mast::after,
.vote-mast::after {
  position: absolute;
  top: -30%;
  right: -20%;
  width: 65%;
  height: 150%;
  content: "";
  background: linear-gradient(180deg, rgba(79, 154, 166, 0.18), rgba(79, 154, 166, 0));
  transform: rotate(12deg);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 660px;
  padding: clamp(76px, 9vw, 124px) 0 92px;
  align-items: center;
  grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.94fr);
  gap: clamp(62px, 8vw, 112px);
}

.hero-copy h1,
.page-mast h1,
.about-mast h1,
.vote-mast h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.94;
  text-wrap: balance;
}

.hero-copy h1 {
  max-width: 10.4ch;
  color: var(--white);
  font-size: clamp(3.85rem, 6vw, 5.7rem);
}

.hero-lede {
  max-width: 660px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.03rem, 1.45vw, 1.18rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  margin-top: 36px;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 28px;
}

.hero-campaign-post {
  width: min(100%, 445px);
  margin: 0 auto;
  align-self: center;
}

.hero-campaign-post img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--harbor-2);
  border: 1px solid rgba(239, 216, 161, 0.52);
  box-shadow: 18px 22px 0 rgba(4, 19, 29, 0.34), 0 30px 70px rgba(0, 0, 0, 0.32);
}

.spine {
  position: relative;
  z-index: 4;
  color: var(--harbor);
  background: var(--brass);
}

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

.spine-item {
  display: flex;
  min-height: 86px;
  padding: 20px 26px;
  align-items: center;
  gap: 18px;
  border-left: 1px solid rgba(7, 29, 43, 0.22);
}

.spine-item:last-child {
  border-right: 1px solid rgba(7, 29, 43, 0.22);
}

.spine-item span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  opacity: 0.65;
}

.spine-item strong {
  font-family: var(--serif);
  font-size: clamp(1.04rem, 1.45vw, 1.22rem);
  letter-spacing: -0.02em;
}

.section {
  padding: clamp(88px, 9vw, 132px) 0;
}

.home-case {
  position: relative;
  background: var(--paper);
}

.home-case::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 1px;
  content: "";
  background: var(--line);
}

.home-case-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: clamp(70px, 10vw, 145px);
}

.home-case h2,
.route-heading h2,
.section-intro h2,
.plan-lead h2,
.ledger-heading h2,
.decision-lens h2,
.about-story h2,
.credential-section h2,
.election-calendar h2,
.voter-resources h2,
.contact-panel h2,
.next-page h2,
.ballot-reminder h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.85rem, 4.8vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.02;
  text-wrap: balance;
}

.home-case h2 {
  max-width: 12ch;
}

.home-case-copy {
  padding-top: 55px;
}

.home-case-copy p {
  margin: 0 0 32px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

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

.route-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

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

.route-count {
  padding-bottom: 10px;
  color: rgba(7, 29, 43, 0.38);
  font-family: var(--serif);
  font-size: 2.5rem;
  letter-spacing: -0.05em;
}

.route-grid {
  display: grid;
  margin-top: 58px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(7, 29, 43, 0.2);
  border-left: 1px solid rgba(7, 29, 43, 0.2);
}

.route-card {
  position: relative;
  min-height: 300px;
  padding: 30px 34px;
  background: rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(7, 29, 43, 0.2);
  border-bottom: 1px solid rgba(7, 29, 43, 0.2);
  text-decoration: none;
  transition: color 220ms var(--ease), background 220ms var(--ease), transform 220ms var(--ease);
}

.route-card:nth-child(2),
.route-card:nth-child(3) {
  background: rgba(255, 255, 255, 0.48);
}

.route-card:hover {
  z-index: 2;
  color: var(--white);
  background: var(--harbor-2);
  transform: translateY(-6px);
}

.route-number {
  display: block;
  color: var(--harbor-3);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.route-card:hover .route-number {
  color: var(--brass);
}

.route-card h3 {
  margin: 72px 0 16px;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.8vw, 2.4rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.route-card p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.route-card:hover p {
  color: rgba(255, 255, 255, 0.72);
}

.route-card > b {
  position: absolute;
  top: 28px;
  right: 32px;
  font-size: 1.4rem;
  font-weight: 400;
  transition: transform 220ms var(--ease);
}

.route-card:hover > b {
  color: var(--brass);
  transform: translate(4px, -4px);
}

.fact-band {
  padding: clamp(72px, 8vw, 108px) 0;
  color: var(--white);
  background: var(--harbor-2);
}

.fact-band-heading {
  display: flex;
  margin-bottom: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.fact-band-heading .eyebrow {
  margin: 0;
}

.fact-band-grid,
.bridge-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fact {
  min-width: 0;
}

.fact-band .fact {
  min-height: 265px;
  padding: 34px 34px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.fact-band .fact:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.fact-label {
  display: block;
  color: var(--water);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fact-value {
  display: block;
  margin-top: 38px;
  color: var(--brass-light);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.6vw, 3.15rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.fact-detail {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

.home-pullquote {
  background: var(--paper);
}

.pullquote-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 90px minmax(0, 1.2fr) minmax(280px, 0.6fr);
  gap: clamp(30px, 5vw, 70px);
}

.pullquote-mark {
  color: var(--brass);
  font-family: var(--serif);
  font-size: 8rem;
  line-height: 0.75;
}

.pullquote-grid blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-wrap: balance;
}

.pullquote-action {
  padding-top: 16px;
}

.pullquote-action p {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.home-vote {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 8vw, 112px) 0;
  color: var(--white);
  background: var(--harbor-3);
}

.home-vote::after {
  position: absolute;
  right: -12%;
  bottom: -55%;
  width: 58%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(155, 199, 198, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(155, 199, 198, 0.04), 0 0 0 70px rgba(155, 199, 198, 0.03);
}

.home-vote-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(280px, 0.8fr) minmax(300px, 1fr) auto;
  gap: clamp(40px, 7vw, 90px);
}

.home-vote h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 4.5vw, 4rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.home-vote-date {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-vote-date strong {
  display: block;
  margin-top: 7px;
  color: var(--brass-light);
  font-family: var(--serif);
  font-size: 1.5rem;
  letter-spacing: 0;
  text-transform: none;
}

.date-mark {
  color: rgba(255, 255, 255, 0.16);
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 7.5rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.8;
  white-space: nowrap;
}

.round-link {
  position: relative;
  display: grid;
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  padding: 24px;
  place-content: center;
  color: var(--harbor);
  background: var(--brass);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 220ms var(--ease), background 220ms var(--ease);
}

.round-link b {
  position: absolute;
  top: 19px;
  right: 22px;
  font-size: 16px;
  font-weight: 400;
}

.round-link:hover {
  background: var(--brass-light);
  transform: rotate(-5deg) scale(1.04);
}

.round-link-navy {
  color: var(--white);
  background: var(--harbor);
}

.round-link-navy:hover {
  color: var(--harbor);
  background: var(--brass);
}

/* Interior mastheads */
.page-mast-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 640px;
  padding: clamp(80px, 9vw, 126px) 0;
  align-items: center;
  grid-template-columns: minmax(0, 1.03fr) minmax(390px, 0.97fr);
  gap: clamp(70px, 9vw, 130px);
}

.page-mast h1 {
  max-width: 11ch;
  font-size: clamp(3.7rem, 5.7vw, 5.5rem);
}

.page-mast-copy > p:last-child,
.vote-mast-copy > p:last-child {
  max-width: 710px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.75;
}

.bridge-blueprint {
  position: relative;
  min-height: 450px;
  border: 1px solid rgba(155, 199, 198, 0.36);
  background: rgba(79, 154, 166, 0.06);
}

.bridge-blueprint::before,
.bridge-blueprint::after {
  position: absolute;
  content: "";
  background: rgba(155, 199, 198, 0.22);
}

.bridge-blueprint::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

.bridge-blueprint::after {
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
}

.blueprint-label {
  position: absolute;
  z-index: 3;
  display: flex;
  right: 25px;
  left: 25px;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.blueprint-label-top { top: 22px; }
.blueprint-label-bottom { bottom: 20px; }

.blueprint-label span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.blueprint-label b {
  color: var(--brass-light);
  font-family: var(--serif);
  font-size: 1.15rem;
}

.blueprint-structure {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 9%;
  left: 9%;
  height: 180px;
  color: var(--brass);
  transform: translateY(-50%);
}

.blueprint-structure span {
  position: absolute;
  display: block;
}

.bp-deck {
  top: 82px;
  right: 0;
  left: 0;
  height: 8px;
  background: currentColor;
  box-shadow: 0 10px 0 rgba(214, 173, 89, 0.28);
}

.bp-tower {
  top: 16px;
  width: 8px;
  height: 75px;
  background: currentColor;
}

.bp-tower::before,
.bp-tower::after {
  position: absolute;
  content: "";
  background: currentColor;
}

.bp-tower::before {
  top: -8px;
  left: -9px;
  width: 26px;
  height: 8px;
}

.bp-tower::after {
  top: 22px;
  left: -17px;
  width: 42px;
  height: 2px;
}

.bp-tower-a { left: 32%; }
.bp-tower-b { right: 32%; }

.bp-pier {
  top: 90px;
  width: 13px;
  height: 60px;
  background: rgba(214, 173, 89, 0.72);
}

.bp-pier-a { left: 18%; }
.bp-pier-b { right: 18%; }

.bp-water {
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(155, 199, 198, 0.55);
}

.bp-water-a { bottom: 24px; }
.bp-water-b { right: 8%; bottom: 12px; left: 5%; }
.bp-water-c { right: 18%; bottom: 0; left: 12%; }

.bridge-facts {
  background: var(--paper);
}

.split-intro {
  display: grid;
  align-items: start;
  grid-template-columns: 180px minmax(0, 1fr) minmax(260px, 0.55fr);
  gap: clamp(34px, 6vw, 80px);
}

.split-intro p:last-child {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.bridge-fact-grid {
  margin-top: 66px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.bridge-fact-grid .fact {
  min-height: 320px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.3);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.bridge-fact-grid .fact-value {
  color: var(--harbor);
}

.bridge-fact-grid .fact-detail {
  color: var(--muted);
}

.source-note {
  display: flex;
  margin: 22px 0 0;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.source-note span {
  color: var(--harbor-3);
}

.source-note a {
  text-underline-offset: 4px;
}

.bridge-plan {
  color: var(--white);
  background: var(--harbor-2);
}

.plan-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr);
  gap: clamp(60px, 9vw, 130px);
}

.plan-lead h2 {
  color: var(--white);
}

.plan-lead > p {
  margin: 54px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.75;
}

.plan-track {
  position: relative;
  display: grid;
  margin-top: 70px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 2px solid var(--brass);
}

.plan-step {
  position: relative;
  min-height: 300px;
  padding: 34px 34px 28px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.plan-step + .plan-step {
  padding-left: 34px;
}

.plan-step:last-child {
  border-right: 0;
}

.plan-step::before {
  position: absolute;
  top: -8px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background: var(--brass);
  border-radius: 50%;
  box-shadow: 0 0 0 6px var(--harbor-2);
}

.plan-step + .plan-step::before {
  left: 34px;
}

.plan-step > span {
  color: var(--water);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.plan-step h3 {
  margin: 38px 0 17px;
  color: var(--brass-light);
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1.15;
}

.plan-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.72;
}

.plan-statement {
  display: grid;
  margin-top: 72px;
  align-items: start;
  grid-template-columns: 5px minmax(0, 1.35fr) minmax(260px, 0.55fr);
  gap: clamp(28px, 5vw, 70px);
}

.statement-rule {
  width: 5px;
  height: 100%;
  min-height: 150px;
  background: var(--brass);
}

.plan-statement blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.1;
  text-wrap: balance;
}

.plan-statement p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.7;
}

.next-page {
  padding: clamp(72px, 8vw, 105px) 0;
}

.next-page-paper { background: var(--paper-2); }
.next-page-navy { color: var(--white); background: var(--harbor-3); }

.next-page-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
}

.next-page h2 {
  max-width: 14ch;
  font-size: clamp(2.5rem, 4.2vw, 3.8rem);
}

/* Priorities */
.mast-priorities .page-mast-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.75fr);
}

.mast-priorities h1 {
  max-width: none;
  font-size: clamp(3.5rem, 5vw, 5rem);
}

.signal-stack {
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.signal-stack .spine-item {
  min-height: 118px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.045);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.signal-stack .spine-item:last-child {
  border-bottom: 0;
}

.signal-stack .spine-item span {
  color: var(--brass);
}

.signal-stack .spine-item strong {
  font-size: clamp(1.3rem, 2.1vw, 1.85rem);
}

.priority-ledger {
  padding: clamp(92px, 10vw, 145px) 0;
  background: var(--paper);
}

.ledger-heading {
  display: grid;
  margin-bottom: 68px;
  align-items: end;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 50px;
}

.ledger-heading h2 {
  max-width: 14ch;
}

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

.priority-ledger-item {
  position: relative;
  display: grid;
  min-height: 330px;
  padding: 50px 44px 50px 0;
  align-items: start;
  grid-template-columns: 170px minmax(0, 1fr) 46px;
  gap: clamp(30px, 5vw, 70px);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.priority-ledger-item::after {
  position: absolute;
  top: 0;
  right: -10%;
  width: 43%;
  height: 100%;
  content: "";
  background: rgba(79, 154, 166, 0.05);
  transform: skewX(-14deg);
  transition: background 240ms ease, transform 240ms var(--ease);
}

.priority-ledger-item:hover::after {
  background: rgba(214, 173, 89, 0.12);
  transform: skewX(-14deg) translateX(-10px);
}

.priority-number {
  position: relative;
  z-index: 1;
  color: var(--brass);
  font-family: var(--serif);
  font-size: clamp(4.6rem, 7.5vw, 7rem);
  letter-spacing: -0.07em;
  line-height: 0.8;
}

.priority-ledger-copy {
  position: relative;
  z-index: 1;
  max-width: 730px;
}

.priority-ledger-copy h3 {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3.7vw, 3.35rem);
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.priority-ledger-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.priority-ledger-item > i {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  margin-top: 4px;
  border: 1px solid var(--harbor);
  border-radius: 50%;
}

.priority-ledger-item > i::before,
.priority-ledger-item > i::after {
  position: absolute;
  content: "";
  background: var(--harbor);
}

.priority-ledger-item > i::before {
  top: 21px;
  left: 12px;
  width: 19px;
  height: 1px;
}

.priority-ledger-item > i::after {
  top: 16px;
  right: 11px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-top: 1px solid var(--harbor);
  border-right: 1px solid var(--harbor);
  transform: rotate(45deg);
}

.priority-ledger-item-with-photo {
  grid-template-columns: 130px minmax(0, 1fr) minmax(250px, 330px) 44px;
  gap: clamp(24px, 3.4vw, 48px);
}

.photo-reserve {
  position: relative;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
  margin: 0;
  aspect-ratio: 3 / 2;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 24%, rgba(79, 154, 166, 0.2), transparent 34%),
    linear-gradient(145deg, var(--harbor) 0 68%, var(--harbor-2) 68%);
  border: 1px solid rgba(79, 154, 166, 0.42);
}

.photo-reserve::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(155, 199, 198, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(155, 199, 198, 0.15) 1px, transparent 1px);
  background-size: 44px 44px;
}

.photo-reserve::after {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 28px;
  height: 28px;
  content: "";
  border-top: 1px solid var(--brass);
  border-right: 1px solid var(--brass);
}

.photo-reserve figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  padding-top: 15px;
  gap: 7px;
  border-top: 1px solid rgba(155, 199, 198, 0.42);
}

.photo-reserve figcaption small {
  color: var(--glass);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.photo-reserve figcaption strong {
  max-width: 13ch;
  color: var(--brass-light);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.photo-reserve figcaption span {
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  line-height: 1.45;
}

.photo-reserve-code {
  position: absolute;
  top: 20px;
  left: 20px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bridge-context-figure {
  overflow: hidden;
  width: min(100%, 1100px);
  margin: clamp(58px, 7vw, 92px) 0 0 auto;
  background: var(--harbor);
  box-shadow: 16px 16px 0 rgba(216, 173, 84, 0.28);
}

.bridge-context-media {
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.bridge-context-media picture,
.bridge-context-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.bridge-context-media img {
  object-fit: cover;
  object-position: 50% 56%;
}

.bridge-context-figure figcaption {
  display: grid;
  padding: 17px 20px;
  align-items: center;
  color: var(--white);
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px 24px;
  border-top: 1px solid rgba(155, 199, 198, 0.42);
}

.bridge-context-figure figcaption strong {
  font-family: var(--serif);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.2;
}

.bridge-context-figure figcaption span,
.bridge-context-figure figcaption small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-transform: uppercase;
}

.priority-photo-reserve {
  align-self: center;
}

.communication-standard {
  padding: clamp(88px, 9vw, 130px) 0;
  background: var(--paper-2);
  border-top: 1px solid var(--line);
}

.communication-standard-heading {
  display: grid;
  margin-bottom: 54px;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: clamp(42px, 8vw, 110px);
}

.communication-standard-heading h2 {
  max-width: 14ch;
}

.communication-standard-heading > p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.communication-standard-grid {
  display: grid;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.communication-standard-item {
  min-height: 260px;
  padding: 30px 28px 34px;
  background: rgba(255, 255, 255, 0.28);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.communication-standard-item > span {
  display: block;
  margin-bottom: 46px;
  color: var(--harbor-3);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.communication-standard-item h3 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2vw, 1.75rem);
  line-height: 1.12;
}

.communication-standard-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.decision-lens {
  padding: clamp(86px, 9vw, 126px) 0;
  color: var(--white);
  background: var(--harbor-2);
}

.decision-lens-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 170px minmax(0, 1fr) minmax(270px, 0.6fr);
  gap: clamp(40px, 7vw, 95px);
}

.lens-index {
  color: rgba(155, 199, 198, 0.28);
  font-family: var(--serif);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.lens-index span {
  display: block;
  color: var(--brass);
  font-size: 6.7rem;
}

.decision-lens h2 {
  color: var(--white);
  font-size: clamp(2.7rem, 4.3vw, 4rem);
}

.decision-lens-grid > div:last-child p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.75;
}

/* About */
.about-mast {
  padding: clamp(72px, 9vw, 122px) 0;
  background: var(--paper);
}

.about-mast-grid {
  display: grid;
  min-height: 640px;
  align-items: center;
  grid-template-columns: minmax(390px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(65px, 9vw, 130px);
}

.about-image-wrap {
  position: relative;
  min-height: 610px;
}

.about-image-field {
  position: absolute;
  top: 0;
  right: 38px;
  bottom: 48px;
  left: 0;
  overflow: hidden;
  background: var(--harbor-2);
  clip-path: polygon(0 0, 100% 0, 100% 84%, 84% 100%, 0 100%);
}

.about-image-field::after {
  position: absolute;
  inset: 20px;
  content: "";
  border: 1px solid rgba(239, 216, 161, 0.4);
}

.about-image-field img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  filter: saturate(0.88) contrast(1.06);
}

.image-coordinate {
  position: absolute;
  right: 24px;
  bottom: 22px;
  padding: 8px 12px;
  color: var(--brass-light);
  background: rgba(7, 29, 43, 0.86);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.about-image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: calc(100% - 42px);
  min-height: 56px;
  padding: 14px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--harbor);
  background: var(--brass);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-image-caption i {
  flex: 1;
  height: 1px;
  background: rgba(7, 29, 43, 0.35);
}

.about-mast h1 {
  max-width: 10ch;
  color: var(--harbor);
  font-size: clamp(3.7rem, 5.8vw, 5.5rem);
}

.about-mast-lede {
  max-width: 650px;
  margin: 31px 0 26px;
  color: var(--harbor-3);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.58rem);
  font-weight: 700;
  line-height: 1.48;
}

.about-story {
  background: var(--white);
  scroll-margin-top: 82px;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(65px, 9vw, 130px);
}

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

.story-copy p {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.82;
}

.story-copy p:first-child {
  color: var(--ink);
  font-size: 19px;
}

.about-photo-reserve {
  width: min(100%, 920px);
  margin: clamp(52px, 7vw, 86px) 0 0 auto;
}

.about-photo-reserve figcaption strong {
  max-width: 18ch;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.about-photo-reserve figcaption span {
  max-width: 52ch;
}

.credential-section {
  padding: clamp(88px, 9vw, 130px) 0;
  color: var(--white);
  background: var(--harbor-2);
}

.credential-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(390px, 1.2fr);
  gap: clamp(70px, 10vw, 145px);
}

.credential-section h2 {
  max-width: 11ch;
  color: var(--white);
  font-size: clamp(2.7rem, 4.4vw, 4rem);
}

.credential-list {
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}

.credential-list li {
  display: grid;
  min-height: 106px;
  padding: 25px 8px;
  align-items: center;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.credential-list li span {
  color: var(--brass);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.credential-list li p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.35;
}

.about-principle {
  padding: clamp(82px, 9vw, 126px) 0;
  background: var(--paper);
}

.principle-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: clamp(40px, 7vw, 95px);
}

.principle-mark {
  color: var(--brass);
  font-family: var(--serif);
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 1;
}

.principle-grid blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.6vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

/* Vote */
.vote-mast-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 650px;
  padding: clamp(84px, 9vw, 130px) 0;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
  gap: clamp(70px, 9vw, 130px);
}

.vote-mast h1 {
  max-width: 10ch;
  font-size: clamp(4.2rem, 7vw, 6.8rem);
}

.vote-date-card {
  position: relative;
  min-height: 430px;
  padding: 42px;
  color: var(--harbor);
  background: var(--brass);
  clip-path: polygon(0 0, 100% 0, 100% 89%, 89% 100%, 0 100%);
}

.vote-date-card::before {
  position: absolute;
  inset: 16px;
  content: "";
  border: 1px solid rgba(7, 29, 43, 0.28);
}

.vote-date-card p {
  position: relative;
  margin: 0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vote-date-card strong {
  position: relative;
  display: block;
  margin-top: 53px;
  font-family: var(--serif);
  font-size: clamp(4rem, 7vw, 6.2rem);
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.vote-date-card > span {
  position: relative;
  display: block;
  margin-top: 24px;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
}

.vote-date-card > i {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin: 38px 0 25px;
  background: rgba(7, 29, 43, 0.3);
}

.vote-date-card small {
  position: relative;
  display: block;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.election-calendar {
  background: var(--paper-2);
}

.election-calendar-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(430px, 1.28fr);
  gap: clamp(70px, 9vw, 130px);
}

.calendar-source {
  max-width: 460px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.calendar-source a {
  color: var(--harbor-3);
  font-weight: 750;
  text-underline-offset: 0.22em;
}

.election-date-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.election-date-item {
  display: grid;
  padding: 24px 18px;
  align-items: start;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 22px;
  border-bottom: 1px solid var(--line);
}

.election-date-item > span {
  padding-top: 4px;
  color: var(--brass);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.election-date-item small {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.election-date-item time {
  display: block;
  color: var(--harbor);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.25;
}

.election-date-item p {
  max-width: 580px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.voter-resources {
  background: var(--paper);
}

.voter-resource-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(430px, 1.28fr);
  gap: clamp(70px, 9vw, 130px);
}

.resource-intro {
  max-width: 450px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.resource-links {
  border-top: 1px solid var(--line);
}

.resource-card {
  display: grid;
  min-height: 142px;
  padding: 28px 18px;
  align-items: center;
  color: var(--harbor);
  grid-template-columns: 48px minmax(0, 1fr) 42px;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: color 200ms ease, background 200ms ease, padding 200ms var(--ease);
}

.resource-card:hover {
  padding-inline: 28px;
  color: var(--white);
  background: var(--harbor-2);
}

.resource-card > span {
  color: var(--brass);
  font-size: 10px;
  font-weight: 900;
}

.resource-card small {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.resource-card:hover small {
  color: var(--glass);
}

.resource-card strong {
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.25;
}

.resource-card > b {
  font-size: 1.4rem;
  font-weight: 400;
}

.contact-panel {
  padding: clamp(82px, 9vw, 120px) 0;
  color: var(--white);
  background: var(--harbor-2);
}

.contact-panel-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(70px, 10vw, 145px);
}

.contact-panel-grid-with-photo {
  align-items: stretch;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  gap: 28px clamp(48px, 7vw, 96px);
}

.vote-photo-reserve {
  width: 100%;
  min-height: 480px;
  grid-row: 1 / 3;
  grid-column: 1;
  aspect-ratio: 5 / 4;
}

.vote-photo-reserve figcaption {
  right: 28px;
  bottom: 28px;
  left: 28px;
}

.vote-photo-reserve figcaption small {
  font-size: 10px;
}

.vote-photo-reserve figcaption strong {
  max-width: 16ch;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.vote-photo-reserve figcaption span {
  max-width: 48ch;
  font-size: 11px;
}

.contact-panel-grid-with-photo .contact-panel-heading,
.contact-panel-grid-with-photo .contact-form-card {
  grid-column: 2;
}

.contact-panel h2 {
  max-width: 11ch;
  color: var(--white);
  font-size: clamp(2.8rem, 4.5vw, 4.1rem);
}

.contact-intro {
  max-width: 43ch;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.75;
}

.contact-email {
  display: grid;
  gap: 6px;
  margin: 22px 0 0;
}

.contact-email span {
  color: var(--brass-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.contact-email a {
  width: fit-content;
  color: var(--white);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  text-decoration-color: rgba(255, 255, 255, 0.38);
  text-underline-offset: 5px;
}

.contact-email a:hover,
.contact-email a:focus-visible {
  color: var(--brass-light);
  text-decoration-color: currentColor;
}

.contact-form-card {
  padding: clamp(26px, 3.6vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 18px 18px 0 rgba(4, 17, 28, 0.34);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 20px;
}

.contact-field {
  display: grid;
  gap: 10px;
}

.contact-field-wide {
  grid-column: 1 / -1;
}

.contact-field label {
  color: var(--brass-light);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.065);
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-field input {
  min-height: 54px;
  padding: 0 15px;
}

.contact-field textarea {
  min-height: 164px;
  padding: 15px;
  line-height: 1.6;
  resize: vertical;
}

.contact-field input:focus-visible,
.contact-field textarea:focus-visible {
  border-color: var(--glass);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 3px rgba(79, 154, 166, 0.24);
}

.contact-honeypot {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.contact-verification {
  min-height: 65px;
}

.contact-submit {
  display: flex;
  min-height: 58px;
  padding: 0 22px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  color: var(--harbor);
  background: var(--brass);
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.contact-submit:hover,
.contact-submit:focus-visible {
  color: var(--harbor);
  background: var(--brass-light);
  transform: translateY(-2px);
}

.contact-submit:focus-visible {
  outline: 3px solid var(--glass);
  outline-offset: 3px;
}

.contact-submit:disabled {
  opacity: 0.68;
  cursor: wait;
  transform: none;
}

.contact-submit b {
  font-size: 19px;
  font-weight: 400;
}

.contact-privacy {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  line-height: 1.65;
}

.contact-form-status {
  display: grid;
  padding: 20px;
  margin: 0 0 26px;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.055);
  outline: none;
}

.contact-form-status[hidden] {
  display: none;
}

.contact-form-status.is-error {
  border-color: rgba(255, 173, 140, 0.46);
  background: rgba(255, 173, 140, 0.08);
}

.contact-form-status.is-error .status-light {
  background: #ffad8c;
  box-shadow: 0 0 0 6px rgba(255, 173, 140, 0.13);
}

.status-light {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  background: var(--brass);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(214, 173, 89, 0.13);
}

.contact-form-status strong {
  display: block;
  color: var(--brass-light);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.45;
}

.contact-form-status p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.65;
}

.ballot-reminder {
  padding: clamp(86px, 9vw, 130px) 0;
  color: var(--white);
  background: var(--harbor-3);
}

.ballot-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  gap: clamp(45px, 7vw, 95px);
}

.ballot-grid .eyebrow {
  margin: 0;
}

.ballot-reminder h2 {
  max-width: 13ch;
  color: var(--white);
}

/* Footer */
.site-footer {
  color: rgba(255, 255, 255, 0.66);
  background: #04131d;
}

.footer-top {
  display: grid;
  padding: 48px 0 35px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 45px;
}

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

.footer-brand strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: 16px;
}

.footer-brand small {
  margin-top: 5px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}

.footer-nav a {
  font-size: 12px;
  font-weight: 800;
  text-underline-offset: 5px;
}

.footer-nav a[aria-current="page"] {
  color: var(--brass-light);
}

.footer-source-row {
  display: grid;
  padding: 24px 0 34px;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-source-row p {
  margin: 0;
  font-size: 11px;
  line-height: 1.6;
}

.footer-source-row ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.footer-source-row a {
  font-size: 11px;
  text-underline-offset: 4px;
}

.disclaimer {
  padding: 17px 0;
  color: var(--harbor);
  background: var(--brass-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

/* 404 */
.not-found-page {
  color: var(--white);
  background: var(--harbor);
}

.not-found {
  display: grid;
  min-height: 100vh;
  padding: 60px 0;
  place-items: center;
  text-align: center;
}

.not-found h1 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 8vw, 6rem);
  line-height: 1;
}

.not-found p {
  max-width: 580px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.72);
}

.not-found-status {
  margin-top: 48px !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Content is immediately readable; motion never controls its visibility. */
.js-ready [data-reveal] {
  opacity: 1;
  transform: none;
}

.js-ready [data-reveal-delay="1"] { transition-delay: 90ms; }
.js-ready [data-reveal-delay="2"] { transition-delay: 180ms; }

.js-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Hybrid candidate: original clarity with the five-page editorial system. */
.page-home .hero-grid {
  min-height: 620px;
  padding: clamp(68px, 7.5vw, 104px) 0 78px;
  grid-template-columns: minmax(0, 1.12fr) minmax(370px, 0.88fr);
  gap: clamp(54px, 7vw, 96px);
}

.page-home .hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(3.55rem, 5.3vw, 5.05rem);
  line-height: 0.98;
}

.page-home .hero-lede {
  max-width: 610px;
}

.field-report {
  position: relative;
  overflow: hidden;
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
}

.field-report::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(7, 29, 43, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 29, 43, 0.04) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, #000 0 60%, transparent 92%);
}

.field-report-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, 0.72fr);
  gap: clamp(68px, 8vw, 126px);
}

.home-video-teaser {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  color: var(--white);
  background: var(--harbor);
  border: 1px solid rgba(79, 154, 166, 0.42);
  box-shadow: 18px 18px 0 rgba(216, 173, 84, 0.34);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 94% 100%, 0 100%);
  text-decoration: none;
}

.home-video-teaser-ready img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms var(--ease), filter 420ms var(--ease);
}

.home-video-teaser-ready::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(7, 29, 43, 0.05), rgba(7, 29, 43, 0.76));
}

.home-video-teaser-ready:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.025);
}

.home-aerial-feature {
  margin: 0;
}

.home-aerial-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.home-aerial-feature picture,
.home-aerial-feature img {
  display: block;
  width: 100%;
  height: 100%;
}

.home-aerial-feature img {
  object-fit: cover;
  object-position: center;
}

.home-aerial-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 29, 43, 0.05) 34%, rgba(7, 29, 43, 0.86) 100%),
    linear-gradient(90deg, rgba(7, 29, 43, 0.18), transparent 54%);
  pointer-events: none;
}

.home-aerial-badge {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 26px;
  display: flex;
  padding: 9px 12px;
  margin: 0;
  align-items: center;
  gap: 8px;
  color: var(--harbor);
  background: var(--brass-light);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-aerial-badge span {
  width: 7px;
  height: 7px;
  background: var(--harbor-3);
  border-radius: 50%;
}

.home-aerial-caption {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 26px;
  left: 30px;
  display: grid;
  padding-top: 15px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 18px;
  color: var(--white);
  border-top: 1px solid rgba(155, 199, 198, 0.54);
}

.home-aerial-caption strong {
  grid-column: 1 / -1;
  max-width: 44ch;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.home-aerial-caption span,
.home-aerial-caption small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-transform: uppercase;
}

.home-aerial-caption small {
  text-align: right;
}

/* Candidate aerial: a cinematic establishing shot, not a small media card. */
.field-report[data-layout="cinematic"] {
  padding: 0;
  background: var(--paper-2);
}

.field-report[data-layout="cinematic"]::before {
  display: none;
}

.field-report[data-layout="cinematic"] .field-report-grid {
  display: block;
  width: 100%;
  max-width: none;
}

.field-report[data-layout="cinematic"] .home-aerial-feature {
  overflow: visible;
  aspect-ratio: auto;
  background: var(--harbor);
  border: 0;
  box-shadow: none;
  clip-path: none;
}

.field-report[data-layout="cinematic"] .home-aerial-media {
  aspect-ratio: 16 / 9;
}

.field-report[data-layout="cinematic"] .home-aerial-feature img {
  object-position: 50% 56%;
}

.field-report[data-layout="cinematic"] .home-aerial-shade {
  background:
    linear-gradient(90deg, rgba(7, 29, 43, 0.2), rgba(7, 29, 43, 0.03) 50%, transparent 72%),
    linear-gradient(180deg, rgba(7, 29, 43, 0.02) 62%, rgba(7, 29, 43, 0.3));
}

.field-report[data-layout="cinematic"] .home-aerial-badge {
  right: max(32px, calc((100vw - var(--shell)) / 2));
  left: auto;
}

.field-report[data-layout="cinematic"] .home-aerial-caption {
  position: static;
  padding: 17px max(32px, calc((100vw - var(--shell)) / 2));
  align-items: center;
  color: var(--white);
  background: var(--harbor);
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px 28px;
  border-top: 1px solid rgba(155, 199, 198, 0.42);
}

.field-report[data-layout="cinematic"] .home-aerial-caption strong {
  grid-column: auto;
  max-width: none;
  font-size: clamp(0.95rem, 1.4vw, 1.18rem);
}

.field-report[data-layout="cinematic"] .home-aerial-caption span,
.field-report[data-layout="cinematic"] .home-aerial-caption small {
  font-size: 11px;
}

.field-report[data-layout="cinematic"] .field-report-copy {
  position: absolute;
  z-index: 3;
  top: clamp(48px, 7vw, 112px);
  left: max(32px, calc((100% - var(--shell)) / 2));
  width: min(500px, calc(100% - 64px));
  max-width: none;
  padding: clamp(36px, 4.4vw, 58px);
  background: rgba(243, 240, 232, 0.97);
  border-top: 6px solid var(--brass);
  box-shadow: 18px 18px 0 rgba(216, 173, 84, 0.42);
}

.field-report[data-layout="cinematic"] .field-report-kicker {
  margin-bottom: 28px;
}

.field-report[data-layout="cinematic"] .field-report-copy h2 {
  max-width: 9ch;
  font-size: clamp(3rem, 4.4vw, 4.45rem);
}

.home-video-watch {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 32px;
  left: 34px;
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-video-watch i {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--harbor);
  background: var(--brass);
  border-radius: 50%;
  font-size: 15px;
  font-style: normal;
}

.video-review-frame {
  background:
    radial-gradient(circle at 78% 26%, rgba(79, 154, 166, 0.2), transparent 32%),
    linear-gradient(145deg, var(--harbor) 0 66%, var(--harbor-2) 66%);
}

.video-grid-art {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(155, 199, 198, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(155, 199, 198, 0.16) 1px, transparent 1px);
  background-size: 54px 54px;
}

.video-horizon {
  position: absolute;
  right: 8%;
  bottom: 23%;
  left: 8%;
  height: 1px;
  background: rgba(155, 199, 198, 0.62);
  box-shadow: 0 13px 0 rgba(155, 199, 198, 0.28), 0 25px 0 rgba(155, 199, 198, 0.15);
}

.video-bridge-silhouette {
  position: absolute;
  right: 9%;
  bottom: 28%;
  left: 9%;
  height: 92px;
  border-bottom: 7px solid var(--brass);
}

.video-bridge-silhouette i,
.video-bridge-silhouette b {
  position: absolute;
  bottom: -7px;
  display: block;
  width: 8px;
  background: var(--brass);
}

.video-bridge-silhouette i {
  height: 86px;
}

.video-bridge-silhouette i::after {
  position: absolute;
  top: 24px;
  left: -13px;
  width: 34px;
  height: 4px;
  content: "";
  background: var(--brass);
}

.video-bridge-silhouette i:first-child { left: 35%; }
.video-bridge-silhouette i:nth-child(2) { right: 32%; }
.video-bridge-silhouette b { bottom: -38px; height: 38px; }
.video-bridge-silhouette b:nth-child(3) { left: 18%; }
.video-bridge-silhouette b:nth-child(4) { right: 15%; }

.video-field-title {
  position: absolute;
  top: 34px;
  left: 36px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.video-field-title strong {
  display: block;
  margin-top: 8px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.3vw, 3.1rem);
  letter-spacing: -0.045em;
  line-height: 1;
  text-transform: none;
}

.video-coordinate {
  position: absolute;
  right: 36px;
  bottom: 37px;
  display: flex;
  margin: 0;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.video-coordinate span {
  width: 28px;
  height: 1px;
  background: var(--brass);
}

.field-report-copy {
  max-width: 440px;
}

.field-report-kicker {
  display: grid;
  margin-bottom: 40px;
  align-items: center;
  color: var(--muted);
  grid-template-columns: auto minmax(24px, 1fr) auto;
  gap: 13px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.field-report-kicker i {
  height: 1px;
  background: var(--line);
}

.field-report-kicker strong {
  color: var(--harbor-3);
  font-weight: 900;
}

.field-report-copy h2 {
  max-width: 10ch;
  margin: 0 0 25px;
  color: var(--harbor);
  font-family: var(--serif);
  font-size: clamp(3rem, 4.8vw, 4.45rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.field-report-copy > p:not(.eyebrow) {
  margin: 0 0 31px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.video-review-badge {
  position: absolute;
  z-index: 3;
  right: 26px;
  bottom: 72px;
  display: flex;
  padding: 10px 13px;
  align-items: center;
  gap: 8px;
  color: var(--harbor);
  background: var(--brass-light);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-review-badge i {
  width: 7px;
  height: 7px;
  background: var(--harbor-3);
  border-radius: 50%;
}

.bridge-video-card {
  position: relative;
  z-index: 2;
  margin: 0;
  align-self: center;
}

.bridge-video-stage {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #020b11;
  border: 1px solid rgba(155, 199, 198, 0.42);
  box-shadow: 16px 16px 0 rgba(216, 173, 84, 0.24);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 94% 100%, 0 100%);
}

.bridge-video-stage video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bridge-video-card figcaption {
  max-width: 58ch;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.65;
}

.bridge-video-actions {
  display: flex;
  margin-top: 26px;
  align-items: center;
  gap: 26px;
}

.bridge-video-support {
  padding: clamp(78px, 9vw, 126px) 0;
  color: var(--white);
  background: var(--harbor-2);
  border-top: 1px solid rgba(155, 199, 198, 0.25);
}

.bridge-video-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(66px, 9vw, 132px);
}

.bridge-video-support h2 {
  max-width: 11ch;
  margin: 0 0 25px;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4.4vw, 4rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.bridge-video-support p {
  max-width: 47ch;
  color: rgba(255, 255, 255, 0.7);
}

.video-transcript {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.video-transcript summary {
  min-height: 64px;
  padding: 21px 4px;
  cursor: pointer;
  color: var(--brass-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-transcript-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.video-seek {
  display: grid;
  padding: 23px 4px;
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 20px;
  text-decoration: none;
  transition: background 180ms var(--ease), padding 180ms var(--ease);
}

.video-seek:hover {
  padding-inline: 13px;
  background: rgba(255, 255, 255, 0.055);
}

.video-seek time {
  color: var(--brass);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.video-seek strong,
.video-seek small {
  display: block;
}

.video-seek strong {
  font-family: var(--serif);
  font-size: 1.2rem;
}

.video-seek small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.6;
}

.home-case::before {
  display: none;
}

.home-case-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 0;
}

.home-case-copy {
  min-height: 100%;
  padding: 18px 0 14px clamp(46px, 7vw, 98px);
  border-left: 1px solid var(--line);
}

.home-fact-row {
  display: grid;
  margin-top: 74px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.home-fact-row .fact {
  min-height: 245px;
  padding: 28px 30px;
  background: rgba(255, 255, 255, 0.3);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-fact-row .fact-value {
  margin-top: 30px;
  color: var(--harbor);
  font-size: clamp(1.8rem, 2.8vw, 2.55rem);
}

.home-fact-row .fact-detail {
  color: var(--muted);
}

.home-source {
  display: flex;
  margin: 20px 0 0;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-source span {
  color: var(--harbor-3);
}

.home-source a {
  text-underline-offset: 4px;
}

.home-priorities {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--harbor-2);
}

.home-priorities::after {
  position: absolute;
  top: -20%;
  right: -12%;
  width: 58%;
  height: 140%;
  content: "";
  background: rgba(79, 154, 166, 0.07);
  transform: skewX(-13deg);
}

.home-priorities .shell {
  position: relative;
  z-index: 1;
}

.home-priority-heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: clamp(60px, 9vw, 130px);
}

.home-priority-heading h2,
.home-about h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.75rem, 4.5vw, 4.1rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.03;
  text-wrap: balance;
}

.home-priority-heading h2 {
  max-width: 11ch;
  color: var(--white);
}

.home-priority-heading > div:last-child > p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.75;
}

.home-priority-grid {
  display: grid;
  margin-top: 60px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.home-priority-card {
  position: relative;
  min-height: 345px;
  padding: 30px 28px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.035);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
  transition: background 220ms var(--ease), transform 220ms var(--ease);
}

.home-priority-card:hover {
  z-index: 2;
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-5px);
}

.home-priority-card > span {
  color: var(--brass);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.home-priority-card h3 {
  margin: 58px 0 18px;
  color: var(--brass-light);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.home-priority-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.72;
}

.home-priority-card > b {
  position: absolute;
  top: 26px;
  right: 28px;
  font-size: 1.25rem;
  font-weight: 400;
  transition: transform 180ms var(--ease);
}

.home-priority-card:hover > b {
  color: var(--brass);
  transform: translateX(5px);
}

.home-about {
  background: var(--paper-2);
}

.home-about-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 170px minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: clamp(45px, 7vw, 95px);
}

.home-about-mark {
  display: grid;
  width: 138px;
  height: 138px;
  padding: 20px;
  place-content: center;
  color: var(--harbor);
  border: 1px solid rgba(7, 29, 43, 0.28);
  text-align: center;
}

.home-about-mark span {
  color: var(--brass);
  font-family: var(--serif);
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 0.9;
}

.home-about-mark small {
  margin-top: 13px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-about h2 {
  max-width: 10ch;
  color: var(--harbor);
}

.home-about-copy p {
  margin: 0 0 28px;
  color: var(--harbor-3);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.8vw, 1.48rem);
  font-weight: 700;
  line-height: 1.5;
}

.page-mast-grid {
  min-height: 590px;
  padding: clamp(72px, 8vw, 108px) 0;
}

.page-mast h1 {
  max-width: 13ch;
  font-size: clamp(3.45rem, 5vw, 4.9rem);
  line-height: 0.98;
}

.mast-priorities h1 {
  font-size: clamp(3.35rem, 4.7vw, 4.7rem);
}

.about-mast h1 {
  font-size: clamp(3.45rem, 5vw, 4.95rem);
  line-height: 0.98;
}

@media (max-width: 1040px) {
  .js-ready .nav-toggle {
    display: inline-flex;
  }

  .header-row {
    flex-wrap: wrap;
  }

  .hero-brand-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .hero-brand-row .page-index,
  .hero-brand-lockup {
    width: min(100%, 350px);
    flex: 0 1 auto;
  }

  .primary-nav {
    width: 100%;
  }

  .primary-nav ul {
    padding: 0 0 16px;
    align-items: stretch;
    flex-direction: column;
  }

  .primary-nav a,
  .primary-nav .nav-vote a {
    display: flex;
    min-height: 48px;
    padding: 11px 5px;
    margin: 0;
    color: var(--white);
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .primary-nav .nav-vote a:hover,
  .primary-nav .nav-vote.is-active a {
    color: var(--brass-light);
    background: transparent;
  }

  .primary-nav a i {
    right: 5px;
    bottom: -1px;
    left: 5px;
  }

  .js-ready .primary-nav {
    display: none;
  }

  .js-ready .primary-nav.open {
    display: block;
  }

  .hero-grid,
  .page-mast-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
    gap: 50px;
  }

  .hero-copy h1,
  .page-mast h1 {
    font-size: clamp(3.45rem, 6vw, 4.6rem);
  }

  .pullquote-grid {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .pullquote-action {
    grid-column: 2;
  }

  .priority-ledger-item {
    grid-template-columns: 130px minmax(0, 1fr) 44px;
  }

  .priority-ledger-item-with-photo {
    grid-template-columns: 110px minmax(0, 1fr) minmax(240px, 300px);
  }

  .priority-ledger-item-with-photo > i {
    display: none;
  }

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

  .decision-lens-grid {
    grid-template-columns: 125px minmax(0, 1fr);
  }

  .decision-lens-grid > div:last-child {
    grid-column: 2;
  }

  .vote-mast-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
    gap: 50px;
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(calc(100% - 42px), var(--shell));
  }

  .page-home .hero-grid {
    min-height: auto;
    padding: 74px 0 86px;
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .page-home .hero-campaign-post {
    width: min(100%, 480px);
  }

  .field-report-grid,
  .bridge-video-support-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .field-report-copy {
    max-width: 650px;
  }

  .field-report-copy h2 {
    max-width: 12ch;
  }

  .hero-grid,
  .page-mast-grid,
  .mast-priorities .page-mast-grid,
  .about-mast-grid,
  .vote-mast-grid,
  .home-case-grid,
  .plan-lead,
  .about-story-grid,
  .credential-grid,
  .election-calendar-grid,
  .voter-resource-grid,
  .contact-panel-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .page-mast-grid,
  .vote-mast-grid {
    min-height: auto;
    padding: 74px 0 86px;
    gap: 70px;
  }

  .hero-campaign-post {
    width: min(100%, 480px);
  }

  .home-case::before {
    display: none;
  }

  .home-case-copy {
    padding-top: 0;
  }

  .home-case-copy {
    padding: 36px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .home-fact-row,
  .home-priority-grid {
    grid-template-columns: 1fr;
  }

  .home-priority-heading,
  .home-about-grid {
    grid-template-columns: 1fr;
  }

  .home-priority-heading,
  .home-about-grid {
    gap: 44px;
  }

  .home-priority-card {
    min-height: 0;
  }

  .home-about-mark {
    width: 118px;
    height: 118px;
  }

  .fact-band-grid,
  .bridge-fact-grid,
  .plan-track {
    grid-template-columns: 1fr;
  }

  .fact-band .fact,
  .fact-band .fact:first-child {
    min-height: 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .plan-track {
    margin-left: 7px;
    border-top: 0;
    border-left: 2px solid var(--brass);
  }

  .plan-step,
  .plan-step + .plan-step {
    min-height: 0;
    padding: 30px 0 38px 42px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .plan-step::before,
  .plan-step + .plan-step::before {
    top: 37px;
    left: -8px;
  }

  .plan-step h3 {
    margin-top: 24px;
  }

  .plan-statement {
    grid-template-columns: 5px minmax(0, 1fr);
  }

  .plan-statement p {
    grid-column: 2;
  }

  .split-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ledger-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .priority-ledger-item {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .priority-ledger-item-with-photo {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .priority-photo-reserve {
    width: min(100%, 480px);
    grid-column: 2;
  }

  .priority-ledger-item > i {
    display: none;
  }

  .communication-standard-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .principle-grid {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  .principle-grid .button {
    grid-column: 2;
    justify-self: start;
  }

  .home-vote-grid {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .date-mark {
    grid-column: 1;
    grid-row: 2;
  }

  .home-vote .round-link {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .ballot-grid {
    grid-template-columns: 1fr auto;
  }

  .ballot-grid .eyebrow {
    grid-column: 1;
  }

  .ballot-grid h2 {
    grid-column: 1;
  }

  .ballot-grid .round-link {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .footer-top,
  .footer-source-row {
    grid-template-columns: 1fr;
  }

  .footer-nav ul {
    gap: 8px 18px;
  }
}

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

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-field-wide {
    grid-column: auto;
  }

  .contact-verification,
  .contact-verification .cf-turnstile {
    width: 100%;
  }

  .review-ribbon {
    padding: 7px 10px;
    font-size: 9px;
    letter-spacing: 0.08em;
    line-height: 1.45;
  }

  .review-ribbon span {
    padding-inline: 4px;
  }

  .site-header,
  .header-row {
    min-height: 70px;
  }

  .brand-logo {
    width: 190px;
  }

  .hero-brand-lockup {
    width: min(100%, 350px);
  }

  .brand-mark {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  .brand-copy strong { font-size: 17px; }
  .brand-copy span { font-size: 7.5px; letter-spacing: 0.09em; }

  .page-index {
    margin-bottom: 35px;
  }

  .communication-standard-grid {
    grid-template-columns: 1fr;
  }

  .communication-standard-item {
    min-height: 0;
  }

  .communication-standard-item > span {
    margin-bottom: 28px;
  }

  .hero-grid,
  .page-mast-grid,
  .vote-mast-grid {
    padding: 60px 0 72px;
  }

  .page-home .hero-grid {
    padding: 58px 0 72px;
    gap: 58px;
  }

  .hero-copy h1,
  .page-mast h1,
  .about-mast h1,
  .vote-mast h1 {
    font-size: clamp(3.1rem, 14vw, 4.2rem);
  }

  .page-home .hero-copy h1 {
    max-width: 10.5ch;
    font-size: clamp(2.85rem, 12vw, 3.75rem);
  }

  .page-mast h1,
  .about-mast h1 {
    font-size: clamp(2.85rem, 12vw, 3.75rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-actions .text-link {
    width: 100%;
    min-height: 48px;
    padding: 13px 17px;
    align-self: stretch;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.42);
  }

  .hero-campaign-post img {
    box-shadow: 12px 16px 0 rgba(4, 19, 29, 0.34), 0 24px 54px rgba(0, 0, 0, 0.3);
  }

  .spine-grid,
  .route-grid {
    grid-template-columns: 1fr;
  }

  .spine-item {
    min-height: 66px;
    padding: 15px 18px;
    border-right: 1px solid rgba(7, 29, 43, 0.22);
    border-bottom: 1px solid rgba(7, 29, 43, 0.22);
  }

  .section {
    padding: 74px 0;
  }

  .field-report-grid,
  .bridge-video-support-grid {
    gap: 46px;
  }

  .home-video-teaser,
  .bridge-video-stage {
    box-shadow: 9px 9px 0 rgba(216, 173, 84, 0.3);
  }

  .home-aerial-badge {
    top: 17px;
    left: 19px;
    padding: 8px 10px;
    font-size: 7px;
  }

  .home-aerial-caption {
    right: 22px;
    bottom: 20px;
    left: 22px;
    grid-template-columns: 1fr;
  }

  .home-aerial-caption strong {
    font-size: 1.05rem;
  }

  .home-aerial-caption small {
    text-align: left;
  }

  .video-field-title {
    top: 24px;
    left: 23px;
  }

  .video-field-title strong {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .video-coordinate {
    right: 23px;
    bottom: 27px;
    font-size: 9px;
  }

  .field-report-kicker {
    margin-bottom: 30px;
  }

  .field-report-copy h2 {
    font-size: clamp(2.65rem, 12vw, 3.45rem);
  }

  .field-report-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .video-review-badge {
    right: 17px;
    bottom: 62px;
    max-width: calc(100% - 34px);
    font-size: 8px;
  }

  .bridge-video-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bridge-video-actions .text-link {
    align-self: flex-start;
  }

  .video-seek {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
  }

  .home-case h2,
  .home-priority-heading h2,
  .home-about h2,
  .route-heading h2,
  .section-intro h2,
  .plan-lead h2,
  .ledger-heading h2,
  .decision-lens h2,
  .about-story h2,
  .credential-section h2,
  .election-calendar h2,
  .voter-resources h2,
  .contact-panel h2,
  .next-page h2,
  .ballot-reminder h2 {
    font-size: clamp(2.45rem, 11vw, 3.25rem);
  }

  .route-heading {
    align-items: start;
    flex-direction: column;
  }

  .route-count {
    padding: 0;
  }

  .route-card {
    min-height: 265px;
    padding: 27px 25px;
  }

  .route-card h3 {
    margin-top: 58px;
  }

  .fact-band-heading {
    align-items: start;
    flex-direction: column;
  }

  .fact-band .fact,
  .bridge-fact-grid .fact {
    min-height: 0;
    padding: 28px 24px;
  }

  .fact-value {
    margin-top: 24px;
  }

  .home-fact-row {
    margin-top: 52px;
  }

  .home-fact-row .fact {
    min-height: 0;
    padding: 27px 24px;
  }

  .home-source {
    align-items: flex-end;
    flex-direction: column;
  }

  .home-priority-heading > div:last-child > p {
    font-size: 15px;
  }

  .home-priority-card {
    padding: 27px 24px;
  }

  .home-priority-card h3 {
    margin-top: 42px;
  }

  .pullquote-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pullquote-mark {
    font-size: 5rem;
  }

  .pullquote-action {
    grid-column: auto;
  }

  .home-vote-grid,
  .ballot-grid {
    grid-template-columns: 1fr;
  }

  .date-mark,
  .home-vote .round-link,
  .ballot-grid .eyebrow,
  .ballot-grid h2,
  .ballot-grid .round-link {
    grid-column: auto;
    grid-row: auto;
  }

  .round-link {
    width: 108px;
    height: 108px;
  }

  .bridge-blueprint {
    min-height: 360px;
  }

  .bridge-blueprint .blueprint-label {
    right: 16px;
    left: 16px;
  }

  .bridge-blueprint .blueprint-label span {
    font-size: 8px;
  }

  .bridge-blueprint .blueprint-label b {
    font-size: 1rem;
  }

  .source-note {
    align-items: flex-end;
    flex-direction: column;
  }

  .plan-statement {
    gap: 24px;
  }

  .next-page-grid {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .signal-stack .spine-item {
    min-height: 92px;
  }

  .priority-ledger-item {
    min-height: 0;
    padding: 40px 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .priority-ledger-item-with-photo {
    grid-template-columns: 1fr;
  }

  .priority-photo-reserve {
    width: 100%;
    grid-column: auto;
  }

  .photo-reserve figcaption span {
    font-size: 8px;
  }

  .about-photo-reserve {
    margin-top: 44px;
  }

  .priority-number {
    font-size: 4rem;
  }

  .priority-ledger-copy p {
    font-size: 16px;
  }

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

  .decision-lens-grid > div:last-child {
    grid-column: auto;
  }

  .about-mast {
    padding: 64px 0 76px;
  }

  .about-mast-grid {
    min-height: auto;
  }

  .about-image-wrap {
    min-height: 500px;
  }

  .about-image-field {
    right: 18px;
  }

  .about-image-caption {
    width: calc(100% - 20px);
    font-size: 8px;
  }

  .credential-grid {
    gap: 50px;
  }

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

  .principle-grid .button {
    grid-column: auto;
  }

  .vote-date-card {
    min-height: 380px;
    padding: 34px;
  }

  .vote-date-card strong {
    font-size: clamp(3.6rem, 17vw, 5rem);
  }

  .election-calendar-grid,
  .voter-resource-grid,
  .contact-panel-grid {
    gap: 52px;
  }

  .resource-card {
    padding-inline: 8px;
    grid-template-columns: 36px minmax(0, 1fr) 28px;
    gap: 13px;
  }

  .resource-card:hover {
    padding-inline: 14px;
  }

  .resource-card strong {
    font-size: 1.2rem;
  }

  .election-date-item {
    padding-inline: 8px;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 13px;
  }

  .election-date-item time {
    font-size: 1.2rem;
  }

  .contact-form-card {
    padding: 24px 20px;
  }

  .footer-nav ul,
  .footer-source-row ul {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .header-row {
    width: calc(100% - 22px);
  }

  .contact-form-card {
    padding: 22px 16px;
  }

  .brand {
    gap: 8px;
  }

  .brand-logo {
    width: 174px;
  }

  .brand-copy strong {
    font-size: 15px;
  }

  .brand-copy span {
    max-width: 148px;
    font-size: 6.5px;
    white-space: nowrap;
  }

  .nav-toggle {
    min-width: 64px;
    padding-inline: 9px;
  }

  .hero-copy h1,
  .page-mast h1,
  .about-mast h1,
  .vote-mast h1 {
    font-size: 2.95rem;
  }

  .about-image-wrap {
    min-height: 440px;
  }
}

@media (max-width: 820px) {
  .field-report[data-layout="cinematic"] {
    padding-bottom: 74px;
  }

  .field-report[data-layout="cinematic"] .home-aerial-media {
    aspect-ratio: 4 / 3;
  }

  .field-report[data-layout="cinematic"] .home-aerial-feature img {
    object-position: 65% 58%;
  }

  .field-report[data-layout="cinematic"] .home-aerial-caption {
    padding-inline: 21px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .field-report[data-layout="cinematic"] .home-aerial-caption strong {
    grid-column: 1 / -1;
  }

  .field-report[data-layout="cinematic"] .field-report-copy {
    position: relative;
    top: auto;
    left: auto;
    width: min(calc(100% - 42px), 650px);
    margin: 44px auto 0;
  }

  .bridge-context-media {
    aspect-ratio: 4 / 3;
  }

  .bridge-context-media img {
    object-position: 65% 58%;
  }

  .bridge-context-figure figcaption {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .bridge-context-figure figcaption strong {
    grid-column: 1 / -1;
  }

  .contact-panel-grid-with-photo {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .contact-panel-grid-with-photo .vote-photo-reserve,
  .contact-panel-grid-with-photo .contact-panel-heading,
  .contact-panel-grid-with-photo .contact-form-card {
    grid-row: auto;
    grid-column: auto;
  }

  .vote-photo-reserve {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }
}

@media (max-width: 620px) {
  .field-report[data-layout="cinematic"] .home-aerial-badge {
    top: 16px;
    right: 17px;
    left: auto;
  }

  .field-report[data-layout="cinematic"] .home-aerial-caption {
    padding: 14px 17px 16px;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .field-report[data-layout="cinematic"] .home-aerial-caption strong {
    font-size: 0.98rem;
  }

  .field-report[data-layout="cinematic"] .home-aerial-caption small {
    text-align: left;
  }

  .field-report[data-layout="cinematic"] .field-report-copy {
    width: calc(100% - 34px);
    padding: 31px 24px 35px;
    box-shadow: 10px 10px 0 rgba(216, 173, 84, 0.36);
  }

  .bridge-context-figure {
    box-shadow: 9px 9px 0 rgba(216, 173, 84, 0.26);
  }

  .bridge-context-figure figcaption {
    padding: 14px 17px 16px;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .vote-photo-reserve {
    aspect-ratio: 4 / 3;
  }

  .vote-photo-reserve figcaption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .js-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* September 2026: a compact, photograph-led campaign site. */
:root { --shell: 1160px; --paper: #f8f5ee; --brass: #dfb661; }
html { scroll-padding-top: 108px; }
h1, h2, h3 { text-wrap: balance; }
.page main h2 { max-width: 24ch; font-family: var(--serif); font-size: clamp(2rem,3.4vw,3rem); font-weight: 400; line-height: 1.15; letter-spacing: -.035em; }
.site-header { color: var(--harbor); background: #f8f5ee; border-bottom: 1px solid #ded9cc; backdrop-filter: none; }
.header-row { min-height: 88px; gap: 20px; }
.brand-logo { width: 228px; border: 0; border-radius: 0; box-shadow: none; }
.primary-nav a, .primary-nav a:hover, .primary-nav .is-active:not(.nav-vote) a { color: var(--harbor); font-size: 13px; font-weight: 700; }
.primary-nav .nav-vote a { margin-left: 0; padding-inline: 12px; background: transparent; }
.primary-nav .nav-vote a:hover, .primary-nav .nav-vote.is-active a { background: transparent; }
.primary-nav .nav-vote a i { display: block; }
.primary-nav .nav-contact a { margin-left: 12px; padding-inline: 23px; color: white; background: var(--harbor); }
.primary-nav .nav-contact a:hover { color: white; background: var(--harbor-3); }
.primary-nav .nav-contact a i { display: none; }
.nav-toggle { color: var(--harbor); border-color: #9b9c92; }
.button { border-radius: 2px; min-height: 50px; font-size: 13px; font-weight: 700; letter-spacing: .015em; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.text-link { min-height: 44px; font-size: 14px; }
.home-intro { position: relative; color: white; background: var(--harbor); border-bottom: 4px solid var(--brass); }
.home-intro-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,420px); align-items: center; gap: clamp(38px,6vw,88px); padding-block: 58px 64px; }
.home-intro-copy h1 { max-width: 13ch; margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(2.75rem,4.8vw,4.4rem); line-height: 1.04; letter-spacing: -.04em; }
.home-intro-lede { max-width: 55ch; margin: 26px 0 0; color: #dae2e5; font-size: 17px; line-height: 1.7; }
.home-intro-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 28px; margin-top: 30px; }
.home-intro-art { width: 100%; max-width: 420px; justify-self: end; box-shadow: 0 16px 42px #0004; }
.home-intro-art img { width: 100%; height: auto; aspect-ratio: 4 / 5; }
.home-bridge-block, .home-agenda, .home-profile { padding-block: 76px; }
.home-bridge-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,1fr); align-items: center; gap: 52px; }
.home-bridge-photo { margin: 0; }
.home-bridge-photo img { width: 100%; height: auto; aspect-ratio: 16 / 9; }
.home-bridge-photo figcaption { margin-top: 14px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.home-bridge-photo figcaption span { display: block; }
.home-bridge-copy h2, .home-agenda h2, .home-profile h2, .home-election h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(2rem,3.4vw,3rem); line-height: 1.12; letter-spacing: -.035em; }
.home-bridge-copy > p:not(.eyebrow), .home-profile p:not(.eyebrow) { margin: 22px 0 16px; color: #425561; font-size: 16px; line-height: 1.75; }
.home-agenda { color: white; background: var(--harbor); }
.home-agenda-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.home-agenda h2 { max-width: 24ch; }
.home-agenda-heading .text-link { flex: 0 0 auto; }
.home-agenda-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; margin-top: 38px; }
.home-agenda .home-priority-card { min-height: 0; padding: 22px 0 0; background: none; border: 0; border-top: 1px solid #70828a; }
.home-agenda .home-priority-card:hover { transform: none; background: none; }
.home-agenda .home-priority-card h3 { margin: 20px 0 16px; color: #f4dfb3; font-size: 1.7rem; font-weight: 400; line-height: 1.2; }
.home-agenda .home-priority-card p { color: #d5dfe4; font-size: 15px; line-height: 1.7; }
.home-agenda .home-priority-card > b { top: 17px; right: 0; }
.home-profile { background: #ede8dd; }
.home-profile-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 72px; align-items: center; }
.home-profile h2 { max-width: 22ch; }
.home-profile p:not(.eyebrow) { margin-top: 0; font-size: 18px; }
.home-election { padding-block: 48px; color: white; background: #123548; }
.home-election-grid { display: flex; justify-content: space-between; gap: 32px; align-items: center; }
.home-election p:last-child { margin: 12px 0 0; color: #d5dfe4; font-size: 14px; }
.home-election .eyebrow { margin-bottom: 12px; }
.site-footer { color: var(--harbor); background: #f8f5ee; }
.footer-contact-row { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding-block: 42px; border-bottom: 1px solid #d7d2c7; }
.footer-contact-row .eyebrow { margin-bottom: 8px; }
.footer-email { color: var(--harbor); font-family: var(--serif); font-size: clamp(1.25rem,2.3vw,1.75rem); text-decoration-thickness: 1px; text-underline-offset: 5px; overflow-wrap: anywhere; }
.footer-top { padding-block: 34px; gap: 24px; }
.footer-logo { width: 230px; border: 0; border-radius: 0; }
.footer-nav a { color: var(--harbor); font-size: 13px; }
.footer-nav a[aria-current="page"] { color: var(--harbor-3); }
.footer-source-row { border-top-color: #d7d2c7; color: #435661; }
.footer-source-row a { font-size: 12px; }
.disclaimer { padding-block: 20px; background: #eae3d5; text-transform: none; letter-spacing: 0; font-weight: 600; line-height: 1.6; }
.page-mast-grid { min-height: 0; padding-block: 68px; gap: 52px; }
.page-mast h1, .about-mast h1, .vote-mast h1 { max-width: 20ch; font-size: clamp(2.6rem,3.7vw,3.6rem); font-weight: 400; line-height: 1.1; }
.page-mast .bridge-context-figure { width: 100%; margin: 0; box-shadow: none; border-color: #64737a; }
.page-mast .bridge-context-media { aspect-ratio: 4 / 3; }
.page-mast .bridge-context-media img { object-position: 62% center; }
.page-mast .bridge-context-figure figcaption { grid-template-columns: 1fr; padding: 18px; gap: 8px; }
.page-mast .bridge-context-figure figcaption strong { font-size: 13px; line-height: 1.5; }
.page-mast .bridge-context-figure figcaption span { font-size: 11px; }
.section { padding-block: 76px; }
.about-mast { padding-block: 64px; }
.about-mast-grid { min-height: 0; gap: 64px; }
.about-image-wrap { position: relative; min-height: 0; width: min(100%,440px); }
.about-image-field { position: relative; inset: auto; padding: 0; clip-path: none; border: 0; }
.about-image-field::after { display: none; }
.about-image-field img { position: static; width: 100%; height: auto; aspect-ratio: 1122 / 1402; object-fit: contain; filter: none; }
.about-mast-lede { color: #425561; font-family: var(--sans); font-size: 18px; font-weight: 400; line-height: 1.75; }
.vote-mast-grid { min-height: 0; padding-block: 64px; }
.vote-date-card { min-height: 340px; }
.next-page, .credential-section, .about-principle, .contact-panel, .ballot-reminder { padding-block: 68px; }
.page-index { margin-bottom: 24px; }
.contact-panel { scroll-margin-top: 0; }
.contact-panel h2 { max-width: 19ch; font-size: clamp(2rem,3.4vw,3rem); font-weight: 400; line-height: 1.15; }
.contact-email a { overflow-wrap: anywhere; }
.contact-panel-grid > *, .contact-form-card, .contact-form, .contact-field { min-width: 0; }
.contact-verification { min-height: 140px; }
.contact-form input, .contact-form textarea { font-size: 16px; }
.newsletter-panel { padding-block: 56px; background: #e8eee9; }
.newsletter-panel .shell { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.newsletter-panel h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 2.2rem; line-height: 1.15; font-weight: 400; }
.newsletter-panel p { color: #425561; }
.newsletter-form { display: flex; flex-wrap: wrap; gap: 12px; }
.newsletter-form label, .newsletter-form .newsletter-privacy { flex-basis: 100%; }
.newsletter-form input[type="email"] { min-width: 0; flex: 1 1 200px; padding: 13px; border: 1px solid #7b8d8e; border-radius: 2px; font: inherit; background: white; }
.newsletter-form button { cursor: pointer; }
.newsletter-form .newsletter-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; }
.newsletter-form input[type="checkbox"] { width: 18px; height: 18px; margin: 3px 0 0; flex: 0 0 18px; }
.newsletter-form .newsletter-privacy, .newsletter-form .newsletter-note { flex-basis: 100%; margin: 0; font-size: 12px; }
.newsletter-honeypot { position: absolute; left: -5000px; }
@media (max-width: 1040px) {
  .header-row { min-height: 76px; }
  .primary-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .primary-nav a, .primary-nav .nav-vote a, .primary-nav a:hover, .primary-nav .is-active:not(.nav-vote) a { color: var(--harbor); }
  .primary-nav .nav-contact a { justify-content: center; margin: 8px 0 0; color: white; }
  .home-intro-grid { grid-template-columns: minmax(0,1fr) minmax(0,.86fr); gap: 34px; }
  .home-intro-copy h1 { font-size: 3rem; }
  .home-intro-actions { gap: 12px; }
  .home-bridge-grid { gap: 32px; }
  .home-agenda-grid { gap: 24px; }
}
@media (max-width: 760px) {
  .shell { width: calc(100% - 40px); }
  .header-row { width: calc(100% - 40px); min-height: 72px; gap: 0 18px; }
  .brand-logo { width: 190px; }
  .home-intro-grid { display: grid; grid-template-columns: 1fr; gap: 34px; padding-block: 26px 44px; }
  .home-intro-art { grid-row: 1; justify-self: center; max-width: 460px; }
  .home-intro-copy { max-width: 540px; justify-self: center; }
  .home-intro-copy h1 { max-width: 16ch; font-size: clamp(2.25rem,8.7vw,3.3rem); line-height: 1.08; }
  .home-intro-copy .eyebrow { font-size: 10px; margin-bottom: 16px; }
  .home-intro-lede { margin-top: 20px; font-size: 16px; line-height: 1.7; }
  .home-intro-actions { margin-top: 24px; gap: 12px 24px; }
  .home-bridge-block, .home-agenda, .home-profile { padding-block: 46px; }
  .home-bridge-grid, .home-profile-grid { grid-template-columns: 1fr; gap: 28px; }
  .home-bridge-photo figcaption { margin-top: 10px; }
  .home-bridge-copy h2, .home-agenda h2, .home-profile h2 { font-size: 2rem; }
  .home-agenda-heading { align-items: start; flex-direction: column; gap: 18px; }
  .home-agenda-grid { grid-template-columns: 1fr; margin-top: 24px; gap: 26px; }
  .home-agenda .home-priority-card { padding-top: 18px; }
  .home-agenda .home-priority-card h3 { margin-top: 12px; font-size: 1.65rem; }
  .home-profile-grid { gap: 22px; }
  .home-profile p:not(.eyebrow) { font-size: 16px; }
  .home-election { padding-block: 36px; }
  .home-election-grid { align-items: flex-start; flex-direction: column; gap: 24px; }
  .home-election h2 { font-size: 2.1rem; }
  .footer-contact-row { align-items: flex-start; flex-direction: column; gap: 12px; padding-block: 30px; }
  .footer-top { grid-template-columns: 1fr; padding-block: 28px; gap: 28px; }
  .footer-nav ul { flex-direction: row; flex-wrap: wrap; gap: 12px 24px; }
  .footer-nav a { display: inline-flex; align-items: center; min-height: 36px; }
  .footer-source-row { grid-template-columns: 1fr; gap: 16px; padding-block: 24px; }
  .footer-source-row ul { gap: 12px; }
  .section, .next-page, .credential-section, .about-principle, .contact-panel, .ballot-reminder { padding-block: 48px; }
  .page-mast-grid { padding-block: 42px; gap: 32px; }
  .page-mast h1, .about-mast h1, .vote-mast h1 { font-size: 2.6rem; line-height: 1.12; max-width: 18ch; }
  .about-mast { padding-block: 40px; }
  .about-mast-grid { gap: 36px; }
  .about-image-wrap { min-height: 0; justify-self: center; }
  .vote-mast-grid { padding-block: 42px; gap: 30px; }
  .vote-date-card { min-height: 0; padding: 28px; }
  .vote-date-card strong { font-size: 3.4rem; }
  .vote-date-card i { margin-block: 24px; }
  .contact-panel-grid, .election-calendar-grid, .voter-resource-grid { gap: 30px; }
  .contact-panel-grid { grid-template-columns: minmax(0,1fr); }
  .newsletter-panel { padding-block: 40px; }
  .newsletter-panel .shell { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 360px) {
  .header-row { width: calc(100% - 32px); }
  .brand-logo { width: 165px; }
  .home-intro-actions { flex-direction: column; align-items: flex-start; }
  .footer-email { font-size: 1.2rem; }
}

/* September 2026 bridge video and article. */
.field-report-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 24px; }
.bridge-video-card-portrait { width: min(100%,390px); justify-self: center; }
.bridge-video-card-portrait .bridge-video-stage { aspect-ratio: 9 / 16; clip-path: none; box-shadow: 12px 12px 0 rgba(216,173,84,.24); }
.bridge-video-card-portrait .bridge-video-stage video { width: 100%; height: 100%; object-fit: contain; background: #020b11; }
.bridge-video-card-portrait figcaption { margin-top: 18px; }
.bridge-video-card-portrait .bridge-video-actions { gap: 18px; }
.bridge-context-section { background: #ede8dd; }
.bridge-context-section .bridge-context-figure { margin: 0 auto; }
.bridge-article { background: var(--paper); }
.article-mast { padding-block: clamp(58px,8vw,104px); color: white; background: var(--harbor); border-bottom: 4px solid var(--brass); }
.article-mast-inner { max-width: 980px; }
.article-breadcrumb { margin-bottom: clamp(38px,6vw,72px); }
.article-breadcrumb ol { display: flex; margin: 0; padding: 0; flex-wrap: wrap; gap: 8px 12px; list-style: none; }
.article-breadcrumb li { display: flex; align-items: center; color: #b8c8cf; font-size: 12px; font-weight: 700; letter-spacing: .035em; }
.article-breadcrumb li + li::before { margin-right: 12px; color: var(--brass); content: "/"; }
.article-breadcrumb a { min-height: 44px; display: inline-flex; align-items: center; color: white; text-underline-offset: 4px; }
.article-mast h1 { max-width: 15ch; margin: 0; font-family: var(--serif); font-size: clamp(3rem,6.4vw,6.1rem); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.article-dek { max-width: 62ch; margin: 30px 0 0; color: #d8e2e6; font-size: clamp(1.15rem,2vw,1.42rem); line-height: 1.55; }
.article-meta { display: flex; margin: 32px 0 0; padding-top: 22px; flex-wrap: wrap; gap: 8px 22px; color: #becbd0; border-top: 1px solid #516773; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-meta span { color: #f5dfae; }
.article-story { padding-block: clamp(68px,9vw,118px); }
.article-story-grid { display: grid; grid-template-columns: minmax(0,700px) minmax(230px,310px); align-items: start; justify-content: space-between; gap: clamp(52px,8vw,106px); }
.article-prose { min-width: 0; }
.article-prose p { margin: 0 0 1.55em; color: #293f4b; font-family: var(--serif); font-size: clamp(1.13rem,1.55vw,1.28rem); line-height: 1.78; }
.article-prose .article-lede { margin-bottom: 1.7em; color: var(--harbor); font-size: clamp(1.35rem,2vw,1.64rem); line-height: 1.6; }
.article-prose blockquote { margin: clamp(44px,7vw,76px) 0; padding: 8px 0 8px 32px; color: var(--harbor); border-left: 5px solid var(--brass); font-family: var(--serif); font-size: clamp(2.1rem,4vw,3.5rem); letter-spacing: -.045em; line-height: 1.08; }
.article-sidebar { position: sticky; top: 120px; }
.article-video-poster { position: relative; display: block; overflow: hidden; width: 100%; color: white; background: #020b11; box-shadow: 12px 12px 0 rgba(216,173,84,.3); }
.article-video-poster img { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: contain; transition: transform .25s ease; }
.article-video-poster > span { position: absolute; right: 16px; bottom: 16px; left: 16px; display: flex; min-height: 52px; padding: 12px 14px; align-items: center; gap: 11px; background: rgba(7,29,43,.92); }
.article-video-poster i { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; color: var(--harbor); background: var(--brass); border-radius: 50%; font-size: 10px; font-style: normal; }
.article-video-poster strong { font-size: 12px; letter-spacing: .02em; }
.article-video-poster:hover img { transform: scale(1.02); }
.article-sidebar > p { margin: 24px 0 0; color: #52636c; font-size: 13px; line-height: 1.65; }
.article-sources { padding-block: 68px; background: #ede8dd; border-top: 1px solid #d8d1c4; }
.article-sources-grid { display: grid; grid-template-columns: minmax(220px,.7fr) minmax(0,1.3fr); gap: clamp(42px,8vw,100px); }
.article-sources h2 { margin: 0 0 16px; }
.article-sources p:not(.eyebrow) { color: #52636c; line-height: 1.7; }
.article-sources ol { margin: 0; padding-left: 22px; }
.article-sources li { padding: 14px 0 14px 8px; border-bottom: 1px solid #d0c8b9; color: #5b5143; }
.article-sources a { color: var(--harbor); font-size: 14px; font-weight: 700; line-height: 1.5; overflow-wrap: anywhere; text-underline-offset: 4px; }
.article-next { padding-block: 68px; color: white; background: #123548; }
.article-next-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 42px; }
.article-next h2 { max-width: 20ch; margin: 0; }
.article-next-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 24px; }
@media (max-width: 900px) {
  .article-story-grid { grid-template-columns: 1fr; }
  .article-sidebar { position: static; width: min(100%,320px); }
  .article-sources-grid, .article-next-grid { grid-template-columns: 1fr; }
  .article-next-actions { align-items: flex-start; }
}
@media (max-width: 760px) {
  .bridge-video-card-portrait { width: min(100%,340px); }
  .bridge-video-card-portrait .bridge-video-stage { box-shadow: 8px 8px 0 rgba(216,173,84,.28); }
  .article-mast { padding-block: 42px 58px; }
  .article-breadcrumb { margin-bottom: 30px; }
  .article-mast h1 { font-size: clamp(2.75rem,13vw,4.2rem); }
  .article-dek { margin-top: 24px; font-size: 1.08rem; }
  .article-story { padding-block: 54px; }
  .article-story-grid { gap: 46px; }
  .article-prose p { font-size: 1.08rem; line-height: 1.72; }
  .article-prose blockquote { padding-left: 22px; }
  .article-sources, .article-next { padding-block: 48px; }
  .article-next-actions { flex-direction: column; }
}
