/* CPL 2026 venue profiles — night-stadium dossier */
.venue-profile-2026 {
  --vp-bg: #07091a;
  --vp-bg-2: #0b1025;
  --vp-panel: #10162d;
  --vp-panel-2: #151d38;
  --vp-text: #f7f8fc;
  --vp-muted: #aab5ce;
  --vp-line: rgba(255, 255, 255, .12);
  --vp-gold: #ffcc12;
  --vp-cyan: #42d4e7;
  --vp-green: #92db52;
  background: var(--vp-bg);
  color: var(--vp-text);
}

.venue-profile-2026 main {
  overflow: clip;
  color: var(--vp-text);
  background:
    radial-gradient(circle at 88% 5%, rgba(66, 212, 231, .08), transparent 27rem),
    var(--vp-bg);
}

.venue-profile-breadcrumbs {
  width: min(1320px, calc(100% - 48px));
  max-width: none;
  padding: 22px 0;
  border: 0;
  background: transparent;
}

.venue-profile-breadcrumbs ol {
  color: #7f8ca8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.venue-profile-breadcrumbs a {
  color: #aeb9cf;
}

.venue-profile-breadcrumbs li + li::before {
  color: rgba(255, 255, 255, .25);
  content: "—";
}

.venue-profile-breadcrumbs [aria-current="page"] {
  color: var(--vp-gold);
}

.venue-profile-stage {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr);
  gap: 0;
  align-items: stretch;
  width: min(1320px, calc(100% - 48px));
  min-height: 590px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--vp-line);
  border-radius: 16px;
  background: var(--vp-bg-2);
  box-shadow: 0 28px 74px rgba(0, 0, 0, .32);
}

.venue-profile-stage::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 0;
  background:
    linear-gradient(90deg, var(--vp-gold) 0 14%, var(--vp-cyan) 14% 24%, transparent 24%) top left / 100% 5px no-repeat,
    radial-gradient(circle at 14% 78%, rgba(255, 204, 18, .11), transparent 18rem),
    linear-gradient(120deg, transparent 0 57%, rgba(66, 212, 231, .08) 57% 57.3%, transparent 57.3%);
  content: "";
}

.venue-profile-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 5.2vw, 74px);
}

.venue-profile-kicker,
.venue-profile-index {
  margin: 0;
  color: var(--vp-gold);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.venue-profile-stage h1,
.venue-profile-story h2,
.venue-profile-highlights h2,
.venue-profile-fixtures h2,
.venue-profile-plan h2,
.venue-profile-more h2,
.venue-profile-faq h2 {
  font-family: "Aptos Display", "Trebuchet MS", sans-serif;
  font-weight: 900;
  letter-spacing: -.055em;
}

.venue-profile-stage h1 {
  max-width: 670px;
  margin: 16px 0 0;
  color: var(--vp-text);
  font-size: clamp(56px, 6vw, 88px);
  line-height: .88;
  text-wrap: balance;
}

.venue-profile-tagline {
  max-width: 590px;
  margin: 27px 0 0;
  padding: 0;
  border: 0;
  color: #cbd4e7;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.6;
}

.venue-profile-location {
  gap: 12px;
  margin-top: 24px;
  color: var(--vp-text);
  font-size: 10px;
}

.venue-profile-location i {
  background: var(--vp-green);
  box-shadow: 0 0 0 5px rgba(146, 219, 82, .11);
}

.venue-profile-actions {
  gap: 10px;
  margin-top: 29px;
}

.venue-profile-actions .button {
  min-height: 50px;
  padding-inline: 19px;
  border-radius: 7px;
}

.venue-profile-actions .button.primary {
  border-color: var(--vp-gold);
  background: var(--vp-gold);
  color: #171200;
}

.venue-profile-actions .button.secondary {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .055);
  color: var(--vp-text);
}

.venue-profile-photo {
  position: relative;
  align-self: stretch;
  min-height: 590px;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-left: 1px solid var(--vp-line);
  border-radius: 0;
  background: #050817;
  box-shadow: none;
}

.venue-profile-photo::after {
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 6, 18, .03) 28%, rgba(3, 6, 18, .94));
}

.venue-profile-photo > img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
  filter: saturate(.98) contrast(1.06) brightness(.88);
}

.venue-profile-photo > figcaption {
  right: 32px;
  bottom: 30px;
  left: 32px;
  grid-template-columns: auto minmax(0, 1fr);
}

.venue-profile-photo > figcaption span {
  color: var(--vp-gold);
  font-size: 46px;
}

.venue-profile-photo > figcaption strong {
  color: var(--vp-text);
  font-size: 21px;
}

.venue-profile-photo > figcaption small {
  color: #c6d0e3;
}

.venue-profile-stat-rail {
  position: relative;
  z-index: 2;
  grid-template-columns: .72fr .88fr 1.2fr 1.2fr;
  gap: 10px;
  width: min(1320px, calc(100% - 48px));
  margin: 12px auto 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.venue-profile-stat-rail div {
  min-height: 100px;
  padding: 19px 21px;
  border: 1px solid var(--vp-line);
  border-radius: 9px;
  background: var(--vp-panel);
}

.venue-profile-stat-rail div:last-child {
  border-right: 1px solid var(--vp-line);
}

.venue-profile-stat-rail small {
  color: var(--vp-cyan);
}

.venue-profile-stat-rail strong,
.venue-profile-stat-rail div:first-child strong {
  color: var(--vp-text);
  font-size: 20px;
}

.venue-profile-stat-rail div:first-child strong {
  color: var(--vp-gold);
  font-size: 31px;
}

.venue-profile-stat-rail span {
  color: var(--vp-muted);
}

.venue-profile-story {
  grid-template-columns: minmax(230px, .62fr) minmax(0, 1.2fr) minmax(290px, .72fr);
  gap: 42px 58px;
  width: min(1320px, calc(100% - 48px));
  padding: 94px 0;
}

.venue-profile-story h2,
.venue-profile-highlights h2,
.venue-profile-fixtures h2,
.venue-profile-plan h2,
.venue-profile-more h2,
.venue-profile-faq h2 {
  margin: 10px 0 0;
  color: var(--vp-text);
  font-size: clamp(40px, 4.7vw, 64px);
  line-height: .92;
}

.venue-profile-prose p {
  color: #c6d0e3;
  font-size: 16px;
  line-height: 1.78;
}

.venue-profile-prose p:first-child {
  color: var(--vp-text);
  font-size: 18px;
}

.venue-profile-story aside {
  overflow: hidden;
  border: 1px solid var(--vp-line);
  border-radius: 10px;
  background: var(--vp-panel);
}

.venue-profile-story aside > small {
  border-bottom-color: var(--vp-line);
  color: var(--vp-gold);
}

.venue-profile-story dl div {
  border-bottom-color: var(--vp-line);
}

.venue-profile-story dt {
  color: #7f8ca8;
}

.venue-profile-story dd {
  color: var(--vp-text);
}

.venue-profile-highlights {
  padding: 86px max(24px, calc((100vw - 1320px) / 2)) 92px;
  border-block: 1px solid rgba(255, 255, 255, .07);
  background:
    radial-gradient(circle at 87% 9%, rgba(66, 212, 231, .09), transparent 25rem),
    #090d1e;
}

.venue-profile-highlights > div {
  gap: 12px;
  margin-top: 34px;
}

.venue-profile-highlights article {
  min-height: 245px;
  padding: 25px;
  border: 1px solid var(--vp-line);
  border-radius: 9px;
  background: var(--vp-panel);
}

.venue-profile-highlights article > span {
  color: rgba(255, 204, 18, .13);
}

.venue-profile-highlights article > small {
  color: var(--vp-cyan);
}

.venue-profile-highlights article h3 {
  color: var(--vp-text);
  font-size: 25px;
}

.venue-profile-highlights article p {
  color: var(--vp-muted);
}

.venue-profile-fixtures {
  width: min(1320px, calc(100% - 48px));
  padding: 90px 0;
}

.venue-profile-fixtures > header {
  grid-template-columns: minmax(0, 1fr) minmax(300px, .5fr);
  gap: 52px;
  margin-bottom: 32px;
}

.venue-profile-fixtures > header > p {
  color: var(--vp-muted);
}

.venue-fixture-list {
  border: 1px solid var(--vp-line);
  border-radius: 10px;
  background: var(--vp-panel);
}

.venue-fixture-list .venue-fixture-row {
  position: relative;
  display: grid;
  grid-template-columns: 48px 145px minmax(0, 1fr) 110px;
  gap: 18px;
  align-items: center;
  min-height: 86px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--vp-line);
  color: inherit;
  text-decoration: none;
  transition: background 160ms ease;
}

.venue-fixture-list .venue-fixture-row:last-child {
  border-bottom: 0;
}

.venue-fixture-list .venue-fixture-row:hover {
  background: var(--vp-panel-2);
}

.venue-fixture-list .venue-fixture-row:focus-visible {
  z-index: 1;
  outline: 2px solid var(--vp-gold);
  outline-offset: -3px;
}

.venue-fixture-list .venue-fixture-row > span {
  color: var(--vp-gold);
}

.venue-fixture-list time {
  color: #c6d0e3;
}

.venue-fixture-list h3 {
  color: var(--vp-text);
}

.venue-fixture-list .venue-fixture-row p {
  margin: 0;
  color: var(--vp-muted);
  font-size: 11px;
  text-align: right;
}

.venue-fixture-list .venue-fixture-row p strong {
  color: var(--vp-green);
  font-size: 16px;
}

.venue-profile-schedule-link {
  border-bottom-color: var(--vp-gold);
  color: var(--vp-muted);
}

.venue-profile-schedule-link a {
  color: var(--vp-text);
}

.venue-profile-schedule-link b {
  color: var(--vp-gold);
}

.venue-profile-plan {
  grid-template-columns: minmax(0, .72fr) minmax(480px, 1.28fr);
  gap: 70px;
  padding: 84px max(24px, calc((100vw - 1320px) / 2));
  border-block: 1px solid rgba(255, 255, 255, .07);
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 204, 18, .07), transparent 21rem),
    #0b1228;
}

.venue-profile-plan > div > p:last-child {
  color: var(--vp-muted);
}

.venue-profile-plan ul {
  gap: 10px;
  border: 0;
}

.venue-profile-plan li {
  min-height: 84px;
  padding: 13px 18px;
  border: 1px solid var(--vp-line);
  border-radius: 8px;
  background: var(--vp-panel);
}

.venue-profile-plan li > span {
  color: var(--vp-gold);
}

.venue-profile-plan li p {
  color: var(--vp-muted);
}

.venue-profile-plan li strong {
  color: var(--vp-text);
}

.venue-profile-more,
.venue-profile-faq {
  width: min(1320px, calc(100% - 48px));
  padding: 86px 0;
}

.venue-profile-more {
  border-top: 0;
}

.venue-profile-more > div {
  gap: 14px;
  margin-top: 32px;
}

.venue-profile-more > div > a {
  min-height: 270px;
  border: 1px solid var(--vp-line);
  border-radius: 10px;
  background: #050817;
}

.venue-profile-more img {
  height: 270px;
  opacity: .78;
}

.venue-profile-more small {
  color: var(--vp-gold);
}

.venue-profile-more strong {
  color: var(--vp-text);
  font-family: "Aptos Display", "Trebuchet MS", sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.venue-profile-more b {
  color: #c5d0e2;
}

.venue-profile-faq {
  padding-top: 0;
  padding-bottom: 96px;
}

.venue-profile-faq > div {
  gap: 12px;
  margin-top: 30px;
}

.venue-profile-faq article {
  min-height: 175px;
  padding: 24px;
  border: 1px solid var(--vp-line);
  border-top: 3px solid var(--vp-gold);
  border-radius: 8px;
  background: var(--vp-panel);
}

.venue-profile-faq article:nth-child(2) {
  border-top-color: var(--vp-cyan);
}

.venue-profile-faq article:nth-child(3) {
  border-top-color: var(--vp-green);
}

.venue-profile-faq h3 {
  color: var(--vp-text);
}

.venue-profile-faq article p {
  color: var(--vp-muted);
}

@media (max-width: 1100px) {
  .venue-profile-stage {
    grid-template-columns: 1fr;
  }

  .venue-profile-photo {
    max-width: none;
    min-height: 470px;
    border-top: 1px solid var(--vp-line);
    border-left: 0;
  }

  .venue-profile-photo > img {
    min-height: 470px;
  }

  .venue-profile-story {
    grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr);
  }

  .venue-profile-story aside {
    grid-column: 1 / -1;
  }

  .venue-profile-story aside dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .venue-profile-story dl div {
    border-right: 1px solid var(--vp-line);
  }

  .venue-profile-plan {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .venue-profile-breadcrumbs,
  .venue-profile-stage,
  .venue-profile-stat-rail,
  .venue-profile-story,
  .venue-profile-fixtures,
  .venue-profile-more,
  .venue-profile-faq {
    width: calc(100% - 32px);
  }

  .venue-profile-stage {
    margin-top: 0;
    border-radius: 11px;
  }

  .venue-profile-copy {
    padding: 48px 28px 40px;
  }

  .venue-profile-stage h1 {
    font-size: clamp(48px, 12vw, 72px);
  }

  .venue-profile-photo,
  .venue-profile-photo > img {
    min-height: 0;
    height: 360px;
  }

  .venue-profile-stat-rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .venue-profile-stat-rail div,
  .venue-profile-stat-rail div:nth-child(2),
  .venue-profile-stat-rail div:nth-child(-n+2),
  .venue-profile-stat-rail div:last-child {
    border: 1px solid var(--vp-line);
  }

  .venue-profile-story {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 72px 0;
  }

  .venue-profile-story aside {
    grid-column: auto;
  }

  .venue-profile-story aside dl {
    grid-template-columns: 1fr;
  }

  .venue-profile-story dl div {
    border-right: 0;
  }

  .venue-profile-highlights {
    padding: 68px 16px 74px;
  }

  .venue-profile-highlights > div,
  .venue-profile-more > div,
  .venue-profile-faq > div {
    grid-template-columns: 1fr;
  }

  .venue-profile-highlights article {
    min-height: 215px;
  }

  .venue-profile-fixtures {
    padding: 72px 0;
  }

  .venue-profile-fixtures > header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .venue-fixture-list .venue-fixture-row {
    grid-template-columns: 36px 110px minmax(0, 1fr);
    gap: 10px;
    padding: 14px;
  }

  .venue-fixture-list .venue-fixture-row > p {
    grid-column: 3;
    text-align: left;
  }

  .venue-profile-schedule-link {
    display: grid;
  }

  .venue-profile-plan {
    padding: 68px 16px;
  }

  .venue-profile-more {
    padding: 68px 0;
  }
}

@media (max-width: 480px) {
  .venue-profile-copy {
    padding: 44px 21px 36px;
  }

  .venue-profile-stage h1 {
    font-size: clamp(45px, 14vw, 62px);
  }

  .venue-profile-tagline {
    font-size: 15px;
  }

  .venue-profile-actions {
    display: grid;
  }

  .venue-profile-actions .button {
    width: 100%;
  }

  .venue-profile-photo,
  .venue-profile-photo > img {
    height: 290px;
  }

  .venue-profile-photo > figcaption {
    right: 18px;
    bottom: 20px;
    left: 18px;
  }

  .venue-profile-stat-rail {
    grid-template-columns: 1fr;
  }

  .venue-fixture-list .venue-fixture-row {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .venue-fixture-list time,
  .venue-fixture-list h3,
  .venue-fixture-list .venue-fixture-row > p {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .venue-profile-photo > img,
  .venue-profile-more img,
  .venue-fixture-list .venue-fixture-row {
    transition: none;
  }
}
