/* ---------- home-specific ---------- */
.hero { position: relative; overflow: hidden; background: var(--surface-2); border-bottom: 1px solid var(--border); }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(60% 80% at 88% -10%, rgba(60,122,89,.12), transparent 60%),
    radial-gradient(55% 70% at 6% 110%, rgba(28,58,99,.10), transparent 60%);
}
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 5vw, 64px); align-items: center; padding-block: clamp(54px, 8vw, 96px); }
.hero h1 { margin-top: 18px; }
.hero h1 .accent { color: var(--green-ink); }
.hero-headline { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 28px); margin-top: 18px; }
.hero-headline h1 { margin-top: 0; }
.hero-mark { flex: none; }
.hero-mark svg { display: block; width: clamp(78px, 9vw, 116px); height: auto; }
.hero .lead { margin-top: 22px; }
.hero-actions { margin-top: 30px; max-width: 470px; }
/* Hero email capture = the page's primary action (campaign list is the #1
   asset). The form itself is the shared .signup-form in its .signup-light skin;
   these rules own only the hero framing + the quiet secondary link. */
.hero-signup-label { display: block; font-size: .92rem; font-weight: 600; color: var(--ink); margin-bottom: 10px; }
.hero-links { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 16px; }
.hero-secondary {
  display: inline-flex; align-items: center; gap: .4em;
  font-weight: 600; font-size: .95rem; color: var(--accent); text-decoration: none;
}
.hero-secondary::after { content: "→"; transition: transform .25s cubic-bezier(.22, 1, .36, 1); }
.hero-secondary:hover { color: var(--accent-ink); }
.hero-secondary:hover::after { transform: translateX(4px); }
@media (prefers-reduced-motion: reduce) {
  .hero-secondary::after { transition: none; }
  .hero-secondary:hover::after { transform: none; }
}
.election-banner {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 26px;
  padding: 11px 16px; border-radius: 999px; font-size: .92rem; color: var(--ink);
  background: rgba(227,165,60,.14); border: 1px solid rgba(227,165,60,.42);
}
.election-banner svg { color: var(--gold-ink); flex: none; }
.election-banner strong { color: var(--gold-ink); }

.hero-card {
  background: var(--ink); color: #e7ecf4; border-radius: 20px;
  padding: clamp(26px, 3vw, 38px); box-shadow: var(--shadow-lg);
  position: relative; overflow: hidden;
}
.hero-card::after {
  content: ""; position: absolute; right: -40px; top: -40px; width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(60,122,89,.34), transparent 70%);
}
.hero-card .kicker { font-family: var(--font-body); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--green-bright);}
.hero-card .portrait { aspect-ratio: 4 / 5; margin-top: 18px; object-fit: cover; object-position: 50% 18%; }
.hero-card h2 { color: #fff; margin-top: 20px; font-size: 1.3rem; }
.hero-card p { color: #c3ccda; font-size: .95rem; margin-top: 8px; }

/* priorities preview — an asymmetric section head + a hairline-divided list,
   deliberately distinct from the numbered full-width planks on the priorities
   page and the 2x2 value grid on the about page (no cards, no 01-04 markers). */
.priorities-preview { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.priorities-preview .pp-head { position: sticky; top: 96px; }
.priorities-preview .pp-head .lead { margin-top: 14px; }
.priorities-preview .pp-head .btn { margin-top: 24px; }
.priority-list { list-style: none; display: flex; flex-direction: column; }
.priority-item { display: flex; gap: 18px; align-items: flex-start; padding: clamp(20px, 2.4vw, 26px) 0; border-top: 1px solid var(--border); }
.priority-item:first-child { padding-top: 0; border-top: 0; }
.priority-item:last-child { padding-bottom: 0; }
.priority-item .ico { flex: none; width: 44px; height: 44px; border-radius: 12px; background: rgba(28,58,99,.1); color: var(--accent); display: grid; place-items: center; }
.priority-copy h3 { color: var(--ink); font-size: 1.12rem; }
.priority-copy p { color: var(--muted); font-size: .96rem; margin-top: 5px; max-width: 52ch; }

/* about teaser split */
.about-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.about-portrait { aspect-ratio: 1 / 1; box-shadow: var(--shadow-lg); }
.quote-band { background: var(--ink); color: #fff; }
.quote-band .wrap { padding-block: clamp(54px, 8vw, 92px); }
.quote-band blockquote { font-family: var(--font-display); font-size: clamp(1.6rem, 3.4vw, 2.6rem); line-height: 1.18; letter-spacing: -.02em; max-width: 22ch; }
.quote-band .by { margin-top: 26px; font-family: var(--font-body); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--green-bright);}
.quote-band .quote-src { display: inline-block; margin-top: 12px; color: #cfe0d2; font-size: .9rem; text-decoration: none; }
.quote-band .quote-src:hover { color: #fff; text-decoration: underline; }

/* video band — distinct from quote/cta planks: framed media + chapter rail */
.video-head { max-width: 56ch; margin-inline: auto; text-align: center; }
.video-head .lead { margin-top: 12px; text-wrap: balance; }
.video-wrap { margin-top: clamp(26px, 4vw, 42px); }
.video-embed, .video-frame { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 16px; box-shadow: var(--shadow-lg); }
.video-embed { position: relative; padding: 0; cursor: pointer; overflow: hidden; background: var(--ink); }
.video-embed img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s cubic-bezier(.16,1,.3,1); }
.video-embed::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(19,41,74,0) 40%, rgba(19,41,74,.45)); }
.video-play { position: absolute; inset: 0; margin: auto; width: 76px; height: 76px; border-radius: 50%; background: var(--green-ink); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(19,41,74,.4); z-index: 1; transition: transform .35s cubic-bezier(.16,1,.3,1), background .2s; }
.video-play svg { transform: translateX(2px); }
.video-embed:hover img { transform: scale(1.03); }
.video-embed:hover .video-play { transform: scale(1.08); background: var(--green-bright); color: var(--ink); }
.video-embed:focus-visible { outline: 3px solid var(--green-bright); outline-offset: 3px; }
.chapters { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.chapters a { display: inline-flex; align-items: baseline; gap: 7px; padding: 8px 14px; border: 1px solid var(--border); border-radius: 999px; color: var(--green-ink); font-size: .9rem; text-decoration: none; transition: border-color .2s, background .2s; }
.chapters a b { font-variant-numeric: tabular-nums; }
.chapters a:hover { border-color: var(--green-bright); background: rgba(127,176,105,.12); }
@media (prefers-reduced-motion: reduce) { .video-embed img, .video-play { transition: none; } }

.cta-band { background: linear-gradient(135deg, var(--ink), var(--green-ink)); color: #fff; }
.cta-band .wrap { padding-block: clamp(50px, 7vw, 84px); text-align: center; display: flex; flex-direction: column; align-items: center; }
.cta-band h2 { color: #fff; max-width: 18ch; }
.cta-band p { color: #e8f1ec; margin-top: 14px; max-width: 50ch; }
.cta-band .btn-primary { background: #fff; color: var(--green-ink); margin-top: 30px; }
.cta-band .btn-primary:hover { background: #eef4f0; }

@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; }
  /* On mobile lead with the headline + email signup; the candidate card (with
     the full headshot) follows below instead of pushing the CTA off-screen. */
  .hero-card { max-width: 420px; margin-inline: auto; }
  /* Show portraits/photos at their natural aspect ratio on mobile so tall
     images aren't cropped to a short landscape band (heads/bodies cut off). */
  .hero-card .portrait { aspect-ratio: auto; height: auto; }
  .about-split { grid-template-columns: 1fr; }
  .about-portrait { aspect-ratio: auto; height: auto; max-width: 460px; margin-inline: auto; }
  .priorities-preview { grid-template-columns: 1fr; gap: 26px; }
  .priorities-preview .pp-head { position: static; }
}
