/* =====================================================================
   Dr. James M. Thompson I — Richland County Council District 11
   Campaign design system. Mobile-first. No build step.
   ===================================================================== */

:root {
  /* Brand palette */
  --navy: #283470;
  --navy-deep: #1b2350;
  --navy-700: #34418a;
  --royal: #2f3c87;
  --gold: #ae2d31;
  --gold-deep: #8f2428;
  --green: #2f7d56;
  --green-soft: #e7f3ec;

  /* Neutrals */
  --ink: #1c2530;
  --body: #38424f;
  --muted: #6a7585;
  --line: #e3e7ec;
  --bg: #ffffff;
  --bg-soft: #f5f7fa;
  --bg-tint: #eef3f9;
  --white: #ffffff;

  /* Type */
  --font-head: "Poppins", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;

  /* Layout */
  --maxw: 1180px;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow-sm: 0 2px 10px rgba(13, 42, 77, 0.07);
  --shadow: 0 14px 38px rgba(13, 42, 77, 0.13);
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; height: auto; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--ink);
  line-height: 1.18;
  margin: 0 0 .5em;
  font-weight: 700;
}
h1 { font-size: clamp(2rem, 5.4vw, 3.4rem); letter-spacing: -.5px; }
h2 { font-size: clamp(1.6rem, 3.8vw, 2.5rem); letter-spacing: -.3px; }
h3 { font-size: 1.22rem; }
p { margin: 0 0 1rem; }
a { color: var(--royal); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

section { padding: clamp(48px, 8vw, 92px) 0; }
.section-soft { background: var(--bg-soft); }
.section-tint { background: var(--bg-tint); }
.section-navy { background: var(--navy); color: #dce6f2; }
.section-navy h1, .section-navy h2, .section-navy h3 { color: #fff; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--royal);
  margin-bottom: .6rem;
}
.section-navy .eyebrow { color: var(--gold); }
.section-head { max-width: 760px; margin-bottom: 2.6rem; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.lead { font-size: 1.18rem; color: var(--body); }
.section-navy .lead { color: #c3d3e6; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 26px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  line-height: 1;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.btn-gold { background: var(--gold); color: #fff; box-shadow: 0 8px 20px rgba(174,45,49,.34); }
.btn-gold:hover { background: var(--gold-deep); }
.nav-links a.btn-gold { color: #fff; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-deep); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-ghost-light { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.5); }
.btn-ghost-light:hover { background: #fff; color: var(--navy); }
.btn-lg { padding: 17px 34px; font-size: 1.06rem; }
.btn-block { width: 100%; }
.btn-group { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.utility-bar {
  background:
    radial-gradient(600px 200px at 50% 0%, rgba(174,45,49,.22), transparent 70%),
    linear-gradient(180deg, var(--navy-deep), var(--navy));
  color: #cdd9e8;
}
.utility-bar .container {
  display: flex; justify-content: center; align-items: center;
  padding: clamp(16px, 3vw, 28px) 20px;
}
.vote-countdown {
  font-family: var(--font-head); text-align: center; line-height: 1.15;
}
.vote-countdown .cd-label {
  display: block; color: var(--gold); font-weight: 700;
  font-size: clamp(.74rem, 1.6vw, .92rem);
  letter-spacing: .18em; text-transform: uppercase;
  margin-bottom: 8px;
}
.vote-countdown .cd-seg {
  display: inline-block; color: #fff; font-weight: 800;
  margin: 0 clamp(6px, 1.4vw, 16px); vertical-align: baseline;
}
.vote-countdown .cd-seg .cd-num {
  font-size: clamp(1.7rem, 5.5vw, 3rem);
  font-variant-numeric: tabular-nums; letter-spacing: -.01em;
}
.vote-countdown .cd-seg .cd-unit {
  font-size: .42em; font-weight: 700; opacity: .7;
  margin-left: 3px; text-transform: uppercase; letter-spacing: .06em;
}

.nav-wrap {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--header-h); gap: 16px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { height: 52px; width: auto; display: block; }
@media (max-width: 520px){ .brand-logo { height: 42px; } }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.brand-mark {
  width: 42px; height: 42px; border-radius: 11px;
  background: linear-gradient(135deg, var(--navy), var(--royal));
  color: var(--gold);
  font-family: var(--font-head); font-weight: 800;
  display: grid; place-items: center; font-size: 1.1rem;
  flex: none;
}
.brand-name { font-family: var(--font-head); font-weight: 700; color: var(--ink); font-size: 1.02rem; line-height: 1.15; }
.brand-name small { display: block; font-weight: 500; color: var(--muted); font-size: .76rem; letter-spacing: .02em; }

.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  font-family: var(--font-head); font-weight: 600; font-size: .96rem;
  color: var(--ink); text-decoration: none;
  padding: 9px 14px; border-radius: 8px;
}
.nav-links a:hover { background: var(--bg-tint); color: var(--navy); }
.nav-links a.active { color: var(--royal); }
.nav-actions { display: flex; align-items: center; gap: 10px; }

.nav-toggle {
  display: none; background: var(--navy); color: #fff;
  border: 0; border-radius: 9px; width: 46px; height: 44px;
  cursor: pointer; align-items: center; justify-content: center;
}
.nav-toggle svg { width: 24px; height: 24px; }

@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; }
  .nav-toggle { position: relative; z-index: 101; }

  /* Full-page overlay menu */
  .nav-links {
    position: fixed; inset: 0;
    width: 100%; height: 100vh; height: 100dvh;
    background:
      radial-gradient(800px 480px at 80% -10%, rgba(47,60,135,.55), transparent 60%),
      linear-gradient(165deg, var(--navy-deep), var(--navy) 60%, var(--navy-700));
    flex-direction: column; align-items: center; justify-content: center;
    gap: 6px;
    padding: calc(var(--header-h) + 28px) 24px 40px;
    overflow-y: auto;
    z-index: 95;
    opacity: 0; pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .26s ease, transform .26s ease;
  }
  .nav-links.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links a {
    color: #fff; font-size: 1.5rem; font-weight: 700;
    padding: 14px 18px; border-radius: 10px; text-align: center;
    width: min(360px, 86vw);
  }
  .nav-links a:hover, .nav-links a.active {
    background: rgba(255,255,255,.10); color: #fff;
  }
  .nav-links .btn { font-size: 1.15rem; margin-top: 10px; }
  .nav-links .nav-mobile-only .btn { width: min(360px, 86vw); }

  /* Hamburger turns into a close (X) when open */
  .nav-toggle[aria-expanded="true"] svg { display: none; }
  .nav-toggle[aria-expanded="true"]::before {
    content: "\2715"; font-size: 22px; font-weight: 700; line-height: 1;
  }

  .nav-backdrop { display: none; }
  .nav-desktop-donate { display: none; }
}
@media (min-width: 961px) { .nav-mobile-only { display: none; } }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(47,60,135,.5), transparent 60%),
    linear-gradient(160deg, var(--navy-deep), var(--navy) 55%, var(--navy-700));
  color: #e9f0f8; overflow: hidden;
}

/* Banner-image hero */
.hero-banner {
  background: linear-gradient(160deg, var(--navy-deep), var(--navy) 60%, var(--navy-700));
  padding: clamp(22px, 4vw, 40px) 0 clamp(26px, 4vw, 44px);
}
.hero-banner .banner-img {
  width: 100%; max-width: 1080px; margin: 0 auto; display: block;
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(8,16,40,.45);
}
.hero-banner .hero-cta {
  justify-content: center; margin-top: clamp(20px, 3vw, 30px);
}
.hero-video { max-width: 620px; margin: 0 auto; }
.hero-video-el {
  width: 100%; height: auto; display: block;
  aspect-ratio: 1 / 1; object-fit: cover;
  background: #000; border-radius: 14px;
  box-shadow: 0 18px 44px rgba(8,16,40,.45);
}
.hero-video-el img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 70px;
  background: linear-gradient(transparent, rgba(255,255,255,.05));
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center;
  padding: clamp(48px, 7vw, 86px) 0;
}
.hero h1 { color: #fff; margin-bottom: .35em; }
.hero .office {
  font-family: var(--font-head); font-weight: 600; color: var(--gold);
  letter-spacing: .04em; text-transform: uppercase; font-size: .95rem; margin-bottom: 1rem;
}
.hero .slogan {
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(1.5rem, 3.4vw, 2.3rem); color: #fff; margin: 0 0 1rem;
}
.hero .slogan .accent { color: var(--gold); }
.hero p.hero-sub { color: #c4d4e8; font-size: 1.1rem; max-width: 540px; }
.hero .btn-group { margin-top: 1.7rem; }

.hero-photo {
  position: relative; border-radius: 20px; overflow: hidden;
  aspect-ratio: 4 / 5; box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.15);
}
.photo-ph {
  width: 100%; height: 100%;
  display: grid; place-items: center; text-align: center;
  color: rgba(255,255,255,.78); font-family: var(--font-head); font-weight: 600;
  background:
    linear-gradient(135deg, rgba(31,95,191,.55), rgba(13,42,77,.85)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.04) 0 12px, transparent 12px 24px);
  padding: 24px; font-size: .92rem; line-height: 1.5; gap: 8px;
}
.photo-ph svg { width: 54px; height: 54px; opacity: .6; margin-bottom: 6px; }
.photo-ph.light { color: var(--muted); background:
    linear-gradient(135deg, var(--bg-tint), #dde7f3),
    repeating-linear-gradient(45deg, rgba(13,42,77,.03) 0 12px, transparent 12px 24px); }

/* Real photo inside a framed slot */
.hero-photo img, .media-ph img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Transparent cutout headshot floating on the hero gradient */
.hero-cutout {
  background: none; border: 0; box-shadow: none;
  border-radius: 0; aspect-ratio: auto;
  overflow: visible; align-self: end;
}
.hero-cutout img {
  width: 100%; height: auto; object-fit: contain;
  filter: drop-shadow(0 22px 40px rgba(8,29,54,.55));
}
@media (max-width: 880px){ .hero-cutout img { max-width: 360px; margin: 0 auto; } }

.trust-bar {
  background: var(--navy-deep);
  border-top: 1px solid rgba(255,255,255,.08);
}
.trust-bar .container {
  display: flex; flex-wrap: wrap; gap: 10px 26px; justify-content: center;
  padding: 16px 20px; font-family: var(--font-head); font-weight: 600;
  color: #e7eef7; font-size: .92rem;
}
.trust-bar .dot { color: var(--gold); }

@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-photo { max-width: 420px; margin: 0 auto; order: -1; }
}

/* ---------- Grid & cards ---------- */
.grid { display: grid; gap: 22px; }
.grid > * { min-width: 0; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease;
  height: 100%;
}
.card.hover:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card h3 { color: var(--navy); }
.card p:last-child { margin-bottom: 0; }
.card-icon {
  width: 52px; height: 52px; border-radius: 13px;
  display: grid; place-items: center; margin-bottom: 16px;
  background: var(--bg-tint); color: var(--royal);
}
.card-icon svg { width: 26px; height: 26px; }
.card-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-head); font-weight: 600; font-size: .94rem;
  color: var(--royal); text-decoration: none; margin-top: 14px;
}
.card-link:hover { gap: 10px; }

.value-card { border-top: 4px solid var(--gold); }

/* By the numbers */
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
@media (max-width: 760px){ .stats { grid-template-columns: 1fr; } }
.stat {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px;
}
.stat .num {
  font-family: var(--font-head); font-weight: 800; color: var(--royal);
  font-size: 1.7rem; line-height: 1; margin-bottom: 8px;
}
.section-navy .stat { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); color:#cfdcec; }
.section-navy .stat .num { color: var(--gold); }

/* Split content block */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split.media-left .media { order: -1; }
@media (max-width: 860px){ .split { grid-template-columns: 1fr; gap: 30px; } .split .media { order: -1; } }
.media-ph { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-sm); }

/* Quote / testimonial */
.quote-card {
  background: var(--white); border: 1px solid var(--line);
  border-left: 5px solid var(--gold); border-radius: var(--radius);
  padding: 28px; height: 100%;
}
.quote-card p { font-size: 1.05rem; color: var(--ink); font-style: italic; }
.quote-by { font-family: var(--font-head); font-weight: 700; color: var(--navy); font-style: normal; margin-top: 14px; }
.quote-by small { display:block; font-weight: 500; color: var(--muted); }

/* CTA banner */
.cta-banner {
  background:
    radial-gradient(700px 360px at 90% 0%, rgba(244,182,55,.22), transparent 60%),
    linear-gradient(150deg, var(--navy), var(--navy-deep));
  color: #fff; border-radius: var(--radius);
  padding: clamp(34px, 5vw, 56px);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 26px;
}
.cta-banner h2 { color: #fff; margin-bottom: .35em; }
.cta-banner p { color: #c8d6e8; margin: 0; max-width: 540px; }

/* Donation tiers */
.tiers { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
@media (max-width: 820px){ .tiers { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 460px){ .tiers { grid-template-columns: 1fr; } }
.tier {
  display: flex; flex-direction: column; text-align: center;
  background: var(--white); border: 2px solid var(--line);
  border-radius: var(--radius); padding: 24px 18px;
  text-decoration: none; color: var(--ink);
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.tier:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.tier .amt { font-family: var(--font-head); font-weight: 800; font-size: 1.9rem; color: var(--navy); }
.tier .what { color: var(--muted); font-size: .92rem; margin-top: 6px; }

/* ---------- Forms ---------- */
.form-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: clamp(24px, 4vw, 40px);
  box-shadow: var(--shadow-sm);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
@media (max-width: 620px){ .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--ink); }
.field .req { color: #c0392b; }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 1rem; color: var(--ink);
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: var(--bg-soft); width: 100%;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--royal);
  box-shadow: 0 0 0 3px rgba(31,95,191,.18); background: #fff;
}
.checks { display: grid; gap: 10px; }
.check {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: .96rem; color: var(--body);
}
.check input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--royal); flex: none; }
fieldset { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 18px; margin: 0; }
fieldset legend { font-family: var(--font-head); font-weight: 600; font-size: .9rem; padding: 0 6px; color: var(--ink); }
.form-note { font-size: .84rem; color: var(--muted); }
.form-success {
  display: none; background: var(--green-soft); border: 1px solid #b9dcc7;
  color: #1f5a3c; padding: 16px 18px; border-radius: var(--radius-sm);
  font-family: var(--font-head); font-weight: 600;
}
.form-success.show { display: block; }

/* ---------- Events ---------- */
.event {
  display: grid; grid-template-columns: 92px 1fr auto; gap: 22px; align-items: center;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px 24px; margin-bottom: 16px;
}
.event-date {
  background: var(--navy); color: #fff; border-radius: var(--radius-sm);
  text-align: center; padding: 12px 6px;
}
.event-date .mon { font-family: var(--font-head); font-weight: 700; font-size: .8rem; text-transform: uppercase; color: var(--gold); }
.event-date .day { font-family: var(--font-head); font-weight: 800; font-size: 1.7rem; line-height: 1; }
.event-body h3 { margin-bottom: 4px; color: var(--navy); }
.event-meta { color: var(--muted); font-size: .92rem; }
.event-actions { display: flex; flex-direction: column; gap: 8px; }
@media (max-width: 720px){
  .event { grid-template-columns: 72px 1fr; }
  .event-actions { grid-column: 1 / -1; flex-direction: row; }
}
.empty-state {
  text-align: center; background: var(--bg-soft); border: 1px dashed var(--line);
  border-radius: var(--radius); padding: 48px 24px;
}

/* News */
.news-card { display: flex; flex-direction: column; }
.news-thumb { width: 100%; height: auto; aspect-ratio: 16/9; border-radius: var(--radius-sm); overflow: hidden; margin-bottom: 16px; }
.news-src { font-family: var(--font-head); font-weight: 600; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; color: var(--royal); }

/* Priority deep sections */
.priority-block { border-top: 1px solid var(--line); padding-top: 44px; margin-top: 44px; }
.priority-block:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }
.priority-block.has-visual {
  display: grid; grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 4vw, 56px); align-items: center;
}
.priority-block.has-visual:nth-of-type(even) .priority-visual { order: 2; }
.priority-visual {
  --accent: var(--navy);
  position: relative; aspect-ratio: 4 / 3; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm);
  display: grid; place-items: center;
  background:
    radial-gradient(120% 120% at 15% 0%, color-mix(in srgb, var(--accent) 22%, #fff) 0%, #fff 60%),
    repeating-linear-gradient(45deg, rgba(40,52,112,.05) 0 14px, transparent 14px 28px);
  border: 1px solid var(--line);
}
.priority-visual svg { width: 58%; height: 58%; }
.priority-visual .pv-stroke { stroke: var(--accent); }
.priority-visual .pv-fill { fill: var(--accent); }
.priority-visual .pv-accent { stroke: var(--gold); }
@media (max-width: 860px) {
  .priority-block.has-visual { grid-template-columns: 1fr; gap: 22px; }
  .priority-block.has-visual:nth-of-type(even) .priority-visual { order: 0; }
  .priority-visual { aspect-ratio: 16 / 9; }
}
.priority-num {
  font-family: var(--font-head); font-weight: 800; color: var(--gold);
  font-size: 1rem; letter-spacing: .14em; text-transform: uppercase;
}
.tag-list { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.tag-list li {
  background: var(--bg-tint); color: var(--navy); font-size: .9rem;
  font-family: var(--font-head); font-weight: 600;
  padding: 7px 14px; border-radius: 999px;
}
.subblock { background: var(--white); border:1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; }
.subblock h4 { font-family: var(--font-head); color: var(--navy); margin: 0 0 6px; }
.subblock p { margin: 0; color: var(--body); }

/* Breadcrumb / page hero */
.page-hero {
  background:
    radial-gradient(800px 420px at 90% -20%, rgba(31,95,191,.4), transparent 60%),
    linear-gradient(155deg, var(--navy-deep), var(--navy));
  color: #e9f0f8; padding: clamp(48px, 7vw, 80px) 0;
}
.page-hero h1 { color: #fff; margin-bottom: .3em; }
.page-hero p { color: #c4d4e8; max-width: 640px; font-size: 1.12rem; margin: 0; }
.page-hero .slogan-mini { color: var(--gold); font-family: var(--font-head); font-weight: 700; letter-spacing:.03em; margin-bottom: .8rem; display:block; }
.meet-hero-grid {
  display: grid; grid-template-columns: 1.1fr .9fr;
  gap: clamp(28px, 5vw, 56px); align-items: center;
}
.meet-hero-photo img {
  width: 100%; max-width: 420px; display: block; margin-left: auto;
  border-radius: 18px; box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.14);
}
@media (max-width: 860px) {
  .meet-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .meet-hero-photo img { margin: 0 auto; max-width: 340px; }
}

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: #aebfd4; padding: 64px 0 0; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 36px; }
@media (max-width: 860px){ .footer-top { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 520px){ .footer-top { grid-template-columns: 1fr; } }
.footer-top h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer-links a { color: #aebfd4; text-decoration: none; font-size: .96rem; }
.footer-links a:hover { color: var(--gold); }
.footer-brand .brand-name { color: #fff; }
.footer-brand p { font-size: .94rem; margin-top: 12px; }
.footer-slogan { color: var(--gold); font-family: var(--font-head); font-weight: 700; }
.social-row { display: flex; gap: 12px; margin-top: 16px; }
.social-row a {
  width: 42px; height: 42px; border-radius: 11px; background: rgba(255,255,255,.08);
  display: grid; place-items: center; color: #fff;
}
.social-row a:hover { background: var(--gold); color: var(--navy-deep); }
.social-row svg { width: 20px; height: 20px; }
.footer-cta-btns { display: grid; gap: 10px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1); margin-top: 48px;
  padding: 22px 0; font-size: .85rem; color: #8298b4;
}
.footer-bottom .container { display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; align-items: center; }
.footer-bottom a { color: #aebfd4; text-decoration: none; }
.footer-bottom a:hover { color: var(--gold); }
.disclaimer { font-size: .82rem; color: #7c93b0; max-width: 620px; }

/* Sticky mobile CTA */
.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: none; gap: 10px; padding: 10px 14px;
  background: rgba(8,29,54,.97); backdrop-filter: blur(6px);
  border-top: 1px solid rgba(255,255,255,.12);
}
.mobile-cta .btn { flex: 1; padding: 13px; font-size: .98rem; }
@media (max-width: 720px){
  .mobile-cta { display: flex; }
  body { padding-bottom: 68px; }
  .mobile-cta + * { }
}

/* Utilities */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.mt-2 { margin-top: 1.4rem; } .mt-3 { margin-top: 2rem; }
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--gold); color: var(--navy-deep);
  padding: 12px 18px; font-family: var(--font-head); font-weight: 700;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--royal); outline-offset: 2px;
}
.section-navy a:focus-visible { outline-color: var(--gold); }

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