:root {
  --forest-950: #0a1c18;
  --forest-900: #102a24;
  --forest-800: #173c32;
  --forest-700: #245c49;
  --pine: #2e745a;
  --cream: #f6f2e9;
  --paper: #fcfbf7;
  --ink: #17211e;
  --muted: #5e6965;
  --gold: #d8a557;
  --gold-light: #edc47d;
  --line: rgba(23, 33, 30, 0.14);
  --shadow: 0 28px 80px rgba(6, 22, 17, 0.16);
  --shadow-soft: 0 18px 50px rgba(6, 22, 17, 0.12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; 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; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
section[id] { scroll-margin-top: 74px; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.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; z-index: 1000; top: 1rem; left: 1rem; transform: translateY(-150%); padding: .7rem 1rem; color: white; background: var(--forest-950); border-radius: .25rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; color: var(--forest-950); background: rgba(252, 251, 247, .97); border-bottom: 1px solid rgba(216, 165, 87, .45); transition: box-shadow .25s ease; }
.site-header.scrolled { background: rgba(252, 251, 247, .98); box-shadow: 0 10px 30px rgba(0, 0, 0, .1); backdrop-filter: blur(12px); }
.nav-shell, .section-shell, .story-shell, .stance-shell, .approach-shell, .vote-shell, .connect-shell, .footer-shell, .proof-shell { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.nav-shell { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(23,33,30,.3); border-radius: 50%; font: 700 .8rem/1 var(--sans); letter-spacing: .08em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; }
.brand-copy small { margin-top: .25rem; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .82; }
.site-nav { display: flex; align-items: center; gap: 1.8rem; }
.site-nav a { font-size: .88rem; font-weight: 650; text-decoration: none; }
.site-nav a:not(.nav-cta) { opacity: .9; }
.site-nav a:not(.nav-cta):hover { opacity: 1; color: var(--forest-700); }
.nav-cta { padding: .7rem 1.1rem; color: var(--forest-950); background: var(--gold-light); border-radius: .3rem; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 720px; display: grid; place-items: center; overflow: hidden; color: white; background: var(--forest-950); }
.hero-landscape { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .55; filter: saturate(.82); transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,18,.97) 0%, rgba(6,25,20,.9) 39%, rgba(7,24,20,.56) 66%, rgba(7,20,18,.3) 100%), linear-gradient(0deg, rgba(5,20,16,.48), transparent 52%); }
.hero-shell { position: relative; z-index: 2; width: min(1180px, calc(100% - 3rem)); margin: 0 auto; padding: 132px 0 70px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .68fr); align-items: center; gap: clamp(3.5rem, 7vw, 6.5rem); }
.eyebrow { margin: 0 0 1rem; color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: var(--forest-700); }
.eyebrow.light { color: var(--gold-light); }
.hero h1 { max-width: 720px; margin: 0; font: 500 clamp(3.3rem, 5.3vw, 5.4rem)/.98 var(--serif); letter-spacing: -.04em; text-wrap: balance; }
.hero h1 em { color: white; font-weight: 400; font-style: normal; }
.hero-lede { max-width: 620px; margin: 1.75rem 0 0; color: rgba(255,255,255,.87); font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.6; }
.hero-actions, .vote-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .85rem 1.35rem; border: 1px solid transparent; border-radius: .3rem; font-size: .9rem; font-weight: 760; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--forest-950); background: var(--gold-light); }
.button-primary:hover { background: #f6d69e; }
.button-ghost { color: white; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.12); }
.election-date { display: flex; align-items: center; gap: .85rem; margin-top: 2.8rem; }
.election-date > span { font: 500 2.8rem/1 var(--serif); color: var(--gold-light); }
.election-date p { margin: 0; display: flex; flex-direction: column; color: rgba(255,255,255,.66); font-size: .78rem; letter-spacing: .04em; }
.election-date strong { color: white; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-portrait { position: relative; width: min(100%, 455px); margin: 0 0 0 auto; }
.portrait-frame { position: relative; overflow: hidden; aspect-ratio: 4/5; border: 1px solid rgba(255,255,255,.26); border-radius: 1.15rem; background: var(--forest-800); box-shadow: 0 34px 90px rgba(0,0,0,.34); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; }
.hero-portrait figcaption { position: absolute; right: 1.25rem; bottom: -1.25rem; left: 1.25rem; display: flex; flex-direction: column; gap: .15rem; padding: 1rem 1.15rem; border: 1px solid rgba(255,255,255,.18); border-radius: .65rem; background: rgba(10,28,24,.94); box-shadow: 0 18px 45px rgba(0,0,0,.24); backdrop-filter: blur(10px); }
.hero-portrait figcaption strong { color: var(--gold-light); font-family: var(--serif); font-size: 1.15rem; }
.hero-portrait figcaption span { color: rgba(255,255,255,.72); font-size: .8rem; }

.proof-band { position: relative; z-index: 3; color: var(--forest-950); background: var(--paper); border-bottom: 1px solid var(--line); }
.proof-shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-shell > div { min-height: 112px; padding: 1.6rem 2.5rem; display: flex; flex-direction: column; justify-content: center; gap: .4rem; border-right: 1px solid var(--line); }
.proof-shell > div:last-child { border-right: 0; }
.proof-shell strong { color: var(--forest-800); font-size: .78rem; font-weight: 800; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
.proof-shell span { color: var(--muted); font-size: .82rem; line-height: 1.4; }

.section { padding: clamp(5rem, 8vw, 7.5rem) 0; }
.section-heading { display: grid; grid-template-columns: .55fr 1.2fr .8fr; align-items: end; gap: 3rem; margin-bottom: 3.4rem; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .story-copy h2, .approach-heading h2, .vote-copy h2, .connect-shell h2 { margin: 0; font: 500 clamp(2.5rem, 4.1vw, 4.35rem)/1.02 var(--serif); letter-spacing: -.035em; text-wrap: balance; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.02rem; }
.priorities-section { background: var(--paper); }
.priority-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.priority-card { position: relative; min-height: 390px; padding: 2.2rem; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid var(--line); border-radius: .9rem; background: #fff; box-shadow: var(--shadow-soft); }
.priority-card.featured { color: white; border-color: transparent; background: var(--forest-800); transform: translateY(-1.5rem); box-shadow: var(--shadow); }
.priority-number { position: absolute; top: 1.5rem; right: 1.6rem; color: rgba(22,44,35,.26); font: 500 .8rem/1 var(--sans); letter-spacing: .16em; }
.featured .priority-number { color: rgba(255,255,255,.42); }
.priority-icon { position: absolute; top: 2rem; left: 2rem; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); }
.featured .priority-icon { background: rgba(255,255,255,.1); }
.priority-icon svg { width: 34px; fill: none; stroke: var(--forest-700); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.featured .priority-icon svg { stroke: var(--gold-light); }
.priority-card h3 { margin: 0 0 1rem; font: 500 1.75rem/1.12 var(--serif); }
.priority-card p { margin: 0; color: var(--muted); font-size: .96rem; }
.priority-card.featured p { color: rgba(255,255,255,.72); }

.story-section { background: var(--cream); }
.story-shell { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.story-image { position: relative; width: 100%; max-width: 500px; padding: 0 2rem 4.5rem 0; }
.story-image > img { width: 100%; height: clamp(560px, 54vw, 700px); object-fit: cover; object-position: 50% 28%; border-radius: .8rem; box-shadow: var(--shadow); }
.story-image blockquote { position: absolute; right: 0; bottom: 0; width: min(390px, 84%); margin: 0; padding: 1.7rem 1.8rem; color: white; background: var(--forest-800); border-radius: .5rem; box-shadow: 0 20px 60px rgba(10,30,23,.22); }
.story-image blockquote p { margin: 0 0 .8rem; font: italic 1.05rem/1.5 var(--serif); }
.story-image blockquote cite { color: var(--gold-light); font-size: .72rem; font-style: normal; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.story-copy h2 { max-width: 580px; }
.story-copy p { max-width: 660px; margin: 1.25rem 0 0; color: var(--muted); }
.story-copy .story-intro { margin-top: 1.8rem; color: var(--ink); font: 500 1.3rem/1.55 var(--serif); }

.stance-section { position: relative; overflow: hidden; padding: clamp(5rem, 8vw, 7rem) 0; color: white; background: var(--forest-950); }
.stance-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,18,.98) 0%, rgba(6,25,20,.9) 56%, rgba(7,24,20,.54) 100%), url("assets/anmore-landscape.webp") center 58% / cover no-repeat; }
.stance-shell { position: relative; z-index: 1; }
.stance-shell h2 { max-width: 900px; margin: 0; font: 500 clamp(2.5rem, 4.1vw, 4.35rem)/1.02 var(--serif); letter-spacing: -.035em; text-wrap: balance; }
.stance-shell > p:not(.eyebrow) { max-width: 790px; margin: 1.35rem 0 0; color: rgba(255,255,255,.74); }
.stance-shell .stance-principle { color: white; font: 500 1.28rem/1.5 var(--serif); }
.stance-shell .button { margin-top: 2rem; }

.approach-section { color: white; background: var(--forest-950); }
.approach-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 10vw, 9rem); align-items: start; }
.approach-heading { position: sticky; top: 130px; }
.approach-heading > p:last-child { max-width: 530px; color: rgba(255,255,255,.65); }
.approach-list { margin: 0; padding: 0; list-style: none; }
.approach-list li { display: grid; grid-template-columns: 54px 1fr; gap: 1.4rem; padding: 2.1rem 0; border-top: 1px solid rgba(255,255,255,.15); }
.approach-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.approach-list li > span { color: var(--gold-light); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.approach-list h3 { margin: 0 0 .55rem; font: 500 1.75rem/1.15 var(--serif); }
.approach-list p { margin: 0; color: rgba(255,255,255,.62); }

.vote-section { background: var(--paper); }
.vote-shell { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.vote-date { width: 245px; height: 245px; display: grid; place-items: center; align-content: center; color: white; background: var(--forest-800); border-radius: 50%; box-shadow: var(--shadow-soft); }
.vote-date span, .vote-date small { font-size: .75rem; font-weight: 800; letter-spacing: .2em; }
.vote-date strong { margin: -.2rem 0; color: var(--gold-light); font: 500 6.2rem/.9 var(--serif); }
.vote-copy > p:not(.eyebrow) { max-width: 720px; color: var(--muted); }
.button-dark { color: white; background: var(--forest-800); }
.button-dark:hover { background: var(--forest-700); }
.text-link { font-size: .9rem; font-weight: 760; text-underline-offset: .3rem; }

.connect-section { position: relative; padding: clamp(5rem, 7vw, 6.5rem) 0; overflow: hidden; text-align: center; color: white; background: linear-gradient(135deg, var(--forest-700), var(--forest-800)); }
.connect-section::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle at 20% 10%, #fff 0 1px, transparent 1px), radial-gradient(circle at 80% 90%, #fff 0 1px, transparent 1px); background-size: 28px 28px, 34px 34px; }
.connect-shell { position: relative; z-index: 1; }
.connect-shell h2 { max-width: 760px; margin-inline: auto; }
.connect-shell > p:not(.eyebrow) { max-width: 630px; margin: 1.3rem auto 1.8rem; color: rgba(255,255,255,.74); }
.connect-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.button-light { color: var(--forest-950); background: var(--cream); }
.button-outline-light { color: white; border-color: rgba(255,255,255,.58); background: transparent; }
.button-outline-light:hover { border-color: white; background: rgba(255,255,255,.1); }
.connect-shell small { display: block; margin-top: 1rem; color: rgba(255,255,255,.58); font-size: .75rem; }

.site-footer { padding: 3rem 0; color: white; background: #071612; }
.site-footer .brand-mark { border-color: rgba(255,255,255,.5); }
.footer-shell { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1.5rem 3rem; }
.footer-brand { grid-row: 1 / span 2; }
.footer-shell > p { margin: 0; color: var(--gold-light); font-family: var(--serif); }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; color: rgba(255,255,255,.48); font-size: .7rem; line-height: 1.6; }

@media (max-width: 920px) {
  .nav-shell { min-height: 74px; }
  .menu-toggle { display: block; color: var(--forest-950); }
  .site-nav { position: absolute; top: 74px; left: 1rem; right: 1rem; padding: 1.2rem; display: none; flex-direction: column; align-items: stretch; gap: 0; color: white; background: var(--forest-950); border: 1px solid rgba(255,255,255,.14); border-radius: .7rem; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .8rem; }
  .site-nav .nav-cta { margin-top: .45rem; text-align: center; }
  .menu-toggle.open > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open > span:nth-child(2) { opacity: 0; }
  .menu-toggle.open > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-shell { grid-template-columns: 1fr .68fr; gap: 2.5rem; padding-top: 116px; }
  .hero h1 { font-size: clamp(3.05rem, 7.7vw, 4.8rem); }
  .proof-shell > div { padding-inline: 1.3rem; }
  .section-heading { grid-template-columns: 1fr 1fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .priority-grid { grid-template-columns: 1fr; }
  .priority-card { min-height: 340px; }
  .priority-card.featured { transform: none; }
  .story-shell, .approach-shell { gap: 3.5rem; }
  .vote-shell { grid-template-columns: .6fr 1.4fr; gap: 3rem; }
  .vote-date { width: 205px; height: 205px; }
  .vote-date strong { font-size: 5.1rem; }
}

@media (max-width: 700px) {
  .nav-shell, .section-shell, .story-shell, .stance-shell, .approach-shell, .vote-shell, .connect-shell, .footer-shell, .proof-shell { width: min(100% - 2rem, 1180px); }
  .brand-copy strong { font-size: 1.05rem; }
  .hero-shell { width: min(100% - 2rem, 1180px); grid-template-columns: 1fr; padding: 110px 0 4.5rem; }
  .hero-copy, .hero-portrait, .story-image, .story-copy, .approach-heading, .approach-list, .vote-copy { min-width: 0; }
  .hero-landscape { object-position: 63% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(6,22,18,.93) 0%, rgba(7,27,22,.72) 48%, rgba(7,20,18,.78) 100%); }
  .hero h1 { font-size: clamp(2.9rem, 14vw, 4.15rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions, .vote-actions, .connect-actions { align-items: stretch; }
  .hero-actions .button, .vote-actions .button, .connect-actions .button { width: 100%; }
  .election-date { margin-top: 2.5rem; }
  .hero-portrait { width: min(390px, 88vw); margin: .5rem auto 1rem; }
  .hero-portrait figcaption { right: .8rem; bottom: -.9rem; left: .8rem; }
  .proof-shell { width: 100%; grid-template-columns: 1fr; }
  .proof-shell > div { width: 100%; min-width: 0; min-height: 86px; padding: 1.2rem 1rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-shell > div:last-child { border-bottom: 0; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 1.2rem; }
  .priority-card { min-height: 360px; padding: 1.6rem; }
  .priority-icon { left: 1.6rem; }
  .story-shell, .approach-shell, .vote-shell { grid-template-columns: 1fr; }
  .story-shell { gap: 3rem; }
  .story-image { padding: 0 1.2rem 4.5rem 0; }
  .story-image > img { height: min(130vw, 640px); }
  .story-image blockquote { width: min(360px, 92%); padding: 1.3rem; }
  .approach-heading { position: static; }
  .vote-date { width: 185px; height: 185px; }
  .vote-date strong { font-size: 4.6rem; }
  .footer-shell { grid-template-columns: 1fr; }
  .footer-brand { grid-row: auto; }
  .footer-meta { align-items: flex-start; }
}

@media (max-width: 390px) {
  .brand { gap: .65rem; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy small { font-size: .61rem; letter-spacing: .11em; }
  .hero h1 { font-size: clamp(2.65rem, 13.5vw, 3.3rem); }
  .priority-card { min-height: 340px; }
  .approach-list li { grid-template-columns: 42px minmax(0, 1fr); gap: 1rem; }
}

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