/* YMCA of Central Virginia Design System — shared tokens & components
   Extracted from ymcacva.org (real CSS, real photography, real logo set), 2026-05-07
   Type: Sofia Sans (display + body) — free Google Fonts substitute for proprietary YMCA Cachet */

@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@400;500;600;700;800&family=Sofia+Sans+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  /* color */
  --brand: #0060af;          /* YMCA-CV brand blue (59 occurrences in source CSS) */
  --brand-deep: #053f67;     /* deeper hover/pressed blue */
  --brand-soft: #4d92cf;     /* mid-blue highlight */
  --brand-pale: #d8e6f3;     /* palest blue accent */
  --accent-purple: #92278f;  /* YMCA-CV signature purple (logo accent) */
  --accent-deep: #5c2e91;    /* deeper purple for hover state */
  --accent-soft: #c98ec6;    /* light purple */
  --accent-pale: #ead8e9;    /* palest purple accent */
  --accent-gold: #f1b232;    /* program-highlight gold (YMCA secondary) */
  --ink: #1a1a1a;
  --ink-soft: rgba(26,26,26,0.82);
  --ink-muted: rgba(26,26,26,0.7);
  --ink-quiet: rgba(26,26,26,0.32);
  --ink-faint: rgba(26,26,26,0.12);
  --ink-deep: #0c1a2a;       /* deep navy — darker chrome / footer */
  --bg: #f6f8fb;             /* soft cool off-white */
  --bg-pure: #ffffff;
  --bg-warm: #faf6ee;        /* warm bone for highlight bands */
  --border: #d6dde6;
  --text-on-dark: #ffffff;
  --text-on-dark-muted: rgba(255,255,255,0.78);
  --text-on-dark-quiet: rgba(255,255,255,0.52);

  /* type */
  --font-display: 'Sofia Sans', 'Helvetica Neue', Arial, sans-serif;
  --font-display-cond: 'Sofia Sans Condensed', 'Sofia Sans', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Sofia Sans', 'Helvetica Neue', Arial, sans-serif;
  --font-eyebrow: 'Inter', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

  /* layout — values mapped to live ymcacva.org theme */
  --container: 1170px;        /* matches --container-xl on ymcacva.org */
  --container-narrow: 880px;
  --gutter: 24px;             /* matches `padding: 0 1.5rem` containers */
  --section: 90px;            /* matches `.content-blocks section { padding: 85px 0 90px }` */
  --radius-sm: 8px;           /* utility radius — footer menu, social tiles, language select */
  --radius: 10px;             /* program-card outer radius */
  --radius-lg: 20px;          /* card halves (image / header) on staggered cards */
  --radius-pill: 1000px;      /* the YCVA primary pill radius */
  --radius-wedge: 19px;       /* signature corner-clipped wedge — header menu chrome */

  /* signature shadows lifted from ymcacva.org */
  --shadow-card: 2px 3px 6px rgba(0,0,0,0.16);    /* default card / header */
  --shadow-btn: 2px 2px 5px rgba(0,0,0,0.20);     /* purple-gradient buttons */
  --shadow-raised: 0 3px 6px rgba(0,0,0,0.16);    /* social-tile / video play */
  --shadow-form: 2px 2px 8px rgba(0,0,0,0.27);    /* hero-with-form callout */

  /* signature gradients */
  --gradient-blue: linear-gradient(to right, #0060af, #0089d0);
  --gradient-blue-rev: linear-gradient(to left, #0060af, #0089d0);
  --gradient-purple: linear-gradient(to left, #5c2e91, #92278f);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: var(--brand); text-decoration: none; }

/* TYPOGRAPHY ----------------------------------------------- */
/* Live-site rules: H1 uppercase 55px / -1.38px, H2 55px / -2.75px / mid-blue,
   H3 32px, H4 28px / -1px, body 22px weight 200, "preheader" eyebrow uppercase 32px
   in dark-blue. Letter-spacing is aggressively negative — the YCVA fingerprint. */
.display {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(56px, 8vw, 108px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0;
}
.h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(34px, 5vw, 55px);
  line-height: 1.02;
  letter-spacing: -0.025em;     /* matches -1.38px @ 55px */
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 0.4em;
}
.h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(32px, 4.8vw, 55px);
  line-height: 1;
  letter-spacing: -0.05em;      /* matches -2.75px @ 55px — distinctive */
  color: var(--brand-soft);     /* h2 is mid-blue on the live site */
  margin: 0 0 0.5em;
}
.h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0 0 12px;
}
/* "Preheader" — YCVA's signature uppercase eyebrow in dark-blue, NOT a small caps label.
   Used above H2 across the site. 32px desktop / 20px mobile. */
.preheader {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1;
  letter-spacing: -0.028em;     /* matches -0.9px */
  text-transform: uppercase;
  color: var(--brand);
  margin: 0 0 12px;
}
/* Conventional small eyebrow kept for tighter UI uses (chips above grids etc.) */
.eyebrow {
  font-family: var(--font-eyebrow);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0 0 16px;
  display: inline-block;
}
.eyebrow.on-dark { color: var(--brand-soft); }
.eyebrow.purple { color: var(--accent-purple); }
.eyebrow.gold { color: var(--accent-gold); }
.lede {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 0 32px;
  max-width: 56ch;
}
p { margin: 0 0 1.1em; max-width: 72ch; }

/* BUTTONS -------------------------------------------------- */
/* YCVA primary CTA: purple-gradient pill, UPPERCASE, signature 2px-border-on-hover
   replacing 2px of padding so the button doesn't reflow neighbors.
   Lifted from ymcacva.org `.btn` + `.btn.btn-purple-transparent`. */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 33px;
  border: 0;
  background: var(--gradient-purple);
  color: #fff;
  border-radius: var(--radius-pill);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: var(--shadow-btn);
  transition: background 0.5s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  line-height: 1;
}
.btn:hover {
  background: transparent;
  color: var(--accent-deep);
  border: 2px solid var(--accent-deep);
  padding: 10px 31px;       /* shrink by 2px to absorb the new border */
}
.btn.secondary {
  background: transparent;
  color: var(--brand);
  border: 2px solid var(--brand);
  padding: 10px 31px;
  box-shadow: none;
}
.btn.secondary:hover {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
  padding: 10px 31px;
}
.btn.solid-blue {
  background: var(--brand);
  color: #fff;
}
.btn.solid-blue:hover {
  background: transparent;
  color: var(--brand);
  border: 2px solid var(--brand);
  padding: 10px 31px;
}
.btn.purple {
  background: var(--gradient-purple);
}
.btn.purple:hover {
  background: transparent;
  color: var(--accent-deep);
  border: 2px solid var(--accent-deep);
  padding: 10px 31px;
}
.btn.on-dark {
  background: #fff;
  color: var(--accent-deep);
  box-shadow: var(--shadow-btn);
}
.btn.on-dark:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 31px;
}
.btn.outline-on-dark {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 31px;
  box-shadow: none;
}
.btn.outline-on-dark:hover {
  background: #fff;
  color: var(--accent-deep);
  border-color: #fff;
  padding: 10px 31px;
}
.btn.gold {
  background: var(--accent-gold);
  color: var(--ink);
}
.btn.gold:hover {
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--accent-gold);
  padding: 10px 31px;
}

/* Inline text+arrow link — matches `.btn.link` on ymcacva.org: 700 weight, no border. */
.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.005em;
  color: var(--brand);
  text-decoration: none;
  text-transform: none;
  transition: color 160ms ease;
}
.btn-arrow .arrow {
  display: inline-flex;
  align-items: center;
  transition: transform 200ms ease;
}
.btn-arrow .arrow svg {
  width: 12px;
  height: auto;
  display: block;
  fill: currentColor;
}
.btn-arrow:hover { color: var(--brand-deep); }
.btn-arrow:hover .arrow { transform: translateX(5px); }
.btn-arrow.on-dark { color: var(--brand-soft); }
.btn-arrow.on-dark:hover { color: #fff; }
.btn-arrow.purple { color: var(--accent-purple); }
.btn-arrow.purple:hover { color: var(--accent-deep); }
.btn .arrow svg { width: 11px; height: auto; fill: currentColor; display: block; }
.btn .arrow { display: inline-flex; align-items: center; transition: transform 200ms ease; }
.btn:hover .arrow { transform: translateX(4px); }

/* CHIP ----------------------------------------------------- */
/* YCVA chip — pill, brand-pale background. The transparent-blue token
   `rgba(8,137,208,0.15)` is also used for "tab backgrounds" on the live site. */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(8,137,208,0.15);
  color: var(--brand);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
}
.chip.purple {
  background: var(--accent-pale);
  color: var(--accent-deep);
}
.chip.gold {
  background: rgba(241,178,50,0.18);
  color: #8a5e10;
}
.chip.outline {
  background: transparent;
  border: 1px solid var(--ink-quiet);
  color: var(--ink-soft);
}

/* LAYOUT --------------------------------------------------- */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.container-narrow {
  max-width: var(--container-narrow);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.section { padding: var(--section) 0; }
.section-sm { padding: 64px 0; }

/* DIAGONAL DECORATION (signature — pulled from real ymcacva.org diagonal-bg.png) */
.diagonal-band {
  position: relative;
  background: var(--brand);
  color: #fff;
  overflow: hidden;
}
.diagonal-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('assets/ymca-brand/diagonal-bg.png');
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  mix-blend-mode: lighten;
  pointer-events: none;
}

/* NAVIGATION ----------------------------------------------- */
/* YCVA #masthead is a fixed black-to-transparent gradient strip — the chrome
   reads on top of any hero photo. Menu trigger is a bottom-right-rounded
   solid blue wedge (0 0 19px 0). Right side is logo + CTAs + search icon. */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 109px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
  transition: background 220ms ease;
}
.nav.scrolled {
  background: var(--bg-pure);
  box-shadow: 0 1px 0 var(--ink-faint);
}
/* The signature menu-button wedge */
.nav-menu-trigger {
  width: 90px;
  height: 109px;
  border: 0;
  border-radius: 0 0 var(--radius-wedge) 0;  /* corner-clipped wedge */
  background: var(--brand);
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 2px 3px 11px rgba(0,0,0,0.43);
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.nav-menu-trigger .bars {
  position: relative;
  display: inline-block;
  width: 70%;
  height: 7px;
  background: #fff;
  border-radius: 100px;
}
.nav-menu-trigger .bars::before,
.nav-menu-trigger .bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  background: #fff;
  border-radius: 100px;
}
.nav-menu-trigger .bars::before { top: 16px; }
.nav-menu-trigger .bars::after { bottom: 16px; }

.nav-brand {
  position: absolute;
  top: 16px;
  left: 122px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}
.nav-brand img {
  height: 48px;
  width: auto;
}
.nav-brand .site-name {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 30px;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  line-height: 1;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  padding-right: 30px;
}
.nav-links a {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.005em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 140ms ease;
}
.nav-links a:hover { color: var(--brand-soft); }
.nav.scrolled .nav-links a { color: var(--ink); }
.nav.scrolled .nav-brand .site-name { color: var(--ink); }
.nav-cta {
  padding: 10px 26px;
  font-size: 14px;
}

/* CARDS ---------------------------------------------------- */
/* Live YCVA cards: no border, signature drop-shadow `2px 3px 6px #00000029`,
   `20px` radius. Hover does NOT translateY (live site is mostly static cards) —
   programs use a content-reveal panel instead. We keep a subtle lift for affordance. */
.card {
  background: var(--bg-pure);
  border: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 300ms ease, box-shadow 300ms ease;
}
.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 14px rgba(0,0,0,0.18);
}
.card .img {
  aspect-ratio: 1/1;            /* YCVA cards use a square image (staggered-cards pattern) */
  background-size: cover;
  background-position: center;
  background-color: var(--brand-pale);
}
.card .body { padding: 24px 24px 28px; }

/* Split-half card variant — YCVA staggered-cards signature pattern.
   Header sits on `--gradient-blue-rev` with white type, top-rounded only;
   image fills the bottom, bottom-rounded only. */
.card-split { border-radius: 0; box-shadow: none; background: transparent; }
.card-split .head {
  background: var(--gradient-blue-rev);
  color: #fff;
  padding: 28px 16px 16px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  box-shadow: var(--shadow-card);
  text-align: center;
}
.card-split .head .title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.04em;
  margin: 0 0 4px;
}
.card-split .head .sub {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  opacity: 0.92;
}
.card-split .pic {
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  background-color: var(--brand-pale);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  box-shadow: var(--shadow-card);
  margin-top: 5px;
}

/* DARK SECTION -------------------------------------------- */
.dark {
  background: var(--ink-deep);
  color: #fff;
}
.dark .h1, .dark .h2, .dark .h3, .dark .display { color: #fff; }
.dark .lede { color: var(--text-on-dark-muted); }
.dark p { color: var(--text-on-dark-muted); }

/* FOOTER --------------------------------------------------- */
/* YCVA footer: brand-blue background (matches the live site, NOT navy),
   white square social tiles (50x50, 8px radius, mid-blue glyphs), and a
   white pill nav with `|` separators (variant `.footer--menu-style`). */
.footer {
  background: var(--brand);
  color: #fff;
  padding: 80px 0 40px;
}
.footer .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 56px;
}
.footer h4 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 18px;
}
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: 10px; color: rgba(255,255,255,0.92); font-size: 15px; }
.footer ul a {
  color: rgba(255,255,255,0.92);
  font-size: 15px;
  font-weight: 400;
  transition: color 140ms ease;
}
.footer ul a:hover { color: #fff; text-decoration: underline; }
.footer .footer-brand { display: block; }
.footer .footer-brand img { height: 90px; margin-bottom: 18px; width: auto; }
.footer .footer-brand p {
  color: rgba(255,255,255,0.92);
  font-size: 14px;
  max-width: 320px;
  line-height: 1.6;
}
.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.20);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
}

/* White square social tiles — definitive YCVA fingerprint */
.footer-bottom .socials,
.footer .socials { display: flex; gap: 14px; }
.footer-bottom .socials a,
.footer .socials a {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius-sm);
  color: var(--brand-soft);
  background: #fff;
  box-shadow: var(--shadow-raised);
  font-size: 24px;
  transition: color 140ms ease, background 140ms ease;
}
.footer-bottom .socials a:hover,
.footer .socials a:hover {
  background: var(--brand-soft);
  color: #fff;
}

/* Footer variant: YCVA "menu-pill" layout — 3-col with centered logo lockup
   and a white pill nav with `|` separators between items. */
.footer--menu-style .footer-grid {
  grid-template-columns: 1fr 2fr 1fr;
  gap: 55px;
  align-items: end;
  margin-bottom: 0;
}
.footer--menu-style .footer-mission p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.005em;
}
.footer--menu-style .footer-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.footer--menu-style .footer-brand {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 36px;
}
.footer--menu-style .footer-brand img {
  height: 75px;
  width: auto;
  margin-bottom: 0;
}
.footer--menu-style .footer-brand h2,
.footer--menu-style .footer-brand p {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(22px, 2.6vw, 32px);
  letter-spacing: -0.025em;
  line-height: 1;
  max-width: none;
}
/* The signature white-pill nav menu in the footer */
.footer-menu {
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 10px 36px;
}
.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.footer-menu li { margin: 0; }
.footer-menu a {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.005em;
  color: var(--brand);
  white-space: nowrap;
  transition: color 140ms ease;
}
.footer-menu a:hover { color: var(--brand-soft); }
.footer-menu li:not(:last-child)::after {
  content: "|";
  color: var(--brand);
  margin: 0 1.25rem;
}
.footer--menu-style .footer-copyright {
  font-size: 16px;
  color: #fff;
}
.footer--menu-style .footer-copyright strong { display: block; }
/* Language select — matches gtranslate styling on the live site */
.footer-language select {
  height: 50px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: var(--radius-sm);
  color: #fff;
  width: 100%;
  padding: 0 12px;
  font-family: var(--font-body);
  font-weight: 400;
}
.footer-language option { background: var(--brand); color: #fff; }

/* HERO ----------------------------------------------------- */
/* Default hero: photo background with overlaid content (used by current pages).
   Live site uses TWO heroes — this overlay style on landing pages, and a
   `hero--split` variant on the homepage where content sits BELOW the photo. */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  padding: 160px 0 90px;
  color: #fff;
  overflow: hidden;
  background: var(--ink-deep);
}
.hero .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.hero .scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,26,42,0.30) 0%, rgba(12,26,42,0.10) 35%, rgba(12,26,42,0.85) 100%);
  z-index: 1;
}
.hero .container { position: relative; z-index: 2; }
.hero .display { color: #fff; max-width: 18ch; }
.hero .lede { color: rgba(255,255,255,0.92); max-width: 50ch; }

/* Signature hero variant — photo + content-strip below (homepage pattern).
   Includes the giant outlined-stroke word, the dark-blue pre-line, and the
   right-rounded alerts pill that bleeds off the left container edge. */
.hero--split {
  display: flex;
  flex-direction: column;
  background: var(--bg-pure);
  min-height: 0;
  padding: 0;
  align-items: stretch;
  color: var(--ink);
}
.hero--split .bg-wrap {
  position: relative;
  height: 75vh;
  width: 100%;
  overflow: hidden;
}
.hero--split .bg-wrap .bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero--split .bg-wrap .scrim {
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.25) 100%);
}
.hero--split .content-strip {
  position: relative;
  background: var(--bg-pure);
  padding: 36px 0 64px;
}
.hero--split .pre-line {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(20px, 2.6vw, 41px);
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0;
}
/* The signature outlined hero word — white fill, blue stroke, capitalized */
.hero--split .big-word {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(45px, 11vw, 120px);
  line-height: 0.8;
  letter-spacing: -0.058em;
  color: #fff;
  -webkit-text-stroke: 2.5px var(--brand-soft);
  text-stroke: 2.5px var(--brand-soft);
  text-transform: capitalize;
  white-space: nowrap;
  margin: 4px 0 18px;
}
@media (max-width: 768px) {
  .hero--split .big-word { -webkit-text-stroke-width: 2px; letter-spacing: -0.04em; }
}
/* Right-rounded alerts pill — bleeds off the left container edge */
.hero--split .alerts {
  position: relative;
  width: min(85%, 758px);
  border-radius: 0 var(--radius-pill) var(--radius-pill) 0;
  background: rgba(92,46,145,0.10);
  padding: 18px 28px;
  margin-left: calc(-1 * var(--gutter));
  padding-left: var(--gutter);
}
.hero--split .alerts strong { color: var(--accent-deep); }
@media (max-width: 768px) {
  .hero--split .alerts { width: 100%; border-radius: 0; margin-left: 0; }
}

/* ICON HELPER --------------------------------------------- */
.y-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  vertical-align: middle;
  flex-shrink: 0;
}
.y-icon.sm { width: 16px; height: 16px; }
.y-icon.lg { width: 48px; height: 48px; }
.y-icon.xs { width: 14px; height: 14px; }

/* MOBILE-NAV TOGGLE -------------------------------------- */
.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 8px;
  margin-left: 8px;
  color: inherit;
  cursor: pointer;
  border-radius: 6px;
}
.nav-toggle .y-icon { width: 22px; height: 22px; }
.nav.over-dark .nav-toggle { color: #fff; }
.nav.scrolled .nav-toggle { color: var(--ink); }

/* RESPONSIVE ---------------------------------------------- */
@media (max-width: 880px) {
  .nav-links a { display: none; }
  .nav-links a.btn,
  .nav-links a.nav-cta { display: inline-flex; }
  .nav-toggle { display: inline-flex; }
  .footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .section { padding: 80px 0; }
}

/* ==================== SIGNATURE PATTERNS ==================== */
/* YMCA-CV-only extensions to the canonical section catalog.
   Per brand-spec.md → "Signature patterns (YMCA-CV-only)". */

/* PROGRAM-CATEGORY CARD (3 areas of focus: youth dev / healthy living / social responsibility) */
.sig-program-categories {
  padding: 96px 0;
  background: var(--bg-pure);
}
.sig-program-categories .head {
  text-align: center;
  margin-bottom: 56px;
}
.sig-program-categories .head .h2 { margin-bottom: 12px; }
.sig-program-categories .head .lede { margin-left: auto; margin-right: auto; }
.sig-program-categories .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.sig-program-category-card {
  position: relative;
  background: var(--bg-pure);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform 220ms ease, box-shadow 220ms ease;
  box-shadow: 0 2px 4px rgba(12,26,42,0.04);
}
.sig-program-category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 64px -28px rgba(0,96,175,0.30);
}
.sig-program-category-card .img {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  position: relative;
}
.sig-program-category-card .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(12,26,42,0.55) 100%);
}
.sig-program-category-card .badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  z-index: 2;
  font-family: var(--font-eyebrow);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
}
.sig-program-category-card .body {
  padding: 32px 32px 36px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sig-program-category-card .body .h3 {
  font-size: 26px;
  margin-bottom: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.sig-program-category-card .body p {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.65;
  margin: 0 0 24px;
  flex: 1;
}

/* JOIN-BAND (signature membership / get-involved CTA band) */
.sig-join-band {
  background: var(--gradient-blue);
  color: #fff;
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}
.sig-join-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('assets/ymca-brand/diagonal-bg.png');
  background-size: cover;
  background-position: center;
  opacity: 0.30;
  pointer-events: none;
}
.sig-join-band .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: center;
}
.sig-join-band .eyebrow {
  color: rgba(255,255,255,0.85);
  display: block;
  margin-bottom: 16px;
}
.sig-join-band .h2 {
  color: #fff;
  margin-bottom: 16px;
  text-wrap: balance;
}
.sig-join-band .lede {
  color: rgba(255,255,255,0.92);
  margin-bottom: 0;
}
.sig-join-band .actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}
.sig-join-band .actions .btn {
  width: 100%;
  justify-content: center;
}
.sig-join-band .promise-line {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.20);
  font-family: var(--font-eyebrow);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  text-align: center;
}

/* IMPACT STAT STRIP (signature — community impact figures) */
.sig-impact-stats {
  padding: 96px 0;
  background: var(--ink-deep);
  color: #fff;
}
.sig-impact-stats .head {
  text-align: center;
  margin-bottom: 56px;
}
.sig-impact-stats .head .eyebrow { color: var(--brand-soft); display: block; margin-bottom: 14px; }
.sig-impact-stats .head .h2 { color: #fff; margin: 0 auto; max-width: 22ch; }
.sig-impact-stats .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.sig-impact-stats .stat {
  text-align: left;
  padding-left: 24px;
  border-left: 3px solid var(--accent-purple);
}
.sig-impact-stats .stat .figure {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(48px, 5.5vw, 80px);
  line-height: 0.94;
  letter-spacing: -0.02em;
  color: var(--brand-soft);
  margin: 0 0 12px;
}
.sig-impact-stats .stat .figure .unit {
  font-size: 0.5em;
  vertical-align: super;
  margin-left: 4px;
  letter-spacing: 0;
  color: rgba(255,255,255,0.6);
}
.sig-impact-stats .stat .label {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 6px;
  max-width: 22ch;
}
.sig-impact-stats .stat .source {
  font-family: var(--font-eyebrow);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

/* BRANCH LOCATIONS GRID (signature — multi-branch listings) */
.sig-branch-locations {
  padding: 96px 0;
  background: var(--bg);
}
.sig-branch-locations .head {
  text-align: center;
  margin-bottom: 48px;
}
.sig-branch-locations .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.sig-branch-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  background: var(--bg-pure);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--ink-faint);
  transition: box-shadow 220ms ease, border-color 220ms ease;
  text-decoration: none;
  color: inherit;
}
.sig-branch-card:hover {
  box-shadow: 0 24px 48px -24px rgba(12,26,42,0.20);
  border-color: var(--brand-soft);
}
.sig-branch-card .photo {
  background-size: cover;
  background-position: center;
  background-color: var(--brand-pale);
}
.sig-branch-card .body {
  padding: 24px 28px 24px 0;
}
.sig-branch-card .name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
  color: var(--ink);
}
.sig-branch-card .address {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0 0 14px;
  line-height: 1.5;
}
.sig-branch-card .meta-line {
  font-family: var(--font-eyebrow);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--brand);
  display: inline-flex;
  gap: 14px;
  align-items: center;
}

/* GIVE-OPTIONS CARD (signature — donation methods) */
.sig-give-options {
  padding: 96px 0;
  background: var(--bg-pure);
}
.sig-give-options .head {
  text-align: center;
  margin-bottom: 56px;
}
.sig-give-options .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.sig-give-card {
  background: var(--bg);
  border-radius: var(--radius);
  padding: 36px 36px 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  border: 1px solid transparent;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}
.sig-give-card:hover {
  border-color: var(--brand-soft);
  box-shadow: 0 20px 40px -20px rgba(0,96,175,0.20);
  transform: translateY(-3px);
}
.sig-give-card .num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-purple);
}
.sig-give-card h4 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--ink);
}
.sig-give-card p {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

/* TESTIMONIAL CARD (member story) */
.sig-member-quote {
  background: var(--bg-warm);
  border-left: 4px solid var(--accent-purple);
  padding: 56px 64px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  border-radius: 0 var(--radius) var(--radius) 0;
}
.sig-member-quote::before {
  content: "\201C";
  position: absolute;
  top: -16px;
  left: 36px;
  font-family: Georgia, serif;
  font-size: 140px;
  line-height: 1;
  color: var(--accent-soft);
  font-style: normal;
  font-weight: 400;
}
.sig-member-quote .quote {
  font-family: var(--font-body);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(20px, 1.9vw, 26px);
  line-height: 1.5;
  color: var(--ink);
  margin: 0 0 32px;
  max-width: 36ch;
}
.sig-member-quote .attribution {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sig-member-quote .attribution .name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.005em;
  color: var(--ink);
  line-height: 1.2;
  margin: 0;
}
.sig-member-quote .attribution .title {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--ink-muted);
  margin: 4px 0 0;
}

/* PROGRAM-LEADER PROFILE (signature, replaces church `staff-profile`) */
.sig-leader-profile {
  padding: 96px 0;
  background: var(--bg);
}
.sig-leader-profile .container {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 64px;
  align-items: center;
}
.sig-leader-profile .photo {
  aspect-ratio: 1;
  border-radius: var(--radius-lg);
  background-size: cover;
  background-position: center;
  background-color: var(--brand-pale);
  max-width: 380px;
  width: 100%;
  justify-self: end;
}
.sig-leader-profile .info .name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -0.018em;
  margin: 0 0 6px;
  color: var(--ink);
}
.sig-leader-profile .info .role {
  font-family: var(--font-eyebrow);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0 0 24px;
}
.sig-leader-profile .info .bio {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-soft);
}
.sig-leader-profile .credentials {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* MEMBERSHIP TIERS (signature — pricing/membership levels) */
.sig-membership-tiers {
  padding: 96px 0;
  background: var(--bg-pure);
}
.sig-membership-tiers .head {
  text-align: center;
  margin-bottom: 56px;
}
.sig-membership-tiers .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.sig-tier {
  background: var(--bg);
  border-radius: var(--radius);
  padding: 32px 28px 36px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--ink-faint);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}
.sig-tier:hover {
  border-color: var(--brand-soft);
  box-shadow: 0 20px 40px -20px rgba(0,96,175,0.20);
  transform: translateY(-2px);
}
.sig-tier.featured {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
  position: relative;
}
.sig-tier.featured .label,
.sig-tier.featured .price,
.sig-tier.featured .price .per,
.sig-tier.featured ul li,
.sig-tier.featured h4 { color: #fff; }
.sig-tier.featured ul li::before { color: rgba(255,255,255,0.85); }
.sig-tier.featured .ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent-gold);
  color: var(--ink);
  font-family: var(--font-eyebrow);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
}
.sig-tier .label {
  font-family: var(--font-eyebrow);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 12px;
}
.sig-tier h4 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
}
.sig-tier .price {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 8px 0 24px;
}
.sig-tier .price .per {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-muted);
  letter-spacing: 0;
}
.sig-tier ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  flex: 1;
}
.sig-tier ul li {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.sig-tier ul li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand);
  font-weight: 800;
}

/* PROGRAM SCHEDULE (signature, replaces church `service-times`) */
.sig-program-schedule {
  padding: 96px 0;
  background: var(--bg-pure);
}
.sig-program-schedule h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 32px;
  letter-spacing: -0.014em;
  margin: 0 0 32px;
}
.sig-program-schedule .row {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  gap: 32px;
  padding: 18px 0;
  border-bottom: 1px solid var(--ink-faint);
  align-items: center;
}
.sig-program-schedule .row .day {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.005em;
  color: var(--ink);
}
.sig-program-schedule .row .time {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--brand);
  letter-spacing: -0.005em;
}
.sig-program-schedule .row .desc {
  font-size: 14px;
  color: var(--ink-soft);
}

/* PROGRAM-CARD (signature — outline hover-fill with content-reveal panel)
   Live site pattern: 3px brand-blue outline header, white body with photo;
   on hover, header inverts (blue fill with white type) and a mid-blue panel
   slides up from the bottom of the photo with descriptive copy. */
.sig-program-cards {
  padding: var(--section) 0;
  background: var(--bg-pure);
  text-align: center;
}
.sig-program-cards .head { margin-bottom: 48px; }
.sig-program-cards .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.sig-program-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.sig-program-card .head-pane {
  padding: 18px 16px;
  border: 3px solid var(--brand);
  border-radius: 10px 10px 0 0;
  background: #fff;
  margin-bottom: 5px;
  transition: background 220ms ease, border-color 220ms ease;
}
.sig-program-card .head-pane h4 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.04em;
  color: var(--brand-soft);
  margin: 0 0 4px;
  transition: color 220ms ease;
}
.sig-program-card .head-pane p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--ink-soft);
  transition: color 220ms ease;
}
.sig-program-card .body-pane {
  position: relative;
  min-height: 320px;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: var(--brand-pale);
}
.sig-program-card .body-pane .reveal {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: var(--brand-soft);
  color: #fff;
  height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  transition: height 300ms ease;
}
.sig-program-card .body-pane .reveal p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.sig-program-card:hover .head-pane {
  background: var(--brand);
  border-color: var(--brand-soft);
}
.sig-program-card:hover .head-pane h4,
.sig-program-card:hover .head-pane p { color: #fff; }
.sig-program-card:hover .body-pane .reveal { height: 100%; }

/* IMAGE-ACCORDION (signature — left-flush list, photo on right)
   YCVA pattern: blue-gradient band, white accordion panels with `0 8px 8px 0`
   radius (flush to the left container edge), photo block on the right. */
.sig-image-accordion {
  background: var(--gradient-blue);
  color: #fff;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
.sig-image-accordion .head { text-align: center; margin-bottom: 32px; }
.sig-image-accordion .head .preheader,
.sig-image-accordion .head .h2 { color: #fff; }
.sig-image-accordion .head .h2 { color: #fff; }
.sig-image-accordion .row {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 32px;
  align-items: center;
}
.sig-image-accordion .pic {
  height: 400px;
  border-radius: var(--radius-lg);
  background-size: cover;
  background-position: center;
  background-color: var(--brand-pale);
  box-shadow: var(--shadow-card);
}
.sig-image-accordion .items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sig-image-accordion .acc-item {
  background: #fff;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;   /* left-flush — distinctive */
  padding: 12px 24px 12px 32px;
  border: 4px solid transparent;
  border-left: 0;
  box-shadow: var(--shadow-card);
  transition: border-color 320ms ease;
}
.sig-image-accordion .acc-item.open {
  border-top-color: var(--brand-soft);
  border-right-color: var(--brand-soft);
  border-bottom-color: var(--brand-soft);
}
.sig-image-accordion .acc-head {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.sig-image-accordion .acc-icon {
  width: 35px; height: 35px;
  background: var(--brand-soft);
  border-radius: 10000px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  flex-shrink: 0;
}
.sig-image-accordion .acc-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(20px, 2.4vw, 28px);
  letter-spacing: -0.04em;
  color: var(--brand);
  margin: 0;
}
.sig-image-accordion .acc-toggle {
  margin-left: auto;
  margin-right: 8px;
  background: none;
  border: 0;
  font-size: 22px;
  color: var(--brand);
  font-weight: 800;
  cursor: pointer;
}
.sig-image-accordion .acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms ease;
}
.sig-image-accordion .acc-item.open .acc-body { max-height: 600px; }
.sig-image-accordion .acc-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 8px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  color: var(--ink-soft);
}
.sig-image-accordion .acc-list li {
  width: 50%;
  position: relative;
  padding-left: 18px;
  margin-bottom: 4px;
}
.sig-image-accordion .acc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: 2px solid var(--brand);
  border-radius: 50%;
}

/* STAGGERED-CARDS (signature — middle card pushed down 50px)
   Three-up grid where the middle card has translateY(50px) for visual rhythm.
   Built from the .card-split primitive above. */
.sig-staggered-cards {
  padding: var(--section) 0;
  text-align: center;
}
.sig-staggered-cards .head { margin-bottom: 32px; }
.sig-staggered-cards .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 32px 16px 80px;
  max-width: 1205px;
  margin: 0 auto;
}
.sig-staggered-cards .grid > .card-split:nth-child(2) {
  transform: translateY(50px);
}
@media (max-width: 992px) {
  .sig-staggered-cards .grid > .card-split:nth-child(2) { transform: none; }
}

@media (max-width: 880px) {
  .sig-program-cards .grid { grid-template-columns: 1fr; }
  .sig-image-accordion .row { grid-template-columns: 1fr; }
  .sig-staggered-cards .grid { grid-template-columns: 1fr; padding-bottom: 24px; }
  .sig-program-categories .grid { grid-template-columns: 1fr; gap: 24px; }
  .sig-join-band .container { grid-template-columns: 1fr; gap: 40px; }
  .sig-impact-stats .grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .sig-branch-locations .grid { grid-template-columns: 1fr; gap: 20px; }
  .sig-branch-card { grid-template-columns: 1fr; }
  .sig-branch-card .photo { aspect-ratio: 16/10; }
  .sig-branch-card .body { padding: 24px; }
  .sig-give-options .grid { grid-template-columns: 1fr; }
  .sig-leader-profile .container { grid-template-columns: 1fr; gap: 32px; }
  .sig-leader-profile .photo { justify-self: center; }
  .sig-membership-tiers .grid { grid-template-columns: 1fr 1fr; }
  .sig-member-quote { padding: 40px 32px; }
  .sig-program-schedule .row { grid-template-columns: 1fr; gap: 6px; padding: 16px 0; }
}


/* ============ DS NAV ============ */
.ds-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border, rgba(0,0,0,0.08));
  font-family: 'Inter', system-ui, sans-serif;
}
.ds-nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.ds-nav-brand {
  font-weight: 600;
  font-size: 15px;
  color: var(--ink, #161616);
  text-decoration: none;
  letter-spacing: -0.005em;
}
.ds-nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4px;
}
.ds-nav-tabs a {
  display: block;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft, #3D3D3D);
  text-decoration: none;
  border-radius: 6px;
  transition: background 160ms, color 160ms;
}
.ds-nav-tabs a:hover {
  background: rgba(0,0,0,0.04);
  color: var(--ink, #161616);
}
.ds-nav-tabs a.active {
  background: var(--ink, #161616);
  color: #fff;
}
