/* YMCA of Greater Montgomery Design System — shared tokens & components
   Extracted from ymcamontgomery.org (real CSS, real photography, real logo), 2026-05-07.
   Type: Sofia Sans (display + body) — free Google Fonts substitute for proprietary YMCA Cachet.
   Theme: WordPress theme `montgomery` (themes/montgomery + themes/sspider) */

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

:root {
  /* color — extracted from `themes/montgomery/assets/css/defaults.css` (:root vars) */
  --brand: #0060af;          /* --blue-dk · primary brand */
  --brand-deep: #053f67;     /* deeper shade for hover/depth (derived) */
  --brand-soft: #0089d0;     /* --blue-md · the "mid-blue" used for H2 + secondary */
  --brand-light: #00aeef;    /* --blue-lt · the cyan-blue accent for chevrons / icons */
  --brand-pale: #e3f2fa;     /* --blue-t · the pale blue tint for card / footer fills */

  --accent-purple: #92278f;  /* purple gradient start */
  --accent-deep: #5c2e91;    /* --purple-dk · the dominant purple (links, accents) */
  --accent-soft: #c98ec6;    /* derived light purple */
  --accent-pale: #f0ecf5;    /* --purple-t · pale purple tint */
  --accent-gold: #f1b232;    /* federation-style gold (badges only) */

  --ink: #484848;            /* --black · body text */
  --ink-soft: rgba(72,72,72,0.85);
  --ink-muted: #707070;      /* --gray · captions */
  --ink-quiet: rgba(72,72,72,0.32);
  --ink-faint: rgba(72,72,72,0.12);
  --ink-deep: #140000;       /* --black-dk · headline ink */
  --bg: #f7fafd;             /* page bg — slightly cooler than YCVA */
  --bg-pure: #ffffff;        /* --white */
  --bg-warm: #faf6ee;        /* warm bone for highlight bands */
  --border: #d6dde6;
  --text-on-dark: #ffffff;
  --text-on-dark-muted: rgba(255,255,255,0.85);
  --text-on-dark-quiet: rgba(255,255,255,0.55);

  /* type — Cachet (proprietary) substituted with Sofia Sans (free Google Fonts).
     Site loads Cachet at 200/400/700; we mirror that with Sofia Sans 200/400/700/800. */
  --font-display: '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 match `defaults.css` :root */
  --container: 1520px;       /* --container-default — Montgomery's primary width */
  --container-lg: 1600px;
  --container-xl: 1800px;
  --container-narrow: 1170px;
  --gutter: 1.5rem;          /* --container-padding */
  --section: 95px;           /* dominant section padding (Montgomery uses 85–95px ranges) */
  --block-rhythm: 125px;     /* live `.content-blocks > * { margin-bottom: 125px }` */

  --radius-sm: 8px;
  --radius: 11px;            /* nested card radius (used 2× — 11px is the inner-card move) */
  --radius-lg: 20px;         /* DOMINANT card radius — 25 occurrences */
  --radius-xl: 25px;         /* hero intro card */
  --radius-pill: 1000px;     /* button pill radius */

  /* SIGNATURE shadows — `0px 3px 6px #00000029` is THE Montgomery shadow (15 occurrences) */
  --shadow-card: 0px 3px 6px rgba(0,0,0,0.16);    /* core card / footer-logo / header-scrolled */
  --shadow-soft: 1px 1px 4px rgba(0,0,0,0.13);    /* subtle scrolled-header lift */
  --shadow-deep: 3px 3px 10px rgba(0,0,0,0.16);   /* gradient-wrapped tile shadow */
  --shadow-press: 3px 3px 6px rgba(0,0,0,0.39);   /* play-button drop shadow */
  --shadow-overlay: 4px 4px 10px rgba(0,0,0,0.11); /* nested-card inner */
  --shadow-soft-lift: 5px 5px 15px rgba(0,0,0,0.05); /* footer-pill nav */
  --shadow-overhang: 3px -4px 16px rgba(0,0,0,0.10); /* footer floating logo */

  /* signature gradients — 1:1 with defaults.css */
  --blue-gradient: linear-gradient(214deg, #0060af 0%, #0089d0 100%);
  --blue-gradient-90: linear-gradient(90deg, #0060af 0%, #0089d0 100%);
  --purple-gradient: linear-gradient(149deg, #92278f 0%, #5c2e91 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  /* Live site body: 24px / weight 200 (extra-light) — Montgomery's distinctive body weight */
  font-size: 24px;
  font-weight: 200;
  line-height: 1.5;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }

/* Live site links default to --purple-dk — a Montgomery distinctive */
a { color: var(--accent-deep); text-decoration: none; }

/* TYPOGRAPHY ----------------------------------------------- */
/* Live values from `defaults.css`:
   H1 60px / weight 700 / -0.05em / line-height 1.2
   H2 50px / weight 700 / -0.05em / line-height 1.0 / color --blue-md
   H3 36px / weight 200 / -0.025em / line-height 1.2 / color --black-dk  ← weight 200 is distinctive
   H4 28px / weight 700 / -0.05em
   H5 24px / weight 700 / -0.05em
   Letter-spacing -0.05em is the dominant Montgomery move. */

.display {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(48px, 7vw, 90px);
  line-height: 1.0;
  letter-spacing: -0.05em;
  color: var(--ink-deep);
  margin: 0;
}
.h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 60px);
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin: 0 0 0.4em;
  color: var(--ink-deep);
}
.h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1;
  letter-spacing: -0.05em;
  /* H2 inherits --blue-md by default — distinctive Montgomery typography move */
  color: var(--brand-soft);
  margin: 0 0 0.5em;
}
.h3 {
  font-family: var(--font-display);
  /* H3 IS WEIGHT 200 — extra-light. This is one of Montgomery's most idiosyncratic moves */
  font-weight: 200;
  font-size: clamp(22px, 2.6vw, 36px);
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--ink-deep);
  margin: 0 0 12px;
}
.h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin: 0 0 12px;
  color: var(--ink-deep);
}
.h5 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin: 0 0 10px;
  color: var(--ink-deep);
}

/* Body type ramp — matches live `.body-1`/`.body-2`/`.body-3`/`.body-4` */
.body-1 {
  font-weight: 200;
  font-size: clamp(18px, 1.8vw, 28px);
  line-height: 1.6;
}
.body-2 {
  font-weight: 200;
  font-size: clamp(16px, 1.4vw, 22px);
  line-height: 1.5;
}
.body-3 {
  font-weight: 200;
  font-size: clamp(15px, 1.3vw, 20px);
  line-height: 1.5;
  color: var(--ink);
}
.body-4 {
  font-weight: 200;
  font-size: 18px;
  letter-spacing: -0.025em;
  line-height: 1.5;
}

.lede {
  font-family: var(--font-body);
  font-weight: 200;
  font-size: clamp(18px, 1.7vw, 28px);
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 0 32px;
  max-width: 60ch;
}
.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-light); }
.eyebrow.purple { color: var(--accent-deep); }
.eyebrow.gold { color: var(--accent-gold); }
p { margin: 0 0 1.1em; max-width: 72ch; }

/* BUTTONS -------------------------------------------------- */
/* Montgomery's signature: `outline 3px solid transparent` flips to `outline 3px solid purple-dk`
   on hover, with `outline-offset: -3px` so the outline draws INSIDE the pill — the
   button doesn't reflow. NO padding shimmy (different from YCVA). */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 28px;
  border: 0;
  border-radius: var(--radius-pill);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.05em;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  outline: 3px solid transparent;
  outline-offset: -3px;
  transition: outline 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out;
  background: var(--blue-gradient);
  color: #fff;
}
/* Primary on-color pill: outline-flip on hover */
.btn:hover {
  outline: 3px solid var(--accent-deep);
}

.btn.btn-blue-gradient {
  background: var(--blue-gradient);
  color: #fff;
}
.btn.btn-purple-gradient {
  background: var(--purple-gradient);
  color: #fff;
}
.btn.btn-purple-gradient:hover {
  outline: 3px solid var(--brand-light);
}

/* Light purple variant — matches live `.btn.btn-purple-lt` (fill swap on hover, no outline) */
.btn.btn-purple-lt {
  background: var(--accent-pale);
  color: var(--accent-deep);
  font-size: 16px;
  outline: 3px solid transparent;
}
.btn.btn-purple-lt:hover {
  background: var(--accent-deep);
  color: #fff;
  outline: 3px solid transparent;
}

.btn.btn-white-transparent {
  background: rgba(255,255,255,0.20);
  color: #fff;
  outline: 3px solid transparent;
}
.btn.btn-white-transparent:hover {
  background: rgba(255,255,255,0.30);
  outline: 3px solid transparent;
}

/* Outline button (white, on dark) */
.btn.btn-outline-light {
  background: transparent;
  color: #fff;
  outline: 3px solid #fff;
  outline-offset: -3px;
}
.btn.btn-outline-light:hover {
  background: #fff;
  color: var(--accent-deep);
  outline: 3px solid #fff;
}

/* Solid white on dark backgrounds */
.btn.btn-white {
  background: #fff;
  color: var(--accent-deep);
}
.btn.btn-white:hover {
  outline: 3px solid var(--accent-deep);
}

/* Btn-chevron: signature pattern from defaults.css `.button-item .btn-chevron`.
   A blue button with absolutely-positioned chevron arrow that animates from
   `left: -25px` to `left: 100%` on hover — a Montgomery-only motion idiom. */
.button-item {
  position: relative;
  display: inline-flex;
}
.button-item .btn.btn-chevron {
  font-size: 28px;
  text-align: left;
  font-weight: 800;
  background: var(--brand);
  color: #fff;
  padding: 5px 30px 5px 30px;
  padding-right: 60px;
  border-radius: 5px;
  outline: 0;
  letter-spacing: -0.05em;
  transition: background 0.3s ease-out;
}
.button-item:hover .btn.btn-chevron {
  background: var(--brand-light);
  outline: 0;
}
.button-item .chevron {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translate(0, calc(-50% + -1.4px));
  font-size: 54px;
  color: var(--brand-light);
  pointer-events: none;
  transition: all 0.3s ease-out;
  line-height: 0;
  z-index: 1;
}
.button-item:hover .chevron {
  left: 100%;
  transform: translate(-50%, calc(-50% + -1.2px));
  color: var(--brand-light);
}
.button-item .chevron svg {
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
}

/* Inline text+arrow link */
.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.025em;
  color: var(--accent-deep);
  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); }
.btn-arrow:hover .arrow { transform: translateX(5px); }
.btn-arrow.on-dark { color: var(--brand-light); }
.btn-arrow.on-dark:hover { color: #fff; }
.btn-arrow.purple { color: var(--accent-deep); }
.btn-arrow.purple:hover { color: var(--accent-purple); }
.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); }

.button-row {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

/* CHIP ----------------------------------------------------- */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: var(--brand-pale);
  color: var(--brand);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13px;
  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);
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: 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; }
.content-blocks > * { margin-bottom: var(--block-rhythm); }
@media (max-width: 768px) {
  .content-blocks > * { margin-bottom: 60px; }
}

/* Responsive container ladder — matches live site exactly */
@media (max-width: 1600px) { :root { --container: 1600px; } }
@media (max-width: 1520px) { :root { --container: 1520px; } }
@media (max-width: 1360px) { :root { --container: 1360px; } }
@media (max-width: 1170px) { :root { --container: 1170px; } }
@media (max-width: 960px)  { :root { --container: 960px; } }
@media (max-width: 720px)  { :root { --container: 100%; --gutter: 1rem; } }

/* NAVIGATION ----------------------------------------------- */
/* Live `#masthead`: STICKY (not fixed), white background, NO transparent gradient.
   Menu items are 144px tall (anchored), capitalize (NOT uppercase),
   menu trigger is 65×65 purple square (mobile) with 7px radius. */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg-pure);
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  box-shadow: none;
  transition: box-shadow 0.3s ease-out;
}
.nav.scrolled {
  box-shadow: var(--shadow-soft);
}
.nav-brand {
  display: flex;
  align-items: center;
  margin-left: 60px;
  text-decoration: none;
  color: inherit;
}
.nav-brand img {
  height: 80px;
  width: auto;
  margin-right: 14px;
}
.nav-brand .site-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.05em;
  color: var(--brand-soft);
  margin: 0;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 45px;
}
.nav-links a {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.05em;
  color: var(--ink);
  /* The capitalize is the Montgomery move (NOT uppercase) */
  text-transform: capitalize;
  text-decoration: none;
  transition: color 140ms ease;
  height: 144px;
  display: flex;
  align-items: center;
}
.nav-links a:hover { color: var(--accent-deep); }
.nav-links a.current { color: var(--brand-soft); }
.nav-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 28px;
}
.nav-search-icon {
  font-size: 32px;
  color: var(--brand-soft);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background: none;
  border: 0;
}

@media (max-width: 1800px) {
  .nav-brand .site-name { font-size: 18px; }
  .nav-brand img { height: 50px; }
  .nav-links { gap: 25px; margin-right: 25px; }
  .nav-brand { margin-left: 25px; }
}
@media (max-width: 1650px) {
  .nav { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .nav-brand { margin-left: 40px; margin-top: 1rem; }
  .nav-links {
    grid-row: 2;
    grid-column: 1 / -1;
    justify-content: center;
  }
  .nav-links a { height: auto; padding: 0.5rem 0; }
  .nav-buttons { justify-content: end; }
}
@media (max-width: 992px) {
  .nav-links { display: none; }
}

/* CARDS ---------------------------------------------------- */
/* Montgomery's default card: 20px radius, signature `0px 3px 6px #00000029` shadow. */
.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 16px rgba(0,0,0,0.18);
}
.card .img {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  background-color: var(--brand-pale);
}
.card .body { padding: 24px 28px 28px; }

/* Outline-flip card (matches live program-grid `outline 6px transparent → blue-md`) */
.card-outline-flip {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  outline: 6px solid transparent;
  outline-offset: -6px;
  transition: outline 0.3s ease-out;
  display: block;
}
.card-outline-flip:hover {
  outline: 6px solid var(--brand-soft);
}

/* Gradient-wrapped tile (live "blog-archive__post--wrapper" / "location-card__wrapper" pattern):
   outer gradient frame with white/inner card on top — a Montgomery distinctive */
.tile-gradient {
  position: relative;
  background: var(--blue-gradient);
  border-radius: var(--radius-lg);
  overflow: hidden;
  padding: 1.5rem;
  display: flex;
  box-shadow: var(--shadow-card);
}
.tile-gradient.purple { background: var(--purple-gradient); }
.tile-gradient .inner {
  position: relative;
  z-index: 2;
  background: #fff;
  width: 100%;
  border-radius: var(--radius);  /* 11px inner radius — distinctive */
  box-shadow: var(--shadow-overlay);
  padding: 1rem 2rem;
}

/* 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 --------------------------------------------------- */
/* Montgomery footer is fundamentally distinctive:
   - rounded `--blue-t` (PALE BLUE) container, NOT solid brand blue or navy
   - 20px radius corners
   - centered FLOATING WHITE LOGO BOX above, transformed -50% so it overhangs
   - 3-col grid (mission / centered logo+name+menu+lang / button stack)
   - white pill nav with `|` separators
   - PURPLE-GRADIENT 50×50 social tiles (NOT white tiles like YCVA) */
.footer {
  background: transparent;
  padding: 80px 0 24px;
}
.footer .footer-shell {
  position: relative;
  background: var(--brand-pale);
  border-radius: var(--radius-lg);
  padding: 85px 80px 55px;
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  column-gap: 55px;
  row-gap: 1rem;
}
.footer .footer-logo-float {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 48px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-overhang);
}
.footer .footer-logo-float img {
  width: 105px;
  height: auto;
}
.footer .footer-mission {
  color: var(--brand-soft);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: -1.5px;
  line-height: 1.3;
}
.footer .footer-mission span { display: block; }
.footer .footer-name {
  justify-self: center;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  color: var(--brand-soft);
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin: 0 0 28px;
  text-align: center;
}
.footer .footer-buttons {
  align-self: end;
  justify-self: center;
  padding-bottom: 1rem;
}
.footer .footer-buttons .button-row {
  justify-content: center;
  gap: 0.5rem;
}
.footer .footer-buttons .btn {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  min-width: 230px;
}
.footer .footer-language select {
  width: 100%;
  background: transparent;
  border: 2px solid var(--ink-deep);
  padding: 0.4rem;
  border-radius: 4px;
  font-family: var(--font-body);
}
/* WHITE PILL FOOTER NAV — `|`-separated, brand color; signature Montgomery move */
.footer .footer-menu {
  display: flex;
  justify-content: center;
  font-weight: 700;
  background: #fff;
  padding: 14px 50px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft-lift);
  grid-column: 2;
}
.footer .footer-menu ul {
  list-style: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  font-family: var(--font-display);
}
.footer .footer-menu li { margin: 0; }
.footer .footer-menu a {
  color: var(--brand);
  white-space: nowrap;
  letter-spacing: -0.01em;
  transition: color 0.3s ease-out;
  font-size: 16px;
}
.footer .footer-menu a:hover { color: var(--brand-soft); }
.footer .footer-menu li:not(:last-child)::after {
  content: "|";
  color: var(--brand);
  margin: 0 1.5rem;
}
.footer .footer-socials {
  align-self: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
/* PURPLE-GRADIENT social tiles — Montgomery's distinctive signature
   (vs YCVA's white-tile pattern) */
.footer .footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: var(--radius-sm);
  color: #fff;
  background: var(--purple-gradient);
  box-shadow: var(--shadow-card);
  font-size: 20px;
  text-decoration: none;
  transition: transform 200ms ease;
}
.footer .footer-social:hover { transform: translateY(-2px); }
.footer .footer-social svg { width: 22px; height: 22px; fill: currentColor; }
.footer .copyright {
  color: var(--ink-muted);
  font-size: 16px;
  text-align: center;
  padding: 24px 1rem 0;
  font-weight: 200;
}
.footer .copyright .mission {
  font-weight: 700;
  margin-bottom: 4px;
}

@media (max-width: 1770px) {
  .footer .footer-mission { font-size: 18px; }
}
@media (max-width: 1600px) {
  .footer .footer-shell { grid-template-columns: 1fr 1fr; }
  .footer .footer-name { grid-column: 1 / -1; grid-row: 1; }
  .footer .footer-menu { grid-column: 1 / -1; grid-row: 2; }
  .footer .footer-mission { justify-self: center; }
  .footer .footer-language { justify-self: center; }
}
@media (max-width: 768px) {
  .footer .footer-shell { padding: 70px 30px 40px; }
  .footer .footer-name { font-size: 20px; }
}
@media (max-width: 576px) {
  .footer .footer-shell { grid-template-columns: 1fr; }
  .footer .footer-buttons { display: none; }
}

/* HERO ----------------------------------------------------- */
/* Live front-page-hero is the SIGNATURE Montgomery hero pattern — a
   composition of FOUR overlapping pieces:
   1. front-page-hero__video — 60vh rounded video plate with shadow
   2. front-page-hero__titles — white card overlapping the video at -110px,
      containing THREE colored title lines (blue-lt / blue-md / blue-dk)
   3. front-page-hero__alerts — bottom-right-rounded alerts pill
      (blue-gradient-90 fill, only one corner rounded)
   4. front-page-hero__intro — pale-blue Y-translated card below
   This composition is unlike anything in YCVA. */
.hero-front {
  position: relative;
  margin-bottom: -50px;
}
.hero-front .hero-video {
  position: relative;
  height: 60vh;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  pointer-events: none;
  box-shadow: var(--shadow-soft);
}
.hero-front .hero-video img,
.hero-front .hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-front .hero-content {
  display: flex;
  align-items: stretch;
}
/* Three-line stacked-color H1 card — distinctive */
.hero-front .hero-titles {
  background: #fff;
  padding: 55px 56px 55px 56px;
  padding-right: 36px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  margin-left: 100px;
  transform: translateY(-110px);
  max-height: 290px;
}
.hero-front .hero-titles .h1 {
  margin: 0;
}
.hero-front .hero-titles .h1 span {
  display: block;
  white-space: nowrap;
  line-height: 1;
}
.hero-front .title-top    { color: var(--brand-light); }
.hero-front .title-middle { color: var(--brand-soft); }
.hero-front .title-bottom { color: var(--brand); }

/* Alerts pill — blue-gradient with bottom-right corner only rounded */
.hero-front .hero-alerts {
  flex: 1 1 auto;
  min-width: 0;
  transform: translateY(-56px);
}
.hero-front .alerts-title {
  background: var(--blue-gradient-90);
  color: #fff;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-right-radius: var(--radius-lg);
  padding: 0 3rem 0 80px;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin: 0;
}
.hero-front .alert {
  padding-left: 80px;
  padding-top: 12px;
}
.hero-front .alert-title {
  color: var(--accent-deep);
  font-weight: 800;
  margin: 0;
}
.hero-front .alert-content p {
  font-size: 18px;
  margin: 4px 0 0;
}
/* Pale-blue intro card with deep right-padding (negative-translated) */
.hero-front .hero-intro {
  transform: translateY(-50px);
  margin-bottom: 50px;
  padding: 50px;
  padding-right: 250px;
  background: var(--brand-pale);
  border-radius: var(--radius-xl);
  margin-top: 30px;
  box-shadow: var(--shadow-card);
}
.hero-front .intro-title {
  color: var(--brand-soft);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.18em;
  font-family: var(--font-eyebrow);
  margin: 0 0 8px;
}
.hero-front .intro-subtitle {
  font-family: var(--font-display);
  font-size: 36px;
  color: var(--ink-deep);
  font-weight: 200;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 1600px) {
  .hero-front .hero-titles { margin-left: 50px; }
}
@media (max-width: 1250px) {
  .hero-front .hero-titles .h1 { font-size: 54px; }
  .hero-front .alerts-title { padding-left: 30px; padding-right: 1rem; }
  .hero-front .alert { padding-left: 30px; }
  .hero-front .alert-title { font-size: 20px; }
}
@media (max-width: 992px) {
  .hero-front .hero-content { flex-direction: column; }
  .hero-front .hero-titles { margin-left: 0; }
  .hero-front .hero-titles .h1 { font-size: 45px; text-align: center; margin: 0 30px; }
  .hero-front .alerts-title { margin: 0 -1rem; border-radius: 0; }
  .hero-front .intro-subtitle { font-size: 22px; }
}
@media (max-width: 576px) {
  .hero-front .hero-titles { padding: 12px 36px; transform: translateY(-70px); }
  .hero-front .hero-titles .h1 { font-size: 32px; }
  .hero-front .hero-alerts { transform: translateY(-55px); }
  .hero-front .hero-intro { padding: 30px; transform: translateY(-60px); }
}

/* GENERAL HERO (used on landing pages) -------------------- */
/* Photo-led hero with overlay content; standard Montgomery treatment */
.hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: flex-end;
  padding: 120px 0 80px;
  color: #fff;
  overflow: hidden;
  background: var(--ink-deep);
  border-radius: var(--radius-lg);
  margin-top: 24px;
}
.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(0,0,0,0) 30%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.65) 100%);
  z-index: 1;
}
.hero .container { position: relative; z-index: 2; }
.hero .display, .hero .h1 { color: #fff; }
.hero .lede { color: rgba(255,255,255,0.92); max-width: 50ch; }

/* 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; }

/* RESPONSIVE ---------------------------------------------- */
@media (max-width: 880px) {
  .section { padding: 60px 0; }
}

/* ==================== SIGNATURE PATTERNS ==================== */
/* Montgomery-only extensions to the canonical section catalog. */

/* PROGRAM-CATEGORIES (Featured Programs pattern from live `featured-programs.css`)
   Live: 40/60 split — left side gradient-frame square photo (with 25px gradient
   border + 11px inner-radius image) + right side rotation of titles + thumbnail
   selectors. Idiomatic Montgomery move. */
.sig-program-categories {
  padding: 56px 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;
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: var(--shadow-card);
  transition: outline 0.3s ease-out;
  outline: 6px solid transparent;
  outline-offset: -6px;
}
.sig-program-category-card:hover {
  outline: 6px solid var(--brand-soft);
}
.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,
    rgba(0,0,0,0) 50%,
    rgba(0,0,0,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: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
}
.sig-program-category-card .body {
  padding: 28px 28px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sig-program-category-card .body .h3 {
  font-size: 30px;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--brand-soft);
}
.sig-program-category-card .body p {
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.65;
  margin: 0 0 20px;
  flex: 1;
  font-weight: 200;
}

/* PROGRAM-GRID (Montgomery's `.program-grid` — full-bleed photo tiles
   with bottom-up scrim and outline-flip on hover) */
.sig-program-grid {
  padding: 56px 0;
  background: var(--bg-pure);
}
.sig-program-grid .head {
  text-align: center;
  margin-bottom: 48px;
}
.sig-program-grid .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 47px;
}
.sig-program-tile {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: end;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  padding: 12px 28px;
  text-decoration: none;
  outline: 6px solid transparent;
  outline-offset: -6px;
  transition: outline 0.3s ease-out;
}
.sig-program-tile:hover { outline: 6px solid var(--brand-soft); }
.sig-program-tile .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.sig-program-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(180deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.08) 35%,
    rgba(0,0,0,0.28) 55%,
    rgba(0,0,0,0.55) 70%,
    rgba(0,0,0,0.85) 85%,
    rgba(0,0,0,1) 100%);
  z-index: 1;
}
.sig-program-tile .title {
  color: #fff;
  position: relative;
  z-index: 2;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  margin: 0 0 8px;
}
.sig-program-tile .meta {
  color: rgba(255,255,255,0.85);
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 200;
  margin: 0 0 12px;
}

/* JOIN-BAND — Montgomery's signature "triangle CTA" pattern */
.sig-join-band {
  display: flex;
  min-height: 500px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-deep);
  overflow: hidden;
  background: var(--bg-pure);
}
.sig-join-band .triangle-content {
  position: relative;
  width: 38%;
  display: flex;
  align-items: center;
  background: var(--blue-gradient);
}
.sig-join-band .triangle-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 80px;
  background: var(--blue-gradient);
  /* the "triangle" cut */
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  filter: drop-shadow(4px 2px 6px rgba(0,0,0,0.35));
}
.sig-join-band .triangle-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 3rem 0;
  padding-left: 75px;
  padding-right: 30px;
  z-index: 2;
}
.sig-join-band .triangle-inner .h2,
.sig-join-band .triangle-inner .h3 { color: #fff; }
.sig-join-band .triangle-inner .h2 { padding-right: 65px; margin-bottom: 1rem; }
.sig-join-band .triangle-inner .h3 {
  font-weight: 200;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.sig-join-band .triangle-image {
  position: relative;
  width: 62%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 998px) {
  .sig-join-band .triangle-inner { padding-left: 45px; }
}
@media (max-width: 768px) {
  .sig-join-band {
    flex-direction: column;
  }
  .sig-join-band .triangle-content { width: 100%; height: 160px; }
  .sig-join-band .triangle-content::after { display: none; }
  .sig-join-band .triangle-inner {
    padding: 0 20px;
    margin-top: 24px;
    align-items: center;
    text-align: center;
  }
  .sig-join-band .triangle-image { width: 100%; height: 350px; }
}

/* IMPACT-STATS (matches live `.statistic-cards`)
   Live: blue-gradient cards with downward purple triangle pinned at top.
   Distinctive Montgomery move. */
.sig-impact-stats {
  padding: 80px 0;
}
.sig-impact-stats .head {
  text-align: center;
  margin-bottom: 55px;
}
.sig-impact-stats .head .h2 { color: var(--brand-soft); }
.sig-impact-stats .grid {
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}
.sig-impact-stats .stat {
  position: relative;
  min-width: 320px;
  text-align: center;
  padding: 107px 60px 60px;
  background: var(--blue-gradient);
  color: #fff;
  border-radius: var(--radius-lg);
  flex: 1;
  max-width: 380px;
  box-shadow: var(--shadow-card);
}
/* Downward purple triangle anchored at the top — distinctive */
.sig-impact-stats .stat::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: var(--purple-gradient);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  filter: drop-shadow(0 3px 6px rgba(0,0,0,0.16));
}
.sig-impact-stats .stat .figure {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(48px, 5.5vw, 80px);
  line-height: 0.94;
  letter-spacing: -0.08em;
  color: #fff;
  margin: 0 0 12px;
}
.sig-impact-stats .stat .figure .unit {
  font-size: 0.5em;
  vertical-align: super;
  margin-left: 4px;
  letter-spacing: 0;
}
.sig-impact-stats .stat .label {
  font-family: var(--font-display);
  font-weight: 200;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 12px;
}
.sig-impact-stats .stat .source {
  font-family: var(--font-eyebrow);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}
@media (max-width: 1500px) {
  .sig-impact-stats .stat { padding-top: 60px; }
}
@media (max-width: 576px) {
  .sig-impact-stats .stat { min-width: unset; }
}

/* BRANCH LOCATIONS (matches live `.location-cards`)
   Live: 3-up gradient-frame card with white inner card centered & shadowed */
.sig-branch-locations {
  padding: 64px 0;
}
.sig-branch-locations .head {
  text-align: center;
  margin-bottom: 48px;
}
.sig-branch-locations .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
.sig-branch-card {
  position: relative;
  background: var(--blue-gradient);
  width: calc(33.333% - 1rem);
  border-radius: var(--radius-lg);
  overflow: hidden;
  padding: 1.5rem;
  display: flex;
  box-shadow: var(--shadow-card);
  text-decoration: none;
  color: inherit;
}
.sig-branch-card.purple { background: var(--purple-gradient); }
.sig-branch-card .inner {
  position: relative;
  z-index: 2;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem 2rem;
  width: 100%;
  border-radius: var(--radius);
  gap: 1rem;
  box-shadow: var(--shadow-overlay);
}
.sig-branch-card .name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.05em;
  color: var(--brand);
  margin: 0;
}
.sig-branch-card .address {
  font-size: 17px;
  color: var(--ink-soft);
  margin: 0;
  font-weight: 200;
  line-height: 1.3;
}
.sig-branch-card .hours {
  font-weight: 800;
  color: var(--ink);
  font-size: 17px;
}
.sig-branch-card .phone {
  font-weight: 800;
  color: var(--brand);
  font-size: 17px;
}
@media (max-width: 1200px) {
  .sig-branch-card { width: calc(50% - 0.75rem); }
}
@media (max-width: 768px) {
  .sig-branch-card { width: 100%; max-width: 700px; }
  .sig-branch-card .address { display: none; }
}

/* GIVE-OPTIONS — donation methods */
.sig-give-options {
  padding: 64px 0;
}
.sig-give-options .head {
  text-align: center;
  margin-bottom: 48px;
}
.sig-give-options .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.sig-give-card {
  background: var(--bg-pure);
  border-radius: var(--radius-lg);
  padding: 40px 40px 44px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  box-shadow: var(--shadow-card);
  outline: 3px solid transparent;
  outline-offset: -3px;
  transition: outline 0.3s ease-out, transform 220ms ease;
}
.sig-give-card:hover {
  outline: 3px solid var(--brand-soft);
  transform: translateY(-3px);
}
.sig-give-card .num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-deep);
}
.sig-give-card h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.05em;
  margin: 0;
  color: var(--brand-soft);
}
.sig-give-card p {
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.65;
  margin: 0;
  flex: 1;
  font-weight: 200;
}
@media (max-width: 768px) {
  .sig-give-options .grid { grid-template-columns: 1fr; }
}

/* MEMBER QUOTE / TESTIMONIAL */
.sig-member-quote {
  background: var(--brand-pale);
  border-left: 6px solid var(--accent-deep);
  padding: 56px 64px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
}
.sig-member-quote::before {
  content: "\201C";
  position: absolute;
  top: -6px;
  left: 36px;
  font-family: Georgia, serif;
  font-size: 140px;
  line-height: 1;
  color: var(--brand-light);
  font-style: normal;
  font-weight: 400;
}
.sig-member-quote .quote {
  font-family: var(--font-body);
  font-weight: 200;
  font-style: italic;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.5;
  color: var(--ink-deep);
  margin: 0 0 32px;
}
.sig-member-quote .attribution {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sig-member-quote .attribution .name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.025em;
  color: var(--ink-deep);
  line-height: 1.2;
  margin: 0;
}
.sig-member-quote .attribution .title {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--ink-muted);
  margin: 4px 0 0;
  font-weight: 200;
}

/* PROGRAM-LEADER PROFILE */
.sig-leader-profile {
  padding: 80px 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;
  box-shadow: var(--shadow-card);
}
.sig-leader-profile .info .name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.05em;
  margin: 0 0 6px;
  color: var(--ink-deep);
}
.sig-leader-profile .info .role {
  font-family: var(--font-eyebrow);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0 0 24px;
}
.sig-leader-profile .info .bio {
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-soft);
  font-weight: 200;
}
.sig-leader-profile .credentials {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media (max-width: 880px) {
  .sig-leader-profile .container { grid-template-columns: 1fr; gap: 32px; }
  .sig-leader-profile .photo { justify-self: center; }
}

/* MEMBERSHIP TIERS */
.sig-membership-tiers {
  padding: 80px 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-pure);
  border-radius: var(--radius-lg);
  padding: 36px 32px 40px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-card);
  transition: outline 0.3s ease-out, transform 220ms ease;
  outline: 3px solid transparent;
  outline-offset: -3px;
  position: relative;
}
.sig-tier:hover {
  outline: 3px solid var(--brand-soft);
  transform: translateY(-3px);
}
.sig-tier.featured {
  background: var(--blue-gradient);
  color: #fff;
}
.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-deep);
  font-family: var(--font-eyebrow);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  z-index: 2;
}
.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: 700;
  font-size: 28px;
  letter-spacing: -0.05em;
  margin: 0 0 6px;
  color: var(--brand-soft);
}
.sig-tier .price {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--ink-deep);
  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: 16px;
  color: var(--ink-soft);
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-weight: 200;
}
.sig-tier ul li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand);
  font-weight: 800;
}
@media (max-width: 992px) {
  .sig-membership-tiers .grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 576px) {
  .sig-membership-tiers .grid { grid-template-columns: 1fr; }
}

/* PROGRAM SCHEDULE */
.sig-program-schedule {
  padding: 64px 0;
  background: var(--bg-pure);
}
.sig-program-schedule h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.05em;
  margin: 0 0 32px;
  color: var(--brand-soft);
}
.sig-program-schedule .row {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  gap: 32px;
  padding: 22px 0;
  border-bottom: 1px solid var(--ink-faint);
  align-items: center;
}
.sig-program-schedule .row .day {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.05em;
  color: var(--ink-deep);
}
.sig-program-schedule .row .time {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  color: var(--brand);
  letter-spacing: -0.05em;
}
.sig-program-schedule .row .desc {
  font-size: 16px;
  color: var(--ink-soft);
  font-weight: 200;
}
@media (max-width: 768px) {
  .sig-program-schedule .row { grid-template-columns: 1fr; gap: 6px; padding: 16px 0; }
}

/* SIDEBAR-CARDS — Montgomery's tabbed sidebar pattern (informational) */
.sig-sidebar-cards {
  padding: 64px 0;
}
.sig-sidebar-cards .head-card {
  position: relative;
  text-align: center;
  padding: 40px;
  border-radius: var(--radius-lg);
  margin-bottom: 25px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  background: var(--blue-gradient);
  color: #fff;
}
.sig-sidebar-cards.purple .head-card { background: var(--purple-gradient); }
.sig-sidebar-cards .head-card h2 { color: #fff; margin-bottom: 4px; }
.sig-sidebar-cards .head-card h3 { color: #fff; margin: 0; }
.sig-sidebar-cards .body-row {
  display: flex;
  flex-direction: row-reverse;
  gap: 0;
}
.sig-sidebar-cards .nav-list {
  display: block;
  margin: 2rem 0;
  border-top-right-radius: var(--radius-lg);
  border-bottom-right-radius: var(--radius-lg);
  overflow: hidden;
  min-width: 28%;
  background: var(--brand-pale);
}
.sig-sidebar-cards.purple .nav-list { background: var(--accent-pale); }
.sig-sidebar-cards .nav-link {
  padding: 1.5rem 50px;
  border: 0;
  background: transparent;
  color: var(--ink-deep);
  width: 100%;
  text-align: left;
  font-weight: 200;
  font-size: 22px;
  letter-spacing: -0.025em;
  font-family: var(--font-display);
  border-bottom: 2px solid #fff;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  display: block;
}
.sig-sidebar-cards .nav-link.active { font-weight: 800; }
.sig-sidebar-cards .nav-link:hover { opacity: 0.8; }
.sig-sidebar-cards .body-card-wrapper {
  position: relative;
  flex-grow: 1;
  padding: 35px 39px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: var(--brand-soft);
}
.sig-sidebar-cards.purple .body-card-wrapper { background: var(--accent-deep); }
.sig-sidebar-cards .body-card {
  position: relative;
  border-radius: var(--radius-lg);
  border-top-left-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  padding: 95px 0;
}
.sig-sidebar-cards .top-tab {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--brand-soft);
  color: #fff;
  border-bottom-right-radius: var(--radius);
  padding: 1rem 20px 1rem 1rem;
  font-weight: 500;
  font-family: var(--font-display);
}
.sig-sidebar-cards.purple .top-tab { background: var(--accent-deep); }
.sig-sidebar-cards .body-card h3 {
  color: var(--accent-deep);
  font-weight: 800;
  margin-left: 75px;
  margin-bottom: 10px;
}
.sig-sidebar-cards .body-card p {
  margin: 0 75px 1em;
  color: var(--ink-deep);
}
@media (max-width: 768px) {
  .sig-sidebar-cards .body-row { flex-direction: column; }
  .sig-sidebar-cards .nav-list { min-width: 0; border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
  .sig-sidebar-cards .body-card { padding: 70px 0; }
  .sig-sidebar-cards .body-card h3,
  .sig-sidebar-cards .body-card p { margin-left: 40px; margin-right: 40px; }
}

/* ICON-CTA — ribbon of icons */
.sig-icon-cta {
  display: flex;
  padding: 2rem 0;
  box-shadow: var(--shadow-soft-lift);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--bg-pure);
}
.sig-icon-cta .center {
  max-width: 33%;
  min-width: 360px;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sig-icon-cta .icon-row {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.sig-icon-cta .icon-row .ic {
  font-size: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sig-icon-cta .icon-row .ic:nth-child(5n+1) { color: var(--brand-light); }
.sig-icon-cta .icon-row .ic:nth-child(5n+2) { color: var(--brand-soft); }
.sig-icon-cta .icon-row .ic:nth-child(5n+3) { color: var(--brand); }
.sig-icon-cta .icon-row .ic:nth-child(5n+4) { color: var(--brand-soft); }
.sig-icon-cta .icon-row .ic:nth-child(5n+5) { color: var(--brand-light); }
@media (max-width: 992px) {
  .sig-icon-cta { flex-direction: column; }
  .sig-icon-cta .icon-row.right { display: none; }
  .sig-icon-cta .icon-row .ic { font-size: 50px; }
}

@media (max-width: 880px) {
  .sig-program-categories .grid { grid-template-columns: 1fr; gap: 24px; }
  .sig-give-options .grid { grid-template-columns: 1fr; }
  .sig-impact-stats .grid { flex-direction: column; align-items: center; }
  .sig-program-schedule .row { grid-template-columns: 1fr; gap: 6px; padding: 16px 0; }
}

/* ============ DS NAV (3-tab sticky) ============ */
.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(--brand);
  color: #fff;
}
