/* =========================================================
   Dennis Cole — Fountain Valley
   Layout & functionality modeled on stricklandforsenate.com
   (sticky nav + Donate button, full-height hero with candidate
   portrait, donation preset band, bio highlights, 4-up issues
   grid, newsletter signup, deep footer with disclosure).
   Color system is our own: deep navy + warm gold + civic blue.
   ========================================================= */

:root {
  --navy-900: #0b1f3a;
  --navy-800: #12294a;
  --navy-700: #1c3a63;
  --blue-600: #23568f;
  --blue-500: #2f6fd0;
  --gold-500: #f0a92b;
  --gold-600: #d8951a;
  --ink: #16202e;
  --slate: #566274;
  --line: #e3e8ef;
  --paper: #ffffff;
  --mist: #f5f7fb;

  --maxw: 1160px;
  --radius: 14px;
  --shadow-sm: 0 2px 10px rgba(11, 31, 58, .09);
  --shadow-md: 0 18px 46px rgba(11, 31, 58, .16);
  --ease: cubic-bezier(.22, .61, .36, 1);
  --header-h: 4.6rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Sora", "Inter", sans-serif;
  line-height: 1.12;
  letter-spacing: -.02em;
  margin: 0 0 .5em;
  color: var(--navy-900);
}
h1 { font-size: clamp(2.1rem, 5vw, 3.1rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 600; }
p { margin: 0 0 1rem; }
a { color: var(--blue-500); }
img { max-width: 100%; display: block; }

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(1.1rem, 4vw, 2rem);
}
.section { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.section-alt { background: var(--mist); }
.section-navy { background: var(--navy-900); color: #fff; }
.section-navy h2, .section-navy h3 { color: #fff; }
.narrow { max-width: 760px; margin-inline: auto; }

.kicker {
  font-family: "Sora", sans-serif;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 700;
  color: var(--gold-600);
  margin-bottom: .6rem;
}
.kicker-light { color: var(--gold-500); }
.section-head { max-width: 42rem; margin-bottom: 2.6rem; }
.section-head.center { margin-inline: auto; text-align: center; }

.skip-link {
  position: absolute; left: -999px; top: 0;
  background: var(--navy-900); color: #fff; padding: .6rem 1rem; z-index: 200;
}
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: "Sora", sans-serif; font-weight: 600; font-size: .98rem;
  text-decoration: none; padding: .85rem 1.7rem; border-radius: 999px;
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease), color .18s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-accent { background: var(--gold-500); color: var(--navy-900); box-shadow: 0 8px 22px rgba(240, 169, 43, .38); }
.btn-accent:hover { background: var(--gold-600); }
.btn-navy { background: var(--navy-900); color: #fff; }
.btn-navy:hover { background: var(--navy-800); }
.btn-ghost { border-color: rgba(255, 255, 255, .55); color: #fff; background: rgba(255, 255, 255, .06); }
.btn-ghost:hover { background: rgba(255, 255, 255, .16); }
.btn-outline { border-color: var(--navy-900); color: var(--navy-900); }
.btn-outline:hover { background: var(--navy-900); color: #fff; }
.btn-sm { padding: .55rem 1.15rem; font-size: .9rem; }
.btn-block { width: 100%; }

.link-arrow {
  font-family: "Sora", sans-serif; font-weight: 600; text-decoration: none;
  color: var(--blue-500); display: inline-block; margin-top: .3rem;
}
.link-arrow:hover { color: var(--navy-900); }
.section-navy .link-arrow { color: var(--gold-500); }
.section-navy .link-arrow:hover { color: #fff; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .3s var(--ease), box-shadow .3s var(--ease);
}
.site-header.scrolled,
.site-header.solid {
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-sm);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--header-h);
}
.brand {
  display: flex; align-items: center; gap: .6rem; text-decoration: none;
  font-family: "Sora", sans-serif; font-weight: 700; font-size: 1.08rem;
  color: #fff; transition: color .3s var(--ease);
}
.scrolled .brand, .solid .brand { color: var(--navy-900); }
.brand-mark {
  display: grid; place-items: center; width: 2.2rem; height: 2.2rem;
  border-radius: 8px; background: var(--gold-500); color: var(--navy-900);
  font-weight: 800; font-size: .95rem;
}
.primary-nav { display: flex; align-items: center; gap: 1.7rem; }
.primary-nav a {
  font-family: "Sora", sans-serif; font-weight: 500; font-size: .95rem;
  text-decoration: none; color: rgba(255, 255, 255, .9);
  transition: color .2s var(--ease);
}
.primary-nav a:hover { color: #fff; }
.primary-nav a[aria-current="page"] { color: var(--gold-500); }
.scrolled .primary-nav a, .solid .primary-nav a { color: var(--slate); }
.scrolled .primary-nav a:hover, .solid .primary-nav a:hover { color: var(--navy-900); }
.scrolled .primary-nav a[aria-current="page"],
.solid .primary-nav a[aria-current="page"] { color: var(--gold-600); }
.primary-nav a.btn-accent,
.scrolled .primary-nav a.btn-accent,
.solid .primary-nav a.btn-accent { color: var(--navy-900); }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px; background: none;
  border: 0; padding: .4rem; cursor: pointer;
}
.nav-toggle span {
  width: 26px; height: 2px; background: #fff;
  transition: transform .25s var(--ease), opacity .2s var(--ease), background .3s var(--ease);
}
.scrolled .nav-toggle span, .solid .nav-toggle span { background: var(--navy-900); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  color: #fff; overflow: hidden;
  background: radial-gradient(1200px 700px at 80% -10%, var(--navy-700), var(--navy-900) 60%);
}
.hero-shape {
  position: absolute; border-radius: 50%; filter: blur(10px); opacity: .5;
  pointer-events: none;
}
.hero-shape.s1 { width: 520px; height: 520px; right: -120px; top: -140px;
  background: radial-gradient(circle, rgba(240,169,43,.5), transparent 70%); }
.hero-shape.s2 { width: 460px; height: 460px; left: -160px; bottom: -180px;
  background: radial-gradient(circle, rgba(47,111,208,.45), transparent 70%); }
.hero-grid-lines {
  position: absolute; inset: 0; opacity: .12; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 30% 40%, #000, transparent 75%);
}

.hero-inner {
  position: relative;
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, 360px); gap: 3rem;
  align-items: center;
  padding-top: calc(var(--header-h) + 2rem); padding-bottom: 3rem;
}
.hero-eyebrow {
  font-family: "Sora", sans-serif; text-transform: uppercase; letter-spacing: .2em;
  font-size: .82rem; font-weight: 700; color: var(--gold-500); margin-bottom: .9rem;
}
.hero-title {
  font-size: clamp(2.3rem, 5.6vw, 4rem); font-weight: 800; color: #fff;
  margin-bottom: .35em; text-transform: uppercase; letter-spacing: -.01em;
  text-wrap: balance;
}
.hero-lede {
  font-size: clamp(1.05rem, 2.1vw, 1.28rem); color: rgba(255, 255, 255, .9);
  max-width: 32rem; margin-bottom: 2rem;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-portrait { position: relative; justify-self: center; }
.hero-portrait::before {
  content: ""; position: absolute; inset: 18px -18px -18px 18px;
  border: 3px solid var(--gold-500); border-radius: var(--radius); z-index: 0;
}
.hero-portrait img {
  position: relative; z-index: 1;
  width: 100%; height: auto; aspect-ratio: 678 / 848; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow-md);
}
.hero-scroll {
  position: absolute; left: 50%; bottom: 1.6rem; transform: translateX(-50%);
  width: 26px; height: 42px; border: 2px solid rgba(255, 255, 255, .55); border-radius: 14px;
}
.hero-scroll span {
  position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px;
  background: #fff; border-radius: 2px; animation: scrollDot 1.8s var(--ease) infinite;
}
@keyframes scrollDot {
  0% { opacity: 0; transform: translateY(0); }
  40% { opacity: 1; } 80% { opacity: 0; transform: translateY(14px); }
  100% { opacity: 0; }
}

/* ---------- Stat band (animated) ---------- */
.stats { background: var(--navy-800); color: #fff; padding-block: clamp(2rem, 5vw, 3rem); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.stat { text-align: center; }
.stat-num {
  display: block; font-family: "Sora", sans-serif; font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem); color: var(--gold-500); line-height: 1;
}
.stat-label { display: block; margin-top: .5rem; font-size: .9rem; color: rgba(255, 255, 255, .78); }

/* ---------- Donation preset band ---------- */
.donate-band {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-600));
  color: var(--navy-900); text-align: center; padding: clamp(2.6rem, 6vw, 3.6rem) 0;
}
.donate-band h2 { color: var(--navy-900); }
.donate-band .kicker { color: var(--navy-800); }
.donate-sub { max-width: 34rem; margin: 0 auto 1.6rem; color: var(--navy-800); }
.amount-row {
  display: flex; flex-wrap: wrap; gap: .7rem; justify-content: center;
}
.amount {
  font-family: "Sora", sans-serif; font-weight: 700; font-size: 1.02rem;
  text-decoration: none; color: var(--navy-900); background: rgba(255, 255, 255, .9);
  padding: .8rem 1.4rem; border-radius: 999px; border: 2px solid transparent;
  transition: transform .16s var(--ease), background .16s var(--ease), border-color .16s var(--ease);
}
.amount:hover { transform: translateY(-2px); background: #fff; }
.amount.is-selected { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }
.amount-other { background: transparent; border-color: var(--navy-900); }
.amount-other:hover { background: rgba(255, 255, 255, .35); }

/* ---------- Bio highlights ---------- */
.bio-highlights .about-grid {
  display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.about-photo img {
  border-radius: var(--radius); box-shadow: var(--shadow-md);
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
}
.about-body p { color: var(--slate); }
.about-body strong { color: var(--navy-900); }
.cred-list { list-style: none; padding: 0; margin: 0 0 1.4rem; }
.cred-list li {
  display: flex; gap: .7rem; align-items: flex-start; margin-bottom: .7rem;
  font-weight: 500; color: var(--ink);
}
.cred-list svg { width: 1.3rem; height: 1.3rem; color: var(--gold-600); flex: none; margin-top: .15rem; }

/* ---------- Issues grid ---------- */
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.card {
  display: flex; flex-direction: column; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 1.7rem 1.4rem;
  text-decoration: none; color: inherit;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.card-icon {
  width: 3rem; height: 3rem; display: grid; place-items: center; border-radius: 12px;
  background: linear-gradient(135deg, var(--navy-800), var(--blue-500)); color: #fff; margin-bottom: 1rem;
}
.card-icon svg { width: 1.5rem; height: 1.5rem; }
.card h3 { margin-bottom: .4rem; }
.card p { font-size: .94rem; color: var(--slate); margin: 0 0 1rem; }
.card .link-arrow { margin-top: auto; }

.note {
  font-size: .82rem; color: var(--slate); font-style: italic; margin-top: 1.8rem;
}
.section-navy .note { color: rgba(255, 255, 255, .7); }

/* ---------- Endorsements ---------- */
.endorse-teaser { display: grid; gap: 1.4rem; }
.endorse-quote {
  background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--gold-500);
  border-radius: var(--radius); padding: 1.6rem;
}
.endorse-quote p { font-size: 1.05rem; color: var(--ink); margin-bottom: .6rem; }
.endorse-quote cite { font-style: normal; font-weight: 600; color: var(--slate); font-size: .9rem; }

.endorse-group { margin-bottom: 2.4rem; }
.endorse-group h3 {
  padding-bottom: .6rem; border-bottom: 2px solid var(--gold-500);
  display: inline-block; margin-bottom: 1rem;
}
.endorse-cols {
  columns: 3 220px; column-gap: 2rem;
}
.endorse-cols li { break-inside: avoid; margin-bottom: .45rem; font-size: .95rem; color: var(--slate); }
.endorse-cols { list-style: none; padding: 0; margin: 0; }

/* ---------- News ---------- */
.news-list { display: grid; gap: 1.2rem; }
.news-item {
  display: block; background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.5rem 1.6rem; text-decoration: none; color: inherit;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.news-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.news-date {
  font-family: "Sora", sans-serif; font-size: .78rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--gold-600); font-weight: 700;
}
.news-item h3 { margin: .3rem 0 .3rem; }
.news-item p { color: var(--slate); margin: 0; font-size: .95rem; }

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
}
.gallery-grid figure { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; }
.gallery-grid img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  transition: transform .4s var(--ease);
}
.gallery-grid figure:hover img { transform: scale(1.05); }
.gallery-grid figcaption {
  position: absolute; inset: auto 0 0 0; padding: .8rem 1rem;
  font-size: .85rem; color: #fff;
  background: linear-gradient(180deg, transparent, rgba(11, 31, 58, .85));
}

/* ---------- Forms ---------- */
.signup {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.4rem); box-shadow: var(--shadow-sm);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1.05rem; }
.field.full { grid-column: 1 / -1; }
.field label, .checks legend {
  display: block; font-family: "Sora", sans-serif; font-weight: 600; font-size: .86rem;
  margin-bottom: .4rem; color: var(--navy-900);
}
.field .opt { font-weight: 400; color: var(--slate); }
.field input, .field textarea, .field select {
  width: 100%; padding: .75rem .9rem; border: 1.5px solid var(--line); border-radius: 10px;
  font: inherit; color: var(--ink); background: var(--mist);
  transition: border-color .18s var(--ease), background .18s var(--ease);
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--blue-500); background: #fff;
}
.checks { border: 0; padding: 0; margin: 0 0 1.05rem; }
.checks label {
  font-family: "Inter", sans-serif; font-weight: 400; font-size: .95rem; color: var(--slate);
  display: flex; align-items: flex-start; gap: .55rem; margin-bottom: .45rem;
}
.checks input { width: auto; accent-color: var(--blue-500); margin-top: .25rem; }
.form-fine { margin: .9rem 0 0; text-align: center; font-size: .82rem; color: var(--slate); }
.hp-field { position: absolute; left: -5000px; }

/* ---------- Sub-page hero ---------- */
.subhero {
  background: radial-gradient(900px 500px at 85% -20%, var(--navy-700), var(--navy-900) 65%);
  color: #fff; padding: calc(var(--header-h) + clamp(2.5rem, 7vw, 5rem)) 0 clamp(2.5rem, 6vw, 4rem);
}
.subhero h1 { color: #fff; }
.subhero p { color: rgba(255, 255, 255, .85); max-width: 40rem; margin: 0; }
.crumbs { font-size: .85rem; color: rgba(255, 255, 255, .6); margin-bottom: .8rem; }
.crumbs a { color: rgba(255, 255, 255, .8); text-decoration: none; }

/* ---------- Long-form content ---------- */
.prose h2 { margin-top: 2.2rem; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--slate); }
.prose strong { color: var(--navy-900); }
.prose ul { color: var(--slate); padding-left: 1.2rem; }
.prose li { margin-bottom: .5rem; }
.prose blockquote {
  margin: 1.6rem 0; padding: 1rem 1.4rem; border-left: 4px solid var(--gold-500);
  background: var(--mist); border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 1.1rem; color: var(--navy-900);
}

.content-layout { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, .8fr); gap: clamp(2rem, 5vw, 3.5rem); align-items: start; }
.content-aside { position: sticky; top: calc(var(--header-h) + 1rem); display: grid; gap: 1rem; }
.content-aside img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-sm); aspect-ratio: 4/3; object-fit: cover; }
.aside-card {
  background: var(--navy-900); color: #fff; border-radius: var(--radius); padding: 1.4rem;
}
.aside-card h4 { color: #fff; }
.aside-card p { color: rgba(255,255,255,.8); font-size: .92rem; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--navy-900); color: #fff; text-align: center; padding: clamp(3rem, 7vw, 4.5rem) 0; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255, 255, 255, .82); max-width: 36rem; margin: 0 auto 1.6rem; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: rgba(255, 255, 255, .72); padding-top: 3rem; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 2.4rem;
}
.footer-brand { display: flex; align-items: center; gap: .6rem; font-family: "Sora", sans-serif; font-weight: 700; color: #fff; margin-bottom: .8rem; }
.footer-tag { font-size: .92rem; max-width: 22rem; }
.footer-col h4 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: .9rem; }
.footer-col a, .footer-col span { display: block; color: rgba(255, 255, 255, .72); text-decoration: none; font-size: .92rem; margin-bottom: .5rem; }
.footer-col a:hover { color: #fff; }
.socials { display: flex; gap: .6rem; margin-top: 1rem; }
.socials a {
  width: 2.4rem; height: 2.4rem; display: grid; place-items: center; border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, .2); color: #fff;
  transition: background .2s var(--ease), transform .2s var(--ease);
}
.socials a:hover { background: rgba(255, 255, 255, .12); transform: translateY(-2px); }
.socials svg { width: 1.15rem; height: 1.15rem; }
.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, .12); padding-block: 1.4rem;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem;
  font-size: .8rem; color: rgba(255, 255, 255, .55);
}
.footer-legal a { color: rgba(255, 255, 255, .7); }

/* ---------- Donate page ---------- */
.donate-layout { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: start; }
.donate-picker { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.2rem); box-shadow: var(--shadow-sm); }
.donate-picker .amount-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin-bottom: 1.2rem;
}
.donate-picker .amount {
  background: var(--mist); color: var(--navy-900); border: 2px solid var(--line);
  padding: .9rem .5rem; text-align: center; border-radius: 10px;
}
.donate-picker .amount:hover { border-color: var(--gold-500); background: #fff; }
.donate-picker .amount.is-selected { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }
.donate-aside { background: var(--mist); border-radius: var(--radius); padding: 1.6rem; }
.donate-aside h3 { font-size: 1.05rem; }
.donate-aside p, .donate-aside li { font-size: .9rem; color: var(--slate); }
.processor-note {
  margin-top: 1rem; padding: .9rem 1rem; border-radius: 10px;
  background: rgba(240, 169, 43, .14); border: 1px solid rgba(240, 169, 43, .4);
  font-size: .86rem; color: var(--navy-800);
}
@media (max-width: 860px) {
  .donate-layout { grid-template-columns: 1fr; }
}

/* ---------- Thank-you ---------- */
.thanks-wrap {
  min-height: 70svh; display: grid; place-items: center; text-align: center;
  padding: calc(var(--header-h) + 4rem) 1.5rem 4rem;
}
.thanks-wrap .check {
  width: 4rem; height: 4rem; margin: 0 auto 1.5rem; display: grid; place-items: center;
  border-radius: 50%; background: var(--gold-500); color: var(--navy-900);
}
.thanks-wrap .check svg { width: 2rem; height: 2rem; }
.thanks-wrap p { color: var(--slate); max-width: 32rem; margin-inline: auto; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 940px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2.2rem; text-align: center; justify-items: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-portrait { order: -1; width: min(280px, 62vw); }
  .bio-highlights .about-grid,
  .content-layout { grid-template-columns: 1fr; }
  .content-aside { position: static; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.8rem; }
  .endorse-cols { columns: 2 200px; }
}
@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .primary-nav {
    position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px);
    flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.5rem;
    padding: 2rem; background: var(--navy-900); transform: translateX(100%);
    transition: transform .32s var(--ease);
  }
  .primary-nav.open { transform: none; }
  .primary-nav a, .scrolled .primary-nav a, .solid .primary-nav a { color: #fff; font-size: 1.08rem; }
  .primary-nav a.btn-accent { align-self: stretch; }
  body.nav-open { overflow: hidden; }
  .nav-toggle.open span { background: #fff; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .form-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .card-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1 1 100%; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}
