.yvb-home2 {
  --yvb-h2-navy: var(--color-primary, #0a2a4a);
  --yvb-h2-navy-dark: var(--color-primary-dark, #061a2e);
  --yvb-h2-red: var(--color-secondary, #c8102e);
  --yvb-h2-paper: var(--color-surface, #faf8f4);
  --yvb-h2-paper-deep: var(--color-surface-alt, #f4f1ea);
  --yvb-h2-ink: var(--color-text, #0e0e10);
  --yvb-h2-muted: var(--color-text-muted, #5a6073);
  --yvb-h2-border: var(--color-border, rgba(10, 42, 74, 0.12));
  --yvb-h2-white: #fff;
  --yvb-h2-gold: #ffb000;
  --yvb-h2-ease: cubic-bezier(.22,.61,.36,1);
  --yvb-h2-fast: 180ms;
  --yvb-h2-standard: 280ms;
  --yvb-h2-slow: 520ms;
  min-height: 100vh;
  overflow: clip;
  color: var(--yvb-h2-ink);
  background: var(--yvb-h2-paper);
  font-family: "Barlow", var(--font-body, system-ui), sans-serif;
}

body.home,
body.page-template-template-home2 {
  background: var(--color-surface, #faf8f4);
}

body.home .vibe-header,
body.page-template-template-home2 .vibe-header {
  padding: 2px 0 0 !important;
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

body.home .vibe-header__inner,
body.page-template-template-home2 .vibe-header__inner {
  width: var(--yvb-site-shell, min(1320px, calc(100% - 96px)));
  min-height: 78px;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(17, 31, 58, 0.82) !important;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  pointer-events: auto;
}

body.home .vibe-header.scrolled,
body.page-template-template-home2 .vibe-header.scrolled {
  background: transparent !important;
  box-shadow: none !important;
}

body.home .vibe-header.scrolled .vibe-header__inner,
body.page-template-template-home2 .vibe-header.scrolled .vibe-header__inner {
  background: rgba(17, 31, 58, 0.94) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.38) !important;
}

body.home .vibe-brand__logo,
body.page-template-template-home2 .vibe-brand__logo {
  width: auto;
  height: 52px;
  max-width: 210px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

body.home .vibe-brand__mark,
body.page-template-template-home2 .vibe-brand__mark {
  background: var(--yvb-h2-red, #c8102e);
  color: var(--yvb-h2-white, #fff);
}

body.home .vibe-brand__text,
body.home .vibe-nav__menu a,
body.page-template-template-home2 .vibe-brand__text,
body.page-template-template-home2 .vibe-nav__menu a {
  color: var(--yvb-h2-white, #fff);
}

body.home .vibe-nav__menu,
body.page-template-template-home2 .vibe-nav__menu {
  gap: clamp(0.08rem, 0.22vw, 0.28rem);
}

body.home .vibe-nav__menu a,
body.page-template-template-home2 .vibe-nav__menu a {
  display: inline-flex;
  min-height: 0;
  padding: 10px 20px;
  border-bottom: 0;
  border-radius: 999px !important;
  background: transparent !important;
  font-size: clamp(0.78rem, 0.82vw, 0.86rem);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.04em;
  box-shadow: 0 0 0 0 rgba(237, 27, 47, 0);
  transition:
    color var(--yvb-h2-fast, 180ms) var(--yvb-h2-ease, ease),
    background-color var(--yvb-h2-fast, 180ms) var(--yvb-h2-ease, ease),
    box-shadow var(--yvb-h2-fast, 180ms) var(--yvb-h2-ease, ease),
    opacity var(--yvb-h2-fast, 180ms) var(--yvb-h2-ease, ease),
    translate var(--yvb-h2-standard, 280ms) var(--yvb-h2-ease, ease);
  transition-delay: 20ms;
}

body.home .vibe-nav__menu a:hover,
body.home .vibe-nav__menu a:focus,
body.page-template-template-home2 .vibe-nav__menu a:hover,
body.page-template-template-home2 .vibe-nav__menu a:focus {
  background: #c8102e !important;
  box-shadow: 0 0 0 6px rgba(200, 16, 46, 0.28);
  opacity: 1;
  translate: 0 -2px;
}

body.home .vibe-nav__menu .current-menu-item > a,
body.home .vibe-nav__menu .current_page_item > a,
body.home .vibe-nav__menu .current-menu-ancestor > a,
body.home .vibe-nav__menu a[aria-current="page"],
body.page-template-template-home2 .vibe-nav__menu .current-menu-item > a,
body.page-template-template-home2 .vibe-nav__menu .current_page_item > a,
body.page-template-template-home2 .vibe-nav__menu .current-menu-ancestor > a,
body.page-template-template-home2 .vibe-nav__menu a[aria-current="page"] {
  background: #c8102e !important;
  box-shadow: 0 0 0 6px rgba(200, 16, 46, 0.28);
  opacity: 1;
  translate: 0 -2px;
}

body.home .vibe-nav__toggle span,
body.page-template-template-home2 .vibe-nav__toggle span {
  background: var(--yvb-h2-white, #fff);
}

@media (max-width: 991px) {
  body.home .vibe-header__inner,
  body.page-template-template-home2 .vibe-header__inner {
    width: min(100% - 24px, 720px);
    min-height: 66px;
    padding: 8px 12px 8px 14px;
  }
}

@media (max-width: 575px) {
  body.home .vibe-header__inner,
  body.page-template-template-home2 .vibe-header__inner {
    width: calc(100% - 20px);
  }
}

body.home .vibe-footer,
body.page-template-template-home2 .vibe-footer {
  background: var(--yvb-h2-navy-dark, #061a2e);
  color: var(--yvb-h2-white, #fff);
  border-top: 0;
}

body.home .vibe-footer__menu a,
body.home .vibe-footer__copy,
body.page-template-template-home2 .vibe-footer__menu a,
body.page-template-template-home2 .vibe-footer__copy {
  color: rgba(255, 255, 255, 0.76);
}

body.home .vibe-footer__menu,
body.page-template-template-home2 .vibe-footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: flex-end;
}

body.home .vibe-footer__credit,
body.page-template-template-home2 .vibe-footer__credit {
  border-top-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.68);
}

.yvb-home2 a {
  color: inherit;
  text-decoration: none;
}

.yvb-h2-shell {
  width: var(--yvb-site-shell, min(1320px, calc(100% - 96px)));
  margin-inline: auto;
}

.yvb-h2-kicker {
  margin: 0 0 14px;
  color: var(--yvb-h2-red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.yvb-h2-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 148px 0 96px;
  isolation: isolate;
  overflow: hidden;
  color: var(--yvb-h2-white);
  background: var(--yvb-h2-navy-dark);
}

.yvb-h2-hero::before,
.yvb-h2-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.yvb-h2-hero::before {
  background:
    linear-gradient(90deg, rgba(6, 26, 46, 0.9), rgba(6, 26, 46, 0.56) 48%, rgba(6, 26, 46, 0.28)),
    linear-gradient(0deg, rgba(6, 26, 46, 0.25), rgba(6, 26, 46, 0.1));
}

.yvb-h2-hero::after {
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 84px 84px;
}

.yvb-h2-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.yvb-h2-hero__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transform-origin: center;
}

.yvb-h2-hero__geo {
  display: none;
}

.yvb-h2-hero--geo-test .yvb-h2-hero__geo {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 93% 74%, rgba(214, 0, 39, 0.2), transparent 24%),
    radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.08), transparent 18%),
    linear-gradient(90deg, rgba(5, 16, 32, 0.78) 0%, rgba(5, 16, 32, 0.5) 47%, rgba(5, 16, 32, 0.18) 100%);
  animation: yvb-h2-geo-fade 0.7s ease 0.18s forwards;
}

.yvb-h2-hero--geo-test .yvb-h2-hero__geo::before,
.yvb-h2-hero--geo-test .yvb-h2-hero__geo::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.yvb-h2-hero--geo-test .yvb-h2-hero__geo::before {
  top: 11%;
  right: -4%;
  width: min(520px, 34vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  opacity: 0.26;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 45%, rgba(255, 255, 255, 0.42) 45.3% 46%, transparent 46.35%),
    radial-gradient(ellipse at 22% 50%, transparent 0 37%, rgba(255, 255, 255, 0.3) 37.35% 38.05%, transparent 38.35%),
    radial-gradient(ellipse at 78% 50%, transparent 0 37%, rgba(255, 255, 255, 0.3) 37.35% 38.05%, transparent 38.35%),
    linear-gradient(28deg, transparent 0 49.65%, rgba(255, 255, 255, 0.32) 49.9% 50.25%, transparent 50.55%),
    linear-gradient(-28deg, transparent 0 49.65%, rgba(255, 255, 255, 0.2) 49.9% 50.25%, transparent 50.55%);
  transform: rotate(-16deg);
}

.yvb-h2-hero--geo-test .yvb-h2-hero__geo::after {
  right: -7%;
  bottom: 9%;
  width: min(560px, 40vw);
  height: min(280px, 24vw);
  opacity: 0.32;
  background:
    linear-gradient(132deg, transparent 0 39%, rgba(214, 0, 39, 0.58) 39.4% 40.2%, transparent 40.6%),
    linear-gradient(132deg, transparent 0 54%, rgba(255, 255, 255, 0.24) 54.25% 54.65%, transparent 54.95%),
    linear-gradient(132deg, transparent 0 69%, rgba(255, 255, 255, 0.14) 69.25% 69.6%, transparent 69.95%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 65%);
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
  transform: rotate(-4deg);
}

@keyframes yvb-h2-geo-fade {
  to {
    opacity: 1;
  }
}

.yvb-h2-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 540px);
  gap: 40px;
  align-items: end;
}

.yvb-h2-hero__copy {
  max-width: 620px;
  transform: translateY(-42px);
}

.yvb-h2-hero h1,
.yvb-h2-command h2,
.yvb-h2-section h2,
.yvb-h2-contact h2,
.yvb-h2-program-card h3,
.yvb-h2-stat-card strong,
.yvb-h2-info-card strong,
.yvb-h2-news-card strong,
.yvb-h2-coach-card strong {
  margin: 0;
  font-family: "Barlow Condensed", var(--font-display, Impact), sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.yvb-h2-hero h1 {
  max-width: 620px;
  font-size: 5.4rem;
}

.yvb-h2-hero h1 span {
  display: block;
}

.yvb-h2-command {
  align-self: end;
  justify-self: end;
  width: min(100%, 540px);
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(6, 26, 46, 0.42);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 60px rgba(6, 26, 46, 0.26);
}

.yvb-h2-command h2 {
  color: var(--yvb-h2-white);
  font-size: 2.3rem;
}

.yvb-h2-command__links {
  display: grid;
  gap: 10px;
}

.yvb-h2-command__link {
  display: grid;
  gap: 8px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
  transition:
    transform var(--yvb-h2-standard) var(--yvb-h2-ease),
    border-color var(--yvb-h2-standard) var(--yvb-h2-ease),
    background-color var(--yvb-h2-standard) var(--yvb-h2-ease);
  transition-delay: calc(var(--yvb-delay-index, 0) * 35ms);
}

.yvb-h2-command__link:hover,
.yvb-h2-command__link:focus {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(4px);
}

.yvb-h2-command__link strong {
  color: var(--yvb-h2-white);
  font-weight: 900;
  text-transform: uppercase;
}

.yvb-h2-command__link small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.45;
}

.yvb-h2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.yvb-h2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition:
    transform var(--yvb-h2-standard) var(--yvb-h2-ease),
    background-color var(--yvb-h2-standard) var(--yvb-h2-ease),
    border-color var(--yvb-h2-standard) var(--yvb-h2-ease),
    color var(--yvb-h2-standard) var(--yvb-h2-ease),
    box-shadow var(--yvb-h2-standard) var(--yvb-h2-ease);
  transition-delay: 30ms;
}

.yvb-h2-btn:hover,
.yvb-h2-btn:focus {
  transform: translateY(-2px);
}

.yvb-h2-btn--primary {
  background: var(--yvb-h2-red);
  color: var(--yvb-h2-white);
  box-shadow: 0 12px 24px rgba(200, 16, 46, 0.22);
}

.yvb-h2-btn--primary:hover,
.yvb-h2-btn--primary:focus {
  background: var(--yvb-h2-navy);
  box-shadow: 0 16px 28px rgba(6, 26, 46, 0.18);
}

.yvb-h2-btn--outline {
  border-color: rgba(10, 42, 74, 0.22);
  color: var(--yvb-h2-navy);
  background: transparent;
}

.yvb-h2-hero .yvb-h2-btn--outline {
  border-color: rgba(255, 255, 255, 0.54);
  color: var(--yvb-h2-white);
  background: rgba(255, 255, 255, 0.06);
}

.yvb-h2-btn--outline:hover,
.yvb-h2-btn--outline:focus {
  border-color: var(--yvb-h2-red);
  color: var(--yvb-h2-red);
}

.yvb-h2-btn--light {
  color: var(--yvb-h2-navy);
  background: var(--yvb-h2-white);
}

.yvb-home2 .yvb-h2-contact .yvb-h2-btn--light {
  color: var(--yvb-h2-navy) !important;
}

.yvb-h2-btn--outline-light {
  border-color: var(--yvb-h2-red);
  color: var(--yvb-h2-white);
  background: var(--yvb-h2-red);
  box-shadow: 0 14px 28px rgba(200, 16, 46, 0.24);
}

.yvb-h2-btn--outline-light:hover,
.yvb-h2-btn--outline-light:focus {
  border-color: var(--yvb-h2-white);
  color: var(--yvb-h2-navy);
  background: var(--yvb-h2-white);
}

.yvb-h2-section {
  padding: 86px 0;
  background: var(--yvb-h2-paper);
}

.yvb-h2-intro {
  padding-top: 94px;
}

.yvb-h2-intro__grid,
.yvb-h2-youth__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.8fr);
  gap: 56px;
  align-items: start;
}

.yvb-h2-copyblock h2,
.yvb-h2-sectionhead h2,
.yvb-h2-contact h2 {
  max-width: 760px;
  color: var(--yvb-h2-ink);
  font-size: 3.35rem;
}

.yvb-h2-copyblock h2 + p,
.yvb-h2-sectionhead h2 + p,
.yvb-h2-contact h2 + p {
  margin-top: 18px;
}

.yvb-h2-copyblock h2 span {
  display: block;
}

.yvb-h2-copyblock p:not(.yvb-h2-kicker),
.yvb-h2-sectionhead p:not(.yvb-h2-kicker),
.yvb-h2-contact p:not(.yvb-h2-kicker) {
  max-width: 660px;
  color: var(--yvb-h2-muted);
  font-size: 1.02rem;
  line-height: 1.78;
}

.yvb-h2-stat-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-self: center;
}

.yvb-h2-stat-card {
  min-height: 130px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--yvb-h2-border);
  border-radius: 8px;
  background: var(--yvb-h2-white);
  box-shadow: 0 18px 44px rgba(10, 42, 74, 0.08);
  transition:
    transform var(--yvb-h2-standard) var(--yvb-h2-ease),
    border-color var(--yvb-h2-standard) var(--yvb-h2-ease),
    box-shadow var(--yvb-h2-standard) var(--yvb-h2-ease);
  transition-delay: calc(var(--yvb-delay-index, 0) * 35ms);
}

.yvb-h2-stat-card:hover,
.yvb-h2-stat-card:focus-within {
  border-color: rgba(200, 16, 46, 0.28);
  box-shadow: 0 24px 54px rgba(10, 42, 74, 0.12);
  transform: translateY(-3px);
}

.yvb-h2-stat-card strong {
  color: var(--yvb-h2-red);
  font-size: clamp(1.45rem, 2.5vw, 2.6rem);
}

.yvb-h2-stat-card span {
  color: var(--yvb-h2-navy);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.yvb-h2-event-panel {
  padding: 18px;
  border: 1px solid var(--yvb-h2-border);
  border-radius: 8px;
  background: var(--yvb-h2-white);
  box-shadow: 0 22px 52px rgba(10, 42, 74, 0.08);
}

.yvb-h2-event-panel .yvb-h2-kicker {
  margin: 8px 8px 10px;
  color: var(--yvb-h2-navy);
}

.yvb-h2-event-row {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 16px 10px;
  border-top: 1px solid var(--yvb-h2-border);
  transition:
    color var(--yvb-h2-standard) var(--yvb-h2-ease),
    background-color var(--yvb-h2-standard) var(--yvb-h2-ease),
    transform var(--yvb-h2-standard) var(--yvb-h2-ease);
  transition-delay: calc(var(--yvb-delay-index, 0) * 35ms);
}

.yvb-h2-event-row:hover,
.yvb-h2-event-row:focus {
  color: var(--yvb-h2-red);
  background: rgba(200, 16, 46, 0.04);
  transform: translateX(4px);
}

.yvb-h2-event-row span,
.yvb-h2-news-card small {
  color: var(--yvb-h2-red);
  font-weight: 900;
  text-transform: uppercase;
}

.yvb-h2-event-row strong {
  color: var(--yvb-h2-ink);
  font-weight: 900;
  text-transform: uppercase;
}

.yvb-h2-event-row small {
  color: var(--yvb-h2-muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.yvb-h2-ribbon {
  padding: 26px 0;
  color: var(--yvb-h2-white);
  background: var(--yvb-h2-navy);
}

.yvb-h2-ribbon p {
  max-width: 960px;
  margin: 0 auto;
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.yvb-h2-sectionhead {
  margin-bottom: 38px;
}

.yvb-h2-sectionhead--center {
  display: grid;
  justify-items: center;
  text-align: center;
}

.yvb-h2-sectionhead--center h2,
.yvb-h2-sectionhead--center p:not(.yvb-h2-kicker) {
  margin-inline: auto;
}

.yvb-h2-programs,
.yvb-h2-coaching {
  background: var(--yvb-h2-paper-deep);
}

.yvb-h2-programs .yvb-h2-sectionhead {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: none;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--yvb-h2-border);
  justify-items: center;
  text-align: center;
}

.yvb-h2-programs .yvb-h2-sectionhead h2,
.yvb-h2-coaching .yvb-h2-sectionhead h2 {
  max-width: none;
  white-space: nowrap;
}

.yvb-h2-program-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.yvb-h2-program-card {
  position: relative;
  grid-column: span 12;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(300px, 1fr);
  gap: 34px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--yvb-h2-border);
  border-radius: 8px;
  background: var(--yvb-h2-white);
  box-shadow: 0 18px 42px rgba(10, 42, 74, 0.08);
  transition:
    transform var(--yvb-h2-standard) var(--yvb-h2-ease),
    box-shadow var(--yvb-h2-standard) var(--yvb-h2-ease),
    border-color var(--yvb-h2-standard) var(--yvb-h2-ease);
  transition-delay: calc(var(--yvb-delay-index, 0) * 35ms);
}

.yvb-h2-program-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--yvb-h2-red);
  opacity: 0;
  transition:
    opacity var(--yvb-h2-standard) var(--yvb-h2-ease),
    transform var(--yvb-h2-standard) var(--yvb-h2-ease);
  transition-delay: 30ms;
  transform: scaleY(0.65);
  transform-origin: center;
}

.yvb-h2-program-card--reverse .yvb-h2-program-card__copy {
  order: 2;
}

.yvb-h2-program-card--feature {
  grid-column: span 6;
  grid-template-columns: 1fr;
  gap: 0;
  align-content: start;
  overflow: hidden;
  padding: 0;
}

.yvb-h2-program-card--feature .yvb-h2-program-card__copy {
  order: 2;
  display: grid;
  gap: 14px;
  padding: 28px;
}

.yvb-h2-program-card--feature .yvb-h2-program-card__media {
  order: 1;
  border-radius: 0;
}

.yvb-h2-program-card--text {
  grid-template-columns: 1fr;
  align-content: start;
  padding: 30px 34px;
}

.yvb-h2-program-card--text .yvb-h2-program-card__copy {
  max-width: 980px;
}

.yvb-h2-program-card--pathway {
  grid-template-columns: 1fr;
  gap: 0;
  align-content: start;
  overflow: hidden;
  padding: 0;
}

.yvb-h2-program-card--pathway .yvb-h2-program-card__copy {
  order: 2;
  display: grid;
  gap: 12px;
  padding: 28px;
}

.yvb-h2-program-card--pathway .yvb-h2-program-card__media {
  order: 1;
  border-radius: 0;
}

.yvb-h2-program-card--compact {
  grid-column: span 6;
}

.yvb-h2-program-card--wide {
  grid-column: span 6;
}

.yvb-h2-program-card:hover,
.yvb-h2-program-card:focus-within {
  border-color: rgba(200, 16, 46, 0.32);
  box-shadow: 0 28px 68px rgba(10, 42, 74, 0.13);
  transform: translateY(-4px);
}

.yvb-h2-program-card:hover::before,
.yvb-h2-program-card:focus-within::before {
  opacity: 1;
  transform: scaleY(1);
}

.yvb-h2-program-card h3 {
  color: var(--yvb-h2-ink);
  font-size: clamp(2.15rem, 3.2vw, 2.65rem);
}

.yvb-h2-program-card p:not(.yvb-h2-kicker) {
  color: var(--yvb-h2-muted);
  font-size: 1rem;
  line-height: 1.68;
  text-wrap: pretty;
}

.yvb-h2-program-card__media,
.yvb-h2-youth__image {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--yvb-h2-navy-dark);
}

.yvb-h2-card-image {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
  object-fit: cover;
  transition:
    transform var(--yvb-h2-slow) var(--yvb-h2-ease),
    filter var(--yvb-h2-slow) var(--yvb-h2-ease);
  transition-delay: 40ms;
}

.yvb-h2-program-card--feature .yvb-h2-card-image {
  aspect-ratio: 16 / 9;
  min-height: 260px;
}

.yvb-h2-program-card--pathway .yvb-h2-card-image {
  aspect-ratio: 16 / 7;
  min-height: 210px;
}

.yvb-h2-program-card:hover .yvb-h2-card-image,
.yvb-h2-program-card:focus-within .yvb-h2-card-image,
.yvb-h2-youth__image:hover .yvb-h2-card-image {
  filter: saturate(1.04) contrast(1.04);
  transform: scale(1.035);
}

.yvb-h2-text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--yvb-h2-red);
  font-weight: 900;
  text-transform: uppercase;
  transition:
    color var(--yvb-h2-fast) var(--yvb-h2-ease),
    transform var(--yvb-h2-standard) var(--yvb-h2-ease);
  transition-delay: 25ms;
}

.yvb-h2-text-link:hover,
.yvb-h2-text-link:focus {
  color: var(--yvb-h2-navy);
  transform: translateX(4px);
}

.yvb-h2-quicklinks,
.yvb-h2-updates,
.yvb-h2-sponsors {
  background: var(--yvb-h2-paper);
}

.yvb-h2-card-grid,
.yvb-h2-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.yvb-h2-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yvb-h2-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yvb-h2-info-card,
.yvb-h2-news-card,
.yvb-h2-coach-card,
.yvb-h2-sponsor {
  border: 1px solid var(--yvb-h2-border);
  border-radius: 8px;
  background: var(--yvb-h2-white);
  box-shadow: 0 16px 38px rgba(10, 42, 74, 0.07);
  transition:
    transform var(--yvb-h2-standard) var(--yvb-h2-ease),
    border-color var(--yvb-h2-standard) var(--yvb-h2-ease),
    box-shadow var(--yvb-h2-standard) var(--yvb-h2-ease),
    background-color var(--yvb-h2-standard) var(--yvb-h2-ease);
  transition-delay: calc(var(--yvb-delay-index, 0) * 35ms);
}

.yvb-h2-info-card:hover,
.yvb-h2-info-card:focus,
.yvb-h2-news-card:hover,
.yvb-h2-news-card:focus,
.yvb-h2-coach-card:hover,
.yvb-h2-coach-card:focus,
.yvb-h2-sponsor:hover,
.yvb-h2-sponsor:focus-within {
  border-color: rgba(200, 16, 46, 0.34);
  box-shadow: 0 24px 54px rgba(10, 42, 74, 0.12);
  transform: translateY(-4px);
}

.yvb-h2-info-card {
  min-height: 250px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  border-top: 4px solid var(--yvb-h2-red);
}

.yvb-h2-coach-card__role {
  color: var(--yvb-h2-navy);
  font-size: 0.78rem;
  font-weight: 900;
}

.yvb-h2-info-card strong {
  font-size: 1.55rem;
}

.yvb-h2-info-card p,
.yvb-h2-news-card p,
.yvb-h2-coach-card p {
  margin: 0;
  color: var(--yvb-h2-muted);
  line-height: 1.65;
}

.yvb-h2-youth {
  background: var(--yvb-h2-paper-deep);
}

.yvb-h2-youth__grid {
  align-items: center;
}

.yvb-h2-youth__image .yvb-h2-card-image {
  min-height: 410px;
}

.yvb-h2-news-card {
  min-height: 260px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  border-top: 4px solid var(--yvb-h2-navy);
}

.yvb-h2-news-card strong {
  font-size: 1.38rem;
}

.yvb-h2-news-card em {
  margin-top: 8px;
  color: var(--yvb-h2-red);
  font-style: normal;
  font-weight: 900;
}

.yvb-h2-coach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.yvb-h2-coach-card {
  min-height: 330px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 26px;
  border-top: 4px solid var(--yvb-h2-red);
}

.yvb-h2-coach-card__head {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.yvb-h2-coach-card__head > div {
  min-width: 0;
}

.yvb-h2-coach-card__photo {
  position: relative;
  width: 74px;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(200, 16, 46, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 70% 22%, rgba(200, 16, 46, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(6, 26, 46, 0.96), rgba(12, 51, 84, 0.9));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  flex: none;
}

.yvb-h2-coach-card__photo::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.yvb-h2-coach-card__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(255, 255, 255, 0.16) 48.5% 49.5%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, transparent 0 43%, rgba(255, 255, 255, 0.16) 44% 45%, transparent 46%);
  opacity: 0.45;
  pointer-events: none;
}

.yvb-h2-coach-card__photo span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--yvb-h2-white);
  font-family: "Barlow Condensed", var(--font-display, Impact), sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

.yvb-h2-coach-card__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
  transition:
    filter var(--yvb-h2-standard) var(--yvb-h2-ease),
    transform var(--yvb-h2-slow) var(--yvb-h2-ease);
}

.yvb-h2-coach-card:hover .yvb-h2-coach-card__image,
.yvb-h2-coach-card:focus .yvb-h2-coach-card__image {
  filter: saturate(1.02) contrast(1.06);
  transform: scale(1.04);
}

.yvb-h2-coach-card__role {
  display: block;
  margin-bottom: 8px;
  color: var(--yvb-h2-red);
  text-transform: uppercase;
}

.yvb-h2-coach-card strong {
  display: block;
  color: var(--yvb-h2-ink);
  font-size: 1.75rem;
}

.yvb-h2-coach-card em {
  margin-top: auto;
  color: var(--yvb-h2-red);
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.yvb-h2-sponsors .yvb-h2-sectionhead {
  margin-bottom: 24px;
}

.yvb-h2-sponsor-grid {
  align-items: stretch;
  max-width: 840px;
  margin-inline: auto;
}

.yvb-h2-sponsor {
  min-height: 118px;
  display: grid;
  place-items: center;
  padding: 18px;
}

.yvb-h2-sponsor__image {
  width: auto;
  max-width: 100%;
  max-height: 82px;
  object-fit: contain;
  transition:
    transform var(--yvb-h2-slow) var(--yvb-h2-ease),
    filter var(--yvb-h2-slow) var(--yvb-h2-ease),
    opacity var(--yvb-h2-standard) var(--yvb-h2-ease);
  transition-delay: 40ms;
}

.yvb-h2-sponsor:hover .yvb-h2-sponsor__image,
.yvb-h2-sponsor:focus-within .yvb-h2-sponsor__image {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.04);
}

.yvb-h2-contact {
  padding: 70px 0;
  background: var(--yvb-h2-paper);
}

.yvb-h2-contact__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 42px;
  border-radius: 8px;
  color: var(--yvb-h2-white);
  background: var(--yvb-h2-navy);
  box-shadow: 0 24px 60px rgba(6, 26, 46, 0.18);
}

.yvb-h2-contact h2,
.yvb-h2-contact p:not(.yvb-h2-kicker) {
  color: var(--yvb-h2-white);
}

.yvb-h2-contact .yvb-h2-kicker {
  color: var(--yvb-h2-red);
}

.yvb-h2-contact p:not(.yvb-h2-kicker) {
  opacity: 0.78;
}

.yvb-h2-motion-ready [data-yvb-motion-section] {
  perspective: 1000px;
}

@media (max-width: 1100px) {
  .yvb-h2-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 500px);
    gap: 28px;
  }

  .yvb-h2-hero__copy {
    transform: translateY(-30px);
  }

  .yvb-h2-hero h1 {
    font-size: 4.35rem;
  }

  .yvb-h2-copyblock h2,
  .yvb-h2-sectionhead h2,
  .yvb-h2-contact h2 {
    font-size: 2.85rem;
  }

  .yvb-h2-card-grid,
  .yvb-h2-card-grid--four,
  .yvb-h2-coach-grid,
  .yvb-h2-sponsor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .yvb-h2-hero {
    min-height: 100vh;
    min-height: 100svh;
    padding: 130px 0 76px;
  }

  .yvb-h2-hero__inner,
  .yvb-h2-intro__grid,
  .yvb-h2-youth__grid,
  .yvb-h2-program-card,
  .yvb-h2-contact__panel {
    grid-template-columns: 1fr;
  }

  .yvb-h2-hero__copy {
    transform: none;
  }

  .yvb-h2-command {
    width: min(100%, 520px);
  }

  .yvb-h2-program-card--reverse .yvb-h2-program-card__copy {
    order: 0;
  }

  .yvb-h2-programs .yvb-h2-sectionhead h2,
  .yvb-h2-coaching .yvb-h2-sectionhead h2 {
    white-space: normal;
  }

  .yvb-h2-event-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .yvb-h2-program-card--feature,
  .yvb-h2-program-card--compact,
  .yvb-h2-program-card--wide {
    grid-column: span 12;
  }

  .yvb-h2-program-card--feature .yvb-h2-program-card__copy {
    order: 2;
  }

  .yvb-h2-program-card--feature .yvb-h2-program-card__media {
    order: 1;
  }
}

@media (max-width: 700px) {
  body.home .vibe-header__inner,
  body.page-template-template-home2 .vibe-header__inner {
    width: min(100% - 20px, 720px);
    min-height: 70px;
  }

  body.home .vibe-brand__logo,
  body.page-template-template-home2 .vibe-brand__logo {
    height: 52px;
    max-width: 210px;
  }

  .yvb-h2-shell {
    width: var(--yvb-site-shell, min(100% - 24px, 720px));
  }

  .yvb-h2-hero {
    min-height: 100vh;
    min-height: 100svh;
    padding: 116px 0 58px;
  }

  .yvb-h2-hero::before {
    background:
      linear-gradient(90deg, rgba(6, 26, 46, 0.92), rgba(6, 26, 46, 0.72)),
      linear-gradient(0deg, rgba(6, 26, 46, 0.32), rgba(6, 26, 46, 0.12));
  }

  .yvb-h2-hero--geo-test .yvb-h2-hero__geo::before {
    top: 9%;
    right: -34%;
    width: min(390px, 82vw);
  }

  .yvb-h2-hero--geo-test .yvb-h2-hero__geo::after {
    right: -38%;
    bottom: 10%;
    width: min(420px, 90vw);
    height: 210px;
  }

  .yvb-h2-hero h1 {
    font-size: 3.45rem;
  }

  .yvb-h2-section {
    padding: 62px 0;
  }

  .yvb-h2-copyblock h2,
  .yvb-h2-sectionhead h2,
  .yvb-h2-contact h2 {
    font-size: 2.25rem;
  }

  .yvb-h2-card-grid,
  .yvb-h2-card-grid--three,
  .yvb-h2-card-grid--four,
  .yvb-h2-coach-grid,
  .yvb-h2-stat-panel,
  .yvb-h2-sponsor-grid {
    grid-template-columns: 1fr;
  }

  .yvb-h2-program-card,
  .yvb-h2-contact__panel {
    padding: 20px;
  }

  .yvb-h2-program-card--feature {
    padding: 0;
  }

  .yvb-h2-program-card--pathway {
    padding: 0;
  }

  .yvb-h2-program-card--feature .yvb-h2-program-card__copy,
  .yvb-h2-program-card--pathway .yvb-h2-program-card__copy,
  .yvb-h2-program-card--text {
    padding: 22px;
  }

  .yvb-h2-card-image,
  .yvb-h2-youth__image .yvb-h2-card-image {
    min-height: 260px;
  }
}

@media (max-width: 991px) {
  body.home .vibe-nav.is-open .vibe-nav__menu,
  body.page-template-template-home2 .vibe-nav.is-open .vibe-nav__menu {
    border-color: rgba(255, 255, 255, 0.14);
    background: var(--yvb-h2-navy-dark, #061a2e);
    box-shadow: 0 18px 44px rgba(6, 26, 46, 0.22);
  }

  body.home .vibe-nav.is-open .vibe-nav__menu li,
  body.page-template-template-home2 .vibe-nav.is-open .vibe-nav__menu li {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }
}
