:root {
  --green: #24513f;
  --ink: #1f2b24;
  --cream: #f8f4ec;
  --red: #a9462e;
  --gold: #d8b76f;
  --muted: #4c5c52;
  --line: #ded7ca;
  --white: #ffffff;
}

* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--cream); }
a { color: inherit; text-decoration: none; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: 0; color: var(--green); }
p, h3 { letter-spacing: 0; }
.site-header { position: sticky; top: 0; z-index: 20; height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 6vw; color: var(--green); background: rgba(248,244,236,.96); border-bottom: 1px solid rgba(222,215,202,.8); box-shadow: 0 10px 24px rgba(35,57,48,.06); backdrop-filter: blur(10px); }
.brand { font-size: 1.35rem; font-weight: 900; }
.site-nav { display: flex; gap: 1.4rem; font-size: .92rem; font-weight: 800; }
.nav-toggle { display: none; }
.hero { display: grid; grid-template-columns: .95fr 1.05fr; gap: 4rem; align-items: center; padding: 3rem 6vw 4rem; }
.photo-panel { position: relative; }
.photo-panel img { width: 100%; height: 520px; object-fit: cover; border: 10px solid white; border-radius: 8px; box-shadow: 0 18px 38px rgba(35,57,48,.18); }
.photo-panel p { position: absolute; left: 1.5rem; bottom: 1.5rem; max-width: 310px; margin: 0; padding: 1rem 1.2rem; border-radius: 8px; background: var(--green); color: white; font-weight: 900; line-height: 1.3; }
.eyebrow { margin: 0 0 .8rem; color: var(--red); font-size: .8rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1 { margin: 0 0 1.2rem; font-size: clamp(3rem, 7vw, 5.4rem); line-height: .98; }
h2 { margin: 0 0 1rem; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.04; }
.lead { max-width: 650px; margin: 0 0 1.6rem; color: var(--muted); font-size: 1.25rem; line-height: 1.5; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.15rem; border-radius: 6px; font-weight: 900; }
.primary { background: var(--red); color: white; }
.secondary { border: 2px solid var(--green); color: var(--green); background: transparent; }
.section { padding: 5rem 6vw; }
.two-column { display: grid; grid-template-columns: .85fr 1.15fr; gap: 3rem; background: rgba(255,255,255,.58); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-card { padding: 2rem; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.78); }
.story-card p, .voting p, .priority-list p { color: var(--muted); line-height: 1.62; }
.priority-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-top: 2rem; }
.priority-list article { min-height: 230px; display: flex; flex-direction: column; padding: 1.4rem; border-top: 4px solid var(--gold); background: white; border-radius: 8px; }
.priority-list span { color: var(--red); font-weight: 900; }
.priority-list h3 { color: var(--green); }
.priority-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; margin-top: auto; border: 1px solid var(--line); border-radius: 8px; background: white; }
.voting { display: grid; grid-template-columns: 1fr minmax(280px, 430px); align-items: center; gap: 3rem; background: #edf3ed; }
.voting-copy { max-width: 860px; }
.voting-list { margin: 1.2rem 0 0; padding-left: 1.4rem; color: var(--muted); font-size: 1.18rem; line-height: 1.7; }
.voting-list li + li { margin-top: .35rem; }
.voting-image { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 16px 34px rgba(35,57,48,.12); }
.contact-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 3rem; align-items: start; background: var(--cream); }
.contact-copy p { color: var(--muted); line-height: 1.62; }
.social-links { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.social-links a,
.footer-social { display: inline-flex; align-items: center; gap: .5rem; }
.social-links a { min-height: 46px; padding: .75rem 1rem; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--green); font-weight: 900; }
.social-links svg,
.footer-social svg { width: 22px; height: 22px; fill: currentColor; flex: 0 0 auto; }
.contact-form { display: grid; gap: 1rem; padding: 2rem; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.78); }
.contact-form label { display: grid; gap: .45rem; color: var(--green); font-weight: 900; }
.contact-form input,
.contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: .85rem .95rem; color: var(--ink); background: white; font: inherit; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus { outline: 3px solid rgba(216,183,111,.38); border-color: var(--gold); }
.hidden-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-message { margin: 0; padding: .85rem 1rem; border-radius: 6px; font-weight: 800; line-height: 1.4; }
.form-message.success { background: #e5f2e8; color: #24513f; border: 1px solid #b8d7c2; }
.form-message.error { background: #f8e8e3; color: #8e321f; border: 1px solid #e3b7a8; }
.site-footer { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; padding: 2rem 6vw; background: var(--green); color: white; font-weight: 800; }

@media (max-width: 840px) {
  .nav-toggle { display: inline-flex; border: 1px solid var(--line); background: white; border-radius: 6px; padding: .55rem .75rem; font-weight: 800; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 72px; padding: 1rem 6vw; background: var(--cream); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: grid; gap: .9rem; }
  .hero, .two-column, .priority-list { grid-template-columns: 1fr; }
  .photo-panel img { height: auto; }
  .voting, .contact-section { align-items: flex-start; }
  .voting { grid-template-columns: 1fr; }
  .contact-section { display: grid; grid-template-columns: 1fr; }
  .contact-form { width: 100%; padding: 1.4rem; }
}
