/*
Theme Name: BGC South Alabama
Theme URI: https://bgcsouthal.org/
Author: Amaiya Ware
Description: Custom, accessible theme for Boys & Girls Clubs of South Alabama.
Version: 0.13.10
Text Domain: bgcsa
*/

:root {
  --bgc-blue: #0077b9;
  --bgc-blue-dark: #073765;
  --bgc-blue-75: #40a0d4;
  --bgc-blue-50: #80c0e2;
  --bgc-blue-light: #dff2fa;
  --bgc-green: #8dc63f;
  --bgc-orange: #f36f31;
  --bgc-purple: #6f2c91;
  --bgc-pink: #e83e8c;
  --bgc-yellow: #ffd43b;
  --ink: #10283e;
  --muted: #526473;
  --cream: #fbf7ed;
  --paper: #fffdf7;
  --white: #fff;
  --line: rgba(16, 40, 62, 0.14);
  --shadow: 0 20px 55px rgba(7, 55, 101, 0.13);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 42px;
  --wrap: min(1180px, calc(100% - 40px));
}

/* 0.13.4: banner pages follow the Club Locations stacked hero on phones. */
@media(max-width:760px){
  .page-hero--banner,
  .programs-page-hero {
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    flex-direction:column!important;
    margin:0!important;
  }
  .page-hero--banner .page-hero-copy,
  .programs-page-hero .page-hero-copy {
    position:relative!important;
    inset:auto!important;
    order:1!important;
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:clamp(300px,82vw,380px)!important;
    align-items:center!important;
    justify-content:center!important;
    padding:48px 24px!important;
    text-align:center!important;
  }
  .page-hero--banner .page-hero-copy > div,
  .page-hero--banner .page-hero-copy > .wrap,
  .programs-page-hero .page-hero-copy > .wrap {
    width:min(100%,560px)!important;
    margin:auto!important;
  }
  .page-hero--banner .page-hero-copy .eyebrow,
  .programs-page-hero .page-hero-copy .eyebrow { display:inline-flex!important; }
  .page-hero--banner .page-hero-copy h1,
  .programs-page-hero .page-hero-copy h1 {
    margin:18px auto 12px!important;
    font-size:clamp(2.35rem,12vw,3.65rem)!important;
    line-height:1.02!important;
    overflow-wrap:normal;
  }
  .page-hero--banner .page-hero-copy p,
  .programs-page-hero .page-hero-copy p {
    display:block!important;
    max-width:34rem!important;
    margin:0 auto!important;
    font-size:clamp(1rem,4.7vw,1.25rem)!important;
    line-height:1.55!important;
  }
  .page-hero--banner .page-hero-photo,
  .programs-page-hero .page-hero-photo {
    position:relative!important;
    inset:auto!important;
    order:2!important;
    display:block!important;
    width:100%!important;
    height:clamp(285px,78vw,390px)!important;
    min-height:0!important;
  }
  .page-hero--banner .page-hero-photo img,
  .programs-page-hero .page-hero-photo img,
  .page-hero--banner .page-hero-photo--framed .page-hero-photo-main,
  .programs-page-hero .page-hero-photo--framed .page-hero-photo-main {
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center top!important;
  }
  .programs-page-hero .page-hero-photo img { object-position:center center!important; }
  .alumni-page-hero .page-hero-photo img { object-position:center top!important; }
  .board-leadership-page-hero .page-hero-photo-main { object-position:center center!important; }
  .planned-giving-page-hero .page-hero-photo { height:clamp(285px,78vw,390px)!important; }
}

/* 0.11.0 visual refresh */
.hero-photo-carousel { position:relative; overflow:hidden; }
.hero-photo-carousel .home-hero-slide { position:absolute; inset:0; opacity:0; transition:opacity .8s ease; }
.hero-photo-carousel .home-hero-slide.is-active { opacity:1; }
.cards--four { grid-template-columns:repeat(4,minmax(0,1fr)); }
.cards--four .card { min-width:0; }
.page-hero--banner { position:relative; display:block; width:min(1123px,calc(100% - 40px)); height:auto; aspect-ratio:1123/476; min-height:0; margin:36px auto 0; overflow:hidden; background:#eef4f7; }
.page-hero--banner .page-hero-photo { position:absolute; inset:0; width:100%; height:100%; }
.page-hero--banner .page-hero-photo img { width:100%; height:100%; object-fit:cover; object-position:center; }
.page-hero--banner .page-hero-copy { position:absolute; z-index:2; inset:0 auto 0 0; width:46%; height:100%; padding:clamp(28px,5vw,64px); color:#fff; background:rgba(0,119,185,.94); }
.page-hero--banner.hero-tone-blue .page-hero-copy { background:rgba(64,160,212,.95); }
.page-hero--banner.hero-tone-orange .page-hero-copy { background:rgba(243,111,49,.95); }
.page-hero--banner.hero-tone-purple .page-hero-copy { background:rgba(111,44,145,.95); }
.page-hero--banner.hero-tone-green .page-hero-copy { color:var(--bgc-blue-dark); background:rgba(141,198,63,.95); }
.page-hero--banner.hero-tone-green .page-hero-copy .eyebrow { color:var(--bgc-blue-dark); }
.page-hero--banner .page-hero-copy > div,.page-hero--banner .page-hero-copy > .wrap { width:auto; margin:0; }
.page-hero--banner .page-hero-copy h1 { font-size:clamp(2rem,4vw,4rem); }
.programs-page-hero { display:block !important; width:min(1123px,calc(100% - 40px)) !important; height:auto !important; aspect-ratio:1123/476; margin:36px auto 0; }
.programs-page-hero .page-hero-photo { position:absolute; inset:0; width:100%; height:100%; background:transparent; }
.programs-page-hero .page-hero-photo img { width:100%; height:100%; object-fit:cover; }
.programs-page-hero .page-hero-copy { position:absolute; z-index:2; inset:0 auto 0 0; width:46%; height:100%; padding:clamp(28px,5vw,64px); color:#fff; background:rgba(243,111,49,.95); box-shadow:none; }
.programs-page-hero .page-hero-copy .eyebrow { color:#fff; }
.page-hero--split .page-hero-copy { justify-content:center; text-align:center; }
.program-category--health-wellbeing { --program-accent:var(--bgc-green); --program-link:#477018; --program-tint:rgba(141,198,63,.15); }
.program-category--life-workforce-readiness { --program-accent:var(--bgc-orange); --program-link:#9a3c12; --program-tint:rgba(243,111,49,.12); }
.program-photo-carousel .program-photo-slide { animation:none !important; opacity:0; transition:opacity .6s ease; }
.program-photo-carousel .program-photo-slide.is-active { opacity:1; }
.ceo-profile { display:grid; grid-template-columns:minmax(340px,460px) minmax(0,1fr); gap:clamp(30px,5vw,64px); align-items:start; max-width:none !important; margin:48px 0 64px; padding:clamp(28px,4vw,48px); border-radius:14px; background:var(--bgc-blue-light); }
.ceo-photo { overflow:hidden; aspect-ratio:1/1; border-radius:12px; }
.ceo-photo img { width:100%; height:100%; object-fit:cover; object-position:center top; }
.staff-departments { display:grid; grid-template-columns:1fr; gap:18px; max-width:none !important; }
.staff-department { padding:24px 30px; border-radius:12px; text-align:center; background:#fff; box-shadow:0 10px 30px rgba(16,40,62,.1); }
.staff-department h2 { margin-bottom:12px; font-size:clamp(1.35rem,2.2vw,1.8rem); }
.staff-contact-list { display:flex; flex-wrap:wrap; justify-content:center; gap:8px 20px; font-size:.94rem; line-height:1.5; }
.staff-contact { display:inline; }
.who-we-are-secondary { margin-top:28px; }
.featured-partners { display:grid; gap:34px; margin:40px 0; }
.featured-partner { display:grid; grid-template-columns:minmax(260px,.85fr) 1.15fr; gap:30px; padding:28px; border-radius:12px; background:#fff; box-shadow:0 10px 30px rgba(16,40,62,.1); }
.featured-partner-gallery { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.featured-partner-gallery img { width:100%; height:100%; min-height:220px; object-fit:cover; border-radius:8px; }
.partner-photo-grid a { display:block; height:100%; }
.image-lightbox { width:min(1100px,94vw); max-width:none; padding:46px 18px 18px; border:0; border-radius:12px; background:#111; }
.image-lightbox::backdrop { background:rgba(0,0,0,.82); }
.image-lightbox img { display:block; max-width:100%; max-height:82vh; margin:auto; }
.image-lightbox button { position:absolute; top:6px; right:14px; border:0; color:#fff; font-size:2rem; background:transparent; cursor:pointer; }
.alumni-page-content .link-cards { display:none; }
.alumni-card:not(:has(.alumni-photo)) { display:block; }
.alumni-card:not(:has(.alumni-photo)) .alumni-copy { height:100%; }
@media (max-width:980px) { .cards--four { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:760px) {
  .page-hero--banner,.programs-page-hero { width:100% !important; aspect-ratio:auto; margin:0; min-height:520px; }
  .page-hero--banner .page-hero-copy,.programs-page-hero .page-hero-copy { inset:auto 0 0; width:100%; height:auto; min-height:44%; }
  .staff-departments,.featured-partner,.ceo-profile { grid-template-columns:1fr; }
  .cards--four { grid-template-columns:1fr; }
}

/* 0.11.2: full-image banners, balanced grids and partner story modal. */
.page-hero--banner .page-hero-photo,
.programs-page-hero .page-hero-photo {
  height:auto !important;
  min-height:0 !important;
  background:#fff;
}
.page-hero--banner .page-hero-photo img,
.programs-page-hero .page-hero-photo img {
  display:block;
  width:100%;
  height:auto !important;
  max-height:none;
  object-fit:contain !important;
  object-position:center !important;
}
.page-hero--banner .page-hero-copy,
.programs-page-hero .page-hero-copy { text-align:center; }
.leadership-page-hero .page-hero-copy > div { margin-inline:auto; }
.involvement-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }

.partner-section--modal {
  grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);
  align-items:start;
}
.partner-section--modal .partner-heading { grid-column:1; }
.partner-actions { display:grid; gap:14px; margin-top:28px; }
.partner-modal-trigger {
  display:flex;
  width:100%;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:19px 22px;
  border:0;
  border-radius:10px;
  color:var(--bgc-blue-dark);
  font:800 1.15rem/1.2 "Montserrat",sans-serif;
  text-align:left;
  background:#fff;
  cursor:pointer;
}
.partner-section--modal .partner-photo-grid {
  grid-column:2;
  grid-row:1 / span 2;
  grid-template-columns:repeat(5,minmax(0,1fr));
  align-self:start;
}
.partner-modal {
  width:min(960px,94vw);
  max-width:none;
  max-height:90vh;
  overflow:auto;
  padding:0;
  border:0;
  border-radius:16px;
  color:var(--ink);
  background:#fff;
  box-shadow:0 28px 80px rgba(0,0,0,.35);
}
.partner-modal::backdrop { background:rgba(5,28,49,.82); }
.partner-modal-close {
  position:sticky;
  z-index:2;
  top:12px;
  float:right;
  width:44px;
  height:44px;
  margin:12px 12px -56px 0;
  border:0;
  border-radius:50%;
  color:#fff;
  font-size:2rem;
  line-height:1;
  background:var(--bgc-orange);
  cursor:pointer;
}
.partner-modal-content { padding:clamp(26px,5vw,54px); }
.partner-modal-story h2 { margin-top:8px; font-size:clamp(2rem,4vw,3.25rem); }
.partner-modal-story p { max-width:76ch; }
.partner-modal-gallery { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin:24px 0; }
.partner-modal-gallery img { width:100%; height:340px; object-fit:cover; object-position:center 30%; border-radius:10px; }

body.single-post .page-hero--split,
body.single-bgc_event .page-hero--split {
  display:grid !important;
  grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr) !important;
  width:100% !important;
  height:clamp(500px,36vw,620px) !important;
  min-height:0 !important;
  margin:0 !important;
}
body.single-post .page-hero--split .page-hero-copy,
body.single-bgc_event .page-hero--split .page-hero-copy {
  position:relative !important;
  inset:auto !important;
  order:initial !important;
  width:auto !important;
  height:100% !important;
  padding:clamp(36px,5vw,72px) !important;
  color:#fff;
  text-align:center;
  background:var(--bgc-blue-dark);
}
body.single-post .page-hero--split .page-hero-photo,
body.single-bgc_event .page-hero--split .page-hero-photo {
  position:relative !important;
  inset:auto !important;
  order:initial !important;
  width:auto !important;
  height:100% !important;
}
body.single-post .page-hero--split .page-hero-photo img,
body.single-bgc_event .page-hero--split .page-hero-photo img {
  width:100%;
  height:100% !important;
  object-fit:cover !important;
  object-position:var(--hero-position,center top) !important;
}
.post-type-archive-bgc_club .page-hero--split .page-hero-copy,
.single-bgc_club .page-hero--split .page-hero-copy {
  padding:clamp(36px,5vw,70px) !important;
  text-align:center;
}
.post-type-archive-bgc_club .page-hero--split .page-hero-copy > div,
.single-bgc_club .page-hero--split .page-hero-copy > div {
  width:min(520px,100%);
  margin:auto;
}
@media (max-width:900px) {
  .partner-section--modal { grid-template-columns:1fr; }
  .partner-section--modal .partner-heading,
  .partner-section--modal .partner-photo-grid { grid-column:1; grid-row:auto; }
  .partner-section--modal .partner-photo-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:760px) {
  .involvement-grid { grid-template-columns:1fr; }
  .partner-section--modal .partner-photo-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .partner-modal-gallery { grid-template-columns:1fr; }
  .partner-modal-gallery img { height:auto; max-height:440px; }
  body.single-post .page-hero--split,
  body.single-bgc_event .page-hero--split { grid-template-columns:1fr !important; height:auto !important; }
  body.single-post .page-hero--split .page-hero-copy,
  body.single-bgc_event .page-hero--split .page-hero-copy { height:auto !important; min-height:300px; }
  body.single-post .page-hero--split .page-hero-photo,
  body.single-bgc_event .page-hero--split .page-hero-photo { height:auto !important; }
  body.single-post .page-hero--split .page-hero-photo img,
  body.single-bgc_event .page-hero--split .page-hero-photo img { height:auto !important; object-fit:contain !important; }
}

.single-post .page-hero--split,
.single-bgc_event .page-hero--split,
.post-type-archive-bgc_program .page-hero--split,
.page-template-page-contact-us .page-hero--split,
.blog .page-hero--split,
.archive:not(.post-type-archive-bgc_club) .page-hero--split {
  display:flex; width:100%; height:auto; min-height:0; flex-direction:column; padding:0; background:#fff;
}
.single-post .page-hero--split .page-hero-photo,
.single-bgc_event .page-hero--split .page-hero-photo,
.post-type-archive-bgc_program .page-hero--split .page-hero-photo,
.page-template-page-contact-us .page-hero--split .page-hero-photo,
.blog .page-hero--split .page-hero-photo,
.archive:not(.post-type-archive-bgc_club) .page-hero--split .page-hero-photo {
  order:1; width:100%; height:clamp(340px,42vw,680px); min-height:0;
}
.single-post .page-hero--split .page-hero-copy,
.single-bgc_event .page-hero--split .page-hero-copy,
.post-type-archive-bgc_program .page-hero--split .page-hero-copy,
.page-template-page-contact-us .page-hero--split .page-hero-copy,
.blog .page-hero--split .page-hero-copy,
.archive:not(.post-type-archive-bgc_club) .page-hero--split .page-hero-copy {
  order:2; width:100%; height:auto; min-height:230px; padding:clamp(42px,5vw,76px) max(28px,calc((100vw - 970px)/2)); text-align:left; background:var(--bgc-purple);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Nunito Sans", "Avenir Next", Avenir, system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: 3px; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4 {
  margin: 0 0 .6em;
  font-family: "Nunito", "Avenir Next Rounded", "Avenir Next", system-ui, sans-serif;
  line-height: 1.05;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(3rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2.2rem, 4.8vw, 4.5rem); }
h3 { font-size: clamp(1.35rem, 2.4vw, 2rem); }
p { margin: 0 0 1.25em; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 130px) 0; position: relative; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--bgc-blue);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 32px; height: 5px; border-radius: 10px; background: var(--bgc-orange); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  background: var(--bgc-green);
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(16, 40, 62, .2); }
.button--blue { background: var(--bgc-blue); color: var(--white); }
.button--orange { background: var(--bgc-orange); color: var(--ink); }
.button--light-outline { border:2px solid var(--bgc-blue); color:var(--bgc-blue-dark); background:#fff; }
.button--light-outline:hover { color:#fff; background:var(--bgc-blue-dark); }
.button--ghost { background: transparent; border-color: currentColor; color: var(--white); }
.skip-link { position: absolute; left: -9999px; top: 12px; z-index: 9999; background: #fff; padding: 12px 16px; }
.skip-link:focus { left: 12px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 100; padding: 22px 0; color: #fff; }
.site-header.is-scrolled { position: fixed; padding: 10px 0; color: var(--ink); background: rgba(255,253,247,.96); box-shadow: 0 5px 25px rgba(16,40,62,.1); backdrop-filter: blur(14px); }
.header-inner { display: grid; grid-template-columns: 250px 1fr auto; gap: 28px; align-items: center; }
.site-branding img { width: 230px; max-height: 72px; object-fit: contain; object-position: left center; }
.site-header:not(.is-scrolled) .site-branding img { filter: brightness(0) invert(1); }
.primary-menu, .primary-menu ul { list-style: none; margin: 0; padding: 0; }
.primary-menu { display: flex; justify-content: center; gap: 26px; }
.primary-menu a { font-size: .9rem; font-weight: 800; text-decoration: none; }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; font-weight: 900; }

.hero { min-height: 92vh; display: grid; align-items: end; overflow: hidden; background: var(--bgc-blue-dark); color: #fff; }
.hero-media, .hero-media::after { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero-media::after { content: ""; background: linear-gradient(90deg, rgba(7,55,101,.96) 0%, rgba(7,55,101,.72) 42%, rgba(7,55,101,.15) 76%), linear-gradient(0deg, rgba(7,55,101,.45), transparent 45%); }
.hero-mark { position: absolute; width: min(58vw, 760px); right: -8vw; top: 10%; color: rgba(255,255,255,.14); }
.hero-content { position: relative; z-index: 2; max-width: 790px; padding: 210px 0 100px; }
.hero h1 span { color: var(--bgc-green); }
.hero-copy { max-width: 650px; font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-ribbon { position: relative; z-index: 3; background: var(--bgc-orange); color: var(--ink); }
.hero-ribbon .wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-link { padding: 24px 28px; border-right: 1px solid rgba(16,40,62,.25); font-weight: 900; text-decoration: none; }
.quick-link:last-child { border: 0; }

.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.photo-stack { min-height: 590px; position: relative; }
.photo-stack > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow); }
.hand-pattern { position: absolute; inset: auto auto -30px -80px; width: 260px; color: rgba(0,119,185,.13); }

.impact { overflow: hidden; background: var(--bgc-blue); color: #fff; }
.impact::before { content: ""; position: absolute; inset: 0; opacity: .14; background: radial-gradient(circle at 20% 20%, #fff 0 2px, transparent 3px); background-size: 36px 36px; }
.impact-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.stat { min-height: 190px; padding: 30px; border: 2px solid rgba(255,255,255,.3); border-radius: var(--radius); background: rgba(255,255,255,.08); }
.stat-number { display: block; color: var(--bgc-green); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 1000; line-height: 1; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { display:flex; min-height:100%; flex-direction:column; overflow: hidden; border-radius: var(--radius); background: var(--paper); box-shadow: 0 12px 35px rgba(16,40,62,.08); }
.card-media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--bgc-blue-light); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-media img { transform: scale(1.04); }
.card-content { display:flex; height:100%; flex:1; flex-direction:column; padding: 28px; }
.card-content .button, .card-content .card-link { align-self:flex-start; margin-top:auto; }
.card-link { color: var(--bgc-blue-dark); font-weight: 900; }

.locations-preview { background: var(--bgc-blue-light); }
.location-shell { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 560px; overflow: hidden; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.location-copy { padding: clamp(34px, 6vw, 72px); }
.map-placeholder { display: grid; place-items: center; min-height: 420px; background: linear-gradient(135deg, #d9eed2, #b9def0); color: var(--bgc-blue-dark); font-weight: 900; }

.events-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.event-date { display: inline-block; margin-bottom: 12px; color: var(--bgc-purple); font-size: .78rem; font-weight: 1000; letter-spacing: .08em; text-transform: uppercase; }

.sponsors { background: var(--paper); overflow: hidden; }
.sponsor-track { display: flex; width: max-content; gap: 18px; animation: sponsor-scroll 85s linear infinite; }
.sponsor-carousel:hover .sponsor-track, .sponsor-carousel:focus-within .sponsor-track, .sponsor-carousel.is-paused .sponsor-track { animation-play-state: paused; }
.sponsor { display: grid; flex: 0 0 210px; place-items: center; width: 210px; height: 120px; box-sizing: border-box; overflow: hidden; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.sponsor img { display: block !important; width: auto !important; height: auto !important; max-width: 100% !important; max-height: 76px !important; object-fit: contain !important; }
@keyframes sponsor-scroll { to { transform: translateX(calc(-50% - 9px)); } }

.cta { background: var(--bgc-purple); color: #fff; text-align: center; }
.cta h2 { max-width: 900px; margin-inline: auto; }
.cta .hero-actions { justify-content: center; }

.site-footer { padding: 70px 0 30px; background: var(--bgc-blue-dark); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr 1fr; gap: 44px; }
.footer-logo { width: 250px; margin-bottom: 24px; filter: brightness(0) invert(1); }
.footer-menu { list-style: none; padding: 0; }
.footer-menu li { margin-bottom: 10px; }
.site-footer a { color: inherit; }
.social-links { display: flex; gap: 10px; margin-top: 20px; }
.social-links a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; transition: background .2s ease, transform .2s ease; }
.social-links a:hover, .social-links a:focus-visible { background: var(--bgc-orange); transform: translateY(-2px); }
.social-links svg { width: 21px; height: 21px; fill: currentColor; }
.footer-bottom { margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); font-size: .82rem; }

.page-hero { padding: 190px 0 90px; background: var(--bgc-blue-dark); color: #fff; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 70px; }
.entry-content > * { max-width: 800px; }
.entry-content > .alignwide { max-width: 1100px; }
.entry-content a { color: var(--bgc-blue); }
.entry-content { font-size: 1.08rem; line-height: 1.75; }
.entry-content .lead { max-width: 900px; font-size: clamp(1.25rem, 2vw, 1.65rem); color: var(--bgc-blue-dark); }
.content-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 1100px !important; margin: 42px 0; }
.content-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.content-card { padding: 30px; border-radius: 24px; background: #f1f6f8; border-top: 7px solid var(--bgc-green); }
.content-card:nth-child(2n) { border-top-color: var(--bgc-orange); }
.content-card h2, .content-card h3 { margin-top: 0; color: var(--bgc-blue-dark); }
.story-panel { max-width: 1100px !important; margin: 42px 0; padding: clamp(28px, 5vw, 54px); color: #fff; background: var(--bgc-blue-dark); border-radius: 28px; }
.story-panel h2, .story-panel a { color: #fff; }
.link-cards, .people-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 1100px !important; margin: 36px 0; }
.link-cards a, .people-list p { display: flex; flex-direction: column; gap: 6px; margin: 0; padding: 24px; color: var(--bgc-blue-dark); text-decoration: none; background: #fff; border: 2px solid #dce8ec; border-radius: 18px; }
.link-cards a:hover { transform: translateY(-3px); border-color: var(--bgc-green); }
@media (max-width: 800px) { .content-grid, .content-grid--three, .link-cards, .people-list { grid-template-columns: 1fr; } }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.annual-events-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.empty-state { padding: 50px; border-radius: var(--radius); background: #fff; text-align: center; }

@media (max-width: 960px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .primary-navigation { display: none; grid-column: 1 / -1; padding: 24px; border-radius: 18px; background: var(--paper); color: var(--ink); }
  .primary-navigation.is-open { display: block; }
  .primary-menu { flex-direction: column; }
  .intro-grid, .impact-grid, .location-shell, .content-layout { grid-template-columns: 1fr; }
  .cards, .archive-grid, .annual-events-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  :root { --wrap: min(100% - 28px, 1180px); }
  body { font-size: 16px; }
  .hero { min-height: 800px; }
  .hero-content { padding-top: 170px; }
  .hero-ribbon .wrap, .cards, .archive-grid, .annual-events-grid, .stats, .footer-grid { grid-template-columns: 1fr; }
  .quick-link { border-right: 0; border-bottom: 1px solid rgba(16,40,62,.25); }
  .photo-stack { min-height: 420px; }
  .events-header { align-items: start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

/* 2026 visual system refresh */
body { background: #fff; font-family: "Inter", system-ui, sans-serif; font-size: 17px; }
h1, h2, h3, h4 { font-family: "Montserrat", system-ui, sans-serif; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.65rem, 5.4vw, 5.4rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.65rem); }
.section { padding: clamp(64px, 7.5vw, 104px) 0; }
.button { min-height: 48px; border-radius: 7px; font-family: "Montserrat", sans-serif; font-size: .9rem; font-weight: 800; }
.button--green { background: var(--bgc-green); color: var(--bgc-blue-dark); }
.button--light { border-color: #fff; background: #fff; color: var(--bgc-blue-dark); }
.entry-content a.button, .entry-content .button { color: #fff; }
.entry-content a.button--light { color: var(--bgc-blue-dark); }
.entry-content a.button--green { color: var(--bgc-blue-dark); }
a:focus-visible, button:focus-visible { outline: 3px solid #ffbf47; outline-offset: 4px; }

.site-header, .site-header.is-scrolled { position: sticky; top: 0; padding: 12px 0; color: var(--bgc-blue-dark); background: #fff; box-shadow: 0 2px 18px rgba(16,40,62,.12); backdrop-filter: none; }
.admin-bar .site-header { top: 32px; }
.header-inner { grid-template-columns: minmax(190px, 255px) 1fr auto; gap: 24px; min-height: 68px; }
.site-branding { display: flex; align-items: center; color: var(--bgc-blue-dark); text-decoration: none; line-height: 1.05; }
.site-branding img, .site-header:not(.is-scrolled) .site-branding img { width: 245px; max-height: 66px; filter: none; object-fit: contain; }
.primary-menu { gap: 22px; }
.primary-menu a { position: relative; padding: 12px 0; color: var(--bgc-blue-dark); font-family: "Montserrat", sans-serif; font-size: .78rem; font-weight: 700; }
.primary-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 3px; background: var(--bgc-orange); transition: right .2s ease; }
.primary-menu a:hover::after, .primary-menu a:focus-visible::after { right: 0; }
.header-actions { display: flex; gap: 9px; }
.header-actions .button { padding-inline: 18px; }

.hero--mosaic { min-height: 680px; display: grid; grid-template-columns: minmax(560px, 1.02fr) minmax(0, .98fr); align-items: stretch; background: var(--bgc-blue-dark); }
.hero-panel { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(58px, 7vw, 105px) max(28px, calc((100vw - 1320px)/2)); padding-right: clamp(28px, 3.5vw, 58px); overflow: hidden; color: #fff; background: var(--bgc-blue); }
.hero-panel .eyebrow { color: #fff; }
.hero-panel .eyebrow { font-size:clamp(.9rem,1.25vw,1.08rem); letter-spacing:.12em; }
.hero-panel h1 { max-width: 690px; margin-bottom: 24px; }
.hero-panel .hero-copy { max-width: 570px; }
.hero-photo { min-height: 680px; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shapes { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: repeat(4, 1fr); height: 82px; }
.hero-shapes i:nth-child(1) { background: var(--bgc-pink); }
.hero-shapes i:nth-child(2) { background: var(--bgc-purple); }
.hero-shapes i:nth-child(3) { background: var(--bgc-green); }
.hero-shapes i:nth-child(4) { background: var(--bgc-orange); border-radius: 70px 0 0; }

.intro-grid { gap: clamp(42px, 6vw, 84px); }
.impact--photo { background: var(--bgc-blue-dark); }
.impact--photo .impact-grid { grid-template-columns: .8fr 1.2fr; }
.impact--photo .eyebrow { color: #fff; }
.impact--photo img { width: 100%; max-height: 480px; aspect-ratio: 4/3; object-fit: cover; border-radius: 6px; }
.card { border-radius: 8px; box-shadow: 0 10px 28px rgba(16,40,62,.1); }
.card-media { aspect-ratio: 16/10; }
.content-card, .story-panel, .link-cards a, .people-list p, .location-shell, .empty-state { border-radius: 8px; }

.page-hero--split { display: grid; grid-template-columns: .9fr 1.1fr; height: clamp(520px, 36vw, 610px); min-height: 0; padding: 0; background: var(--bgc-blue-dark); }
.page-hero-copy { display: flex; align-items: center; padding: clamp(48px, 7vw, 92px) max(28px, calc((100vw - 1180px)/2)); padding-right: clamp(34px, 5vw, 72px); color: #fff; }
.page-hero-copy .eyebrow { color: #fff; }
.page-hero-copy h1 { max-width: 680px; margin: 0; font-size: clamp(2.5rem, 4.5vw, 4.5rem); }
.page-hero-copy, .page-hero-photo { height: 100%; min-height: 0; overflow: hidden; }
.page-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position:var(--hero-position, center top); }
.programs-page-hero { display:flex; height:auto; flex-direction:column; padding:0; background:var(--bgc-blue-75); }
.programs-page-hero .page-hero-photo { order:1; width:100%; height:auto; background:#eef4f7; }
.programs-page-hero .page-hero-photo img { width:100%; height:auto; object-fit:contain; object-position:center; }
.programs-page-hero .page-hero-copy { order:2; width:100%; height:auto; min-height:0; padding:clamp(42px,5vw,68px) 0; color:var(--bgc-blue-dark); background:linear-gradient(110deg,var(--bgc-blue-75),var(--bgc-blue-50)); box-shadow:inset 0 -8px 0 rgba(255,255,255,.38); }
.programs-page-hero .page-hero-copy > .wrap { width:var(--wrap); }
.programs-page-hero .page-hero-copy .eyebrow { color:var(--bgc-blue-dark); }
.programs-page-hero .page-hero-copy h1 { margin-bottom:10px; }
.programs-page-hero .page-hero-copy p { max-width:720px; margin:0; font-size:clamp(1.05rem,1.7vw,1.35rem); }
.event-page-hero .page-hero-copy h1 { font-size:clamp(2.1rem,3.35vw,3.65rem); line-height:1.04; }
.news-story-hero .page-hero-copy h1 { font-size:clamp(1.45rem,2.05vw,2.35rem); line-height:1.12; letter-spacing:-.025em; }
.entry-content { font-size: 1rem; line-height: 1.7; }
.entry-content > * { max-width: 900px; }
.entry-content .lead { margin-bottom: 42px; font-size: clamp(1.2rem, 1.8vw, 1.5rem); }
.content-grid { gap: 28px; margin: 32px 0 52px; }
.content-card { position:relative; padding:30px; border:0; border-left:6px solid var(--bgc-green); background:linear-gradient(135deg,#fff 0 70%,rgba(128,192,226,.24)); }
.content-card:nth-child(2n) { border-left-color: var(--bgc-orange); }
.story-panel { padding: clamp(30px, 5vw, 54px); }
.link-cards a { min-height:150px; justify-content:center; border:0; border-bottom:5px solid var(--bgc-blue-75); background:linear-gradient(135deg,#fff,rgba(128,192,226,.26)); }
.people-list { grid-template-columns: repeat(3, minmax(0,1fr)); align-items: stretch; }
.people-list p { min-height: 330px; justify-content: flex-end; padding: 22px; border: 0; background: linear-gradient(180deg, #dceaf0 0 64%, #fff 64%); box-shadow: 0 8px 22px rgba(16,40,62,.09); }
.people-list p::before { content: "Portrait coming soon"; display: grid; place-items: center; flex: 1; margin: -22px -22px 24px; color: rgba(7,55,101,.7); font-family: "Montserrat", sans-serif; font-size: .75rem; font-weight: 700; text-transform: uppercase; background: linear-gradient(135deg, rgba(0,119,185,.14), rgba(141,198,63,.22)); }
.people-list p strong { font-family: "Montserrat", sans-serif; font-size: 1.05rem; }
.people-directory { max-width: none !important; margin: 58px 0 20px; }
.people-section + .people-section { margin-top: 64px; }
.people-directory h2 { margin-bottom: 24px; }
.people-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.person-card { display:flex; min-height:100%; flex-direction:column; overflow: hidden; border-radius: 10px; background: #fff; box-shadow: 0 8px 24px rgba(16,40,62,.1); }
.person-photo { aspect-ratio: 1/1; overflow: hidden; background: linear-gradient(135deg, rgba(0,119,185,.15), rgba(141,198,63,.22)); }
.person-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.person-card--board .person-photo { background:#f5f6f7; }
.person-card--board .person-photo img { object-fit:cover; object-position:center; }
.person-card--staff .person-photo img { object-fit:cover; object-position:center; }
.person-placeholder { display: grid; height: 100%; place-items: center; color: rgba(7,55,101,.68); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.person-copy { flex:1; padding: 22px; }
.person-copy h3 { margin: 0 0 8px; font-size: 1.2rem; }
.person-copy p { margin: 5px 0; }
.person-title { font-weight: 700; }
.person-club { color: var(--muted); }
.person-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.person-actions a { padding: 9px 13px; border-radius: 999px; color: #fff; font-size: .82rem; font-weight: 800; text-decoration: none; background: var(--bgc-blue); }
.person-actions .view-club { color:var(--bgc-blue-dark); background:var(--bgc-green); }
.directory-cta { max-width:none !important; margin:64px 0 0; padding:clamp(32px,5vw,56px); border-radius:14px; color:#fff; text-align:center; background:var(--bgc-blue-dark); }
.directory-cta h2 { margin-bottom:12px; color:#fff; }
.directory-cta p { max-width:720px; margin:0 auto 24px; color:rgba(255,255,255,.86); }
.primary-menu .menu-item { position: relative; }
.primary-menu .sub-menu { position: absolute; z-index: 20; left: -18px; top: 100%; display: none; min-width: 230px; padding: 12px 18px 16px; background: #fff; box-shadow: var(--shadow); }
.primary-menu .menu-item:hover > .sub-menu, .primary-menu .menu-item:focus-within > .sub-menu { display: block; }
.primary-menu .sub-menu a { display: block; padding: 9px 0; }
.page-photo-cta { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 440px; color: #fff; background: var(--bgc-blue-dark); }
.page-photo-cta > img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.page-photo-cta > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 7vw, 90px); }
.page-photo-cta .eyebrow { color: #fff; }
.page-photo-cta h2 { max-width: 650px; }
.page-photo-cta .button { align-self: flex-start; }
.map-placeholder > div { display: grid; gap: 8px; padding: 30px; text-align: center; }
.map-placeholder span { max-width: 440px; color: var(--muted); font-weight: 500; }
.club-search { width:100%; padding:15px 20px; border:2px solid var(--line); border-radius:999px; margin:12px 0 28px; font:inherit; background:#fff; }
.club-result { padding:24px 0; border-bottom:1px solid var(--line); }
.club-result p { margin:.35rem 0; }
.location-type { display:inline-block; padding:4px 10px; border-radius:999px; color:var(--bgc-blue-dark); background:var(--bgc-blue-light); font-size:.72rem; font-weight:800; text-transform:uppercase; transition:transform .22s ease,background-color .22s ease; }
.map-column { min-width:0; }
.club-map { min-height:600px; border-radius:8px; overflow:hidden; box-shadow:var(--shadow); background:var(--bgc-blue-light); }
.club-map--single { min-height:380px; margin-top:42px; }
.club-map--home { min-height:520px; height:100%; border-radius:0 8px 8px 0; box-shadow:none; }
.map-credit { margin:.5rem 0 0; color:var(--muted); font-size:.72rem; }
.detail-layout { display:grid; grid-template-columns:minmax(0,1fr) minmax(280px,360px); gap:48px; align-items:start; }
.detail-card { padding:30px; border-radius:8px; background:#fff; box-shadow:var(--shadow); }
.section-heading { margin-top:64px; }
.locations-directory { background:#fff; }
.location-toolbar { max-width:620px; margin:0 auto 48px; text-align:center; }
.location-directory-groups { display:grid; gap:52px; }
.location-group-heading { margin:0 0 22px; font-size:clamp(1.65rem,3vw,2.5rem); }
.location-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:30px 24px; }
.location-card { display:flex; min-width:0; flex-direction:column; overflow:hidden; border-radius:14px; text-align:center; background:#fff; box-shadow:0 10px 28px rgba(5,49,82,.08); transition:transform .22s ease,box-shadow .22s ease,opacity .16s ease; }
.location-card:hover { transform:translateY(-6px); box-shadow:0 18px 38px rgba(5,49,82,.14); }
[data-club-card][hidden] { display:none !important; }
.location-map { aspect-ratio:16/7; overflow:hidden; background:var(--bgc-blue-light); }
.location-map iframe { width:100%; height:100%; border:0; transition:transform .38s ease; }
.location-card:hover .location-map iframe { transform:scale(1.025); }
.location-card-copy { display:flex; height:100%; flex-direction:column; padding:20px 14px 0; }
.location-card h2 { display:flex; min-height:2.35em; align-items:center; justify-content:center; margin:8px 0 16px; color:var(--bgc-green); font-size:clamp(1.18rem,1.6vw,1.5rem); line-height:1.1; text-transform:uppercase; }
.location-card h2 a { color:inherit; text-decoration:none; }
.location-card p { margin:6px 0; font-size:.95rem; }
.location-card p span { display:block; color:var(--muted); font-size:.78rem; font-weight:700; text-transform:uppercase; }
.location-card p strong { display:block; }
.location-address { min-height:3.4em; }
.location-card .card-link { display:inline-block; margin-top:auto; padding-top:20px; white-space:nowrap; transition:color .22s ease,transform .22s ease; }
.location-details-button { align-self:center; margin:28px 0 24px; padding:12px 18px; white-space:nowrap; font-size:.86rem; }
.location-card:hover .location-type { transform:translateY(-2px); background:#c9edf7; }
.location-card:hover .card-link { color:var(--bgc-orange); transform:translateX(4px); }
.location-empty { margin:0; color:var(--muted); }

.event-page-hero h1 { font-size:clamp(1.9rem,3vw,3.25rem); line-height:1.06; }
.event-story > h2 { font-size:clamp(1.9rem,3vw,3rem); }

@media (prefers-reduced-motion:reduce) {
  .location-card,.location-map iframe,.location-type,.location-card .card-link { transition:none; }
  .location-card:hover { transform:none; }
  .location-card:hover .location-map iframe { transform:none; }
}
.location-phone { display:inline-flex; align-items:center; align-self:center; gap:7px; color:var(--bgc-blue-dark); font-weight:800; text-decoration:none; }
.location-phone:hover { color:var(--bgc-orange); }
.site-type-cta { display:flex; align-items:center; justify-content:space-between; gap:32px; margin-top:72px; padding:clamp(30px,5vw,54px); border-radius:12px; background:var(--bgc-blue-light); }
.site-type-cta h2 { margin-bottom:8px; }
.site-type-cta p { margin:0; }
.site-type-cta .button { flex:0 0 auto; }

.club-detail-grid { display:grid; grid-template-columns:minmax(0,1.3fr) minmax(310px,.7fr); gap:28px; align-items:stretch; max-width:1120px; margin:0 auto; }
.club-welcome { display:flex; flex-direction:column; justify-content:center; padding:clamp(30px,4vw,48px); border-radius:14px; background:var(--bgc-blue-light); }
.club-welcome-copy { display:flex; flex-direction:column; justify-content:center; }
.club-welcome-media-row { display:flex; align-items:flex-end; gap:24px; margin-top:26px; }
.club-welcome-photo { width:min(320px,52%); flex:0 0 auto; aspect-ratio:4/3; margin:0; overflow:hidden; border:5px solid #fff; border-radius:12px; box-shadow:0 8px 22px rgba(7,55,101,.14); }
.club-welcome-photo img { width:100%; height:100%; object-fit:cover; object-position:center center; }
.club-welcome-media-row .club-actions { margin-top:0; }
.club-location-gallery { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; margin-top:38px; }
.club-location-gallery a { display:block; overflow:hidden; border-radius:16px; background:#e8f4f8; box-shadow:0 10px 28px rgba(7,55,101,.14); }
.club-location-gallery img { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; object-position:center; transition:transform .25s ease; }
.club-location-gallery a:hover img,.club-location-gallery a:focus-visible img { transform:scale(1.02); }
.ceo-bio p { margin:0 0 1em; }
.club-welcome h2 { max-width:760px; }
.club-welcome > p { max-width:760px; font-size:1.08rem; }
.club-actions,.document-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:28px; }
.club-facts,.event-facts { padding:clamp(26px,3vw,36px); border-radius:14px; background:#fff; box-shadow:var(--shadow); }
.club-facts dl,.event-facts dl { margin:0 0 28px; }
.club-facts dl div,.event-facts dl div { padding:16px 0; border-bottom:1px solid var(--line); }
.club-facts dt,.event-facts dt { color:var(--muted); font-size:.76rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.club-facts dd,.event-facts dd { margin:5px 0 0; font-weight:700; }
.club-photo-section,.club-map-section { margin-top:50px; }
.club-photo-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:18px; margin-top:26px; }
.club-photo-grid figure { aspect-ratio:4/3; margin:0; overflow:hidden; border-radius:12px; }
.club-photo-grid img { width:100%; height:100%; object-fit:cover; }
.club-map-section .club-map--single { margin-top:22px; }
.site-type-section + .site-type-section { margin-top:76px; }
.compact-site-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; margin-top:28px; }
.compact-site-card { display:flex; min-height:320px; flex-direction:column; padding:30px; border-radius:12px; background:#fff; box-shadow:var(--shadow); }
.compact-site-card h3 { margin-bottom:14px; }
.compact-site-card .card-link { margin-top:auto; padding-top:20px; }
.compact-site-grid--summer { max-width:940px; grid-template-columns:repeat(2,minmax(0,1fr)); margin:0 auto; }
.compact-site-card--summer { min-height:0; padding:clamp(26px,3vw,36px); }
.compact-site-card--summer h2 { min-height:2.35em; margin:18px 0 24px; font-size:clamp(1.7rem,2.5vw,2.35rem); line-height:1.08; }
.compact-site-details { display:grid; gap:0; margin:0; }
.compact-site-details div { padding:15px 0; border-top:1px solid var(--line); }
.compact-site-details dt { margin-bottom:5px; color:var(--muted); font-size:.76rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.compact-site-details dd { margin:0; line-height:1.55; }
.summer-sites-cta { display:flex; max-width:940px; align-items:center; justify-content:space-between; gap:36px; margin:54px auto 0; padding:clamp(28px,4vw,44px); border-radius:14px; background:var(--bgc-blue-light); }
.summer-sites-cta h2 { max-width:650px; margin:10px 0 10px; font-size:clamp(1.7rem,2.7vw,2.5rem); }
.summer-sites-cta p { max-width:680px; margin:0; }
.summer-sites-cta .button { flex:0 0 auto; }
.summer-sites-cta-actions { display:flex; flex:0 0 auto; flex-direction:column; gap:12px; }
.camp-overview-grid { display:grid; grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr); gap:34px; align-items:start; }
.camp-overview-copy,.camp-rental-card { padding:clamp(28px,4vw,46px); border-radius:16px; background:#fff; box-shadow:var(--shadow); }
.camp-overview-copy h2,.camp-activities h2 { margin-top:10px; }
.camp-rental-card { border-top:6px solid var(--bgc-green); }
.camp-rental-card address { font-style:normal; }
.camp-activity-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; margin-top:28px; }
.camp-activity-card { overflow:hidden; border-radius:14px; background:#fff; box-shadow:var(--shadow); }
.camp-activity-card img { width:100%; aspect-ratio:4/3; object-fit:cover; }
.camp-activity-card div { padding:22px; }
.camp-activity-card h3 { margin-bottom:8px; font-size:1.3rem; }

.event-detail-grid { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(310px,.65fr); gap:48px; align-items:start; }
.event-story { font-size:1.04rem; }
.event-story > p { max-width:800px; }
.golf-highlight { margin-top:42px; padding:clamp(30px,5vw,54px); border-radius:14px; background:var(--bgc-blue-light); }
.event-facts { position:sticky; top:112px; }

.contact-layout { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr); gap:34px; align-items:start; }
.contact-card,.facebook-card { padding:clamp(32px,5vw,56px); border-radius:14px; background:var(--bgc-blue-light); }

/* Consistent News archive and press-release presentation. */
.news-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; }
.news-card { display:flex; min-width:0; overflow:hidden; flex-direction:column; border-radius:14px; background:#fff; box-shadow:var(--shadow); }
.news-card-media { display:block; aspect-ratio:16/9; overflow:hidden; background:var(--bgc-blue-light); }
.news-card-media img { width:100%; height:100%; object-fit:cover; transition:transform .25s ease; }
.news-card:hover .news-card-media img { transform:scale(1.025); }
.news-card-content { display:flex; flex:1; flex-direction:column; padding:24px; }
.news-card time,.news-story-hero time { color:var(--bgc-purple); font-size:.76rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.news-card h2 { display:-webkit-box; overflow:hidden; margin:10px 0 14px; font-size:clamp(1.25rem,1.8vw,1.55rem); line-height:1.16; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.news-card h2 a { color:var(--bgc-blue-dark); }
.news-card-excerpt { display:-webkit-box; overflow:hidden; margin:0 0 20px; color:var(--muted); line-height:1.65; -webkit-box-orient:vertical; -webkit-line-clamp:4; }
.news-card .card-link { margin-top:auto; }
.news-pagination { margin-top:42px; }
.news-pagination .nav-links { display:flex; flex-wrap:wrap; gap:10px; }
.news-pagination .page-numbers { padding:9px 13px; border-radius:6px; background:var(--bgc-blue-light); text-decoration:none; }
.news-pagination .current { background:var(--bgc-blue); color:#fff; }

.news-story-hero { padding:0; background:var(--bgc-blue-dark); color:#fff; }
.news-story-hero time { color:#fff; opacity:.78; }
.news-story-hero h1 { max-width:760px; margin:14px 0 0; color:#fff; font-size:clamp(1.45rem,2.05vw,2.35rem); line-height:1.12; }
.news-story-figure { margin:0; overflow:hidden; border-radius:0; background:var(--bgc-blue-light); }
.news-story-figure img { width:100%; height:100%; object-fit:cover; }
.news-story-content { max-width:820px; margin:0 auto; color:var(--bgc-blue-dark); font-size:1.06rem; line-height:1.82; }
.news-story-content > :first-child { margin-top:0; }
.news-story-content h2 { margin-top:2.2em; font-size:clamp(1.75rem,3vw,2.7rem); }
.news-story-content h3 { margin-top:1.8em; font-size:clamp(1.35rem,2vw,1.8rem); }
.news-story-content img { max-width:100%; height:auto; border-radius:12px; }
.news-story-content figure { max-width:100%; margin:34px 0; }
.news-story-content blockquote { margin:32px 0; padding:4px 0 4px 24px; border-left:5px solid var(--bgc-orange); font-size:1.12rem; }
.news-media-contact,.news-back-link { max-width:820px; margin-right:auto; margin-left:auto; }
.news-media-contact { margin-top:42px; padding:26px 30px; border-radius:12px; background:var(--bgc-blue-light); }
.news-media-contact p { margin:0; }
.news-back-link { margin-top:28px; }
.event-photo-gallery { margin-top:58px; }
.event-photo-gallery h2 { margin-bottom:22px; }
.event-photo-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.event-photo-slot { display:flex; aspect-ratio:4/3; align-items:center; justify-content:center; overflow:hidden; margin:0; border:2px dashed rgba(7,55,101,.2); border-radius:12px; color:var(--muted); background:var(--bgc-blue-light); text-align:center; }
.event-photo-slot img { width:100%; height:100%; object-fit:cover; }
.event-photo-gallery--contain .event-photo-slot { background:#f4f8fa; }
.event-photo-gallery--contain .event-photo-slot img { object-fit:contain; }

@media (max-width:960px) {
  .news-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .event-photo-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:560px) {
  .news-grid { grid-template-columns:1fr; }
  .news-card-content { padding:21px; }
  .news-story-hero h1 { font-size:clamp(1.35rem,6.2vw,1.9rem); line-height:1.14; }
  .event-photo-grid { grid-template-columns:1fr; }
}
.facebook-card { background:#fff; box-shadow:var(--shadow); }
.facebook-embed { width:100%; max-width:500px; overflow:hidden; margin-top:24px; }
.facebook-embed iframe { display:block; width:100%; max-width:500px; }
.home-gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1.2fr; min-height: 310px; background: var(--bgc-blue-dark); }
.home-gallery figure { min-width: 0; margin: 0; overflow: hidden; }
.home-gallery img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; transition: transform .45s ease; }
.home-gallery figure:hover img { transform: scale(1.035); }

.alumni-brand { display: flex; justify-content: center; margin: 0 auto 46px; }
.alumni-brand img { width: min(100%, 380px); max-height: 180px; object-fit: contain; }
.alumni-page-hero .page-hero-copy h1 { max-width:100%; font-size:clamp(2.35rem,3.5vw,3.65rem); overflow-wrap:normal; }
.alumni-page-content .entry-content > .lead { max-width:900px; margin:0 auto 34px; text-align:center; }
.alumni-page-content .story-panel { max-width:1100px !important; margin:34px auto; border-radius:16px; }
.alumni-section { max-width: 1100px !important; margin: 72px auto 0; }
.alumni-section > h2 { max-width: 760px; }
.alumni-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; margin-top: 36px; }
.alumni-card { display:grid; min-width:0; height:100%; grid-template-columns:160px minmax(0,1fr); overflow:hidden; border:1px solid #e2eaf0; border-radius:14px; background:#fff; box-shadow:0 10px 28px rgba(16,40,62,.1); }
.alumni-photo { display:flex; width:160px; height:160px; align-items:center; justify-content:center; align-self:start; margin:24px 0 24px 24px; overflow:hidden; border-radius:10px; background:var(--bgc-blue-light); }
.alumni-photo img { width:100%; height:100%; min-height:0; object-fit:contain; object-position:center; }
.alumni-copy { display: flex; flex:1; flex-direction: column; padding: 30px; }
.alumni-copy h3 { margin-bottom: 8px; font-size: clamp(1.35rem, 2vw, 1.8rem); }
.alumni-year { margin: 0 0 8px; color: var(--bgc-orange); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.alumni-club { margin: 0 0 16px; color: var(--bgc-blue); font-weight: 800; }
.alumni-copy .card-link { margin-top: auto; padding-top: 12px; }
.source-note { max-width: 900px; margin-top: 28px; color: var(--muted); font-size: .82rem; }
.program-intro { max-width: 900px; margin-bottom: 44px; }
.program-category { --program-accent:var(--bgc-blue); --program-link:var(--bgc-blue-dark); --program-tint:rgba(0,119,185,.1); max-width:none !important; margin:64px 0 26px; }
.program-category:first-of-type { margin-top: 0; }
.program-category--character-leadership { --program-accent:var(--bgc-purple); --program-link:var(--bgc-purple); --program-tint:rgba(111,44,145,.1); }
.program-category--career-teen-development { --program-accent:var(--bgc-orange); --program-link:#9a3c12; --program-tint:rgba(243,111,49,.12); }
.program-category > h2,.involvement-intro h2,.alumni-section > h2 { position:relative; padding-bottom:17px; }
.program-category > h2::after,.involvement-intro h2::after,.alumni-section > h2::after { position:absolute; bottom:0; left:0; width:94px; height:4px; border-radius:50%; background:var(--bgc-purple); content:""; transform:rotate(-1deg); }
.involvement-intro h2::after { left:50%; background:var(--bgc-orange); transform:translateX(-50%) rotate(-1deg); }
.alumni-section > h2::after { background:var(--bgc-green); }
.program-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px; align-items:stretch; }
.program-card { display:flex; min-width:0; min-height:500px; flex-direction:column; overflow:hidden; border:1px solid rgba(16,40,62,.12); border-top:7px solid var(--program-accent); border-radius:14px; background:#fff; box-shadow:0 14px 38px rgba(7,55,101,.11); transition:transform .24s ease,box-shadow .24s ease; }
.program-card:hover { transform:translateY(-6px); box-shadow:0 24px 54px rgba(7,55,101,.17); }
.program-photo { position:relative; display:flex; height:210px; align-items:center; justify-content:center; overflow:hidden; padding:24px; background:#fff; }
.program-photo::after { position:absolute; right:24px; bottom:0; left:24px; height:3px; border-radius:999px; background:var(--program-tint); content:""; }
.program-photo img { width:100%; height:100%; object-fit:contain; }
.program-card--photo-sample .program-photo { padding:0; background:#fff; }
.program-card--photo-sample .program-photo::after { right:0; left:0; }
.program-photo-carousel { position:absolute; inset:0; overflow:hidden; }
.program-photo-carousel .program-photo-slide { position:absolute; inset:0; width:100%; height:100%; animation:program-photo-logo 8s ease-in-out infinite; }
.program-photo-carousel .program-photo-slide--logo { padding:24px; object-fit:contain; background:#fff; }
.program-photo-carousel .program-photo-slide--activity { object-fit:cover; object-position:center; animation-name:program-photo-activity; opacity:0; }
@keyframes program-photo-logo { 0%,42% { opacity:1; } 50%,92% { opacity:0; } 100% { opacity:1; } }
@keyframes program-photo-activity { 0%,42% { opacity:0; } 50%,92% { opacity:1; } 100% { opacity:0; } }
.program-copy { display:flex; flex:1; flex-direction:column; padding:26px; }
.program-copy h3 { margin:0 0 14px; font-size:clamp(1.3rem,2vw,1.75rem); overflow-wrap:anywhere; }
.program-copy p { margin:0; color:var(--muted); }
.program-details { margin-top:auto; padding-top:22px; border-top:1px solid var(--line); }
.program-details summary { padding:18px 0 0; color:var(--program-link); font-weight:800; cursor:pointer; }
.program-details summary:hover,.program-details summary:focus-visible { color:var(--bgc-blue-dark); }
.program-details[open] summary { margin-bottom:14px; }
.program-details div p { margin:.65rem 0; color:var(--ink); }
.program-photo-note { padding:12px 14px; border-radius:8px; font-size:.82rem; background:var(--bgc-blue-light); }
@media (prefers-reduced-motion:reduce) { .program-card { transition:none; } .program-card:hover { transform:none; } .program-photo-carousel .program-photo-slide { animation:none; } .program-photo-carousel .program-photo-slide--activity { opacity:0; } }
.alumni-video-section { display:grid; max-width:1100px; grid-template-columns:.8fr 1.2fr; gap:42px; align-items:center; margin:72px auto; padding:clamp(30px,5vw,58px); border-radius:16px; color:#fff; background:var(--bgc-blue-dark); }
.alumni-video-section h2 { color:#fff; }
.video-embed { position:relative; overflow:hidden; aspect-ratio:16/9; border-radius:12px; background:#000; }
.video-embed iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.alumni-form-section { max-width:1000px !important; margin:78px auto 20px; padding:clamp(28px,5vw,56px); border-radius:16px; background:var(--bgc-blue-light); }
.alumni-form { margin-top:30px; }
.alumni-form-disclosure { margin-top:28px; }
.alumni-form-disclosure > summary { display:flex; width:fit-content; align-items:center; gap:10px; padding:15px 22px; border-radius:8px; color:#fff; font-weight:800; cursor:pointer; list-style:none; background:var(--bgc-blue); }
.alumni-form-disclosure > summary::-webkit-details-marker { display:none; }
.alumni-form-disclosure > summary::after { content:'+'; font-size:1.3rem; line-height:1; }
.alumni-form-disclosure[open] > summary::after { content:'−'; }
.alumni-form-disclosure > summary:hover { background:var(--bgc-blue-dark); }
.alumni-form-panel { margin-top:28px; padding-top:28px; border-top:1px solid rgba(7,55,101,.18); }
.alumni-form-panel .alumni-form { margin-top:0; }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.form-grid label { display:grid; gap:8px; color:var(--bgc-blue-dark); font-weight:700; }
.form-grid input,.form-grid select,.form-grid textarea { width:100%; padding:13px 14px; border:1px solid rgba(7,55,101,.24); border-radius:8px; font:inherit; background:#fff; }
.form-grid .form-span { grid-column:1/-1; }
.form-grid .check-field { display:flex; grid-column:1/-1; align-items:flex-start; gap:10px; font-weight:500; }
.form-grid .check-field input { width:auto; margin-top:5px; }
.alumni-form .button { margin-top:24px; }
.form-notice { margin:20px 0; padding:16px 18px; border-left:5px solid var(--bgc-green); background:#fff; }
.yoy-finalists { margin-top:56px; }
.yoy-finalists-intro { max-width:720px; margin:10px 0 0; color:var(--muted); font-size:1.05rem; }
.yoy-finalist-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; margin-top:28px; }
.yoy-finalist-card { display:flex; min-width:0; flex-direction:column; overflow:hidden; border:1px solid #e4edf3; border-radius:14px; background:#fff; box-shadow:var(--shadow); }
.yoy-finalist-modal-trigger { width:100%; padding:0; color:var(--ink); font:inherit; text-align:left; cursor:pointer; transition:transform .2s ease,box-shadow .2s ease; }
.yoy-finalist-modal-trigger:hover { transform:translateY(-4px); box-shadow:0 18px 42px rgba(5,45,78,.18); }
.yoy-finalist-modal-trigger:focus-visible { outline:4px solid var(--bgc-orange); outline-offset:4px; }
.yoy-finalist-card img { width:100%; aspect-ratio:4/3; object-fit:cover; object-position:center top; }
.yoy-finalist-card-copy { display:flex; flex:1; flex-direction:column; gap:8px; padding:22px; }
.yoy-finalist-name { color:var(--bgc-blue-dark); font-family:"Montserrat",sans-serif; font-size:1.25rem; font-weight:850; }
.yoy-finalist-prompt { margin-top:auto; padding-top:14px; color:var(--bgc-blue-dark); font-weight:800; }
.yoy-finalist-card h3 { margin:0 0 6px; font-size:1.25rem; }
.finalist-club { margin:0; color:var(--bgc-purple); font-size:.84rem; font-weight:800; text-transform:uppercase; letter-spacing:.04em; }
.yoy-finalist-card blockquote { margin:18px 0; padding:15px; border-radius:9px; background:var(--bgc-blue-light); color:var(--bgc-blue-dark); font-size:.96rem; font-weight:650; line-height:1.55; }
.finalist-bio { margin-top:auto; padding-top:15px; border-top:1px solid #dce7ee; }
.finalist-bio summary { color:var(--bgc-blue-dark); font-size:.92rem; font-weight:800; cursor:pointer; }
.finalist-bio summary:hover { color:var(--orange); }
.finalist-bio p { margin:12px 0 0; color:var(--muted); font-size:.93rem; line-height:1.65; }
.approved-news-photo img { width:100%; max-height:720px; object-fit:contain; border-radius:10px; }
.approved-news-gallery { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:34px; }
.approved-news-gallery figure { margin:0; }
.approved-news-gallery img { width:100%; height:100%; aspect-ratio:4/3; object-fit:cover; border-radius:10px; }
.involvement-intro { max-width:820px; margin:0 auto 52px; text-align:center; }
.involvement-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; }
.involvement-card { display:flex; min-height:300px; flex-direction:column; padding:34px; border-top:7px solid var(--bgc-blue); border-radius:14px; background:var(--bgc-blue-light); box-shadow:var(--shadow); transition:transform .24s ease,box-shadow .24s ease; }
.involvement-card:nth-child(2),.involvement-card:nth-child(6) { border-top-color:var(--bgc-purple); }
.involvement-card:nth-child(3) { border-top-color:var(--bgc-orange); }
.involvement-card:nth-child(4) { border-top-color:var(--bgc-green); }
.involvement-card:nth-child(5) { border-top-color:var(--bgc-pink); }
.involvement-card:hover { transform:translateY(-7px); box-shadow:0 26px 60px rgba(7,55,101,.2); }
.involvement-card h2 { margin:0 0 14px; font-size:clamp(1.35rem,2vw,1.75rem); }
.involvement-card p { margin:0 0 24px; color:var(--muted); }
.involvement-card .button { width:100%; margin-top:auto; text-align:center; }
.partner-section { display:grid; grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr); gap:30px 42px; align-items:center; margin-top:72px; padding:clamp(32px,5vw,58px); border-radius:16px; color:#fff; background:var(--bgc-blue-dark); }
.partner-heading { grid-column:1/-1; }
.partner-section h2 { max-width:none; margin:0; color:#fff; font-size:clamp(2rem,3.5vw,3.45rem); }
.partner-section .eyebrow { color:#fff; }
.partner-section p { color:rgba(255,255,255,.88); }
.partner-photo-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:10px; }
.partner-photo-grid figure { aspect-ratio:1; margin:0; overflow:hidden; border:3px solid rgba(255,255,255,.7); border-radius:8px; background:#fff; transition:transform .22s ease,border-color .22s ease; }
.partner-photo-grid img { width:100%; height:100%; object-fit:cover; image-rendering:auto; transition:transform .3s ease; }
.partner-photo-grid figure:hover { z-index:2; border-color:var(--bgc-orange); transform:translateY(-5px) rotate(-1deg); }
.story-panel,.partner-section,.alumni-video-section,.programs-page-hero .page-hero-copy { position:relative; isolation:isolate; overflow:hidden; }
.story-panel > *,.partner-section > *,.alumni-video-section > *,.programs-page-hero .page-hero-copy > * { position:relative; z-index:1; }
.story-panel::after,.partner-section::after,.alumni-video-section::after {
  position:absolute;
  z-index:0;
  top:24px;
  right:24px;
  width:92px;
  height:68px;
  opacity:.18;
  background-image:radial-gradient(circle,var(--bgc-green) 0 3px,transparent 3.5px);
  background-size:18px 18px;
  content:"";
}
.partner-section::after { background-image:radial-gradient(circle,var(--bgc-purple) 0 3px,transparent 3.5px); }
.alumni-video-section::after { top:auto; bottom:24px; background-image:radial-gradient(circle,var(--bgc-orange) 0 3px,transparent 3.5px); }
.programs-page-hero .page-hero-copy::after {
  position:absolute;
  z-index:0;
  right:clamp(24px,8vw,130px);
  bottom:32px;
  width:150px;
  height:18px;
  border-top:4px solid var(--bgc-purple);
  border-radius:50%;
  opacity:.55;
  content:"";
  transform:rotate(-2deg);
}
.partner-photo-grid figure:hover img { transform:scale(1.06); }
.involvement-cta { margin-top:72px; padding:clamp(38px,6vw,72px); border-radius:14px; color:#fff; text-align:center; background:var(--bgc-purple); box-shadow:0 22px 55px rgba(111,44,145,.25); }
.involvement-cta h2 { color:#fff; }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: 1fr auto auto; }
  .menu-toggle { display: block; }
  .primary-navigation { display: none; position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); padding: 24px; background: #fff; box-shadow: var(--shadow); }
  .primary-navigation.is-open { display: block; }
  .primary-menu { align-items: flex-start; flex-direction: column; }
  .primary-menu .sub-menu { position: static; display: block; padding: 0 0 0 18px; box-shadow: none; }
  .header-join { display: none; }
}
@media (max-width: 800px) {
  .admin-bar .site-header { top: 46px; }
  .hero--mosaic, .page-hero--split, .impact--photo .impact-grid, .page-photo-cta { grid-template-columns: 1fr; }
  .hero--mosaic { min-height: 0; }
  .hero-panel { min-height: 470px; padding: 62px 24px 115px; }
  .hero-photo { min-height: 360px; }
  .page-hero--split { height: auto; }
  .page-hero-copy { height: auto; min-height: 245px; padding: 46px 24px; }
  .page-hero-photo { height: 300px; min-height: 0; }
  .programs-page-hero .page-hero-photo { height:auto; }
  .programs-page-hero .page-hero-copy { min-height:0; padding:38px 0 42px; }
  .page-photo-cta > img { min-height: 310px; }
  .people-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .people-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .home-gallery { grid-template-columns: repeat(2, 1fr); }
  .alumni-grid { grid-template-columns: 1fr; }
  .alumni-video-section { grid-template-columns:1fr; }
  .yoy-finalist-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .detail-layout { grid-template-columns:1fr; }
  .club-map { min-height:440px; }
  .location-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .program-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .involvement-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .partner-section { grid-template-columns:1fr; }
  .club-detail-grid,.event-detail-grid,.contact-layout { grid-template-columns:1fr; }
  .club-photo-grid { grid-template-columns:1fr 1fr; }
  .club-photo-grid figure:first-child { grid-column:1/-1; }
  .compact-site-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .event-facts { position:static; }
  .site-type-cta { align-items:flex-start; flex-direction:column; }
}
@media (max-width: 560px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .site-branding { font-size: .85rem; }
  .site-branding img { max-width: 190px; }
  .header-actions { display: none; }
  .hero-panel h1 { font-size: 2.55rem; }
  .hero-photo { min-height: 300px; }
  .people-list { grid-template-columns: 1fr; }
  .people-grid { grid-template-columns: 1fr; }
  .home-gallery img { min-height: 220px; }
  .alumni-card { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns:1fr; }
  .form-grid .form-span { grid-column:auto; }
  .yoy-finalist-grid { grid-template-columns:1fr; }
  .yoy-finalist-card { grid-template-columns:1fr; }
  .approved-news-gallery { grid-template-columns:1fr; }
  .location-grid { grid-template-columns:1fr; }
  .program-grid { grid-template-columns:1fr; }
  .involvement-grid { grid-template-columns:1fr; }
  .partner-photo-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .club-photo-grid,.compact-site-grid { grid-template-columns:1fr; }
  .club-welcome-media-row { align-items:flex-start; flex-direction:column; }
  .club-welcome-photo { width:min(260px,100%); }
  .club-location-gallery { grid-template-columns:1fr; }
  .compact-site-card--summer h2 { min-height:0; }
  .summer-sites-cta { align-items:flex-start; flex-direction:column; }
  .summer-sites-cta-actions { width:100%; }
  .camp-overview-grid { grid-template-columns:1fr; }
  .camp-activity-grid { grid-template-columns:1fr; }
  .club-photo-grid figure:first-child { grid-column:auto; }
  .alumni-photo, .alumni-photo img { min-height: 300px; max-height: 380px; }
}

.event-contact-list { margin-top: 24px; padding-top: 8px; border-top: 1px solid rgba(7,55,101,.18); }
.event-contact-list p { margin: 14px 0 0; }
.event-media-contact { margin-top: 32px; padding: 22px 24px; border-left: 5px solid var(--bgc-orange); border-radius: 0 12px 12px 0; background: #f4f9fc; }
.event-media-contact strong { color: var(--bgc-blue-dark); font-size: 1.15rem; }
.event-media-contact p { margin: 5px 0 0; }
.event-media-contact--archive { max-width: 680px; margin-top: 52px; }
.footer-newsletter { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.24); }
.footer-newsletter h4 { margin: 0 0 6px; color: #fff; font-size: 1.15rem; }
.footer-newsletter p { margin: 0 0 14px; font-size: .92rem; }
.footer-newsletter .button { padding: 12px 16px; font-size: .88rem; text-align: center; }

/* Keep 0.11.0 component overrides after the legacy responsive rules. */
.hero-photo-carousel { position:relative; overflow:hidden; }
.hero-photo-carousel .home-hero-slide { position:absolute; inset:0; opacity:0; transition:opacity .8s ease; }
.hero-photo-carousel .home-hero-slide.is-active { opacity:1; }
.cards--four { grid-template-columns:repeat(4,minmax(0,1fr)); }
.page-hero--banner { position:relative; display:block; width:min(1123px,calc(100% - 40px)); height:auto; aspect-ratio:1123/476; min-height:0; margin:36px auto 0; overflow:hidden; background:#eef4f7; }
.page-hero--banner .page-hero-photo { position:absolute; inset:0; width:100%; height:100%; }
.page-hero--banner .page-hero-photo img { width:100%; height:100%; object-fit:cover; object-position:center; }
.page-hero--banner .page-hero-copy { position:absolute; z-index:2; inset:0 auto 0 0; width:46%; height:100%; padding:clamp(28px,5vw,64px); color:#fff; background:rgba(0,119,185,.94); }
.page-hero--banner.hero-tone-blue .page-hero-copy { background:rgba(64,160,212,.95); }
.page-hero--banner.hero-tone-orange .page-hero-copy { background:rgba(243,111,49,.95); }
.page-hero--banner.hero-tone-purple .page-hero-copy { background:rgba(111,44,145,.95); }
.page-hero--banner.hero-tone-green .page-hero-copy { color:var(--bgc-blue-dark); background:rgba(141,198,63,.95); }
.page-hero--banner.hero-tone-green .page-hero-copy .eyebrow { color:var(--bgc-blue-dark); }
.page-hero--banner .page-hero-copy > div,.page-hero--banner .page-hero-copy > .wrap { width:auto; margin:0; }
.programs-page-hero { display:block !important; width:min(1123px,calc(100% - 40px)) !important; height:auto !important; aspect-ratio:1123/476; margin:36px auto 0; }
.programs-page-hero .page-hero-photo { position:absolute; inset:0; width:100%; height:100%; background:transparent; }
.programs-page-hero .page-hero-photo img { width:100%; height:100%; object-fit:cover; }
.programs-page-hero .page-hero-copy { position:absolute; z-index:2; inset:0 auto 0 0; width:46%; height:100%; padding:clamp(28px,5vw,64px); color:#fff; background:rgba(243,111,49,.95); box-shadow:none; }
.programs-page-hero .page-hero-copy .eyebrow { color:#fff; }
.page-hero--split .page-hero-copy { justify-content:center; text-align:center; }
.program-photo-carousel .program-photo-slide { animation:none !important; opacity:0; transition:opacity .6s ease; }
.program-photo-carousel .program-photo-slide.is-active { opacity:1; }
@media (max-width:980px) { .cards--four { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:760px) { .page-hero--banner,.programs-page-hero { width:100% !important; aspect-ratio:auto; margin:0; min-height:520px; } .page-hero--banner .page-hero-copy,.programs-page-hero .page-hero-copy { inset:auto 0 0; width:100%; height:auto; min-height:44%; } .staff-departments,.featured-partner,.ceo-profile { grid-template-columns:1fr; } .cards--four { grid-template-columns:1fr; } }

/* 0.11.1: approved photo banner and compact partner/alumni layouts. */
.page-hero--banner,
.programs-page-hero {
  display:flex !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  flex-direction:column;
  margin:0 !important;
  overflow:visible;
  background:#fff;
}
.page-hero--banner .page-hero-photo,
.programs-page-hero .page-hero-photo {
  position:relative !important;
  inset:auto !important;
  order:1;
  width:100% !important;
  height:clamp(340px,42vw,680px) !important;
}
.page-hero--banner .page-hero-photo img,
.programs-page-hero .page-hero-photo img {
  width:100%; height:100%; object-fit:cover; object-position:center 35%;
}
.page-hero--banner .page-hero-copy,
.programs-page-hero .page-hero-copy {
  position:relative !important;
  inset:auto !important;
  order:2;
  width:100% !important;
  height:auto !important;
  min-height:230px;
  padding:clamp(42px,5vw,76px) max(28px,calc((100vw - 970px)/2)) !important;
  text-align:left;
  box-shadow:inset 0 -7px 0 rgba(255,255,255,.35);
}
.page-hero--banner .page-hero-copy > div,
.page-hero--banner .page-hero-copy > .wrap,
.programs-page-hero .page-hero-copy > .wrap { width:min(970px,100%); margin:0 auto; }
.page-hero--banner .page-hero-copy h1,
.programs-page-hero .page-hero-copy h1 { margin-bottom:10px; }
.page-hero--split .page-hero-copy { align-items:center; justify-content:center; text-align:center; }
.page-hero--split .page-hero-copy > div { width:min(520px,100%); margin:auto; }
.page-hero--split .page-hero-photo img { object-position:center center; }
.program-photo-slide--activity { object-position:center 32% !important; }
.club-welcome-photo img,.card-media img,.page-photo-cta > img { object-position:center 35%; }
.staff-top-actions { max-width:none !important; margin:0 0 24px; text-align:right; }
.partner-section--accordion { display:grid; grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr); gap:clamp(34px,6vw,82px); padding:clamp(36px,6vw,72px); }
.partner-section--accordion .partner-heading { align-self:start; }
.partner-section--accordion .partner-heading p { color:rgba(255,255,255,.88); }
.partner-accordions { display:grid; align-content:start; gap:14px; }
.partner-accordion { overflow:hidden; border-radius:10px; color:var(--ink); background:#fff; }
.partner-accordion summary { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:24px 28px; color:var(--bgc-blue-dark); font-family:"Montserrat",sans-serif; font-size:clamp(1.1rem,2vw,1.45rem); font-weight:800; cursor:pointer; list-style:none; }
.partner-accordion summary::-webkit-details-marker { display:none; }
.partner-plus { display:grid; width:38px; height:38px; flex:0 0 38px; place-items:center; border-radius:50%; color:#fff; font-size:1.7rem; line-height:1; background:var(--bgc-orange); transition:transform .2s ease; }
.partner-accordion[open] .partner-plus { transform:rotate(45deg); }
.partner-accordion-panel { display:grid; gap:24px; padding:0 28px 30px; border-top:1px solid var(--line); }
.partner-accordion-gallery { display:grid; grid-template-columns:1fr 1fr; gap:12px; padding-top:24px; }
.partner-accordion-gallery img { width:100%; height:260px; object-fit:cover; object-position:center 30%; border-radius:8px; }
.alumni-section { max-width:none !important; }
.alumni-section > h2 { max-width:none; white-space:nowrap; }
.alumni-section > h2 span { white-space:nowrap; }
.alumni-grid { grid-template-columns:repeat(3,minmax(0,1fr)); align-items:stretch; }
.alumni-card { min-height:100%; }
.alumni-card:not(:has(.alumni-photo)) { border-top:6px solid var(--bgc-green); }
@media (max-width:900px) {
  .partner-section--accordion { grid-template-columns:1fr; }
  .alumni-grid { grid-template-columns:1fr; }
  .alumni-section > h2 { white-space:normal; }
}
@media (max-width:760px) {
  .page-hero--banner .page-hero-photo,.programs-page-hero .page-hero-photo { height:360px !important; }
  .page-hero--banner .page-hero-copy,.programs-page-hero .page-hero-copy { min-height:0; }
  .partner-accordion-gallery { grid-template-columns:1fr; }
  .partner-accordion-gallery img { height:auto; max-height:420px; }
}

/* Final 0.11.2 cascade: keep these rules after all legacy theme styles. */
.page-hero--banner .page-hero-photo,.programs-page-hero .page-hero-photo{height:auto!important;min-height:0!important;background:#fff}
.page-hero--banner .page-hero-photo img,.programs-page-hero .page-hero-photo img{display:block;width:100%;height:auto!important;max-height:none;object-fit:contain!important;object-position:center!important}
.page-hero--banner .page-hero-copy,.programs-page-hero .page-hero-copy{text-align:center}
.leadership-page-hero .page-hero-copy>div{margin-inline:auto}
.involvement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.partner-section--modal{grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);align-items:start}
.partner-section--modal .partner-heading{grid-column:1}
.partner-actions{display:grid;gap:14px;margin-top:28px}
.partner-modal-trigger{display:flex;width:100%;align-items:center;justify-content:space-between;gap:20px;padding:19px 22px;border:0;border-radius:10px;color:var(--bgc-blue-dark);font:800 1.15rem/1.2 "Montserrat",sans-serif;text-align:left;background:#fff;cursor:pointer}
.partner-section--modal .partner-photo-grid{grid-column:2;grid-row:1/span 2;grid-template-columns:repeat(5,minmax(0,1fr));align-self:start}
.partner-modal{width:min(960px,94vw);max-width:none;max-height:90vh;overflow:auto;padding:0;border:0;border-radius:16px;color:var(--ink);background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.35)}
.partner-modal::backdrop{background:rgba(5,28,49,.82)}
.partner-modal-close{position:sticky;z-index:2;top:12px;float:right;width:44px;height:44px;margin:12px 12px -56px 0;border:0;border-radius:50%;color:#fff;font-size:2rem;line-height:1;background:var(--bgc-orange);cursor:pointer}
.partner-modal-content{padding:clamp(26px,5vw,54px)}
.partner-modal-story h2{margin-top:8px;font-size:clamp(2rem,4vw,3.25rem)}
.partner-modal-story p{max-width:76ch}
.partner-modal-gallery{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:24px 0}
.partner-modal-gallery img{width:100%;height:340px;object-fit:cover;object-position:center 30%;border-radius:10px}
body.single-post .page-hero--split,body.single-bgc_event .page-hero--split{display:grid!important;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr)!important;width:100%!important;height:clamp(500px,36vw,620px)!important;min-height:0!important;margin:0!important}
body.single-post .page-hero--split .page-hero-copy,body.single-bgc_event .page-hero--split .page-hero-copy{position:relative!important;inset:auto!important;order:initial!important;width:auto!important;height:100%!important;padding:clamp(36px,5vw,72px)!important;color:#fff;text-align:center;background:var(--bgc-blue-dark)}
body.single-post .page-hero--split .page-hero-photo,body.single-bgc_event .page-hero--split .page-hero-photo{position:relative!important;inset:auto!important;order:initial!important;width:auto!important;height:100%!important}
body.single-post .page-hero--split .page-hero-photo img,body.single-bgc_event .page-hero--split .page-hero-photo img{width:100%;height:100%!important;object-fit:cover!important;object-position:var(--hero-position,center top)!important}
.post-type-archive-bgc_club .page-hero--split .page-hero-copy,.single-bgc_club .page-hero--split .page-hero-copy{padding:clamp(36px,5vw,70px)!important;text-align:center}
.post-type-archive-bgc_club .page-hero--split .page-hero-copy>div,.single-bgc_club .page-hero--split .page-hero-copy>div{width:min(520px,100%);margin:auto}
@media(max-width:900px){.partner-section--modal{grid-template-columns:1fr}.partner-section--modal .partner-heading,.partner-section--modal .partner-photo-grid{grid-column:1;grid-row:auto}.partner-section--modal .partner-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.involvement-grid{grid-template-columns:1fr}.partner-section--modal .partner-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.partner-modal-gallery{grid-template-columns:1fr}.partner-modal-gallery img{height:auto;max-height:440px}body.single-post .page-hero--split,body.single-bgc_event .page-hero--split{grid-template-columns:1fr!important;height:auto!important}body.single-post .page-hero--split .page-hero-copy,body.single-bgc_event .page-hero--split .page-hero-copy{height:auto!important;min-height:300px}body.single-post .page-hero--split .page-hero-photo,body.single-bgc_event .page-hero--split .page-hero-photo{height:auto!important}body.single-post .page-hero--split .page-hero-photo img,body.single-bgc_event .page-hero--split .page-hero-photo img{height:auto!important;object-fit:contain!important}}

/* 0.11.3 hard reset for hero geometry. The base theme adds 190px of hero padding. */
.page-hero{padding:0!important}
.page-hero--banner,.programs-page-hero,.news-archive-hero{margin:0!important}
.page-hero--banner .page-hero-photo,.programs-page-hero .page-hero-photo,.news-archive-hero .page-hero-photo{display:flex;height:clamp(380px,48vw,680px)!important;min-height:0!important;align-items:center;justify-content:center;background:#eef4f7}
.page-hero--banner .page-hero-photo img,.programs-page-hero .page-hero-photo img,.news-archive-hero .page-hero-photo img{display:block;width:100%;height:100%!important;object-fit:contain!important;object-position:center!important}
.news-story-hero,.event-page-hero{display:grid!important;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr)!important;width:100%!important;height:clamp(500px,36vw,620px)!important;min-height:0!important;margin:0!important;background:var(--bgc-blue-dark)!important}
.news-story-hero .page-hero-copy,.event-page-hero .page-hero-copy{position:relative!important;inset:auto!important;order:1!important;width:auto!important;height:100%!important;min-height:0!important;padding:clamp(36px,5vw,72px)!important;color:#fff!important;text-align:center!important;background:var(--bgc-blue-dark)!important}
.news-story-hero .page-hero-photo,.event-page-hero .page-hero-photo{position:relative!important;inset:auto!important;order:2!important;width:auto!important;height:100%!important;min-height:0!important}
.news-story-hero .page-hero-photo img,.event-page-hero .page-hero-photo img{display:block;width:100%;height:100%!important;object-fit:cover!important;object-position:var(--hero-position,center top)!important}
@media(max-width:760px){.page-hero--banner .page-hero-photo,.programs-page-hero .page-hero-photo,.news-archive-hero .page-hero-photo{height:420px!important}.news-story-hero,.event-page-hero{grid-template-columns:1fr!important;height:auto!important}.news-story-hero .page-hero-copy,.event-page-hero .page-hero-copy{height:auto!important;min-height:280px!important}.news-story-hero .page-hero-photo,.event-page-hero .page-hero-photo{height:auto!important}.news-story-hero .page-hero-photo img,.event-page-hero .page-hero-photo img{height:auto!important;object-fit:contain!important}}

/* 0.11.5: full-bleed banners with face-safe focal positioning and uniform alumni cards. */
.page-hero--banner .page-hero-photo,.programs-page-hero .page-hero-photo,.news-archive-hero .page-hero-photo{width:100%!important;height:clamp(420px,46vw,720px)!important;background:transparent!important}
.page-hero--banner .page-hero-photo img,.programs-page-hero .page-hero-photo img,.news-archive-hero .page-hero-photo img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important}
.page-hero--banner .page-hero-copy,.programs-page-hero .page-hero-copy{align-items:center!important;justify-content:center!important;text-align:center!important}
.page-hero--banner .page-hero-copy>div,.page-hero--banner .page-hero-copy>.wrap,.programs-page-hero .page-hero-copy>.wrap{width:min(970px,100%)!important;margin-inline:auto!important;text-align:center!important}
.page-hero--banner .page-hero-copy h1,.programs-page-hero .page-hero-copy h1,.page-hero--banner .page-hero-copy p,.programs-page-hero .page-hero-copy p{margin-inline:auto!important}
.alumni-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.alumni-card{display:flex!important;min-height:100%;flex-direction:column;border-top:0!important}
.alumni-photo{width:100%!important;height:300px!important;margin:0!important;border-radius:0!important;background:#eaf2f6}
.alumni-photo img{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;object-fit:cover!important;object-position:center top!important}
.alumni-copy{padding:26px!important}
@media(max-width:900px){.alumni-grid{grid-template-columns:1fr}.alumni-card{display:grid!important;grid-template-columns:220px minmax(0,1fr)}.alumni-photo{width:220px!important;height:100%!important;min-height:260px!important}}
@media(max-width:600px){.alumni-card{display:flex!important}.alumni-photo{width:100%!important;height:300px!important;min-height:0!important}}

/* 0.11.8: face-safe heroes and brighter, youth-focused program accents. */
.single-bgc_club .page-hero--split .page-hero-photo img,
.post-type-archive-bgc_club .page-hero--split .page-hero-photo img { object-position:center top!important; }
.programs-page-hero .page-hero-photo img { object-position:center bottom!important; }
.alumni-page-hero .page-hero-photo img { object-position:center bottom!important; }
.programs-page-hero .page-hero-copy::after { display:none!important; content:none!important; }
.program-category { padding:clamp(24px,3vw,36px); border-radius:20px; background:var(--program-tint); }
.program-category--academic-success { --program-accent:#e6b800; --program-link:#715900; --program-tint:rgba(255,212,59,.22); }
.program-category--character-leadership { --program-accent:var(--bgc-pink); --program-link:#a81659; --program-tint:rgba(232,62,140,.12); }
.program-category--health-wellbeing { --program-accent:var(--bgc-green); --program-link:#477018; --program-tint:rgba(141,198,63,.16); }
.program-category--life-workforce-readiness { --program-accent:var(--bgc-orange); --program-link:#9a3c12; --program-tint:rgba(243,111,49,.14); }
.program-category > .eyebrow { color:var(--program-link); }
.program-category > h2::after { width:120px; height:7px; border-radius:999px; background:var(--program-accent); transform:none; }
.program-card { border-top-width:10px; }
.program-photo::after { height:6px; background:var(--program-accent); opacity:.75; }
.content-grid .content-card:nth-child(4n+1) { border-top:8px solid var(--bgc-yellow); }
.content-grid .content-card:nth-child(4n+2) { border-top:8px solid var(--bgc-pink); }
.involvement-card:nth-child(1) { border-top-color:var(--bgc-yellow); }
.involvement-card:nth-child(2) { border-top-color:var(--bgc-pink); }

/* 0.11.9: show complete portraits in extra-wide banners without empty side gutters. */
.page-hero-photo--framed { position:relative!important; overflow:hidden; isolation:isolate; background:var(--bgc-blue-dark)!important; }
.page-hero-photo--framed .page-hero-photo-fill { position:absolute!important; z-index:0; inset:-24px!important; width:calc(100% + 48px)!important; height:calc(100% + 48px)!important; object-fit:cover!important; object-position:center!important; filter:blur(20px) brightness(.68); transform:scale(1.04); }
.page-hero-photo--framed .page-hero-photo-main { position:relative!important; z-index:1; display:block; width:100%!important; height:100%!important; object-fit:contain!important; object-position:center!important; }
.events-page-hero .page-hero-photo img { object-position:center bottom!important; }
.alumni-card--darryl-gaines .alumni-photo img { object-fit:contain!important; object-position:center!important; background:#073765; }
.ceo-bio-more { margin:18px 0 20px; }
.ceo-bio-more > summary { display:inline-flex; align-items:center; padding:12px 18px; border-radius:8px; color:#fff; font-weight:800; cursor:pointer; list-style:none; background:var(--bgc-blue); }
.ceo-bio-more > summary::-webkit-details-marker { display:none; }
.ceo-bio-more > summary::after { margin-left:9px; content:'+'; font-size:1.2rem; }
.ceo-bio-more[open] > summary::after { content:'−'; }
.ceo-bio-more > div { margin-top:20px; }

/* 0.12.0: dedicated 2400 × 900 header crops supplied for these pages. */
.alumni-page-hero .page-hero-photo img,
.events-page-hero .page-hero-photo img,
.news-archive-hero .page-hero-photo img { object-fit:cover!important; object-position:center!important; }

/* 0.12.1: preserve complete club activity photos in split-page heroes. */
.single-bgc_club .page-hero-photo--framed .page-hero-photo-main {
  object-fit:contain!important;
  object-position:center!important;
}

/* 0.12.2: individual focal points without blurred or duplicated club photos. */
.single-bgc_club .club-hero .page-hero-photo { background:var(--bgc-blue-dark); }
.single-bgc_club .club-hero .page-hero-photo img { object-fit:cover!important; }
.single-bgc_club .club-hero--bernard-malkove-branch .page-hero-photo img { object-position:center 52%!important; }
.single-bgc_club .club-hero--foley-branch .page-hero-photo img { object-position:center 60%!important; }
.single-bgc_club .club-hero--semmes-branch .page-hero-photo img { object-position:center 35%!important; }
.single-bgc_club .club-hero--sonny-callahan-branch .page-hero-photo img { object-position:center 48%!important; }
.single-bgc_club .club-hero--mt-vernon-branch .page-hero-photo img { object-position:center bottom!important; }
.single-bgc_club .club-hero--mt-vernon-branch + .club-overview .club-welcome-photo img { object-position:center top!important; }

.news-archive-hero .page-hero-copy,
.news-archive-hero .page-hero-copy > div { justify-content:center!important; text-align:center!important; }
.news-archive-hero .page-hero-copy > div { width:min(560px,100%); margin-inline:auto; }
.news-archive-hero .page-hero-copy h1,
.news-archive-hero .page-hero-copy p { margin-inline:auto!important; }
.news-archive-hero .page-hero-photo { background:var(--bgc-blue-dark)!important; }
.news-archive-hero .page-hero-photo img { object-fit:contain!important; object-position:center!important; }

/* 0.12.3: full-width, uncropped News banner with centered copy below. */
.news-archive-hero {
  display:flex!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  flex-direction:column;
  margin:0!important;
  background:#fff!important;
}
.news-archive-hero .page-hero-photo {
  order:1!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:8/3;
  background:transparent!important;
}
.news-archive-hero .page-hero-photo img {
  display:block;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.news-archive-hero .page-hero-copy {
  order:2!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  padding:clamp(42px,5vw,68px) 24px!important;
  background:var(--bgc-blue-dark)!important;
}

/* 0.12.4: requested content hierarchy, leadership cards, STEM modal, and YOY layout. */
.programs-page-hero .page-hero-copy h1 { font-size:clamp(3.6rem,7vw,6.5rem)!important; }
.program-intro { max-width:900px!important; margin-inline:auto!important; text-align:center; }
.program-card--modal-trigger { cursor:pointer; }
.program-card--modal-trigger .program-photo > .program-photo-slide--logo { position:static; width:100%; height:100%; opacity:1; object-fit:contain; object-position:center; }
.program-card--modal-trigger:focus-visible { outline:4px solid var(--program-accent); outline-offset:5px; }
.program-modal-label { display:block; padding-top:18px; color:var(--program-link); font-weight:800; }
.program-card--modal-trigger:hover .program-modal-label,
.program-card--modal-trigger:focus-visible .program-modal-label { color:var(--bgc-blue-dark); }
.program-modal-gallery { display:grid; grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr)); gap:18px; align-items:start; margin:26px 0; }
.program-modal-gallery img { display:block; width:100%; height:auto; max-height:540px; object-fit:contain; object-position:center; border-radius:10px; background:#f4f8fb; }
.program-modal-narrative { max-width:76ch; }

.staff-department .staff-contact-list { display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:16px; align-items:stretch; }
.staff-department .staff-contact { display:flex; min-height:170px; flex-direction:column; align-items:center; justify-content:center; gap:8px; padding:24px 20px; border-radius:12px; color:#fff; text-align:center; background:var(--bgc-blue-dark); }
.staff-department .staff-contact:nth-child(4n+2) { background:var(--bgc-purple); }
.staff-department .staff-contact:nth-child(4n+3) { background:#a53b13; }
.staff-department .staff-contact:nth-child(4n+4) { background:#39752c; }
.staff-contact strong { font-size:1.08rem; }
.staff-title { color:#fff; font-weight:800; }
.staff-email { color:#fff; font-weight:700; text-decoration:underline; text-underline-offset:3px; }
.staff-email:hover,.staff-email:focus-visible { color:#fff; text-decoration-thickness:3px; }
.staff-note { max-width:28ch; color:#fff; font-size:.9rem; }

/* 0.12.6: uniform leadership treatment and program-wide modal cards. */
.staff-department .staff-contact-list { grid-template-columns:repeat(auto-fit,minmax(170px,1fr)); }
.staff-department .staff-contact,
.staff-department .staff-contact:nth-child(4n+2),
.staff-department .staff-contact:nth-child(4n+3),
.staff-department .staff-contact:nth-child(4n+4) { min-height:150px; padding:20px 14px; background:var(--bgc-blue-dark); }
@media(min-width:1100px){
  .staff-department .staff-contact-list { grid-auto-flow:column; grid-auto-columns:minmax(0,1fr); grid-template-columns:none; }
}

/* 0.12.7: simplified staff panels and supplied image placements. */
.staff-department,
.staff-department:nth-child(odd),
.staff-department:nth-child(even) { padding:24px 30px; border:0; border-radius:14px; color:var(--ink); background:#fff; box-shadow:0 10px 30px rgba(16,40,62,.1); }
.staff-department h2 { color:var(--ink); }
.staff-department .staff-contact-list { display:grid; grid-template-columns:repeat(auto-fit,minmax(170px,1fr)); gap:16px; }
.staff-department .staff-contact,
.staff-department .staff-contact:nth-child(4n+2),
.staff-department .staff-contact:nth-child(4n+3),
.staff-department .staff-contact:nth-child(4n+4) { width:auto; min-height:150px; padding:20px 14px; border-radius:12px; color:#fff; background:var(--bgc-blue-dark); }
.staff-department .staff-contact:nth-child(4n+2) { background:var(--bgc-purple); }
.staff-department .staff-contact:nth-child(4n+3) { background:#a53b13; }
.staff-department .staff-contact:nth-child(4n+4) { background:#39752c; }
.ceo-photo { width:min(100%,430px); aspect-ratio:1/1; }
.ceo-photo img { object-fit:cover; object-position:center 22%; }
@media(max-width:540px){
  .staff-department { padding:20px; }
  .staff-department .staff-contact-list { grid-template-columns:1fr; }
}

/* 0.12.8: contained program logos, aligned modal images, and compact Alumni CTA. */
.program-card--modal-trigger .program-photo { padding:28px; }
.program-card--modal-trigger .program-photo > .program-photo-slide--logo { box-sizing:border-box; max-width:100%; max-height:100%; padding:0; object-fit:contain; }
.program-modal-gallery { align-items:stretch; }
.program-modal-gallery img { height:auto; aspect-ratio:4/3; object-fit:cover; object-position:center; }
.program-modal-gallery:has(img:only-child) { grid-template-columns:minmax(0,640px); justify-content:center; }

/* 0.12.9: department-level colors and revised page headers. */
.staff-department,
.staff-department:nth-child(odd),
.staff-department:nth-child(even) { color:#fff; }
.staff-department:nth-child(1) { background:#e28719; }
.staff-department:nth-child(2) { background:#81bc00; }
.staff-department:nth-child(3) { background:#e70046; }
.staff-department:nth-child(4) { background:#61279e; }
.staff-department h2 { color:#fff; }
.staff-department .staff-contact,
.staff-department .staff-contact:nth-child(4n+2),
.staff-department .staff-contact:nth-child(4n+3),
.staff-department .staff-contact:nth-child(4n+4) { min-height:0; padding:8px 14px; background:transparent; box-shadow:none; }
.planned-giving-page-hero .page-hero-photo { background:#eef4f7!important; }
.planned-giving-page-hero .page-hero-photo img { object-fit:contain!important; object-position:center!important; }
.alumni-page-hero .page-hero-photo img { object-position:center 35%!important; }
.board-leadership-page-hero .page-hero-photo-main { object-position:center 55%!important; }

/* 0.13.0: content cleanup and focal-point refinements. */
.staff-email { display:inline-flex; align-items:center; justify-content:center; margin-top:2px; padding:8px 15px; border:2px solid #fff; border-radius:999px; color:#fff!important; font-size:.85rem; line-height:1; text-decoration:none; background:rgba(7,55,101,.18); }
.staff-email:hover,.staff-email:focus-visible { color:var(--bgc-blue-dark)!important; background:#fff; }
.alumni-page-hero .page-hero-photo img { object-position:center top!important; }
.board-leadership-page-hero .page-hero-photo-fill { display:none!important; }
.board-leadership-page-hero .page-hero-photo { background:#eef4f7!important; }
.board-leadership-page-hero .page-hero-photo-main { object-fit:contain!important; object-position:center!important; }
.board-leadership-page-content .entry-content > .lead { max-width:900px; margin-inline:auto; text-align:center; }
.board-leadership-page-content .people-section > h2 { text-align:center; }
.planned-giving-page-hero .page-hero-photo { height:clamp(560px,55vw,900px)!important; background:transparent!important; }
.planned-giving-page-hero .page-hero-photo img { width:100%!important; height:100%!important; object-fit:cover!important; object-position:center bottom!important; }
@media(max-width:760px){
  .planned-giving-page-hero .page-hero-photo { height:520px!important; }
}

.yoy-finalist-grid--featured { grid-template-columns:repeat(3,minmax(0,1fr)); }
.yoy-finalist-card--winner { display:grid; grid-column:1/-1; grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr); border-top:9px solid var(--bgc-yellow); }
.yoy-finalist-card--winner img { width:100%; height:100%; aspect-ratio:auto; object-fit:cover; object-position:center top; }
.yoy-finalist-card--winner h3 { font-size:clamp(1.65rem,3vw,2.35rem); }
.yoy-contact { margin:34px 0 0; padding:20px 22px; border-left:6px solid var(--bgc-orange); background:var(--bgc-blue-light); font-weight:700; }
.finalist-modal { width:min(1000px,94vw); }
.finalist-modal-story { display:grid; grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr); gap:32px; align-items:start; }
.finalist-modal-story > img { width:100%; max-height:620px; object-fit:cover; object-position:center top; border-radius:12px; }
.finalist-modal-story h2 { margin:8px 0; font-size:clamp(2rem,4vw,3.25rem); }
.finalist-modal-story blockquote { margin:22px 0; padding:18px 20px; border-left:6px solid var(--bgc-orange); background:var(--bgc-blue-light); color:var(--bgc-blue-dark); font-size:1.06rem; font-weight:750; }
.finalist-modal-story p { line-height:1.72; }
.event-coming-soon { margin:20px 0 0; color:var(--bgc-blue-dark); font-size:1.12rem; font-weight:800; }
@media(max-width:900px){
  .yoy-finalist-grid--featured { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .yoy-finalist-card--winner { grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr); }
}
@media(max-width:600px){
  .programs-page-hero .page-hero-copy h1 { font-size:clamp(3rem,16vw,4.5rem)!important; }
  .yoy-finalist-grid--featured { grid-template-columns:1fr; }
  .yoy-finalist-card--winner { display:flex; grid-template-columns:1fr; }
  .yoy-finalist-card--winner img { height:auto; aspect-ratio:4/3; }
  .finalist-modal-story { grid-template-columns:1fr; }
  .finalist-modal-story > img { max-height:440px; }
  .staff-department .staff-contact-list { grid-template-columns:1fr; }
}

/* 0.13.3: compact split-screen treatment for banner heroes on phones. */
@media(max-width:760px){
  .page-hero--banner,
  .programs-page-hero {
    display:grid!important;
    grid-template-columns:minmax(0,58%) minmax(0,42%)!important;
    width:100%!important;
    height:clamp(270px,78vw,360px)!important;
    min-height:0!important;
    aspect-ratio:auto!important;
    margin:0!important;
    overflow:hidden;
  }
  .page-hero--banner .page-hero-photo,
  .programs-page-hero .page-hero-photo {
    position:relative!important;
    inset:auto!important;
    order:1!important;
    width:auto!important;
    height:100%!important;
    min-height:0!important;
    background:#eef4f7!important;
  }
  .page-hero--banner .page-hero-photo img,
  .programs-page-hero .page-hero-photo img,
  .page-hero--banner .page-hero-photo--framed .page-hero-photo-main,
  .programs-page-hero .page-hero-photo--framed .page-hero-photo-main {
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center top!important;
  }
  .page-hero--banner .page-hero-photo--framed .page-hero-photo-fill,
  .programs-page-hero .page-hero-photo--framed .page-hero-photo-fill {
    display:none!important;
  }
  .page-hero--banner .page-hero-copy,
  .programs-page-hero .page-hero-copy {
    position:relative!important;
    inset:auto!important;
    order:2!important;
    display:flex!important;
    width:auto!important;
    height:100%!important;
    min-height:0!important;
    align-items:center!important;
    justify-content:center!important;
    padding:24px 14px!important;
    text-align:center!important;
  }
  .page-hero--banner .page-hero-copy h1,
  .programs-page-hero .page-hero-copy h1 {
    max-width:100%!important;
    margin:0!important;
    font-size:clamp(1.55rem,8vw,2.35rem)!important;
    line-height:1.02!important;
    overflow-wrap:anywhere;
  }
  .page-hero--banner .page-hero-copy .eyebrow,
  .programs-page-hero .page-hero-copy .eyebrow,
  .page-hero--banner .page-hero-copy p,
  .programs-page-hero .page-hero-copy p { display:none!important; }
  .programs-page-hero .page-hero-photo img { object-position:center center!important; }
  .alumni-page-hero .page-hero-photo img { object-position:62% top!important; }
  .board-leadership-page-hero .page-hero-photo-main { object-position:center center!important; }
  .planned-giving-page-hero .page-hero-photo { height:100%!important; }
  .planned-giving-page-hero .page-hero-photo img { object-position:center bottom!important; }
}

/* 0.13.4 final cascade: match the Club Locations mobile hero. */
@media(max-width:760px){
  .page-hero--banner,.programs-page-hero{display:flex!important;width:100%!important;height:auto!important;min-height:0!important;flex-direction:column!important;margin:0!important}
  .page-hero--banner .page-hero-copy,.programs-page-hero .page-hero-copy{position:relative!important;inset:auto!important;order:1!important;display:flex!important;width:100%!important;height:auto!important;min-height:clamp(300px,82vw,380px)!important;align-items:center!important;justify-content:center!important;padding:48px 24px!important;text-align:center!important}
  .page-hero--banner .page-hero-copy>div,.page-hero--banner .page-hero-copy>.wrap,.programs-page-hero .page-hero-copy>.wrap{width:min(100%,560px)!important;margin:auto!important}
  .page-hero--banner .page-hero-copy .eyebrow,.programs-page-hero .page-hero-copy .eyebrow{display:inline-flex!important}
  .page-hero--banner .page-hero-copy h1,.programs-page-hero .page-hero-copy h1{margin:18px auto 12px!important;font-size:clamp(2.35rem,12vw,3.65rem)!important;line-height:1.02!important;overflow-wrap:normal}
  .page-hero--banner .page-hero-copy p,.programs-page-hero .page-hero-copy p{display:block!important;max-width:34rem!important;margin:0 auto!important;font-size:clamp(1rem,4.7vw,1.25rem)!important;line-height:1.55!important}
  .page-hero--banner .page-hero-photo,.programs-page-hero .page-hero-photo{position:relative!important;inset:auto!important;order:2!important;display:block!important;width:100%!important;height:clamp(285px,78vw,390px)!important;min-height:0!important}
  .page-hero--banner .page-hero-photo img,.programs-page-hero .page-hero-photo img,.page-hero--banner .page-hero-photo--framed .page-hero-photo-main,.programs-page-hero .page-hero-photo--framed .page-hero-photo-main{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important}
  .page-hero--banner .page-hero-photo--framed .page-hero-photo-fill,.programs-page-hero .page-hero-photo--framed .page-hero-photo-fill{display:none!important}
  .programs-page-hero .page-hero-photo img{object-position:center center!important}
  .alumni-page-hero .page-hero-photo img{object-position:center top!important}
  .board-leadership-page-hero .page-hero-photo-main{object-position:center center!important}
  .planned-giving-page-hero .page-hero-photo{height:clamp(285px,78vw,390px)!important}
}

/* 0.13.5: uniform mobile hero panels and a single-photo Alumni crop. */
@media(max-width:760px){
  .page-hero--banner .page-hero-copy,
  .programs-page-hero .page-hero-copy,
  .news-archive-hero .page-hero-copy {
    box-sizing:border-box!important;
    height:340px!important;
    min-height:340px!important;
    max-height:340px!important;
    padding:34px 22px!important;
  }
  .page-hero--banner .page-hero-copy .eyebrow,
  .programs-page-hero .page-hero-copy .eyebrow,
  .news-archive-hero .page-hero-copy .eyebrow {
    font-size:.72rem!important;
    line-height:1.25!important;
    letter-spacing:.13em!important;
  }
  .page-hero--banner .page-hero-copy h1,
  .programs-page-hero .page-hero-copy h1,
  .news-archive-hero .page-hero-copy h1 {
    margin:15px auto 10px!important;
    font-size:clamp(2.15rem,10.5vw,3rem)!important;
    line-height:1.02!important;
  }
  .page-hero--banner .page-hero-copy p,
  .programs-page-hero .page-hero-copy p,
  .news-archive-hero .page-hero-copy p {
    font-size:clamp(.96rem,4.25vw,1.1rem)!important;
    line-height:1.45!important;
  }
  .alumni-page-hero .page-hero-copy h1 { font-size:clamp(2rem,9.5vw,2.75rem)!important; }
  .leadership-page-hero .page-hero-copy h1 { font-size:clamp(2.1rem,10vw,2.85rem)!important; }
  .alumni-page-hero .page-hero-photo img,
  .alumni-page-hero .page-hero-photo-main { object-fit:cover!important; object-position:100% center!important; }
}

/* 0.13.6: News uses the same title-first mobile hero order. */
@media(max-width:760px){
  .news-archive-hero{display:flex!important;height:auto!important;min-height:0!important;flex-direction:column!important}
  .news-archive-hero .page-hero-copy{position:relative!important;inset:auto!important;order:1!important;display:flex!important;width:100%!important;align-items:center!important;justify-content:center!important;text-align:center!important}
  .news-archive-hero .page-hero-copy>div{width:min(100%,560px)!important;margin:auto!important}
  .news-archive-hero .page-hero-photo{position:relative!important;inset:auto!important;order:2!important;display:block!important;width:100%!important;height:clamp(285px,78vw,390px)!important;min-height:0!important;aspect-ratio:auto!important;background:transparent!important}
  .news-archive-hero .page-hero-photo img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
}

/* 0.13.9: event/header restoration and logo-safe news artwork. */
.planned-giving-page-hero .page-hero-photo img { object-position:center top!important; }
.news-story-hero--logo .news-story-figure { background:#fff; }
.news-story-hero--logo .news-story-figure img { box-sizing:border-box; object-fit:contain!important; object-position:center!important; padding:clamp(20px,3vw,48px); }
@media(max-width:760px){
  .planned-giving-page-hero .page-hero-photo img { object-position:center top!important; }
  .news-story-hero--logo .news-story-figure img { padding:20px; }
}
