/* ============================================================
   GARY BOREN FOR CITY COUNCIL — campaign styles
   Built on Bullseye Red tokens (tokens.css). Red + white + navy,
   patriotic & approachable. Display = Oswald, body = Inter.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');

:root {
  /* Red sampled from Gary Boren's campaign sign — used for all red on the site */
  --red:         #E04126;
  --red-hover:   #BC3318;
  --red-25:      rgba(224, 65, 38, 0.28);
  --red-light:   #FF7A5C;   /* lighter sign-red tint for accents on navy */
  --navy:        #122a5e;   /* deep patriotic navy — structural dark + accent */
  --navy-deep:   #0d2049;
  --navy-line:   #1c3a78;
  --cream:       #f4f1ea;   /* warm light wash for alternating sections */
  --sky:         #dfeaf5;   /* soft blue testimonial wash (matches flyer) */
  --font-head:   'Oswald', 'Inter', system-ui, sans-serif;
  --maxw:        1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text-1);
  background: var(--surface);
  line-height: var(--body-lh);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Display type helpers ---------- */
.head {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0;
}
.eyebrow {
  font-family: var(--font-head);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 14px;
  color: var(--red);
}

/* ---------- Star divider ---------- */
.stars { display: inline-flex; gap: 10px; align-items: center; }
.stars svg { width: 16px; height: 16px; fill: currentColor; }
.rule-stars {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  color: var(--red);
}
.rule-stars::before, .rule-stars::after {
  content: ""; height: 2px; width: 64px; background: currentColor; opacity: .4;
}

/* ============================================================
   TOP BAR + NAV
   ============================================================ */
.topbar {
  background: var(--navy-deep);
  color: #cdd8ef;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.topbar .wrap {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 38px; gap: 16px;
}
.topbar .tagline {
  font-family: var(--font-head); font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.18em; color: #fff; font-size: 12px; white-space: nowrap;
}
.topbar .vote-note { white-space: nowrap; }
.topbar .vote-note { display: flex; align-items: center; gap: 8px; font-weight: 500; }
.topbar .vote-note strong { color: #fff; }

header.nav {
  position: sticky; top: 0; z-index: 50;
  background: var(--surface);
  border-bottom: 3px solid var(--red);
  box-shadow: var(--shadow-1);
}
header.nav .wrap {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 72px; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand .logo-mark { flex: none; }
.navlinks { display: flex; align-items: center; gap: 4px; }
.navlinks a {
  font-family: var(--font-head); font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.08em; font-size: 15px; color: var(--navy);
  text-decoration: none; padding: 10px 14px; border-radius: var(--r-md);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.navlinks a:hover { background: var(--bg); color: var(--red); }
.nav-toggle { display: none; }

/* ---------- Boren wordmark logo (recreated) ---------- */
.boren-logo { display: inline-flex; flex-direction: column; line-height: 1; }
.boren-logo .bar { height: 4px; background: var(--navy); border-radius: 1px; }
.boren-logo .row {
  display: flex; align-items: baseline; gap: 6px; padding: 3px 0;
  font-family: var(--font-head); font-weight: 700; color: var(--red);
}
.boren-logo .gary { font-size: 15px; letter-spacing: 0.02em; }
.boren-logo .last { font-size: 34px; letter-spacing: 0.01em; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; background: var(--navy-deep); overflow: hidden; }
.hero .skyline {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: blur(5px) saturate(0.92) brightness(0.62);
  transform: scale(1.06);
}
.hero .overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(13,32,73,0.94) 0%, rgba(13,32,73,0.80) 46%, rgba(13,32,73,0.42) 100%);
}
.hero .stripe-flag {
  position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background: linear-gradient(90deg, var(--red) 0 33%, #fff 33% 66%, var(--navy-line) 66% 100%);
  opacity: .9;
}
.hero .wrap {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px;
  align-items: center; min-height: 600px; padding-top: 56px; padding-bottom: 56px;
}
.hero-copy { color: #fff; }
.hero-copy .kicker {
  font-family: var(--font-head); font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.16em; font-size: 15px; color: #fff;
  background: var(--red); display: inline-block; padding: 7px 16px; border-radius: var(--r-full);
}
.hero-copy h1 {
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase;
  font-size: clamp(54px, 8vw, 96px); line-height: 0.9; margin: 22px 0 6px;
  letter-spacing: 0.005em;
  text-shadow: 0 2px 18px rgba(0,0,0,0.35);
}
.hero-copy h1 .first { font-size: 0.42em; display: block; letter-spacing: 0.06em; font-weight: 600; color: #e7ecf7; }
.hero-copy .role {
  font-family: var(--font-head); font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.06em; font-size: clamp(18px, 2.4vw, 26px); color: #fff; margin: 4px 0 0;
}
.hero-copy .role b { color: var(--red-light); }
.hero-creds { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.hero-creds li {
  display: flex; align-items: center; gap: 12px; font-size: 17px; color: #eef2fb; font-weight: 500;
}
.hero-creds li svg { width: 20px; height: 20px; flex: none; color: var(--red-light); }
.hero-slogan {
  margin-top: 30px; display: inline-flex; align-items: center; gap: 14px;
  background: #fff; color: var(--red);
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.03em; font-size: clamp(18px, 2.3vw, 24px);
  padding: 12px 24px; border-radius: var(--r-md);
  box-shadow: var(--shadow-2);
}
.hero-slogan .dot { color: var(--navy); }

.hero-photo { display: flex; justify-content: center; }
.hero-photo .frame {
  position: relative; width: 100%; max-width: 380px; aspect-ratio: 4/5;
  border-radius: var(--r-xl); overflow: hidden;
  border: 6px solid #fff; box-shadow: 0 24px 60px rgba(0,0,0,0.45);
}
.hero-photo image-slot { width: 100%; height: 100%; }
.hero-photo .photo-badge {
  position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%);
  background: var(--red); color: #fff; font-family: var(--font-head); font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em; font-size: 13px;
  padding: 8px 18px; border-radius: var(--r-full); white-space: nowrap;
  box-shadow: var(--shadow-2); z-index: 3;
}

/* ============================================================
   SECTION SCAFFOLD
   ============================================================ */
section { padding: 84px 0; }
section.tight { padding: 64px 0; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 52px; }
.section-head h2 {
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase;
  font-size: clamp(32px, 4.5vw, 50px); line-height: 1; color: var(--navy);
  margin: 14px 0 0; letter-spacing: 0.01em;
}
.section-head p { font-size: 18px; color: var(--text-2); margin: 16px 0 0; }
.bg-bg { background: var(--bg); }
.bg-navy { background: var(--navy-deep); color: #fff; }
.bg-sky { background: var(--sky); }

/* ============================================================
   ABOUT / MEET GARY
   ============================================================ */
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.about-photo { position: relative; }
.about-photo .stack { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.about-photo image-slot { width: 100%; height: auto; display: block; border-radius: var(--r-lg); box-shadow: var(--shadow-2); }
.about-photo .tall { grid-column: 1 / -1; aspect-ratio: 16/10; }
.about-photo .sq { aspect-ratio: 1; }
.about-copy h2 {
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase;
  font-size: clamp(30px, 4vw, 44px); color: var(--navy); line-height: 1.02; margin: 12px 0 0;
}
.about-copy p { font-size: 17px; color: var(--text-1); margin: 18px 0 0; }
.about-copy p.lead { font-size: 20px; font-weight: 500; color: var(--navy); }
.roots {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px;
}
.roots .chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--border); border-radius: var(--r-full);
  padding: 9px 16px; font-weight: 600; font-size: 14px; color: var(--navy);
  box-shadow: var(--shadow-1);
}
.roots .chip svg { width: 16px; height: 16px; color: var(--red); }

/* ============================================================
   ISSUES GRID
   ============================================================ */
.issues { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.issue {
  background: var(--surface); border-radius: var(--r-lg); padding: 34px 32px;
  box-shadow: var(--shadow-1); border-top: 4px solid var(--red);
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.issue:hover { box-shadow: var(--shadow-2); transform: translateY(-3px); }
.issue .ico {
  width: 58px; height: 58px; border-radius: var(--r-md);
  background: var(--red); color: #fff; display: grid; place-items: center; margin-bottom: 20px;
}
.issue .ico svg { width: 30px; height: 30px; }
.issue h3 {
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase;
  font-size: 25px; color: var(--navy); margin: 0 0 10px; line-height: 1.05;
}
.issue p { margin: 0; font-size: 16px; color: var(--text-2); }

/* ============================================================
   ENDORSEMENT — POLICE (feature)
   ============================================================ */
.endorse-feature {
  display: grid; grid-template-columns: 220px 1fr; gap: 44px; align-items: center;
  background: #fff; border-radius: var(--r-xl); padding: 48px;
  box-shadow: var(--shadow-2); border: 1px solid var(--border);
}
.endorse-feature .badge-slot {
  width: 200px; height: 200px; margin: 0 auto;
  border-radius: 50%; overflow: hidden; background: var(--bg);
  display: grid; place-items: center; border: 4px solid var(--navy);
}
.endorse-feature .badge-slot image-slot { width: 100%; height: 100%; }
.endorse-feature .pol-eyebrow {
  font-family: var(--font-head); font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--red); font-size: 14px; margin-bottom: 10px;
}
.endorse-feature blockquote {
  margin: 0; font-size: 21px; line-height: 1.5; color: var(--text-1); font-weight: 500;
  border-left: 4px solid var(--red); padding-left: 22px;
}
.endorse-feature .by { margin-top: 18px; font-weight: 700; color: var(--navy); }
.endorse-feature .by span { display: block; font-weight: 400; color: var(--text-2); font-size: 14px; }

/* ---------- testimonial cards ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.quote {
  background: #fff; border-radius: var(--r-lg); padding: 28px;
  box-shadow: var(--shadow-1); border-top: 3px solid var(--navy);
  display: flex; flex-direction: column;
}
.quote .mark {
  font-family: var(--font-head); font-weight: 700; color: var(--red);
  font-size: 46px; line-height: 0.6; height: 26px;
}
.quote p { font-size: 16px; color: var(--text-1); margin: 8px 0 18px; flex: 1; }
.quote .who { font-weight: 700; color: var(--navy); font-size: 15px; }
.quote .who span { display: block; font-weight: 400; color: var(--text-2); font-size: 13px; }

/* ============================================================
   EXPERIENCE TIMELINE
   ============================================================ */
.timeline { max-width: 860px; margin: 0 auto; position: relative; padding-left: 0; }
.tl-item { display: grid; grid-template-columns: 130px 1fr; gap: 28px; padding: 18px 0; position: relative; }
.tl-item + .tl-item { border-top: 1px solid rgba(255,255,255,0.12); }
.tl-year {
  font-family: var(--font-head); font-weight: 700; font-size: 22px; color: var(--red-light);
  text-align: right; letter-spacing: 0.02em;
}
.tl-body h4 { margin: 0 0 4px; font-size: 19px; font-weight: 700; color: #fff; }
.tl-body p { margin: 0; color: #c4cfe6; font-size: 15px; }

/* ============================================================
   McCARTNEY FEATURE
   ============================================================ */
.feature {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-2);
  background: #fff;
}
.feature .ft-photo { position: relative; min-height: 520px; background: var(--navy); }
.feature .ft-photo image-slot { width: 100%; height: 100%; position: absolute; inset: 0; }
.feature .ft-copy { padding: 52px 48px; }
.feature .ft-copy .eyebrow { color: var(--red); }
.feature .ft-copy h3 {
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase;
  font-size: clamp(26px, 3vw, 36px); color: var(--navy); margin: 12px 0 0; line-height: 1.04;
}
.feature .ft-copy p { font-size: 16px; color: var(--text-2); margin: 18px 0 0; }
.feature .ft-copy .pullquote {
  margin: 24px 0 0; font-size: 19px; font-style: italic; color: var(--navy);
  font-weight: 500; border-left: 4px solid var(--red); padding-left: 18px;
}

/* ============================================================
   CREDENTIALS & RECOGNITION
   ============================================================ */
.creds-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.cred-card {
  background: #fff; border-radius: var(--r-lg); padding: 30px 30px 32px;
  box-shadow: var(--shadow-1); border-top: 4px solid var(--navy);
}
.cred-card .ch {
  display: flex; align-items: center; gap: 12px; margin-bottom: 18px;
}
.cred-card .ch .ci {
  width: 42px; height: 42px; border-radius: var(--r-md); flex: none;
  background: var(--navy); color: #fff; display: grid; place-items: center;
}
.cred-card .ch .ci svg { width: 22px; height: 22px; }
.cred-card .ch h3 {
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase;
  font-size: 20px; color: var(--navy); margin: 0; letter-spacing: .01em; line-height: 1.05;
}
.cred-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.cred-card li { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; }
.cred-card li .bullet { color: var(--red); margin-top: 2px; }
.cred-card li .bullet svg { width: 16px; height: 16px; display: block; }
.cred-card .tx { display: flex; flex-direction: column; gap: 2px; }
.cred-card .tx .yr {
  font-family: var(--font-head); font-weight: 700; font-size: 11.5px; color: var(--red);
  letter-spacing: .08em; text-transform: uppercase;
}
.cred-card .tx .ti { font-size: 15px; color: var(--text-1); line-height: 1.35; font-weight: 500; }
.cred-card .tx .sub { font-size: 13.5px; color: var(--text-2); line-height: 1.35; }
.cred-card.gov { border-top-color: var(--red); }
.cred-card.gov .ch .ci { background: var(--red); }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 280px; gap: 16px; }
.gallery image-slot { width: 100%; height: 100%; box-shadow: var(--shadow-1); }
.gallery .feat { grid-row: span 2; }
.gallery image-slot[fit="contain"]::part(frame) { background: #fff; }

/* ============================================================
   CTA / VOTE BAND
   ============================================================ */
.vote-band { background: var(--red); color: #fff; text-align: center; }
.vote-headline {
  display: inline-flex; align-items: center; gap: clamp(8px, 2vw, 22px); max-width: 100%;
  border-top: 3px solid var(--navy); border-bottom: 3px solid var(--navy);
  padding: 14px 0;
}
.vote-check {
  flex: none; width: clamp(28px, 5.5vw, 56px); height: clamp(28px, 5.5vw, 56px);
  background: #fff; border-radius: var(--r-md); display: grid; place-items: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}
.vote-check svg { width: 66%; height: 66%; color: var(--navy); }
.vote-band h2 {
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase;
  font-size: clamp(11px, 3.4vw, 44px); margin: 0; line-height: 1.04; white-space: nowrap;
  color: #fff;
}
.vote-band p { font-size: 19px; margin: 16px 0 0; color: #ffe1e1; }
.vote-cards { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 36px; }
.vote-card {
  background: #fff; color: var(--navy); border-radius: var(--r-lg);
  padding: 26px 36px; min-width: 240px; box-shadow: var(--shadow-2);
}
.vote-card .vc-label {
  font-family: var(--font-head); font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.12em; font-size: 13px; color: var(--red);
}
.vote-card .vc-date { font-family: var(--font-head); font-weight: 700; font-size: 28px; margin-top: 6px; }
.vote-card .vc-sub { font-size: 14px; color: var(--text-2); margin-top: 4px; }

/* ============================================================
   CONTACT FORM
   ============================================================ */
.heart-head .hrt { color: var(--red); font-size: 0.78em; vertical-align: 0.06em; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: start; }
.contact-intro h2 {
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase;
  font-size: clamp(30px, 4vw, 46px); color: var(--navy); line-height: 1.02; margin: 14px 0 0;
}
.contact-intro p { font-size: 17px; color: var(--text-2); margin: 16px 0 0; max-width: 460px; }
.contact-call {
  display: flex; align-items: center; gap: 10px; margin-top: 24px;
  font-weight: 600; color: var(--navy); font-size: 15px;
}
.contact-call svg { width: 20px; height: 20px; color: var(--red); flex: none; }
.contact-call a { color: var(--red); text-decoration: none; }
.contact-call a:hover { text-decoration: underline; }

.contact-form {
  background: #fff; border-radius: var(--r-xl); padding: 36px;
  box-shadow: var(--shadow-2); border-top: 5px solid var(--red);
}
.contact-form .field { margin-bottom: 18px; }
.contact-form label {
  display: block; font-family: var(--font-head); font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.06em; font-size: 13px; color: var(--navy); margin-bottom: 7px;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%; padding: 10px 14px; font-size: 16px; font-family: var(--font-body);
  color: var(--text-1); background: var(--bg);
  border: 1px solid var(--border); border-radius: var(--r-md);
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"] { height: 48px; }
.contact-form textarea { resize: vertical; min-height: 96px; line-height: 1.5; }
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none; border-color: var(--red); background: #fff;
  box-shadow: 0 0 0 3px var(--red-25);
}
.cf-count { float: right; font-family: var(--font-body); font-weight: 400; text-transform: none; letter-spacing: 0; font-size: 12px; color: var(--neutral); }
.contact-form .optin {
  display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start;
  margin: 6px 0 22px; cursor: pointer; text-transform: none; letter-spacing: 0;
  font-family: var(--font-body); font-weight: 400; font-size: 14px; color: var(--text-2); line-height: 1.5;
}
.contact-form .optin input {
  width: 22px; height: 22px; margin-top: 1px; accent-color: var(--red); cursor: pointer; flex: none;
}
.cf-submit {
  width: 100%; height: 52px; border: none; cursor: pointer;
  background: var(--red); color: #fff; border-radius: var(--r-md);
  font-family: var(--font-head); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em;
  font-size: 16px; transition: background var(--dur) var(--ease);
}
.cf-submit:hover { background: var(--red-hover); }
.cf-status { margin: 14px 0 0; font-size: 14px; min-height: 1em; }
.cf-status.ok { color: var(--success); font-weight: 600; }
.cf-status.err { color: var(--red); font-weight: 600; }

/* ============================================================
   FOOTER
   ============================================================ */
footer.site {
  background: var(--navy-deep); color: #aeb9d4; padding: 56px 0 32px; font-size: 14px;
}
.foot-vote {
  display: grid; grid-template-columns: 300px 1fr; gap: 40px; align-items: center;
  padding-bottom: 36px; margin-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.12);
}
.foot-vote .fv-sign {
  background: rgba(255,255,255,0.06); border: 1px dashed rgba(255,255,255,0.25);
  border-radius: var(--r-lg); padding: 14px;
}
.foot-vote .fv-sign image-slot { width: 100%; aspect-ratio: 4/3; }
.foot-vote .fv-info h3 {
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase;
  font-size: 26px; color: #fff; margin: 10px 0 0; line-height: 1.05;
}
.foot-vote .fv-info p { margin: 12px 0 0; color: #c4cfe6; font-size: 15px; max-width: 560px; }
.foot-vote .fv-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
.foot-vote .fv-links a {
  display: inline-flex; align-items: center;
  font-family: var(--font-head); font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.06em; font-size: 14px; color: #fff; text-decoration: none;
  background: var(--red); padding: 12px 22px; border-radius: var(--r-md);
  transition: background var(--dur) var(--ease);
}
.foot-vote .fv-links a:hover { background: var(--red-hover); }
footer.site .ftop {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 32px;
  align-items: flex-start; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.12);
}
footer.site .boren-logo .row { color: #fff; }
footer.site .boren-logo .bar { background: var(--red); }
footer.site .fnav { display: flex; flex-wrap: wrap; gap: 8px 24px; }
footer.site .fnav a {
  color: #cdd8ef; text-decoration: none; font-family: var(--font-head); font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.06em; font-size: 14px;
}
footer.site .fnav a:hover { color: #fff; }
footer.site .disclaimer { margin-top: 26px; font-size: 12px; color: #7e8bb0; line-height: 1.6; max-width: 720px; }
footer.site .disclaimer a { color: #cdd8ef; text-decoration: underline; }
footer.site .contact { margin-top: 6px; }
footer.site .contact a { color: #cdd8ef; }

/* ============================================================
   ENTRANCE ANIM
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  .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: 960px) {
  .hero .wrap { grid-template-columns: 1fr; min-height: 0; gap: 36px; }
  .hero-photo { order: -1; }
  .hero-photo .frame { max-width: 300px; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .issues { grid-template-columns: 1fr; }
  .endorse-feature { grid-template-columns: 1fr; text-align: center; padding: 36px 28px; }
  .endorse-feature blockquote { text-align: left; }
  .quotes { grid-template-columns: 1fr; }
  .feature { grid-template-columns: 1fr; }
  .feature .ft-photo { min-height: 440px; }
  .creds-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; }
}
@media (max-width: 720px) {
  .topbar .tagline { display: none; }
  .navlinks {
    display: none; position: absolute; top: 72px; left: 0; right: 0;
    flex-direction: column; background: #fff; padding: 12px 24px 20px;
    border-bottom: 3px solid var(--red); box-shadow: var(--shadow-2); gap: 2px;
  }
  .navlinks.open { display: flex; }
  .navlinks a { width: 100%; }
  .nav-toggle {
    display: grid; place-items: center; width: 46px; height: 46px;
    background: var(--navy); color: #fff; border: none; border-radius: var(--r-md); cursor: pointer;
  }
  .nav-toggle svg { width: 24px; height: 24px; }
  section { padding: 56px 0; }
  .foot-vote { grid-template-columns: 1fr; gap: 24px; }
  .tl-item { grid-template-columns: 84px 1fr; gap: 16px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
}
