/* ============================================================
   Abe Sleiman for Castle Downs — UCP Nomination Campaign Site
   ============================================================ */

:root {
  --paper: #F6F4EF;
  --paper-dim: #EDEAE2;
  --ink: #12233B;
  --ink-soft: #4A4E56;
  --blue: #013D7C;
  --blue-hover: #0B5AA8;
  --blue-pale: #B9CFEA;
  --blue-paler: #7FA8D6;
  --gold: #8A6A1F;
  --gold-bright: #D9A73C;
  --navy-deep: #02182F;
  --line: rgba(1,61,124,0.12);
  --line-strong: rgba(1,61,124,0.18);
  --field-border: #D6D3CB;
  --field-bg: #FBFAF7;
  --label-grey: #6B7280;
  --muted: #8A8D93;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Archivo, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-hover); }

input, textarea, select, button { font-family: Archivo, sans-serif; }

input:focus, textarea:focus {
  outline: none;
  border-color: var(--blue) !important;
  box-shadow: 0 0 0 3px rgba(1,61,124,0.14);
}

::selection { background: var(--blue); color: var(--paper); }

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

.wrap { max-width: 1280px; margin: 0 auto; }

/* ---------- reveal + parallax base ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.85s cubic-bezier(0.22,1,0.36,1), transform 0.85s cubic-bezier(0.22,1,0.36,1);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
  [data-parallax] { transform: none !important; }
  .ticker-track { animation: none !important; }
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  background: rgba(246,244,239,0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-strong);
}
.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 56px;
}
.nav-logo {
  font-family: 'Instrument Serif', serif;
  font-size: 24px;
  color: var(--blue);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.nav-links a { color: var(--ink); }
.nav-links a:hover { color: var(--blue); }
.nav-cta {
  background: var(--blue);
  color: var(--paper) !important;
  padding: 11px 18px;
  border-radius: 3px;
}
.nav-cta:hover { background: var(--blue-hover); color: var(--paper) !important; }

.burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  background: none;
  border: 1px solid rgba(1,61,124,0.3);
  border-radius: 3px;
  cursor: pointer;
  padding: 0;
}
.burger span {
  display: block;
  width: 18px;
  border-top: 2px solid var(--blue);
  box-shadow: 0 6px 0 var(--blue), 0 -6px 0 var(--blue);
}

/* mobile menu overlay */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(246,244,239,0.98);
  display: none;
  flex-direction: column;
  padding: 24px;
}
.mobile-menu.is-open { display: flex; }
.mobile-menu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu-logo {
  font-family: 'Instrument Serif', serif;
  font-size: 24px;
  color: var(--blue);
}
.mobile-menu-close {
  width: 44px; height: 44px;
  background: none;
  border: 1px solid rgba(1,61,124,0.3);
  border-radius: 3px;
  cursor: pointer;
  font-size: 20px;
  color: var(--blue);
}
.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 48px;
}
.mobile-menu-links a {
  font-family: 'Instrument Serif', serif;
  font-size: 44px;
  color: var(--ink);
  padding: 10px 8px;
  border-bottom: 1px solid rgba(1,61,124,0.12);
}
.mobile-menu-links a.accent { color: var(--blue); }
.mobile-menu-links a:last-child { border-bottom: none; }
.mobile-menu-foot {
  margin-top: auto;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.08em;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  padding: 170px 56px 90px;
  min-height: 86vh;
}
.hero-bgtype {
  position: absolute;
  bottom: -0.12em;
  left: -10px;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(110px, 23vw, 330px);
  line-height: 0.8;
  color: rgba(1,61,124,0.055);
  letter-spacing: -0.02em;
  white-space: nowrap;
  pointer-events: none;
}
.hero-row {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
.hero-copy { flex: 1.2; min-width: 0; }
.hero-kicker {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin-bottom: 24px;
}
.hero h1 {
  margin: 0;
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(54px, 7.6vw, 108px);
  line-height: 0.94;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.hero h1 em {
  font-style: italic;
  color: var(--blue);
}
.hero-sub {
  margin: 28px 0 0;
  font-size: clamp(17px, 1.4vw, 19px);
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 480px;
}
.hero-ctas {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.btn-primary {
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 17px 30px;
  border-radius: 3px;
  transition: background 0.2s;
  display: inline-block;
  border: none;
  cursor: pointer;
}
.btn-primary:hover { background: var(--blue-hover); color: #fff; }
.btn-outline {
  border: 1px solid var(--blue);
  color: var(--blue);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 16px 30px;
  border-radius: 3px;
  transition: background 0.2s, color 0.2s;
  display: inline-block;
}
.btn-outline:hover { background: var(--blue); color: var(--paper); }

.hero-figure { flex: 1; min-width: 280px; max-width: 460px; position: relative; }
.hero-figure-inner { position: relative; width: 100%; aspect-ratio: 4 / 5; }
.hero-figure-frame {
  position: absolute; inset: 0;
  transform: translate(16px, 16px);
  border: 1px solid rgba(1,61,124,0.35);
}
.hero-figure-img { position: absolute; inset: 0; }
.hero-quote-card {
  position: absolute;
  left: -20px; bottom: 44px;
  background: var(--paper);
  border-left: 3px solid var(--gold);
  padding: 14px 18px;
  width: min(250px, 70%);
  box-shadow: 0 10px 30px rgba(20,30,50,0.12);
  pointer-events: none;
}
.hero-quote-card p {
  margin: 0;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--ink);
  line-height: 1.35;
}

/* ---------- image placeholder ---------- */
.img-slot {
  position: relative;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(135deg, rgba(1,61,124,0.06), rgba(1,61,124,0.06) 10px, rgba(1,61,124,0.03) 10px, rgba(1,61,124,0.03) 20px);
  border: 1px dashed rgba(1,61,124,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.img-slot img { width: 100%; height: 100%; object-fit: cover; }
.img-slot span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--blue);
  padding: 0 20px;
}

/* ============================================================
   TICKER
   ============================================================ */
.ticker {
  background: var(--blue);
  overflow: hidden;
  padding: 15px 0;
}
.ticker-track {
  display: flex;
  gap: 64px;
  white-space: nowrap;
  width: max-content;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  color: rgba(246,244,239,0.85);
  animation: ticker-scroll 34s linear infinite;
}
.ticker-track span.dot { color: var(--gold-bright); }
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============================================================
   SECTION SHARED
   ============================================================ */
section { position: relative; }
.section-bgtype {
  position: absolute;
  top: 30px; right: -20px;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(90px, 14vw, 200px);
  line-height: 1;
  color: rgba(1,61,124,0.05);
  pointer-events: none;
}
.section-head {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 56px;
}
.section-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 0.14em;
}
.section-head h2 {
  margin: 0;
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(38px, 4.6vw, 64px);
  color: var(--ink);
}
.section-head h2 em { font-style: italic; color: var(--blue); }
.section-rule { flex: 1; height: 1px; background: var(--line-strong); align-self: center; }

/* ============================================================
   ABOUT
   ============================================================ */
.about {
  overflow: hidden;
  padding: 110px 56px;
  scroll-margin-top: 80px;
}
.about-row { display: flex; gap: 64px; align-items: flex-start; }
.about-copy { flex: 1.3; min-width: 0; }
.about-lede {
  margin: 0;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(22px, 2vw, 27px);
  line-height: 1.45;
  color: var(--ink);
}
.about-copy p.body {
  margin: 20px 0 0;
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-soft);
}
.about-copy p.body:first-of-type { margin-top: 26px; }
.about-aside { flex: 1; min-width: 280px; max-width: 440px; display: flex; flex-direction: column; gap: 28px; }
.about-photo { width: 100%; aspect-ratio: 4 / 3; }
.glance { border-top: 2px solid var(--blue); padding-top: 22px; }
.glance-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin-bottom: 18px;
}
.glance-list { display: flex; flex-direction: column; }
.glance-row {
  display: flex;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14.5px;
}
.glance-row:last-child { border-bottom: none; }
.glance-row .k { font-weight: 700; color: var(--blue); width: 96px; flex-shrink: 0; }
.glance-row .v { color: var(--ink-soft); }

/* ============================================================
   PULL QUOTE
   ============================================================ */
.pull-quote {
  background: var(--blue);
  overflow: hidden;
  padding: 110px 56px;
}
.pull-quote-mark {
  position: absolute;
  top: -30px; left: 20px;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(160px, 24vw, 340px);
  color: rgba(246,244,239,0.05);
  line-height: 1;
  pointer-events: none;
}
.pull-quote-inner { max-width: 980px; margin: 0 auto; position: relative; }
.pull-quote-kicker {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--gold-bright);
  margin-bottom: 30px;
}
.pull-quote blockquote {
  margin: 0;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.35;
  color: var(--paper);
}
.pull-quote-attr {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pull-quote-rule { width: 44px; height: 1px; background: var(--gold-bright); }
.pull-quote-name {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--blue-pale);
}

/* ============================================================
   POLICY
   ============================================================ */
.policy {
  overflow: hidden;
  padding: 110px 56px;
  scroll-margin-top: 80px;
}
.policy-intro {
  margin: 0 0 56px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 560px;
}
.policy-cards { display: flex; gap: 32px; align-items: stretch; }
.policy-card {
  flex: 1;
  background: #fff;
  border: 1px solid var(--line);
  padding: 40px 34px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.25s, box-shadow 0.25s;
}
.policy-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(18,35,59,0.1);
}
.policy-num {
  font-family: 'Instrument Serif', serif;
  font-size: 54px;
  color: rgba(1,61,124,0.25);
  line-height: 1;
}
.policy-card h3 {
  margin: 0;
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 30px;
  color: var(--ink);
}
.policy-card p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--ink-soft);
}
.policy-card-bar { margin-top: auto; height: 3px; width: 56px; background: var(--blue); }
.policy-card-bar.gold { background: var(--gold); }

.record {
  margin-top: 64px;
  border-top: 1px solid var(--line-strong);
  padding-top: 40px;
}
.record-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin-bottom: 22px;
}
.record-row { display: flex; gap: 40px; }
.record-item { flex: 1; font-size: 15px; line-height: 1.65; color: var(--ink-soft); }
.record-item strong { font-weight: 700; color: var(--ink); }

/* ============================================================
   MEMBERSHIP
   ============================================================ */
.membership {
  background: var(--paper-dim);
  border-top: 1px solid var(--line);
  overflow: hidden;
  padding: 110px 56px;
  scroll-margin-top: 80px;
}
.membership-bgtype {
  position: absolute;
  bottom: -0.14em; right: -10px;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(100px, 16vw, 230px);
  line-height: 0.8;
  color: rgba(1,61,124,0.05);
  white-space: nowrap;
  pointer-events: none;
}
.membership-row { max-width: 1280px; margin: 0 auto; display: flex; gap: 64px; align-items: flex-start; }
.membership-copy { flex: 1; min-width: 0; }
.membership-copy .section-head { margin-bottom: 28px; }
.membership-copy > p {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-soft);
  max-width: 460px;
}
.steps { margin-top: 36px; display: flex; flex-direction: column; gap: 22px; max-width: 440px; }
.step { display: flex; gap: 18px; }
.step-num {
  font-family: 'Instrument Serif', serif;
  font-size: 30px;
  color: var(--blue);
  line-height: 1;
  width: 34px;
  flex-shrink: 0;
}
.step-title { font-weight: 700; font-size: 15.5px; color: var(--ink); }
.step-desc { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; margin-top: 3px; }

.card {
  flex: 1.1;
  min-width: 300px;
  max-width: 560px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(18,35,59,0.1);
  overflow: hidden;
}
.card-head { background: var(--blue); padding: 26px 32px; }
.card-head h3 { margin: 0; font-family: 'Instrument Serif', serif; font-size: 26px; color: var(--paper); font-weight: 400; }
.card-head p { font-size: 13.5px; color: var(--blue-pale); margin: 4px 0 0; }

form { padding: 32px; display: flex; flex-direction: column; gap: 18px; }
.field-row { display: flex; flex-wrap: wrap; gap: 16px; }
.field { flex: 1; min-width: 160px; display: flex; flex-direction: column; gap: 6px; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; color: var(--label-grey); }
.field.wide { flex: 1.4; }
.field input {
  border: 1px solid var(--field-border);
  border-radius: 3px;
  padding: 12px 14px;
  font-size: 15px;
  background: var(--field-bg);
  color: var(--ink);
}
.form-submit {
  margin-top: 6px;
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 16px;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s;
}
.form-submit:hover { background: var(--blue-hover); }
.form-submit:disabled { opacity: 0.6; cursor: default; }
.form-note {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--muted);
  text-align: center;
}

.success-panel {
  padding: 48px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.success-check {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.success-panel h3 { font-family: 'Instrument Serif', serif; font-size: 27px; color: var(--ink); margin: 0; font-weight: 400; }
.success-panel p { margin: 0; font-size: 15px; color: var(--ink-soft); line-height: 1.65; max-width: 360px; }
.success-panel .btn-primary { margin-top: 8px; padding: 16px 32px; }

/* ============================================================
   DONATE
   ============================================================ */
.donate {
  overflow: hidden;
  padding: 110px 56px;
  scroll-margin-top: 80px;
}
.donate-intro {
  margin: 0 0 48px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 560px;
}
.donate-box-wrap { position: relative; max-width: 760px; }
.donate-box {
  background: #fff;
  border: 1px solid var(--line);
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.amount-row { display: flex; flex-wrap: wrap; gap: 12px; }
.amount-btn {
  flex: 1;
  min-width: 76px;
  padding: 14px 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid var(--field-border);
  background: var(--field-bg);
  color: var(--ink);
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.15s;
}
.amount-btn.active { border-color: var(--blue); background: var(--blue); color: #fff; }
.donate-cta {
  display: block;
  text-align: center;
  background: var(--blue);
  color: #fff;
  padding: 17px;
  border-radius: 3px;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: background 0.2s;
}
.donate-cta:hover { background: var(--blue-hover); color: #fff; }
.donate-fine { margin: 0; font-size: 12.5px; line-height: 1.6; color: var(--muted); text-align: center; }

.coming-soon {
  position: absolute;
  inset: -1px;
  background: rgba(246,244,239,0.72);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px dashed rgba(1,61,124,0.4);
  text-align: center;
  padding: 20px;
}
.coming-soon-badge {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.22em;
  background: var(--blue);
  color: var(--paper);
  padding: 10px 20px;
  border-radius: 3px;
}
.coming-soon p { margin: 0; font-size: 14.5px; color: var(--ink-soft); }
.coming-soon p a { font-weight: 600; text-decoration: underline; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact {
  background: var(--blue);
  overflow: hidden;
  padding: 110px 56px 90px;
  scroll-margin-top: 80px;
}
.contact-bgtype {
  position: absolute;
  bottom: -0.14em; left: -10px;
  font-family: 'Instrument Serif', serif;
  font-size: clamp(100px, 17vw, 240px);
  line-height: 0.8;
  color: rgba(246,244,239,0.045);
  white-space: nowrap;
  pointer-events: none;
}
.contact-row { max-width: 1280px; margin: 0 auto; display: flex; gap: 64px; align-items: flex-start; }
.contact-copy { flex: 1; min-width: 0; }
.contact-copy .section-head { margin-bottom: 28px; }
.contact-copy .section-head h2 { color: var(--paper); }
.contact-copy .section-num { color: var(--gold-bright); }
.contact-copy .section-head h2 em { color: var(--gold-bright); }
.contact-lede { margin: 0 0 40px; font-size: 17px; line-height: 1.75; color: var(--blue-pale); max-width: 440px; }
.contact-list { display: flex; flex-direction: column; gap: 4px; max-width: 440px; }
.contact-row-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(246,244,239,0.16);
  color: var(--paper);
  font-size: 16px;
}
.contact-row-item:last-child { border-bottom: 1px solid rgba(246,244,239,0.16); }
a.contact-row-item:hover { color: var(--gold-bright); }
.contact-row-item .lbl {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--blue-paler);
  align-self: center;
}
.contact-placeholder-note {
  margin-top: 20px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  color: rgba(185,207,234,0.55);
  letter-spacing: 0.06em;
}

.vol-card { flex: 1.1; min-width: 300px; max-width: 560px; background: var(--paper); border-radius: 2px; overflow: hidden; }
.vol-card-head { padding: 28px 32px 0; }
.vol-card-head h3 { font-family: 'Instrument Serif', serif; font-size: 27px; color: var(--ink); margin: 0; font-weight: 400; }
.vol-card-head p { font-size: 14px; color: var(--ink-soft); margin: 4px 0 0; }
.vol-card form { padding: 26px 32px 32px; }
.vol-card .field input { background: #fff; }
.check-group { display: flex; flex-direction: column; gap: 8px; }
.check-group-label { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; color: var(--label-grey); }
.check-options { display: flex; flex-wrap: wrap; gap: 10px; }
.check-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--field-border);
  border-radius: 3px;
  padding: 10px 14px;
  font-size: 14px;
  color: var(--ink);
  cursor: pointer;
  background: #fff;
}
.check-options input { accent-color: var(--blue); }
.vol-card .form-submit { margin-top: 4px; padding: 15px; font-size: 14px; }
.vol-success { padding: 40px 32px 48px; }
.vol-success .success-check { width: 54px; height: 54px; font-size: 24px; }
.vol-success h3 { font-size: 25px; }
.vol-success p { font-size: 14.5px; max-width: 340px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--navy-deep); padding: 34px 56px; }
.footer-row {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}
.footer-logo { font-family: 'Instrument Serif', serif; font-size: 19px; color: var(--paper); }
.footer-logo em { font-style: italic; color: var(--blue-paler); }
.footer-legal {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: rgba(185,207,234,0.5);
  text-align: center;
}
.footer-top {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: var(--blue-paler);
}

/* ============================================================
   RESPONSIVE  (< 920px)
   ============================================================ */
@media (max-width: 920px) {
  .nav-links { display: none !important; }
  .burger { display: inline-flex !important; }

  .hero-row, .about-row, .membership-row, .contact-row, .footer-row {
    flex-direction: column !important;
  }

  .hero, .about, .pull-quote, .policy, .membership, .donate, .contact, .nav-inner, .site-footer {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .hero { padding-top: 130px !important; padding-bottom: 56px !important; }

  .hero-figure, .about-aside, .card, .vol-card {
    width: 100% !important;
    max-width: none !important;
  }

  .policy-cards, .record-row { flex-direction: column; }

  .footer-row { align-items: flex-start; gap: 14px; }
  .footer-legal { text-align: left; }
}
