/* ── Design tokens (mirror of project/social/tokens/*.css) ──────── */
:root {
  --plum-50:#f4f0f9; --plum-100:#e7ddf1; --plum-200:#cebce3; --plum-300:#ad93cf;
  --plum-400:#8b6bb6; --plum-500:#6a4c93; --plum-600:#573c7c; --plum-700:#452f63;
  --plum-800:#33234a; --plum-900:#241834;
  --gold-100:#fae9c7; --gold-200:#f4d28d; --gold-300:#eebb56; --gold-400:#e8a23a;
  --gold-500:#d2882a; --gold-600:#ab6a20;
  --teal-100:#c6e8df; --teal-200:#8fd2c3; --teal-300:#56b5a3; --teal-400:#2e8b7d;
  --teal-500:#257368; --teal-600:#1d5a51;
  --coral-100:#f9d5c9; --coral-200:#f2ad97; --coral-300:#e98a72; --coral-400:#e2725b;
  --coral-500:#c75541;
  --paper:#fbf8f4; --paper-2:#f4eee6; --white:#fefbf4; /* card surface: warm cream, not stark white */
  --ink-100:#eae6ef; --ink-200:#d9d2e0; --ink-300:#b8aec3; --ink-400:#8c8298;
  --ink-500:#6e6578; --ink-800:#2a2433; --ink-900:#1a1622;
  --shadow-sm: 0 1px 3px rgba(42,24,51,.07), 0 1px 2px rgba(42,24,51,.05);
  --shadow-md: 0 4px 14px rgba(42,24,51,.09), 0 2px 5px rgba(42,24,51,.05);
  --shadow-lg: 0 12px 32px rgba(42,24,51,.12), 0 4px 10px rgba(42,24,51,.06);
  --shadow-plum: 0 8px 24px rgba(106,76,147,.26);
  --font-display: 'Newsreader', Georgia, 'Times New Roman', serif;
  --font-sans: 'Mulish', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-script: 'Caveat', 'Segoe Script', cursive;
  --font-mono: 'IBM Plex Mono', ui-monospace, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; }
body {
  font-family: var(--font-sans);
  color: var(--ink-800);
  background: var(--paper);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--plum-600); text-underline-offset: 2px; }
a:hover { color: var(--plum-700); }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 3rem); }
.eyebrow {
  font-family: var(--font-sans); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.18em; font-size: 13px; color: var(--teal-500);
}
.script { font-family: var(--font-script); font-weight: 700; color: var(--coral-500); line-height: 1; }
h1, h2, h3, h4 {
  font-family: var(--font-display); font-weight: 600; color: var(--ink-900);
  line-height: 1.08; letter-spacing: -0.02em; margin: 0 0 0.4em; text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 6vw, 4.75rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.75rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.75rem); }
em.plum { font-style: italic; color: var(--plum-500); }
p { margin: 0 0 1em; text-wrap: pretty; color: var(--ink-500); }
p.body { color: var(--ink-800); }

/* ── Site header ─────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 5;
  background: rgba(251,248,244,0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--ink-100);
}
.site-header .row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0; gap: 20px;
}
.site-header .brand { display: flex; align-items: center; gap: 12px; }
.site-header .brand .mark { width: 40px; height: 40px; }
.site-header .brand .name {
  font-family: var(--font-display); font-weight: 600; font-size: 18px;
  color: var(--plum-700); line-height: 1;
}
.site-header .brand .name em { color: var(--plum-500); }
.site-header .brand .sub {
  font-family: var(--font-sans); font-size: 10px; font-weight: 700;
  letter-spacing: 0.26em; color: var(--teal-500); margin-top: 4px;
}
.site-header nav { display: flex; gap: 20px; font-size: 14px; font-weight: 600; }
.site-header nav a { color: var(--ink-800); text-decoration: none; }
.site-header nav a:hover { color: var(--plum-600); }
.site-header nav a.nav-cta {
  background: var(--gold-400); color: var(--ink-900);
  padding: 8px 16px; border-radius: 999px;
  box-shadow: 0 4px 14px rgba(232,162,58,0.28);
}
.site-header nav a.nav-cta:hover { background: var(--gold-500); }
@media (max-width: 640px) { .site-header nav { display: none; } }

/* ── Hero ────────────────────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden;
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(4rem, 10vw, 8rem);
}
.hero::before {
  content: ""; position: absolute; inset: -20% 0 auto 0; height: 460px;
  background: radial-gradient(60% 80% at 50% 0%, rgba(232,162,58,0.22), rgba(232,162,58,0) 70%);
  pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 -10% 0; height: 260px;
  background: radial-gradient(80% 50% at 50% 100%, rgba(226,114,91,0.10), rgba(226,114,91,0) 70%);
  pointer-events: none;
}
.hero .inner { position: relative; text-align: center; }
.hero .mark-hero { width: clamp(120px, 18vw, 200px); height: auto; margin: 0 auto 28px; }
.hero .eyebrow { display: inline-block; margin-bottom: 20px; }
.hero h1 { font-size: clamp(3rem, 8vw, 6.75rem); letter-spacing: -0.03em; margin-bottom: 20px; }
.hero .lede {
  max-width: 42ch; margin: 0 auto 32px; font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: var(--ink-500);
}
.hero .details {
  display: inline-flex; align-items: center; gap: 16px; flex-wrap: wrap;
  padding: 14px 22px; border-radius: 999px; background: var(--white);
  box-shadow: var(--shadow-md); border: 1px solid var(--ink-100);
  font-family: var(--font-sans); font-size: 15px; color: var(--ink-800);
}
.hero .details b { color: var(--ink-900); }
.hero .details .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--ink-300); }

/* Animated unity mark: MA draws in, west fills, dot pops, arms clasp */
@keyframes ma-draw { from { stroke-dashoffset: 90; } to { stroke-dashoffset: 0; } }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes dot-in {
  from { transform: scale(0); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}
.mark-anim .ma-outline { stroke-dasharray: 90; animation: ma-draw 620ms 80ms cubic-bezier(.22,.61,.36,1) forwards; }
.mark-anim .west, .mark-anim .river { opacity: 0; animation: fade-in 460ms 460ms ease-out forwards; }
.mark-anim .dot { transform-origin: 50px 64.2px; opacity: 0; animation: dot-in 500ms 620ms cubic-bezier(.34,1.4,.64,1) forwards; }
.mark-anim .arm, .mark-anim .hand { opacity: 0; animation: fade-in 460ms cubic-bezier(.34,1.4,.64,1) forwards; }
.mark-anim .arm:nth-child(1) { animation-delay: 780ms; }
.mark-anim .arm:nth-child(2) { animation-delay: 860ms; }
.mark-anim .arm:nth-child(3) { animation-delay: 940ms; }
.mark-anim .arm:nth-child(4) { animation-delay: 1020ms; }
.mark-anim .arm:nth-child(5) { animation-delay: 1100ms; }
.mark-anim .hand:nth-child(1) { animation-delay: 900ms; }
.mark-anim .hand:nth-child(2) { animation-delay: 980ms; }
.mark-anim .hand:nth-child(3) { animation-delay: 1060ms; }
.mark-anim .hand:nth-child(4) { animation-delay: 1140ms; }
.mark-anim .hand:nth-child(5) { animation-delay: 1220ms; }
@media (prefers-reduced-motion: reduce) {
  .mark-anim .ma-outline, .mark-anim .west, .mark-anim .river,
  .mark-anim .dot, .mark-anim .arm, .mark-anim .hand {
    animation: none; opacity: 1; transform: none; stroke-dashoffset: 0;
  }
}

/* ══════════════════════════════════════════════════════════════════
   DIGITAL BILLBOARD: the primary view. A full-screen framed "poster"
   that shows the whole event at a glance: made to run on a lobby TV or
   projector, and to read the same on a phone. Plum brand base, but it
   borrows the printed flyer's billboard signatures: the gold-line
   frame, the scripture pull-quote, the WHEN/WHERE/CELEBRANT triad, and
   the awareness-ribbon row.
   ══════════════════════════════════════════════════════════════════ */
.billboard {
  position: relative;
  min-height: 100svh;
  display: flex;
  padding: clamp(14px, 2.2vmin, 40px);
  overflow: hidden;
}
.billboard::before { /* sunrise glow from the top */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(62% 70% at 50% -8%, rgba(232,162,58,0.20), rgba(232,162,58,0) 62%),
    radial-gradient(80% 45% at 50% 108%, rgba(226,114,91,0.09), rgba(226,114,91,0) 70%);
}
/* Gold double-line frame, like the flyer */
.bb-frame {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1.5px solid var(--gold-400);
  border-radius: 10px;
  padding: clamp(18px, 3.2vmin, 54px) clamp(18px, 4vmin, 72px);
  background: rgba(255,255,255,0.28);
}
.bb-frame::before {
  content: ""; position: absolute; inset: clamp(6px, 1vmin, 12px);
  border: 1px solid color-mix(in oklab, var(--gold-400) 55%, transparent);
  border-radius: 6px; pointer-events: none;
}
.bb-inner {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(12px, 2.4vmin, 30px);
  text-align: center;
  align-items: center;
}

/* Top band: mark + wordmark */
.bb-top { display: flex; flex-direction: column; align-items: center; gap: clamp(8px, 1.4vmin, 16px); }
.bb-top .mark-hero { width: clamp(88px, 12vmin, 176px); height: auto; margin: 0; display: block; }
.bb-wordmark .name {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(20px, 3vmin, 40px); color: var(--plum-700); line-height: 1;
  letter-spacing: -0.01em;
}
.bb-wordmark .name em { font-style: italic; color: var(--plum-500); }
.bb-wordmark .region {
  font-family: var(--font-sans); font-weight: 700;
  letter-spacing: 0.3em; font-size: clamp(9px, 1.3vmin, 14px);
  color: var(--teal-500); margin-top: clamp(4px, 0.8vmin, 9px);
}

/* Center band: eyebrow, title, scripture, subhead */
.bb-center { display: flex; flex-direction: column; align-items: center; gap: clamp(8px, 1.6vmin, 20px); }
.bb-eyebrow {
  font-family: var(--font-sans); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.24em; color: var(--teal-500);
  font-size: clamp(11px, 1.5vmin, 17px);
}
.bb-title {
  font-family: var(--font-display); font-weight: 600; color: var(--ink-900);
  font-size: clamp(2.6rem, 8.4vmin, 8.5rem); line-height: 0.98;
  letter-spacing: -0.03em; margin: 0; text-wrap: balance;
}
.bb-title em { font-style: italic; color: var(--plum-500); }
.bb-scripture { display: flex; flex-direction: column; align-items: center; gap: clamp(4px, 0.9vmin, 12px); margin-top: clamp(2px, 0.6vmin, 8px); }
.bb-scripture .q {
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  color: var(--plum-700); font-size: clamp(1.15rem, 3.1vmin, 2.5rem);
  line-height: 1.2; letter-spacing: -0.01em; text-wrap: balance; max-width: 24ch;
}
.bb-scripture .ref {
  font-family: var(--font-mono); font-size: clamp(10px, 1.3vmin, 14px);
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-600);
}
.bb-sub {
  font-family: var(--font-sans); color: var(--ink-500); margin: 0;
  font-size: clamp(13px, 1.8vmin, 22px); line-height: 1.45;
  max-width: 52ch; text-wrap: pretty;
}

/* Triad: WHEN / WHERE / CELEBRANT: the flyer's structure */
.bb-triad {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: clamp(14px, 3vmin, 56px);
  width: 100%;
}
.bb-triad > div {
  flex: 1 1 220px; max-width: 340px; min-width: 180px;
  display: flex; flex-direction: column; align-items: center; gap: clamp(5px, 0.9vmin, 10px);
  position: relative;
}
.bb-triad > div + div::before {
  content: ""; position: absolute; left: clamp(-7px, -1.5vmin, -28px); top: 12%; bottom: 12%;
  width: 1px; background: var(--ink-200);
}
.bb-triad dt {
  font-family: var(--font-sans); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.22em; font-size: clamp(10px, 1.25vmin, 13px); color: var(--teal-500);
}
.bb-triad dd { margin: 0; display: flex; flex-direction: column; gap: 2px; }
.bb-triad dd b {
  font-family: var(--font-display); font-weight: 600; color: var(--ink-900);
  font-size: clamp(15px, 2.05vmin, 27px); line-height: 1.12; letter-spacing: -0.01em;
}
.bb-triad dd span { font-family: var(--font-sans); color: var(--ink-500); font-size: clamp(12px, 1.55vmin, 18px); line-height: 1.3; }
.bb-triad dd .accent { color: var(--plum-600); font-weight: 600; }

/* Bottom band: ribbon row + handwritten welcome + scroll cue */
.bb-bottom { display: flex; flex-direction: column; align-items: center; gap: clamp(8px, 1.5vmin, 18px); width: 100%; }
.bb-ribbons { display: flex; gap: clamp(10px, 2vmin, 26px); align-items: flex-end; }
.bb-ribbons svg { width: clamp(20px, 3vmin, 40px); height: auto; }
.bb-welcome {
  font-family: var(--font-script); font-weight: 700; color: var(--coral-500);
  font-size: clamp(1.4rem, 3.4vmin, 3rem); line-height: 1;
}
.bb-cue {
  font-family: var(--font-sans); font-weight: 600; font-size: clamp(11px, 1.3vmin, 14px);
  letter-spacing: 0.02em; color: var(--ink-400); text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
}
.bb-cue:hover { color: var(--plum-600); }
.bb-cue .chev { animation: bb-bounce 2.4s ease-in-out infinite; }
@keyframes bb-bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

/* Fullscreen toggle: subtle, top-right; for showing on a screen */
.bb-fs {
  position: absolute; top: clamp(16px, 2.6vmin, 34px); right: clamp(16px, 2.6vmin, 34px);
  z-index: 3; width: 40px; height: 40px; border-radius: 999px; cursor: pointer;
  background: rgba(255,255,255,0.7); border: 1px solid var(--ink-200);
  color: var(--plum-700); display: inline-flex; align-items: center; justify-content: center;
  backdrop-filter: blur(6px); transition: background 160ms ease, transform 120ms ease;
}
.bb-fs:hover { background: #fff; }
.bb-fs:active { transform: translateY(1px); }
.billboard:fullscreen { padding: clamp(20px, 3vmin, 56px); background: var(--paper); }
.billboard:fullscreen .bb-frame { background: rgba(255,255,255,0.3); }

@media (prefers-reduced-motion: reduce) { .bb-cue .chev { animation: none; } }
@media print { .bb-fs, .bb-cue { display: none; } }
/* When the triad stacks (narrow screens), drop the vertical dividers. */
@media (max-width: 680px) {
  .bb-triad > div + div::before { display: none; }
  .bb-triad > div { max-width: none; }
}

/* ── Single-CTA notify card (the only ask until the event) ──── */
.notify { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.notify-card {
  background: var(--white);
  border: 1px solid var(--ink-100);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
  padding: clamp(2rem, 4vw, 3.5rem);
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.notify-scripture {
  text-align: center;
  padding-bottom: clamp(0.5rem, 2vw, 1.5rem);
  border-bottom: 1px solid var(--ink-100);
}
.notify-scripture .quote {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  color: var(--plum-700);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.notify-scripture .ref {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gold-500);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.notify-body h2 {
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  margin: 12px 0 12px;
}
.notify-body .eyebrow { display: inline-block; margin-bottom: 0; }
.notify-body p { max-width: 60ch; font-size: clamp(1.05rem, 1.6vw, 1.15rem); color: var(--ink-500); margin: 0; }
.notify-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: background 180ms ease, transform 120ms ease, box-shadow 220ms ease;
}
.btn:active { transform: translateY(1px); }
.btn:focus-visible { outline: none; box-shadow: 0 0 0 3px color-mix(in oklab, var(--plum-400) 45%, transparent); }
.btn-primary {
  background: var(--gold-400);
  color: var(--ink-900);
  box-shadow: var(--shadow-md), 0 8px 24px rgba(232,162,58,0.28);
}
.btn-primary:hover { background: var(--gold-500); color: var(--ink-900); }
.btn-secondary {
  background: var(--plum-500);
  color: #fff;
}
.btn-secondary:hover { background: var(--plum-600); color: #fff; }
.btn-secondary.copied { background: var(--teal-400); }
.btn-ghost {
  background: transparent;
  color: var(--plum-700);
  border-color: var(--ink-200);
}
.btn-ghost:hover { background: var(--paper-2); color: var(--plum-700); border-color: var(--plum-300); }

.notify-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(1rem, 2.5vw, 2rem);
  margin: 0;
  padding-top: clamp(0.5rem, 2vw, 1.5rem);
  border-top: 1px solid var(--ink-100);
}
.notify-grid > div { margin: 0; }
.notify-grid dt {
  font-family: var(--font-sans);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11px;
  color: var(--teal-500);
  margin-bottom: 8px;
}
.notify-grid dd {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 15px;
  color: var(--ink-500);
}
.notify-grid dd b {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  color: var(--ink-900);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 2px;
}
.notify-grid dd .muted { color: var(--ink-400); font-size: 13px; margin-top: 4px; }
.notify-questions {
  margin: 0;
  font-size: 14px;
  color: var(--ink-500);
  padding-top: 4px;
}
.notify-questions a { color: var(--plum-600); font-weight: 600; text-decoration: none; }
.notify-questions a:hover { text-decoration: underline; }
.notify-questions b { color: var(--ink-900); font-weight: 600; }
.notify-questions .sep { color: var(--ink-300); margin: 0 6px; }
.notify-grid dd a { color: var(--plum-600); font-weight: 600; font-size: 13px; margin-top: 6px; text-decoration: none; }
.notify-grid dd a:hover { text-decoration: underline; }

/* ── Section shell ───────────────────────────────────────────── */
section { padding: clamp(3rem, 7vw, 6rem) 0; }
section.alt { background: var(--paper-2); }
.section-head { margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head .eyebrow { margin-bottom: 12px; display: inline-block; }
.section-head p { max-width: 60ch; }
.section-head.center-narrow p { margin-left: auto; margin-right: auto; }

/* ── Poster preview grid ─────────────────────────────────────── */
.posters { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; }
.poster-frame {
  background: var(--white); border: 1px solid var(--ink-100);
  border-radius: 18px; box-shadow: var(--shadow-lg); overflow: hidden;
}
.poster-frame .label {
  padding: 12px 16px; display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-mono); font-size: 12px; color: var(--ink-500);
  background: var(--paper); border-bottom: 1px solid var(--ink-100);
}
.poster-frame .label .locale {
  font-weight: 600; color: var(--plum-700); text-transform: uppercase; letter-spacing: 0.18em;
}
.poster {
  position: relative; aspect-ratio: 1080/1350; background: var(--paper);
  overflow: hidden;
}
.poster::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 80% at 50% 0%, rgba(232,162,58,0.32), rgba(232,162,58,0) 70%);
  pointer-events: none;
}
.poster-inner {
  position: relative; height: 100%; padding: 8.9%;
  display: flex; flex-direction: column; justify-content: space-between;
}
.poster-header { display: flex; align-items: center; gap: 2%; }
.poster-header .mark { width: 8.9%; aspect-ratio: 1; }
.poster-header .wordmark { line-height: 1; }
.poster-header .wordmark .name {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(14px, 3.15vw, 32px); color: var(--plum-700);
}
.poster-header .wordmark .name em { color: var(--plum-500); }
.poster-header .wordmark .region {
  font-family: var(--font-sans); font-weight: 700;
  letter-spacing: 0.28em; font-size: clamp(6px, 1.2vw, 12px);
  color: var(--teal-500); margin-top: 0.75%;
}
.poster-main .eyebrow-lg {
  font-family: var(--font-sans); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.22em; color: var(--teal-500);
  font-size: clamp(9px, 1.85vw, 18px);
}
.poster-main h1 {
  font-family: var(--font-display); font-weight: 600; color: var(--ink-900);
  font-size: clamp(38px, 13.7vw, 140px); line-height: 0.98; letter-spacing: -0.03em;
  margin: 1.85% 0 0;
}
.poster-main h1.es { font-size: clamp(34px, 11.85vw, 122px); }
.poster-main .tagline {
  font-family: var(--font-sans); color: var(--ink-500);
  font-size: clamp(11px, 2.78vw, 28px); line-height: 1.42;
  margin-top: 2.6%; max-width: 32ch;
}
.poster-footer { display: flex; align-items: center; gap: 3%; }
.date-chip {
  border-radius: 12px; overflow: hidden; text-align: center;
  background: var(--plum-500); color: #fff; display: flex; flex-direction: column;
  box-shadow: var(--shadow-plum); flex: 0 0 auto; width: 18.5%;
}
.date-chip .month {
  background: var(--plum-700); font-family: var(--font-sans);
  font-size: clamp(8px, 1.85vw, 20px); font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; padding: 5% 0;
}
.date-chip .day {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(28px, 10.5vw, 108px); line-height: 1; padding: 9% 0 11%;
}
.poster-footer .details { flex: 1; min-width: 0; }
.poster-footer .details .parish {
  font-family: var(--font-display); font-weight: 600; color: var(--ink-900);
  font-size: clamp(14px, 3.9vw, 40px); line-height: 1.08;
}
.poster-footer .details .address {
  font-family: var(--font-sans); color: var(--ink-500);
  font-size: clamp(9px, 2vw, 20px); margin-top: 4px;
}
.poster-footer .details .welcome {
  font-family: var(--font-script); font-weight: 700; color: var(--coral-500);
  font-size: clamp(14px, 3.7vw, 38px); line-height: 1; margin-top: 8px;
}
.poster-footer .ribbon-mark { width: 8.9%; flex: 0 0 auto; }

/* ── Scene grid ──────────────────────────────────────────────── */
.scenes { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.scene {
  border-radius: 18px; overflow: hidden; background: var(--white);
  border: 1px solid var(--ink-100); box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
}
.scene .thumb {
  aspect-ratio: 9/16; position: relative; overflow: hidden; background: var(--paper);
}
.scene .thumb::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 80% at 50% 0%, rgba(232,162,58,0.24), rgba(232,162,58,0) 70%);
}
.scene .thumb .content {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; padding: 18px; text-align: center; gap: 10px;
}
.scene .thumb .content .eyebrow { font-size: 9px; letter-spacing: 0.2em; }
.scene .thumb .content .display {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(20px, 4.5vw, 32px);
  color: var(--ink-900); line-height: 1;
}
.scene .thumb .content .display em { color: var(--plum-500); font-style: italic; display: block; }
.scene .thumb .content .display.small { font-size: clamp(16px, 3vw, 22px); }
.scene .thumb .content .script { font-size: clamp(22px, 5vw, 32px); }
.scene .thumb .mini-mark { width: 46%; margin: 0 auto; }
.scene .thumb .mini-chip {
  background: var(--plum-500); color: #fff; border-radius: 8px; overflow: hidden;
  width: 60px; box-shadow: var(--shadow-plum);
}
.scene .thumb .mini-chip .m { background: var(--plum-700); font-size: 8px; font-weight: 700; letter-spacing: 0.16em; padding: 3px 0; text-transform: uppercase; }
.scene .thumb .mini-chip .d { font-family: var(--font-display); font-weight: 700; font-size: 28px; padding: 4px 0 6px; line-height: 1; }
.scene .thumb .candles { display: flex; align-items: flex-end; justify-content: center; gap: 8px; }
.scene .thumb .candle {
  width: 10px; background: linear-gradient(180deg, #fff, var(--paper-2));
  border: 1px solid var(--ink-200); border-radius: 6px; position: relative;
}
.scene .thumb .candle::before {
  content: ""; position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  width: 6px; height: 12px; border-radius: 50%;
  background: radial-gradient(circle, var(--gold-200), var(--gold-400));
  box-shadow: 0 0 12px rgba(232,162,58,0.6);
}
.scene .caption {
  padding: 16px 18px; border-top: 1px solid var(--ink-100);
  display: flex; flex-direction: column; gap: 4px;
}
.scene .caption .n {
  font-family: var(--font-mono); font-size: 11px; color: var(--teal-500);
  text-transform: uppercase; letter-spacing: 0.16em;
}
.scene .caption h4 {
  font-family: var(--font-display); font-weight: 600; margin: 0;
  font-size: 18px; color: var(--ink-900);
}
.scene .caption p { margin: 0; font-size: 14px; color: var(--ink-500); }

/* ── Palette ─────────────────────────────────────────────────── */
.ramps { display: flex; flex-direction: column; gap: 20px; }
.ramp { display: flex; align-items: stretch; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--ink-100); }
.ramp .name {
  padding: 18px 20px; background: var(--white); min-width: 180px;
  display: flex; flex-direction: column; justify-content: center; gap: 4px;
  border-right: 1px solid var(--ink-100);
}
.ramp .name b { font-family: var(--font-display); font-weight: 600; color: var(--ink-900); font-size: 18px; }
.ramp .name span { font-family: var(--font-mono); font-size: 12px; color: var(--ink-400); }
.ramp .swatches { display: flex; flex: 1; min-width: 0; }
.ramp .swatch {
  flex: 1; padding: 14px 10px; display: flex; flex-direction: column;
  justify-content: flex-end; gap: 2px; min-width: 0;
}
.ramp .swatch code {
  font-family: var(--font-mono); font-size: 10px; opacity: 0.9;
  text-transform: uppercase; letter-spacing: 0.04em;
}
.ramp .swatch b { font-family: var(--font-mono); font-size: 12px; font-weight: 600; }
.ramp .swatch.dark { color: rgba(255,255,255,0.9); }
.ramp .swatch.light { color: rgba(26,22,34,0.75); }

/* ── Type specimens ──────────────────────────────────────────── */
.type-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.type-card { background: var(--white); border: 1px solid var(--ink-100); border-radius: 14px; padding: 24px; box-shadow: var(--shadow-sm); }
.type-card .meta { display: flex; justify-content: space-between; margin-bottom: 14px; align-items: baseline; }
.type-card .meta b { font-family: var(--font-mono); font-size: 12px; color: var(--teal-500); letter-spacing: 0.12em; text-transform: uppercase; }
.type-card .meta span { font-family: var(--font-mono); font-size: 12px; color: var(--ink-400); }
.type-card .sample { line-height: 1; margin-bottom: 8px; }
.type-card .use { font-size: 13px; color: var(--ink-500); }
.type-newsreader .sample { font-family: var(--font-display); font-weight: 600; font-size: 40px; letter-spacing: -0.02em; }
.type-newsreader .sample em { font-style: italic; color: var(--plum-500); }
.type-mulish .sample { font-family: var(--font-sans); font-weight: 700; font-size: 36px; letter-spacing: -0.01em; }
.type-caveat .sample { font-family: var(--font-script); font-weight: 700; font-size: 44px; color: var(--coral-500); }
.type-mono .sample { font-family: var(--font-mono); font-weight: 500; font-size: 28px; color: var(--plum-700); }

/* ── Ribbon lineup ───────────────────────────────────────────── */
.ribbons { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 14px; }
.ribbon-tile {
  background: var(--white); border: 1px solid var(--ink-100); border-radius: 12px;
  padding: 20px 12px 14px; display: flex; flex-direction: column; align-items: center; gap: 10px;
  box-shadow: var(--shadow-sm);
}
.ribbon-tile .label {
  font-family: var(--font-display); font-weight: 600; font-size: 14px;
  color: var(--ink-900); text-align: center; line-height: 1.2;
}
.ribbon-tile .hex {
  font-family: var(--font-mono); font-size: 10px; color: var(--ink-400);
  text-transform: uppercase; letter-spacing: 0.04em;
}

/* ── Downloads / links ───────────────────────────────────────── */
.links { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.link-card {
  background: var(--white); border: 1px solid var(--ink-100); border-radius: 14px;
  padding: 22px 24px; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 8px;
}
.link-card .n { font-family: var(--font-mono); font-size: 11px; color: var(--teal-500); text-transform: uppercase; letter-spacing: 0.16em; }
.link-card h4 { font-family: var(--font-display); font-weight: 600; color: var(--ink-900); font-size: 18px; margin: 0; }
.link-card p { font-size: 14px; margin: 0; }
.link-card a.cta {
  align-self: flex-start; margin-top: 8px; font-family: var(--font-sans); font-weight: 700;
  padding: 8px 14px; border-radius: 999px; background: var(--plum-500); color: #fff;
  text-decoration: none; font-size: 13px; letter-spacing: 0.02em;
  transition: background 220ms ease;
}
.link-card a.cta:hover { background: var(--plum-600); color: #fff; }
.link-card a.cta.accent { background: var(--gold-400); color: var(--ink-900); }
.link-card a.cta.accent:hover { background: var(--gold-500); }

/* ── Colophon (developer links, subordinated) ────────────────── */
.colophon { padding: clamp(2rem, 4vw, 3rem) 0; background: var(--paper-2); border-top: 1px solid var(--ink-100); }
.colophon-lede { color: var(--ink-500); font-size: 14px; margin: 0 0 12px; }
.colophon-links { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px 20px; font-size: 13px; color: var(--ink-500); }
.colophon-links li::before { content: "·"; margin-right: 20px; color: var(--ink-300); }
.colophon-links li:first-child::before { display: none; margin: 0; }
.colophon-links a { color: var(--plum-600); text-decoration: none; font-weight: 600; }
.colophon-links a:hover { text-decoration: underline; }
.colophon-links code { font-family: var(--font-mono); font-size: 12px; color: var(--plum-700); background: transparent; padding: 0; }

/* ── Site footer ─────────────────────────────────────────────── */
.site-footer { background: var(--plum-800); color: rgba(255,255,255,0.85); padding: 48px 0 40px; }
.site-footer .row { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.site-footer .brand { display: flex; align-items: center; gap: 14px; }
.site-footer .brand .mark { width: 44px; height: 44px; }
.site-footer .brand .name { font-family: var(--font-display); font-weight: 600; font-size: 20px; color: #fff; line-height: 1; }
.site-footer .brand .name em { color: var(--gold-200); }
.site-footer .brand .sub { font-family: var(--font-sans); font-weight: 700; font-size: 10px; letter-spacing: 0.28em; color: var(--gold-300); margin-top: 6px; }
.site-footer .trust { font-size: 13px; color: rgba(255,255,255,0.7); }
.site-footer a { color: var(--gold-200); }

/* ══════════════════════════════════════════════════════════════════
   ORG WEBSITE: sections below the billboard. A basic nonprofit site:
   about, programs, volunteer, events, partners, donate, contact.
   ══════════════════════════════════════════════════════════════════ */

/* Scroll-activated nav: hidden over the billboard, slides in below it */
.orgnav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 20;
  background: rgba(251,248,244,0.9); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--ink-100);
  transform: translateY(-100%); transition: transform 280ms var(--ease-soft, cubic-bezier(.4,0,.2,1));
}
.orgnav.visible { transform: translateY(0); }
.orgnav .row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 0; }
.orgnav .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.orgnav .brand svg, .orgnav .brand img { width: 36px; height: 36px; display: block; }
.orgnav .brand .nm { font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--plum-700); line-height: 1; }
.orgnav .brand .nm em { font-style: italic; color: var(--plum-500); }
.orgnav nav { display: flex; align-items: center; gap: 4px; }
.orgnav nav a { font-family: var(--font-sans); font-weight: 600; font-size: 14px; color: var(--ink-700); text-decoration: none; padding: 8px 12px; border-radius: 999px; }
.orgnav nav a:hover { color: var(--plum-600); background: var(--plum-50); }
.orgnav nav a.donate { background: var(--gold-400); color: var(--ink-900); }
.orgnav nav a.donate:hover { background: var(--gold-500); }
@media (max-width: 860px) { .orgnav nav a:not(.donate) { display: none; } }

/* Generic photo placeholder (warm gradient + logo watermark, per the DS) */
.photo {
  position: relative; border-radius: 18px; overflow: hidden;
  display: flex; align-items: flex-end; padding: 16px; min-height: 220px;
  box-shadow: var(--shadow-md);
}
.photo.plum { background: linear-gradient(135deg,#6a4c93,#8b6bb6 60%,#e2725b); }
.photo.gold { background: linear-gradient(135deg,#e8a23a,#eebb56 55%,#e2725b); }
.photo.teal { background: linear-gradient(135deg,#2e8b7d,#56b5a3 60%,#8b6bb6); }
.photo.warm { background: linear-gradient(135deg,#e2725b,#e98a72 50%,#e8a23a); }
.photo .cap {
  font: 700 14px/1.3 var(--font-sans); color: #fff; letter-spacing: .01em;
  background: var(--plum-600); padding: 9px 15px; border-radius: 12px;
  box-shadow: 0 6px 18px rgba(36,24,52,.35);
}
.photo .wm { position: absolute; top: 14px; left: 14px; width: 42px; height: 42px; opacity: .92; }
.photo.has-img { margin: 0; min-height: 260px; }
.photo .fill { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 62%; }
.photo.has-img .cap { position: relative; z-index: 1; }
.photo.has-img::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(to top, rgba(36,24,52,.42), rgba(36,24,52,0) 42%);
}

/* Location banner (Events) */
.loc-banner {
  position: relative; margin: 0 0 32px; border-radius: 18px; overflow: hidden;
  box-shadow: var(--shadow-md); aspect-ratio: 16 / 5; min-height: 180px;
  /* Cap width to the container: aspect-ratio + min-height would otherwise
     force an intrinsic width (180*16/5 = 576px) that overflows small screens. */
  max-width: 100%;
}
.loc-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; }
.loc-banner::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(28,18,42,.62), rgba(28,18,42,.18) 46%, rgba(28,18,42,0) 74%),
    linear-gradient(0deg, rgba(28,18,42,.48), rgba(28,18,42,0) 40%);
}
.loc-banner figcaption {
  position: absolute; left: 24px; bottom: 20px; z-index: 1; color: #fff; max-width: 62%;
  text-shadow: 0 1px 10px rgba(20,12,34,.65), 0 1px 2px rgba(20,12,34,.55);
}
.loc-banner .lb-k {
  display: inline-block; font: 700 11px/1 var(--font-sans); letter-spacing: .14em;
  text-transform: uppercase; color: #fff; opacity: .95; margin-bottom: 7px;
}
.loc-banner .lb-t { font-family: var(--font-display); font-style: italic; font-size: clamp(20px, 3vw, 30px); }
@media (max-width: 560px) {
  /* Taller ratio + no min-height on phones so the banner fills the width
     cleanly instead of being forced wider than the screen. */
  .loc-banner { aspect-ratio: 16 / 9; min-height: 0; }
  .loc-banner figcaption { max-width: 82%; left: 18px; bottom: 16px; }
}

/* Responsive 16:9 video embed (YouTube). Fills its container, never overflows. */
.video-embed {
  position: relative; max-width: 900px; margin: 0 auto; aspect-ratio: 16 / 9;
  border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-md);
  background: var(--plum-900, #2a1b3d);
}
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }

/* About / mission */
.about-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (max-width: 820px) { .about-grid { grid-template-columns: 1fr; } }
.about-grid .lead { font-size: clamp(1.05rem, 1.5vw, 1.2rem); color: var(--ink-800); }
.about-grid p { color: var(--ink-500); }
.about-grid .script-note { font-family: var(--font-script); font-weight: 700; color: var(--coral-500); font-size: 30px; line-height: 1; margin-top: 8px; }

/* Program cards */
.cards3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.pcard {
  background: var(--white); border: 1px solid var(--ink-100); border-radius: 18px;
  padding: 28px 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 12px;
}
.pcard .ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--plum-50); color: var(--plum-600); }
.pcard.teal .ico { background: var(--teal-50, #e9f6f2); color: var(--teal-500); }
.pcard.coral .ico { background: var(--coral-50, #fdeee9); color: var(--coral-500); }
.pcard h3 { font-size: 22px; margin: 0; }
.pcard p { margin: 0; font-size: 15px; color: var(--ink-500); }

/* Ways to help / volunteer */
.involve-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.icard {
  background: var(--surface-card); border: 1px solid var(--ink-100); border-radius: 18px;
  padding: 26px 24px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 10px;
}
.icard .k { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal-500); }
.icard h3 { font-size: 20px; margin: 0; }
.icard p { margin: 0 0 6px; font-size: 15px; color: var(--ink-500); }
.icard a.mini { align-self: flex-start; margin-top: auto; font-weight: 700; font-size: 14px; color: var(--plum-600); text-decoration: none; }
.icard a.mini:hover { text-decoration: underline; }

/* Featured event */
.event-feature {
  display: grid; grid-template-columns: auto 1fr; gap: clamp(1.5rem, 4vw, 3rem);
  background: var(--white); border: 1px solid var(--ink-100); border-radius: 22px;
  box-shadow: var(--shadow-lg); padding: clamp(1.5rem, 3.5vw, 2.75rem); align-items: center;
}
@media (max-width: 720px) { .event-feature { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.event-feature .big-date {
  width: clamp(150px, 20vw, 200px); border-radius: 16px; overflow: hidden; text-align: center;
  background: var(--plum-500); color: #fff; display: flex; flex-direction: column; box-shadow: var(--shadow-plum);
}
.event-feature .big-date .m { background: var(--plum-700); font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; font-size: clamp(13px,1.6vw,18px); padding: 10px 0; }
.event-feature .big-date .d { font-family: var(--font-display); font-weight: 700; font-size: clamp(58px,8vw,96px); line-height: 1; padding: 14px 0 18px; }
.event-feature h3 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin: 0 0 10px; }
.event-feature .meta { display: flex; flex-wrap: wrap; gap: 6px 18px; color: var(--ink-500); font-size: 15px; margin-bottom: 14px; }
.event-feature .meta b { color: var(--ink-900); }

/* Partners */
.partner-apply {
  background: var(--white); border: 1px solid var(--ink-100); border-radius: 18px;
  padding: 32px; text-align: center; max-width: 640px; margin: 0 auto;
  box-shadow: var(--shadow-md);
}
.partner-apply .pill {
  display: inline-block; font-family: var(--font-sans); font-weight: 700;
  font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--teal-500); background: color-mix(in oklab, var(--teal-400) 14%, transparent);
  border-radius: 999px; padding: 6px 14px; margin-bottom: 14px;
}
.partner-apply h3 { font-family: var(--font-display); font-size: 26px; color: var(--ink-900); margin: 0 0 10px; }
.partner-apply h3 em { font-style: italic; color: var(--plum-600); }
.partner-apply p { color: var(--ink-500); margin: 0 auto 20px; max-width: 480px; }

/* Donate band */
.donate-band { background: var(--plum-700); color: #fff; position: relative; overflow: hidden; }
.donate-band .inner { position: relative; text-align: center; max-width: 720px; margin: 0 auto; }
.donate-band .eyebrow { color: var(--gold-300); }
.donate-band h2 { color: #fff; }
.donate-band h2 em { color: var(--gold-200); font-style: italic; }
.donate-band p { color: rgba(255,255,255,0.8); }
.donate-band .btn-primary { font-size: 16px; padding: 16px 28px; }
.donate-band .trust { margin-top: 18px; font-size: 13px; color: rgba(255,255,255,0.72); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.ccard { background: var(--white); border: 1px solid var(--ink-100); border-radius: 16px; padding: 24px; box-shadow: var(--shadow-sm); }
.ccard .k { font-family: var(--font-sans); font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; font-size: 11px; color: var(--teal-500); margin-bottom: 10px; }
.ccard .v { font-family: var(--font-display); font-weight: 600; font-size: 20px; color: var(--ink-900); line-height: 1.25; }
.ccard a { color: var(--plum-600); text-decoration: none; }
.ccard a:hover { text-decoration: underline; }
.ccard .sub { font-size: 14px; color: var(--ink-500); margin-top: 6px; }

/* Contact: form + info side by side */
.contact-layout { display: grid; grid-template-columns: 1.35fr 0.9fr; gap: clamp(1.5rem, 3.5vw, 3rem); align-items: start; }
@media (max-width: 800px) { .contact-layout { grid-template-columns: 1fr; } .contact-layout > * { min-width: 0; } }
.contact-aside { display: flex; flex-direction: column; gap: 16px; }

.contact-form {
  background: var(--white); border: 1px solid var(--ink-100); border-radius: 18px;
  padding: clamp(1.4rem, 3vw, 2.25rem); box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 16px;
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 480px) { .field.row2 { grid-template-columns: 1fr; } }
.field label { font-family: var(--font-sans); font-weight: 700; font-size: 13px; color: var(--ink-700); letter-spacing: 0.01em; }
.field label .req { color: var(--coral-500); }
.field input, .field select, .field textarea {
  font-family: var(--font-sans); font-size: 15px; color: var(--ink-900);
  background: var(--paper); border: 1.5px solid var(--ink-200); border-radius: 12px;
  padding: 12px 14px; width: 100%; transition: border-color 160ms ease, box-shadow 160ms ease;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--plum-400);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--plum-400) 40%, transparent);
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-400); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-form .btn-primary { align-self: flex-start; margin-top: 4px; }
.form-note { font-size: 12.5px; color: var(--ink-400); }
.form-status { font-size: 14px; font-weight: 600; border-radius: 12px; padding: 12px 14px; display: none; }
.form-status.show { display: block; }
.form-status.ok { background: var(--teal-50, #e9f6f2); color: var(--teal-600); }
.form-status.err { background: #fbe9e6; color: #9f3a2d; }

/* ══════════════════════════════════════════════════════════════════
   MOTION: calm, one-shot, on-brand. Sections and cards ease/spring in
   as they enter the viewport; interactive cards lift on hover. No
   infinite loops (per the brand rule). Progressive-enhanced: without JS
   the .js flag is absent, so nothing is hidden. Fully off under
   prefers-reduced-motion.
   ══════════════════════════════════════════════════════════════════ */
html { scroll-behavior: smooth; }

.js .reveal { opacity: 0; transform: translateY(24px);
  transition: opacity .7s var(--ease-out, cubic-bezier(.22,.61,.36,1)),
              transform .7s var(--ease-out, cubic-bezier(.22,.61,.36,1)); }
.js .reveal.in { opacity: 1; transform: none; }

.js .reveal-stagger > * { opacity: 0; transform: translateY(20px);
  transition: opacity .6s var(--ease-out, cubic-bezier(.22,.61,.36,1)),
              transform .55s var(--ease-spring, cubic-bezier(.34,1.4,.64,1)),
              box-shadow .28s var(--ease-soft, cubic-bezier(.4,0,.2,1)),
              border-color .28s ease, color .2s ease; }
.js .reveal-stagger.in > * { opacity: 1; transform: none; }
.js .reveal-stagger.in > *:nth-child(1) { transition-delay: .04s; }
.js .reveal-stagger.in > *:nth-child(2) { transition-delay: .12s; }
.js .reveal-stagger.in > *:nth-child(3) { transition-delay: .20s; }
.js .reveal-stagger.in > *:nth-child(4) { transition-delay: .28s; }
.js .reveal-stagger.in > *:nth-child(5) { transition-delay: .36s; }
.js .reveal-stagger.in > *:nth-child(6) { transition-delay: .44s; }

/* Interactive cards lift softly on hover (design-system behavior) */
.pcard, .icard, .ccard {
  transition: transform .28s var(--ease-soft, cubic-bezier(.4,0,.2,1)),
              box-shadow .28s var(--ease-soft, cubic-bezier(.4,0,.2,1)),
              border-color .28s ease, color .2s ease;
}
/* Hover rules are chained through .reveal-stagger.in so they out-specify
   the reveal's settled `transform: none` on stagger children. */
.pcard:hover, .icard:hover, .ccard:hover,
.js .reveal-stagger.in > .pcard:hover,
.js .reveal-stagger.in > .icard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal, .js .reveal-stagger > * { opacity: 1 !important; transform: none !important; transition: none !important; }
  .pcard, .icard, .ccard { transition: none; }
}

/* ══════════════════════════════════════════════════════════════════
   MULTI-PAGE SITE CHROME  (persistent header, page heroes, fuller
   footer, stronger CTA, impact statement, ribbon legend, link cards)
   ══════════════════════════════════════════════════════════════════ */
:root { --hdr-h: 84px; }

/* ── Persistent header (every page) ── */
.site-hdr {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251,248,244,.86); backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.site-hdr.scrolled { border-bottom-color: var(--ink-100); box-shadow: var(--shadow-sm); background: rgba(251,248,244,.95); }
.hdr-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: var(--hdr-h); }
.hdr-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.hdr-brand img { width: 74px; height: 74px; display: block; }
.hdr-brand .nm { font-family: var(--font-display); font-weight: 600; font-size: 19px; color: var(--plum-700); line-height: 1.05; }
.hdr-brand .nm em { font-style: italic; color: var(--plum-500); }
.hdr-brand .rg { display: block; font: 700 9px/1 var(--font-sans); letter-spacing: .22em; color: var(--teal-500); margin-top: 5px; }
.hdr-nav { display: flex; align-items: center; gap: 2px; }
.hdr-nav a { font: 600 14.5px/1 var(--font-sans); color: var(--ink-800); text-decoration: none; padding: 9px 13px; border-radius: 999px; white-space: nowrap; }
.hdr-nav a:hover { color: var(--plum-700); background: var(--plum-50); }
.hdr-nav a[aria-current="page"] { color: var(--plum-700); background: var(--plum-50); }
.hdr-nav a.nav-cta { background: var(--gold-400); color: var(--ink-900); font-weight: 800; margin-left: 6px; }
.hdr-nav a.nav-cta:hover { background: var(--gold-500); color: var(--ink-900); }
.hdr-toggle {
  display: none; width: 44px; height: 44px; border: 1px solid var(--ink-200); border-radius: 12px;
  background: var(--white); color: var(--plum-700); align-items: center; justify-content: center; cursor: pointer;
}
.hdr-toggle svg { width: 22px; height: 22px; }
.hdr-toggle .x { display: none; } .site-hdr.menu-open .hdr-toggle .x { display: block; }
.site-hdr.menu-open .hdr-toggle .bars { display: none; }

@media (max-width: 900px) {
  .hdr-toggle { display: inline-flex; }
  .hdr-nav {
    position: fixed; left: 0; right: 0; top: var(--hdr-h);
    flex-direction: column; align-items: stretch; gap: 2px;
    background: var(--paper); border-bottom: 1px solid var(--ink-100);
    padding: 10px clamp(1.25rem,4vw,3rem) 18px; box-shadow: var(--shadow-lg);
    transform: translateY(-10px); opacity: 0; pointer-events: none; transition: transform .2s ease, opacity .2s ease;
  }
  .site-hdr.menu-open .hdr-nav { transform: none; opacity: 1; pointer-events: auto; }
  .hdr-nav a { padding: 13px 10px; border-radius: 10px; font-size: 16px; }
  .hdr-nav a.nav-cta { margin: 8px 0 0; text-align: center; }
}

/* Billboard (home only) sits under the header */
.billboard { min-height: calc(100svh - var(--hdr-h)); }

/* ── Interior page hero ── */
.page-hero { position: relative; overflow: hidden; padding: clamp(46px, 7vw, 92px) 0 clamp(28px, 4vw, 48px); text-align: center; }
.page-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(58% 90% at 50% -20%, rgba(232,162,58,.16), transparent 62%),
              radial-gradient(50% 70% at 88% 4%, rgba(46,139,125,.10), transparent 60%);
}
.page-hero .wrap { position: relative; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(2.1rem, 4.6vw, 3.3rem); line-height: 1.05; margin: 10px 0 0; color: var(--ink-900); }
.page-hero h1 em { font-style: italic; color: var(--plum-500); }
.page-hero .sub { max-width: 62ch; margin: 16px auto 0; color: var(--ink-500); font-size: clamp(1.02rem, 1.4vw, 1.18rem); }

/* ── Link cards (home "explore" grid) ── */
.linkcards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; }

/* In-the-news / press list */
.press-list { max-width: 720px; margin: 8px auto 0; list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.press-list a {
  display: flex; align-items: baseline; gap: 8px 16px; flex-wrap: wrap; text-decoration: none;
  padding: 16px 20px; border: 1px solid var(--ink-100); border-radius: 14px; background: var(--white);
  box-shadow: var(--shadow-sm); transition: border-color .2s var(--ease-soft, ease), transform .2s var(--ease-soft, ease);
}
.press-list a:hover { border-color: var(--plum-300); transform: translateY(-2px); }
.press-list .src { font: 700 11px/1.4 var(--font-sans); letter-spacing: .12em; text-transform: uppercase; color: var(--teal-600); white-space: nowrap; }
.press-list .ttl { flex: 1 1 55%; font-family: var(--font-display); font-size: 18px; color: var(--ink-900); line-height: 1.2; }
.press-list .go { color: var(--plum-600); font-weight: 700; margin-left: auto; white-space: nowrap; }
@media (prefers-reduced-motion: reduce) { .press-list a { transition: none; } .press-list a:hover { transform: none; } }
.linkcard {
  display: flex; flex-direction: column; gap: 8px; text-decoration: none;
  background: var(--white); border: 1px solid var(--ink-100); border-radius: 16px; padding: 24px;
  box-shadow: var(--shadow-sm); transition: transform .28s var(--ease-soft, cubic-bezier(.4,0,.2,1)), box-shadow .28s ease, border-color .28s ease;
}
.linkcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--plum-200); }
.linkcard .k { font: 700 11px/1 var(--font-sans); letter-spacing: .12em; text-transform: uppercase; color: var(--teal-500); }
.linkcard h3 { font-family: var(--font-display); font-size: 22px; color: var(--ink-900); margin: 2px 0 0; }
.linkcard p { color: var(--ink-500); font-size: 15px; margin: 0; flex: 1; }
.linkcard .go { font: 700 14px/1 var(--font-sans); color: var(--plum-600); }
.linkcard:hover .go { color: var(--plum-700); }

/* ── Mercy Medical impact statement ── */
.impact-statement {
  position: relative; overflow: hidden; text-align: center;
  background: linear-gradient(160deg, var(--teal-400), var(--teal-500)); color: #fff;
  border-radius: 22px; padding: clamp(34px, 5vw, 64px) clamp(24px, 5vw, 60px); box-shadow: var(--shadow-lg);
}
.impact-statement .eyebrow { color: rgba(255,255,255,.82); }
.impact-statement h2 { font-family: var(--font-display); font-size: clamp(1.7rem, 3.4vw, 2.6rem); line-height: 1.12; margin: 10px auto 0; max-width: 20ch; }
.impact-statement h2 em { font-style: italic; color: var(--gold-200); }
.impact-statement p { max-width: 56ch; margin: 16px auto 0; color: rgba(255,255,255,.9); font-size: clamp(1rem, 1.4vw, 1.15rem); }
.impact-statement .amount { display: block; font-family: var(--font-display); font-weight: 700; font-size: clamp(2.6rem, 7vw, 4.4rem); line-height: 1; margin-bottom: 6px; }

/* ── Stronger Get-Involved CTA band ── */
.cta-band {
  position: relative; overflow: hidden; background: var(--plum-700); color: #fff;
  border-radius: 24px; padding: clamp(36px, 5vw, 68px) clamp(24px, 5vw, 64px); box-shadow: var(--shadow-lg);
}
.cta-band::before { content:""; position:absolute; inset:0; pointer-events:none;
  background: radial-gradient(50% 120% at 92% -10%, rgba(232,162,58,.30), transparent 58%),
              radial-gradient(46% 100% at 0% 110%, rgba(46,139,125,.28), transparent 60%); }
.cta-band .inner { position: relative; text-align: center; max-width: 720px; margin: 0 auto; }
.cta-band .eyebrow { color: var(--gold-300); }
.cta-band h2 { font-family: var(--font-display); font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.06; margin: 8px 0 0; }
.cta-band h2 em { font-style: italic; color: var(--gold-200); }
.cta-band > .inner > p { color: rgba(255,255,255,.86); font-size: clamp(1.02rem,1.4vw,1.18rem); margin: 16px auto 0; max-width: 54ch; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
.cta-band .btn-secondary, .impact-statement .btn-secondary { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.35); }
.cta-band .btn-secondary:hover, .impact-statement .btn-secondary:hover { background: rgba(255,255,255,.22); color: #fff; }
.cta-ways { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: 14px; margin-top: 34px; text-align: left; }
.cta-way { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; padding: 18px 18px 16px; }
.cta-way .n { font: 800 12px/1 var(--font-sans); color: var(--gold-200); letter-spacing: .04em; }
.cta-way h3 { font-family: var(--font-display); font-size: 19px; margin: 8px 0 4px; color: #fff; }
.cta-way p { font-size: 14px; color: rgba(255,255,255,.8); margin: 0; }

/* ── Cancer awareness ribbon legend ── */
.ribbon-legend { display: flex; flex-wrap: wrap; gap: 14px 10px; justify-content: center; margin-top: 8px; }
.ribbon-legend .rb { display: flex; flex-direction: column; align-items: center; gap: 6px; width: 92px; }
.ribbon-legend .rb svg { width: 30px; height: auto; }
.ribbon-legend .rb span { font: 600 11.5px/1.25 var(--font-sans); color: var(--ink-500); text-align: center; }

/* ── Fuller global footer ── */
.site-footer.big { padding: clamp(60px, 7vw, 96px) 0 32px; background: linear-gradient(180deg, var(--plum-900), var(--plum-800) 55%); }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.foot-brand { display: flex; flex-direction: column; gap: 16px; max-width: 40ch; }
.foot-brand .logo-row { display: flex; align-items: center; gap: 16px; }
.foot-brand .mark { width: 104px; height: 104px; display: block; flex: none; }
.foot-brand .name { font-family: var(--font-display); font-weight: 500; font-size: clamp(30px, 4.4vw, 42px); color: #fff; line-height: 1.02; letter-spacing: -.015em; }
.foot-brand .name em { color: var(--gold-200); font-style: italic; }
.foot-brand .region { font: 700 11px/1 var(--font-sans); letter-spacing: .3em; color: var(--gold-300); margin-top: 9px; }
.foot-brand .blurb { font-size: 16px; color: rgba(255,255,255,.78); line-height: 1.65; }
/* Handwritten Caveat accent — one warm, artsy flourish. */
.foot-script { font-family: var(--font-script); font-weight: 700; font-size: clamp(26px, 3.2vw, 34px); color: var(--gold-200); line-height: 1; margin: 0; transform: rotate(-2.5deg); transform-origin: left center; }
.foot-col h4 { font: 700 12px/1 var(--font-sans); letter-spacing: .18em; text-transform: uppercase; color: var(--gold-300); margin: 6px 0 18px; }
.foot-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.foot-col a { font-family: var(--font-display); color: rgba(255,255,255,.88); text-decoration: none; font-size: 19px; line-height: 1.15; transition: color .18s var(--ease-soft, ease); }
.foot-col a:hover { color: var(--gold-200); }
.foot-contact { font-style: normal; display: flex; flex-direction: column; gap: 16px; font-size: 16px; color: rgba(255,255,255,.84); }
.foot-contact .lbl { display: block; font: 700 11px/1 var(--font-sans); letter-spacing: .14em; text-transform: uppercase; color: var(--gold-300); margin-bottom: 5px; }
.foot-contact a { color: rgba(255,255,255,.92); text-decoration: none; }
.foot-contact a:hover { color: var(--gold-200); }
/* Email-list signup band */
.foot-signup { display: flex; align-items: center; justify-content: space-between; gap: 18px 40px; flex-wrap: wrap;
  margin-top: clamp(36px, 5vw, 56px); padding: clamp(22px, 3vw, 30px) clamp(22px, 3vw, 32px);
  border-radius: 18px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); }
.foot-signup .fs-copy { flex: 1 1 300px; }
.foot-signup .fs-copy h4 { font-family: var(--font-display); font-weight: 500; font-size: clamp(20px, 2.6vw, 27px);
  color: #fff; margin: 0 0 5px; line-height: 1.1; text-transform: none; letter-spacing: 0; }
.foot-signup .fs-copy p { font-size: 14.5px; color: rgba(255,255,255,.72); margin: 0; max-width: 48ch; line-height: 1.5; }
.signup-form { flex: 1 1 320px; max-width: 460px; min-width: 0; }
.signup-row { display: flex; gap: 10px; min-width: 0; }
.signup-row input[type="email"] { flex: 1; min-width: 0; padding: 13px 16px; border-radius: 11px;
  border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08); color: #fff; font: 400 15px/1.2 var(--font-sans); }
.signup-row input[type="email"]::placeholder { color: rgba(255,255,255,.5); }
.signup-row input[type="email"]:focus-visible { outline: 2px solid var(--gold-300); outline-offset: 2px; border-color: transparent; }
.signup-row button { flex: none; padding: 13px 22px; border-radius: 11px; border: 0; cursor: pointer;
  background: var(--gold-400); color: var(--ink-900); font: 800 15px/1 var(--font-sans); transition: background .18s var(--ease-soft, ease); }
.signup-row button:hover { background: var(--gold-500); }
.signup-row button:disabled { opacity: .65; cursor: default; }
.signup-status { font-size: 13.5px; margin: 9px 0 0; display: none; }
.signup-status.show { display: block; }
.signup-status.ok { color: var(--gold-200); }
.signup-status.err { color: #ffc2b0; }
.foot-bar { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap;
  margin-top: clamp(36px, 5vw, 56px); padding-top: 26px; border-top: 1px solid rgba(255,255,255,.16);
  font-size: 14px; color: rgba(255,255,255,.62); }
.foot-bar a { color: var(--gold-200); text-decoration: none; }
@media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr 1fr; } .foot-brand { grid-column: 1 / -1; } }
@media (max-width: 480px) { .foot-grid { grid-template-columns: 1fr; } }
/* Shrink the footer lockup on very narrow phones so it can't force overflow. */
@media (max-width: 400px) {
  .foot-brand .mark { width: 70px; height: 70px; }
  .foot-brand .name { font-size: 23px; }
  .foot-brand .region { font-size: 10px; letter-spacing: .12em; }
  .foot-script { font-size: 26px; }
}

/* Small shared helpers */
.section-tight { padding-top: clamp(28px, 4vw, 44px); }
.center-narrow { max-width: 760px; margin: 0 auto; text-align: center; }

/* ── Footer legal links + long-form legal/info pages ── */
.foot-legal { display: flex; gap: 18px; flex-wrap: wrap; }
.foot-legal a { color: rgba(255,255,255,.62); text-decoration: none; font-size: 14px; }
.foot-legal a:hover { color: #fff; text-decoration: underline; }
/* Deliberately very quiet maker's credit — barely visible, brightens on hover. */
.foot-credit { margin: 16px 0 0; font-size: 11px; color: rgba(255,255,255,.2); letter-spacing: .01em; }
.foot-credit a { color: inherit; text-decoration: none; }
.foot-credit a:hover { color: rgba(255,255,255,.55); text-decoration: underline; }

.legal-doc { max-width: 760px; margin: 0 auto; }
.legal-doc .updated { color: var(--ink-400); font-size: 14px; margin: 0 0 28px; }
.legal-doc h2 { font-family: var(--font-display); font-size: clamp(1.3rem, 2.4vw, 1.7rem); color: var(--ink-900); margin: 36px 0 10px; }
.legal-doc h2:first-of-type { margin-top: 0; }
.legal-doc p { color: var(--ink-800); line-height: 1.7; margin: 0 0 14px; }
.legal-doc ul { padding-left: 1.25em; margin: 0 0 14px; }
.legal-doc li { color: var(--ink-800); line-height: 1.7; margin: 6px 0; }
.legal-doc a { color: var(--plum-600); }
.legal-doc .lead { font-size: clamp(1.02rem, 1.4vw, 1.15rem); color: var(--ink-800); }

/* ══════════════════════════════════════════════════════════════════
   VISUAL INTEREST PASS  (soft depth, paper texture, stat band,
   scripture pull-quote, richer micro-interactions)
   ══════════════════════════════════════════════════════════════════ */

/* Faint warm paper grain over the whole page for tactile warmth. Very
   low opacity so it never competes with content; hidden from print. */
body::before {
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
}
body > * { position: relative; z-index: 1; }
@media print { body::before { display: none; } }

/* Stat band: honest, editorial "by the numbers" tiles */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; }
.stat {
  background: var(--white); border: 1px solid var(--ink-100); border-radius: 16px;
  padding: 26px 22px; text-align: center; box-shadow: var(--shadow-sm);
  transition: transform .28s var(--ease-soft, cubic-bezier(.4,0,.2,1)), box-shadow .28s ease, border-color .28s ease;
}
.stat:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--plum-200); }
.stat .n { font-family: var(--font-display); font-weight: 600; font-size: clamp(2rem, 4vw, 2.9rem); line-height: 1; color: var(--plum-600); }
.stat .n em { font-style: italic; color: var(--gold-500); }
.stat .l { margin-top: 10px; font: 600 14px/1.4 var(--font-sans); color: var(--ink-500); }
.stat:nth-child(2) .n { color: var(--teal-500); }
.stat:nth-child(3) .n { color: var(--plum-500); }
.stat:nth-child(4) .n { color: var(--teal-600); }

/* Scripture pull-quote: an editorial emotional beat */
.scripture-band { position: relative; overflow: hidden; text-align: center; }
.scripture-band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(50% 120% at 50% -10%, rgba(106,76,147,.07), transparent 62%);
}
.pull-quote { position: relative; max-width: 900px; margin: 0 auto; }
.pull-quote .mark { font-family: var(--font-display); font-style: italic; font-size: clamp(3.5rem, 9vw, 6rem); line-height: .6; color: var(--plum-200); display: block; height: .5em; }
.pull-quote blockquote {
  margin: 0; font-family: var(--font-display); font-style: italic; font-weight: 500;
  font-size: clamp(1.7rem, 4.4vw, 3rem); line-height: 1.24; color: var(--ink-900);
}
.pull-quote blockquote em { color: var(--plum-500); }
.pull-quote cite {
  display: block; margin-top: 20px; font: 700 12px/1 var(--font-sans);
  letter-spacing: .18em; text-transform: uppercase; color: var(--teal-500); font-style: normal;
}
.pull-quote .ribbons { display: flex; justify-content: center; gap: 12px; margin-top: 26px; }
.pull-quote .ribbons svg { width: 26px; height: auto; }

/* Richer micro-interactions (all respect reduced-motion via the block below) */
.btn { transition: transform .16s var(--ease-soft, cubic-bezier(.4,0,.2,1)), background .2s ease, color .2s ease, box-shadow .2s ease; }
.btn:active { transform: translateY(1px) scale(.985); }
.ribbon-legend .rb svg { transition: transform .25s var(--ease-soft, cubic-bezier(.34,1.4,.64,1)); }
.ribbon-legend .rb:hover svg { transform: translateY(-3px) scale(1.16) rotate(-4deg); }
.linkcard .go { transition: letter-spacing .2s ease, color .2s ease; }
.linkcard:hover .go { letter-spacing: .02em; }
.hdr-brand img { transition: transform .3s var(--ease-soft, cubic-bezier(.34,1.4,.64,1)); }
.hdr-brand:hover img { transform: rotate(-3deg) scale(1.04); }

@media (prefers-reduced-motion: reduce) {
  .stat, .btn, .ribbon-legend .rb svg, .hdr-brand img, .linkcard .go { transition: none !important; }
  .ribbon-legend .rb:hover svg, .hdr-brand:hover img { transform: none !important; }
}

/* ── FAQ accordion (native <details>, no JS needed) ── */
.faq { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq details {
  background: var(--white); border: 1px solid var(--ink-100); border-radius: 14px;
  padding: 4px 20px; box-shadow: var(--shadow-sm); transition: border-color .2s ease, box-shadow .2s ease;
}
.faq details[open] { border-color: var(--plum-200); box-shadow: var(--shadow-md); }
.faq summary {
  list-style: none; cursor: pointer; padding: 16px 0; display: flex; align-items: center;
  justify-content: space-between; gap: 16px;
  font-family: var(--font-display); font-size: clamp(1.05rem, 1.7vw, 1.25rem); color: var(--ink-900);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { flex: none; width: 26px; height: 26px; position: relative; color: var(--plum-500); transition: transform .25s var(--ease-soft, cubic-bezier(.4,0,.2,1)); }
.faq summary .plus::before, .faq summary .plus::after {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  background: currentColor; border-radius: 2px;
}
.faq summary .plus::before { width: 15px; height: 2.5px; }
.faq summary .plus::after { width: 2.5px; height: 15px; transition: transform .25s var(--ease-soft, cubic-bezier(.4,0,.2,1)); }
.faq details[open] summary .plus::after { transform: translate(-50%,-50%) scaleY(0); }
.faq details[open] summary .plus { transform: rotate(90deg); }
.faq .a { padding: 0 0 18px; color: var(--ink-800); line-height: 1.7; }
.faq .a p { margin: 0 0 10px; }
.faq .a a { color: var(--plum-600); }
@media (prefers-reduced-motion: reduce) { .faq summary .plus, .faq summary .plus::after { transition: none; } }

/* Language toggle in the header */
.hdr-nav a.nav-lang {
  border: 1px solid var(--ink-200); border-radius: 999px; font-weight: 700;
  font-size: 12.5px; letter-spacing: .06em; color: var(--plum-600); padding: 7px 12px; margin-left: 4px;
}
.hdr-nav a.nav-lang:hover { background: var(--plum-50); border-color: var(--plum-300); color: var(--plum-700); }
@media (max-width: 900px) { .hdr-nav a.nav-lang { text-align: center; } }

/* ══════════════════════════════════════════════════════════════════
   MEDIA KIT PAGE
   ══════════════════════════════════════════════════════════════════ */
.mk-download {
  display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; justify-content: space-between;
  background: var(--white); border: 1px solid var(--ink-100); border-radius: 18px;
  padding: 24px 28px; box-shadow: var(--shadow-md); max-width: 900px; margin: 0 auto;
}
.mk-download .t { font-family: var(--font-display); font-size: clamp(1.2rem,2.2vw,1.5rem); color: var(--ink-900); }
.mk-download .t span { display: block; font-family: var(--font-sans); font-size: 14px; font-weight: 600; color: var(--ink-500); margin-top: 4px; }

.mk-section { max-width: 980px; margin: 0 auto; }
.mk-h { font-family: var(--font-display); font-size: clamp(1.4rem,2.6vw,1.9rem); color: var(--ink-900); margin: 0 0 6px; }
.mk-sub { color: var(--ink-500); margin: 0 0 22px; }

/* Color swatches */
.mk-swatches { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; }
.mk-swatch { background: var(--white); border: 1px solid var(--ink-100); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); }
.mk-swatch .chip { height: 92px; }
.mk-swatch .meta { padding: 12px 14px 14px; }
.mk-swatch .name { font-weight: 700; color: var(--ink-900); font-size: 14.5px; }
.mk-swatch .hex { font-family: var(--font-mono); font-size: 13px; color: var(--plum-600); margin-top: 3px; text-transform: uppercase; }
.mk-swatch .note { font-size: 12.5px; color: var(--ink-500); margin-top: 6px; }

/* Asset tiles (logos, icons) */
.mk-assets { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; }
.mk-asset { background: var(--white); border: 1px solid var(--ink-100); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-sm); }
.mk-asset .prev { display: grid; place-items: center; padding: 26px; min-height: 150px; }
.mk-asset .prev.light { background: var(--paper); }
.mk-asset .prev.dark { background: var(--plum-800); }
.mk-asset .prev.paper2 { background: var(--paper-2); }
.mk-asset .prev img { max-width: 130px; max-height: 110px; height: auto; }
.mk-asset .prev img.sm { max-width: 66px; max-height: 66px; }
.mk-asset .cap { padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--ink-100); }
.mk-asset .cap .nm { font-weight: 700; font-size: 14px; color: var(--ink-900); }
.mk-asset .cap .nm span { display: block; font-weight: 600; font-size: 12px; color: var(--ink-400); }
.mk-asset .cap a { font: 700 13px var(--font-sans); color: var(--plum-600); text-decoration: none; white-space: nowrap; }
.mk-asset .cap a:hover { color: var(--plum-700); text-decoration: underline; }

/* Type + ribbon samples */
.mk-type { display: grid; gap: 16px; }
.mk-type .row { background: var(--white); border: 1px solid var(--ink-100); border-radius: 14px; padding: 22px 24px; box-shadow: var(--shadow-sm); }
.mk-type .lbl { font: 700 11px/1 var(--font-sans); letter-spacing: .12em; text-transform: uppercase; color: var(--teal-500); margin-bottom: 10px; }
.mk-type .display { font-family: var(--font-display); font-size: clamp(1.7rem,3.4vw,2.6rem); color: var(--ink-900); line-height: 1.1; }
.mk-type .display em { font-style: italic; color: var(--plum-500); }
.mk-type .body { font-family: var(--font-sans); font-size: 1.05rem; color: var(--ink-800); }
.mk-ribbons-row { display: flex; flex-wrap: wrap; gap: 14px; }
.mk-ribbons-row svg { width: 34px; height: auto; }

/* Page-hero with a large logo lockup (e.g. About) */
.page-hero.with-logo { text-align: left; }
.ph-lockup { display: flex; align-items: center; gap: clamp(24px, 5vw, 60px); }
.ph-logo { width: clamp(130px, 22vw, 260px); height: auto; flex: none; display: block; }
.page-hero.with-logo .sub { margin-left: 0; margin-right: 0; }
@media (max-width: 720px) {
  .page-hero.with-logo { text-align: center; }
  .ph-lockup { flex-direction: column; align-items: center; gap: 20px; }
  .page-hero.with-logo .sub { margin-left: auto; margin-right: auto; }
}

/* ── Home event card: gold border + folded dog-ear "you're invited" ribbon ── */
.event-invite { border: 2.5px solid var(--gold-400); position: relative; overflow: hidden; }
.event-ribbon { position: absolute; top: 0; right: 0; width: 160px; height: 160px; overflow: hidden; border-top-right-radius: 22px; z-index: 3; pointer-events: none; }
.event-ribbon > span {
  position: absolute; right: -60px; top: 38px; width: 232px; transform: rotate(45deg);
  background: linear-gradient(180deg, var(--gold-300), var(--gold-400));
  text-align: center; padding: 9px 0 10px; box-shadow: 0 5px 12px rgba(42,24,51,.22);
}
/* folded "tail" under the inner end, for the dog-ear look */
.event-ribbon::before { content: ""; position: absolute; z-index: 2; top: 0; left: 22px; border: 8px solid transparent; border-top-color: var(--gold-600); border-left-color: var(--gold-600); }
.event-ribbon .k { display: block; font: 800 10px/1 var(--font-sans); letter-spacing: .18em; text-transform: uppercase; color: var(--plum-700); }
.event-ribbon .t { display: block; font-family: var(--font-display); font-style: italic; font-weight: 600; font-size: 15px; line-height: 1.1; color: var(--ink-900); margin-top: 2px; }
@media (max-width: 720px) {
  .event-ribbon { width: 132px; height: 132px; }
  .event-ribbon > span { right: -60px; top: 30px; width: 200px; padding: 7px 0 8px; }
  .event-ribbon .t { font-size: 13px; }
}
