/* =====================================================================
   Fair Migration — shared site styles (linked by every page)
   ===================================================================== */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-sans); color: var(--ink-900); background: var(--white); }
a { color: inherit; }
.container { max-width: var(--container-max); margin: 0 auto; padding: 0 24px; }
.container--wide { max-width: 1240px; }
.caps { font-weight: 900; }

/* ---------- eyebrow ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--red-500); white-space: nowrap; }
.eyebrow::before { content: ''; width: 30px; height: 3px; background: var(--red-500); display: block; }
.eyebrow--light { color: var(--coral-400); }
.eyebrow--light::before { background: var(--coral-400); }
.eyebrow--navy { color: var(--navy-700); }
.eyebrow--navy::before { background: var(--navy-700); }

/* ---------- display type ---------- */
.display { font-weight: 900; letter-spacing: -0.035em; line-height: 0.96; text-wrap: balance; margin: 0; }
.h2-display { font-size: clamp(32px, 4.2vw, 52px); font-weight: 900; letter-spacing: -0.03em;
  line-height: 1.02; margin: 18px 0 0; text-wrap: balance; }

/* ---------- sticky top ---------- */
.site-top { position: sticky; top: 0; z-index: 60; box-shadow: 0 1px 0 var(--line-200); }
.util-bar { background: var(--red-600); color: rgba(255,255,255,.92); }
.util-inner { max-width: var(--container-max); margin: 0 auto; padding: 9px 24px; display: flex;
  align-items: center; justify-content: center; gap: 16px; font-size: 13px; font-weight: 600; white-space: nowrap; }
.util-inner a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.4); }
.util-count { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.util-count b { color: #fff; font-weight: 900; }
.util-dim { color: rgba(255,255,255,.55); }

/* ---------- site nav (custom header) ---------- */
.site-nav { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  min-height: var(--header-h, 64px); padding: 8px clamp(16px, 3vw, 32px); background: var(--white);
  border-bottom: 1px solid var(--line-200); box-sizing: border-box; }
.site-nav-brand { display: inline-flex; align-items: center; }
.site-nav-brand img { height: 40px; width: auto; display: block; }
/* logo-only header (monthly-upsell page + signed visitors) */
.site-nav--minimal { justify-content: center; }
.site-nav-links { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 28px); }
.navlink { font-size: 15px; font-weight: 700; color: var(--ink-900); text-decoration: none;
  letter-spacing: 0.01em; white-space: nowrap; position: relative; transition: color .15s ease; }
.navlink:hover { color: var(--navy-700); }
.navlink.is-active { color: var(--navy-700); }
.navlink.is-active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -7px;
  height: 2px; background: var(--navy-700); border-radius: 2px; }
/* the pink "Sign" button */
.btn-sign { display: inline-flex; align-items: center; justify-content: center; padding: 8px 18px; line-height: 1;
  background: var(--coral-200); color: var(--navy-600); border: 1px solid var(--coral-200);
  border-radius: var(--radius-md); font-family: var(--font-sans); font-size: 13px; font-weight: 700;
  letter-spacing: 0.01em; text-decoration: none; white-space: nowrap; box-shadow: var(--shadow-xs);
  cursor: pointer; transition: background .15s ease, border-color .15s ease, transform .05s ease; }
.btn-sign:hover { background: #efd3c4; border-color: #efd3c4; }
.btn-sign:active { transform: translateY(1px); }
.site-nav-burger { display: none; align-items: center; justify-content: center; width: 44px; height: 40px;
  background: var(--white); border: 1px solid var(--line-200); border-radius: var(--radius-md);
  color: var(--navy-700); cursor: pointer; }

/* ---------- hero (full-bleed crowd) ---------- */
.hero { position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: min(90vh, 840px); background-color: var(--navy-900); overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: 0;
  background: url('assets/hero-bg.jpg') center/cover no-repeat;
  filter: grayscale(35%) contrast(1.2) brightness(0.5); }
.hero::after { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6,34,61,.82) 0%, rgba(6,34,61,.55) 42%, rgba(6,34,61,.18) 100%),
    linear-gradient(0deg, rgba(6,34,61,.65) 0%, rgba(6,34,61,0) 45%); }
.hero-left { display: flex; flex-direction: column; justify-content: flex-end; position: relative; z-index: 1;
  padding: clamp(40px, 5vw, 80px) 0; color: #fff; width: 100%; }
.hero-inner { width: 100%; max-width: var(--container-max); margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
.hero-text { max-width: 640px; }
.hero .display { font-size: clamp(44px, 5.8vw, 80px); color: #fff; margin: 20px 0 12px; }
.hero-redline { font-size: clamp(24px, 3vw, 40px); font-weight: 900; letter-spacing: -0.02em; line-height: 1.05;
  color: #f85449; margin: 0 0 22px; text-wrap: balance; }
.hero-lead { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.5; color: rgba(255,255,255,.82);
  font-weight: 500; max-width: 44ch; margin: 0 0 32px; }
.hero-lead .caps { color: var(--coral-400); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.tick-star { width: 22px; height: 22px; flex-shrink: 0; }

/* ---------- signature bar (its own band beneath the hero) ---------- */
.sigbar { background: var(--white); border-bottom: 1px solid var(--line-200); box-shadow: var(--shadow-sm); }
.sigbar-inner { display: flex; align-items: center; gap: clamp(24px, 4vw, 56px); padding: 24px 24px; }
.sigbar-count { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.sigbar-star { width: 42px; height: 42px; flex-shrink: 0; }
.sigbar-num { font-size: clamp(34px, 4.4vw, 54px); font-weight: 900; letter-spacing: -0.03em;
  color: var(--navy-700); line-height: 0.92; font-variant-numeric: tabular-nums; }
.sigbar-label { font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-500); margin-top: 6px; }
.sigbar-progress { flex: 1; min-width: 0; }
.sigbar-track { position: relative; height: 14px; background: var(--mist-100);
  border: 1px solid var(--line-200); border-radius: 999px; margin-top: 14px; }
.sigbar-fill { position: absolute; left: 0; top: 0; bottom: 0; min-width: 14px;
  background: linear-gradient(90deg, var(--red-600), var(--red-500)); border-radius: 999px; transition: width .6s ease; }
.sigbar-tick { position: absolute; top: 50%; width: 3px; height: 20px; background: var(--white);
  border: 1px solid var(--line-300); border-radius: 2px; transform: translate(-50%, -50%); z-index: 2; }
.sigbar-bubble { position: absolute; bottom: calc(100% + 9px); transform: translateX(-50%); z-index: 3;
  background: var(--navy-700); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: 0.02em;
  padding: 3px 9px; border-radius: 999px; white-space: nowrap; transition: left .6s ease; }
.sigbar-bubble::after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  border: 5px solid transparent; border-top-color: var(--navy-700); }
.sigbar-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin-top: 12px; font-size: 14px; font-weight: 600; color: var(--ink-500); }
.sigbar-meta b { color: var(--ink-900); font-weight: 900; }
.sigbar-live { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap;
  font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--red-500); }
.sigbar-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--red-500);
  box-shadow: 0 0 0 0 rgba(162,1,0,.5); animation: sigbar-pulse 1.8s ease-out infinite; }
@keyframes sigbar-pulse { 0% { box-shadow: 0 0 0 0 rgba(162,1,0,.5); } 70% { box-shadow: 0 0 0 8px rgba(162,1,0,0); } 100% { box-shadow: 0 0 0 0 rgba(162,1,0,0); } }
@media (prefers-reduced-motion: reduce) { .sigbar-dot { animation: none; } }

/* ---------- page header (interior pages) ---------- */
.page-head { background: var(--mist-50); border-bottom: 1px solid var(--line-200);
  padding: clamp(46px, 6vw, 76px) 0 clamp(34px, 4vw, 48px); }
.page-head h1 { font-size: clamp(38px, 5vw, 64px); font-weight: 900; letter-spacing: -0.035em;
  line-height: 1.0; margin: 14px 0 0; text-wrap: balance; }
.page-head .lead-p { margin-top: 16px; }
.page-head--dark { background: var(--navy-900); border-bottom: none; }
.page-head--dark h1 { color: #fff; }
.page-head--dark .lead-p { color: rgba(255,255,255,.8); }

/* ---------- generic section ---------- */
.section { padding: clamp(64px, 8vw, 104px) 0; }
section[id] { scroll-margin-top: 116px; }
.section--tint { background: var(--mist-50); border-top: 1px solid var(--line-200); border-bottom: 1px solid var(--line-200); }
.section--dark { background: var(--navy-900); color: #fff; }
.section-head { max-width: 760px; }
.lead-p { font-size: 20px; line-height: 1.55; font-weight: 600; color: var(--ink-700); margin: 22px 0 0; }
.body-p { font-size: 16px; line-height: 1.7; color: var(--ink-700); margin: 0 0 16px; }

/* ---------- problem: indexed pressure blocks ---------- */
.pressures { display: grid; grid-template-columns: repeat(auto-fit, minmax(238px, 1fr)); gap: 18px; margin-top: 48px; }
.pressure { position: relative; overflow: hidden; background: var(--white); border: 1px solid var(--line-200);
  border-radius: 14px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease; }
.pressure:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--navy-600); }
.pressure-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--navy-100, #dbe4ee); }
.pressure-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pressure-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,26,45,0) 45%, rgba(11,26,45,.55) 100%); }
.pressure-ic { position: absolute; left: 12px; bottom: 12px; z-index: 2; width: 40px; height: 40px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; background: var(--red-500); color: #fff; box-shadow: var(--shadow-sm); }
.pressure-ic svg { width: 22px; height: 22px; }
.pressure-idx { position: absolute; right: 12px; top: 10px; z-index: 2; font-size: 12px; font-weight: 900; color: #fff;
  letter-spacing: 0.08em; background: rgba(11,26,45,.55); padding: 3px 9px; border-radius: 999px; }
.pressure-body { padding: 18px 20px 20px; border-top: 3px solid var(--red-500); flex: 1; }
.pressure-stat { font-size: clamp(26px, 3vw, 38px); font-weight: 900; letter-spacing: -0.03em;
  color: var(--ink-900); line-height: 1.02; margin: 0 0 6px; }
.pressure-h { font-size: 13px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--navy-700); margin: 0 0 10px; }
.pressure-p { font-size: 15px; line-height: 1.6; color: var(--ink-700); margin: 0; }
/* mobile: compact horizontal cards */
@media (max-width: 560px) {
  .pressure { flex-direction: row; align-items: stretch; }
  .pressure-media { width: 40%; flex: none; aspect-ratio: auto; }
  .pressure-body { border-top: none; border-left: 3px solid var(--red-500); padding: 14px 16px; }
  .pressure-stat { font-size: 22px; margin-bottom: 4px; }
  .pressure-p { font-size: 13.5px; line-height: 1.5; }
}

/* ---------- petition section ---------- */
.petition-grid { display: grid; grid-template-columns: 1fr 460px; gap: clamp(40px, 5vw, 72px); align-items: start; margin-top: 44px; }
.demand-list { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.demand-list li { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start;
  font-size: 17px; line-height: 1.5; color: var(--ink-900); font-weight: 600; }
.demand-list .star { width: 18px; height: 18px; margin-top: 3px; flex-shrink: 0; }
.goal-block { margin-bottom: 22px; }
.goal-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.goal-now { font-size: 30px; font-weight: 900; letter-spacing: -0.02em; color: var(--navy-700); line-height: 1; }
.goal-now span { font-size: 14px; font-weight: 700; color: var(--ink-500); }
.goal-target { font-size: 13px; font-weight: 800; color: var(--ink-500); text-transform: uppercase; letter-spacing: 0.06em; }
.goal-bar { height: 9px; background: var(--mist-100); border: 1px solid var(--line-200); border-radius: 999px; overflow: hidden; }
.goal-fill { height: 100%; background: var(--red-500); border-radius: 999px; transition: width .6s ease; }

/* ---------- petition form ---------- */
.pform { background: var(--white); border: 1px solid var(--line-200); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); padding: clamp(22px, 3vw, 30px); display: flex; flex-direction: column; gap: 14px; }
.pform-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pform-fine { font-size: 12.5px; line-height: 1.5; color: var(--ink-500); margin: 4px 0 0; }
.req { color: var(--red-500); font-weight: 800; }

/* ---------- map stage (dark) ---------- */
.map-head h2 { color: #fff; }
.map-lead { color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.6; font-weight: 500; margin: 18px 0 0; max-width: 60ch; }
.map-stage { margin-top: 44px; }
/* map two-column splits — stack on mobile so the detail panel is never cut off */
.map-split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0; }
.map-split--detail { grid-template-columns: 1fr 360px; }
.map-split-l { border-right: 1px solid var(--line-200); }
@media (max-width: 760px) {
  .map-split, .map-split--detail { grid-template-columns: 1fr; }
  .map-split-l { border-right: none; border-bottom: 1px solid var(--line-200); }
}

/* ---------- demand manifesto ---------- */
.manifesto { max-width: 920px; }
.manifesto .star { margin-bottom: 26px; }
.demand-quote { font-size: clamp(28px, 3.8vw, 46px); font-weight: 800; line-height: 1.18;
  letter-spacing: -0.02em; color: var(--ink-900); margin: 0 0 36px; text-wrap: balance; }
.demand-quote .r { color: var(--red-500); }
.demand-quote .n { color: var(--navy-700); }

/* ---------- donate ---------- */
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 40px; }
.tier { position: relative; display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 30px 18px; background: var(--white); border: 2px solid var(--line-200); border-radius: 12px;
  cursor: pointer; font-family: var(--font-sans); transition: border-color .15s ease, box-shadow .15s ease, transform .1s ease; }
.tier:hover { border-color: var(--navy-600); transform: translateY(-2px); }
.tier-on { border-color: var(--red-500); box-shadow: 0 0 0 3px rgba(162,1,0,.12); }
.tier-amt { font-size: 38px; font-weight: 900; letter-spacing: -0.03em; color: var(--ink-900); line-height: 1; }
.tier-note { font-size: 13px; font-weight: 600; color: var(--ink-500); text-align: center; }
.tier-tag { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); white-space: nowrap;
  background: var(--red-500); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 0.04em;
  text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }

/* ---------- /share page ---------- */
.share-link { background: var(--mist-50); border: 1px solid var(--line-200); border-radius: var(--radius-md);
  padding: 12px 14px; margin: 18px 0; overflow-x: auto; }
.share-link code { font-size: 14px; font-weight: 600; color: var(--navy-700); white-space: nowrap; }
.share-btns { display: flex; flex-direction: column; gap: 10px; max-width: 460px; }
.share-btn { position: relative; display: flex; align-items: center; justify-content: center; gap: 8px;
  height: 50px; border: none; border-radius: var(--radius-md); color: #fff; font-family: var(--font-sans);
  font-size: 15px; font-weight: 800; letter-spacing: 0.01em; cursor: pointer;
  box-shadow: var(--shadow-xs); transition: transform .05s ease, filter .15s ease; }
.share-btn:hover { filter: brightness(1.06); }
.share-btn:active { transform: translateY(1px); }
.share-btn.is-used { box-shadow: 0 0 0 3px rgba(13,59,102,.25); }
.share-tick { position: absolute; right: 14px; font-size: 15px; }
.share-spinner { width: 28px; height: 28px; margin-top: 20px; border-radius: 50%;
  border: 3px solid var(--line-200); border-top-color: var(--navy-700); animation: share-spin 0.8s linear infinite; }
@keyframes share-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .share-spinner { animation: none; } }

/* ---------- petition quote block ---------- */
.petition-copy { display: flex; flex-direction: column; gap: 26px; }

/* petition demand card */
.petition-quote { position: relative; overflow: hidden; background: var(--white); border: 1px solid var(--line-200);
  border-top: 4px solid var(--red-500); border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
  padding: 28px 32px 32px; margin: 0; }
.petition-quote::before { content: '\201C'; position: absolute; top: -26px; right: 20px; font-family: Georgia, 'Times New Roman', serif;
  font-size: 150px; line-height: 1; color: var(--coral-200); opacity: 0.45; pointer-events: none; }
.petition-quote-head { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.pq-star { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 8px; background: var(--red-500); }
.pq-label { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--red-600); }
.petition-quote-lead { position: relative; font-size: clamp(22px, 2.9vw, 27px); line-height: 1.3; font-weight: 900; letter-spacing: -0.02em; color: var(--navy-900); margin: 0 0 24px; }

.demand-list { position: relative; list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.demand-item { display: flex; gap: 14px; align-items: flex-start; padding: 14px 16px; background: var(--mist-50);
  border: 1px solid var(--line-200); border-radius: var(--radius-md); transition: border-color .2s ease, box-shadow .2s ease; }
.demand-item:hover { border-color: var(--coral-400); box-shadow: var(--shadow-sm); }
.demand-num { flex: none; width: 30px; height: 30px; border-radius: 999px; background: var(--navy-700); color: #fff;
  font-weight: 900; font-size: 15px; display: flex; align-items: center; justify-content: center; }
.demand-body h4 { margin: 2px 0 6px; font-size: clamp(22px, 2.9vw, 27px); font-weight: 900; letter-spacing: -0.02em; color: var(--navy-900); line-height: 1.2; }
.demand-body p { margin: 0; font-size: 14.5px; line-height: 1.5; color: var(--ink-700); }

/* why Australians deserve fair migration */
.why-fair { background: var(--navy-900); color: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 30px 32px 32px; }
.why-fair-title { margin: 0 0 8px; font-size: clamp(22px, 2.4vw, 27px); font-weight: 900; letter-spacing: -0.02em; color: #fff; }
.why-fair-intro { margin: 0 0 24px; font-size: 15.5px; line-height: 1.55; color: rgba(255, 255, 255, 0.74); }
.why-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 22px 26px; }
.why-item { display: flex; gap: 13px; align-items: flex-start; }
.why-thumb { position: relative; flex: none; width: 92px; height: 68px; border-radius: 10px; overflow: hidden; background: rgba(255,255,255,.08); }
.why-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.why-thumb .why-ic { position: absolute; right: 5px; bottom: 5px; width: 20px; height: 20px; border-radius: 6px; margin: 0; box-shadow: var(--shadow-sm); }
.why-ic { flex: none; width: 26px; height: 26px; border-radius: 7px; background: var(--red-500); display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.why-text h4 { margin: 0 0 5px; font-size: 15.5px; font-weight: 800; color: #fff; line-height: 1.3; }
.why-text p { margin: 0; font-size: 13px; line-height: 1.5; color: rgba(255, 255, 255, 0.72); }
@media (max-width: 720px) { .why-list { grid-template-columns: 1fr; gap: 18px; } }

/* signature bar — prominent 1,000,000 goal band */
.sigbar-goal { position: relative; overflow: hidden; background: var(--navy-900); color: #fff;
  text-align: center; padding: clamp(30px, 4.5vw, 52px) 0 clamp(26px, 4vw, 44px); }
.sigbar-goal::before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 5px;
  background: linear-gradient(90deg, var(--red-500), var(--coral-400)); }
.sigbar-goal-flag { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 900;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--coral-400); margin-bottom: 6px; }
.sigbar-goal-num { font-size: clamp(56px, 12vw, 124px); font-weight: 900; letter-spacing: -0.04em;
  line-height: 0.9; color: #fff; text-transform: uppercase; text-shadow: 0 2px 30px rgba(0,0,0,.25); }
.sigbar-goal-word { font-size: clamp(15px, 2.4vw, 24px); font-weight: 800; letter-spacing: 0.24em;
  text-transform: uppercase; color: rgba(255,255,255,.72); margin-top: 8px; }
.sigbar-goal-sub { max-width: 660px; margin: 18px auto 0; font-size: clamp(15px, 1.9vw, 19px);
  line-height: 1.5; font-weight: 600; color: rgba(255,255,255,.82); }
.sigbar-goal-sub b { color: #fff; font-weight: 900; }

/* donate — where your money goes */
.donate-impact { list-style: none; margin: 20px 0 22px; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.donate-impact li { display: flex; align-items: baseline; gap: 14px; font-size: 15px; line-height: 1.45; color: rgba(255,255,255,.85); }
.donate-impact-amt { flex: none; min-width: 64px; font-weight: 900; font-size: 18px; letter-spacing: -0.01em; color: var(--coral-400); }
.donate-impact b { color: #fff; font-weight: 800; }

/* donate — ad video gallery (vertical 9:16 creatives) */
.ad-videos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 18px;
  margin: 44px auto 0; max-width: 1080px; }
.ad-video { position: relative; aspect-ratio: 9 / 16; border-radius: 14px; overflow: hidden; background: #000;
  border: 1px solid var(--line-200); box-shadow: var(--shadow-sm); }
.ad-video video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 560px) { .ad-videos-grid { grid-template-columns: 1fr 1fr; gap: 12px; } }

/* red utility bar — allow wrap on small screens */
@media (max-width: 480px) { .util-inner { white-space: normal; text-align: center; font-size: 12px; gap: 8px; } }

/* ---------- donate: split layout + amount grid ---------- */
.donate-hero { position: relative; overflow: hidden; background: var(--navy-900); padding: clamp(52px, 8vw, 92px) 0; }
.donate-hero::before { content: ''; position: absolute; inset: 0; background: url('assets/hero-bg.jpg') center/cover no-repeat;
  filter: grayscale(45%) brightness(0.4) contrast(1.1); }
.donate-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,34,61,.92) 0%, rgba(6,34,61,.7) 55%, rgba(6,34,61,.5) 100%); }
.donate-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr;
  grid-template-areas: "msg card" "impact card"; gap: clamp(26px, 4vw, 52px) clamp(32px, 5vw, 64px); align-items: start; }
.donate-msg { grid-area: msg; color: #fff; }
.donate-card { grid-area: card; align-self: center; }
.donate-impact-wrap { grid-area: impact; }
.donate-head { font-size: clamp(38px, 5vw, 60px); font-weight: 900; letter-spacing: -0.03em; line-height: 1.0; color: #fff; margin: 16px 0 20px; text-wrap: balance; }
.donate-copy { font-size: 16px; line-height: 1.65; color: rgba(255,255,255,.82); max-width: 48ch; margin: 0 0 22px; }
.donate-trust { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,.55); margin: 0; }
.donate-card { background: var(--white); border-radius: 20px; padding: clamp(22px, 3vw, 30px); box-shadow: 0 20px 50px rgba(6,34,61,.32); }
.donate-toggle { display: grid; grid-template-columns: 1fr 1fr; background: var(--mist-100); border-radius: 999px; padding: 5px; margin-bottom: 18px; }
.donate-toggle button { border: none; background: transparent; border-radius: 999px; padding: 12px 10px; font-family: var(--font-sans);
  font-size: 13px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-500); cursor: pointer;
  transition: background .15s ease, color .15s ease; }
.donate-toggle button.is-on { background: var(--navy-700); color: #fff; box-shadow: var(--shadow-sm); }
.donate-amts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.donate-amt { position: relative; background: var(--white); border: 2px solid var(--line-200); border-radius: 12px; padding: 20px 6px;
  font-family: var(--font-sans); font-size: 23px; font-weight: 900; letter-spacing: -0.02em; color: var(--ink-900); cursor: pointer;
  transition: border-color .12s ease, background .12s ease, transform .08s ease; }
.donate-amt:hover { border-color: var(--navy-600); transform: translateY(-1px); }
.donate-amt.is-on { background: var(--navy-700); border-color: var(--navy-700); color: #fff; }
.donate-amt:disabled { opacity: 0.55; cursor: default; transform: none; }
.donate-per { font-size: 12px; font-weight: 700; opacity: 0.7; }
.donate-amt--other { font-size: 17px; background: var(--mist-50); border-style: dashed; }
.donate-custom { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.donate-custom-sign { font-size: 22px; font-weight: 900; color: var(--ink-700); }
.donate-custom input { flex: 1; min-width: 0; font-family: var(--font-sans); font-size: 18px; font-weight: 700; padding: 12px 14px;
  border: 2px solid var(--line-200); border-radius: 10px; outline: none; }
.donate-custom input:focus { border-color: var(--navy-700); }
.donate-cardnote { font-size: 11.5px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-400); text-align: center; margin: 16px 0 0; }
@media (max-width: 880px) { .donate-grid { grid-template-columns: 1fr; grid-template-areas: "msg" "card" "impact"; } }
@media (max-width: 420px) { .donate-amts { grid-template-columns: repeat(2, 1fr); } }

/* ---------- post-donation monthly upsell ---------- */
.upsell { background: var(--navy-900); color: #fff; padding: clamp(48px, 8vw, 88px) 0; text-align: center; min-height: 70vh; }
.upsell-thanks { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: 13.5px; letter-spacing: 0.02em; color: rgba(255,255,255,.7); margin: 0 0 20px; }
.upsell-head { font-size: clamp(34px, 5.5vw, 58px); font-weight: 900; letter-spacing: -0.02em; line-height: 1.05; color: #fff; margin: 0 0 22px; text-wrap: balance; }
.upsell-red { color: var(--coral-400); display: block; }
.upsell-sub { font-size: 18px; color: rgba(255,255,255,.82); margin: 0 0 24px; }
.upsell-list { list-style: none; padding: 0; margin: 0 auto 26px; max-width: 560px; text-align: left; display: flex; flex-direction: column; gap: 16px; }
.upsell-list li { position: relative; padding-left: 32px; font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.85); }
.upsell-list li::before { content: '★'; position: absolute; left: 0; top: 1px; color: var(--coral-400); font-weight: 900; font-size: 16px; }
.upsell-list b { color: #fff; }
.upsell-fine { font-size: 13px; color: rgba(255,255,255,.55); margin: 14px 0 0; }
.upsell-skip { display: inline-block; margin-top: 22px; color: #fff; font-weight: 700; font-size: 15px; text-decoration: underline; }
.upsell .btn, .upsell button { }

/* ---------- social-proof activity popup ---------- */
.ff-sp { position: fixed; right: 20px; bottom: 20px; width: 340px; z-index: 9000;
  display: flex; align-items: flex-start; gap: 12px; padding: 14px 40px 14px 18px;
  background: var(--white); border: 1px solid var(--line-200); border-radius: 14px;
  box-shadow: 0 12px 32px rgba(6,34,61,.16); text-decoration: none; color: var(--ink-900);
  overflow: hidden; will-change: transform, opacity; }
.ff-sp::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; }
.ff-sp--petition::before { background: var(--red-500); }
.ff-sp--donation::before { background: var(--coral-400); }
.ff-sp-icon { flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; display: flex;
  align-items: center; justify-content: center; color: #fff; font-size: 15px; }
.ff-sp--petition .ff-sp-icon { background: linear-gradient(135deg, var(--navy-700), var(--navy-900)); }
.ff-sp--donation .ff-sp-icon { background: linear-gradient(135deg, var(--red-500), var(--red-600)); }
.ff-sp-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.ff-sp-text { font-size: 13.5px; line-height: 1.4; font-weight: 600; color: var(--ink-900); }
.ff-sp-cta { font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--red-500); }
.ff-sp-close { position: absolute; top: 8px; right: 10px; width: 22px; height: 22px; border: none;
  background: transparent; color: var(--ink-400); font-size: 18px; line-height: 1; cursor: pointer; border-radius: 6px; }
.ff-sp-close:hover { background: var(--mist-100); color: var(--ink-700); }
.ff-sp { transform: translateY(120%); opacity: 0; transition: transform .35s cubic-bezier(.16,1,.3,1), opacity .35s ease; }
.ff-sp--in { transform: translateY(0); opacity: 1; }
.ff-sp--out { transform: translateY(120%); opacity: 0; }
@media (max-width: 480px) { .ff-sp { left: 12px; right: 12px; width: auto; bottom: 12px; } }
@media (prefers-reduced-motion: reduce) {
  .ff-sp { transition: opacity .35s ease; transform: none; }
  .ff-sp--in { transform: none; } .ff-sp--out { transform: none; }
}

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line-200); padding: 48px 0 56px; background: var(--mist-50); }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--navy-700); }
.social { display: flex; gap: 18px; }
.foot-cta { background: var(--navy-900); color: #fff; }
.foot-cta-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px;
  padding: clamp(40px, 5vw, 64px) 24px; }
.foot-cta h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 900; letter-spacing: -0.02em; color: #fff; margin: 0; line-height: 1.05; }

/* ---------- responsive ---------- */
@media (max-width: 880px) {
  .hero { min-height: 72vh; }
  .hero-left { padding: 80px 0 44px; }
  .sigbar-inner { flex-direction: column; align-items: stretch; gap: 22px; text-align: center; }
  .sigbar-count { flex-direction: column; gap: 10px; }
  .sigbar-meta { justify-content: center; gap: 20px; }
  .petition-grid { grid-template-columns: 1fr; }
  .pressures { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .site-nav-burger { display: inline-flex; }
  .site-nav-links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch;
    gap: 6px; background: var(--white); border-bottom: 1px solid var(--line-200); box-shadow: var(--shadow-md);
    padding: 10px clamp(16px, 3vw, 32px) 16px; display: none; z-index: 70; }
  .site-nav-links.is-open { display: flex; }
  .navlink { padding: 12px 4px; font-size: 16px; }
  .navlink.is-active::after { display: none; }
  .btn-sign { height: 46px; }
}
@media (max-width: 560px) {
  .tier-grid { grid-template-columns: 1fr; }
  .util-hide { display: none; }
}
@media (max-width: 520px) {
  .pform-grid2 { grid-template-columns: 1fr; }
}
