@font-face {
  font-family: "BankGothicCustom";
  src: url("./assets/fonts/BankGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000000;
  --pink: #fd1267;
  --white: #ffffff;
  --muted: #aaaab1;
  --panel: #080808;
  --line: rgba(253, 18, 103, 0.34);
  --lineStrong: rgba(253, 18, 103, 0.72);
  --shadow: 0 24px 80px rgba(253, 18, 103, 0.16);
  --headerFont: "BankGothicCustom", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bodyFont: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@keyframes lineupSpin {
  to {
    transform: rotate(360deg);
  }
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--white);
  background-color: var(--black);
  background:
    radial-gradient(circle at 72% 22%, rgba(253, 18, 103, 0.2), transparent 30rem),
    linear-gradient(135deg, rgba(253, 18, 103, 0.1), transparent 28rem),
    var(--black);
  font-family: var(--bodyFont);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 78%);
}

body[data-page="home"] {
  display: flex;
  height: 100vh;
  min-height: 100vh;
  flex-direction: column;
  background: var(--black);
  overflow: hidden;
}

body[data-page="discography"],
body[data-page="videos"] {
  background: var(--black);
}

body[data-page="home"]::before {
  display: none;
}

body[data-page="discography"]::before,
body[data-page="videos"]::before {
  display: none;
}

body[data-page="home"] main {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
}

body[data-page="home"] .siteHeader {
  position: fixed;
  right: 0;
  left: 0;
  border-bottom-color: transparent;
  background: transparent;
  backdrop-filter: none;
}

body[data-page="home"] .siteHeader.isMenuOpen {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: none;
}

body[data-page="home"] main,
body[data-page="home"] .heroSection {
  min-height: 100vh;
}

body[data-page="home"] .siteFooter {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  border-top-color: transparent;
  background: transparent;
}

body[data-page="home"] .statementBanner {
  top: calc(114px + 18px);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

.siteHeader {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  column-gap: clamp(18px, 2.4vw, 33px);
  min-height: 114px;
  padding: 0 clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(18px);
  transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.brandMark,
.primaryNav,
.socialNav,
.languageSelector {
  font-family: var(--headerFont);
}

.brandMark {
  position: absolute;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: max-content;
  inline-size: max-content;
  min-height: 42px;
  overflow: hidden;
  line-height: 1;
  transform: translateX(-50%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.brandMark img {
  display: block;
  width: clamp(156px, 15vw, 231px);
  height: auto;
}

.brandMark:hover {
  opacity: 0.78;
  transform: translateX(-50%) translateY(-1px);
}

.menuToggle {
  display: none;
  width: 57px;
  min-width: 57px;
  height: 57px;
  min-height: 57px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(253, 18, 103, 0.08);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.menuToggle::before {
  display: block;
  width: 25.5px;
  height: 25.5px;
  content: "";
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M4%206h16M4%2012h16M4%2018h16%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M4%206h16M4%2012h16M4%2018h16%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27/%3E%3C/svg%3E") center / contain no-repeat;
}

.menuToggle:hover,
.menuToggle:focus-visible,
.siteHeader.isMenuOpen .menuToggle {
  border-color: var(--pink);
  background: rgba(253, 18, 103, 0.18);
  box-shadow: 0 0 28px rgba(253, 18, 103, 0.18);
  outline: none;
}

.siteHeader.isMenuOpen .menuToggle::before {
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M18%206%206%2018M6%206l12%2012%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M18%206%206%2018M6%206l12%2012%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272.4%27%20stroke-linecap%3D%27round%27/%3E%3C/svg%3E") center / contain no-repeat;
}

.menuToggle span {
  display: none;
}

.primaryNav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(26px, 2.86vw, 36.4px);
  padding-left: 0;
  font-size: clamp(15px, 1.5vw, 19.5px);
  line-height: 1;
}

.primaryNav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 63px;
  color: rgba(255, 255, 255, 0.78);
  transition: color 180ms ease, transform 180ms ease;
}

.primaryNav a::before {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--pink);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.primaryNav a:hover,
.primaryNav a[aria-current="page"] {
  color: var(--white);
  transform: translateY(-1px);
}

.primaryNav a:hover::before,
.primaryNav a[aria-current="page"]::before {
  transform: scaleX(1);
  transform-origin: left;
}

.externalLink svg {
  width: 19.5px;
  height: 19.5px;
  fill: currentColor;
  transition: transform 180ms ease;
}

.externalLink:hover svg {
  transform: translate(2px, -2px);
}

.socialNav {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
}

.socialNav a {
  display: inline-grid;
  width: 42px;
  height: 51px;
  place-items: center;
  color: rgba(255, 255, 255, 0.72);
  transition: color 180ms ease, transform 180ms ease;
}

.socialNav a:hover,
.socialNav a:focus-visible {
  color: var(--white);
  outline: none;
  transform: translateY(-2px);
}

.socialNav svg {
  display: block;
  width: 25.5px;
  height: 25.5px;
  fill: currentColor;
}

.languageSelector {
  position: relative;
  justify-self: end;
  font-size: 18px;
}

.languageToggle {
  min-width: 93px;
  min-height: 57px;
  padding: 0 21px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(253, 18, 103, 0.08);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.languageToggle:hover,
.languageSelector.isOpen .languageToggle {
  border-color: var(--pink);
  background: rgba(253, 18, 103, 0.18);
  box-shadow: 0 0 28px rgba(253, 18, 103, 0.18);
}

.languageMenu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  width: 172px;
  padding: 8px;
  border: 1px solid var(--lineStrong);
  background: rgba(0, 0, 0, 0.94);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.languageSelector.isOpen .languageMenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.languageMenu button {
  min-height: 36px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.76);
  text-align: left;
  transition: color 180ms ease, background 180ms ease, padding-left 180ms ease;
}

.languageMenu button:hover,
.languageMenu button[aria-current="true"] {
  padding-left: 10px;
  color: var(--white);
  background: rgba(253, 18, 103, 0.16);
}

.statementBanner {
  position: fixed;
  top: calc(114px + 18px);
  right: clamp(18px, 4vw, 56px);
  z-index: 15;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: auto;
  max-width: min(520px, calc(100vw - 36px));
  min-height: 46px;
  padding: 0 10px 0 18px;
  border: 1px solid var(--pink);
  background: rgba(253, 18, 103, 0.94);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.38);
  color: var(--black);
  font-family: var(--headerFont);
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.statementBanner.isDismissed {
  display: none;
}

.statementBanner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  min-height: 44px;
}

.statementBanner a span {
  overflow-wrap: anywhere;
}

.statementBanner:hover {
  background: var(--black);
  color: var(--pink);
  transform: translateY(-2px);
  box-shadow: 0 20px 60px rgba(253, 18, 103, 0.24);
}

.statementDismiss {
  display: inline-grid;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  color: inherit;
  font-family: var(--headerFont);
  font-size: 12px;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.statementDismiss:hover,
.statementDismiss:focus-visible {
  background: currentColor;
  color: var(--pink);
  outline: none;
}

.heroSection {
  position: relative;
  display: grid;
  width: 100%;
  flex: 1 1 auto;
  place-items: center;
  min-height: 0;
  padding: clamp(72px, 10vw, 132px) clamp(18px, 4vw, 56px) clamp(56px, 7vw, 92px);
  background: var(--black);
  overflow: hidden;
}

.heroSection::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
    radial-gradient(circle at 50% 58%, rgba(253, 18, 103, 0.26), transparent 36rem);
}

.heroVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  object-fit: cover;
  filter: saturate(115%) contrast(108%) brightness(58%);
}

.heroSparkleCanvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.heroContent {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  width: min(100%, 980px);
  text-align: center;
  transform: perspective(1000px) rotateX(var(--heroRotateX, 0deg)) rotateY(var(--heroRotateY, 0deg)) translate3d(var(--heroShiftX, 0), var(--heroShiftY, 0), 0);
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
  will-change: transform;
}

.heroLogo {
  display: block;
  width: min(80vw, 760px);
  max-height: min(42vh, 390px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 66px rgba(253, 18, 103, 0.38));
  transform: translateZ(38px);
}

.heroTitle {
  font-family: var(--headerFont);
  letter-spacing: 0;
}

.heroTitle {
  color: var(--white);
  font-size: clamp(68px, 16vw, 188px);
  line-height: 0.82;
  text-shadow:
    0 0 28px rgba(253, 18, 103, 0.36),
    0 22px 72px rgba(253, 18, 103, 0.38);
  transform: translateZ(38px);
}

.heroContent .debutText {
  transform: translateZ(24px);
}

.heroContent .actionRow {
  transform: translateZ(34px);
}

h1 {
  margin: 0;
  font-family: var(--headerFont);
  font-size: clamp(44px, 7.4vw, 118px);
  line-height: 0.92;
}

.debutText,
.placeholderPanel p,
.legalText p {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(15px, 1.45vw, 21px);
  line-height: 1.45;
}

.placeholderPanel p:first-child,
.legalText p:first-child {
  margin-top: 0;
}

.debutText {
  color: var(--white);
  font-family: var(--headerFont);
  font-size: clamp(14px, 1.8vw, 25px);
}

.actionRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.primaryButton,
.secondaryButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--pink);
  border-radius: 999px;
  font-family: var(--headerFont);
  font-size: 12px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.primaryButton.externalLink,
.secondaryButton.externalLink {
  gap: 8px;
}

.primaryButton {
  background: var(--pink);
  color: var(--black);
}

.secondaryButton {
  background: transparent;
  color: var(--white);
}

.primaryButton:hover,
.secondaryButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 44px rgba(253, 18, 103, 0.25);
}

.secondaryButton:hover {
  background: rgba(253, 18, 103, 0.16);
}

.pageShell {
  min-height: calc(100vh - 161px);
  padding: clamp(42px, 6vw, 88px) clamp(18px, 4vw, 56px) clamp(56px, 7vw, 100px);
}

.pageHero {
  padding-bottom: clamp(24px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
}

.profileIntro {
  display: grid;
  justify-items: center;
  margin-top: clamp(28px, 5vw, 62px);
  text-align: center;
}

.profileHeroImage {
  display: block;
  width: min(100%, 1120px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  object-fit: cover;
  box-shadow: 0 30px 90px rgba(253, 18, 103, 0.16);
}

.profileLogo {
  display: block;
  width: clamp(170px, 22vw, 310px);
  height: auto;
  margin-top: clamp(34px, 5vw, 62px);
}

.profileIntro p {
  max-width: 860px;
  margin: clamp(28px, 4vw, 42px) auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.55;
}

.placeholderPanel,
.legalText {
  margin-top: clamp(28px, 5vw, 62px);
  padding: 0;
  border: 0;
  background: transparent;
}

.legalShell h1 {
  font-size: clamp(38px, 6vw, 88px);
}

.legalText {
  max-width: 900px;
}

.legalText h2 {
  margin: clamp(28px, 4vw, 44px) 0 0;
  color: var(--pink);
  font-family: var(--headerFont);
  font-size: clamp(18px, 2.2vw, 30px);
  line-height: 1;
}

.releaseSection {
  margin-top: clamp(28px, 5vw, 62px);
}

.releaseSection h2 {
  margin: 0 0 22px;
  color: var(--pink);
  font-family: var(--headerFont);
  font-size: clamp(18px, 2.6vw, 34px);
}

.releaseGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 380px));
  gap: 22px;
}

.releaseCard {
  display: grid;
  gap: 18px;
}

.releaseArtwork {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  object-fit: cover;
}

.videoCard {
  width: min(100%, 720px);
}

.videoEmbed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #050505;
  overflow: hidden;
}

.videoEmbed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.releaseInfo {
  display: grid;
  gap: 12px;
}

.releaseInfo h3,
.releaseInfo p {
  margin: 0;
}

.releaseInfo h3 {
  font-family: var(--headerFont);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 0.95;
}

.releaseInfo p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.releaseInfo .primaryButton {
  justify-self: start;
  margin-top: 4px;
}

.liveShell {
  display: grid;
  align-content: start;
  gap: clamp(28px, 5vw, 62px);
}

.liveSection {
  display: grid;
  gap: 24px;
}

.liveSectionHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.liveSection h2 {
  margin: 0;
  color: var(--pink);
  font-family: var(--headerFont);
  font-size: clamp(18px, 2.6vw, 34px);
}

.liveGrid {
  display: grid;
  gap: 16px;
}

.liveCard {
  display: grid;
  grid-template-columns: minmax(86px, 112px) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.36);
  box-shadow: 0 18px 64px rgba(0, 0, 0, 0.28);
}

.liveDate {
  display: grid;
  justify-items: center;
  gap: 3px;
  padding: 14px 10px;
  border: 1px solid var(--line);
  color: var(--white);
  font-family: var(--headerFont);
  line-height: 1;
}

.liveDate span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.liveDate strong {
  color: var(--pink);
  font-size: clamp(32px, 5vw, 56px);
}

.liveDetails {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.liveDetails h3,
.liveDetails p {
  margin: 0;
}

.liveDetails h3 {
  font-family: var(--headerFont);
  font-size: clamp(26px, 4vw, 52px);
  line-height: 0.95;
  overflow-wrap: anywhere;
}

.liveDetails p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.25;
}

.liveLineup {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  min-height: 46px;
  margin-top: 8px;
  padding-left: 0;
  row-gap: 6px;
}

.liveLineupLoading {
  min-height: 44px;
  padding-left: 0;
}

.liveLineupSpinner {
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-top-color: var(--pink);
  border-radius: 50%;
  animation: lineupSpin 800ms linear infinite;
}

.liveLineupArtist {
  position: relative;
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-left: -10px;
  place-items: center;
  border: 3px solid var(--black);
  border-radius: 50%;
  background: var(--black);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, z-index 0ms linear 180ms;
}

.liveLineupArtist:first-child {
  margin-left: 0;
}

.liveLineupArtist:hover,
.liveLineupArtist:focus-visible {
  z-index: 99 !important;
  box-shadow: 0 8px 26px rgba(253, 18, 103, 0.34);
  outline: none;
  transform: translateY(-8px) scale(1.08);
  transition-delay: 0ms;
}

.liveLineupArtist img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.liveActions {
  display: grid;
  justify-items: stretch;
  gap: 10px;
}

.liveStatus {
  display: grid;
  justify-items: start;
  gap: 20px;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.5;
  text-transform: none;
}

.liveGrid[hidden],
.liveStatus[hidden] {
  display: none;
}

.liveStatus .actionRow {
  justify-content: flex-start;
  margin-top: 0;
}

.memberReleaseSection {
  margin-top: clamp(42px, 7vw, 96px);
}

.memberGrid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.memberCard {
  transition: transform 220ms ease, filter 220ms ease;
}

.memberCard:hover {
  filter: saturate(112%) contrast(106%);
  transform: translateY(-4px);
}

.memberArtwork {
  aspect-ratio: 16 / 10;
}

.memberInfo h3 {
  font-size: clamp(24px, 3.2vw, 40px);
}

.redirectShell {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
}

.redirectShell .externalLink {
  gap: 8px;
}

.siteFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 85px;
  padding: 0 clamp(18px, 4vw, 56px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
}

.siteFooter p {
  margin: 0;
}

.footerCopyright {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footerCopyright img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.siteFooter nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.siteFooter a {
  transition: color 180ms ease;
}

.siteFooter a:hover {
  color: var(--pink);
}

@media (max-width: 920px) {
  body[data-page="home"] {
    display: block;
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }

  body[data-page="home"] main {
    display: block;
  }

  .siteHeader {
    grid-template-columns: auto 1fr auto auto;
    grid-template-rows: 114px;
    align-content: start;
    align-items: center;
    min-height: 114px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
    transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
  }

  .siteHeader::after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1;
    height: 0;
    content: "";
    background: rgba(0, 0, 0, 0.94);
    border-bottom: 1px solid transparent;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: height 280ms ease, opacity 180ms ease, transform 260ms ease, border-color 220ms ease;
  }

  .siteHeader.isMenuOpen {
    background: rgba(0, 0, 0, 0.94);
    backdrop-filter: blur(18px);
  }

  .siteHeader.isMenuOpen::after {
    height: 420px;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    opacity: 1;
    transform: translateY(0);
  }

  .brandMark {
    position: static;
    z-index: 3;
    grid-column: 1;
    grid-row: 1;
    transform: none;
  }

  .brandMark:hover {
    transform: translateY(-1px);
  }

  .menuToggle {
    display: inline-grid;
    position: relative;
    z-index: 4;
    grid-column: 4;
    grid-row: 1;
    place-items: center;
    justify-self: end;
  }

  .primaryNav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 2;
    display: grid;
    box-sizing: border-box;
    padding: 24px clamp(18px, 4vw, 56px) 12px;
    gap: 0;
    font-size: 21px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 260ms ease, visibility 0ms linear 260ms;
  }

  .siteHeader.isMenuOpen .primaryNav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0ms;
  }

  .primaryNav a {
    min-height: 57px;
    opacity: 0;
    transform: translateX(26px);
    transition: color 180ms ease, opacity 260ms ease, transform 260ms ease;
  }

  .siteHeader.isMenuOpen .primaryNav a {
    opacity: 1;
    transform: translateX(0);
  }

  .siteHeader.isMenuOpen .primaryNav a:nth-child(1) {
    transition-delay: 30ms;
  }

  .siteHeader.isMenuOpen .primaryNav a:nth-child(2) {
    transition-delay: 60ms;
  }

  .siteHeader.isMenuOpen .primaryNav a:nth-child(3) {
    transition-delay: 90ms;
  }

  .siteHeader.isMenuOpen .primaryNav a:nth-child(4) {
    transition-delay: 120ms;
  }

  .siteHeader.isMenuOpen .primaryNav a:nth-child(5) {
    transition-delay: 150ms;
  }

  .socialNav {
    position: absolute;
    top: calc(100% + 333px);
    left: clamp(18px, 4vw, 56px);
    z-index: 2;
    justify-self: auto;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateX(26px);
    transition: opacity 240ms ease, transform 260ms ease, visibility 0ms linear 260ms;
  }

  .siteHeader.isMenuOpen .socialNav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 180ms, 180ms, 0ms;
  }

  .languageSelector {
    z-index: 3;
    grid-column: 3;
    grid-row: 1;
    align-self: center;
  }

  .statementBanner {
    position: static;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    min-height: 44px;
    padding: 10px 14px 10px 18px;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
  }

  body[data-page="home"] .statementBanner {
    position: fixed;
    top: 114px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
  }

  .statementBanner a {
    justify-content: flex-start;
    min-height: 32px;
  }

  .statementBanner:hover {
    transform: none;
  }

  .heroSection {
    min-height: 720px;
  }
}

@media (max-width: 560px) {
  .siteHeader {
    min-height: 114px;
  }

  .primaryNav {
    font-size: 19.5px;
  }

  .heroSection {
    min-height: 650px;
    padding-top: 64px;
  }

  .pageHero h1 {
    font-size: clamp(30px, 10vw, 40px);
  }

  .actionRow {
    display: grid;
  }

  .liveSectionHeader,
  .liveCard {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .liveSectionHeader {
    display: grid;
    justify-items: start;
  }

  .liveActions {
    justify-items: start;
  }

  .siteFooter {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 112px;
  }
}

@media (hover: none), (pointer: coarse), (max-width: 767px) {
  .heroContent {
    transform: none;
    transition: none;
    will-change: auto;
  }

  .heroLogo,
  .heroContent .debutText,
  .heroContent .actionRow {
    transform: none;
  }
}

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

  .heroSparkleCanvas {
    display: none;
  }

  .heroContent {
    transform: none;
    will-change: auto;
  }
}
