:root {
  --navy: #0c315f;
  --navy2: #071f3d;
  --olive: #59613b;
  --sage: #e9ecdf;
  --cream: #f8f6ef;
  --ink: #172236;
  --white: #fff;
  --line: #c9ccb8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #dfe1d6;
  backdrop-filter: blur(12px);
}
.nav {
  min-height: 136px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: auto;
}
.brand img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  object-position: center;
}
.brand-name {
  display: none;
  font-family: Georgia, serif;
  font-weight: bold;
  color: var(--navy);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-links a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
}
.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--olive);
}
.nav-vote,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--navy);
  color: #fff !important;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.04em;
  border: 2px solid var(--navy);
  transition: 0.2s;
}
.nav-vote:hover,
.button:hover {
  background: var(--olive);
  border-color: var(--olive);
  transform: translateY(-1px);
}
.button.light {
  background: white;
  color: var(--navy) !important;
  border-color: white;
}
.menu-button {
  display: none;
  background: none;
  border: 0;
  font-size: 1.7rem;
  color: var(--navy);
}
.hero {
  background: linear-gradient(
    105deg,
    #fff 0%,
    #fff 57%,
    #f0f1e8 57%,
    #f0f1e8 100%
  );
  border-bottom: 1px solid var(--line);
}
.hero-grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  align-items: center;
  gap: 54px;
  padding: 54px 0;
}
.eyebrow {
  color: var(--olive);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
}
.hero h1,
.page-hero h1 {
  margin: 10px 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--navy);
  font-size: clamp(3.2rem, 6vw, 6.7rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
}
.hero h1 span {
  display: block;
  color: var(--olive);
  font-size: 0.43em;
  line-height: 1.15;
  letter-spacing: 0.01em;
  margin-top: 17px;
}
.hero-lead {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  color: var(--olive);
  max-width: 650px;
  line-height: 1.35;
}
.hero-sub {
  font-size: 1.08rem;
  max-width: 650px;
}
.hero-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-logo img {
  width: min(470px, 100%);
  filter: drop-shadow(0 18px 28px rgba(12, 49, 95, 0.12));
}
.hero-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  flex-wrap: wrap;
}
.text-link {
  font-weight: 800;
  color: var(--navy);
  text-underline-offset: 5px;
}
.vote-bar {
  background: var(--navy);
  color: white;
}
.vote-inner {
  min-height: 132px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.vote-inner h2 {
  font-family: Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.45rem);
  line-height: 1.1;
  margin: 0;
}
.vote-dates {
  margin-left: auto;
  text-align: right;
}
.vote-dates strong {
  display: block;
  font-size: 1.2rem;
}
.vote-inner .button {
  margin-left: 12px;
  white-space: nowrap;
}
.section {
  padding: 86px 0;
}
.section.white {
  background: #fff;
}
.section.sage {
  background: var(--sage);
}
.section-head {
  max-width: 780px;
  margin-bottom: 44px;
}
.kicker {
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--olive);
  font-size: 0.78rem;
}
.section h2,
.content h2 {
  font-family: Georgia, serif;
  color: var(--navy);
  font-size: clamp(2.15rem, 4vw, 3.7rem);
  line-height: 1.05;
  margin: 8px 0 18px;
}
.section h3,
.content h3 {
  font-family: Georgia, serif;
  color: var(--navy);
  font-size: 1.45rem;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.bio-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) 1.22fr;
  gap: 64px;
  align-items: center;
}
.portrait {
  margin: 0;
  position: relative;
}
.portrait img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center 28%;
  border-radius: 10px;
  box-shadow: 18px 18px 0 var(--sage);
}
.portrait figcaption {
  margin-top: 28px;
  color: var(--olive);
  font-family: Georgia, serif;
  font-weight: bold;
  text-align: center;
}
.intro {
  font-family: Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.55;
  color: #32415a;
}
.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 35px;
}
.fact {
  padding: 26px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.fact strong {
  display: block;
  font-family: Georgia, serif;
  color: var(--navy);
  font-size: 1.7rem;
}
.accomplishments {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.card {
  background: white;
  border: 1px solid #daddcf;
  border-radius: 8px;
  padding: 28px;
}
.card .num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: white;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-weight: bold;
}
.card h3 {
  margin: 18px 0 8px;
}
.priority-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.priority-list li {
  position: relative;
  padding: 0 0 22px 36px;
}
.priority-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--olive);
  font-weight: bold;
  font-size: 1.2rem;
}
.quote {
  font-family: Georgia, serif;
  color: var(--navy);
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.3;
  border-left: 6px solid var(--olive);
  padding-left: 28px;
}
.contact-band {
  background: var(--olive);
  color: white;
  text-align: center;
}
.contact-band h2 {
  color: white;
}
.contact-band a {
  font-weight: bold;
}
.site-footer {
  background: var(--navy2);
  color: #dfe5ec;
  padding: 34px 0;
}
.footer-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-inner img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.footer-inner p {
  margin: 0;
}
.footer-inner .small {
  margin-left: auto;
  text-align: right;
  font-size: 0.78rem;
  color: #b8c3d0;
}
.page-hero {
  background: var(--navy);
  color: white;
  padding: 88px 0;
}
.page-hero h1 {
  color: white;
  font-size: clamp(3rem, 6vw, 5.7rem);
  margin-bottom: 16px;
}
.page-hero p {
  max-width: 760px;
  font-size: 1.25rem;
}
.breadcrumbs {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #d4dcc6;
}
.content {
  padding: 76px 0;
  background: white;
}
.content-narrow {
  max-width: 850px;
}
.callout {
  background: var(--sage);
  border-left: 5px solid var(--olive);
  padding: 24px 28px;
  margin: 32px 0;
}
.boundary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.boundary {
  border: 1px solid var(--line);
  padding: 24px;
  border-radius: 8px;
}
.boundary strong {
  display: block;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 1.2rem;
}
.map-card {
  background: linear-gradient(145deg, #dfe8ee, #f4f0dd);
  border: 1px solid var(--line);
  padding: 42px;
  border-radius: 9px;
  text-align: center;
  margin: 34px 0;
}
.map-card .compass {
  font-size: 3rem;
  color: var(--navy);
}
.steps {
  counter-reset: item;
  list-style: none;
  padding: 0;
}
.steps li {
  counter-increment: item;
  padding: 0 0 28px 60px;
  position: relative;
}
.steps li:before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: white;
  font-weight: bold;
}
.fine {
  font-size: 0.82rem;
  color: #5f6875;
}
.single-line-heading {
  white-space: nowrap;
  font-size: clamp(2rem, 3.45vw, 3.25rem) !important;
}
.role-heading {
  font-size: clamp(1.75rem, 3vw, 2.85rem) !important;
}
.boundary-grid-three {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 136px;
    left: 0;
    right: 0;
    background: white;
    padding: 22px;
    flex-direction: column;
    border-bottom: 1px solid var(--line);
  }
  .nav-links.open {
    display: flex;
  }
  .menu-button {
    display: block;
  }
  .hero {
    background: #fff;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 50px 0;
  }
  .hero-logo {
    order: -1;
  }
  .hero-logo img {
    width: 270px;
    height: 270px;
    object-fit: contain;
    object-position: center 24%;
  }
  .vote-inner {
    padding: 24px 0;
    flex-wrap: wrap;
  }
  .vote-dates {
    margin-left: 0;
    text-align: left;
  }
  .split,
  .boundary-grid,
  .bio-grid {
    grid-template-columns: 1fr;
  }
  .portrait {
    max-width: 520px;
    margin: 0 auto 20px;
  }
  .facts {
    grid-template-columns: 1fr;
  }
  .accomplishments {
    grid-template-columns: 1fr;
  }
  .footer-inner {
    align-items: flex-start;
  }
  .footer-inner .small {
    margin-left: 0;
  }
  .footer-inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 560px) {
  .wrap {
    width: min(100% - 28px, 1160px);
  }
  .nav {
    min-height: 96px;
  }
  .brand img {
    width: 88px;
    height: 88px;
  }
  .nav-vote {
    padding: 9px 12px;
    font-size: 0.8rem;
  }
  .nav-links {
    top: 96px;
  }
  .hero-grid {
    padding: 30px 0 44px;
    gap: 20px;
  }
  .hero h1 {
    font-size: 3.35rem;
  }
  .hero-logo img {
    width: 210px;
    height: 210px;
  }
  .section {
    padding: 60px 0;
  }
  .vote-inner .button {
    margin-left: 0;
  }
  .page-hero {
    padding: 60px 0;
  }
  .content {
    padding: 56px 0;
  }
  .map-card {
    padding: 28px 18px;
  }
}

/* Horizontal campaign identity */
.nav {
  min-height: 94px;
}
.brand {
  gap: 13px;
}
.brand img {
  width: 70px;
  height: 70px;
}
.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--navy);
  font-size: 1.35rem;
  letter-spacing: 0.035em;
  white-space: nowrap;
}
.brand-copy small {
  color: var(--olive);
  font-weight: 800;
  font-size: 0.67rem;
  letter-spacing: 0.16em;
  margin-top: 7px;
  white-space: nowrap;
}
.hero h1 {
  max-width: none;
  font-size: clamp(3.1rem, 5.1vw, 5.8rem);
}
.hero h1.hero-title {
  margin-bottom: 14px;
  font-size: clamp(2.75rem, 4.45vw, 5.1rem);
  white-space: nowrap;
}
.hero-office {
  margin: 0 0 20px;
}
.hero h1 .candidate-name {
  display: block;
  color: var(--navy);
  font-size: 1em;
  line-height: 0.95;
  letter-spacing: -0.04em;
  white-space: nowrap;
  margin-top: 0;
}
.office-line {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: bold;
  color: var(--olive);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.08;
  margin: 18px 0 26px;
}
.nav-links {
  gap: 21px;
}
@media (max-width: 900px) {
  .nav-links {
    top: 94px;
  }
  .brand img {
    width: 66px;
    height: 66px;
  }
  .boundary-grid-three {
    grid-template-columns: 1fr;
  }
  .single-line-heading {
    white-space: normal;
  }
}
@media (max-width: 650px) {
  .brand-copy strong {
    font-size: 1.05rem;
  }
  .brand-copy small {
    font-size: 0.56rem;
    letter-spacing: 0.1em;
  }
  .brand {
    gap: 8px;
  }
  .brand img {
    width: 58px;
    height: 58px;
  }
  .nav-vote {
    font-size: 0.7rem;
    padding: 8px 10px;
  }
  .hero h1 .candidate-name {
    font-size: 0.78em;
  }
  .office-line {
    font-size: 1.65rem;
  }
}
@media (max-width: 420px) {
  .brand-copy small {
    display: none;
  }
  .brand-copy strong {
    font-size: 0.92rem;
  }
  .nav-vote {
    display: none;
  }
  .hero h1 {
    font-size: 3.05rem;
  }
  .hero h1.hero-title {
    font-size: clamp(1.9rem, 9.1vw, 2.35rem);
  }
  .hero h1 .candidate-name {
    font-size: 0.7em;
  }
}

/* Mobile home park advocacy page */
.community-feature {
  background: var(--sage);
  border-left: 6px solid var(--olive);
  padding: 38px 42px;
  margin: 48px 0 34px;
}
.community-feature h2,
.community-feature p:not(.kicker) {
  max-width: 850px;
}
.plan-timeline,
.law-list {
  display: grid;
  gap: 18px;
  margin: 32px 0;
}
.plan-step {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}
.plan-step strong {
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 1.25rem;
}
.plan-step p {
  margin: 0;
}
.law-item {
  padding: 25px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}
.law-item h3 {
  margin: 0 0 8px;
}
@media (max-width: 900px) {
  .plan-step {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@media (max-width: 560px) {
  .community-feature {
    padding: 28px 22px;
  }
}
