:root {
  --blue: #0094cf;
  --blue-dark: #006d9f;
  --red: #ed2d36;
  --ink: #20252a;
  --paper: #ffffff;
  --mist: #f3f8fa;
  --line: #dce8ed;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; color: var(--blue-dark); padding: .7rem 1rem; border-radius: 0 0 .5rem .5rem; }
.skip-link:focus { top: 0; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 88px; padding: 1rem clamp(1.2rem, 4vw, 4.5rem); color: #fff; }
.brand { text-decoration: none; font: 700 1.05rem/1 var(--serif); letter-spacing: -.025em; display: flex; flex-direction: column; }
.brand span:last-child { margin-left: 1.25rem; }
.site-header nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.5rem); transform: translateY(52px); }
.site-header nav a { text-decoration: none; font-weight: 700; font-size: 1rem; letter-spacing: .01em; }
.site-header nav a:not(.nav-cta)::after { content: ""; display: block; width: 0; height: 2px; background: #fff; transition: width .25s ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { width: 100%; }
.nav-cta { border: 1px solid rgba(255,255,255,.75); border-radius: 999px; padding: .65rem 1rem; }
.menu-button { display: none; }

.hero { position: relative; min-height: min(900px, 100svh); overflow: hidden; display: grid; align-items: center; color: white; background: #6f4c18; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 68% center; filter: saturate(1.18) contrast(1.06) sepia(.08); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,31,34,.75) 0%, rgba(13,31,34,.35) 48%, rgba(13,31,34,.08) 72%), linear-gradient(0deg, rgba(0,0,0,.24), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 89vw); padding: 9rem 0 6rem clamp(1.2rem, 8vw, 9rem); }
.eyebrow, .section-kicker { margin: 0 0 1rem; color: var(--blue); font-size: .77rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { color: #fff; opacity: .9; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; line-height: .87; }
h1 { font-size: clamp(4.1rem, 10vw, 9rem); }
h2 { font-size: clamp(3.1rem, 7.1vw, 6.8rem); color: var(--blue); }
h2 em { color: var(--red); font-weight: 400; }
.term { font: 400 clamp(1.45rem, 2.7vw, 2.25rem)/1 var(--serif); margin: 1.4rem 0 1.6rem; letter-spacing: .07em; }
.hero-lead { max-width: 520px; margin: 0 0 2rem; font-weight: 700; font-size: clamp(1.05rem, 2vw, 1.45rem); line-height: 1.3; }
.hero-place { position: absolute; z-index: 2; right: clamp(1.2rem, 4vw, 4.5rem); top: 0; background: var(--blue); padding: 1.6rem 2.8rem 1.2rem; border-radius: 0 0 1rem 1rem; font-weight: 800; letter-spacing: .04em; }
.button { display: inline-flex; align-items: center; gap: .8rem; border-radius: 999px; padding: .85rem 1.2rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-white { background: #fff; color: var(--blue-dark); }
.button-blue { background: var(--blue); color: white; }

.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 6vw, 7.5rem); }
.intro-grid, .priority-heading, .candidates-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(2rem, 7vw, 8rem); align-items: end; max-width: 1440px; margin: auto; }
.intro-copy { max-width: 650px; font-size: clamp(1.05rem, 1.55vw, 1.3rem); }
.intro-copy p:first-child { color: var(--blue-dark); font-weight: 700; }
.team-photo { max-width: 1440px; margin: clamp(3rem, 6vw, 6rem) auto 0; position: relative; }
.team-photo img { width: 100%; aspect-ratio: 2.2/1; object-fit: cover; object-position: center 48%; border-radius: 1rem; }
.team-photo figcaption { position: absolute; bottom: 1.4rem; right: 1.4rem; max-width: 28rem; margin: 0; padding: 1rem 1.25rem; border-radius: .7rem; color: white; background: rgba(0,111,159,.91); font-weight: 700; }

.priority-section { background: var(--mist); }
.priority-heading, .candidates-heading { align-items: center; }
.priority-heading > p, .candidates-heading > p { max-width: 550px; font-size: 1.2rem; }
.red { color: var(--red); }
.headline-priorities { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; max-width: 1440px; margin: clamp(3.5rem, 6vw, 5.5rem) auto 1rem; }
.headline-card { min-height: 350px; border-radius: 1rem; padding: clamp(1.5rem, 3vw, 3rem); overflow: hidden; position: relative; display: flex; flex-direction: column; justify-content: flex-end; color: white; }
.headline-card.blue { background: var(--blue); }
.headline-card.red-card { background: var(--red); }
.headline-card h3 { max-width: 630px; margin: 0 0 .8rem; font: 400 clamp(2rem, 3.6vw, 3.5rem)/.98 var(--serif); letter-spacing: -.035em; }
.headline-card p { max-width: 570px; margin: 0; font-size: 1.04rem; }
.card-number { position: absolute; top: 1.5rem; left: clamp(1.5rem, 3vw, 3rem); font-size: .76rem; font-weight: 800; letter-spacing: .13em; }
.photo-card { grid-column: 1 / -1; min-height: 520px; justify-content: flex-end; }
.photo-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,45,65,.88), rgba(0,45,65,.08)); }
.photo-card > div { position: relative; z-index: 1; max-width: 660px; }
.photo-card .card-number { position: static; display: block; margin-bottom: 7rem; }

.theme-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 1440px; margin: 1rem auto 0; }
.theme-card { background: white; border-radius: 1rem; padding: clamp(1.4rem, 2.4vw, 2.4rem); min-height: 330px; border: 1px solid var(--line); }
.theme-card h3 { margin: 1.5rem 0 1rem; font: 400 2rem/1 var(--serif); color: var(--blue-dark); }
.theme-card ul { margin: 0; padding: 0; list-style: none; }
.theme-card li { position: relative; padding-left: 1.1rem; margin: .7rem 0; }
.theme-card li::before { content: ""; width: .45rem; height: .45rem; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--red); position: absolute; left: 0; top: .55rem; }
.theme-icon { width: 2.6rem; height: 2.6rem; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: white; font-weight: 800; }
.image-theme { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; padding: 0; overflow: hidden; }
.image-theme > img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.image-theme > div { padding: clamp(1.4rem, 2.4vw, 2.4rem); }

.candidates-section { overflow: hidden; }
.candidate-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(2rem, 4vw, 4.5rem) clamp(1rem, 2.4vw, 2.2rem); max-width: 1440px; margin: clamp(4rem, 7vw, 7rem) auto 0; }
.candidate { min-width: 0; }
.portrait { position: relative; width: 100%; aspect-ratio: 1; margin-bottom: 1.2rem; }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; border-radius: 50%; border: 6px solid var(--mist); }
.portrait span { position: absolute; left: -.15rem; top: .35rem; width: 2.35rem; height: 2.35rem; border-radius: 50% 50% 50% 0; display: grid; place-items: center; color: white; background: var(--red); font-weight: 800; }
.candidate h3 { margin: 0 0 .35rem; color: var(--blue-dark); font-size: 1rem; line-height: 1.2; }
.candidate p { margin: 0; color: #4b5960; font-size: .9rem; line-height: 1.35; }

.vote { text-align: center; color: white; background: var(--blue-dark); padding: clamp(5rem, 11vw, 10rem) 1.2rem; }
.vote p { margin: 0 0 1rem; color: #bcecff; font: 400 clamp(1.1rem, 2vw, 1.65rem)/1.2 var(--serif); }
.vote h2 { color: white; font-size: clamp(4.2rem, 11vw, 10rem); margin-bottom: 2.5rem; }
.vote .button-blue { background: white; color: var(--blue-dark); }
footer { display: flex; justify-content: space-between; gap: 1rem; padding: 2rem clamp(1.2rem, 6vw, 7.5rem); background: #064d70; color: #d8f3ff; font-size: .9rem; }
.footer-brand { font-family: var(--serif); font-weight: 700; }

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

@media (max-width: 1050px) {
  .theme-grid { grid-template-columns: repeat(2, 1fr); }
  .candidate-grid { grid-template-columns: repeat(3, 1fr); }
  .image-theme { grid-column: span 2; }
}

@media (max-width: 760px) {
  .site-header { min-height: 72px; }
  .hero-place { display: none; }
  .menu-button { display: grid; gap: 6px; width: 44px; height: 44px; place-content: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: transparent; color: white; }
  .menu-button span:not(.sr-only) { display: block; width: 19px; height: 2px; background: currentColor; transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-header nav { display: none; position: absolute; left: 1rem; right: 1rem; top: 70px; padding: 1.25rem; border-radius: .8rem; flex-direction: column; align-items: stretch; gap: 1rem; color: var(--ink); background: white; box-shadow: 0 14px 40px rgba(0,0,0,.16); transform: none; }
  .site-header nav.open { display: flex; }
  .nav-cta { color: white; background: var(--blue); text-align: center; }
  .hero { min-height: 760px; }
  .hero > img { object-position: 67% center; }
  .hero-content { align-self: end; padding: 8rem 1.2rem 4rem; }
  h1 { font-size: clamp(4rem, 19vw, 6rem); }
  .intro-grid, .priority-heading, .candidates-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .team-photo img { aspect-ratio: 1.25; }
  .team-photo figcaption { position: static; border-radius: 0 0 .7rem .7rem; }
  .headline-priorities { grid-template-columns: 1fr; }
  .photo-card { grid-column: auto; min-height: 470px; }
  .photo-card::after { background: linear-gradient(0deg, rgba(0,45,65,.9), rgba(0,45,65,.12)); }
  .photo-card .card-number { margin-bottom: 4rem; }
  .theme-grid { grid-template-columns: 1fr; }
  .image-theme { grid-column: auto; grid-template-columns: 1fr; }
  .image-theme > img { min-height: 240px; }
  .candidate-grid { grid-template-columns: repeat(2, 1fr); }
  footer { flex-direction: column; }
}

@media (max-width: 420px) {
  .candidate-grid { gap: 2.2rem .9rem; }
  .portrait img { border-width: 4px; }
  .portrait span { width: 2rem; height: 2rem; font-size: .8rem; }
  .candidate h3 { font-size: .92rem; }
  .candidate p { font-size: .82rem; }
}

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