:root {
  --navy: #102a43;
  --blue: #1f5f8b;
  --blue-dark: #174866;
  --gold: #d5a43b;
  --ink: #17212b;
  --muted: #607080;
  --paper: #ffffff;
  --soft: #f3f6f8;
  --line: #dce4e9;
  --radius: 6px;
  --shadow: 0 18px 55px rgba(16, 42, 67, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 999; background: white; padding: 10px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(16,42,67,.08);
  backdrop-filter: blur(12px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-size: 1.1rem; font-weight: 800; letter-spacing: .08em; color: var(--navy); }
.brand-office { font-size: .72rem; font-weight: 700; letter-spacing: .16em; color: var(--blue); margin-top: 5px; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { text-decoration: none; font-weight: 600; font-size: .92rem; }
.site-nav a:hover { color: var(--blue); }
.nav-cta { background: var(--blue); color: white !important; padding: 11px 16px; border-radius: 4px; }
.nav-cta:hover { background: var(--blue-dark); }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; color: white; background: var(--navy); }
.hero-pattern {
  position: absolute; inset: 0;
  background:
    linear-gradient(115deg, rgba(31,95,139,.9), rgba(16,42,67,.96) 58%),
    radial-gradient(circle at 80% 30%, rgba(213,164,59,.25), transparent 32%);
}
.hero-grid { position: relative; min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 70px; padding-top: 80px; }
.hero-copy { padding: 70px 0 95px; }
.eyebrow { margin: 0 0 14px; color: #d9e8f1; font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue); }
.hero h1, h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  line-height: 1.16;
}
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.1rem, 7vw, 6.4rem); letter-spacing: -.045em; }
.hero h1 span { color: #f0c76d; }
.hero-lead { max-width: 640px; margin: 26px 0 0; font-size: clamp(1.1rem, 2vw, 1.35rem); color: #e0eaf0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 22px; border: 0; border-radius: 4px;
  font: inherit; font-weight: 800; text-decoration: none; cursor: pointer;
}
.button-primary { background: var(--gold); color: #17212b; }
.button-primary:hover { filter: brightness(1.06); transform: translateY(-1px); }
.button-secondary { color: white; border: 1px solid rgba(255,255,255,.45); background: transparent; }
.button-secondary:hover { background: rgba(255,255,255,.1); }
.nomination-note { max-width: 670px; margin: 24px 0 0; padding-left: 14px; border-left: 3px solid var(--gold); color: #cfdae1; font-size: .91rem; }
.hero-photo { min-height: 560px; align-self: end; border-radius: 10px 10px 0 0; border-bottom: 0; background: rgba(255,255,255,.08); box-shadow: 0 0 0 1px rgba(255,255,255,.13); }

.placeholder-photo {
  display: grid; place-items: center; min-height: 420px;
  border: 2px dashed rgba(255,255,255,.35);
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  text-align: center;
}
.placeholder-photo span { display: block; font-weight: 800; font-size: 1.15rem; }
.placeholder-photo small { color: rgba(255,255,255,.7); }
.placeholder-photo.landscape { min-height: 360px; color: white; background: linear-gradient(145deg, var(--blue), var(--navy)); border: 0; border-radius: var(--radius); box-shadow: var(--shadow); }

.statement { border-bottom: 1px solid var(--line); }
.statement-inner { padding: 42px 0; display: flex; gap: 24px; align-items: center; justify-content: space-between; }
.statement p { margin: 0; max-width: 850px; font-family: Georgia, serif; font-size: clamp(1.25rem, 2.4vw, 1.75rem); color: var(--navy); }
.statement span { white-space: nowrap; font-weight: 700; color: var(--blue); }

.section { padding: 100px 0; }
.section-muted { background: var(--soft); }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.section-heading h2, .ward-section h2, .form-section h2, .updates h2, .support-box h2 { margin: 0; color: var(--navy); font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.03em; }
.section-heading > p:last-child { color: var(--muted); max-width: 680px; margin: 18px auto 0; }
.centered { text-align: center; }
.prose { font-size: 1.06rem; color: #384856; }
.prose p:first-child { margin-top: 0; }

.priority-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.priority-card { min-height: 265px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: .2s ease; }
.priority-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.priority-card .number { color: var(--gold); font-weight: 800; letter-spacing: .08em; }
.priority-card h3 { margin: 40px 0 10px; color: var(--navy); font-size: 1.25rem; }
.priority-card p { margin: 0; color: var(--muted); }

.ward-grid { align-items: center; }
.ward-section p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.text-link { display: inline-block; margin-top: 16px; color: var(--blue); font-weight: 800; text-decoration: none; }
.text-link span { transition: margin .2s; }
.text-link:hover span { margin-left: 5px; }

.support-section { padding-top: 0; }
.support-box { padding: 58px 65px; background: var(--blue); color: white; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: var(--radius); box-shadow: var(--shadow); }
.support-box h2 { color: white; }
.support-box p:not(.eyebrow) { max-width: 730px; margin-bottom: 0; color: #e7f0f5; }
.button-light { background: white; color: var(--navy); white-space: nowrap; }

.form-section { background: #fbfcfd; border-top: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.form-grid > div > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.legal-note { margin-top: 28px; padding: 18px; background: #fff8e8; border-left: 4px solid var(--gold); color: #5a4a28; font-size: .92rem; }
.interest-form { padding: 34px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label, legend { display: block; font-weight: 700; font-size: .9rem; color: var(--navy); }
input, textarea {
  width: 100%; margin: 7px 0 18px; padding: 13px 14px;
  border: 1px solid #cbd6dc; border-radius: 4px; background: white; color: var(--ink);
  font: inherit;
}
input:focus, textarea:focus { outline: 3px solid rgba(31,95,139,.14); border-color: var(--blue); }
fieldset { border: 0; padding: 0; margin: 2px 0 18px; }
legend { margin-bottom: 10px; }
.check { display: flex; gap: 10px; align-items: flex-start; margin: 8px 0; font-weight: 500; color: #374957; }
.check input { width: auto; margin: 5px 0 0; }
.consent { margin: 18px 0; font-size: .84rem; }
.full { width: 100%; }
.privacy { text-align: center; color: var(--muted); font-size: .78rem; margin-bottom: 0; }
.hidden { display: none; }

.updates p:last-child { max-width: 700px; margin: 18px auto 0; color: var(--muted); }

footer { background: #0b1e2d; color: #cad6de; padding: 42px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; }
.footer-grid div { display: flex; flex-direction: column; }
.footer-grid strong { color: white; letter-spacing: .08em; }
.footer-grid span { color: #8db1c7; font-size: .72rem; letter-spacing: .14em; }
.footer-grid p { margin: 0; font-size: .8rem; }

@media (max-width: 900px) {
  .menu-toggle { display: block; border: 1px solid var(--line); background: white; padding: 9px 12px; border-radius: 4px; font-weight: 700; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 82px; padding: 22px; background: white; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 0; }
  .hero-copy { padding-bottom: 55px; }
  .hero-photo { width: min(520px, 100%); min-height: 430px; justify-self: center; }
  .split, .form-grid { grid-template-columns: 1fr; gap: 45px; }
  .priority-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 72px; }
  .site-nav { top: 72px; }
  .brand-name { font-size: .93rem; }
  .hero-grid { padding-top: 25px; }
  .hero-copy { padding-top: 45px; }
  .hero h1 { font-size: 3.05rem; }
  .hero-actions .button { width: 100%; }
  .hero-photo { min-height: 360px; }
  .statement-inner { align-items: flex-start; flex-direction: column; }
  .section { padding: 72px 0; }
  .priority-grid { grid-template-columns: 1fr; }
  .priority-card { min-height: auto; }
  .priority-card h3 { margin-top: 24px; }
  .support-box { padding: 38px 28px; align-items: flex-start; flex-direction: column; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .interest-form { padding: 24px 18px; }
}
