@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/material-symbols-rounded-ubl-700.woff2") format("woff2");
}

@font-face {
  font-family: "Teko";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("assets/fonts/teko-600-700-latin.woff2") format("woff2");
}

.about-page {
  background-color: #020f22;
  background-image: url("assets/optimized/ubl-about-playbook-texture.webp");
  background-position: center top;
  background-repeat: repeat;
  background-size: 78rem 78rem;
}

.about-page .subpage-main {
  background: transparent;
}

.league-profile,
.winning-section,
.season-section,
.commitments-section,
.testimonial-break,
.leadership-section {
  --ubl-navy: #020f22;
  --ubl-navy-mid: #073467;
  --ubl-red: #e31331;
  --ubl-white: #ffffff;
  --ubl-line: #d8dee8;
  --ubl-muted: #58677a;
  width: min(calc(100% - 2rem), 92rem);
  margin: 1rem auto 0;
}

.league-profile {
  padding: 0.75rem;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(2, 15, 34, 0.72);
}

.league-profile-grid {
  display: none;
  gap: 1rem;
}

.league-profile-mobile {
  display: grid;
  gap: 0.55rem;
}

.league-profile-mobile details {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(4, 26, 56, 0.94);
}

.league-profile-mobile summary {
  min-height: 5.5rem;
  padding: 0.7rem 0.8rem;
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr) 2.75rem;
  gap: 0.8rem;
  align-items: center;
  cursor: pointer;
  list-style: none;
  transition: background-color 180ms ease;
}

.league-profile-mobile summary::-webkit-details-marker {
  display: none;
}

.league-profile-mobile summary:hover,
.league-profile-mobile summary:focus-visible,
.league-profile-mobile details[open] summary {
  background: rgba(7, 52, 103, 0.72);
}

.league-profile-mobile summary:focus-visible {
  outline: 0.16rem solid var(--ubl-white);
  outline-offset: -0.3rem;
}

.league-profile-mobile-icon {
  width: 3.25rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: #102b4a;
  box-shadow: inset 0 -0.2rem 0 var(--ubl-red);
}

.league-profile-mobile-icon .material-symbols-rounded {
  color: var(--ubl-white);
  font-family: "Material Symbols Rounded";
  font-size: 1.65rem;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 24;
}

.league-profile-mobile-copy {
  min-width: 0;
  display: grid;
  gap: 0.2rem;
}

.league-profile-mobile-copy strong {
  color: var(--ubl-white);
  font: 900 clamp(1.65rem, 8vw, 2rem)/0.95 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.league-profile-mobile-copy > span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.875rem;
  line-height: 1.35;
}

.league-profile-mobile-cue {
  width: 0.75rem;
  aspect-ratio: 1;
  place-self: center;
  border-right: 0.15rem solid #ff9aac;
  border-bottom: 0.15rem solid #ff9aac;
  transform: rotate(45deg) translate(-0.15rem, -0.15rem);
  transition: transform 220ms ease;
}

.league-profile-mobile details[open] .league-profile-mobile-cue {
  transform: rotate(225deg) translate(-0.15rem, -0.15rem);
}

.league-profile-mobile-panel {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(2, 15, 34, 0.78);
}

.league-profile-mobile-panel p {
  margin: 0;
  padding: 0.9rem 1rem 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.55;
}

.league-profile-card {
  width: 100%;
  min-height: 23.5rem;
  padding: 0;
  display: block;
  position: relative;
  border: 0;
  color: var(--ubl-white);
  background: transparent;
  cursor: pointer;
  perspective: 70rem;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.league-profile-card-inner {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 720ms cubic-bezier(0.2, 0.72, 0.14, 1);
}

.league-profile-card.is-flipped .league-profile-card-inner {
  transform: rotateY(180deg);
}

.league-profile-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.league-profile-front {
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 20%, rgba(11, 75, 137, 0.72), transparent 38%),
    linear-gradient(155deg, #071f40 0%, #020f22 72%);
  box-shadow: 0 1.1rem 2.4rem rgba(0, 0, 0, 0.3);
  transition: border-color 260ms ease, box-shadow 260ms ease;
}

.league-profile-front::before {
  position: absolute;
  z-index: 1;
  inset: 34% 0 0;
  content: "";
  background: linear-gradient(to bottom, transparent, rgba(2, 15, 34, 0.82) 35%, #020f22 78%);
  pointer-events: none;
}

.league-profile-card:hover .league-profile-front,
.league-profile-card:focus-visible .league-profile-front {
  border-color: var(--ubl-red);
  box-shadow: 0 0 0 1px rgba(227, 19, 49, 0.38), 0 1.2rem 2.7rem rgba(0, 0, 0, 0.38);
}

.league-profile-card:focus-visible {
  outline: none;
}

.league-profile-card:focus-visible .league-profile-face {
  outline: 0.18rem solid var(--ubl-white);
  outline-offset: -0.42rem;
}

.league-profile-card .team-card-view {
  min-height: 2.75rem;
  padding-inline: 0.9rem;
  display: inline-flex;
  font-size: 0.8125rem;
}

.league-profile-icon-stage {
  top: 12%;
  width: 43%;
  max-width: 9.3rem;
  padding: 0;
}

.league-profile-icon-stage .material-symbols-rounded {
  color: #073467;
  font-family: "Material Symbols Rounded";
  font-size: clamp(4rem, 15vw, 6.2rem);
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 48;
  filter: drop-shadow(0 0.7rem 0.8rem rgba(0, 24, 64, 0.2));
}

.league-profile-card-content {
  padding: 1.1rem;
}

.league-profile-card-content small {
  color: #ff9aac;
  font-size: 1rem;
}

.league-profile-card-content strong {
  margin-top: 0.45rem;
  font-size: clamp(2rem, 8vw, 2.65rem);
}

.league-profile-card-content > span {
  min-height: 1.35rem;
  display: block;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.league-profile-card-content b {
  min-height: 3rem;
  margin-top: 0.9rem;
  display: flex;
  color: var(--ubl-white);
  font-size: 0.875rem;
  line-height: 1.2;
  background: rgba(188, 13, 39, 0.78);
}

.league-profile-card-content b > span {
  position: absolute;
  right: 0.9rem;
  font: 700 1.15rem/1 "IBM Plex Sans", sans-serif;
  transition: transform 240ms ease;
}

.league-profile-card:hover .team-card-court,
.league-profile-card:focus-visible .team-card-court {
  opacity: 0.82;
  transform: scale(1.05);
}

.league-profile-card:hover .league-profile-icon-stage,
.league-profile-card:focus-visible .league-profile-icon-stage {
  filter: drop-shadow(0 0 1rem rgba(227, 19, 49, 0.35));
  transform: translateX(-50%) translateY(-0.35rem) scale(1.03);
}

.league-profile-card:hover .team-card-view,
.league-profile-card:focus-visible .team-card-view {
  border-color: var(--ubl-red);
  background: var(--ubl-red);
  transform: translateY(-0.1rem);
}

.league-profile-card:hover .league-profile-card-content b,
.league-profile-card:focus-visible .league-profile-card-content b {
  color: var(--ubl-navy);
  border-color: var(--ubl-white);
  background: var(--ubl-white);
}

.league-profile-card:hover .league-profile-card-content b > span,
.league-profile-card:focus-visible .league-profile-card-content b > span {
  transform: rotate(180deg);
}

.league-profile-back {
  padding: clamp(1.5rem, 6vw, 2.5rem);
  display: grid;
  place-content: center;
  justify-items: center;
  border-color: rgba(227, 19, 49, 0.94);
  color: var(--ubl-white);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(227, 19, 49, 0.28), transparent 43%),
    linear-gradient(315deg, rgba(7, 52, 103, 0.48), transparent 48%),
    #020f22;
  box-shadow: inset 0 0 3rem rgba(227, 19, 49, 0.17), 0 0 1.15rem rgba(227, 19, 49, 0.24);
  transform: rotateY(180deg);
}

.league-profile-back::before {
  content: "";
  position: absolute;
  inset: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.17);
  clip-path: polygon(0 0, 86% 0, 100% 14%, 100% 100%, 14% 100%, 0 86%);
}

.league-profile-back-eyebrow {
  color: #ff9aac;
  font: 800 0.75rem/1 "IBM Plex Sans", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.league-profile-back strong {
  max-width: 12ch;
  margin-top: 0.8rem;
  color: var(--ubl-white);
  font: 900 clamp(2.4rem, 10vw, 3.5rem)/0.88 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.league-profile-description {
  max-width: 29rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.82);
  font: 600 1rem/1.6 "IBM Plex Sans", sans-serif;
}

.league-profile-return {
  min-height: 2.75rem;
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  color: #ff9aac;
  font: 800 0.75rem/1 "IBM Plex Sans", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .league-profile {
    padding: clamp(1.5rem, 4vw, 3rem) clamp(0.85rem, 3vw, 2.25rem);
  }

  .league-profile-mobile {
    display: none;
  }

  .league-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .league-profile-card:last-child:nth-child(odd) {
    width: calc(50% - 0.5rem);
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (min-width: 1024px) {
  .league-profile-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .league-profile-card,
  .league-profile-card:last-child:nth-child(odd) {
    width: 100%;
    min-height: 25rem;
    grid-column: auto;
  }

  .league-profile-icon-stage .material-symbols-rounded {
    font-size: 5.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .league-profile-card-inner,
  .league-profile-card.is-flipped .league-profile-card-inner {
    transition: none;
    transform: none;
  }

  .league-profile-back {
    opacity: 0;
    visibility: hidden;
    transform: none;
  }

  .league-profile-card.is-flipped .league-profile-front {
    opacity: 0;
    visibility: hidden;
  }

  .league-profile-card.is-flipped .league-profile-back {
    opacity: 1;
    visibility: visible;
  }
}

.league-identity {
  margin-top: calc(0.5rem - 1px);
  overflow: hidden;
  border: 1px solid var(--ubl-line);
  border-top: 0.4rem solid var(--ubl-red);
  background: var(--ubl-white);
}

.identity-lead {
  padding: clamp(1.5rem, 6vw, 3.25rem) clamp(1.25rem, 5vw, 3.5rem);
  color: var(--ubl-white);
  background: var(--ubl-navy);
}

.identity-lead h2 {
  max-width: 12ch;
  margin: 0 0 0.85rem;
  color: var(--ubl-white);
  font: 900 clamp(2.65rem, 10vw, 4rem)/0.9 "Barlow Condensed", sans-serif;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.identity-lead p {
  max-width: 39rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 2.8vw, 1.12rem);
  line-height: 1.65;
}

.identity-facts {
  margin: 0;
  display: grid;
}

.identity-fact {
  min-width: 0;
  border-top: 1px solid var(--ubl-line);
  background: var(--ubl-white);
  transition: box-shadow 180ms ease;
}

.identity-fact:first-child {
  border-top: 0;
}

.identity-facts dt {
  margin: 0;
}

.identity-toggle {
  width: 100%;
  min-height: 4.75rem;
  padding: 0.7rem 1rem;
  border: 0;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) 2.75rem;
  gap: 0.75rem;
  align-items: center;
  color: var(--ubl-navy);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: color 180ms ease, background 180ms ease;
}

.identity-toggle:hover,
.identity-toggle:focus-visible,
.identity-fact.is-expanded .identity-toggle {
  background: #f3f6fa;
}

.identity-toggle:focus-visible {
  position: relative;
  z-index: 1;
  outline: 0.18rem solid var(--ubl-red);
  outline-offset: -0.18rem;
}

.identity-fact.is-expanded {
  box-shadow: inset 0.32rem 0 var(--ubl-red);
}

.identity-index {
  color: var(--ubl-red);
  font: 700 2.1rem/0.9 "Teko", sans-serif;
  text-align: center;
}

.identity-label {
  color: var(--ubl-navy);
  font: 800 1.45rem/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.identity-cue {
  width: 2.75rem;
  height: 2.75rem;
  position: relative;
  border: 1px solid rgba(227, 19, 49, 0.5);
  border-radius: 50%;
  justify-self: end;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.identity-cue::before,
.identity-cue::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--ubl-red);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.identity-cue::before {
  width: 0.9rem;
  height: 0.13rem;
}

.identity-cue::after {
  width: 0.13rem;
  height: 0.9rem;
}

.identity-toggle[aria-expanded="true"] .identity-cue {
  border-color: var(--ubl-red);
  background: rgba(227, 19, 49, 0.08);
  transform: rotate(180deg);
}

.identity-toggle[aria-expanded="true"] .identity-cue::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.identity-panel {
  margin: 0;
  padding: 0 1.25rem 1.3rem 4.75rem;
  color: var(--ubl-muted);
  font-size: 0.98rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.identity-facts.is-ready .identity-panel {
  max-height: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition:
    max-height 280ms cubic-bezier(0.22, 1, 0.36, 1),
    padding-bottom 280ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease,
    visibility 0s linear 280ms;
}

.identity-facts.is-ready .identity-fact.is-expanded .identity-panel {
  max-height: 12rem;
  padding-bottom: 1.3rem;
  opacity: 1;
  visibility: visible;
  transition:
    max-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
    padding-bottom 320ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease 60ms,
    visibility 0s linear 0s;
}

.winning-section {
  position: relative;
  overflow: hidden;
  display: grid;
  color: var(--ubl-white);
  background: var(--ubl-navy);
}

.winning-photo {
  min-height: 0;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  border-bottom: 0.35rem solid var(--ubl-red);
}

.winning-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 15, 34, 0.06), rgba(2, 15, 34, 0.58));
}

.winning-photo picture,
.winning-photo img {
  width: 100%;
  height: 100%;
}

.winning-photo img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 46% center;
}

.winning-copy {
  padding: 1.25rem 1rem 1.4rem;
  position: relative;
}

.winning-copy::after {
  content: "";
  width: clamp(8rem, 32vw, 15rem);
  aspect-ratio: 2 / 1;
  position: absolute;
  right: clamp(-5rem, -12vw, -2rem);
  bottom: -1px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 0;
  border-radius: 15rem 15rem 0 0;
  pointer-events: none;
}

.winning-label {
  margin: 0 0 0.7rem;
  color: #ff9aac;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.winning-copy h2 {
  margin: 0 0 1rem;
  color: var(--ubl-white);
  font: 900 clamp(2.7rem, 12vw, 3.8rem)/0.86 "Barlow Condensed", sans-serif;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.winning-copy h2 span {
  display: block;
}

.winning-copy h2 span:first-child {
  white-space: nowrap;
}

.winning-copy > p:last-child {
  max-width: 42rem;
  margin: 0;
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 2.7vw, 1.15rem);
  line-height: 1.6;
}

.winning-actions {
  margin: 0;
  display: grid;
  background: var(--ubl-red);
}

.winning-actions details {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.winning-actions details:first-child {
  border-top: 0;
}

.winning-actions summary {
  min-height: 3.8rem;
  padding: 0.8rem 1.25rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  list-style: none;
  font: 800 clamp(1.35rem, 6vw, 2rem)/1 "Barlow Condensed", sans-serif;
  text-align: center;
  text-transform: uppercase;
  transition: background 160ms ease;
}

.winning-actions summary::-webkit-details-marker {
  display: none;
}

.winning-actions summary:hover,
.winning-actions summary:focus-visible,
.winning-actions details[open] summary {
  background: rgba(2, 15, 34, 0.18);
}

.scripture-toggle {
  width: 1.25rem;
  position: absolute;
  right: 1.1rem;
  font: 500 1.45rem/1 "IBM Plex Sans", sans-serif;
}

.scripture-toggle::before {
  content: "+";
}

.winning-actions details[open] .scripture-toggle::before {
  content: "−";
}

.scripture-panel {
  padding: 0.25rem 1.25rem 1.35rem;
}

.scripture-intro {
  margin: 0;
  color: var(--ubl-white);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
}

.winning-actions blockquote {
  margin: 0.95rem 0 0;
  padding: 0 0 0 0.85rem;
  border: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.55);
  color: var(--ubl-white);
}

.winning-actions blockquote p {
  margin: 0 0 0.65rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.55;
}

.winning-actions cite {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
}

.season-section {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  border-top: 0.4rem solid var(--ubl-red);
  border-radius: 0;
  color: var(--ubl-white);
  background: transparent;
}

.season-heading {
  width: min(100%, 92rem);
  min-height: 9.75rem;
  margin-inline: auto;
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(2, 15, 34, 0.76);
}

.season-title-lockup {
  width: min(100%, 70rem);
  margin-inline: auto;
}

.season-heading h1 {
  max-width: 70rem;
  margin: 0 auto;
  color: var(--ubl-white);
  font: 900 clamp(3rem, 13vw, 3.65rem)/0.84 var(--display);
  letter-spacing: -0.035em;
  scroll-margin-top: 6.5rem;
  text-align: center;
  text-wrap: balance;
  text-transform: uppercase;
}

.season-path {
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  gap: 0.75rem;
  position: relative;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-padding-inline: 1rem;
  scroll-snap-type: x mandatory;
  list-style: none;
  background: rgba(2, 15, 34, 0.34);
}

.season-path::-webkit-scrollbar {
  display: none;
}

.season-path::before {
  display: none;
}

.season-stage {
  --season-delay: 80ms;
  flex: 0 0 min(84vw, 21.5rem);
  min-width: 0;
  position: relative;
  padding-bottom: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.season-stage:nth-child(2) {
  --season-delay: 260ms;
}

.season-stage:nth-child(3) {
  --season-delay: 440ms;
}

.season-stage:nth-child(4) {
  --season-delay: 620ms;
}

.season-flip-card {
  width: 100%;
  height: 21rem;
  padding: 0;
  display: block;
  position: relative;
  border: 0;
  cursor: pointer;
  color: inherit;
  background: transparent;
  text-align: left;
  perspective: 70rem;
  -webkit-tap-highlight-color: transparent;
}

.season-card-inner {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 450ms cubic-bezier(0.2, 0.72, 0.14, 1);
}

.season-flip-card.is-flipped .season-card-inner {
  transform: rotateY(180deg);
}

.season-card-face {
  position: absolute;
  inset: 0;
  display: grid;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.season-card-front {
  grid-template-rows: minmax(0, 1fr) 6.35rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: var(--ubl-navy);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.season-flip-card:hover .season-card-front,
.season-flip-card:focus-visible .season-card-front {
  border-color: rgba(237, 23, 58, 0.88);
  box-shadow: 0 0 0.85rem rgba(237, 23, 58, 0.22);
}

.season-flip-card:focus-visible {
  outline: none;
}

.season-flip-card:focus-visible .season-card-face {
  outline: 0.16rem solid var(--ubl-white);
  outline-offset: 0.2rem;
}

.season-media {
  min-height: 0;
  overflow: hidden;
  position: relative;
  background: #06172f;
}

.season-media::after {
  content: "";
  height: 0.24rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: var(--ubl-red);
  transform-origin: left;
}

.season-media picture,
.season-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.season-media img {
  object-fit: cover;
  filter: saturate(0.95) contrast(1.08) brightness(0.78);
  transition: filter 180ms ease, scale 360ms ease;
}

.season-flip-card:hover .season-media img {
  filter: saturate(1.02) contrast(1.08) brightness(0.9);
  scale: 1.02;
}

.season-stage-programs .season-media img {
  object-position: 52% center;
}

.season-stage-compete .season-media img {
  object-position: 54% 42%;
}

.season-stage-standings .season-media img {
  object-position: 68% center;
}

.season-stage-championship .season-media img {
  object-position: 50% 45%;
}

.season-copy {
  min-height: 0;
  padding: 1.2rem 0.9rem 0.65rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: var(--ubl-navy);
}

.season-node {
  display: none;
  width: 0.58rem;
  height: 0.58rem;
  position: absolute;
  top: -0.46rem;
  left: -2.38rem;
  z-index: 3;
  border: 0.13rem solid var(--ubl-white);
  border-radius: 50%;
  background: var(--ubl-red);
  box-shadow: 0 0 0 0.13rem var(--ubl-red);
}

.season-step {
  width: 3.2rem;
  position: absolute;
  top: auto;
  bottom: 1.35rem;
  left: 1.25rem;
  z-index: 3;
  overflow: visible;
  color: var(--ubl-red);
  background: transparent;
  font: italic 700 3.55rem/1 "Teko", sans-serif;
  letter-spacing: -0.08em;
  text-align: center;
  text-shadow:
    -0.06rem 0 var(--ubl-navy),
    0.06rem 0 var(--ubl-navy),
    0 -0.06rem var(--ubl-navy),
    0 0.06rem var(--ubl-navy),
    0.2rem 0.24rem 0 rgba(0, 0, 0, 0.78);
  transform: rotate(-5deg) skewX(-7deg);
  transform-origin: center bottom;
}

.season-stage:nth-child(2) .season-step {
  transform: rotate(3deg) skewX(-6deg);
}

.season-stage:nth-child(3) .season-step {
  transform: rotate(-3deg) skewX(-8deg);
}

.season-stage:nth-child(4) .season-step {
  transform: rotate(4deg) skewX(-5deg);
}

.season-front-title {
  display: block;
  color: var(--ubl-white);
  font: 900 clamp(1.65rem, 7vw, 2.2rem)/0.92 "Barlow Condensed", sans-serif;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.season-flip-cue,
.season-back-cue {
  min-height: 2.75rem;
  display: inline-flex;
  gap: 0.38rem;
  align-items: center;
  color: #ff9aac;
  font: 800 0.875rem/1.15 "IBM Plex Sans", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.season-flip-mark {
  font: 700 1.15rem/1 "IBM Plex Sans", sans-serif;
}

.season-card-back {
  padding: 1.35rem;
  place-content: center;
  justify-items: center;
  overflow: hidden;
  border: 1px solid rgba(237, 23, 58, 0.95);
  color: var(--ubl-white);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(237, 23, 58, 0.3), transparent 43%),
    linear-gradient(315deg, rgba(21, 76, 147, 0.34), transparent 48%),
    #020f22;
  box-shadow:
    inset 0 0 2.8rem rgba(237, 23, 58, 0.18),
    0 0 1.15rem rgba(237, 23, 58, 0.25);
  transform: rotateY(180deg);
}

.season-card-back::before,
.season-card-back::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.season-card-back::before {
  inset: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  clip-path: polygon(0 0, 86% 0, 100% 14%, 100% 100%, 14% 100%, 0 86%);
}

.season-card-back::after {
  width: 8rem;
  height: 8rem;
  right: -3.5rem;
  bottom: -3.5rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 1.4rem rgba(255, 255, 255, 0.04);
}

.season-back-number {
  position: absolute;
  top: 0.65rem;
  right: 0.95rem;
  color: rgba(255, 255, 255, 0.1);
  font: italic 700 7rem/1 "Teko", sans-serif;
  text-shadow: 0 0 1.2rem rgba(237, 23, 58, 0.42);
  transform: skewX(-7deg);
}

.season-back-logo {
  width: 1.9rem;
  height: auto;
  margin-bottom: 0.65rem;
  display: block;
  filter: drop-shadow(0 0 0.55rem rgba(237, 23, 58, 0.5));
}

.season-back-title {
  max-width: 10ch;
  display: block;
  color: var(--ubl-white);
  font: 900 clamp(1.85rem, 7.5vw, 2.65rem)/0.9 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.season-back-description {
  max-width: 28rem;
  margin-top: 0.65rem;
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font: 600 0.95rem/1.55 "IBM Plex Sans", sans-serif;
}

.season-back-cue {
  margin-top: 0.65rem;
}

.season-mobile-progress {
  min-height: 4.4rem;
  padding: 0.75rem 1rem 0.95rem;
  display: grid;
  grid-template-columns: auto minmax(3.5rem, 1fr);
  gap: 0.35rem 0.8rem;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(2, 15, 34, 0.86);
}

.season-mobile-count {
  color: var(--ubl-white);
  font: 700 1rem/1 "IBM Plex Sans", sans-serif;
  letter-spacing: 0.04em;
}

.season-mobile-count strong {
  color: #ff9aac;
  font-size: 1.1rem;
}

.season-mobile-dots {
  display: flex;
  justify-content: flex-end;
  gap: 0.4rem;
}

.season-mobile-dots i {
  width: 0.48rem;
  height: 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: transparent;
  transition: width 180ms ease, border-radius 180ms ease, background-color 180ms ease;
}

.season-mobile-dots i.is-active {
  width: 1.35rem;
  border-color: var(--ubl-red);
  border-radius: 999px;
  background: var(--ubl-red);
}

.season-mobile-hint {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.season-motion-ready .season-path::before {
  transform: scaleY(0);
}

.season-motion-ready .season-flip-card,
.season-motion-ready .season-node {
  opacity: 0;
}

.season-motion-ready .season-flip-card {
  translate: 0 1rem;
}

.season-motion-ready .season-node {
  scale: 0.25;
}

.season-motion-ready.season-motion-visible .season-path::before {
  transform: scaleY(1);
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.season-motion-ready.season-motion-visible .season-flip-card {
  opacity: 1;
  translate: 0 0;
  transition:
    opacity 420ms ease var(--season-delay),
    translate 560ms cubic-bezier(0.22, 1, 0.36, 1) var(--season-delay);
}

.season-motion-ready.season-motion-visible .season-node {
  opacity: 1;
  scale: 1;
  transition:
    opacity 180ms ease calc(var(--season-delay) + 170ms),
    scale 320ms cubic-bezier(0.22, 1, 0.36, 1) calc(var(--season-delay) + 170ms);
}

.commitments-section {
  position: relative;
  isolation: isolate;
  margin-top: clamp(1.25rem, 3vw, 2.5rem);
  overflow: hidden;
  border-top: 0.4rem solid var(--ubl-red);
  color: var(--ubl-white);
  background-color: #1a2b3e;
}

.commitments-background {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.commitments-background img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.commitments-section > :not(.commitments-background) {
  position: relative;
  z-index: 1;
}

.commitments-heading {
  padding: 1.5rem 1rem;
  color: var(--ubl-white);
  background: rgba(2, 15, 34, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  text-align: center;
}

.lineup-eyebrow {
  margin: 0 0 0.55rem;
  color: #ff9aac;
  font: 800 0.875rem/1 "IBM Plex Sans", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.commitments-heading h2 {
  margin: 0 0 0.45rem;
  color: var(--ubl-white);
  font: 900 clamp(2.35rem, 10vw, 5rem)/0.9 "Barlow Condensed", sans-serif;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.commitments-heading .lineup-intro {
  max-width: 46rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 2vw, 1.08rem);
  line-height: 1.55;
}

.lineup-stage {
  padding: 0.85rem;
  background: rgba(2, 15, 34, 0.58);
}

.commitment-lineup {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
  list-style: none;
}

.commitment {
  min-width: 0;
}

.commitment details {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(2, 15, 34, 0.92);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.commitment summary {
  min-height: 4.75rem;
  position: relative;
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  cursor: pointer;
  list-style: none;
}

.commitment summary::-webkit-details-marker {
  display: none;
}

.roster-portrait {
  min-height: 4.75rem;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.roster-logo-frame {
  width: 2.8rem;
  aspect-ratio: 1;
  padding: 0.18rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: #10243d;
  box-shadow: inset 0 -0.18rem 0 rgba(227, 19, 49, 0.92), 0 0 0 2px rgba(2, 15, 34, 0.94), 0 0.45rem 0.8rem rgba(0, 0, 0, 0.3);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.roster-card-icon {
  color: var(--ubl-white);
  font-family: "Material Symbols Rounded";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 24;
  text-shadow: none;
  transition: transform 180ms ease;
}

.commitment-character .roster-card-icon {
  font-size: 1.73rem;
}

.commitment-lasting .roster-card-icon {
  font-size: 1.76rem;
}

.roster-number {
  position: absolute;
  right: 0.3rem;
  bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.9);
  font: 700 1.7rem/0.8 "Teko", sans-serif;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  text-shadow: 0 0.16rem 0 rgba(2, 15, 34, 0.95), 0 0.35rem 0.55rem rgba(0, 0, 0, 0.78);
}

.roster-nameplate {
  min-width: 0;
  padding: 0.75rem 0.8rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
  align-items: center;
  color: var(--ubl-white);
  background: var(--ubl-red);
  transition: color 160ms ease, background 160ms ease;
}

.roster-title {
  min-height: 1.9em;
  display: grid;
  align-items: center;
  font: 800 clamp(1.25rem, 5.5vw, 1.65rem)/0.95 "Barlow Condensed", sans-serif;
  letter-spacing: -0.01em;
  text-wrap: balance;
  text-transform: uppercase;
}

.roster-expand-cue {
  width: 0.65rem;
  height: 0.65rem;
  margin: -0.2rem 0.15rem 0 0;
  border-right: 0.14rem solid currentColor;
  border-bottom: 0.14rem solid currentColor;
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.commitment details[open] .roster-expand-cue {
  margin-top: 0.2rem;
  transform: rotate(225deg);
}

.commitment summary:hover .roster-nameplate,
.commitment summary:focus-visible .roster-nameplate {
  color: var(--ubl-white);
  background: #f51d3d;
}

.commitment details[open] .roster-nameplate {
  color: var(--ubl-navy);
  background: var(--ubl-white);
}

@media (hover: hover) and (pointer: fine) {
  .commitment details:hover {
    z-index: 2;
    border-color: rgba(255, 255, 255, 0.62);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(227, 19, 49, 0.36);
    transform: translateY(-0.4rem);
  }

  .commitment summary:hover .roster-logo-frame,
  .commitment summary:focus-visible .roster-logo-frame {
    border-color: var(--ubl-white);
    background-color: #173453;
    box-shadow: inset 0 -0.22rem 0 var(--ubl-red), 0 0 0 2px rgba(227, 19, 49, 0.95), 0 0 1.15rem rgba(227, 19, 49, 0.32);
    transform: translateY(-0.2rem) scale(1.05);
  }

  .commitment summary:hover .roster-card-icon,
  .commitment summary:focus-visible .roster-card-icon {
    transform: translateY(-0.12rem) scale(1.06);
  }
}

.commitment p {
  margin: 0;
  padding: 0.9rem 1rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.55;
}

.testimonial-break {
  margin-top: clamp(1.25rem, 3vw, 2.5rem);
  overflow: hidden;
  border-top: 0.35rem solid var(--ubl-red);
  background: var(--ubl-navy);
}

.testimonial-break > img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  display: block;
  object-fit: cover;
  object-position: center;
}

.testimonial-break::after {
  display: none;
}

.testimonial-break figcaption {
  padding: 1.4rem 1.25rem 1.5rem;
  color: var(--ubl-white);
  background: var(--ubl-navy);
}

.testimonial-break blockquote {
  margin: 0;
  color: var(--ubl-white);
  font: 800 clamp(1.55rem, 6.5vw, 2.65rem)/1.1 "Barlow Condensed", sans-serif;
}

.testimonial-break cite {
  margin-top: 0.9rem;
  display: block;
  color: #ff9aac;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-break cite span {
  margin-left: 0.4rem;
  color: rgba(255, 255, 255, 0.72);
}

.testimonial-break cite span::before {
  content: "\00b7";
  margin-right: 0.4rem;
  color: var(--ubl-red);
}

.leadership-section {
  margin-top: clamp(1.25rem, 3vw, 2.5rem);
  overflow: hidden;
  border-top: 0.4rem solid var(--ubl-red);
  color: var(--ubl-white);
  background: var(--ubl-navy);
}

.leadership-heading {
  padding: clamp(1.5rem, 5vw, 2.75rem) clamp(1.25rem, 5vw, 3.5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.leadership-heading h2 {
  margin: 0;
  color: var(--ubl-white);
  font: 900 clamp(2.7rem, 10vw, 4.8rem)/0.9 "Barlow Condensed", sans-serif;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.leadership-heading p {
  max-width: 43rem;
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.6;
}

.leadership-heading strong {
  display: block;
  margin-top: 1rem;
  color: #ff9aac;
  font: 700 2rem/1 "Teko", sans-serif;
  letter-spacing: 0.04em;
}

.leadership-section .leadership-grid {
  padding: 1rem;
  display: grid;
  gap: 1rem;
}

.leadership-section .leader-card {
  min-width: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  align-items: start;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 0.35rem solid var(--ubl-red);
  border-radius: 0;
  color: var(--ubl-white);
  background: #071a31;
}

.leader-visual {
  width: 6rem;
  aspect-ratio: 1;
  margin: 1rem 0.75rem 1rem 1rem;
  position: relative;
  grid-column: 1;
  grid-row: 1 / span 2;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  background: #102b4a;
  box-shadow: inset 0 -0.25rem 0 var(--ubl-red);
}

.leader-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 30%;
}

.leader-monogram {
  display: grid;
  place-items: center;
}

.leader-monogram img {
  width: 78%;
  height: 78%;
  position: absolute;
  inset: 11%;
  object-fit: contain;
  opacity: 0.16;
}

.leader-monogram span {
  position: relative;
  z-index: 1;
  color: var(--ubl-white);
  font: 700 3.2rem/1 "Teko", sans-serif;
  letter-spacing: 0.02em;
}

.leader-profile {
  display: contents;
}

.leadership-section .leader-role {
  padding: 1rem 1rem 0 0;
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  color: #ff9aac;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.leadership-section .leader-card h3 {
  margin: 0.28rem 0 0;
  padding: 0 1rem 1rem 0;
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  color: var(--ubl-white);
  font: 900 clamp(1.8rem, 7vw, 2.35rem)/0.92 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.leadership-section .leader-card p {
  margin: 0;
  padding: 1rem 1rem 1.2rem;
  grid-column: 1 / -1;
  grid-row: 3;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.62;
}

.contact-callout.section-wrap {
  border-top: 0.4rem solid #e31331;
  border-radius: 0;
  background: #020f22;
  box-shadow: none;
}

.about-page .contact-callout > div > span {
  font-size: 0.8125rem;
}

.about-page .contact-callout p {
  font-size: 1rem;
  line-height: 1.58;
}

.about-page .contact-email {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.about-page .page-paths a {
  width: 100%;
  min-height: 3rem;
  display: flex;
  align-items: center;
}

.about-page .page-paths a + a {
  border-top: 1px solid rgba(2, 15, 34, 0.12);
}

@media (min-width: 640px) {
  .about-page .page-paths a {
    width: auto;
    min-height: 2.75rem;
  }

  .about-page .page-paths a + a {
    border-top: 0;
  }

  .winning-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .winning-actions details {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }

  .winning-actions details:first-child {
    border-left: 0;
  }

  .commitment-lineup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (min-width: 768px) {
  .league-identity {
    display: block;
  }

  .identity-lead {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: end;
    gap: clamp(1.5rem, 4vw, 3.5rem);
    padding-block: clamp(1.35rem, 2.2vw, 1.75rem);
  }

  .identity-lead h2 {
    max-width: none;
    margin: 0;
    white-space: nowrap;
  }

  .identity-lead p {
    max-width: 48rem;
  }

  .identity-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .identity-fact {
    min-height: 9rem;
    padding: 1rem 1.15rem;
    display: grid;
    grid-template-columns: 2.6rem minmax(0, 1fr);
    column-gap: 0.8rem;
    align-content: center;
    border-top: 0;
    border-left: 1px solid var(--ubl-line);
    box-shadow: none;
  }

  .identity-fact.is-expanded {
    box-shadow: none;
  }

  .identity-fact:first-child {
    border-left: 0;
  }

  .identity-fact dt {
    grid-column: 1 / -1;
  }

  .identity-toggle,
  .identity-toggle:hover,
  .identity-toggle:focus-visible,
  .identity-fact.is-expanded .identity-toggle {
    min-height: 0;
    padding: 0;
    grid-column: 1 / -1;
    grid-template-columns: 2.6rem minmax(0, 1fr);
    gap: 0.8rem;
    background: transparent;
    cursor: default;
  }

  .identity-toggle:focus-visible {
    outline: 0;
  }

  .identity-cue {
    display: none;
  }

  .identity-panel,
  .identity-facts.is-ready .identity-panel,
  .identity-facts.is-ready .identity-fact.is-expanded .identity-panel {
    max-height: none;
    margin-top: 0.35rem;
    padding: 0;
    grid-column: 2;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    transition: none;
  }

  .winning-section {
    grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.95fr);
  }

  .winning-photo {
    min-height: 34rem;
    aspect-ratio: auto;
    border-right: 0.35rem solid var(--ubl-red);
    border-bottom: 0;
  }

  .winning-photo::after {
    background: linear-gradient(90deg, rgba(2, 15, 34, 0.04), rgba(2, 15, 34, 0.42));
  }

  .winning-copy {
    padding: clamp(1.5rem, 6vw, 3.75rem) clamp(1.25rem, 5vw, 4.25rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .winning-copy h2 {
    font-size: clamp(4rem, 6.5vw, 6.5rem);
  }

  .winning-actions {
    grid-column: 1 / -1;
  }

  .season-heading,
  .leadership-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
  }

  .leadership-heading strong {
    margin-top: 0;
    flex: 0 0 auto;
  }

  .testimonial-break {
    min-height: 36rem;
    position: relative;
    border-top: 0;
    aspect-ratio: 16 / 7;
  }

  .testimonial-break > img {
    height: 100%;
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
    object-position: 51% center;
  }

  .testimonial-break::after {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    background: linear-gradient(90deg, rgba(2, 15, 34, 0.05) 35%, rgba(2, 15, 34, 0.88) 100%);
  }

  .testimonial-break figcaption {
    max-width: 42rem;
    margin: 0;
    padding: clamp(1.75rem, 4vw, 3rem);
    position: absolute;
    top: 50%;
    right: clamp(1.5rem, 5vw, 4rem);
    bottom: auto;
    left: auto;
    z-index: 1;
    border-left: 0.35rem solid var(--ubl-red);
    background: rgba(2, 15, 34, 0.9);
    transform: translateY(-50%);
  }

  .leadership-section .leadership-grid {
    padding: clamp(1.25rem, 3vw, 2.5rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .leadership-section .leader-card {
    grid-template-rows: auto;
  }

  .leader-visual {
    grid-row: auto;
  }

  .leader-profile {
    min-width: 0;
    padding: 1rem 1rem 1.15rem 0;
    display: block;
  }

  .leadership-section .leader-role,
  .leadership-section .leader-card h3,
  .leadership-section .leader-card p {
    padding: 0;
    display: block;
    border-top: 0;
  }

  .leadership-section .leader-card h3 {
    margin: 0.28rem 0 0.65rem;
  }
}

@media (min-width: 1024px) {
  .season-path {
    padding: 0 0 2.1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    isolation: isolate;
  }

  .season-path::before {
    display: none;
  }

  .season-stage,
  .season-stage:nth-child(2) {
    padding-bottom: 0;
    border-top: 0;
  }

  .season-stage + .season-stage {
    border-left: 0;
  }

  .season-flip-card {
    height: 23.5rem;
  }

  .season-card-front {
    grid-template-rows: minmax(0, 1fr) 8.3rem;
  }

  .season-media::after {
    height: 0.28rem;
  }

  .season-stage-programs {
    z-index: 4;
  }

  .season-stage-compete {
    z-index: 3;
  }

  .season-stage-standings {
    z-index: 2;
  }

  .season-stage-championship {
    z-index: 1;
  }

  .season-copy {
    padding: 1.85rem 1rem 0.8rem;
  }

  .season-step {
    width: 3.65rem;
    padding: 0;
    top: auto;
    bottom: 1.45rem;
    left: 1.3rem;
    font-size: 4.15rem;
  }

  .season-node {
    width: 0.7rem;
    height: 0.7rem;
    top: -0.48rem;
    left: 1rem;
    border-width: 0.14rem;
    box-shadow: 0 0 0 0.14rem var(--ubl-red);
  }

  .season-front-title {
    min-height: 3.5rem;
    font-size: clamp(1.45rem, 1.75vw, 1.95rem);
  }

  .season-flip-cue {
    min-height: 2.75rem;
    font-size: 0.875rem;
  }

  .season-card-back {
    padding: clamp(1.15rem, 1.7vw, 1.65rem);
  }

  .season-back-number {
    font-size: clamp(5.5rem, 7vw, 7rem);
  }

  .season-back-title {
    font-size: clamp(1.85rem, 2.35vw, 2.5rem);
  }

  .season-back-description {
    font-size: clamp(0.82rem, 0.9vw, 0.95rem);
  }

  .season-motion-ready .season-media::after {
    transform: scaleX(0);
  }

  .season-motion-ready.season-motion-visible .season-media::after {
    transform: scaleX(1);
    transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1) var(--season-delay);
  }

  .lineup-stage {
    padding: clamp(1.5rem, 3vw, 2.75rem);
  }

  .commitment-lineup {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
    gap: 0.55rem;
  }

  .commitment {
    display: block;
  }

  .commitment details {
    width: 100%;
  }

  .commitment summary {
    min-height: 17rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(12rem, 1fr) auto;
  }

  .roster-portrait {
    min-height: 12rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .roster-logo-frame {
    width: clamp(5rem, 6vw, 6.5rem);
    padding: 0.3rem;
  }

  .roster-card-icon {
    font-size: clamp(3rem, 4.1vw, 4rem);
  }

  .commitment-character .roster-card-icon {
    font-size: clamp(3.24rem, 4.43vw, 4.32rem);
  }

  .commitment-lasting .roster-card-icon {
    font-size: clamp(3.3rem, 4.51vw, 4.4rem);
  }

  .roster-number {
    right: 0.55rem;
    bottom: 0.45rem;
    font-size: clamp(2.1rem, 2.5vw, 2.75rem);
  }

  .roster-nameplate {
    min-height: 5rem;
    padding: 0.7rem 0.75rem;
  }

  .roster-title {
    font-size: clamp(1rem, 1.45vw, 1.4rem);
  }

  .roster-expand-cue {
    display: none;
  }

  .commitment p {
    padding: 1rem;
    font-size: 0.93rem;
  }

  .leadership-section .leader-card {
    grid-template-columns: 9.25rem minmax(0, 1fr);
  }

  .leader-visual {
    width: 7.25rem;
    margin: 1.25rem 1rem 1.25rem 1.25rem;
  }

  .leader-profile {
    padding: 1.25rem 1.25rem 1.4rem 0;
  }
}

/* Concept 7 playboard: a square 2x2 season journey built from live controls. */
@media (min-width: 768px) {
  .league-profile,
  .winning-section,
  .commitments-section,
  .testimonial-break,
  .leadership-section {
    width: min(calc(100% - 1rem), 92rem);
  }

  .season-section {
    width: 100%;
  }

  .season-heading {
    min-height: 12rem;
    padding: clamp(1.6rem, 3vw, 2.6rem) clamp(1.5rem, 4vw, 3.25rem);
    align-items: center;
    justify-content: center;
  }

  .season-heading h1 {
    font-size: clamp(3.35rem, 8.4vw, 7.4rem);
  }

  .season-path {
    width: min(100%, 92rem);
    padding: 0.75rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(20rem, 1fr));
    gap: 0.2rem;
    overflow: visible;
    overscroll-behavior-inline: auto;
    scroll-padding-inline: 0;
    scroll-snap-type: none;
    isolation: isolate;
  }

  .season-path::before {
    display: none;
  }

  .season-stage,
  .season-stage:nth-child(2) {
    flex: initial;
    min-height: 0;
    padding-bottom: 0;
    border: 0;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }

  .season-stage + .season-stage {
    border-left: 0;
  }

  .season-flip-card {
    height: 100%;
    min-height: 20rem;
  }

  .season-card-inner {
    transition: transform 720ms cubic-bezier(0.2, 0.72, 0.14, 1);
  }

  .season-card-front {
    grid-template-rows: minmax(0, 1fr) 7rem;
    border-color: rgba(255, 255, 255, 0.24);
  }

  .season-media::after {
    height: 0.3rem;
  }

  .season-copy {
    padding: 1.5rem 1rem 0.75rem;
  }

  .season-step {
    width: 3.85rem;
    top: auto;
    bottom: 1.5rem;
    left: 1.35rem;
    font-size: 4.35rem;
  }

  .season-node {
    display: block;
    width: 0.72rem;
    height: 0.72rem;
    top: -0.5rem;
    left: 1.1rem;
    border-width: 0.15rem;
    box-shadow: 0 0 0 0.15rem var(--ubl-red);
  }

  .season-front-title {
    min-height: 2.75rem;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
  }

  .season-flip-cue {
    min-height: 2.75rem;
    font-size: 0.875rem;
  }

  .season-card-back {
    padding: clamp(1.35rem, 3vw, 2.25rem);
  }

  .season-back-number {
    font-size: clamp(6rem, 10vw, 8.2rem);
  }

  .season-back-title {
    max-width: 13ch;
    font-size: clamp(2.15rem, 4vw, 3.35rem);
  }

  .season-back-description {
    max-width: 32rem;
    font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  }

  .season-mobile-progress {
    display: none;
  }

  .commitments-heading {
    padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 4vw, 3rem);
  }
}

@media (min-width: 1024px) {
  .season-section {
    display: block;
  }

  .season-heading {
    min-height: 0;
    padding-block: clamp(1.65rem, 2.6vw, 2.55rem);
  }

  .season-path {
    min-height: 0;
    height: auto;
    aspect-ratio: 1.3 / 1;
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .season-stage,
  .season-flip-card,
  .season-card-inner {
    min-height: 0;
    height: 100%;
  }

  .season-card-front {
    grid-template-rows: minmax(0, 1fr) clamp(6.6rem, 8.2vw, 7.5rem);
  }

  .season-front-title {
    font-size: clamp(1.75rem, 2.45vw, 2.35rem);
  }

  .season-back-logo {
    width: clamp(1.6rem, 2.4vw, 2.15rem);
  }

}

/* League identity board: a courtside scouting report instead of a generic card. */
.league-identity {
  position: relative;
  isolation: isolate;
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--ubl-white);
  background:
    linear-gradient(118deg, rgba(2, 15, 34, 0.98), rgba(4, 31, 61, 0.94)),
    url("assets/optimized/ubl-about-playbook-texture.webp") center / cover;
  box-shadow: 0 1.1rem 2.4rem rgba(2, 15, 34, 0.16);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0 100%);
}

.league-identity::before {
  content: "";
  width: clamp(13rem, 44vw, 24rem);
  aspect-ratio: 1;
  position: absolute;
  top: -6.5rem;
  right: -7rem;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  box-shadow:
    0 0 0 clamp(2.8rem, 8vw, 5rem) rgba(255, 255, 255, 0.025),
    inset 0 0 0 1px rgba(227, 19, 49, 0.08);
}

.identity-lead {
  position: relative;
  z-index: 1;
  padding: clamp(1.65rem, 6vw, 3.25rem) clamp(1.2rem, 5vw, 3.5rem);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(227, 19, 49, 0.12), transparent 47%),
    rgba(2, 15, 34, 0.72);
}

.identity-lead::after {
  content: "UBL";
  position: absolute;
  right: -0.06em;
  bottom: -0.28em;
  color: transparent;
  font: italic 700 clamp(7rem, 30vw, 12rem)/0.8 "Teko", sans-serif;
  letter-spacing: -0.06em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.055);
  pointer-events: none;
}

.identity-lead .identity-eyebrow {
  max-width: none;
  margin: 0 0 0.8rem;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  color: #ff91a5;
  font: 800 0.75rem/1 "IBM Plex Sans", sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.identity-eyebrow span + span {
  color: rgba(255, 255, 255, 0.54);
}

.identity-eyebrow span + span::before {
  content: "//";
  margin-right: 0.7rem;
  color: var(--ubl-red);
}

.identity-lead h2 {
  max-width: none;
  margin: 0 0 0.9rem;
  position: relative;
  z-index: 1;
  color: var(--ubl-white);
  font: 900 clamp(3.35rem, 14vw, 5.5rem)/0.78 "Barlow Condensed", sans-serif;
  letter-spacing: -0.045em;
}

.identity-lead h2 span {
  color: var(--ubl-white);
}

.identity-lead h2 em {
  color: var(--ubl-red);
  font-family: "Teko", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.06em;
  text-shadow: 0.08em 0.07em 0 rgba(0, 0, 0, 0.38);
}

.identity-lead .identity-summary {
  max-width: 42rem;
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 2.8vw, 1.08rem);
  line-height: 1.62;
}

.identity-facts {
  padding: 0.72rem;
  gap: 0.42rem;
  position: relative;
  z-index: 1;
  background: rgba(0, 7, 18, 0.34);
}

.identity-fact,
.identity-fact:first-child {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 27, 51, 0.9);
  box-shadow: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.6rem), calc(100% - 0.6rem) 100%, 0 100%);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.identity-fact::after {
  content: "";
  width: 0.18rem;
  position: absolute;
  inset: 0 auto 0 0;
  background: var(--ubl-red);
  opacity: 0;
  transform: scaleY(0.45);
  transition: opacity 180ms ease, transform 220ms ease;
}

.identity-fact.is-expanded {
  border-color: rgba(227, 19, 49, 0.66);
  background: rgba(10, 37, 68, 0.96);
  box-shadow: inset 0 0 1.4rem rgba(227, 19, 49, 0.08);
}

.identity-fact.is-expanded::after {
  opacity: 1;
  transform: scaleY(1);
}

.identity-toggle {
  min-height: 4.8rem;
  padding: 0.72rem 0.8rem;
  grid-template-columns: 2.25rem 2.75rem minmax(0, 1fr) 2.55rem;
  gap: 0.55rem;
  color: var(--ubl-white);
}

.identity-toggle:hover,
.identity-toggle:focus-visible,
.identity-fact.is-expanded .identity-toggle {
  background: rgba(255, 255, 255, 0.035);
}

.identity-toggle:focus-visible {
  outline-color: var(--ubl-white);
}

.identity-index {
  color: #ff4966;
  font-size: 1.85rem;
  text-align: left;
  text-shadow: 0.08rem 0.12rem 0 rgba(0, 0, 0, 0.64);
}

.identity-symbol {
  width: 2.75rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--ubl-white);
  background: rgba(255, 255, 255, 0.055);
  font-family: "Material Symbols Rounded";
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 24;
  transform: rotate(-2deg);
}

.identity-symbol-svg svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
}

.identity-fact:nth-child(2) .identity-symbol {
  transform: rotate(2deg);
}

.identity-label {
  color: var(--ubl-white);
  font-size: clamp(1.25rem, 5.6vw, 1.55rem);
  letter-spacing: 0.015em;
}

.identity-cue {
  width: 2.55rem;
  height: 2.55rem;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.12);
}

.identity-cue::before,
.identity-cue::after {
  background: #ff4966;
}

.identity-toggle[aria-expanded="true"] .identity-cue {
  border-color: #ff4966;
  background: rgba(227, 19, 49, 0.12);
}

.identity-panel {
  padding: 0 1rem 1.15rem 6.85rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
  line-height: 1.58;
}

.identity-facts.is-ready .identity-fact.is-expanded .identity-panel {
  padding-bottom: 1.15rem;
}

@media (min-width: 768px) {
  .league-identity {
    display: grid;
    grid-template-columns: minmax(18rem, 0.82fr) minmax(0, 1.55fr);
  }

  .identity-lead {
    padding: clamp(1.8rem, 3.2vw, 3.1rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 0;
  }

  .identity-lead h2 {
    margin: 0 0 1rem;
    white-space: normal;
  }

  .identity-lead .identity-summary {
    max-width: 31rem;
  }

  .identity-facts {
    padding: 0.7rem;
    grid-template-columns: 1fr;
    gap: 0.28rem;
    align-content: stretch;
  }

  .identity-fact,
  .identity-fact:first-child {
    min-height: 0;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(12.5rem, 0.78fr) minmax(0, 1fr);
    column-gap: 0;
    align-content: stretch;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }

  .identity-fact dt {
    grid-column: auto;
  }

  .identity-toggle,
  .identity-toggle:hover,
  .identity-toggle:focus-visible,
  .identity-fact.is-expanded .identity-toggle {
    min-height: 100%;
    padding: 0.85rem 0.95rem;
    grid-column: auto;
    grid-template-columns: 2.25rem 2.75rem minmax(0, 1fr);
    gap: 0.6rem;
    background: transparent;
  }

  .identity-index {
    font-size: 1.8rem;
  }

  .identity-label {
    font-size: clamp(1.2rem, 2vw, 1.55rem);
  }

  .identity-cue {
    display: none;
  }

  .identity-panel,
  .identity-facts.is-ready .identity-panel,
  .identity-facts.is-ready .identity-fact.is-expanded .identity-panel {
    max-height: none;
    min-height: 100%;
    margin: 0;
    padding: 0.9rem 1.2rem;
    display: flex;
    grid-column: auto;
    align-items: center;
    overflow: visible;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.67);
    opacity: 1;
    visibility: visible;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .league-profile *,
  .winning-section *,
  .season-section *,
  .commitments-section *,
  .testimonial-break *,
  .leadership-section * {
    scroll-behavior: auto;
    transition-duration: 0.01ms !important;
  }

  .season-motion-ready .season-path::before,
  .season-motion-ready .season-media::after {
    transform: none;
  }

  .season-motion-ready .season-flip-card,
  .season-motion-ready .season-node {
    opacity: 1;
    scale: 1;
    translate: 0 0;
  }

  .season-card-inner,
  .season-flip-card.is-flipped .season-card-inner {
    transform: none;
  }

  .season-card-back {
    opacity: 0;
    visibility: hidden;
    transform: none;
  }

  .season-flip-card.is-flipped .season-card-front {
    opacity: 0;
    visibility: hidden;
  }

  .season-flip-card.is-flipped .season-card-back {
    opacity: 1;
    visibility: visible;
  }
}
