
.action-preview { padding: 36px 0; color: white; background: var(--green-dark); }
.action-preview-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(34px, 5vw, 72px); align-items: center; }
.action-preview-grid > h2 { margin: 9px 0 8px; font-family: var(--serif); font-size: clamp(35px, 4vw, 54px); font-weight: 400; letter-spacing: -.025em; line-height: .98; }
.action-lanes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.action-lane { display: flex; min-height: 164px; flex-direction: column; padding: 22px; color: white; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); text-decoration: none; transition: transform .2s ease, background .2s ease; }
.action-lane:hover { background: rgba(255,255,255,.15); transform: translateY(-4px); }
.action-lane-time { color: #baf4ca; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.action-lane strong { margin-top: 10px; font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.05; }
.action-lane::after { content: "Choose action →"; margin-top: auto; padding-top: 18px; color: rgba(255,255,255,.68); font-size: 10px; font-weight: 700; line-height: 1.45; }
.action-page { background: var(--cream); }
.action-sprint { padding: 106px 0 118px; }
.action-sprint-head { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(48px, 8vw, 110px); align-items: end; }
.action-sprint-head .display { max-width: 760px; }
.action-sprint-intro { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.action-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 42px; }
.action-filter { min-height: 43px; padding: 0 18px; color: var(--navy); background: transparent; border: 1px solid rgba(7,27,49,.24); border-radius: 999px; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.action-filter:hover, .action-filter[aria-pressed="true"] { color: white; background: var(--navy); border-color: var(--navy); }
.action-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.action-card { display: flex; min-height: 318px; flex-direction: column; padding: 31px; background: white; border-top: 7px solid var(--green); box-shadow: 0 16px 44px rgba(7,27,49,.08); }
.action-card[hidden] { display: none; }
.action-card-time { color: var(--green-dark); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.action-card h3 { margin: 20px 0 10px; color: var(--navy); font-family: var(--serif); font-size: 34px; font-weight: 400; letter-spacing: -.02em; line-height: 1.02; }
.action-card p { margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.action-card .text-link, .action-card .action-card-button { margin-top: auto; align-self: flex-start; }
.action-card-button { padding: 0; color: var(--green-dark); background: transparent; border: 0; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; text-transform: uppercase; }
.vote-plan { padding: 90px 0; color: white; background: var(--navy); }
.vote-plan-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(54px, 9vw, 128px); align-items: center; }
.election-clock { display: flex; align-items: baseline; gap: 18px; margin: 28px 0 14px; }
.election-clock strong { color: #78e09a; font-family: var(--serif); font-size: clamp(80px, 10vw, 132px); font-weight: 400; letter-spacing: -.05em; line-height: .7; }
.election-clock span { max-width: 110px; color: rgba(255,255,255,.68); font-size: 10px; font-weight: 800; letter-spacing: .11em; line-height: 1.5; text-transform: uppercase; }
.vote-date { margin: 20px 0 0; color: white; font-size: 13px; font-weight: 800; }
.vote-plan-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 64px); font-weight: 400; letter-spacing: -.025em; line-height: 1; }
.vote-plan-copy > p { max-width: 700px; color: rgba(255,255,255,.7); }
.vote-link-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 31px; }
.vote-link { display: flex; min-height: 112px; align-items: center; justify-content: space-between; gap: 20px; padding: 23px; color: white; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); text-decoration: none; }
.vote-link:hover { background: rgba(255,255,255,.12); border-color: #78e09a; }
.vote-link strong { font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1.08; }
.vote-link span { color: #78e09a; font-size: 20px; }
.vote-source { margin: 19px 0 0; color: rgba(255,255,255,.52); font-size: 10px; }
.volunteer-section { padding: 112px 0 126px; }
.volunteer-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(52px, 8vw, 108px); align-items: start; }
.volunteer-copy { position: sticky; top: 118px; }
.volunteer-copy .display { margin-bottom: 28px; }
.volunteer-copy > p:not(.eyebrow) { color: var(--muted); }
.volunteer-proof { display: grid; gap: 0; margin-top: 36px; border-top: 1px solid var(--line); }
.volunteer-proof div { padding: 20px 0; border-bottom: 1px solid var(--line); }
.volunteer-proof strong { display: block; color: var(--navy); font-family: var(--serif); font-size: 25px; font-weight: 400; }
.volunteer-proof span { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.volunteer-form-card { padding: clamp(30px, 5vw, 58px); background: white; box-shadow: 0 20px 60px rgba(7,27,49,.1); }
.volunteer-form-card > h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(37px, 4.5vw, 54px); font-weight: 400; line-height: 1; }
.volunteer-form-card > p { margin: 12px 0 30px; color: var(--muted); font-size: 13px; }
.volunteer-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-full { grid-column: 1 / -1; }
.form-label { display: block; margin: 8px 0 11px; color: var(--navy); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.interest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.interest-check { display: flex; min-height: 58px; align-items: center; gap: 11px; padding: 13px 15px; background: var(--cream); border: 1px solid transparent; cursor: pointer; font-size: 11px; font-weight: 700; line-height: 1.3; }
.interest-check:has(input:checked) { background: #e6f7ec; border-color: var(--green); }
.interest-check input { width: 18px; min-width: 18px; height: 18px; margin: 0; accent-color: var(--green-dark); }
.volunteer-form-actions { display: flex; align-items: center; gap: 20px; margin-top: 25px; }
.volunteer-form-actions .form-status { margin: 0; }
.share-center { padding: 98px 0 112px; background: white; }
.share-center-head { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
.share-center-head p:last-child { margin: 0; color: var(--muted); }
.share-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 38px; }
.share-card { display: flex; min-height: 260px; flex-direction: column; padding: 32px; color: white; background: var(--navy); }
.share-card:nth-child(2) { background: var(--green-dark); }
.share-card-label { color: #78e09a; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.share-card:nth-child(2) .share-card-label { color: #c4f7d2; }
.share-card blockquote { margin: 18px 0 28px; font-family: var(--serif); font-size: clamp(25px, 3vw, 34px); line-height: 1.12; }
.share-card .button { margin-top: auto; align-self: flex-start; color: var(--navy); background: white; }
@media (max-width: 1080px) {
  .action-preview-grid { grid-template-columns: 1fr; }
  .action-sprint-head, .share-center-head { grid-template-columns: 1fr; gap: 24px; }
  .action-card-grid { grid-template-columns: 1fr 1fr; }
  .vote-plan-grid { grid-template-columns: .7fr 1.3fr; gap: 48px; }
  .volunteer-layout { grid-template-columns: 1fr; }
  .volunteer-copy { position: static; }
}
@media (max-width: 760px) {
  .action-preview { padding: 52px 0; }
  .action-lanes { grid-template-columns: 1fr; }
  .action-lane { min-height: 148px; }
  .action-card-grid, .vote-plan-grid, .vote-link-grid, .volunteer-form-grid, .interest-grid, .share-grid { grid-template-columns: 1fr; }
  .action-sprint, .volunteer-section, .share-center { padding: 78px 0 88px; }
  .action-sprint-head { gap: 18px; }
  .action-filters { display: grid; grid-template-columns: 1fr 1fr; margin-top: 30px; }
  .action-filter { width: 100%; }
  .action-card { min-height: 285px; padding: 27px; }
  .vote-plan { padding: 76px 0 82px; }
  .election-clock strong { font-size: 100px; }
  .vote-plan-copy { margin-top: 12px; }
  .field-full { grid-column: auto; }
  .volunteer-form-actions { display: grid; }
  .share-center-head { gap: 18px; }
}