/* Gather — warm editorial church template (Peace in Christ handoff).
   Off-white canvas, navy brand panels, blue-violet accent, Newsreader serif +
   Figtree sans. Flat, generous, calm. Everything scoped to .tpl-gather so it
   never touches admin or the other templates. Per-tenant brand accents flow in
   via --ga-navy / --ga-accent (set inline from tenant.brandColors), defaulting
   to the handoff. */

.tpl-gather {
  --ga-canvas: #f6f7f3;
  --ga-soft: #e8ebe2;
  --ga-ink: #17181d;
  --ga-body: #44454b;
  --ga-muted: #70737a;
  --ga-navy: #04048a;
  --ga-navy-deep: #050534;
  --ga-accent: #6562b8;
  --ga-accent-tint: #b9b7e0;
  --ga-line: rgba(4, 4, 138, 0.08);
  --ga-white: #ffffff;
  --ga-maxw: 1240px;
  --ga-pad: 40px;

  --font-disp: var(--ga-newsreader), Georgia, 'Times New Roman', serif;
  --font-body: var(--ga-figtree), ui-sans-serif, system-ui, sans-serif;

  background: var(--ga-canvas);
  color: var(--ga-ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.tpl-gather * { box-sizing: border-box; }
.tpl-gather img { display: block; max-width: 100%; }
.tpl-gather a { text-decoration: none; color: inherit; }
.tpl-gather h1, .tpl-gather h2, .tpl-gather h3, .tpl-gather h4 {
  font-family: var(--font-disp); margin: 0; font-weight: 400;
  letter-spacing: -0.015em; line-height: 1.15; color: var(--ga-ink);
}

.ga-wrap { max-width: var(--ga-maxw); margin: 0 auto; padding-left: var(--ga-pad); padding-right: var(--ga-pad); }
.ga-section { padding-top: clamp(3.5rem, 2.5rem + 4vw, 5.5rem); padding-bottom: clamp(3.5rem, 2.5rem + 4vw, 5.5rem); }
.ga-hero-text { font-size: clamp(2.6rem, 1.7rem + 3.6vw, 3.875rem); line-height: 1.07; letter-spacing: -0.015em; text-wrap: balance; }
/* A custom font pairing is active (wom-fontpair, set by the site layout):
   wide/heavy display faces (grotesque pairings) set at Newsreader's scale wrap
   an extra line and push the split hero — step the display size down a notch. */
.wom-fontpair .ga-hero-text { font-size: clamp(2.2rem, 1.4rem + 3.1vw, 3.3rem); }
.ga-display { font-size: clamp(2rem, 1.5rem + 1.9vw, 2.75rem); }
.ga-lead { font-size: 1.15rem; line-height: 1.6; color: var(--ga-body); }

/* Eyebrows */
.ga-eyebrow { display: inline-block; font-family: var(--font-body); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ga-accent); }
.ga-chip { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--ga-soft); color: var(--ga-accent); font-family: var(--font-body); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.5rem 1rem; border-radius: 999px; }

/* Buttons — pill */
.ga-btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-weight: 600; font-size: 0.95rem; padding: 0 1.6rem; height: 52px; border-radius: 999px; cursor: pointer; border: 1.5px solid transparent; transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s; }
.ga-btn-primary { background: var(--ga-navy); color: var(--ga-canvas); }
.ga-btn-primary:hover { filter: brightness(1.15); }
.ga-btn-accent { background: var(--ga-accent); color: var(--ga-on-accent, #fff); }
/* Darken (not lighten) filled brand buttons on hover — a light brand color that
   is lightened further leaves its label unreadable; darkening always keeps it. */
.ga-btn-accent:hover { filter: brightness(0.92); }
.ga-btn-outline { border-color: rgba(4, 4, 138, 0.2); color: var(--ga-ink); }
.ga-btn-outline:hover { border-color: var(--ga-accent); color: var(--ga-accent); }
.ga-btn svg { width: 17px; height: 17px; }
/* Buttons are <a> elements — the `.tpl-gather a { color: inherit }` reset
   (0,1,1) beats a single-class button rule, so scope the text colors with the
   template class to win specificity. */
.tpl-gather a.ga-btn-primary { color: var(--ga-on-navy, var(--ga-canvas)); }
.tpl-gather a.ga-btn-accent { color: var(--ga-on-accent, #fff); }
.tpl-gather a.ga-navcta { color: var(--ga-on-accent, #fff); }
.tpl-gather a.ga-give__submit, .tpl-gather a.ga-formsubmit { color: var(--ga-on-accent, #fff); }
.tpl-gather .ga-band__actions a.solid { color: var(--ga-navy); }

/* NAV */
.ga-nav { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--ga-line); background: rgba(246, 247, 243, 0.92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.ga-nav__row { max-width: var(--ga-maxw); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 18px var(--ga-pad); }
.ga-brand { display: flex; align-items: center; gap: 12px; }
.ga-brand__mark { width: 42px; height: 42px; border-radius: 12px; background: var(--ga-navy); color: var(--ga-canvas); display: flex; align-items: center; justify-content: center; font-family: var(--font-disp); font-size: 22px; }
.ga-brand__lines { display: flex; flex-direction: column; line-height: 1.1; }
.ga-brand__name { font-family: var(--font-disp); font-size: 17px; color: var(--ga-ink); }
.ga-brand__loc { font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ga-accent); }
/* Church logos arrive at any dimensions. Normalize on height so the mark fills
   the ~78px nav bar with breathing room; width: auto + a generous max-width keeps
   wide wordmarks from being squeezed. Selector is (0,2,0) so it out-specifies the
   `.tpl-gather img { max-width: 100% }` reset (0,1,1). */
.ga-brand .ga-brand__logo { height: 54px; width: auto; max-width: min(360px, 42vw); object-fit: contain; display: block; }
@media (max-width: 640px) { .ga-brand .ga-brand__logo { height: 40px; } }
.ga-navlinks { display: flex; gap: 30px; align-items: center; font-size: 0.9rem; font-weight: 500; color: var(--ga-ink); }
.ga-navlinks a:hover { color: var(--ga-accent); }
.ga-navlinks a.active { color: var(--ga-accent); }
.ga-navcta { height: 42px; padding: 0 24px; border-radius: 999px; background: var(--ga-accent); color: var(--ga-on-accent, #fff); font-weight: 600; display: inline-flex; align-items: center; }
.ga-navcta:hover { filter: brightness(0.92); color: var(--ga-on-accent, #fff); }
/* Pinned group: nav + news strip ride together so the message survives a scroll. */
.ga-topstick { position: sticky; top: 0; z-index: 50; }
.ga-annbar { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 11px 20px; background: var(--ga-accent); color: var(--ga-on-accent, #fff); font-size: 14px; text-align: center; }
.tpl-gather a.ga-annbar { color: var(--ga-on-accent, #fff); }
.ga-annbar__tag { font-family: var(--font-body); font-weight: 700; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.85; }
.ga-annbar__txt { font-weight: 600; }
.ga-annbar__go { font-weight: 700; }
.tpl-gather a.ga-annbar:hover { filter: brightness(1.06); color: #fff; }
.tpl-gather a.ga-live { display: inline-flex; align-items: center; gap: 7px; color: var(--ga-accent); font-weight: 600; }
.ga-live__dot { width: 8px; height: 8px; border-radius: 9999px; background: var(--ga-accent); animation: ga-livepulse 1.6s ease-in-out infinite; }
@keyframes ga-livepulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
@media (prefers-reduced-motion: reduce) { .ga-live__dot { animation: none; } }
.ga-navtoggle { display: none; background: none; border: 0; color: var(--ga-ink); cursor: pointer; }
@media (max-width: 1000px) {
  .ga-navlinks { display: none; }
  .ga-navlinks.open { display: flex; position: absolute; top: 78px; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 18px; background: var(--ga-canvas); border-bottom: 1px solid var(--ga-line); padding: 22px var(--ga-pad); font-size: 1.1rem; }
  .ga-navtoggle { display: block; }
}

/* HERO */
.ga-hero { padding: 64px 0 80px; }
.ga-hero.centered { background: var(--ga-soft); }
.ga-hero.centered .ga-wrap { display: flex; flex-direction: column; align-items: center; text-align: center; }
.ga-hero.centered .ga-hero-text { max-width: 18ch; margin: 20px 0 0; }
.ga-hero.centered .ga-lead { max-width: 40ch; margin: 22px 0 0; }
.ga-hero__accent { display: block; font-style: italic; color: var(--ga-accent); }
.ga-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.ga-hero.centered .ga-hero__actions { justify-content: center; }
.ga-hero__pills { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; justify-content: center; }
.ga-pill { background: #fff; border: 1px solid var(--ga-line); border-radius: 16px; padding: 14px 22px; text-align: left; }
.ga-pill .lbl { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ga-accent); }
.ga-pill .val { font-family: var(--font-disp); font-size: 1.2rem; color: var(--ga-ink); margin-top: 3px; }
/* split hero */
.ga-hero.split .ga-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ga-hero__media { position: relative; }
.ga-hero__media img { width: 100%; height: 520px; object-fit: cover; object-position: center 40%; border-radius: 20px; background: var(--ga-soft); }
/* Ambient hero video sits in a card that mirrors the image's size/rounding. */
.ga-hero__vid { position: relative; width: 100%; height: 520px; border-radius: 20px; overflow: hidden; background: var(--ga-soft); }
.ga-hero__card { position: absolute; left: -16px; bottom: 36px; background: #fff; border-radius: 16px; padding: 20px; box-shadow: 0 20px 40px -18px rgba(4,4,138,0.4); display: flex; gap: 14px; align-items: center; max-width: 300px; }
.ga-hero__card .ic { width: 52px; height: 52px; border-radius: 12px; background: var(--ga-soft); display: flex; align-items: center; justify-content: center; font-family: var(--font-disp); font-size: 24px; flex-shrink: 0; }
.ga-hero__card .lbl { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ga-accent); }
.ga-hero__card .ttl { font-family: var(--font-disp); font-size: 1.1rem; }
.ga-hero__card .note { font-size: 0.85rem; color: var(--ga-muted); }

/* Section header */
.ga-sechead { max-width: 640px; margin-bottom: 48px; }
.ga-sechead.center { margin-left: auto; margin-right: auto; text-align: center; }
.ga-sechead h2 { margin-top: 12px; }
.ga-sechead .intro { margin-top: 16px; color: var(--ga-body); }
.ga-sechead__row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 40px; }
.ga-viewall { flex-shrink: 0; }

/* Cards grid */
.ga-grid { display: grid; gap: 24px; }
.ga-grid.c2 { grid-template-columns: repeat(2, 1fr); }
.ga-grid.c3 { grid-template-columns: repeat(3, 1fr); }
/* Sparse sections: one (or two) items in a 3-up grid used to strand a lonely
   card in the left column. Center a lone item as an intentional feature, and
   collapse a 2-item row to a centered pair, so few-item sections look composed. */
.ga-grid > :only-child { grid-column: 1 / -1; justify-self: center; width: 100%; max-width: 460px; }
.ga-staff > :only-child { grid-column: 1 / -1; justify-self: center; width: 100%; max-width: 340px; }
.ga-steps > :only-child { grid-column: 1 / -1; justify-self: center; width: 100%; max-width: 420px; }
.ga-grid.c3:has(> :last-child:nth-child(2)),
.ga-staff:has(> :last-child:nth-child(2)),
.ga-steps:has(> :last-child:nth-child(2)) { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 820px; margin-inline: auto; }
.ga-card { background: #fff; border: 1px solid var(--ga-line); border-radius: 18px; overflow: hidden; transition: transform 0.2s, border-color 0.2s; display: block; }
a.ga-card:hover { transform: translateY(-4px); border-color: rgba(4,4,138,0.18); }
.ga-card__photo { position: relative; aspect-ratio: 16 / 9; background: var(--ga-soft); }
.ga-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.ga-card__date { position: absolute; top: 14px; left: 14px; background: #fff; border-radius: 999px; padding: 6px 14px; font-size: 12px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ga-accent); }
.ga-card__body { padding: 26px; }
.ga-card__tag { display: inline-block; background: var(--ga-soft); border-radius: 999px; padding: 5px 12px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ga-accent); margin-bottom: 12px; }
.ga-card__body h4 { font-size: 1.45rem; }
.ga-card__body p { color: var(--ga-muted); font-size: 0.95rem; margin: 8px 0 0; }

/* Feature (sermon) */
.ga-feature { position: relative; display: block; height: 460px; border-radius: 22px; overflow: hidden; background: var(--ga-soft); box-shadow: 0 20px 50px -24px rgba(4,4,138,0.4); }
.ga-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ga-feature__scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,5,52,0.9), rgba(5,5,52,0.05) 68%); }
/* No cover image: fill with an intentional brand gradient (accent → deep navy)
   instead of the bare --ga-soft box, so the white caption stays legible and the
   card reads as designed rather than a broken placeholder. Brand-aware per tenant. */
.ga-feature.ga-feature--empty { background: linear-gradient(160deg, var(--ga-accent), var(--ga-navy-deep)); }
.ga-feature__play { position: absolute; top: 32px; left: 32px; width: 74px; height: 74px; border-radius: 999px; background: var(--ga-accent); display: flex; align-items: center; justify-content: center; }
.ga-feature__play svg { width: 26px; height: 26px; fill: #fff; }
.ga-feature__cap { position: absolute; left: 40px; right: 40px; bottom: 40px; color: #fff; }
.ga-feature__cap .tag { background: var(--ga-accent); border-radius: 999px; padding: 6px 16px; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.ga-feature__cap h3 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); margin: 16px 0 0; }
.ga-feature__cap .by { color: rgba(255,255,255,0.8); margin-top: 8px; }

/* Navy panel (beliefs / service times) */
.ga-navy { background: var(--ga-navy); color: var(--ga-canvas); }
.ga-navy h1, .ga-navy h2, .ga-navy h3, .ga-navy h4 { color: var(--ga-canvas); }
.ga-navy .ga-eyebrow { color: var(--ga-accent-tint); }
.ga-navy .intro { color: rgba(246,247,243,0.75); }
.ga-panelcard { border-radius: 16px; border: 1px solid rgba(246,247,243,0.14); background: rgba(246,247,243,0.06); padding: 32px; }
.ga-panelcard h4 { font-style: italic; color: var(--ga-accent-tint); font-size: 1.6rem; }
.ga-panelcard p { color: rgba(246,247,243,0.82); margin: 10px 0 0; }
.ga-panelcard__label { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ga-accent-tint); }
.ga-strow { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0; border-top: 1px solid rgba(246,247,243,0.12); }
.ga-strow:first-of-type { border-top: 0; }
.ga-strow.primary { font-family: var(--font-disp); font-size: 1.2rem; }
.ga-strow.primary .v { color: var(--ga-accent-tint); }
.ga-strow .v { color: rgba(246,247,243,0.7); }

/* Split image */
.ga-split { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
/* The media slot must define its own box: the location map (MapEmbed) fills the
   slot with an absolutely-positioned iframe, so without an intrinsic height here
   the map collapsed to 0 and the Location section looked empty on Home. */
.ga-split__media { aspect-ratio: 4 / 3; border-radius: 20px; overflow: hidden; }
.ga-split__media img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 20px; background: var(--ga-soft); }
.ga-split__media.empty { aspect-ratio: 4 / 3; border-radius: 20px; background: linear-gradient(150deg, var(--ga-accent-tint), var(--ga-soft)); }
.ga-split__body h2 { margin: 12px 0 0; }
.ga-split__body p { color: var(--ga-body); margin: 16px 0 0; }
.ga-splitrows { margin-top: 24px; display: flex; flex-direction: column; gap: 14px; }
.ga-splitrows .row { display: flex; align-items: center; gap: 12px; color: var(--ga-body); }
.ga-splitrows .row svg { width: 20px; height: 20px; color: var(--ga-accent); flex-shrink: 0; }

/* Weekly rhythm + steps */
.ga-day { margin-bottom: 48px; }
.ga-day__head { display: flex; align-items: center; gap: 20px; margin-bottom: 22px; }
.ga-day__head .name { font-family: var(--font-disp); font-style: italic; color: var(--ga-accent); font-size: 1.5rem; white-space: nowrap; }
.ga-day__head .rule { height: 1px; flex: 1; background: rgba(4,4,138,0.12); }
.ga-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ga-step { }
.ga-step .n { width: 44px; height: 44px; border-radius: 999px; background: var(--ga-soft); color: var(--ga-accent); font-family: var(--font-disp); font-size: 1.3rem; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.ga-step h4 { font-size: 1.3rem; }
.ga-step p { color: var(--ga-muted); font-size: 0.95rem; margin: 8px 0 0; }
.ga-rcard { border-radius: 16px; border: 1px solid var(--ga-line); background: #fff; padding: 26px; }
.ga-rcard .toprow { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.ga-rcard h4 { font-size: 1.2rem; }
.ga-rcard .time { color: var(--ga-accent); font-weight: 600; font-size: 0.9rem; white-space: nowrap; }
.ga-rcard p { color: var(--ga-muted); font-size: 0.9rem; margin: 6px 0 0; }

/* Staff */
.ga-staff { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ga-staffcard { display: block; border-radius: 18px; border: 1px solid var(--ga-line); background: #fff; overflow: hidden; transition: transform 0.2s; }
a.ga-staffcard:hover { transform: translateY(-4px); }
.ga-staffcard__ph { aspect-ratio: 4 / 3.7; background: var(--ga-soft); display: flex; align-items: center; justify-content: center; }
.ga-staffcard__ph img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.ga-staffcard__ph .init { font-family: var(--font-disp); font-size: 3rem; color: color-mix(in srgb, var(--ga-accent) 32%, transparent); }
.ga-staffcard__body { padding: 24px; }
.ga-staffcard__body h4 { font-size: 1.35rem; }
.ga-staffcard__body .role { color: var(--ga-accent); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-top: 4px; }

/* Tuition */
.ga-tuition { border-radius: 22px; background: var(--ga-soft); padding: clamp(2rem, 5vw, 3rem); }

/* Give card */
.ga-give { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.ga-givecard { border-radius: 22px; border: 1px solid var(--ga-line); background: #fff; padding: 32px; }
.ga-givecard h3 { font-size: 1.6rem; margin-bottom: 20px; }
.ga-give__amts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.ga-give__amt { border: 1.5px solid var(--ga-line); border-radius: 12px; padding: 14px 0; text-align: center; font-family: var(--font-disp); font-size: 1.25rem; }
.ga-give__amt.on { border-color: var(--ga-accent); color: var(--ga-accent); background: color-mix(in srgb, var(--ga-accent) 7%, transparent); }
.ga-give__field { border: 1.5px solid var(--ga-line); border-radius: 12px; padding: 14px 16px; color: var(--ga-muted); margin-bottom: 10px; }
.ga-give__submit { display: block; text-align: center; background: var(--ga-accent); color: var(--ga-on-accent, #fff); border-radius: 999px; padding: 15px; font-weight: 600; margin-top: 6px; }
.ga-give__note { text-align: center; color: var(--ga-muted); font-size: 0.85rem; margin-top: 12px; }
.ga-give__stats { display: flex; gap: 40px; margin-top: 32px; }
.ga-give__stats .num { font-family: var(--font-disp); font-size: 2.2rem; color: var(--ga-accent); }
.ga-give__stats .lbl { font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ga-muted); }

/* Give band + CTA band */
/* --band-ink adapts to the band's fill so text/borders stay readable whether the
   church's color is dark or light. Base band = navy fill, accent variant = accent fill. */
.ga-band { background: var(--ga-navy); --band-ink: var(--ga-on-navy, #fff); color: var(--band-ink); text-align: center; padding: clamp(3.5rem, 6vw, 5.5rem) var(--ga-pad); }
.ga-band.accent { background: var(--ga-accent); --band-ink: var(--ga-on-accent, #fff); }
.ga-band h2 { color: var(--band-ink); font-size: clamp(2rem, 4vw, 3rem); max-width: 20ch; margin: 0 auto; }
.ga-band .ga-eyebrow { color: var(--ga-accent-tint); }
.ga-band.accent .ga-eyebrow { color: color-mix(in srgb, var(--band-ink) 75%, transparent); }
.ga-band p { color: color-mix(in srgb, var(--band-ink) 82%, transparent); max-width: 46ch; margin: 16px auto 0; }
.ga-band__actions { display: flex; gap: 14px; justify-content: center; margin-top: 28px; }
.ga-band__actions a { height: 52px; padding: 0 1.6rem; border-radius: 999px; display: inline-flex; align-items: center; font-weight: 600; }
/* Solid pill is a light chip on the band; the shadow + hairline guarantee it
   separates from the band even if their colors are close (no "melt"). */
.ga-band__actions a.solid { background: #fff; color: var(--ga-navy); box-shadow: 0 10px 24px -12px rgba(0,0,0,0.5); }
.ga-band__actions a.solid:hover { filter: brightness(0.96); }
.ga-band__actions a.ghost { border: 1.5px solid color-mix(in srgb, var(--band-ink) 45%, transparent); color: var(--band-ink); }
.ga-band__actions a.ghost:hover { border-color: var(--band-ink); }

/* Two-column story */
.ga-two { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 52px; align-items: center; }
.ga-two__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 20px; }
.ga-two__media.empty { aspect-ratio: 4 / 3; border-radius: 20px; background: linear-gradient(150deg, var(--ga-accent-tint), var(--ga-soft)); }
.ga-two p { color: var(--ga-body); margin: 16px 0 0; }
.ga-value .n { font-family: var(--font-disp); font-size: 2rem; color: var(--ga-accent); }
.ga-value h4 { font-size: 1.35rem; margin-top: 8px; }
.ga-value p { color: var(--ga-muted); margin-top: 8px; }

/* Pull quote */
.ga-quote { text-align: center; padding: 84px var(--ga-pad); }
.ga-quote .q { font-family: var(--font-disp); font-style: italic; color: var(--ga-accent); font-size: 1.6rem; max-width: 30ch; margin: 0 auto; }
.ga-quote .cite { font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ga-accent); margin-top: 20px; }

/* FAQ */
.ga-faq { display: flex; flex-direction: column; gap: 16px; max-width: 820px; }
.ga-faq__item { border: 1px solid var(--ga-line); border-radius: 16px; background: #fff; padding: 24px 28px; }
.ga-faq__q { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.ga-faq__q h4 { font-size: 1.2rem; }
.ga-faq__q svg { width: 20px; height: 20px; color: var(--ga-accent); flex-shrink: 0; }
.ga-faq__item p { color: var(--ga-body); margin: 10px 0 0; }

/* Contact */
.ga-contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; }
.ga-inforows { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.ga-inforow { display: flex; align-items: center; gap: 14px; border: 1px solid var(--ga-line); border-radius: 16px; background: #fff; padding: 18px 22px; }
.ga-inforow svg { width: 20px; height: 20px; color: var(--ga-accent); flex-shrink: 0; }
.ga-inforow .lbl { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ga-accent); }
.ga-formcard { border-radius: 22px; border: 1px solid var(--ga-line); background: #fff; padding: 36px; }
.ga-formcard h3 { font-size: 1.5rem; margin-bottom: 20px; }
.ga-field { border: 1.5px solid var(--ga-line); border-radius: 12px; background: var(--ga-canvas); padding: 14px 16px; color: var(--ga-muted); margin-bottom: 12px; }
.ga-field.area { min-height: 96px; }
.ga-field.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; background: none; border: 0; padding: 0; }
.ga-formsubmit { background: var(--ga-accent); color: #fff; border-radius: 999px; padding: 15px; text-align: center; font-weight: 600; }
.ga-map { height: 360px; background: var(--ga-soft); border-radius: 22px; margin-top: 40px; }

/* Newsletter */
.ga-news { text-align: center; padding: clamp(3rem, 5vw, 4.5rem) var(--ga-pad); background: var(--ga-soft); }
.ga-news h3 { font-size: 1.8rem; }
.ga-news p { color: var(--ga-body); margin: 12px auto 0; max-width: 40ch; }
.ga-news__form { display: flex; gap: 10px; max-width: 460px; margin: 24px auto 0; }
.ga-news__form .field { flex: 1; border: 1.5px solid var(--ga-line); border-radius: 999px; background: #fff; padding: 14px 20px; color: var(--ga-muted); text-align: left; }

/* FOOTER */
.ga-footer { background: var(--ga-navy-deep); color: rgba(246,247,243,0.75); padding-bottom: 104px; }
.ga-footer__top { max-width: var(--ga-maxw); margin: 0 auto; padding: 72px var(--ga-pad) 48px; display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 48px; border-bottom: 1px solid rgba(246,247,243,0.15); }
.ga-footer__brand .row { display: flex; align-items: center; gap: 12px; }
.ga-footer__brand .mark { width: 44px; height: 44px; border-radius: 12px; background: var(--ga-canvas); color: var(--ga-navy); display: flex; align-items: center; justify-content: center; font-family: var(--font-disp); font-size: 22px; }
.ga-footer__brand .name { font-family: var(--font-disp); font-size: 1.15rem; color: var(--ga-canvas); }
.ga-footer__brand p { margin: 16px 0 0; white-space: pre-line; font-size: 0.92rem; }
.ga-footer h5 { font-family: var(--font-body); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ga-accent-tint); margin: 0 0 16px; }
.ga-footer__col a:not(.ga-navcta) { display: block; padding: 5px 0; font-size: 0.92rem; }
.ga-footer__col a:not(.ga-navcta):hover { color: var(--ga-canvas); }
/* "Give Online" button on the DARK footer: the link-list rule above was
   stretching it to a full-width block, and .ga-navcta fills with the brand
   accent — which can be near-black (as here), so it vanished on the navy footer.
   Render it as a light pill with dark text: always readable, any brand. */
.tpl-gather .ga-footer a.ga-navcta { background: var(--ga-canvas); color: var(--ga-navy); }
.tpl-gather .ga-footer a.ga-navcta:hover { filter: brightness(0.94); color: var(--ga-navy); }
.ga-footer__bottom { max-width: var(--ga-maxw); margin: 0 auto; padding: 28px var(--ga-pad); font-size: 13px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* ============================ COLLECTION DETAIL ========================== */
.ga-det { padding: 56px 0 96px; }
.ga-det__back { display: flex; width: max-content; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ga-muted); margin-bottom: 22px; }
.ga-det__back:hover { color: var(--ga-accent); }
.ga-det a.ga-eyebrow:hover { opacity: 0.7; }
.ga-det__title { font-size: clamp(2.4rem, 5vw, 3.6rem); margin: 12px 0 0; max-width: 18ch; }
.ga-det__meta { color: var(--ga-muted); margin: 16px 0 0; }
.ga-det__lead { font-size: 1.2rem; line-height: 1.55; color: var(--ga-body); margin: 22px 0 0; max-width: 60ch; }
.ga-det__cover { margin-top: 40px; }
.ga-det__cover img { width: 100%; max-height: 540px; object-fit: cover; border-radius: 22px; }
.ga-det__video { margin-top: 40px; }
.ga-det__video iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 22px; display: block; }
.ga-det__body { margin-top: 40px; }
.ga-det__cta { margin-top: 30px; }
.ga-det__facts { display: flex; flex-wrap: wrap; gap: 44px; padding: 26px 0; border-top: 1px solid var(--ga-line); border-bottom: 1px solid var(--ga-line); margin-bottom: 24px; }
.ga-det__facts > div { display: flex; flex-direction: column; gap: 6px; }
.ga-det__facts .ga-eyebrow { margin: 0; }
.ga-det__facts strong { font-family: var(--font-disp); font-weight: 500; font-size: 1.3rem; color: var(--ga-ink); }
.ga-det__facts a:hover strong { color: var(--ga-accent); }
.ga-det__evmeta { display: flex; align-items: center; gap: 20px; margin-top: 20px; }
.ga-det__daychip { text-align: center; background: var(--ga-soft); border-radius: 14px; padding: 12px 16px; min-width: 78px; }
.ga-det__daychip .d { font-family: var(--font-disp); font-size: 1.7rem; color: var(--ga-accent); line-height: 1; }
.ga-det__daychip .m { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: var(--ga-muted); }
.ga-det__person { display: grid; grid-template-columns: 320px 1fr; gap: 52px; align-items: start; }
.ga-det__pphoto { border-radius: 20px; overflow: hidden; aspect-ratio: 4 / 5; background: var(--ga-soft); display: flex; align-items: center; justify-content: center; }
.ga-det__pphoto img { width: 100%; height: 100%; object-fit: cover; }
.ga-det__pinit { font-family: var(--font-disp); font-size: 4rem; color: color-mix(in srgb, var(--ga-accent) 32%, transparent); }
.ga-det__pmail { display: inline-block; margin-top: 12px; color: var(--ga-accent); font-weight: 600; }
.ga-det__related { margin-top: 72px; }
.ga-det__related .ga-eyebrow { display: block; margin-bottom: 24px; }

/* Prose (rich text) */
.ga-prose { color: var(--ga-body); font-size: 1.06rem; line-height: 1.75; max-width: 66ch; margin-top: 24px; }
.ga-prose h2, .ga-prose h3, .ga-prose h4 { color: var(--ga-ink); margin: 30px 0 12px; }
.ga-prose h2 { font-size: 1.7rem; } .ga-prose h3 { font-size: 1.35rem; }
.ga-prose p { margin: 0 0 16px; }
.ga-prose a { color: var(--ga-accent); text-decoration: underline; }
.ga-prose ul, .ga-prose ol { margin: 0 0 16px; padding-left: 22px; }
.ga-prose li { margin: 6px 0; }
.ga-prose strong { color: var(--ga-ink); font-weight: 600; }
.ga-prose blockquote { border-left: 3px solid var(--ga-accent); padding-left: 20px; margin: 20px 0; font-family: var(--font-disp); font-style: italic; font-size: 1.3rem; color: var(--ga-accent); }
.ga-det__questions { margin-top: 40px; }
.ga-det__questions ol { margin: 16px 0 0; padding-left: 22px; }
.ga-det__questions li { color: var(--ga-body); margin: 10px 0; }

/* Responsive */
@media (max-width: 1000px) {
  .ga-grid.c3, .ga-grid.c2, .ga-steps, .ga-staff { grid-template-columns: 1fr; }
  .ga-hero.split .ga-wrap, .ga-split, .ga-two, .ga-give, .ga-contact { grid-template-columns: 1fr; gap: 36px; }
  .ga-det__person { grid-template-columns: 1fr; gap: 28px; }
  .ga-det__pphoto { max-width: 260px; }
  .ga-footer__top { grid-template-columns: 1fr; gap: 32px; }
  .ga-hero__media img, .ga-hero__vid { height: 380px; }
}
@media (max-width: 620px) {
  .tpl-gather { --ga-pad: 20px; }
  .ga-staff.two, .ga-grid.c2 { grid-template-columns: 1fr; }
}
