/* ───────────────────────────────────────────────────────────────
   Heart of Space: shared site styles for interior pages
   Design tokens, header/footer and components extracted from the
   gold mockup (index.html) so every page breathes as one sanctuary.
   ─────────────────────────────────────────────────────────────── */

:root{
  --paper:#fbfaf7;
  --paper-2:#f2eee3;
  --ink:#1b1813;
  --ink-2:#6a6155;
  --gold:#c2a24c;
  --gold-deep:#8a6b2c;
  --gold-soft:#e8d9b0;
  /* The palest gold, a hair off white. For marking a thing as CHOSEN without
     darkening it: a selected state should still read as paper, not as a hole
     punched in the page (Director, 2026-07-28). Pair it with a --gold border
     and --ink text; do not put --gold-deep text on it, that lands at 4.3:1 and
     these labels are small. */
  --gold-wash:#f7efdc;
  --hair:#e7e0cf;
  --beat:2.6s;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:100%}
body{
  background:var(--paper);color:var(--ink);
  font-family:"Spectral",Georgia,serif;font-weight:300;
  line-height:1.7;font-size:1.12rem;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
h1,h2,h3{font-family:"Fraunces",Georgia,serif;font-weight:300;font-optical-sizing:auto;line-height:1.04}
h1 em,h2 em,h3 em{font-style:italic;color:var(--gold-deep)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
::selection{background:var(--gold-soft);color:var(--ink)}
:focus-visible{outline:2px solid var(--gold-deep);outline-offset:3px;border-radius:2px}

.eyebrow{
  font-family:"Inter",sans-serif;font-weight:500;font-size:.68rem;
  text-transform:uppercase;letter-spacing:.34em;color:var(--gold-deep);
}

/* ───────── header ───────── */
header{
  position:fixed;top:0;left:0;right:0;z-index:50;
  display:flex;align-items:center;justify-content:space-between;gap:1.5rem;
  padding:1.4rem clamp(1.2rem,4vw,3.5rem);
  background:linear-gradient(to bottom,rgba(251,250,247,.9),rgba(251,250,247,0));
  -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);
}
.brand{display:flex;align-items:center;gap:.75rem}
.brand .mark{width:34px;height:34px;flex:none}
.brand .name{font-family:"Fraunces",serif;font-size:1.15rem;letter-spacing:.16em;text-transform:uppercase}
.gold-sphere{border-radius:50%;
  background:radial-gradient(circle at 36% 30%,#fff7df 0%,#f4d488 24%,#ddb451 52%,#bd9237 78%,#8f6e2b 100%);
  box-shadow:inset -6px -8px 18px rgba(110,82,28,.5),inset 5px 6px 14px rgba(255,248,220,.6),0 0 14px rgba(194,162,76,.35)}

nav{display:flex;gap:1.55rem;align-items:center}
nav a.lnk{font-family:"Inter",sans-serif;font-size:.84rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-2);transition:color .3s;white-space:nowrap}
nav a.lnk:hover,nav a.lnk.is-current{color:var(--gold-deep)}
.nav-join{font-family:"Inter",sans-serif;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;
  border:1px solid var(--gold);color:var(--gold-deep);padding:.55rem 1.2rem;border-radius:999px;transition:.3s}
.nav-join:hover{background:var(--gold);color:#fff}
.nav-eyebrow,.nav-foot{display:none}

/* ───────── mobile menu ───────── */
.menu-toggle{display:none;position:relative;z-index:70;width:44px;height:44px;
  background:none;border:0;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:6px}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--ink);border-radius:2px;transition:transform .35s ease,opacity .25s ease}
@media(max-width:1320px){
  .menu-toggle{display:flex}
  header{-webkit-backdrop-filter:none;backdrop-filter:none}
  header.nav-open{background:transparent}
  header > nav{
    position:fixed;inset:0;z-index:60;
    background:#fff;
    flex-direction:column;align-items:stretch;justify-content:center;gap:0;
    padding:max(5.5rem,12vh) clamp(1.8rem,8vw,3rem) 2.4rem;overflow-y:auto;
    transform:translateX(100%);
    transition:transform .5s cubic-bezier(.7,0,.3,1);
    counter-reset:navi;
  }
  header.nav-open > nav{transform:translateX(0)}
  .nav-eyebrow{display:block;font-family:"Inter",sans-serif;font-size:.62rem;
    font-weight:600;letter-spacing:.34em;text-transform:uppercase;color:var(--gold-deep);
    padding-bottom:1.3rem;margin-bottom:.5rem;border-bottom:1px solid rgba(194,162,76,.28)}
  nav a.lnk{display:flex;align-items:baseline;gap:1rem;width:100%;
    font-family:"Fraunces",Georgia,serif;font-weight:300;font-size:1.85rem;
    letter-spacing:0;text-transform:none;color:var(--ink);
    padding:1.05rem 0;border-bottom:1px solid rgba(27,24,19,.08);transition:color .3s ease}
  nav a.lnk::before{content:counter(navi,decimal-leading-zero);counter-increment:navi;
    font-family:"Inter",sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.12em;
    color:var(--gold);transform:translateY(-.35rem)}
  nav a.lnk:hover,nav a.lnk:active,nav a.lnk.is-current{color:var(--gold-deep)}
  .nav-join{align-self:flex-start;margin-top:1.6rem;font-size:.82rem;padding:.8rem 1.7rem}
  /* in the menu it expands to a labelled pill (header>nav beats later base .audio) */
  header > nav .audio{margin-top:1.8rem;align-self:flex-start;width:auto;height:auto;gap:.6rem;
    font-size:.92rem;border:1px solid var(--gold);background:var(--paper);color:var(--gold-deep);
    padding:.7rem 1.4rem;border-radius:999px}
  header > nav .audio.playing{background:var(--gold);color:#1d1a14}
  header > nav .audio svg{width:17px;height:17px}
  header > nav .audio__label{display:inline;font-family:"Inter",sans-serif;letter-spacing:.16em;text-transform:uppercase}
  .nav-foot{display:block;margin-top:auto;padding-top:2rem;
    font-family:"Fraunces",Georgia,serif;font-style:italic;font-size:.92rem;line-height:1.6;
    color:var(--ink-2)}
  header > nav > *{opacity:0;transform:translateX(18px);
    transition:opacity .5s ease,transform .5s ease}
  header.nav-open > nav > *{opacity:1;transform:none}
  header.nav-open > nav > :nth-child(1){transition-delay:.08s}
  header.nav-open > nav > :nth-child(2){transition-delay:.13s}
  header.nav-open > nav > :nth-child(3){transition-delay:.18s}
  header.nav-open > nav > :nth-child(4){transition-delay:.23s}
  header.nav-open > nav > :nth-child(5){transition-delay:.28s}
  header.nav-open > nav > :nth-child(6){transition-delay:.33s}
  header.nav-open > nav > :nth-child(7){transition-delay:.38s}
  header.nav-open > nav > :nth-child(8){transition-delay:.43s}
  header.nav-open > nav > :nth-child(9){transition-delay:.48s}
  header.nav-open > nav > :nth-child(10){transition-delay:.53s}
  header.nav-open .menu-toggle span:nth-child(1){transform:translateY(4px) rotate(45deg)}
  header.nav-open .menu-toggle span:nth-child(2){transform:translateY(-4px) rotate(-45deg)}
}
@media(max-width:520px){
  header{padding:1rem 1.2rem}
  .brand .name{font-size:1rem;letter-spacing:.1em}
  .brand .mark{width:28px;height:28px}
}

/* ambient-sound toggle: a small circular speaker button that fills gold when on */
.audio{display:inline-flex;align-items:center;justify-content:center;
  width:40px;height:40px;padding:0;border-radius:50%;cursor:pointer;
  background:var(--paper);border:1px solid rgba(194,162,76,.42);color:var(--gold-deep);
  box-shadow:0 4px 14px rgba(120,90,30,.10);
  transition:background .3s ease,border-color .3s ease,color .3s ease,transform .3s ease,box-shadow .3s ease}
.audio:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:0 8px 20px rgba(120,90,30,.16)}
.audio svg{width:19px;height:19px;display:block;overflow:visible}
.audio .cone{fill:currentColor}
.audio .wave{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;opacity:0;transition:opacity .3s ease}
.audio .mute{stroke:currentColor;stroke-width:1.7;stroke-linecap:round;opacity:1;transition:opacity .3s ease}
.audio__label{display:none}
.audio.playing{background:var(--gold);border-color:var(--gold);color:#1d1a14;box-shadow:0 6px 18px rgba(194,162,76,.42)}
.audio.playing .mute{opacity:0}
.audio.playing .wave{opacity:1}
.audio.playing .w1{animation:audioWave 1.6s ease-in-out infinite}
.audio.playing .w2{animation:audioWave 1.6s ease-in-out infinite .25s}
@keyframes audioWave{0%,100%{opacity:.45}50%{opacity:1}}
@media(prefers-reduced-motion:reduce){.audio.playing .wave{animation:none;opacity:1}}
@keyframes eq{0%,100%{height:3px}50%{height:13px}}

/* ───────── layout ───────── */
main{position:relative;z-index:1}
section{padding:clamp(4.5rem,11vh,8rem) clamp(1.2rem,5vw,3.5rem)}
.wrap{max-width:1140px;margin:0 auto}
.narrow{max-width:48rem;margin:0 auto}
.center{text-align:center}

.reveal{opacity:0;transform:translateY(22px);transition:opacity 1.1s ease,transform 1.1s cubic-bezier(.2,.7,.2,1)}
.reveal.in{opacity:1;transform:none}
.reveal.d1{transition-delay:.12s}.reveal.d2{transition-delay:.24s}.reveal.d3{transition-delay:.36s}

/* ───────── page hero (interior) ───────── */
.page-hero{position:relative;text-align:center;
  padding:clamp(9rem,22vh,13rem) clamp(1.2rem,5vw,3.5rem) clamp(3.5rem,8vh,6rem);
  background:radial-gradient(ellipse 80% 70% at 50% 30%,var(--paper) 0%,#f4efe3 78%,#efe8d8 100%)}
.page-hero .eyebrow{display:block;margin-bottom:1.5rem}
.page-hero h1{font-size:clamp(2.4rem,6.4vw,4.6rem);letter-spacing:.01em;max-width:18ch;margin:0 auto;text-wrap:balance}
.page-hero .hush{max-width:34rem;margin:1.6rem auto 0;color:var(--ink-2);font-size:1.05rem;font-style:italic;text-wrap:pretty}
/* base .hush so the quiet italic register also works outside the hero
   (Listen captions, form status lines) */
.hush{color:var(--ink-2);font-style:italic;font-size:1.05rem;text-wrap:pretty}
/* hero with a photo behind it */
.page-hero.has-img{padding-top:clamp(10rem,26vh,15rem);overflow:hidden}
.page-hero .hero-img{position:absolute;inset:0;z-index:0}
.page-hero .hero-img img{width:100%;height:100%;object-fit:cover;object-position:center 50%}
.page-hero .hero-veil{position:absolute;inset:0;z-index:1;
  background:radial-gradient(120% 90% at 50% 30%,rgba(247,243,233,.30),rgba(247,243,233,.68) 62%,rgba(247,243,233,.92))}
.page-hero.has-img .wrap{position:relative;z-index:2}

/* ───────── prose / reading column ─────────
   Centred to match the sanctuary feel of the home page: short, contemplative
   statements read as balanced, never lopsided to one edge. */
.prose{max-width:40rem;margin:0 auto;text-align:center}
.prose p{color:var(--ink-2);margin:0 0 1.4rem;text-wrap:pretty}
.prose p:last-child{margin-bottom:0}
.prose h2{font-size:clamp(1.8rem,4vw,2.8rem);margin:3.2rem 0 1.2rem;color:var(--ink)}
.prose h3{font-size:clamp(1.3rem,2.6vw,1.7rem);margin:2.4rem 0 .9rem;color:var(--ink)}
.lede{font-family:"Fraunces",Georgia,serif;font-weight:300;color:var(--ink);
  font-size:clamp(1.3rem,2.6vw,1.7rem);line-height:1.5;margin:0 0 2rem;text-wrap:pretty}
/* the pull-quote: its own deliberate beat, set apart from the prose above by a
   centred gold tick and generous air, so it never reads as crammed.
   NOTE: scoped as `.prose .pull` (and given !important on the centring margins)
   so it always beats the more-specific `.prose p` margin rule that would
   otherwise pin the box to the left. */
.prose .pull,.pull{position:relative;font-family:"Fraunces",Georgia,serif;font-style:italic;font-weight:300;
  font-size:clamp(1.3rem,2.4vw,1.75rem);line-height:1.45;color:var(--gold-deep);
  max-width:34rem;margin:clamp(3rem,6.5vh,5rem) auto clamp(1rem,3vh,2rem)!important;
  padding-top:clamp(2.4rem,5vh,3.4rem);text-align:center;text-wrap:balance}
.prose .pull::before,.pull::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);
  width:46px;height:2px;background:var(--gold-soft);border-radius:2px}
.section-head{max-width:42rem;margin:0 auto 3.5rem;text-align:center}
.section-head .eyebrow{display:block;margin-bottom:1rem}
.section-head h2{font-size:clamp(2rem,4.6vw,3.2rem);margin:0 0 1rem}
.section-head p{color:var(--ink-2);text-wrap:pretty}

/* quiet inline link */
.quietlink{display:inline-block;margin-top:1.8rem;font-family:"Inter",sans-serif;
  font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-deep);
  border-bottom:1px solid var(--gold-soft);padding-bottom:.3rem;transition:border-color .3s}
.quietlink::after{content:" →";transition:margin .3s}
.quietlink:hover{border-color:var(--gold-deep)}
.quietlink:hover::after{margin-left:.3rem}

/* ───────── buttons ───────── */
.btn{font-family:"Inter",sans-serif;display:inline-block;border:0;font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;
  padding:1rem 2.6rem;border-radius:999px;transition:transform .35s,background .35s,color .35s;cursor:pointer}
.btn-ghost{border:1px solid var(--gold);color:var(--gold-deep)}
.btn-ghost:hover{background:var(--gold);color:#fff;transform:translateY(-3px)}
.btn-gold{background:var(--gold);color:#1d1a14}
.btn-gold:hover{background:var(--gold-soft);transform:translateY(-3px)}

/* ───────── feature row: text + image, alternating ───────── */
.feature{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center;
  max-width:1100px;margin:0 auto}
.feature + .feature{margin-top:clamp(4rem,9vh,7rem)}
.feature .f-copy h2,.feature .f-copy h3{font-size:clamp(1.7rem,3.6vw,2.5rem);margin:.7rem 0 1.1rem}
.feature .f-copy .eyebrow{display:block;margin-bottom:.4rem}
.feature .f-copy p{color:var(--ink-2);margin:0 0 1.1rem;text-wrap:pretty}
.feature .f-media{position:relative}
.feature .f-media img{width:100%;border-radius:18px;box-shadow:0 26px 60px rgba(27,24,19,.14)}
.feature.flip .f-media{order:-1}
@media(max-width:820px){
  .feature{grid-template-columns:1fr;gap:2rem}
  .feature.flip .f-media{order:0}
}

/* ───────── card grid (artefacts, projects, news) ─────────
   Flex, centred, wrapping: the final row centres instead of orphaning to the
   left, and each card collapses to full width on a phone. */
.cards{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;
  gap:clamp(1.4rem,3vw,2.2rem);max-width:1160px;margin:0 auto}
.cards-2{max-width:780px}
.card{flex:1 1 300px;max-width:380px;
  background:var(--paper);border:1px solid var(--hair);border-radius:18px;overflow:hidden;
  display:flex;flex-direction:column;box-shadow:0 16px 36px rgba(27,24,19,.05);
  transition:border-color .5s ease,box-shadow .5s ease,transform .5s cubic-bezier(.2,.7,.2,1)}
.card:hover{border-color:var(--gold-soft);box-shadow:0 26px 56px rgba(27,24,19,.10);transform:translateY(-5px)}
.card .card-img{aspect-ratio:16/10;overflow:hidden;background:var(--paper-2)}
.card .card-img img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s ease}
.card:hover .card-img img{transform:scale(1.04)}
.card .card-body{padding:clamp(1.4rem,2.6vw,2rem);display:flex;flex-direction:column;gap:.7rem;flex:1}
.card .card-body .eyebrow{font-size:.6rem}
.card .card-body h3{font-size:1.45rem}
.card .card-body p{color:var(--ink-2);font-size:.98rem;line-height:1.6}
.card .card-body .quietlink{margin-top:auto}

/* ───────── fundraiser progress meter ─────────
   A quiet gold thread filling a paper track, progress as a slow inhale,
   never a thermometer screaming urgency. Numbers are written in by
   assets/fundraisers.js; the bar sweeps to width when scrolled into view. */
.meter{margin-top:.5rem}
.meter-track{height:6px;border-radius:999px;background:var(--hair);overflow:hidden}
.meter-fill{height:100%;width:0;border-radius:999px;
  background:linear-gradient(90deg,var(--gold-soft),var(--gold));
  box-shadow:0 0 10px rgba(194,162,76,.4);
  transition:width 1.8s cubic-bezier(.2,.7,.2,1)}
.meter-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-top:.7rem;
  font-family:"Inter",sans-serif;font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-2)}
.meter-row .m-raised{color:var(--gold-deep);font-weight:600}
/* large variant for a fundraiser's own page */
.meter-lg{max-width:34rem;margin:2.4rem auto 0}
.meter-lg .meter-track{height:9px}
.meter-lg .meter-row{font-size:.72rem;margin-top:.85rem}
.meter-lg .m-pct{font-family:"Fraunces",serif;font-size:1.15rem;letter-spacing:0;text-transform:none;color:var(--ink)}
/* ───────── fundraiser stage strip ─────────
   The default display for a campaign's whole life. A quiet journey of
   still points, lit as far as the work has come. The percentage bar above
   only returns in the closing stretch (see assets/fundraisers.js). */
.stages{margin-top:.9rem}
.stage-rail{list-style:none;margin:0;padding:0;display:flex;align-items:flex-start;gap:0}
.stage{flex:1;position:relative;display:flex;flex-direction:column;align-items:center;gap:.55rem;
  min-width:0;text-align:center}
/* the thread between the still points */
.stage::before{content:"";position:absolute;top:5px;left:-50%;width:100%;height:1px;
  background:var(--hair);z-index:0}
.stage:first-child::before{display:none}
.stage.is-done::before,.stage.is-now::before{background:var(--gold-soft)}
.stage-dot{position:relative;z-index:1;width:11px;height:11px;border-radius:999px;
  background:var(--paper);border:1px solid var(--hair);
  transition:background .5s ease,border-color .5s ease,box-shadow .5s ease}
.stage.is-done .stage-dot{background:var(--gold-soft);border-color:var(--gold-soft)}
.stage.is-now .stage-dot{background:var(--gold);border-color:var(--gold);
  box-shadow:0 0 0 4px rgba(194,162,76,.16)}
.stage-label{font-family:"Inter",sans-serif;font-size:.58rem;letter-spacing:.13em;
  text-transform:uppercase;color:var(--ink-2);opacity:.6;line-height:1.35;
  transition:opacity .5s ease,color .5s ease}
.stage.is-done .stage-label{opacity:.8}
.stage.is-now .stage-label{opacity:1;color:var(--gold-deep);font-weight:600}
/* the fallback line: only where the five labels are hidden, so the
   current stage always reads even when the rail is dots alone */
.stage-now{display:none;font-family:"Fraunces",Georgia,serif;font-style:italic;
  color:var(--gold-deep);font-size:1.02rem;line-height:1.4;
  margin:1.1rem 0 0;text-align:center}
/* large variant, on a fundraiser's own page */
[data-fund-progress].is-lg .stages{max-width:34rem;margin:2.4rem auto 0}
[data-fund-progress].is-lg .stage-dot{width:13px;height:13px}
[data-fund-progress].is-lg .stage::before{top:6px}
[data-fund-progress].is-lg .stage-label{font-size:.62rem}
[data-fund-progress].is-lg .stage-now{font-size:clamp(1.15rem,2.2vw,1.4rem);margin-top:1.3rem}
/* the strip settles in when scrolled to */
.stages.will-reveal .stage-dot,
.stages.will-reveal .stage-label{opacity:0;transform:translateY(4px);
  transition:opacity .7s ease,transform .7s ease,background .5s ease,border-color .5s ease}
.stages.will-reveal .stage-dot{opacity:.001}
.stages.is-revealed .stage-dot{opacity:1;transform:none;
  transition-delay:calc(var(--i) * 110ms)}
.stages.is-revealed .stage-label{opacity:.6;transform:none;
  transition-delay:calc(var(--i) * 110ms)}
.stages.is-revealed .stage.is-done .stage-label{opacity:.8}
.stages.is-revealed .stage.is-now .stage-label{opacity:1}
/* narrow screens: keep the thread and the dots, drop the five labels,
   because the stage-now line already says where the work has reached */
@media (max-width:33rem){
  .stage-label{display:none}
  .stage-now{display:block;margin-top:.9rem;font-size:.98rem}
}
@media (prefers-reduced-motion:reduce){
  .stages.will-reveal .stage-dot,
  .stages.will-reveal .stage-label{opacity:1;transform:none;transition:none}
  .stages.will-reveal .stage-label{opacity:.6}
}

/* the strip on the dark band: same journey, lit from the other side */
.band-dark .stage::before{background:rgba(253,231,191,.22)}
.band-dark .stage.is-done::before,
.band-dark .stage.is-now::before{background:rgba(253,231,191,.5)}
.band-dark .stage-dot{background:transparent;border-color:rgba(253,231,191,.32)}
.band-dark .stage.is-done .stage-dot{background:rgba(253,231,191,.55);border-color:rgba(253,231,191,.55)}
.band-dark .stage.is-now .stage-dot{background:#fde7bf;border-color:#fde7bf;
  box-shadow:0 0 0 4px rgba(253,231,191,.18)}
.band-dark .stage-label{color:#e6dcc7}
.band-dark .stage.is-now .stage-label{color:#fde7bf}
.band-dark .stage-now{color:#fde7bf}

/* ───────── listen: the spoken recordings ─────────
   Each recording is its own track, with the source acknowledged beneath it. */
.listen{text-align:center;padding:1.6rem 1.2rem 0}
.listen-track{margin-top:1.6rem}
.listen-track:first-of-type{margin-top:.4rem}
.listen-track .hush{margin:.4rem 0 1rem}
.listen-track audio{width:min(30rem,92vw)}
.listen-credit{font-family:"Inter",sans-serif;font-size:.62rem;letter-spacing:.16em;
  text-transform:uppercase;color:var(--gold-deep);margin-top:.75rem}

/* ───────── transmission ─────────
   A received message, set apart from the page's own voice. Not a pull
   quote: it is quieter and longer, held between two hairlines with a
   single gold thread at the head, so it reads as something given rather
   than something said. */
.transmission{max-width:44rem;margin:clamp(3rem,7vh,4.5rem) auto 0;
  padding:clamp(2rem,4vw,2.8rem) clamp(1.2rem,4vw,2.6rem);
  text-align:center;position:relative;
  border-top:1px solid var(--hair);border-bottom:1px solid var(--hair)}
.transmission::before{content:"";position:absolute;top:-1px;left:50%;
  transform:translateX(-50%);width:3.4rem;height:2px;background:var(--gold);
  border-radius:999px}
.transmission .tr-from{font-family:"Inter",sans-serif;font-size:.64rem;
  letter-spacing:.18em;text-transform:uppercase;color:var(--gold-deep);
  margin-bottom:1.5rem}
.transmission blockquote{margin:0}
.transmission blockquote p{font-family:"Fraunces",Georgia,serif;font-style:italic;
  font-weight:300;color:var(--ink);
  font-size:clamp(1.08rem,2.1vw,1.32rem);line-height:1.72;text-wrap:pretty}
.transmission blockquote p+p{margin-top:1.4rem}
.transmission .tr-close{color:var(--gold-deep)}
@media (max-width:34rem){
  .transmission{padding-left:1rem;padding-right:1rem}
}

/* whole-card link to a fundraiser page keeps the ink colour */
a.card{color:inherit}

/* ───────── membership tiers ───────── */
.tiers{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;
  gap:clamp(1.4rem,3vw,2rem);max-width:980px;margin:0 auto}
.tier{flex:1 1 260px;max-width:320px;
  background:var(--paper);border:1px solid var(--hair);border-radius:20px;
  padding:clamp(1.8rem,3.4vw,2.6rem);display:flex;flex-direction:column;gap:.4rem;text-align:center;
  box-shadow:0 16px 36px rgba(27,24,19,.05);transition:border-color .5s,box-shadow .5s,transform .5s}
.tier:hover{border-color:var(--gold-soft);box-shadow:0 26px 56px rgba(27,24,19,.10);transform:translateY(-5px)}
.tier.feature-tier{border-color:var(--gold-soft);box-shadow:0 26px 60px rgba(120,90,30,.12)}
.tier .tier-name{font-family:"Inter",sans-serif;font-size:.64rem;font-weight:600;letter-spacing:.28em;
  text-transform:uppercase;color:var(--gold-deep)}
.tier .tier-price{font-family:"Fraunces",serif;font-size:clamp(2.4rem,5vw,3.2rem);color:var(--ink);line-height:1.05;margin:.4rem 0}
.tier .tier-price small{font-family:"Inter",sans-serif;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-2);display:block;margin-top:.5rem}
.tier ul{list-style:none;text-align:left;margin:1.4rem 0;display:grid;gap:.75rem}
.tier ul li{position:relative;padding-left:1.5rem;color:var(--ink-2);font-size:.98rem;line-height:1.5}
.tier ul li::before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;
  background:var(--gold);box-shadow:0 0 8px rgba(194,162,76,.5)}
.tier .btn{margin-top:auto}

/* ───────── quote cards (testimonials) ───────── */
.quotes{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;
  gap:clamp(1.2rem,2.4vw,1.8rem);max-width:1160px;margin:0 auto}
.quote-card{flex:1 1 300px;max-width:360px;
  background:var(--paper);border:1px solid var(--hair);border-radius:16px;
  padding:clamp(1.6rem,3.2vw,2.3rem);display:flex;flex-direction:column;gap:1rem;
  box-shadow:0 16px 36px rgba(27,24,19,.05);
  transition:border-color .6s ease,box-shadow .6s ease,transform .6s cubic-bezier(.2,.7,.2,1)}
.quote-card:hover{border-color:var(--gold-soft);box-shadow:0 24px 52px rgba(27,24,19,.10);transform:translateY(-4px)}
.quote-card .qm{font-family:"Fraunces",serif;font-style:italic;font-weight:400;
  color:var(--gold);opacity:.42;font-size:4.2rem;line-height:.5;height:1.5rem;display:block}
.quote-card blockquote{font-family:"Fraunces",serif;font-style:italic;font-weight:300;
  font-size:clamp(1rem,1.4vw,1.16rem);line-height:1.55;color:var(--ink);margin:0}
.quote-card cite{font-family:"Inter",sans-serif;font-style:normal;font-size:.64rem;
  letter-spacing:.16em;text-transform:uppercase;color:var(--ink-2);line-height:1.5;
  margin-top:auto;padding-top:1rem;border-top:1px solid var(--hair)}

/* ───────── featured testimonial (long form, above the grid) ─────────
   Same materials as .quote-card so it reads as the same family, but wider,
   and the account itself is set in the reading face. Only the opening line
   keeps the display italic. */
.quote-feature{max-width:44rem;margin:0 auto;
  background:var(--paper);border:1px solid var(--hair);border-radius:16px;
  padding:clamp(1.8rem,4vw,3.2rem);display:flex;flex-direction:column;gap:1rem;
  box-shadow:0 16px 36px rgba(27,24,19,.05)}
.quote-feature .qm{font-family:"Fraunces",serif;font-style:italic;font-weight:400;
  color:var(--gold);opacity:.42;font-size:4.2rem;line-height:.5;height:1.5rem;display:block}
.quote-feature .qf-lede{font-family:"Fraunces",serif;font-style:italic;font-weight:300;
  font-size:clamp(1.25rem,2.2vw,1.6rem);line-height:1.45;color:var(--ink);margin:0}
.quote-feature .qf-body{display:flex;flex-direction:column;gap:1.05rem;margin-top:.4rem}
.quote-feature .qf-body p{font-size:clamp(.98rem,1.25vw,1.06rem);line-height:1.75;
  color:var(--ink);margin:0}
.quote-feature cite{font-family:"Inter",sans-serif;font-style:normal;font-size:.64rem;
  letter-spacing:.16em;text-transform:uppercase;color:var(--ink-2);line-height:1.5;
  margin-top:.6rem;padding-top:1rem;border-top:1px solid var(--hair)}

/* ───────── stats ───────── */
.stats{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(2rem,7vw,5.5rem);margin:0}
.stat .n{font-family:"Fraunces",serif;font-size:clamp(2.4rem,5vw,3.6rem);color:var(--gold-deep);line-height:1}
.stat .l{font-family:"Inter",sans-serif;font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-2);margin-top:.7rem}

/* ───────── contact / detail list ───────── */
.detail-list{display:grid;gap:1.4rem;max-width:34rem;margin:0 auto}
.detail{border-top:1px solid var(--hair);padding-top:1.2rem}
.detail .d-label{font-family:"Inter",sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.24em;
  text-transform:uppercase;color:var(--gold-deep);margin-bottom:.4rem}
.detail a,.detail span{color:var(--ink);font-size:1.05rem}
.detail a:hover{color:var(--gold-deep)}

/* inline audio players (the Listen sections): soften the native chrome so the
   player sits inside the sanctuary palette instead of browser gray */
audio{border-radius:999px;border:1px solid var(--hair);background:var(--paper-2);
  box-shadow:0 10px 26px rgba(120,90,30,.08);accent-color:var(--gold-deep)}
audio::-webkit-media-controls-enclosure{border-radius:999px;background:var(--paper-2)}

/* simple form */
.field{display:grid;gap:.5rem;text-align:left;margin-bottom:1.2rem}
.field label{font-family:"Inter",sans-serif;font-size:.64rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-2)}
.field input,.field textarea{font-family:"Spectral",serif;font-size:1rem;color:var(--ink);
  background:var(--paper);border:1px solid var(--hair);border-radius:12px;padding:.85rem 1rem;width:100%}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--gold)}

/* ───────── inset / dark CTA band ───────── */
.band{background:var(--paper-2)}
.band-dark{background:var(--ink);color:var(--paper);position:relative;overflow:hidden;
  border-block:1px solid rgba(194,162,76,.16);text-align:center}
.band-dark::before{content:"";position:absolute;inset:0;margin:auto;width:min(104vmin,900px);height:min(104vmin,900px);
  border-radius:50%;background:radial-gradient(circle,rgba(194,162,76,.26),transparent 66%);pointer-events:none}
.band-dark .wrap{position:relative;z-index:1}
.band-dark .eyebrow{color:#fde7bf}
.band-dark h2{font-size:clamp(2.2rem,6vw,4rem);margin:.6rem 0 1.2rem;color:#fffdf6;text-wrap:balance}
.band-dark p{max-width:34rem;margin:0 auto 2.2rem;color:#fdf7e9;text-wrap:pretty}

/* ───────── footer ───────── */
footer{background:var(--ink);color:#897f6c;padding:3.4rem clamp(1.2rem,5vw,3.5rem) 3.6rem;
  font-family:"Inter",sans-serif;font-size:.72rem;letter-spacing:.08em}
.footer-top{max-width:1140px;margin:0 auto 2.4rem;display:flex;flex-wrap:wrap;gap:2.4rem;justify-content:space-between;align-items:flex-start}
.footer-brand{max-width:22rem}
.footer-brand .name{font-family:"Fraunces",serif;font-size:1.15rem;letter-spacing:.14em;text-transform:uppercase;color:var(--paper);display:block;margin-bottom:.8rem}
.footer-brand p{font-family:"Fraunces",serif;font-style:italic;font-size:.95rem;line-height:1.6;color:#b6ad99;letter-spacing:0}
.footer-cols{display:flex;flex-wrap:wrap;gap:2.4rem}
.footer-col{display:grid;gap:.7rem;align-content:start}
.footer-col .col-h{font-size:.6rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--gold)}
.footer-col a{color:#d2cab9}
.footer-col a:hover{color:var(--gold-soft)}
.footer-base{max-width:1140px;margin:0 auto;border-top:1px solid rgba(255,255,255,.08);padding-top:1.6rem;
  display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;color:#7d745f}
.footer-base a{color:#9a917c}.footer-base a:hover{color:var(--gold-soft)}

@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
  html{scroll-behavior:auto}
}

/* ═══════════════════════════════════════════════════════════════════════
   PayPal checkout — membership card and giving widget.
   Built by assets/paypal.js. Both live inside a .give-card, so the card
   itself is the only shared shell.
   ═══════════════════════════════════════════════════════════════════════ */

.give-card{
  max-width:32rem;margin:0 auto;background:#fff;
  border:1px solid rgba(0,0,0,.09);border-radius:14px;
  padding:2.6rem 2.2rem;box-shadow:0 18px 50px -30px rgba(0,0,0,.4);
  text-align:left;
}
.band-dark .give-card{color:var(--ink)}

/* One membership, two rhythms. A segmented control, not a tier ladder. */
.rhythm{
  display:flex;gap:.5rem;justify-content:center;margin:0 0 2rem;
  background:rgba(0,0,0,.045);padding:.35rem;border-radius:999px;
}
.rhythm button{
  flex:1;border:0;background:transparent;padding:.7rem 1rem;border-radius:999px;
  font:inherit;font-size:.95rem;cursor:pointer;color:var(--ink-2);
  transition:background .18s ease,color .18s ease,box-shadow .18s ease;
}
.rhythm button[aria-pressed="true"]{
  background:#fff;color:var(--ink);box-shadow:0 2px 8px -2px rgba(0,0,0,.25);
}

.the-price{
  text-align:center;margin:0 0 .4rem;font-family:'Fraunces',Georgia,serif;
  font-size:clamp(2.6rem,7vw,3.4rem);line-height:1;
}
.the-price small{
  display:block;font-family:inherit;font-size:.9rem;letter-spacing:.06em;
  text-transform:uppercase;color:var(--ink-2);margin-top:.6rem;
}
/* Reserves its own line so the card cannot change height when the yearly
   saving appears and disappears. */
.saving{text-align:center;color:var(--gold-deep);font-size:.9rem;min-height:1.3em;margin:0 0 1.8rem}

.give-card .benefits{list-style:none;padding:0;margin:0 0 2rem}
.give-card .benefits li{
  padding:.6rem 0 .6rem 1.7rem;position:relative;
  border-bottom:1px solid rgba(0,0,0,.05);
}
.give-card .benefits li:last-child{border-bottom:0}
.give-card .benefits li::before{
  content:"";position:absolute;left:.3rem;top:1.05rem;width:6px;height:6px;
  border-radius:50%;background:var(--gold-deep);
}

/* Giving: suggested amounts, then a box for anything else. */
.amounts{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem;margin:0 0 .8rem}
.amounts button{
  border:1px solid rgba(0,0,0,.14);background:#fff;border-radius:10px;
  padding:.95rem .4rem;font:inherit;font-size:1.05rem;cursor:pointer;
  transition:border-color .18s ease,background .18s ease;
}
.amounts button[aria-pressed="true"]{
  border-color:var(--gold-deep);background:rgba(233,196,106,.16);font-weight:500;
}
.custom{
  display:flex;align-items:center;gap:.5rem;border:1px solid rgba(0,0,0,.14);
  border-radius:10px;padding:.5rem .9rem;margin:0 0 1.8rem;
}
.custom span{color:var(--ink-2)}
.custom input{
  flex:1;border:0;outline:0;font:inherit;font-size:1.05rem;
  padding:.45rem 0;background:transparent;min-width:0;
}
.custom input:focus-visible{outline:2px solid var(--gold-deep);outline-offset:4px}

/* Holds height while PayPal's iframe loads, so the card does not jump. */
.pp-mount{min-height:3rem}
.pp-status{text-align:center;margin-top:1rem;min-height:1.4em;font-size:.95rem}
.pp-status.good{color:#1d6b3f}
.pp-status.bad{color:#8a2020}
.pp-note{text-align:center;font-size:.82rem;color:var(--ink-2);margin-top:1.4rem}

@media (max-width:30rem){
  .give-card{padding:2rem 1.4rem}
  .amounts{grid-template-columns:repeat(2,1fr)}
}

/* ═══════════════════════════════════════════════════════════════════════
   Gatherings: the world panel.
   Five regions as rows of ONE list, not five floating cards. The page
   promises people pausing together; five separate boxes said the opposite.
   Every row carries the same moment on the visitor's own clock, because
   choosing a region other than your own is something the page invites.
   ═══════════════════════════════════════════════════════════════════════ */

.gt-list{
  list-style:none;margin:0 auto;padding:0;max-width:46rem;
  border-top:1px solid rgba(0,0,0,.1);
}
.gt-row{
  display:grid;
  grid-template-columns:1fr auto auto;
  align-items:center;
  gap:clamp(1rem,3vw,2.4rem);
  padding:1.5rem .25rem;
  border-bottom:1px solid rgba(0,0,0,.1);
}

.gt-where{display:flex;flex-direction:column;gap:.2rem;min-width:0}
.gt-place{
  font-family:'Fraunces',Georgia,serif;
  font-size:clamp(1.25rem,2.4vw,1.5rem);line-height:1.15;
}
.gt-there{font-size:.85rem;color:var(--ink-2)}
/* Shown only for a region that is not English-only. */
.gt-lang{font-size:.78rem;color:var(--ink-2);opacity:.8;font-style:italic}

/* The visitor's own clock. Right-aligned so the five times stack into one
   readable column down the panel, which is the whole point of the change. */
.gt-when{display:flex;flex-direction:column;gap:.15rem;text-align:right;min-width:0}
.gt-your-time{
  font-family:'Fraunces',Georgia,serif;
  font-size:clamp(1.1rem,2.2vw,1.3rem);line-height:1.15;
  color:var(--gold-deep);font-variant-numeric:tabular-nums;
}
.gt-your-day{font-size:.8rem;color:var(--ink-2)}

.gt-act{display:flex;flex-direction:column;align-items:flex-end;gap:.45rem}
.gt-register{white-space:nowrap}
.gt-cals{display:flex;align-items:baseline;gap:.45rem;font-size:.78rem;color:var(--ink-2)}
.gt-cal-lead{opacity:.8}
.gt-cal{
  border:0;background:none;padding:.1rem 0;font:inherit;font-size:.78rem;
  color:var(--ink-2);cursor:pointer;text-decoration:none;
  border-bottom:1px solid rgba(0,0,0,.18);
  transition:color .2s ease,border-color .2s ease;
}
.gt-cal:hover,.gt-cal:focus-visible{color:var(--gold-deep);border-bottom-color:var(--gold-deep)}
/* Hairline between the two, so "Apple  Google" reads as a choice, not a phrase. */
.gt-cals .gt-cal + .gt-cal{margin-left:.15rem}
.gt-cals .gt-cal + .gt-cal::before{
  content:"";display:inline-block;width:1px;height:.7em;margin-right:.5rem;
  background:rgba(0,0,0,.18);vertical-align:-.05em;
}
.gt-awaiting{font-size:.85rem;color:var(--ink-2);font-style:italic;white-space:nowrap}

.gt-note{
  max-width:40rem;margin:2.2rem auto 0;text-align:center;
  color:var(--ink-2);font-size:.95rem;line-height:1.65;
}
.gt-zone{
  margin:.7rem auto 0;text-align:center;
  color:var(--ink-2);opacity:.7;font-size:.78rem;
}

/* Phone: the row becomes two lines, place over clock, action beneath.
   Nothing is dropped, because every region stays equally on offer. */
@media (max-width:44rem){
  .gt-row{
    grid-template-columns:1fr auto;
    grid-template-areas:"where when" "act act";
    gap:.5rem 1rem;padding:1.4rem .1rem;
  }
  .gt-where{grid-area:where}
  .gt-when{grid-area:when}
  .gt-act{
    grid-area:act;flex-direction:row;align-items:center;
    justify-content:space-between;gap:1rem;margin-top:.7rem;
  }
  .gt-cal{order:-1}
}

/* Anchored arrivals must not land under the sticky header. */
#gatherings-week{scroll-margin-top:6rem}
