/* ============================================================
   5G BASKETBALL — fbc5g.com
   Design language: HALF SANCTUARY, HALF GYM.
   Warm paper daylight sections trade with deep-navy sanctuary
   bands. Gold is light — halos, hairlines, medal moments.
   Red is game day — buttons and the occasional score.
   Court geometry (center circles, lane keys, arcs) is the
   ornament layer. Type does the heavy lifting: Barlow Condensed
   caps like a gym banner, Georgia italic like a red-letter Bible.
   ============================================================ */

/* ---------- fonts (self-hosted, tiny latin subsets) ---------- */
@font-face {
  font-family: "Barlow Condensed";
  src: url("/assets/fonts/barlow-condensed-700-latin.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("/assets/fonts/barlow-condensed-500-latin.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}

/* ---------- tokens ---------- */
:root {
  --navy: #1B1E53;
  --navy-deep: #14173F;
  --navy-soft: #43467A;
  --red: #D92027;
  --red-deep: #B0161D;
  --gold: #D9A441;
  --gold-bright: #E9C15C;
  --bronze: #8A5E14;
  --paper: #FAF5EC;
  --sand: #F1E8D7;
  --white: #FFFDF8;
  --line: #E3D4B8;
  --ink: #1B1E53;
  --ink-soft: #4B4E7C;
  --on-navy: #F6EFE1;
  --on-navy-soft: rgba(246, 239, 225, 0.78);
  --gold-line: rgba(233, 193, 92, 0.32);

  --font-display: "Barlow Condensed", "Avenir Next Condensed", "Arial Narrow", sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-verse: Georgia, "Iowan Old Style", "Times New Roman", serif;

  --wrap: 1160px;
  --radius: 14px;
  --pad-band: clamp(4.25rem, 9vw, 7rem);
}

/* ---------- reset-ish ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 1.06rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
}
img, svg, iframe { max-width: 100%; }
a { color: inherit; }
::selection { background: var(--gold); color: var(--navy); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; border-radius: 4px; }
.band--navy :focus-visible, .foot :focus-visible, .mnav :focus-visible { outline-color: var(--gold-bright); }

.skip {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--navy); color: var(--on-navy);
  padding: 0.8em 1.2em; font-weight: 700; text-decoration: none;
}
.skip:focus { left: 0; }

/* ---------- type ---------- */
h1, h2, h3, .disp {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.94;
  letter-spacing: 0.012em;
  text-wrap: balance;
}
h1 { font-size: clamp(3.6rem, 11.5vw, 7.6rem); }
h2 { font-size: clamp(2.3rem, 6vw, 4rem); }
h3 { font-size: clamp(1.45rem, 3.2vw, 2rem); }
p { max-width: 62ch; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6em;
  font-size: 0.78rem; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--bronze);
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; background: var(--gold); flex: none;
}
.band--navy .eyebrow, .band--navy-deep .eyebrow, .hero .eyebrow, .phero .eyebrow { color: var(--gold-bright); }
.band--navy .eyebrow::before, .band--navy-deep .eyebrow::before, .hero .eyebrow::before, .phero .eyebrow::before { background: var(--gold-bright); }

.lede { font-size: clamp(1.15rem, 2.2vw, 1.35rem); line-height: 1.55; color: var(--ink-soft); }
.band--navy .lede { color: var(--on-navy-soft); }

.verse {
  font-family: var(--font-verse); font-style: italic;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem); line-height: 1.5;
  color: var(--ink);
}
.verse cite { display: block; margin-top: 0.5em; font-style: normal; font-family: var(--font-body); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bronze); }
.band--navy .verse { color: var(--on-navy); }
.band--navy .verse cite { color: var(--gold-bright); }

/* ---------- layout ---------- */
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1.15rem, 4.5vw, 2.2rem); }
.band { position: relative; padding-block: var(--pad-band); overflow: hidden; }
.band--paper { background: var(--paper); }
.band--sand { background: var(--sand); }
.band--white { background: var(--white); }
.band--navy { background: var(--navy); color: var(--on-navy); }
.band--navy-deep { background: var(--navy-deep); color: var(--on-navy); }
.band-head { max-width: 720px; margin-bottom: clamp(2.2rem, 5vw, 3.6rem); }
.band-head h2 { margin: 0.35em 0 0.4em; }

.court-deco { position: absolute; inset: auto; pointer-events: none; z-index: 0; }
.band > .wrap { position: relative; z-index: 1; }

/* ---------- header ---------- */
.top {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250, 245, 236, 0.97);
  border-bottom: 1px solid var(--line);
}
.top__in {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 68px;
}
.brand { display: inline-flex; align-items: center; gap: 0.65rem; text-decoration: none; color: var(--navy); }
.brand svg { display: block; }
.brand__word {
  font-family: var(--font-display); font-weight: 700; font-size: 1.5rem;
  text-transform: uppercase; letter-spacing: 0.04em; line-height: 1;
}
.brand__sub { display: block; font-family: var(--font-body); font-size: 0.6rem; font-weight: 800; letter-spacing: 0.34em; color: var(--bronze); }
@media (max-width: 520px) { .brand__sub { display: none; } .brand__word { font-size: 1.35rem; } }

.nav { display: flex; align-items: center; gap: clamp(0.9rem, 2vw, 1.6rem); }
.nav a {
  font-family: var(--font-display); font-weight: 500; font-size: 1.08rem;
  letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none;
  color: var(--navy); padding: 0.3em 0.1em;
  border-bottom: 2px solid transparent;
}
.nav a:hover, .nav a[aria-current="page"] { border-bottom-color: var(--red); }
.nav .btn { border-bottom: none; }

.burger {
  display: none; background: none; border: 2px solid var(--navy); border-radius: 8px;
  width: 44px; height: 40px; cursor: pointer; color: var(--navy);
  align-items: center; justify-content: center;
}
.mnav {
  display: none; position: fixed; inset: 0; z-index: 150;
  background: var(--navy); color: var(--on-navy);
  padding: 5.5rem clamp(1.4rem, 6vw, 3rem) 2rem;
  flex-direction: column; gap: 0.4rem; overflow-y: auto;
}
.mnav.open { display: flex; }
.mnav a {
  font-family: var(--font-display); font-weight: 700; font-size: 2rem;
  text-transform: uppercase; text-decoration: none; color: var(--on-navy);
  padding: 0.32em 0; border-bottom: 1px solid var(--gold-line);
}
.mnav a:hover { color: var(--gold-bright); }
.mnav__x {
  position: absolute; top: 1rem; right: clamp(1.15rem, 4.5vw, 2.2rem);
  background: none; border: 2px solid var(--gold-bright); color: var(--gold-bright);
  border-radius: 8px; width: 44px; height: 40px; cursor: pointer; font-size: 1.1rem; font-weight: 700;
}
@media (max-width: 880px) {
  .nav { display: none; }
  .burger { display: inline-flex; }
}

/* ---------- buttons & chips ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5em;
  font-family: var(--font-display); font-weight: 700; font-size: 1.12rem;
  letter-spacing: 0.07em; text-transform: uppercase;
  padding: 0.8em 1.7em; border-radius: 10px; border: 2px solid transparent;
  text-decoration: none; cursor: pointer;
  transition: transform 0.15s ease, background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn:hover { transform: translateY(-2px); }
@media (prefers-reduced-motion: reduce) { .btn, .btn:hover { transition: none; transform: none; } }
.btn--register { background: var(--red); color: #fff; }
.btn--register:hover { background: var(--red-deep); }
.btn--gold { background: var(--gold-bright); color: var(--navy); }
.btn--gold:hover { background: var(--gold); }
.btn--outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn--outline:hover { background: var(--navy); color: var(--paper); }
.btn--outline-light { border-color: var(--gold-bright); color: var(--gold-bright); background: transparent; }
.btn--outline-light:hover { background: var(--gold-bright); color: var(--navy); }
.btn--big { font-size: 1.3rem; padding: 0.9em 2.1em; }

.chip {
  display: inline-flex; align-items: center; gap: 0.5em;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.42em 0.95em; border-radius: 100px; border: 1.5px solid;
}
.chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.chip--open { color: var(--red); border-color: var(--red); background: #fff; }
.chip--coming { color: var(--bronze); border-color: var(--gold); background: var(--white); }
.chip--notify { color: var(--navy); border-color: var(--navy-soft); background: var(--white); }

/* ---------- hero ---------- */
.hero { position: relative; background: var(--navy); color: var(--on-navy); overflow: hidden; }
.hero__in {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: clamp(2rem, 5vw, 4rem); align-items: center;
  padding-block: clamp(4.5rem, 10vw, 7.5rem);
}
.hero h1 { color: var(--white); margin: 0.28em 0 0.22em; }
.hero h1 .accent { color: var(--gold-bright); }
.hero__sub { font-size: clamp(1.15rem, 2.4vw, 1.45rem); line-height: 1.5; color: var(--on-navy); max-width: 34em; }
.hero__attr { margin-top: 0.9em; font-size: 0.95rem; color: var(--on-navy-soft); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; align-items: center; }
.hero__note { font-size: 0.88rem; color: var(--on-navy-soft); }
.hero__art { display: flex; justify-content: center; }
.hero__art svg { width: min(100%, 380px); height: auto; }
@media (max-width: 820px) {
  .hero__in { grid-template-columns: 1fr; }
  .hero__art { order: -1; }
  .hero__art svg { width: min(58vw, 260px); }
}

/* ---------- five G strip ---------- */
.gstrip { background: var(--navy-deep); color: var(--on-navy); border-top: 1px solid var(--gold-line); }
.gstrip__in {
  display: grid; grid-template-columns: repeat(5, 1fr);
  padding-block: clamp(1.8rem, 4vw, 2.8rem);
}
.gstrip a { text-decoration: none; color: inherit; }
.gcell { padding: 0.9rem clamp(0.7rem, 1.6vw, 1.4rem); border-left: 1px solid var(--gold-line); }
.gcell:first-child { border-left: none; }
.gcell__idx { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.24em; color: var(--gold-bright); }
.gcell__word { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.3rem, 2.6vw, 2rem); text-transform: uppercase; line-height: 1; margin: 0.22em 0 0.3em; }
.gcell__line { font-size: 0.83rem; color: var(--on-navy-soft); line-height: 1.45; }
.gcell:hover .gcell__word { color: var(--gold-bright); }
@media (max-width: 880px) {
  .gstrip__in { grid-template-columns: 1fr 1fr; }
  .gcell { border-left: none; border-top: 1px solid var(--gold-line); }
  .gcell:first-child { border-top: none; grid-column: 1 / -1; }
}

/* ---------- program cards ---------- */
.pgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: clamp(1.1rem, 2.4vw, 1.7rem); }
.pcard {
  display: flex; flex-direction: column; gap: 0.85rem;
  background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem 1.5rem 1.5rem; position: relative;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.pcard:hover { border-color: var(--navy); transform: translateY(-3px); }
@media (prefers-reduced-motion: reduce) { .pcard:hover { transform: none; } }
.pcard__top { display: flex; justify-content: space-between; align-items: center; gap: 0.6rem; }
.pcard h3 a { text-decoration: none; color: var(--navy); }
.pcard h3 a:hover { color: var(--red); }
.pcard__pitch { font-size: 0.97rem; color: var(--ink-soft); flex-grow: 1; }
.pcard__date { font-size: 0.86rem; font-weight: 700; color: var(--bronze); letter-spacing: 0.04em; }
.pcard__act { margin-top: 0.3rem; }
.pcard__act .btn { font-size: 0.98rem; padding: 0.68em 1.35em; width: 100%; }

/* ---------- experience list ---------- */
.exp { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: clamp(1.4rem, 3vw, 2.4rem); }
.exp__item { border-top: 3px solid var(--gold); padding-top: 1.1rem; }
.exp__item h3 { margin-bottom: 0.45em; }
.exp__item p { font-size: 0.99rem; color: var(--ink-soft); }
.band--navy .exp__item p { color: var(--on-navy-soft); }

/* ---------- G sections (five-gs page) ---------- */
.gsec { border-top: 1px solid var(--line); padding-block: clamp(2.6rem, 6vw, 4rem); display: grid; grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr); gap: clamp(1.4rem, 4vw, 3.4rem); }
.gsec:first-of-type { border-top: none; }
.gsec__word { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; line-height: 0.86; font-size: clamp(3.4rem, 9vw, 6.4rem); color: var(--navy); }
.gsec__idx { display: block; font-family: var(--font-body); font-size: 0.8rem; font-weight: 800; letter-spacing: 0.3em; color: var(--bronze); margin-bottom: 0.5em; }
.gsec__body p { margin-bottom: 1em; }
.gsec__sig { font-family: var(--font-verse); font-style: italic; color: var(--bronze); font-size: 1.15rem; }
@media (max-width: 720px) { .gsec { grid-template-columns: 1fr; gap: 0.9rem; } }

/* ---------- grit roster ---------- */
.roster { background: var(--navy); color: var(--on-navy); border-radius: var(--radius); padding: clamp(1.8rem, 4vw, 3rem); position: relative; overflow: hidden; }
.roster h3 { color: var(--gold-bright); letter-spacing: 0.08em; }
.roster__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 0.55rem 1.4rem; margin-top: 1.4rem; position: relative; z-index: 1; }
.roster__name {
  display: flex; align-items: baseline; gap: 0.7em;
  font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; text-transform: uppercase;
  border-bottom: 1px solid var(--gold-line); padding-bottom: 0.28em;
}
.roster__num { font-family: var(--font-body); font-size: 0.72rem; font-weight: 800; color: var(--gold-bright); letter-spacing: 0.1em; }

/* ---------- season timeline (5G Year) ---------- */
.season { position: relative; margin-top: 1rem; }
.season::before { content: ""; position: absolute; left: 10px; top: 6px; bottom: 6px; width: 2px; background: var(--gold); }
.season__item { position: relative; padding: 0 0 2.2rem 2.6rem; }
.season__item:last-child { padding-bottom: 0; }
.season__item::before {
  content: ""; position: absolute; left: 2px; top: 0.45em;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--paper); border: 3px solid var(--red);
}
.season__when { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bronze); }
.season__item h3 { margin: 0.15em 0 0.25em; }
.season__item h3 a { color: var(--navy); text-decoration: none; }
.season__item h3 a:hover { color: var(--red); }
.season__item p { font-size: 0.99rem; color: var(--ink-soft); }

/* ---------- program page hero ---------- */
.phero { background: var(--navy); color: var(--on-navy); padding-block: clamp(3.2rem, 7vw, 5rem); position: relative; overflow: hidden; }
.phero h1 { font-size: clamp(2.8rem, 8vw, 5.4rem); color: var(--white); margin: 0.3em 0 0.35em; }
.phero .lede { color: var(--on-navy-soft); }
.phero__meta { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; margin-top: 1.4rem; }

/* ---------- shape list (season shape) ---------- */
.shape { counter-reset: step; display: grid; gap: 1rem; margin-top: 1rem; }
.shape__item { display: grid; grid-template-columns: 52px 1fr; gap: 1.1rem; align-items: start; background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 1.15rem 1.3rem; }
.shape__item::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--font-display); font-weight: 700; font-size: 1.9rem; line-height: 1;
  color: var(--red); border-right: 2px solid var(--gold); padding-right: 0.6em; padding-top: 0.1em;
}
.shape__item h3 { font-size: 1.25rem; margin-bottom: 0.2em; }
.shape__item p { font-size: 0.97rem; color: var(--ink-soft); }

/* ---------- photo slots ---------- */
.slot { border: 2px dashed var(--gold); border-radius: var(--radius); background: var(--sand); position: relative; overflow: hidden; }
.slot__in { aspect-ratio: 16 / 9; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem; color: var(--bronze); text-align: center; padding: 1rem; }
.slot__in svg { opacity: 0.85; }
.slot__label { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; max-width: 30em; }
.slot--tall .slot__in { aspect-ratio: 4 / 5; }

/* ---------- capture form ---------- */
.capture { background: var(--white); border: 2px solid var(--navy); border-radius: var(--radius); padding: clamp(1.5rem, 3.5vw, 2.4rem); }
.band--navy .capture, .band--navy-deep .capture { border-color: var(--gold-bright); }
.capture h3 { margin-bottom: 0.3em; }
.capture p { font-size: 0.95rem; color: var(--ink-soft); margin-bottom: 1.1rem; }
.capture form { display: grid; gap: 0.8rem; }
.capture .frow { display: grid; gap: 0.8rem; grid-template-columns: 1fr 1fr; }
@media (max-width: 620px) { .capture .frow { grid-template-columns: 1fr; } }
.capture label { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); display: grid; gap: 0.35rem; }
.capture input, .capture select, .capture textarea {
  font: inherit; color: var(--ink); background: var(--paper);
  border: 1.5px solid var(--line); border-radius: 9px; padding: 0.72em 0.9em; width: 100%;
}
.capture input:focus, .capture select:focus, .capture textarea:focus { border-color: var(--navy); outline: 2px solid var(--gold); outline-offset: 1px; }
.capture .btn { justify-self: start; }
.capture__ok { display: none; }
.capture__ok.show { display: block; }
.capture__ok .big { font-family: var(--font-display); font-weight: 700; font-size: 1.7rem; text-transform: uppercase; color: var(--red); }
.capture.done form, .capture.done > p { display: none; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* ---------- FAQ ---------- */
.faq details { border-bottom: 1px solid var(--line); padding: 1.05rem 0; }
.faq summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; text-transform: uppercase; color: var(--navy);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5em; line-height: 1; color: var(--red); flex: none; transition: transform 0.15s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
@media (prefers-reduced-motion: reduce) { .faq summary::after { transition: none; } }
.faq details p { padding: 0.7rem 0 0.3rem; color: var(--ink-soft); }

/* ---------- video ---------- */
.video { position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden; background: var(--navy-deep); border: 2px solid var(--gold); }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- devotional list ---------- */
.dlist { display: grid; gap: 1rem; }
.dcard { display: grid; grid-template-columns: 64px 1fr; gap: 1.2rem; background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.4rem; }
.dcard__wk { text-align: center; }
.dcard__wk .n { font-family: var(--font-display); font-weight: 700; font-size: 2.1rem; line-height: 1; color: var(--red); display: block; }
.dcard__wk .w { font-size: 0.62rem; font-weight: 800; letter-spacing: 0.22em; color: var(--bronze); }
.dcard h3 { font-size: 1.35rem; margin-bottom: 0.2em; }
.dcard__g { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.2em; color: var(--red); }
.dcard p { font-size: 0.97rem; color: var(--ink-soft); margin-top: 0.35em; }
.dcard .ref { font-family: var(--font-verse); font-style: italic; color: var(--bronze); font-size: 0.95rem; }

/* ---------- roles grid (volunteers) ---------- */
.roles { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 0.8rem; }
.role { background: var(--white); border: 1.5px solid var(--line); border-radius: 10px; padding: 0.95rem 1.1rem; display: flex; align-items: center; gap: 0.75rem; font-weight: 600; }
.role svg { flex: none; color: var(--red); }

/* ---------- stats / proof strip ---------- */
.proof { display: flex; flex-wrap: wrap; gap: clamp(1.4rem, 4vw, 3.4rem); align-items: baseline; }
.proof__item .n { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.6rem, 6vw, 4.2rem); line-height: 1; color: var(--gold-bright); }
.proof__item .l { font-size: 0.8rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--on-navy-soft); }

/* ---------- generic prose ---------- */
.prose > * + * { margin-top: 1em; }
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; }
.prose ul { padding-left: 1.2em; }
.prose a { color: var(--red); font-weight: 600; text-decoration-color: var(--gold); }
.band--navy .prose a { color: var(--gold-bright); }

/* ---------- two-col ---------- */
.two { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.8rem, 5vw, 4rem); align-items: start; }
@media (max-width: 780px) { .two { grid-template-columns: 1fr; } }

/* ---------- footer ---------- */
.foot { background: var(--navy-deep); color: var(--on-navy); padding-block: clamp(3rem, 6vw, 4.5rem) 2rem; border-top: 3px solid var(--gold); }
.foot__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: clamp(1.8rem, 4vw, 3rem); }
@media (max-width: 780px) { .foot__grid { grid-template-columns: 1fr; } }
.foot h4 { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 0.7em; }
.foot a { color: var(--on-navy); text-decoration: none; }
.foot a:hover { color: var(--gold-bright); text-decoration: underline; }
.foot ul { list-style: none; display: grid; gap: 0.45em; font-size: 0.95rem; }
.foot__lockup { font-size: 0.98rem; line-height: 1.6; max-width: 34em; }
.foot__hope { margin-top: 0.9em; font-family: var(--font-verse); font-style: italic; color: var(--gold-bright); font-size: 0.98rem; }
.foot__base { margin-top: 2.4rem; padding-top: 1.2rem; border-top: 1px solid var(--gold-line); display: flex; flex-wrap: wrap; gap: 0.6rem 1.6rem; justify-content: space-between; font-size: 0.82rem; color: var(--on-navy-soft); }

/* ---------- reveal (enhancement-only: content is visible by default;
   only html.js hides it, and site.js carries triple fallbacks) ---------- */
html.js .rv { opacity: 0; transform: translateY(18px); transition: opacity 0.55s ease, transform 0.55s ease; }
html.js .rv--in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html.js .rv { opacity: 1; transform: none; transition: none; } }

/* ---------- misc ---------- */
.center { text-align: center; }
.center p { margin-inline: auto; }
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
hr.gold { border: none; border-top: 2px solid var(--gold); width: 64px; margin: 1.6rem 0; }
.center hr.gold { margin-inline: auto; }
