:root {
  --cream: #f5f2ec;
  --green: #293f34;
  --wine: #941e38;
  --lime: #c0cd8b;
  --ink: #202720;
  --line: #d2d2c7;
  --serif: 'Lora', Georgia, 'Times New Roman', serif;
  --hand: 'Caveat', 'Segoe Print', cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; }
body { max-width: 1920px; margin: 0 auto; background: var(--cream); color: var(--ink); font: 400 16px/1.5 'DM Sans', Arial, sans-serif; }
h1, h2, h3, p { margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.045em; line-height: 1.1; }
h2 { font-size: clamp(1.8rem, 2.7vw, 2.8rem); }
a { color: inherit; }
button { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; height: auto; }
svg { display: block; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.svg-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
[hidden] { display: none !important; }
.wrap { width: min(1320px, calc(100% - 80px)); margin-inline: auto; }
.eyebrow { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .28em; margin-bottom: 15px; }
em { font-style: normal; color: var(--lime); }
.handwriting { font-family: var(--hand); font-weight: 600; line-height: 1.04; letter-spacing: -.02em; }
.ink-line { width: 135px; height: 17px; stroke-width: 2; margin: 3px auto 0; }
.paper { background-color: var(--cream); background-image: url('assets/paper-grain.svg'); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 26px; border: 1px solid #f2dfe3; border-radius: 13px; background: var(--wine); color: #fff; font-weight: 600; font-size: .96rem; line-height: 1.3; text-align: center; text-decoration: none; box-shadow: inset 0 0 0 3px #ffffff08; cursor: pointer; transition: background .18s, transform .18s; }
.button svg { width: 21px; height: 21px; stroke-width: 2; }
.button:hover { background: #77172c; transform: translateY(-2px); }
.button:disabled { cursor: default; opacity: .85; transform: none; }
.outline { background: #ffffff0b; border-color: #f9f6e8ba; }
.outline:hover { background: #ffffff24; }
a:focus-visible, button:focus-visible { outline: 3px solid #c9a63b; outline-offset: 5px; }
.skip { position: absolute; z-index: 20; left: 16px; top: -100px; background: #fff; color: var(--ink); padding: 12px 18px; border-radius: 4px; }
.skip:focus { top: 12px; }
main:focus { outline: none; }
.brand { display: inline-block; text-decoration: none; }
.brand strong { display: block; color: var(--wine); font-size: 2.3rem; font-weight: 700; line-height: .9; letter-spacing: -.055em; }
.brand span { display: block; margin-top: 12px; font-size: .62rem; line-height: 1.6; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

/* The wide photos have their own composition; portraits remain available on phones. */
.hero { position: relative; isolation: isolate; min-height: 680px; color: #fff; background: var(--green); overflow: hidden; }
.hero-photo, .hero-shade { position: absolute; inset: 0; z-index: -1; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 65% 50%; transform: scale(1.22); transform-origin: 69% 37%; }
.hero-shade { background: linear-gradient(100deg, #102119d9 0%, #16271ec9 32%, #17281da8 48%, #17271d24 60%, transparent 70%); }
.hero-shade::before { content: ''; position: absolute; top: 0; left: 0; width: 43%; height: 185px; background: radial-gradient(ellipse at 8% 0, #f5f2ec 8%, #f5f2ecef 40%, #f5f2ec00 72%); }
.hero-brand { position: relative; padding-top: 25px; }
.hero-brand .brand { color: var(--green); }
.hero-copy { padding-top: 48px; padding-bottom: 48px; }
.hero h1 { font-size: clamp(2.55rem, 5.35vw, 5.1rem); line-height: 1.045; font-weight: 500; max-width: 850px; text-shadow: 0 1px 10px #0002; }
.hero .eyebrow { font-size: .68rem; letter-spacing: .32em; }
.hero-intro { max-width: 540px; width: 45%; font-size: clamp(.95rem, 1.35vw, 1.16rem); line-height: 1.5; margin-top: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.hero-actions .button { min-width: 175px; }
.hero-note { position: absolute; right: 3%; top: 42%; width: 145px; transform: rotate(-9deg); color: #243c2e; font-size: clamp(1.35rem, 2.05vw, 1.95rem); text-shadow: 0 1px 6px #fff; }
.hero-note span { padding-left: 13px; }
.hero-note .ink-line { width: 85px; margin-left: 45px; }

.issues { padding-block: 38px 42px; }
.issues-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.issues article { position: relative; text-align: center; padding-inline: 40px; }
.issues article + article::before { content: ''; position: absolute; left: 0; top: 25px; bottom: 6px; border-left: 1px solid var(--line); }
.issue-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 12px; color: var(--cream); background: var(--green); border-radius: 50%; box-shadow: 0 0 0 3px #ffffffb0, inset 0 0 0 1px #fff2; transform: rotate(-4deg); }
.issue-icon svg { width: 35px; height: 35px; transform: rotate(4deg); }
.issues h2 { font-size: clamp(1.3rem, 1.95vw, 1.9rem); line-height: 1.05; margin-bottom: 16px; }
.issues p { max-width: 315px; margin-inline: auto; line-height: 1.4; font-size: .97rem; }

.about { border-top: 8px solid #fff9; border-bottom: 8px solid #fff9; background-image: url('assets/paper-brush.svg'), url('assets/paper-grain.svg'); background-size: auto 100%, auto; background-position: right center, center; background-repeat: no-repeat, repeat; }
.about-layout { width: min(1500px, 100%); margin: auto; display: grid; grid-template-columns: 36% minmax(0, 1fr) 180px; }
.about-photo { position: relative; min-height: 450px; overflow: hidden; }
.about-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 27%; }
.about-copy { padding: 36px 40px 28px; align-self: center; }
.about-copy h2 { font-size: clamp(1.75rem, 2.55vw, 2.55rem); margin-bottom: 20px; }
.about-copy h2 span { color: var(--wine); }
.about-copy > p:not(.eyebrow):not(.signature) { font-size: 1rem; max-width: 590px; }
.about-copy > p + p { margin-top: 16px; }
.signature { width: 310px; max-width: 100%; margin-top: 26px !important; color: var(--green); font-size: 2rem; transform: rotate(-6deg); }
.signature > span { padding-left: 20px; }
.signature .signed { display: block; margin-top: 0; padding-left: 140px; white-space: nowrap; }
.signature .ink-line { width: 145px; margin-left: 12px; margin-top: 0; }
.values { display: grid; gap: 23px; align-self: center; border-left: 1px solid #aeb5a7; padding: 12px 18px 12px 22px; }
.values p { display: flex; align-items: center; gap: 12px; font-size: .83rem; line-height: 1.3; }
.values strong { display: block; font-weight: 600; }
.values svg { width: 33px; height: 33px; stroke-width: 1.45; color: #879c59; }
.values p:last-child svg { color: var(--green); }

.community { position: relative; isolation: isolate; height: clamp(350px, 35vw, 510px); overflow: hidden; background: #d5e5ed; }
.community-photo { position: absolute; inset: 0; z-index: -1; }
.community-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.community-note { position: absolute; left: 4%; top: 16%; font-size: clamp(1.5rem, 2.55vw, 2.5rem); color: #293f34; transform: rotate(-7deg); text-align: center; text-shadow: 0 1px 6px #ffffffa6; }
.community-note > span { display: inline-block; margin-top: 4px; }
.community-note .ink-line { width: 150px; margin-top: 6px; }
.community-stamp { position: absolute; right: 2%; bottom: 20%; width: clamp(200px, 25%, 340px); padding: 32px 18px 0; color: #fff6ee; background: var(--wine); transform: rotate(-5deg); text-align: center; clip-path: polygon(3% 5%, 8% 3%, 19% 4%, 24% 2%, 38% 3%, 50% 1%, 62% 3%, 75% 1%, 91% 3%, 98% 1%, 99% 12%, 98% 26%, 100% 37%, 98% 54%, 100% 71%, 98% 91%, 100% 97%, 85% 96%, 71% 99%, 58% 97%, 46% 100%, 31% 97%, 19% 99%, 8% 96%, 2% 99%, 3% 84%, 1% 75%, 3% 63%, 0% 50%, 2% 35%, 1% 20%); }
.community-stamp::after { content: ''; position: absolute; inset: 0; background: url('assets/paper-grain.svg'); opacity: .5; pointer-events: none; }
.community-stamp p { font: 600 clamp(1.05rem, 2.15vw, 2.05rem)/1.12 var(--serif); }
.skyline { width: 84%; height: 70px; margin: 15px auto 0; stroke-width: 1; opacity: .8; }

.dates { color: #fff; background: radial-gradient(ellipse at 55% 100%, #49614b77, transparent 70%), var(--green); padding-block: 30px 22px; }
.dates h2 { display: flex; align-items: center; gap: 14px; font-size: 2.1rem; margin-bottom: 24px; }
.dates h2 svg { width: 38px; height: 38px; stroke-width: 1.5; }
.dates-grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1.65fr; align-items: center; gap: 28px; padding-left: 52px; }
.dates-grid > div { align-self: stretch; border-right: 1px solid #e4ead345; }
.dates-grid > div:nth-child(3) { border: 0; }
.dates h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 7px; }
.dates-grid p { line-height: 1.35; }
.voter-link { display: flex; align-items: center; align-self: stretch; padding: 20px 24px; background: #f2efdf; border: 1px solid #fff9; color: #24372b; border-radius: 8px; font-size: .86rem; text-decoration: none; }
.voter-link strong { display: flex; align-items: center; gap: 8px; font-size: .85rem; }
.voter-link svg { width: 16px; height: 16px; }
.voter-link:hover strong { text-decoration: underline; text-underline-offset: 3px; }
.date-note { margin-top: 22px; font-size: .73rem; color: #d9e0d2; }

.involved { padding-block: 30px; }
.involved-layout { display: grid; grid-template-columns: .94fr 1.25fr; align-items: center; gap: 35px; }
.involved .eyebrow { font-size: .64rem; }
.involved h2 { font-size: clamp(1.65rem, 2.65vw, 2.5rem); margin-bottom: 15px; }
.involved-copy > p:not(.eyebrow) { max-width: 490px; font-size: 1rem; }
.involved .button { margin-top: 21px; font-size: .92rem; }
.contact-link { display: flex; align-items: center; gap: 6px; width: fit-content; min-height: 44px; margin-top: 10px; }
.contact-link svg { width: 17px; height: 17px; }
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.gallery figure { margin: 0; min-width: 0; aspect-ratio: .79; overflow: hidden; background: #17231d; }
.gallery img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.gallery figure:first-child img, .gallery figure:last-child img { filter: grayscale(1) brightness(1.3); transform: scale(2.1); transform-origin: 54% 65%; }
.gallery figure:nth-child(2) img { transform: scale(1.12); transform-origin: 52% 45%; }

.donate { position: relative; isolation: isolate; overflow: hidden; background: #253d32; color: #fff; padding-block: 38px; }
.donation-landscape { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #16241ae6, #18251dd4), url('assets/community-wide.webp') left 47% / 300% auto; }
.donation-landscape::after { content: ''; position: absolute; inset: 0; background: url('assets/hills.svg') bottom / 100% 100% no-repeat; opacity: .6; }
.donation-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 32px; }
.donate h2 { font-size: clamp(1.8rem, 2.9vw, 2.9rem); }
.donate p { margin-top: 12px; }
.donation-action { text-align: center; }
.donation-action .button { min-width: 240px; }
.donation-action p { font-size: .73rem; color: #eef0e7; }

footer { padding-block: 42px 30px; }
.footer-layout { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center; }
.footer-brand strong { font-size: 1.75rem; line-height: 1.05; }
.footer-brand span { margin-top: 8px; font-size: .6rem; }
.footer-note { justify-self: end; font-size: 1.45rem; transform: rotate(-5deg); color: var(--green); text-align: center; }
.footer-note .ink-line { width: 120px; height: 13px; }
.disclaimer { grid-column: 1 / -1; justify-self: end; font-size: .6rem; color: #61645c; letter-spacing: .025em; }

@media (min-width: 1600px) {
  .hero { min-height: 850px; }
  .hero-copy { padding-top: 60px; }
  .hero-photo img { object-position: center 35%; transform: scale(1.12); }
  .hero-note { right: max(4%, calc((100% - 1560px) / 2)); }
  .community { height: 560px; }
}

@media (min-width: 760px) and (max-width: 1099px) {
  .wrap { width: calc(100% - 64px); }
  .hero { min-height: 575px; }
  .hero-copy { padding-top: 38px; padding-bottom: 34px; }
  .hero h1 { font-size: 5.45vw; }
  .hero-intro { font-size: .93rem; width: 46%; }
  .hero-note { right: 2%; top: 21%; width: 130px; font-size: 1.35rem; }
  .hero-actions { gap: 14px; margin-top: 24px; }
  .hero-actions .button { min-width: 0; padding-inline: 22px; }
  .brand strong { font-size: 2rem; }
  .brand span { font-size: .53rem; }
  .issues article { padding-inline: 22px; }
  .issue-icon { width: 62px; height: 62px; }
  .issues p { font-size: .88rem; }
  .about-layout { grid-template-columns: 35% minmax(0, 1fr) 142px; }
  .about-copy { padding: 26px; }
  .about-copy h2 { font-size: 1.65rem; }
  .about-copy > p:not(.eyebrow):not(.signature) { font-size: .9rem; }
  .about-photo { min-height: 450px; }
  .signature { font-size: 1.7rem; width: 240px; }
  .signature .signed { padding-left: 100px; }
  .signature .ink-line { width: 120px; }
  .values { padding: 10px 12px; gap: 22px; }
  .values p { gap: 8px; font-size: .72rem; }
  .values svg { width: 28px; height: 28px; }
  .community { height: 36vw; min-height: 300px; }
  .community-stamp { padding-top: 23px; }
  .skyline { height: 50px; margin-top: 10px; }
  .dates-grid { padding-left: 0; gap: 20px; grid-template-columns: 1fr 1fr 1fr 1.5fr; }
  .dates h3 { font-size: 1rem; }
  .dates-grid p { font-size: .9rem; }
  .voter-link { padding: 16px; font-size: .77rem; }
  .voter-link strong { font-size: .75rem; }
  .involved-layout { gap: 24px; }
  .gallery { gap: 14px; }
  .involved-copy > p:not(.eyebrow) { font-size: .9rem; }
  .involved .button { padding-inline: 15px; font-size: .8rem; }
  .donate h2 { font-size: 2rem; }
  .donate p { font-size: .9rem; }
  .donation-action p { font-size: .7rem; }
  .donation-action .button { min-width: 210px; font-size: .85rem; }
  .footer-note { display: none; }
}

@media (max-width: 759px) {
  .wrap { width: calc(100% - 40px); }
  .hero { min-height: 0; }
  .hero-photo { height: 500px; }
  .hero-photo img { object-position: center 27%; transform: none; }
  .hero-shade { background: linear-gradient(180deg, #10201938 0, transparent 170px, #293f3400 290px, #293f34ed 440px, var(--green) 510px); }
  .hero-shade::before { display: none; }
  .hero-brand { position: absolute; inset: 0 0 auto; padding-top: 24px; }
  .hero-brand .brand { position: relative; isolation: isolate; margin: -8px -10px; padding: 12px 16px; color: #fff6ee; transform: rotate(-4deg); }
  .hero-brand .brand::before { content: ''; position: absolute; inset: 0; z-index: -1; background: var(--wine) url('assets/paper-grain.svg'); clip-path: polygon(3% 5%, 8% 3%, 19% 4%, 24% 2%, 38% 3%, 50% 1%, 62% 3%, 75% 1%, 91% 3%, 98% 1%, 99% 12%, 98% 26%, 100% 37%, 98% 54%, 100% 71%, 98% 91%, 100% 97%, 85% 96%, 71% 99%, 58% 97%, 46% 100%, 31% 97%, 19% 99%, 8% 96%, 2% 99%, 3% 84%, 1% 75%, 3% 63%, 0% 50%, 2% 35%, 1% 20%); }
  .hero-brand strong { color: inherit; font-size: 2.4rem; }
  .hero-brand span { font-size: .5rem; margin-top: 8px; letter-spacing: .12em; }
  .hero-copy { padding-top: 382px; padding-bottom: 35px; }
  .hero h1 { font-size: clamp(2rem, 8.35vw, 3.85rem); line-height: 1.04; letter-spacing: -.05em; }
  .hero .eyebrow { font-size: .59rem; letter-spacing: .25em; margin-bottom: 13px; }
  .hero-intro { width: 100%; max-width: 470px; font-size: .95rem; margin-top: 18px; }
  .hero-actions { gap: 12px; margin-top: 24px; }
  .hero-actions .button { flex: 1; min-width: 0; padding-inline: 14px; font-size: .9rem; }
  .hero-note { isolation: isolate; top: 203px; right: 22px; width: 86px; font-size: 1.22rem; transform: rotate(-8deg); color: var(--green); text-shadow: none; }
  .hero-note::before { content: ''; position: absolute; inset: -10px -9px; z-index: -1; background: var(--cream) url('assets/paper-grain.svg'); clip-path: polygon(2% 1%, 28% 2%, 58% 0, 98% 2%, 100% 35%, 98% 66%, 100% 98%, 68% 100%, 36% 98%, 1% 100%, 2% 64%, 0 31%); }
  .hero-note span { padding-left: 6px; }
  .hero-note .ink-line { width: 55px; margin-left: 20px; }
  .issues { padding-block: 32px 38px; }
  .issues-grid { grid-template-columns: 1fr; gap: 28px; }
  .issues article { padding: 0 10px 28px; }
  .issues article:last-child { padding-bottom: 0; }
  .issues article + article::before { display: none; }
  .issues article:not(:last-child) { border-bottom: 1px solid var(--line); }
  .issue-icon { width: 64px; height: 64px; }
  .issues h2 { font-size: 1.6rem; }
  .issues p { max-width: 350px; font-size: .95rem; }
  .about-layout { grid-template-columns: minmax(0, 1fr); }
  .about-photo { height: 440px; min-height: 0; }
  .about-photo img { object-position: center 26%; }
  .about-copy { padding: 32px 24px 28px; }
  .about-copy h2 { font-size: 2rem; max-width: 390px; }
  .about-copy > p:not(.eyebrow):not(.signature) { font-size: .97rem; }
  .signature { font-size: 1.9rem; margin-bottom: 16px; }
  .signature .signed { padding-left: min(35vw, 130px); }
  .signature .ink-line { width: 120px; }
  .values { grid-template-columns: 1fr 1fr; gap: 22px; border-left: 0; border-top: 1px solid var(--line); margin: 0 24px; padding: 24px 0 30px; }
  .values p { font-size: .83rem; }
  .community { height: 690px; }
  .community-photo { inset: 100px 0 0; }
  .community-photo img { object-position: center 29%; }
  .community::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, #d5e5ed 0, #d5e5ede8 95px, transparent 175px); }
  .community-note { left: 20px; right: 20px; top: 25px; font-size: 1.85rem; }
  .community-stamp { width: 210px; right: 18px; bottom: 28px; padding-top: 24px; }
  .community-stamp p { font-size: 1.25rem; }
  .skyline { height: 48px; margin-top: 10px; }
  .dates { padding-block: 28px 24px; }
  .dates h2 { font-size: 1.8rem; gap: 10px; }
  .dates h2 svg { width: 33px; height: 33px; }
  .dates-grid { padding-left: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 12px; }
  .dates h3 { font-size: .91rem; }
  .dates-grid p { font-size: .86rem; }
  .voter-link { grid-column: 1 / -1; padding: 18px; font-size: .9rem; }
  .voter-link strong { font-size: .9rem; margin-top: 3px; }
  .date-note { font-size: .71rem; margin-top: 18px; }
  .involved { padding-block: 34px; }
  .involved-layout { grid-template-columns: 1fr; gap: 28px; }
  .involved h2 { font-size: 2rem; }
  .involved-copy > p:not(.eyebrow) { font-size: .97rem; }
  .gallery { gap: 10px; }
  .gallery figure { aspect-ratio: .65; }
  .donate { padding-block: 34px; }
  .donation-row { grid-template-columns: 1fr; gap: 24px; }
  .donate h2 { font-size: 2rem; }
  .donate p { font-size: .95rem; }
  .donation-action { text-align: left; }
  .donation-action p { font-size: .74rem; }
  footer { padding-block: 32px 26px; }
  .footer-layout { grid-template-columns: 1fr; gap: 24px; }
  .footer-brand strong { font-size: 1.6rem; }
  .footer-note { justify-self: start; font-size: 1.55rem; }
  .disclaimer { justify-self: start; font-size: .59rem; max-width: 330px; }
}

@media (min-width: 520px) and (max-width: 759px) {
  .hero-photo { height: 590px; }
  .hero-copy { padding-top: 430px; }
  .hero-shade { background: linear-gradient(180deg, #10201938 0, transparent 200px, #293f3400 320px, #293f34ee 540px, var(--green) 600px); }
  .hero-note { top: 245px; right: 7%; width: 110px; font-size: 1.6rem; }
  .hero-copy h1 { font-size: 3.55rem; }
  .hero-actions .button { flex: initial; min-width: 185px; }
  .about-photo { height: 530px; }
  .gallery figure { aspect-ratio: .8; }
  .community { height: 780px; }
  .community-note { text-align: left; left: 6%; }
}

@media (max-width: 359px) {
  .hero-brand strong { font-size: 2.1rem; }
  .hero-photo { height: 450px; }
  .hero-copy { padding-top: 340px; }
  .hero-shade { background: linear-gradient(180deg, #10201938, transparent 160px, #293f3400 240px, #293f34ee 410px, var(--green) 470px); }
  .hero-note { top: 175px; right: 18px; font-size: 1.1rem; width: 78px; }
  .hero-actions .button { font-size: .8rem; padding-inline: 10px; gap: 7px; }
  .hero-actions .button svg { width: 18px; }
  .dates-grid { grid-template-columns: 1fr; gap: 14px; }
  .dates-grid > div { border-right: 0; border-bottom: 1px solid #e4ead345; padding-bottom: 14px; }
  .dates-grid > div:nth-child(3) { border-bottom: 1px solid #e4ead345; }
}

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