@font-face {
  font-family: 'Druk Wide Web';
  src: url('../fonts/DrukWide-Heavy-Web.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --site-text: #fff;
  --glass: rgba(12, 10, 17, .42);
  --stroke: rgba(255,255,255,.32);
  --display-font: 'Druk Wide Web', 'Arial Black', Arial, sans-serif;
  --body-font: 'DM Sans', Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html, body { min-height: 100%; }
body { margin: 0; color: var(--site-text); font-family: var(--body-font); background: #121015; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.scene, .scene__fallback, .scene__video, .scene__wash { position: fixed; inset: 0; width: 100%; height: 100%; }
.scene { z-index: -2; overflow: hidden; background: #121015; }
.scene__fallback { z-index: 0; background-size: cover; background-position: center; transform: scale(1.02); }
.scene__video { z-index: 1; object-fit: cover; opacity: 0; transition: opacity .7s ease; }
.scene__video.is-ready { opacity: 1; }
.scene__wash { z-index: 2; background: rgba(0,0,0,.35); backdrop-filter: saturate(1.08); }
.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px clamp(20px,4vw,64px); }
.logo {
  display: inline-flex;
  align-items: center;
  width: clamp(118px, 12vw, 180px);
  line-height: 0;
  text-decoration: none;
  flex: 0 0 auto;
}

.logo__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.site-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; max-width: 900px; }
.site-nav a {
  font-family: var(--display-font);
  font-size: 11px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: .015em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: .78;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { opacity: 1; }
.menu-toggle {
  display: none;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  padding: 11px 15px 10px;
  color: inherit;
  background: var(--glass);
  font-family: var(--display-font);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .02em;
}
.page-shell { min-height: calc(100vh - 112px); display: grid; align-content: center; gap: 28px; padding: 42px clamp(20px,7vw,110px) 110px; }
.hero-card {
  width: min(100%, 1180px);
  max-width: 1180px;
}
h1 {
  max-width: 1180px;
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(40px,7.1vw,112px);
  line-height: .92;
  font-weight: 900;
  letter-spacing: -.025em;
  text-transform: uppercase;
  text-wrap: balance;
}
.tagline {
  max-width: 760px;
  margin: 24px 0 0;
  font-family: var(--display-font);
  font-size: clamp(14px, 1.35vw, 21px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: .005em;
  text-transform: uppercase;
  text-wrap: balance;
}
.pills { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.pill {
  border: 1px solid var(--stroke);
  border-radius: 999px;
  padding: 13px 18px 12px;
  background: rgba(5,5,5,.32);
  backdrop-filter: blur(12px);
  color: inherit;
  font-family: var(--display-font);
  font-size: 10px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: .015em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}
.pill:hover { transform: translateY(-3px) rotate(-1deg); background: rgba(255,255,255,.18); }
.content-card { max-width: 900px; padding: clamp(22px,4vw,48px); border: 1px solid var(--stroke); border-radius: 28px; background: var(--glass); backdrop-filter: blur(20px); font-size: 18px; line-height: 1.55; }

.content-card h2,
.content-card h3,
.content-card h4 {
  font-family: var(--display-font);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.content-card h2 { font-size: clamp(24px, 3vw, 42px); }
.content-card h3 { font-size: clamp(20px, 2.2vw, 30px); }
.content-card h4 { font-size: 16px; }
.background-reopen {
  position: fixed;
  z-index: 22;
  right: 20px;
  bottom: 20px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  padding: 12px 15px 11px;
  color: inherit;
  background: rgba(5,5,5,.42);
  backdrop-filter: blur(12px);
  font-family: var(--display-font);
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .015em;
  text-transform: uppercase;
  cursor: pointer;
}
.background-picker[hidden] { display: none; }
.background-picker { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.72); backdrop-filter: blur(14px); }
.background-picker__panel { position: relative; width: min(950px,100%); padding: clamp(24px,4vw,48px); border: 1px solid rgba(255,255,255,.25); border-radius: 30px; background: #17151c; color: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.background-picker__close { position: absolute; right: 20px; top: 14px; border: 0; color: #fff; background: transparent; font-size: 34px; cursor: pointer; }
.eyebrow {
  margin: 0 0 10px;
  font-family: var(--display-font);
  font-size: 10px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.background-picker h2 {
  margin: 0 50px 25px 0;
  font-family: var(--display-font);
  font-size: clamp(25px,3.4vw,46px);
  line-height: .96;
  font-weight: 900;
  letter-spacing: -.018em;
  text-transform: uppercase;
}
.background-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.background-option {
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 0 0 14px;
  color: #fff;
  background: #28242e;
  font-family: var(--display-font);
  font-size: 10px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: .01em;
  text-transform: uppercase;
  cursor: pointer;
}
.background-option.is-selected { border-color: #fff; }
.background-option__image { display: block; aspect-ratio: 4/3; margin-bottom: 13px; background-size: cover; background-position: center; }
@media (max-width: 800px) {
  .logo { width: clamp(105px, 30vw, 145px); }

  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 76px; left: 18px; right: 18px; flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid var(--stroke); border-radius: 22px; background: rgba(15,13,20,.94); backdrop-filter: blur(18px); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px 8px; font-size: 13px; }
  .page-shell { align-content: end; padding-bottom: 105px; }
  h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(34px, 10.6vw, 62px);
    line-height: .95;
    letter-spacing: -.015em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .tagline {
    max-width: 92%;
    margin-top: 20px;
    font-size: clamp(13px, 3.5vw, 17px);
    line-height: 1.2;
    letter-spacing: .01em;
  }
  .background-options { grid-template-columns: 1fr; }
  .background-option { display: grid; grid-template-columns: 110px 1fr; align-items: center; padding: 0; text-align: left; }
  .background-option__image { width: 110px; aspect-ratio: 1; margin: 0 14px 0 0; }
}


.curveball-modal[hidden] { display: none; }
.curveball-modal {
  position: fixed; z-index: 120; inset: 0; display: grid; place-items: center;
  padding: 20px; background: rgba(0,0,0,.78); backdrop-filter: blur(14px);
}
.curveball-modal__panel {
  position: relative; width: min(680px,100%); padding: clamp(28px,5vw,56px);
  border: 1px solid rgba(255,255,255,.24); border-radius: 30px;
  background: #17151c; color: #fff; text-align: center;
  box-shadow: 0 30px 100px rgba(0,0,0,.55);
}
.curveball-modal__panel h2 {
  margin: 0 45px 20px; font-family: var(--display-font);
  font-size: clamp(30px,5vw,62px); line-height: .96; font-weight: 900;
  letter-spacing: -.018em; text-transform: uppercase;
}
.curveball-modal__panel p {
  margin: 0 auto 28px; max-width: 520px;
  font-size: clamp(18px,2.2vw,26px); line-height: 1.3;
}
.curveball-modal__close {
  position: absolute; right: 18px; top: 12px; border: 0;
  background: transparent; color: #fff; font-size: 34px; cursor: pointer;
}


/* Background chooser responsive layout */
.background-picker {
  padding:
    max(12px, env(safe-area-inset-top))
    max(12px, env(safe-area-inset-right))
    max(12px, env(safe-area-inset-bottom))
    max(12px, env(safe-area-inset-left));
  overflow: hidden;
}

.background-picker__panel {
  width: min(1180px, 100%);
  max-height: calc(100dvh - 24px);
  display: flex;
  flex-direction: column;
  padding: clamp(18px, 2.8vw, 38px);
  overflow: hidden;
}

.background-picker__close {
  z-index: 2;
}

.background-prompt {
  flex: 0 0 auto;
  padding-right: 48px;
}

.background-picker h2 {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.background-options {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.3vw, 16px);
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.background-option {
  min-width: 0;
  padding: 0 0 15px;
  font-size: clamp(11px, .92vw, 14px);
  line-height: 1.1;
}

.background-option > span:last-child {
  display: block;
  padding: 0 12px;
  overflow-wrap: anywhere;
}

.background-option__image {
  aspect-ratio: 4 / 3;
}

@media (max-width: 800px) {
  .background-picker {
    place-items: center;
  }

  .background-picker__panel {
    width: 100%;
    max-height: calc(100dvh - 18px);
    border-radius: 24px;
    padding: 18px 16px 16px;
  }

  .background-picker__close {
    right: 13px;
    top: 8px;
    font-size: 32px;
  }

  .background-prompt {
    padding-right: 42px;
  }

  .eyebrow {
    margin-bottom: 7px;
    font-size: 10px;
    line-height: 1.05;
  }

  .background-picker h2 {
    margin: 0 0 14px;
    font-size: clamp(27px, 8.6vw, 43px);
    line-height: .94;
    letter-spacing: -.015em;
  }

  .background-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: hidden;
  }

  .background-option {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 0 0 11px;
    border-radius: 17px;
    text-align: center;
    font-size: clamp(12px, 3.4vw, 15px);
    line-height: 1.05;
  }

  .background-option__image {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 0 10px;
  }

  .background-option > span:last-child {
    display: grid;
    place-items: center;
    min-height: 28px;
    padding: 0 8px;
  }
}

@media (max-width: 420px) and (max-height: 760px) {
  .background-picker__panel {
    padding: 14px 13px 13px;
  }

  .eyebrow {
    font-size: 9px;
  }

  .background-picker h2 {
    margin-bottom: 10px;
    font-size: clamp(24px, 7.8vw, 34px);
  }

  .background-options {
    gap: 8px;
  }

  .background-option {
    padding-bottom: 8px;
    font-size: 11px;
  }

  .background-option__image {
    margin-bottom: 7px;
  }

  .background-option > span:last-child {
    min-height: 24px;
  }
}


@media (max-width: 430px) {
  .page-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: clamp(32px, 9.8vw, 54px);
  }

  .tagline {
    max-width: 100%;
  }
}


html {
  scroll-behavior: smooth;
}

.find-out-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  padding: 12px 17px 11px;
  background: rgba(5,5,5,.28);
  backdrop-filter: blur(12px);
  color: inherit;
  font-family: var(--display-font);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .015em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}

.find-out-more::after {
  content: "↓";
  margin-left: 9px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.find-out-more:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.18);
}

#more {
  scroll-margin-top: 24px;
}

@media (max-width: 800px) {
  .find-out-more {
    margin-top: 18px;
    padding: 11px 15px 10px;
    font-size: 9px;
  }
}


/* v12 homepage refinements */
.hero-card h1 {
  color: #ffe600;
}

/* Use the compact menu button at every screen size */
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.site-nav {
  display: none;
  position: absolute;
  z-index: 30;
  top: calc(100% - 6px);
  right: clamp(20px, 4vw, 64px);
  width: min(390px, calc(100vw - 40px));
  max-width: none;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  padding: 18px;
  border: 1px solid var(--stroke);
  border-radius: 22px;
  background: rgba(15,13,20,.96);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0,0,0,.42);
}

.site-nav.is-open {
  display: flex;
}

.site-nav a {
  padding: 11px 10px;
  font-size: 12px;
  line-height: 1.15;
}

.pills {
  display: none;
}

.find-out-more {
  margin-top: 28px;
  background: #ffe600;
  border-color: #ffe600;
  color: #111;
}

.find-out-more:hover {
  background: #fff36a;
}

#more:empty {
  min-height: 55vh;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 800px) {
  .site-nav {
    top: 76px;
    left: 18px;
    right: 18px;
    width: auto;
  }

  .hero-card h1 {
    color: #ffe600;
  }
}


/* v13: header controls, full-screen second section and headline entrance */
.site-header {
  align-items: flex-start;
}

.header-actions {
  position: relative;
  z-index: 32;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  flex: 0 0 auto;
}

.header-actions .menu-toggle,
.header-actions .background-reopen {
  position: static;
  min-width: 156px;
  margin: 0;
}

.background-reopen--header {
  overflow: hidden;
  isolation: isolate;
  border-color: rgba(255,255,255,.5);
  animation: vibe-cycle 4.8s linear infinite;
}

@keyframes vibe-cycle {
  0% {
    color: #111;
    background: #ffe600;
    border-color: #ffe600;
    box-shadow: 0 0 0 rgba(255,230,0,0);
  }
  25% {
    color: #fff;
    background: #ff3b8a;
    border-color: #ff3b8a;
    box-shadow: 0 0 24px rgba(255,59,138,.38);
  }
  50% {
    color: #fff;
    background: #6f45ff;
    border-color: #8d70ff;
    box-shadow: 0 0 24px rgba(111,69,255,.4);
  }
  75% {
    color: #111;
    background: #37f4c3;
    border-color: #37f4c3;
    box-shadow: 0 0 24px rgba(55,244,195,.34);
  }
  100% {
    color: #111;
    background: #ffe600;
    border-color: #ffe600;
    box-shadow: 0 0 0 rgba(255,230,0,0);
  }
}

.site-nav {
  top: 24px;
  right: calc(clamp(20px, 4vw, 64px) + 174px);
}

.page-shell {
  padding-bottom: 0;
}

.next-section {
  position: relative;
  z-index: 5;
  width: 100vw;
  min-height: 100svh;
  margin-left: calc(50% - 50vw);
  padding:
    clamp(72px, 9vw, 140px)
    clamp(22px, 7vw, 120px);
  background: #141116;
  color: #fff;
  display: grid;
  align-items: center;
  scroll-margin-top: 0;
}

.next-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,230,0,.09), transparent 34%),
    radial-gradient(circle at 85% 78%, rgba(255,59,138,.08), transparent 38%);
}

.next-section__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.next-section__inner:empty::after {
  content: "NEXT BIT OF MAGIC GOES HERE.";
  display: block;
  max-width: 850px;
  font-family: var(--display-font);
  font-size: clamp(34px, 6vw, 92px);
  line-height: .94;
  letter-spacing: -.018em;
  color: rgba(255,255,255,.11);
}

.hero-headline {
  will-change: transform, opacity, filter;
}

@media (prefers-reduced-motion: reduce) {
  .background-reopen--header {
    animation: none;
    background: #ffe600;
    border-color: #ffe600;
    color: #111;
  }

  .hero-headline {
    will-change: auto;
  }
}

@media (max-width: 800px) {
  .site-header {
    align-items: flex-start;
  }

  .header-actions {
    gap: 7px;
  }

  .header-actions .menu-toggle,
  .header-actions .background-reopen {
    min-width: 132px;
  }

  .background-reopen--header {
    padding: 10px 12px 9px;
    font-size: 8px;
  }

  .site-nav {
    top: 126px;
    left: 18px;
    right: 18px;
    width: auto;
  }

  .next-section {
    min-height: 100svh;
    padding: 70px 20px;
  }
}


/* v14: font-safe animation and true full-screen hero */
html:not(.hero-font-ready) .hero-headline {
  visibility: hidden;
}

html.hero-font-ready .hero-headline {
  visibility: visible;
}

.page-shell--home {
  min-height: calc(100svh - 1px);
  align-content: center;
  padding-top: clamp(24px, 4vw, 54px);
  padding-bottom: clamp(70px, 8vh, 120px);
}

.page-shell--home .hero-card {
  padding-bottom: clamp(26px, 5vh, 70px);
}

.next-section {
  min-height: 100svh;
}

@media (min-width: 801px) {
  .page-shell--home {
    min-height: 100vh;
    padding-bottom: clamp(110px, 12vh, 170px);
  }
}

@media (max-width: 800px) {
  .site-header {
    padding-top: max(18px, env(safe-area-inset-top));
    padding-left: 18px;
    padding-right: 18px;
  }

  .page-shell--home {
    min-height: 100svh;
    align-content: end;
    padding:
      150px
      18px
      max(44px, env(safe-area-inset-bottom));
  }

  .page-shell--home .hero-card {
    width: 100%;
    padding-bottom: 0;
  }

  .hero-headline {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 58px);
    line-height: .96;
    letter-spacing: -.012em;
  }

  .tagline {
    max-width: 100%;
    margin-top: 18px;
    font-size: clamp(12px, 3.2vw, 16px);
    line-height: 1.2;
  }

  .find-out-more {
    margin-top: 20px;
  }

  .header-actions .menu-toggle,
  .header-actions .background-reopen {
    min-width: 118px;
  }

  .header-actions {
    max-width: 132px;
  }
}

@media (max-width: 430px) {
  .page-shell--home {
    padding-top: 138px;
  }

  .hero-headline {
    font-size: clamp(31px, 9.4vw, 50px);
  }
}


/* v15: true viewport hero, no page-two peeking */
.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  width: 100%;
  z-index: 40;
}

.page-shell--home {
  display: block;
  min-height: 0;
  padding: 0;
}

.page-shell--home .hero-card {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  min-height: 100dvh;
  padding:
    clamp(150px, 17vh, 220px)
    clamp(20px, 7vw, 110px)
    clamp(54px, 7vh, 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.page-shell--home .next-section {
  margin-top: 0;
}

.next-section {
  width: 100%;
  margin-left: 0;
  min-height: 100vh;
  min-height: 100dvh;
}

@media (min-width: 801px) {
  .page-shell--home .hero-card {
    min-height: 100vh;
    padding-top: clamp(150px, 16vh, 220px);
    padding-bottom: clamp(70px, 8vh, 120px);
  }
}

@media (max-width: 800px) {
  .site-header {
    position: absolute;
  }

  .page-shell--home {
    padding: 0;
  }

  .page-shell--home .hero-card {
    min-height: 100svh;
    min-height: 100dvh;
    padding:
      clamp(150px, 19vh, 190px)
      18px
      max(34px, env(safe-area-inset-bottom));
    justify-content: flex-end;
  }

  .next-section {
    min-height: 100svh;
    min-height: 100dvh;
  }
}

@supports not (height: 100dvh) {
  .page-shell--home .hero-card,
  .next-section {
    min-height: 100vh;
  }
}


/* v16: top-loading bar and deterministic first position */
.site-loader {
  position: fixed;
  z-index: 9999;
  inset: 0 0 auto 0;
  height: 6px;
  background: rgba(0,0,0,.22);
  pointer-events: none;
  opacity: 1;
  transition: opacity .35s ease;
}

.site-loader__bar {
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: #ffe600;
  box-shadow:
    0 0 14px rgba(255,230,0,.82),
    0 0 34px rgba(255,230,0,.42);
  transition: transform .16s ease-out;
}

.site-loader.is-complete {
  opacity: 0;
}

html.is-loading body {
  overflow: hidden;
}

html.is-loading .site-header,
html.is-loading .page-shell,
html.is-loading .background-reopen {
  opacity: 0;
}

.site-header,
.page-shell,
.background-reopen {
  transition: opacity .35s ease;
}

html:not(.is-loading) .site-header,
html:not(.is-loading) .page-shell,
html:not(.is-loading) .background-reopen {
  opacity: 1;
}

@media (max-width: 800px) {
  .site-loader {
    height: 5px;
  }
}


/* v17: XOXO contact / concierge page */
.page-shell--contact {
  min-height: 100dvh;
  display: block;
  padding: 0;
}

.contact-page {
  min-height: 100dvh;
  padding:
    clamp(150px, 15vh, 210px)
    clamp(20px, 6vw, 92px)
    clamp(54px, 8vh, 100px);
  display: grid;
  align-items: center;
}

.contact-page__grid {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(20px, 3vw, 38px);
  align-items: stretch;
}

.contact-intro,
.contact-form-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 30px;
  backdrop-filter: blur(22px);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}

.contact-intro {
  min-height: 560px;
  padding: clamp(28px, 4vw, 54px);
  color: #111;
  background: #ffe600;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-kicker {
  margin: 0 0 14px;
  font-family: var(--display-font);
  font-size: 10px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.contact-intro h1,
.contact-form-card h2 {
  margin: 0;
  font-family: var(--display-font);
  font-weight: 900;
  text-transform: uppercase;
}

.contact-intro h1 {
  font-size: clamp(46px, 6.4vw, 96px);
  line-height: .91;
  letter-spacing: -.022em;
}

.contact-lead {
  margin: 24px 0 0;
  max-width: 560px;
  font-family: var(--display-font);
  font-size: clamp(14px, 1.4vw, 20px);
  line-height: 1.22;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-copy {
  margin-top: 22px;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}

.contact-copy p:last-child {
  margin-bottom: 0;
}

.contact-stamp {
  position: absolute;
  right: -12px;
  bottom: -28px;
  font-family: var(--display-font);
  font-size: clamp(76px, 11vw, 160px);
  line-height: 1;
  color: rgba(17,17,17,.08);
  transform: rotate(-6deg);
  pointer-events: none;
}

.contact-form-card {
  min-height: 560px;
  padding: clamp(28px, 4vw, 52px);
  color: #fff;
  background: rgba(18,15,22,.88);
}

.contact-form-card h2 {
  font-size: clamp(38px, 4.8vw, 68px);
  line-height: .94;
  letter-spacing: -.018em;
}

.contact-form-intro,
.contact-form-card > p {
  max-width: 680px;
  margin: 14px 0 0;
  font-size: 17px;
  line-height: 1.45;
  color: rgba(255,255,255,.82);
}

.xoxo-contact-form {
  margin-top: 26px;
  display: grid;
  gap: 15px;
}

.contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.contact-field {
  min-width: 0;
}

.contact-field label {
  display: block;
  margin-bottom: 7px;
  font-family: var(--display-font);
  font-size: 9px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 17px;
  padding: 14px 15px;
  color: #fff;
  background: rgba(255,255,255,.08);
  font: 700 16px/1.35 var(--body-font);
  outline: none;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.contact-field input {
  min-height: 52px;
}

.contact-field textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: #ffe600;
  background: rgba(255,255,255,.12);
  box-shadow: 0 0 0 4px rgba(255,230,0,.12);
}

.contact-submit,
.contact-secondary-button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: #ffe600;
  font-family: var(--display-font);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}

.contact-submit {
  width: 100%;
}

.contact-submit:hover,
.contact-secondary-button:hover {
  transform: translateY(-2px);
  background: #fff36a;
}

.contact-form-note {
  margin: 0;
  color: rgba(255,255,255,.52);
  font-size: 12px;
  text-align: center;
}

.contact-alert {
  margin-top: 18px;
  padding: 13px 15px;
  border: 1px solid rgba(255,78,107,.4);
  border-radius: 16px;
  color: #ffd7df;
  background: rgba(255,78,107,.12);
  font-weight: 800;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form-card.is-thanks {
  display: grid;
  align-content: center;
  gap: 18px;
}

.contact-success-mark {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #111;
  background: #ffe600;
  font-family: var(--display-font);
  font-size: 28px;
  font-weight: 900;
}

.contact-secondary-button {
  width: max-content;
  margin-top: 8px;
}

@media (max-width: 860px) {
  .contact-page {
    padding-top: 155px;
  }

  .contact-page__grid {
    grid-template-columns: 1fr;
  }

  .contact-intro,
  .contact-form-card {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .contact-page {
    padding:
      142px
      14px
      max(28px, env(safe-area-inset-bottom));
  }

  .contact-intro,
  .contact-form-card {
    border-radius: 24px;
    padding: 24px 20px;
  }

  .contact-intro h1 {
    font-size: clamp(42px, 13.5vw, 62px);
  }

  .contact-form-card h2 {
    font-size: clamp(36px, 11vw, 54px);
  }

  .contact-form-row {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .contact-field input {
    min-height: 50px;
  }
}


/* v20: single-card AJAX contact page */
.page-shell--contact { min-height: 100dvh; display: block; padding: 0; }
.contact-page {
  min-height: 100dvh;
  padding: clamp(150px,15vh,210px) clamp(20px,6vw,92px) clamp(54px,8vh,100px);
  display: grid;
  place-items: center;
}
.contact-page__single { width: min(860px,100%); margin: 0 auto; }
.contact-page .contact-form-card {
  min-height: 0;
  padding: clamp(30px,4vw,56px);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 30px;
  color: #fff;
  background: rgba(18,15,22,.9);
  backdrop-filter: blur(22px);
  box-shadow: 0 30px 90px rgba(0,0,0,.3);
}
.contact-page .contact-form-card h1 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(48px,7vw,96px);
  line-height: .92;
  letter-spacing: -.02em;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffe600;
}
.contact-page .contact-kicker { margin-bottom: 14px; color: rgba(255,255,255,.72); }
.contact-submit.is-loading { pointer-events: none; opacity: .75; }
.contact-submit.is-loading .contact-submit__label::after { content: "…"; }
.contact-ajax-message { min-height: 22px; text-align: center; font-size: 13px; font-weight: 800; }
.contact-ajax-message.is-error { color: #ffd3df; }
.contact-success-panel { display: grid; gap: 18px; align-content: center; min-height: 430px; text-align: center; }
.contact-success-mark { margin: 0 auto; }
.contact-success-panel h2 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(42px,7vw,82px);
  line-height: .92;
  color: #ffe600;
  text-transform: uppercase;
}
.contact-success-panel p {
  margin: 0 auto;
  max-width: 560px;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.45;
}
@media (max-width:620px) {
  .contact-page { padding: 142px 14px max(28px,env(safe-area-inset-bottom)); }
  .contact-page .contact-form-card { padding: 24px 20px; border-radius: 24px; }
  .contact-page .contact-form-card h1 { font-size: clamp(42px,13vw,60px); }
}


/* v21: compact one-screen contact form on phones */
@media (max-width: 620px) {
  .page-shell--contact,
  .contact-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .contact-page {
    min-height: 100dvh;
    padding:
      118px
      10px
      max(12px, env(safe-area-inset-bottom));
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .contact-page__single {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .contact-page .contact-form-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: calc(100dvh - 132px);
    max-height: calc(100dvh - 132px);
    padding: 18px 16px 16px;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .contact-page .contact-kicker {
    margin: 0 0 7px;
    font-size: 8px;
    line-height: 1;
  }

  .contact-page .contact-form-card h1 {
    max-width: 100%;
    margin: 0;
    font-size: clamp(36px, 10.5vw, 48px);
    line-height: .9;
    letter-spacing: -.015em;
    overflow-wrap: normal;
    word-break: normal;
  }

  .xoxo-contact-form {
    flex: 1;
    min-height: 0;
    margin-top: 14px;
    display: grid;
    grid-template-rows: auto auto minmax(96px, 1fr) auto auto;
    gap: 9px;
  }

  .contact-form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .contact-field {
    min-width: 0;
  }

  .contact-field label {
    margin-bottom: 5px;
    font-size: 7px;
    line-height: 1;
    letter-spacing: .02em;
  }

  .contact-field input,
  .contact-field textarea {
    max-width: 100%;
    border-radius: 13px;
    padding: 10px 11px;
    font-size: 14px;
  }

  .contact-field input {
    min-height: 42px;
    height: 42px;
  }

  .contact-field textarea {
    min-height: 96px;
    height: 100%;
    resize: none;
  }

  .contact-submit {
    min-height: 44px;
    height: 44px;
    padding: 0 16px;
    font-size: 9px;
  }

  .contact-ajax-message {
    min-height: 16px;
    font-size: 11px;
    line-height: 1.2;
  }

  .contact-success-panel {
    min-height: 0;
    height: 100%;
    place-content: center;
    padding: 10px;
  }

  .contact-success-panel h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .contact-success-panel p {
    font-size: 15px;
  }
}

@media (max-width: 390px) {
  .contact-page {
    padding-top: 112px;
  }

  .contact-page .contact-form-card {
    min-height: calc(100dvh - 124px);
    max-height: calc(100dvh - 124px);
    padding: 16px 13px 13px;
  }

  .contact-page .contact-form-card h1 {
    font-size: clamp(32px, 9.6vw, 42px);
  }

  .contact-form-row {
    gap: 7px;
  }

  .xoxo-contact-form {
    margin-top: 11px;
    gap: 7px;
  }

  .contact-field input {
    min-height: 39px;
    height: 39px;
  }

  .contact-field textarea {
    min-height: 82px;
  }

  .contact-submit {
    min-height: 41px;
    height: 41px;
  }
}


/* v22: wider, shorter desktop contact card */
@media (min-width: 861px) {
  .contact-page {
    padding:
      clamp(132px, 12vh, 170px)
      clamp(24px, 5vw, 76px)
      clamp(34px, 5vh, 64px);
  }

  .contact-page__single {
    width: min(1080px, 100%);
  }

  .contact-page .contact-form-card {
    padding: clamp(28px, 3vw, 42px);
    border-radius: 28px;
  }

  .contact-page .contact-form-card h1 {
    font-size: clamp(54px, 5.8vw, 82px);
    line-height: .9;
  }

  .xoxo-contact-form {
    margin-top: 20px;
    gap: 12px;
  }

  .contact-form-row {
    gap: 12px;
  }

  .contact-field input {
    min-height: 48px;
    height: 48px;
  }

  .contact-field textarea {
    min-height: 118px;
    height: 118px;
    resize: vertical;
  }

  .contact-submit {
    min-height: 50px;
  }

  .contact-ajax-message {
    min-height: 18px;
  }
}

/* v23 CAST page */
.page-shell--cast{display:block;min-height:100dvh;padding:0}.cast-page{position:relative;z-index:4;min-height:100dvh;padding:clamp(150px,15vh,210px) clamp(18px,4.5vw,76px) clamp(70px,8vh,120px);color:#111;background:#f6f3ee}.cast-page__intro{width:min(1500px,100%);margin:0 auto clamp(28px,4vw,54px)}.cast-page__kicker{margin:0 0 10px;font-family:var(--display-font);font-size:10px;line-height:1.1;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.cast-page__intro h1{margin:0;max-width:1200px;font-family:var(--display-font);font-size:clamp(58px,8vw,132px);line-height:.88;letter-spacing:-.022em;text-transform:uppercase;color:#111}.cast-page__lead{max-width:760px;margin:20px 0 0;font-size:clamp(17px,1.7vw,24px);line-height:1.35;font-weight:800}.cast-grid{width:min(1500px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,1.6vw,24px)}.cast-card{min-width:0;aspect-ratio:4/5;perspective:1400px;outline:none;cursor:pointer}.cast-card__flipper{position:relative;width:100%;height:100%;transition:transform .72s cubic-bezier(.2,.72,.18,1);transform-style:preserve-3d}.cast-card:hover .cast-card__flipper,.cast-card:focus-visible .cast-card__flipper,.cast-card.is-flipped .cast-card__flipper{transform:rotateY(180deg)}.cast-card__face{position:absolute;inset:0;overflow:hidden;border:4px solid #ffe600;border-radius:22px;backface-visibility:hidden;box-shadow:0 22px 50px rgba(0,0,0,.12)}.cast-card__front{background:#17141b}.cast-card__front img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .7s ease}.cast-card:hover .cast-card__front img{transform:scale(1.035)}.cast-card__shade{position:absolute;inset:36% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.82));pointer-events:none}.cast-card__front-copy{position:absolute;z-index:2;inset:auto 20px 18px;color:#fff}.cast-card__front-copy h2,.cast-card__back h2{margin:0;font-family:var(--display-font);font-weight:900;text-transform:uppercase}.cast-card__front-copy h2{font-size:clamp(28px,3vw,48px);line-height:.9}.cast-card__tap{display:block;margin-bottom:8px;font-family:var(--display-font);font-size:8px;letter-spacing:.05em;opacity:.72}.cast-card__back{transform:rotateY(180deg);padding:clamp(20px,2.4vw,34px);display:flex;flex-direction:column;color:#111;background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(255,255,255,.62)),#ffe600}.cast-card__close{position:absolute;right:14px;top:10px;border:0;background:transparent;color:#111;font-size:30px;line-height:1;cursor:pointer}.cast-card__eyebrow{margin:0 0 8px;font-family:var(--display-font);font-size:8px;font-weight:900;letter-spacing:.05em}.cast-card__back h2{padding-right:34px;font-size:clamp(28px,3vw,46px);line-height:.9}.cast-card__stage{margin:9px 0 0;font-size:15px;font-weight:900}.cast-card__role{width:max-content;max-width:100%;margin:14px 0 0;padding:7px 10px 6px;border-radius:999px;color:#fff;background:#17141b;font-family:var(--display-font);font-size:8px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.cast-card__description{margin:18px 0 0;font-size:14px;line-height:1.4;font-weight:750}.cast-card__socials{margin-top:auto;display:grid;gap:8px}.cast-card__socials a{min-width:0;padding:11px 12px;border:2px solid #111;border-radius:14px;color:#111;background:rgba(255,255,255,.4);text-decoration:none;transition:transform .15s ease,background .15s ease}.cast-card__socials a:hover{transform:translateY(-2px);background:#fff}.cast-card__socials span,.cast-card__socials strong{display:block;overflow-wrap:anywhere}.cast-card__socials span{margin-bottom:3px;font-family:var(--display-font);font-size:7px;line-height:1;letter-spacing:.04em}.cast-card__socials strong{font-size:13px}.cast-card__offline{margin:0;font-family:var(--display-font);font-size:11px;line-height:1.2}.cast-empty{width:min(1500px,100%);margin:0 auto;padding:70px 30px;border:3px dashed #111;border-radius:24px;font-family:var(--display-font);font-size:clamp(26px,4vw,58px);text-align:center}@media(max-width:1100px){.cast-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.cast-page{padding:138px 12px max(42px,env(safe-area-inset-bottom))}.cast-page__intro{margin-bottom:24px;padding:0 5px}.cast-page__intro h1{font-size:clamp(48px,16vw,76px)}.cast-page__lead{margin-top:14px;font-size:16px}.cast-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cast-card{aspect-ratio:3/4}.cast-card:hover .cast-card__flipper,.cast-card:focus-visible .cast-card__flipper{transform:none}.cast-card.is-flipped .cast-card__flipper{transform:rotateY(180deg)}.cast-card__face{border-width:3px;border-radius:16px}.cast-card__front-copy{inset:auto 12px 12px}.cast-card__front-copy h2{font-size:clamp(22px,7.2vw,34px)}.cast-card__tap{font-size:6px;margin-bottom:5px}.cast-card__back{padding:16px 13px 13px}.cast-card__back h2{font-size:clamp(22px,7vw,32px)}.cast-card__role{margin-top:10px;font-size:6px;padding:6px 8px 5px}.cast-card__description{display:none}.cast-card__socials{gap:6px}.cast-card__socials a{padding:8px 9px;border-radius:10px}.cast-card__socials strong{font-size:10px}.cast-card__close{right:8px;top:6px;font-size:24px}}@media(max-width:390px){.cast-grid{grid-template-columns:1fr;gap:14px}.cast-card{aspect-ratio:4/5}}


/* v24: keep the selected background visible behind CAST */
.cast-page {
  isolation: isolate;
  color: #fff;
  background: rgba(10, 8, 13, .68);
  backdrop-filter: blur(4px);
}

.cast-page::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(8, 7, 10, .38) 0%,
      rgba(8, 7, 10, .62) 24%,
      rgba(8, 7, 10, .78) 100%
    );
}

.cast-page__intro h1 {
  color: #ffe600;
}

.cast-page__kicker,
.cast-page__lead {
  color: #fff;
}

.cast-empty {
  border-color: rgba(255,255,255,.7);
  color: #fff;
  background: rgba(10,8,13,.7);
}

@media (max-width: 760px) {
  .cast-page {
    background: rgba(10, 8, 13, .64);
    backdrop-filter: blur(3px);
  }
}


/* v25: remove the accidental blackout layer from CAST */
.cast-page {
  isolation: auto;
  color: #fff;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.cast-page::before {
  content: none !important;
  display: none !important;
  background: none !important;
}

.cast-page__intro,
.cast-grid {
  position: relative;
  z-index: 1;
}

.cast-page__intro h1,
.cast-page__kicker,
.cast-page__lead {
  text-shadow:
    0 2px 3px rgba(0,0,0,.72),
    0 8px 28px rgba(0,0,0,.52);
}

.cast-page__intro h1 {
  color: #ffe600;
}

@media (max-width: 760px) {
  .cast-page {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}


/* v26: random cast question and answer */
.cast-card__answer {
  margin: 16px 0 12px;
  padding: 12px 13px;
  border: 2px solid #111;
  border-radius: 14px;
  background: rgba(255,255,255,.55);
}

.cast-card__answer span,
.cast-card__answer strong {
  display: block;
}

.cast-card__answer span {
  margin-bottom: 6px;
  font-family: var(--display-font);
  font-size: 7px;
  line-height: 1.15;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.cast-card__answer strong {
  font-size: 14px;
  line-height: 1.25;
}

@media (max-width: 760px) {
  .cast-card__answer {
    margin: 9px 0 8px;
    padding: 8px 9px;
    border-radius: 10px;
  }

  .cast-card__answer span {
    margin-bottom: 4px;
    font-size: 6px;
  }

  .cast-card__answer strong {
    font-size: 10px;
    line-height: 1.18;
  }
}



/* v28: refined CAST opening sequence */
.cast-card {
  transform-origin: 50% 65%;
}

.cast-card__flipper {
  will-change: transform;
}

.cast-grid.is-intro-running .cast-card {
  pointer-events: none;
}

.cast-grid.is-intro-complete .cast-card__flipper {
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .cast-card,
  .cast-card__flipper {
    opacity: 1 !important;
    transform: none !important;
  }
}


/* v30: masked headline reveal with a final PLOT spin */
.hero-headline {
  perspective: 1100px;
}

.hero-word-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  padding: .08em .02em .04em;
  margin: -.08em -.02em -.04em;
}

.hero-word {
  display: inline-block;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
}

.hero-word--plot {
  position: relative;
  z-index: 1;
  transform-origin: 50% 52%;
}

@media (prefers-reduced-motion: reduce) {
  .hero-word {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}


/* v32: horizontal Y-axis flip for the final PLOT beat */
.hero-word-mask:has(.hero-word--plot) {
  overflow: visible;
  perspective: 1000px;
}

.hero-word--plot {
  transform-style: preserve-3d;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  will-change: transform;
}


/* v33: simple horizontal flip for PLOT */
.hero-word--plot {
  transform-style: preserve-3d;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
}


/* v34: seamless two-sided PLOT flip */
.hero-word-mask:has(.hero-word--plot) {
  overflow: visible;
  perspective: 1200px;
}

.hero-word--plot {
  position: relative;
  display: inline-block;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  will-change: transform;
}

.hero-word__face {
  display: block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.hero-word__face--front {
  position: relative;
  transform: rotateY(0deg) translateZ(1px);
  -webkit-transform: rotateY(0deg) translateZ(1px);
}

.hero-word__face--back {
  position: absolute;
  inset: 0;
  transform: rotateY(180deg) translateZ(1px);
  -webkit-transform: rotateY(180deg) translateZ(1px);
}

/* v34: stop Safari leaking the front cast face through the back */
.cast-card,
.cast-card__flipper,
.cast-card__face {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cast-card__face {
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
}

.cast-card__front {
  transform: rotateY(0deg) translateZ(1px);
  -webkit-transform: rotateY(0deg) translateZ(1px);
}

.cast-card__back {
  transform: rotateY(180deg) translateZ(1px);
  -webkit-transform: rotateY(180deg) translateZ(1px);
}

@media (max-width: 760px) {
  .cast-card__front-copy {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .cast-card.is-flipped .cast-card__flipper {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
}


/* v35: XOXO FAQ page */
.page-shell--faq {
  min-height: 100dvh;
  display: block;
  padding: 0;
}

.faq-page {
  min-height: 100dvh;
  padding:
    clamp(142px, 13vh, 184px)
    clamp(20px, 5vw, 76px)
    clamp(48px, 7vh, 86px);
  display: grid;
  place-items: center;
}

.faq-page__single {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.faq-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 50px);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 30px;
  color: #fff;
  background: rgba(18,15,22,.90);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 30px 90px rgba(0,0,0,.30);
}

.faq-kicker {
  margin: 0 0 13px;
  color: rgba(255,255,255,.72);
  font-family: var(--display-font);
  font-size: 9px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.faq-card h1 {
  margin: 0;
  max-width: 980px;
  color: #ffe600;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .9;
}

.faq-intro {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
}

.faq-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin: 26px 0 20px;
}

.faq-search input,
.faq-search button {
  min-height: 52px;
  border-radius: 17px;
}

.faq-search input {
  min-width: 0;
  width: 100%;
  border: 1px solid rgba(255,255,255,.18);
  padding: 0 16px;
  color: #fff;
  background: rgba(255,255,255,.08);
  font: 800 14px/1 var(--body-font);
  outline: none;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.faq-search input::placeholder {
  color: rgba(255,255,255,.45);
}

.faq-search input:focus {
  border-color: #ffe600;
  background: rgba(255,255,255,.12);
  box-shadow: 0 0 0 4px rgba(255,230,0,.12);
}

.faq-search button {
  border: 0;
  padding: 0 20px;
  color: #111;
  background: #ffe600;
  font-family: var(--display-font);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .025em;
  cursor: pointer;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 19px;
  background: rgba(255,255,255,.07);
}

.faq-question {
  width: 100%;
  min-height: 64px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 16px;
  border: 0;
  padding: 15px 16px 15px 18px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  background: transparent;
  font-family: var(--display-font);
  font-size: clamp(11px, 1.2vw, 15px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: .005em;
  text-transform: uppercase;
}

.faq-question:hover,
.faq-question:focus-visible {
  background: rgba(255,255,255,.08);
  outline: none;
}

.faq-toggle {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #111;
  background: #ffe600;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transition: transform .22s ease;
}

.faq-question[aria-expanded="true"] .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 18px 18px;
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 1.55;
}

.faq-answer__inner {
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.faq-answer__inner > :first-child {
  margin-top: 0;
}

.faq-answer__inner > :last-child {
  margin-bottom: 0;
}

.faq-answer a {
  color: #ffe600;
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.faq-status,
.faq-empty {
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.06);
  font-family: var(--display-font);
  font-size: 10px;
  line-height: 1.25;
  text-align: center;
}

.is-hidden {
  display: none !important;
}

@media (max-width: 620px) {
  .faq-page {
    padding:
      120px
      10px
      max(18px, env(safe-area-inset-bottom));
    align-items: start;
  }

  .faq-card {
    padding: 20px 14px 16px;
    border-radius: 23px;
  }

  .faq-kicker {
    margin-bottom: 8px;
    font-size: 7px;
  }

  .faq-card h1 {
    font-size: clamp(36px, 11.5vw, 52px);
    line-height: .92;
  }

  .faq-intro {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.4;
  }

  .faq-search {
    margin: 18px 0 14px;
    gap: 7px;
  }

  .faq-search input,
  .faq-search button {
    min-height: 45px;
    border-radius: 13px;
  }

  .faq-search input {
    padding: 0 12px;
    font-size: 12px;
  }

  .faq-search button {
    padding: 0 13px;
    font-size: 7px;
  }

  .faq-list {
    gap: 8px;
  }

  .faq-item {
    border-radius: 15px;
  }

  .faq-question {
    min-height: 58px;
    padding: 13px 12px 13px 14px;
    gap: 10px;
    font-size: clamp(9px, 3vw, 12px);
  }

  .faq-toggle {
    width: 30px;
    height: 30px;
    font-size: 19px;
  }

  .faq-answer {
    padding: 0 14px 15px;
    font-size: 13px;
    line-height: 1.5;
  }

  .faq-answer__inner {
    padding-top: 12px;
  }
}


/* v36: interactive ALL ABOUT XOXO section */
.about-xoxo-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100dvh;
  padding:
    clamp(70px, 8vw, 120px)
    clamp(20px, 5vw, 78px)
    clamp(76px, 8vw, 120px);
  display: block;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,230,0,.14), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(255,59,138,.13), transparent 30%),
    #141116;
}

.about-xoxo-shell {
  position: relative;
  z-index: 1;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.about-xoxo-title {
  width: 100%;
  margin: 0 0 clamp(40px, 6vw, 84px);
  color: #ffe600;
  font-family: var(--display-font);
  font-size: clamp(54px, 9.2vw, 150px);
  line-height: .84;
  letter-spacing: -.03em;
  text-align: center;
  text-transform: uppercase;
}

.about-xoxo-layout {
  display: grid;
  grid-template-columns:
    minmax(170px, .72fr)
    minmax(360px, 1.55fr)
    minmax(170px, .72fr);
  gap: clamp(22px, 3vw, 48px);
  align-items: center;
}

.about-xoxo-pills {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.about-xoxo-pills--left {
  align-items: flex-end;
}

.about-xoxo-pills--right {
  align-items: flex-start;
}

.about-xoxo-pill {
  width: min(100%, 280px);
  min-height: 48px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  padding: 12px 17px 11px;
  color: #fff;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: var(--display-font);
  font-size: clamp(8px, .8vw, 11px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: .015em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 13px 30px rgba(0,0,0,.14);
  transition:
    transform .2s ease,
    color .2s ease,
    background .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.about-xoxo-pill:hover,
.about-xoxo-pill:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.55);
  outline: none;
}

.about-xoxo-pill.is-active {
  color: #111;
  background: #ffe600;
  border-color: #ffe600;
  box-shadow:
    0 16px 38px rgba(255,230,0,.18),
    0 0 0 5px rgba(255,230,0,.08);
}

.about-xoxo-pills--left .about-xoxo-pill:nth-child(even) {
  transform: translateX(-18px);
}

.about-xoxo-pills--right .about-xoxo-pill:nth-child(even) {
  transform: translateX(18px);
}

.about-xoxo-pills--left .about-xoxo-pill:hover,
.about-xoxo-pills--left .about-xoxo-pill:focus-visible {
  transform: translateX(-18px) translateY(-2px);
}

.about-xoxo-pills--right .about-xoxo-pill:hover,
.about-xoxo-pills--right .about-xoxo-pill:focus-visible {
  transform: translateX(18px) translateY(-2px);
}

.about-xoxo-centre {
  position: relative;
  min-height: clamp(390px, 45vw, 560px);
  padding: clamp(30px, 4.2vw, 62px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: clamp(28px, 4vw, 52px);
  color: #fff;
  background:
    radial-gradient(circle at 18% 8%, rgba(255,230,0,.16), transparent 30%),
    radial-gradient(circle at 86% 90%, rgba(255,59,138,.17), transparent 35%),
    rgba(22,18,27,.86);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 34px 100px rgba(0,0,0,.32);
}

.about-xoxo-centre::after {
  content: "XOXO";
  position: absolute;
  right: -22px;
  bottom: -38px;
  color: rgba(255,255,255,.035);
  font-family: var(--display-font);
  font-size: clamp(92px, 13vw, 190px);
  line-height: 1;
  pointer-events: none;
}

.about-xoxo-eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #ffe600;
  font-family: var(--display-font);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.about-xoxo-centre h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 760px;
  color: #fff;
  font-family: var(--display-font);
  font-size: clamp(30px, 4.2vw, 66px);
  line-height: .92;
  letter-spacing: -.024em;
  text-transform: uppercase;
}

.about-xoxo-explanation {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-top: 24px;
  color: rgba(255,255,255,.8);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.55;
  font-weight: 700;
}

.about-xoxo-empty {
  padding: 70px 26px;
  border: 2px dashed rgba(255,255,255,.28);
  border-radius: 30px;
  color: rgba(255,255,255,.4);
  font-family: var(--display-font);
  font-size: clamp(26px, 5vw, 70px);
  line-height: .95;
  text-align: center;
}

@media (max-width: 920px) {
  .about-xoxo-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-xoxo-centre {
    grid-row: 1;
    min-height: 390px;
  }

  .about-xoxo-pills {
    flex-direction: row;
    align-items: stretch;
    gap: 9px;
    overflow-x: auto;
    padding: 3px 2px 9px;
    scrollbar-width: thin;
  }

  .about-xoxo-pills--left {
    grid-row: 2;
  }

  .about-xoxo-pills--right {
    grid-row: 3;
  }

  .about-xoxo-pill,
  .about-xoxo-pills--left .about-xoxo-pill:nth-child(even),
  .about-xoxo-pills--right .about-xoxo-pill:nth-child(even),
  .about-xoxo-pills--left .about-xoxo-pill:hover,
  .about-xoxo-pills--right .about-xoxo-pill:hover,
  .about-xoxo-pills--left .about-xoxo-pill:focus-visible,
  .about-xoxo-pills--right .about-xoxo-pill:focus-visible {
    flex: 0 0 auto;
    width: auto;
    min-width: 160px;
    transform: none;
  }
}

@media (max-width: 620px) {
  .about-xoxo-section {
    padding:
      58px
      12px
      max(58px, env(safe-area-inset-bottom));
  }

  .about-xoxo-title {
    margin-bottom: 30px;
    font-size: clamp(48px, 15vw, 72px);
    line-height: .86;
  }

  .about-xoxo-centre {
    min-height: 360px;
    padding: 28px 22px;
    border-radius: 28px;
  }

  .about-xoxo-centre h3 {
    font-size: clamp(30px, 10vw, 46px);
  }

  .about-xoxo-explanation {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.5;
  }

  .about-xoxo-pill {
    min-width: 148px;
    min-height: 44px;
    padding: 10px 14px 9px;
    font-size: 8px;
  }
}


/* v37: compact one-screen ALL ABOUT XOXO composition */
.about-xoxo-section {
  min-height: 100vh;
  min-height: 100dvh;
  padding:
    clamp(34px, 4vh, 58px)
    clamp(20px, 4vw, 64px)
    clamp(38px, 5vh, 68px);
  display: flex;
  align-items: center;
}

.about-xoxo-shell {
  width: min(1440px, 100%);
}

.about-xoxo-title {
  white-space: nowrap;
  margin-bottom: clamp(22px, 3.2vh, 42px);
  font-size: clamp(42px, 6.25vw, 102px);
  line-height: .86;
  letter-spacing: -.035em;
}

.about-xoxo-layout {
  grid-template-columns:
    minmax(150px, .72fr)
    minmax(340px, 1.5fr)
    minmax(150px, .72fr);
  gap: clamp(18px, 2.5vw, 38px);
}

.about-xoxo-pills {
  gap: 10px;
}

.about-xoxo-pill {
  min-height: 44px;
  padding: 10px 15px 9px;
  font-size: clamp(7px, .68vw, 10px);
}

.about-xoxo-centre {
  min-height: clamp(300px, 34vw, 430px);
  padding: clamp(24px, 3.2vw, 46px);
  border-radius: clamp(24px, 3vw, 40px);
}

.about-xoxo-eyebrow {
  margin-bottom: 10px;
  font-size: 8px;
}

.about-xoxo-centre h3 {
  font-size: clamp(24px, 3vw, 46px);
  line-height: .94;
  max-width: 680px;
}

.about-xoxo-explanation {
  margin-top: 18px;
  max-width: 700px;
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.48;
}

.about-xoxo-centre::after {
  font-size: clamp(74px, 9vw, 140px);
  right: -14px;
  bottom: -26px;
}

@media (min-width: 921px) and (max-height: 820px) {
  .about-xoxo-section {
    padding-top: 24px;
    padding-bottom: 30px;
  }

  .about-xoxo-title {
    margin-bottom: 20px;
    font-size: clamp(40px, 5.7vw, 88px);
  }

  .about-xoxo-centre {
    min-height: 290px;
    padding: 24px 32px;
  }

  .about-xoxo-centre h3 {
    font-size: clamp(22px, 2.6vw, 38px);
  }

  .about-xoxo-explanation {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.42;
  }

  .about-xoxo-pill {
    min-height: 40px;
    padding-top: 9px;
    padding-bottom: 8px;
  }
}

@media (max-width: 920px) {
  .about-xoxo-section {
    display: block;
    min-height: auto;
    padding-top: 46px;
    padding-bottom: 52px;
  }

  .about-xoxo-title {
    white-space: nowrap;
    margin-bottom: 24px;
    font-size: clamp(30px, 7.4vw, 64px);
  }

  .about-xoxo-centre {
    min-height: 320px;
  }
}

@media (max-width: 620px) {
  .about-xoxo-section {
    padding:
      42px
      10px
      max(46px, env(safe-area-inset-bottom));
  }

  .about-xoxo-title {
    white-space: nowrap;
    margin-bottom: 22px;
    font-size: clamp(27px, 7.2vw, 34px);
    letter-spacing: -.04em;
  }

  .about-xoxo-centre {
    min-height: 300px;
    padding: 23px 19px;
    border-radius: 24px;
  }

  .about-xoxo-centre h3 {
    font-size: clamp(24px, 7.8vw, 34px);
    line-height: .96;
  }

  .about-xoxo-explanation {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.45;
  }

  .about-xoxo-pill {
    min-width: 140px;
    min-height: 42px;
    padding: 9px 12px 8px;
    font-size: 7px;
  }
}


/* v38: DM Sans and optional imagery in ALL ABOUT XOXO */
.about-xoxo-image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  margin: 0 0 22px;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  aspect-ratio: 16 / 7;
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
}

.about-xoxo-image.is-hidden {
  display: none;
}

.about-xoxo-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 620px) {
  .about-xoxo-image {
    margin-bottom: 16px;
    border-radius: 17px;
    aspect-ratio: 16 / 8;
  }
}


/* v39: transparent centre logos and image-based pills */
.about-xoxo-image {
  width: 100%;
  max-width: 720px;
  min-height: 120px;
  max-height: 240px;
  margin-bottom: 20px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  aspect-ratio: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.about-xoxo-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 240px;
  object-fit: contain;
  object-position: left center;
}

.about-xoxo-pill.has-image {
  min-height: 62px;
  padding: 8px 12px;
  background: rgba(255,255,255,.055);
  overflow: hidden;
}

.about-xoxo-pill.has-image.is-active {
  background: rgba(255,230,0,.12);
  border-color: #ffe600;
}

.about-xoxo-pill__image {
  display: block;
  width: 100%;
  height: 38px;
  object-fit: contain;
  object-position: center;
}

.about-xoxo-pill__text {
  display: block;
}

@media (max-width: 620px) {
  .about-xoxo-image {
    min-height: 92px;
    max-height: 180px;
    margin-bottom: 15px;
  }

  .about-xoxo-image img {
    max-height: 180px;
  }

  .about-xoxo-pill.has-image {
    min-width: 150px;
    min-height: 54px;
    padding: 7px 10px;
  }

  .about-xoxo-pill__image {
    height: 34px;
  }
}


/* v40: single left pill rail with wider content panel */
.about-xoxo-layout {
  grid-template-columns: minmax(190px, 300px) minmax(0, 1fr);
  gap: clamp(24px, 3.5vw, 56px);
  align-items: center;
}

.about-xoxo-pills--single {
  align-items: stretch;
  justify-content: center;
}

.about-xoxo-pills--single .about-xoxo-pill {
  width: 100%;
  max-width: 300px;
}

.about-xoxo-pills--single .about-xoxo-pill:nth-child(even) {
  transform: translateX(16px);
}

.about-xoxo-pills--single .about-xoxo-pill:nth-child(odd) {
  transform: translateX(-8px);
}

.about-xoxo-pills--single .about-xoxo-pill:hover,
.about-xoxo-pills--single .about-xoxo-pill:focus-visible {
  transform: translateX(0) translateY(-2px);
}

.about-xoxo-centre {
  width: 100%;
  max-width: none;
}

.about-xoxo-centre h3,
.about-xoxo-explanation,
.about-xoxo-image {
  max-width: 920px;
}

@media (max-width: 920px) {
  .about-xoxo-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-xoxo-pills--single {
    grid-row: 1;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 3px 2px 10px;
  }

  .about-xoxo-centre {
    grid-row: 2;
  }

  .about-xoxo-pills--single .about-xoxo-pill,
  .about-xoxo-pills--single .about-xoxo-pill:nth-child(even),
  .about-xoxo-pills--single .about-xoxo-pill:nth-child(odd),
  .about-xoxo-pills--single .about-xoxo-pill:hover,
  .about-xoxo-pills--single .about-xoxo-pill:focus-visible {
    flex: 0 0 auto;
    width: auto;
    min-width: 160px;
    transform: none;
  }
}

@media (max-width: 620px) {
  .about-xoxo-pills--single .about-xoxo-pill {
    min-width: 145px;
  }
}


/* v41: consistent pills, smaller logos and anchored section heading */
.about-xoxo-shell {
  min-height: calc(100dvh - clamp(72px, 9vh, 126px));
  display: grid;
  grid-template-rows: auto 1fr;
}

.about-xoxo-title {
  align-self: start;
  margin-bottom: 0;
}

.about-xoxo-layout {
  align-self: center;
  padding-top: clamp(22px, 3vh, 42px);
  padding-bottom: clamp(16px, 2vh, 28px);
}

.about-xoxo-pills--single .about-xoxo-pill {
  width: 100%;
  max-width: 300px;
  min-height: 62px;
  height: 62px;
  padding: 8px 14px;
}

.about-xoxo-pill__image {
  height: 38px;
  max-width: 100%;
}

.about-xoxo-image {
  min-height: 80px;
  max-height: 160px;
  margin-bottom: 18px;
}

.about-xoxo-image img {
  max-height: 160px;
}

.about-xoxo-explanation {
  white-space: normal;
}

.about-xoxo-explanation a {
  color: #ffe600;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (max-width: 920px) {
  .about-xoxo-shell {
    min-height: auto;
    display: block;
  }

  .about-xoxo-title {
    margin-bottom: 22px;
  }

  .about-xoxo-layout {
    padding: 0;
  }

  .about-xoxo-pills--single .about-xoxo-pill,
  .about-xoxo-pills--single .about-xoxo-pill:nth-child(even),
  .about-xoxo-pills--single .about-xoxo-pill:nth-child(odd),
  .about-xoxo-pills--single .about-xoxo-pill:hover,
  .about-xoxo-pills--single .about-xoxo-pill:focus-visible {
    width: 165px;
    min-width: 165px;
    max-width: 165px;
    min-height: 56px;
    height: 56px;
  }

  .about-xoxo-pill__image {
    height: 34px;
  }
}

@media (max-width: 620px) {
  .about-xoxo-image {
    min-height: 68px;
    max-height: 120px;
    margin-bottom: 14px;
  }

  .about-xoxo-image img {
    max-height: 120px;
  }

  .about-xoxo-pills--single .about-xoxo-pill {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    min-height: 54px;
    height: 54px;
  }
}


/* v42: upcoming events page */
.page-shell--events {
  min-height: 100vh;
  min-height: 100dvh;
}

.events-page {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(132px, 14vw, 190px) 0 clamp(70px, 8vw, 120px);
}

.events-page__intro {
  max-width: 1120px;
  margin-bottom: clamp(34px, 5vw, 68px);
}

.events-page__kicker {
  margin: 0 0 15px;
  color: #ffe600;
  font-family: var(--body-font);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.events-page__intro h1 {
  margin: 0;
  color: #fff;
  font-family: var(--display-font);
  font-size: clamp(52px, 8.2vw, 132px);
  line-height: .84;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.events-page__lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.74);
  font-family: var(--body-font);
  font-size: clamp(16px, 1.5vw, 21px);
  font-weight: 650;
  line-height: 1.5;
}

.events-list {
  display: grid;
  gap: clamp(24px, 3vw, 42px);
}

.event-card {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: clamp(28px, 3vw, 44px);
  color: #fff;
  background:
    radial-gradient(circle at 8% 12%, rgba(255,230,0,.13), transparent 30%),
    radial-gradient(circle at 96% 88%, rgba(255,56,150,.18), transparent 34%),
    rgba(18,15,22,.88);
  box-shadow: 0 32px 90px rgba(0,0,0,.3);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.event-card--with-image {
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.45fr);
}

.event-card__image {
  min-height: 100%;
  background: rgba(255,255,255,.05);
}

.event-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.event-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 58px);
}

.event-card__topline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin-bottom: 18px;
}

.event-card__episode,
.event-card__date {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px 7px;
  font-family: var(--body-font);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.event-card__episode {
  color: #111;
  background: #ffe600;
}

.event-card__date {
  border: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.08);
}

.event-card h2 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-family: var(--display-font);
  font-size: clamp(34px, 4.8vw, 74px);
  line-height: .91;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.event-card__theme {
  max-width: 850px;
  margin: 16px 0 0;
  color: #ffe600;
  font-family: var(--body-font);
  font-size: clamp(17px, 1.7vw, 24px);
  font-weight: 850;
  line-height: 1.25;
}

.event-card__summary {
  max-width: 880px;
  margin-top: 20px;
  color: rgba(255,255,255,.76);
  font-family: var(--body-font);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 550;
  line-height: 1.55;
}

.event-card__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.event-detail {
  min-height: 92px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background: rgba(255,255,255,.065);
}

.event-detail > span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255,255,255,.48);
  font-family: var(--body-font);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
}

.event-detail strong,
.event-detail a {
  color: #fff;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
}

.event-detail small {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.56);
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.event-detail a:hover strong {
  color: #ffe600;
}

.event-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
}

.event-ticket-placeholder,
.event-secondary-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 18px 11px;
  font-family: var(--body-font);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.event-ticket-placeholder {
  color: #111;
  background: #ffe600;
}

.event-secondary-link {
  border: 1px solid rgba(255,255,255,.24);
  color: #fff;
  background: rgba(255,255,255,.07);
  text-decoration: none;
}

.event-secondary-link:hover {
  border-color: #fff;
  background: rgba(255,255,255,.13);
}

.events-empty {
  padding: clamp(48px, 8vw, 100px) 24px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 34px;
  color: #fff;
  background: rgba(18,15,22,.8);
  text-align: center;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.events-empty p {
  margin: 0;
  color: #ffe600;
  font-family: var(--display-font);
  font-size: clamp(30px, 5vw, 70px);
  line-height: .92;
  text-transform: uppercase;
}

.events-empty span {
  display: block;
  margin-top: 18px;
  color: rgba(255,255,255,.65);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 650;
}

@media (max-width: 900px) {
  .event-card--with-image {
    grid-template-columns: 1fr;
  }

  .event-card__image img {
    min-height: 0;
    max-height: 420px;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 620px) {
  .events-page {
    width: min(100% - 20px, 1380px);
    padding-top: 112px;
  }

  .events-page__intro h1 {
    font-size: clamp(46px, 14vw, 70px);
  }

  .event-card {
    border-radius: 25px;
  }

  .event-card__body {
    padding: 24px 20px 26px;
  }

  .event-card h2 {
    font-size: clamp(31px, 10vw, 46px);
  }

  .event-card__details {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .event-card__actions {
    align-items: stretch;
  }

  .event-ticket-placeholder {
    width: 100%;
  }

  .event-secondary-link {
    flex: 1;
  }
}


/* v43: refined event hierarchy and accessibility modal */
.events-page__intro {
  margin-bottom: clamp(24px, 4vw, 44px);
}

.events-page__kicker {
  margin: 0;
  color: #ffe600;
  font-family: var(--display-font);
  font-size: clamp(24px, 3.2vw, 48px);
  line-height: .92;
  letter-spacing: -.02em;
}

.events-page__intro h1 {
  display: none;
}

.event-card__opening {
  margin: 0 0 16px;
  color: #ffe600;
  font-family: var(--display-font);
  font-size: clamp(30px, 4.4vw, 68px);
  line-height: .9;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.event-card__topline {
  margin-bottom: 16px;
}

.event-card__episode {
  display: none;
}

.event-card__date,
.event-card__time {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px 7px;
  font-family: var(--body-font);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.event-card__date {
  color: #111;
  background: #fff;
  border-color: #fff;
}

.event-card__time {
  border: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.08);
}

.event-card__details {
  grid-template-columns: 1fr;
}

.event-detail--venue {
  position: relative;
}

.event-accessibility-button {
  display: inline-flex;
  margin-top: 14px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 10px 14px 9px;
  color: #fff;
  background: rgba(255,255,255,.07);
  font-family: var(--body-font);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
}

.event-accessibility-button:hover,
.event-accessibility-button:focus-visible {
  border-color: #ffe600;
  color: #ffe600;
  outline: none;
}

.event-accessibility-modal[hidden] {
  display: none !important;
}

.event-accessibility-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.event-accessibility-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7,5,9,.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.event-accessibility-modal__panel {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  max-height: min(82vh, 760px);
  overflow: auto;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 30px;
  padding: clamp(28px, 4vw, 48px);
  color: #fff;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,230,0,.14), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(255,56,150,.16), transparent 36%),
    #17131a;
  box-shadow: 0 34px 100px rgba(0,0,0,.48);
}

.event-accessibility-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.08);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.event-accessibility-modal__eyebrow {
  margin: 0 0 10px;
  color: #ffe600;
  font-family: var(--body-font);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
}

.event-accessibility-modal__panel h2 {
  margin: 0;
  padding-right: 44px;
  font-family: var(--display-font);
  font-size: clamp(28px, 5vw, 54px);
  line-height: .92;
  text-transform: uppercase;
}

.event-accessibility-modal__text {
  margin-top: 22px;
  color: rgba(255,255,255,.78);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 550;
  line-height: 1.58;
  white-space: pre-line;
}

.event-accessibility-modal__done {
  margin-top: 28px;
  min-width: 130px;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  color: #111;
  background: #ffe600;
  font-family: var(--body-font);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  cursor: pointer;
}

body.has-accessibility-modal {
  overflow: hidden;
}

@media (max-width: 620px) {
  .events-page__kicker {
    font-size: clamp(22px, 8vw, 34px);
  }

  .event-card__opening {
    font-size: clamp(28px, 10vw, 42px);
  }

  .event-accessibility-modal {
    padding: 12px;
  }

  .event-accessibility-modal__panel {
    border-radius: 24px;
    padding: 26px 20px 24px;
  }
}


/* v44: cleaner event-card hierarchy */
.event-card__opening,
.event-card h2:not(.event-card__feature-title),
.event-card__theme {
  display: none;
}

.event-card__topline {
  margin-bottom: 20px;
}

.event-card__episode-pill,
.event-card__date,
.event-card__time {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px 7px;
  font-family: var(--body-font);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.event-card__episode-pill {
  color: #111;
  background: #ffe600;
  border: 1px solid #ffe600;
}

.event-card__date {
  color: #111;
  background: #fff;
  border: 1px solid #fff;
}

.event-card__time {
  border: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.08);
}

.event-card__feature-title {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-family: var(--display-font);
  font-size: clamp(34px, 4.8vw, 74px);
  line-height: .91;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.event-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.event-detail__actions .event-secondary-link,
.event-detail__actions .event-accessibility-button {
  margin-top: 0;
}

.event-card__actions {
  margin-top: 24px;
}

@media (max-width: 620px) {
  .event-card__feature-title {
    font-size: clamp(31px, 10vw, 46px);
  }

  .event-detail__actions {
    align-items: stretch;
  }

  .event-detail__actions .event-secondary-link,
  .event-detail__actions .event-accessibility-button {
    flex: 1 1 auto;
  }
}


/* v45: native JOIN THE LIST page */
.page-shell--join-list {
  min-height: 100vh;
  min-height: 100dvh;
}

.join-list-page {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding:
    clamp(130px, 14vw, 190px)
    clamp(18px, 4vw, 56px)
    clamp(64px, 8vw, 110px);
}

.join-list-page__inner {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
}

.join-list-copy {
  max-width: 640px;
}

.join-list-kicker {
  margin: 0 0 15px;
  color: #ffe600;
  font-family: var(--body-font);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.join-list-copy h1 {
  margin: 0;
  color: #fff;
  font-family: var(--display-font);
  font-size: clamp(56px, 8.5vw, 128px);
  line-height: .84;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.join-list-lead {
  max-width: 590px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.74);
  font-family: var(--body-font);
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 650;
  line-height: 1.5;
}

.join-list-card {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: clamp(28px, 3vw, 42px);
  color: #fff;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,230,0,.13), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(255,58,151,.18), transparent 38%),
    rgba(18,15,22,.88);
  box-shadow: 0 32px 90px rgba(0,0,0,.32);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.join-list-form {
  display: grid;
  gap: 16px;
}

.join-list-fields {
  display: grid;
  gap: 16px;
}

.join-list-fields[hidden],
.join-list-message[hidden] {
  display: none !important;
}

.join-list-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.join-list-field label {
  display: block;
  margin: 0 0 7px;
  color: rgba(255,255,255,.72);
  font-family: var(--body-font);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.join-list-field input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  padding: 0 16px;
  color: #fff;
  background: rgba(255,255,255,.075);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 700;
  outline: none;
  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.join-list-field input:focus {
  border-color: #ffe600;
  background: rgba(255,255,255,.11);
  box-shadow: 0 0 0 4px rgba(255,230,0,.09);
}

.join-list-submit {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  padding: 13px 20px 12px;
  color: #111;
  background: #ffe600;
  font-family: var(--body-font);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(255,230,0,.16);
}

.join-list-submit:hover,
.join-list-submit:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.join-list-submit:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.join-list-message {
  margin-bottom: 18px;
  padding: 15px 17px;
  border-radius: 18px;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.join-list-message.is-ok {
  color: #d8ffe6;
  border: 1px solid rgba(91,221,139,.34);
  background: rgba(91,221,139,.14);
}

.join-list-message.is-info {
  color: #e7f7ff;
  border: 1px solid rgba(74,189,255,.32);
  background: rgba(74,189,255,.13);
}

.join-list-message.is-error {
  color: #ffe2e2;
  border: 1px solid rgba(255,101,101,.34);
  background: rgba(255,101,101,.13);
}

.join-list-small {
  margin: 16px 0 0;
  color: rgba(255,255,255,.46);
  font-family: var(--body-font);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .join-list-page__inner {
    grid-template-columns: 1fr;
  }

  .join-list-copy {
    max-width: 760px;
  }
}

@media (max-width: 620px) {
  .join-list-page {
    padding:
      112px
      10px
      max(44px, env(safe-area-inset-bottom));
  }

  .join-list-copy h1 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .join-list-lead {
    margin-top: 18px;
    font-size: 16px;
  }

  .join-list-card {
    padding: 24px 18px;
    border-radius: 25px;
  }

  .join-list-row {
    grid-template-columns: 1fr;
  }
}


/* v46: stronger home strapline and rebalanced About section */
.hero-crowd-powered {
  margin: 14px 0 0;
  color: #ffe600;
  font-family: var(--body-font);
  font-size: clamp(11px, 1vw, 15px);
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1;
  text-transform: uppercase;
}

.about-xoxo-section {
  min-height: 100vh;
  min-height: 100dvh;
}

.about-xoxo-shell {
  min-height: calc(100dvh - clamp(64px, 8vh, 112px));
}

.about-xoxo-layout {
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: clamp(24px, 3.4vw, 54px);
  align-self: stretch;
  align-items: stretch;
  padding-top: clamp(18px, 2.3vh, 30px);
  padding-bottom: clamp(12px, 1.8vh, 24px);
}

.about-xoxo-pills--single {
  justify-content: center;
}

.about-xoxo-pills--single .about-xoxo-pill {
  max-width: 320px;
  min-height: 68px;
  height: 68px;
  padding: 10px 18px;
  font-size: clamp(9px, .82vw, 12px);
  line-height: 1.08;
}

.about-xoxo-centre {
  min-height: 100%;
  height: 100%;
  padding: clamp(34px, 4vw, 58px);
  justify-content: center;
}

.about-xoxo-centre h3 {
  max-width: 980px;
  font-size: clamp(34px, 4.25vw, 64px);
}

.about-xoxo-explanation {
  max-width: 980px;
  font-size: clamp(15px, 1.16vw, 18px);
  line-height: 1.52;
}

.about-xoxo-image {
  max-width: 860px;
}

@media (max-width: 920px) {
  .about-xoxo-layout {
    align-self: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-xoxo-pills--single {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    padding: 0;
  }

  .about-xoxo-pills--single .about-xoxo-pill,
  .about-xoxo-pills--single .about-xoxo-pill:nth-child(even),
  .about-xoxo-pills--single .about-xoxo-pill:nth-child(odd),
  .about-xoxo-pills--single .about-xoxo-pill:hover,
  .about-xoxo-pills--single .about-xoxo-pill:focus-visible {
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 62px;
    height: 62px;
    transform: none;
    font-size: clamp(8px, 1.6vw, 11px);
  }

  .about-xoxo-centre {
    min-height: 420px;
    height: auto;
  }
}

@media (max-width: 620px) {
  .hero-crowd-powered {
    margin-top: 11px;
    font-size: 10px;
    letter-spacing: .11em;
  }

  .about-xoxo-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-xoxo-pills--single {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .about-xoxo-pills--single .about-xoxo-pill {
    min-height: 58px;
    height: 58px;
    padding: 8px 10px;
    border-radius: 18px;
    font-size: 8px;
  }

  .about-xoxo-pill.has-image {
    min-height: 58px;
  }

  .about-xoxo-pill__image {
    height: 32px;
  }

  .about-xoxo-centre {
    min-height: 390px;
    padding: 24px 20px;
  }

  .about-xoxo-centre h3 {
    font-size: clamp(27px, 8.7vw, 38px);
  }

  .about-xoxo-explanation {
    font-size: 14px;
    line-height: 1.48;
  }
}

@media (max-width: 390px) {
  .about-xoxo-pills--single {
    grid-template-columns: 1fr;
  }

  .about-xoxo-pills--single .about-xoxo-pill {
    min-height: 54px;
    height: 54px;
  }
}


/* v47: home-page footer */
.xoxo-home-footer {
  position: relative;
  z-index: 2;
  padding: clamp(54px, 7vw, 92px) clamp(20px, 4vw, 56px) clamp(28px, 4vw, 46px);
  color: #fff;
  background:
    radial-gradient(circle at 14% 20%, rgba(255,230,0,.10), transparent 28%),
    radial-gradient(circle at 88% 84%, rgba(255,58,151,.13), transparent 32%),
    #0f0d12;
  border-top: 1px solid rgba(255,255,255,.12);
}

.xoxo-home-footer__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  gap: clamp(28px, 4vw, 48px);
}

.xoxo-home-footer__acknowledgement {
  max-width: 980px;
  margin: 0 auto;
  color: rgba(255,255,255,.72);
  font-family: var(--body-font);
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 550;
  line-height: 1.6;
  text-align: center;
}

.xoxo-home-footer__credit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px 22px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.64);
  font-family: var(--body-font);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.xoxo-home-footer__imagined {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.xoxo-home-footer__imagined::before {
  content: "•";
  color: rgba(255,255,255,.36);
  margin-right: 2px;
}

.xoxo-home-footer__imagined a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.xoxo-home-footer__imagined img {
  display: block;
  width: auto;
  height: 20px;
  max-width: 140px;
  object-fit: contain;
}

.xoxo-home-footer__imagined a:hover img,
.xoxo-home-footer__imagined a:focus-visible img {
  opacity: .78;
}

@media (max-width: 620px) {
  .xoxo-home-footer {
    padding: 44px 16px max(28px, env(safe-area-inset-bottom));
  }

  .xoxo-home-footer__inner {
    gap: 28px;
  }

  .xoxo-home-footer__acknowledgement {
    font-size: 14px;
    line-height: 1.55;
  }

  .xoxo-home-footer__credit {
    display: grid;
    justify-items: center;
    gap: 12px;
    text-align: center;
  }

  .xoxo-home-footer__imagined::before {
    content: none;
  }

  .xoxo-home-footer__imagined img {
    height: 18px;
    max-width: 126px;
  }
}


/* v48: footer logo + social links in footer and menu */
.site-nav__socials {
  width: 100%;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.14);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.site-nav__socials a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.06);
  font-family: var(--body-font);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-nav__socials a:hover,
.site-nav__socials a:focus-visible {
  color: #111;
  background: #ffe600;
  border-color: #ffe600;
  outline: none;
}

.xoxo-home-footer__logo {
  display: inline-flex;
  justify-self: center;
  align-items: center;
  justify-content: center;
}

.xoxo-home-footer__logo img {
  display: block;
  width: min(220px, 44vw);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(0,0,0,.28));
}

.xoxo-home-footer__socials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.xoxo-home-footer__socials a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 10px 16px 9px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.055);
  font-family: var(--body-font);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}

.xoxo-home-footer__socials a:hover,
.xoxo-home-footer__socials a:focus-visible {
  color: #111;
  background: #ffe600;
  border-color: #ffe600;
  outline: none;
}

@media (max-width: 620px) {
  .site-nav__socials {
    grid-template-columns: 1fr;
  }

  .xoxo-home-footer__logo img {
    width: min(190px, 58vw);
  }

  .xoxo-home-footer__socials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 360px);
    margin: 0 auto;
  }

  .xoxo-home-footer__socials a {
    width: 100%;
  }
}


/* v49: social icon buttons + two-line background button */
.background-reopen--header {
  min-width: 132px;
  min-height: 50px;
  padding: 9px 16px 8px;
  line-height: .9;
  text-align: center;
  white-space: normal;
}

.site-nav__socials a,
.xoxo-home-footer__socials a {
  gap: 8px;
}

.site-nav__socials svg,
.xoxo-home-footer__socials svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.site-nav__socials a span,
.xoxo-home-footer__socials a span {
  display: inline-block;
}

.xoxo-home-footer__socials a {
  min-width: 126px;
}

@media (max-width: 620px) {
  .background-reopen--header {
    min-width: 112px;
    min-height: 46px;
    padding: 8px 12px 7px;
    font-size: 9px;
  }

  .site-nav__socials a span,
  .xoxo-home-footer__socials a span {
    display: none;
  }

  .site-nav__socials a,
  .xoxo-home-footer__socials a {
    min-width: 0;
    width: 54px;
    height: 54px;
    min-height: 54px;
    padding: 0;
    border-radius: 999px;
  }

  .site-nav__socials {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .xoxo-home-footer__socials {
    display: flex;
    justify-content: center;
    width: auto;
  }

  .site-nav__socials svg,
  .xoxo-home-footer__socials svg {
    width: 22px;
    height: 22px;
  }
}


/* v50: icon-only social and mailing-list links */
.site-nav__socials a,
.xoxo-home-footer__socials a {
  width: 54px;
  min-width: 54px;
  height: 54px;
  min-height: 54px;
  padding: 0;
  border-radius: 999px;
}

.site-nav__socials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.xoxo-home-footer__socials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.site-nav__socials svg,
.xoxo-home-footer__socials svg {
  width: 22px;
  height: 22px;
}

.site-nav__socials a span,
.xoxo-home-footer__socials a span {
  display: none !important;
}

@media (min-width: 621px) {
  .site-nav__socials {
    gap: 10px;
  }

  .xoxo-home-footer__socials {
    gap: 10px;
  }
}


/* v51: site-wide footer */
.page-shell:not(.page-shell--home) + .xoxo-home-footer {
  margin-top: clamp(28px, 5vw, 72px);
}

.page-shell--contact + .xoxo-home-footer,
.page-shell--cast + .xoxo-home-footer,
.page-shell--faq + .xoxo-home-footer,
.page-shell--events + .xoxo-home-footer,
.page-shell--join-list + .xoxo-home-footer {
  margin-top: clamp(34px, 5vw, 78px);
}

@media (max-width: 620px) {
  .page-shell:not(.page-shell--home) + .xoxo-home-footer {
    margin-top: 28px;
  }
}


/* v52: FAQ modal and About anchor */
.xoxo-faq-blob.is-open { grid-column: auto; }
.xoxo-faq-blob__answer { display: none !important; }
.xoxo-faq-blob__plus { font-size: 17px; }

.xoxo-faq-modal[hidden] { display: none !important; }

.xoxo-faq-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid;
  place-items: center;
  padding: 20px;
}

.xoxo-faq-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7,5,9,.80);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.xoxo-faq-modal__panel {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(84vh, 820px);
  overflow: auto;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 32px;
  padding: clamp(30px, 4.5vw, 54px);
  color: #fff;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,230,0,.13), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(255,56,150,.18), transparent 38%),
    #17131a;
  box-shadow: 0 34px 110px rgba(0,0,0,.52);
}

.xoxo-faq-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.08);
  font-size: 25px;
  cursor: pointer;
}

.xoxo-faq-modal__eyebrow {
  margin: 0 0 12px;
  color: #ffe600;
  font-family: var(--body-font);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.xoxo-faq-modal__panel h2 {
  max-width: 660px;
  margin: 0;
  padding-right: 46px;
  color: #fff;
  font-family: var(--display-font);
  font-size: clamp(30px, 5vw, 58px);
  line-height: .92;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.xoxo-faq-modal__answer {
  margin-top: 24px;
  color: rgba(255,255,255,.78);
  font-family: var(--body-font);
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 550;
  line-height: 1.62;
}

.xoxo-faq-modal__answer a {
  color: #ffe600;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.xoxo-faq-modal__done {
  margin-top: 30px;
  min-width: 130px;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  color: #111;
  background: #ffe600;
  font-family: var(--body-font);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  cursor: pointer;
}

body.has-faq-modal { overflow: hidden; }

@media (max-width: 640px) {
  .xoxo-faq-modal { padding: 12px; }
  .xoxo-faq-modal__panel {
    border-radius: 24px;
    padding: 28px 20px 24px;
  }
  .xoxo-faq-modal__panel h2 {
    font-size: clamp(28px, 9vw, 42px);
  }
}


/* v53: prevent native mobile play overlays on decorative scene video */
.scene__video {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.scene__video::-webkit-media-controls,
.scene__video::-webkit-media-controls-panel,
.scene__video::-webkit-media-controls-start-playback-button,
.scene__video::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0 !important;
}

.scene__video:not(.is-ready) {
  opacity: 0 !important;
}




/* v55: reliable cast-name fitting */
.cast-card__name {
  display: block;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  overflow: visible;
  letter-spacing: -.025em;
}

.cast-card__front-copy .cast-card__name {
  max-width: 100%;
}

.cast-card__back .cast-card__name {
  max-width: calc(100% - 38px);
}

@media (max-width: 760px) {
  .cast-card__name {
    letter-spacing: -.03em;
  }

  .cast-card__back .cast-card__name {
    max-width: calc(100% - 30px);
  }
}


/* v57: icon-only social row on cast card backs */
.cast-card__social,
.cast-card__social-label {
  display: none !important;
}

.cast-card__social-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.cast-card__social-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #111;
  border-radius: 999px;
  color: #111;
  background: transparent;
  text-decoration: none;
  transition:
    background .18s ease,
    color .18s ease,
    transform .18s ease;
}

.cast-card__social-icon:hover,
.cast-card__social-icon:focus-visible {
  color: #fff;
  background: #111;
  transform: translateY(-2px);
  outline: none;
}

.cast-card__social-icon svg {
  width: 23px;
  height: 23px;
  display: block;
}

@media (max-width: 760px) {
  .cast-card__social-row {
    gap: 10px;
  }

  .cast-card__social-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
  }

  .cast-card__social-icon svg {
    width: 21px;
    height: 21px;
  }
}


/* v58: replace cast social handle boxes with icon-only row */
.cast-card__socials {
  display: none !important;
}

.cast-card__social-row {
  margin-top: auto;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.cast-card__social-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 2px solid #111;
  border-radius: 999px;
  color: #111;
  background: rgba(255,255,255,.28);
  text-decoration: none;
  transition: transform .15s ease, background .15s ease, color .15s ease;
}

.cast-card__social-icon:hover,
.cast-card__social-icon:focus-visible {
  color: #fff;
  background: #111;
  transform: translateY(-2px);
  outline: none;
}

.cast-card__social-icon svg {
  display: block;
  width: 23px;
  height: 23px;
}

.cast-card__offline {
  margin-top: auto;
}

@media (max-width: 760px) {
  .cast-card__social-row {
    gap: 9px;
  }

  .cast-card__social-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  .cast-card__social-icon svg {
    width: 20px;
    height: 20px;
  }
}


/* v59: smaller cast social icons immediately after the name */
.cast-card__name-row {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  max-width: calc(100% - 40px);
}

.cast-card__name-row .cast-card__name {
  flex: 0 1 auto;
  min-width: 0;
  max-width: none;
}

.cast-card__name-row .cast-card__social-row {
  margin: 0 0 7px;
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
  flex-wrap: nowrap;
}

.cast-card__name-row .cast-card__social-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border-width: 1.5px;
  background: rgba(255,255,255,.22);
}

.cast-card__name-row .cast-card__social-icon svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 760px) {
  .cast-card__name-row {
    gap: 7px;
    max-width: calc(100% - 32px);
  }

  .cast-card__name-row .cast-card__social-row {
    gap: 4px;
    margin-bottom: 5px;
  }

  .cast-card__name-row .cast-card__social-icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
  }

  .cast-card__name-row .cast-card__social-icon svg {
    width: 12px;
    height: 12px;
  }
}


/* v60: properly inline, half-size cast social icons */
.cast-card__name-row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
  max-width: calc(100% - 42px);
  flex-wrap: nowrap !important;
}

.cast-card__name-row .cast-card__name {
  flex: 0 1 auto !important;
  min-width: 0;
  max-width: calc(100% - 68px);
  margin: 0 !important;
  line-height: .9;
}

.cast-card__name-row .cast-card__social-row {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start;
  gap: 4px;
  flex: 0 0 auto;
  flex-wrap: nowrap !important;
  width: auto !important;
}

.cast-card__name-row .cast-card__social-icon {
  position: static !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  padding: 0 !important;
  border-width: 1px !important;
  margin: 0 !important;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  transform: none !important;
}

.cast-card__name-row .cast-card__social-icon svg {
  width: 9px !important;
  height: 9px !important;
}

.cast-card__name-row .cast-card__social-icon:hover,
.cast-card__name-row .cast-card__social-icon:focus-visible {
  transform: none !important;
}

@media (max-width: 760px) {
  .cast-card__name-row {
    gap: 5px;
    max-width: calc(100% - 34px);
  }

  .cast-card__name-row .cast-card__name {
    max-width: calc(100% - 60px);
  }

  .cast-card__name-row .cast-card__social-icon {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
  }

  .cast-card__name-row .cast-card__social-icon svg {
    width: 8px !important;
    height: 8px !important;
  }
}


/* v61: stronger, properly spaced cast social icons */
.cast-card__name-row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start;
  gap: 10px !important;
  width: 100%;
  max-width: calc(100% - 42px);
  flex-wrap: nowrap !important;
}

.cast-card__name-row .cast-card__name {
  flex: 0 1 auto !important;
  min-width: 0;
  max-width: none !important;
  margin: 0 !important;
  line-height: .9;
}

.cast-card__name-row .cast-card__social-row {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex: 0 0 auto !important;
  width: auto !important;
  transform: none !important;
}

.cast-card__name-row .cast-card__social-icon {
  position: static !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 2px solid #111 !important;
  border-radius: 999px;
  color: #fff !important;
  background: #111 !important;
  box-shadow: none !important;
  transform: none !important;
}

.cast-card__name-row .cast-card__social-icon svg {
  display: block;
  width: 13px !important;
  height: 13px !important;
}

.cast-card__name-row .cast-card__social-icon:hover,
.cast-card__name-row .cast-card__social-icon:focus-visible {
  color: #111 !important;
  background: #ffe600 !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 760px) {
  .cast-card__name-row {
    gap: 8px !important;
    max-width: calc(100% - 34px);
  }

  .cast-card__name-row .cast-card__social-row {
    gap: 5px !important;
  }

  .cast-card__name-row .cast-card__social-icon {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important;
  }

  .cast-card__name-row .cast-card__social-icon svg {
    width: 12px !important;
    height: 12px !important;
  }
}


/* v62: true inline cast name + social icons */
.cast-card__name-row {
  display: none !important;
}

.cast-card__name-line {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start;
  gap: 4px !important;
  width: calc(100% - 42px);
  max-width: calc(100% - 42px);
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
}

.cast-card__name-line .cast-card__name {
  display: inline-block !important;
  flex: 0 1 auto;
  min-width: 0;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: .9;
  vertical-align: middle;
}

.cast-card__social-inline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start;
  gap: 3px !important;
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle;
}

.cast-card__social-inline .cast-card__social-icon {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  min-height: 15px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid #111 !important;
  border-radius: 999px;
  color: #fff !important;
  background: #111 !important;
  box-shadow: none !important;
  transform: none !important;
}

.cast-card__social-inline .cast-card__social-icon svg {
  display: block;
  width: 7px !important;
  height: 7px !important;
}

.cast-card__social-inline .cast-card__social-icon:hover,
.cast-card__social-inline .cast-card__social-icon:focus-visible {
  color: #111 !important;
  background: #ffe600 !important;
  transform: none !important;
}

@media (max-width: 760px) {
  .cast-card__name-line {
    gap: 3px !important;
    width: calc(100% - 34px);
    max-width: calc(100% - 34px);
  }

  .cast-card__social-inline {
    gap: 2px !important;
  }

  .cast-card__social-inline .cast-card__social-icon {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
  }

  .cast-card__social-inline .cast-card__social-icon svg {
    width: 6px !important;
    height: 6px !important;
  }
}


/* v64: consistent cast-name sizing on card backs */
.cast-card__back .cast-card__name-line {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start;
  gap: 4px !important;
  width: calc(100% - 42px);
  max-width: calc(100% - 42px);
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
}

.cast-card__back .cast-card__name-line .cast-card__name {
  display: inline-block !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 40px !important;
  line-height: .9 !important;
  letter-spacing: -.03em !important;
}

.cast-card__back .cast-card__name-line .cast-card__name--long {
  font-size: 35px !important;
}

.cast-card__back .cast-card__name-line .cast-card__name--very-long {
  font-size: 30px !important;
}

.cast-card__back .cast-card__social-inline {
  display: inline-flex !important;
  align-items: center !important;
  gap: 2px !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cast-card__back .cast-card__social-inline .cast-card__social-icon {
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  min-height: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cast-card__back .cast-card__social-inline .cast-card__social-icon svg {
  width: 7px !important;
  height: 7px !important;
}

@media (max-width: 760px) {
  .cast-card__back .cast-card__name-line {
    gap: 3px !important;
    width: calc(100% - 34px);
    max-width: calc(100% - 34px);
  }

  .cast-card__back .cast-card__name-line .cast-card__name {
    font-size: 34px !important;
  }

  .cast-card__back .cast-card__name-line .cast-card__name--long {
    font-size: 30px !important;
  }

  .cast-card__back .cast-card__name-line .cast-card__name--very-long {
    font-size: 26px !important;
  }

  .cast-card__back .cast-card__social-inline .cast-card__social-icon {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
  }
}


/* v66: compact socials beneath names + reliable name fitting */
.cast-card__back .cast-card__name-line,
.cast-card__back .cast-card__name-row {
  display: none !important;
}

.cast-card__name-block {
  display: block;
  width: calc(100% - 42px);
  max-width: calc(100% - 42px);
}

.cast-card__name-block .cast-card__name {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
  line-height: .9 !important;
  letter-spacing: -.03em;
}

.cast-card__back .cast-card__name--long,
.cast-card__back .cast-card__name--very-long {
  font-size: inherit !important;
}

.cast-card__social-below {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  margin-top: 7px;
  padding: 0;
}

.cast-card__social-below .cast-card__social-icon {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  min-height: 15px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid #111 !important;
  border-radius: 999px;
  color: #fff !important;
  background: #111 !important;
  box-shadow: none !important;
  transform: none !important;
}

.cast-card__social-below .cast-card__social-icon svg {
  display: block;
  width: 7px !important;
  height: 7px !important;
}

.cast-card__social-below .cast-card__social-icon:hover,
.cast-card__social-below .cast-card__social-icon:focus-visible {
  color: #111 !important;
  background: #ffe600 !important;
  transform: none !important;
}

@media (max-width: 760px) {
  .cast-card__name-block {
    width: calc(100% - 34px);
    max-width: calc(100% - 34px);
  }

  .cast-card__social-below {
    margin-top: 6px;
    gap: 2px;
  }

  .cast-card__social-below .cast-card__social-icon {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
  }

  .cast-card__social-below .cast-card__social-icon svg {
    width: 6px !important;
    height: 6px !important;
  }
}


/* v69: homepage ticket button + persistent header */
body[data-page="home"] .site-header {
  position: fixed !important;
  inset: 0 0 auto 0;
  width: 100%;
  z-index: 1000;
  background: linear-gradient(
    180deg,
    rgba(10, 8, 12, .78) 0%,
    rgba(10, 8, 12, .42) 68%,
    rgba(10, 8, 12, 0) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 17px 11px;
  font-family: var(--display-font);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .015em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    transform .18s ease,
    background .18s ease,
    border-color .18s ease,
    color .18s ease;
}

.hero-action:hover,
.hero-action:focus-visible {
  transform: translateY(-3px);
  outline: none;
}

.hero-action--tickets {
  border: 1px solid #ffe600;
  color: #111;
  background: #ffe600;
}

.hero-action--tickets:hover,
.hero-action--tickets:focus-visible {
  background: #fff36a;
  border-color: #fff36a;
}

.hero-actions .find-out-more {
  margin-top: 0;
}

.hero-action--more {
  border: 1px solid rgba(255,255,255,.26);
  color: #fff;
  background: rgba(5,5,5,.38);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-action--more:hover,
.hero-action--more:focus-visible {
  color: #111;
  background: #fff;
  border-color: #fff;
}

@media (max-width: 800px) {
  body[data-page="home"] .site-header {
    padding-top: max(16px, env(safe-area-inset-top));
  }

  .hero-actions {
    margin-top: 20px;
    gap: 8px;
  }

  .hero-action {
    min-height: 40px;
    padding: 11px 14px 10px;
    font-size: 9px;
  }
}

@media (max-width: 430px) {
  .hero-actions {
    width: 100%;
  }

  .hero-action {
    flex: 1 1 auto;
  }
}


/* v71: keep the homepage header fixed without a shaded backdrop */
body[data-page="home"] .site-header {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}


/* v72: homepage page-two editorial story layout */
.about-xoxo-section {
  padding-top: clamp(90px, 11vw, 150px);
}

.about-xoxo-title {
  max-width: 1120px;
  margin: 0 auto clamp(70px, 9vw, 120px);
  font-size: clamp(34px, 6.5vw, 92px);
  line-height: .9;
  text-align: left;
}

.about-xoxo-stories {
  display: grid;
  gap: clamp(80px, 11vw, 150px);
}

.about-xoxo-story {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  align-items: center;
  gap: clamp(34px, 6vw, 90px);
  padding-bottom: clamp(54px, 8vw, 96px);
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.about-xoxo-story--reverse .about-xoxo-story__copy {
  order: 2;
}

.about-xoxo-story--reverse .about-xoxo-story__image {
  order: 1;
}

.about-xoxo-story__copy {
  min-width: 0;
}

.about-xoxo-story__number {
  margin: 0 0 18px;
  color: #ffe600;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.about-xoxo-story h3 {
  margin: 0 0 24px;
  font-family: var(--display-font);
  font-size: clamp(30px, 4.5vw, 64px);
  line-height: .92;
  text-transform: uppercase;
}

.about-xoxo-story__text {
  max-width: 720px;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.55;
  font-weight: 600;
}

.about-xoxo-story__text p:first-child {
  margin-top: 0;
}

.about-xoxo-story__text p:last-child {
  margin-bottom: 0;
}

.about-xoxo-story__text a {
  color: #ffe600;
  font-weight: 900;
}

.about-xoxo-story__image {
  min-width: 0;
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255,255,255,.06);
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.about-xoxo-story__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
}

.about-xoxo-layout,
.about-xoxo-pills,
.about-xoxo-centre {
  display: none !important;
}

@media (max-width: 860px) {
  .about-xoxo-title {
    margin-bottom: 64px;
  }

  .about-xoxo-story,
  .about-xoxo-story--reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-xoxo-story--reverse .about-xoxo-story__copy,
  .about-xoxo-story--reverse .about-xoxo-story__image {
    order: initial;
  }

  .about-xoxo-story__image {
    border-radius: 22px;
  }
}

@media (max-width: 560px) {
  .about-xoxo-section {
    padding-top: 74px;
  }

  .about-xoxo-title {
    font-size: clamp(31px, 12vw, 52px);
    margin-bottom: 54px;
  }

  .about-xoxo-stories {
    gap: 60px;
  }

  .about-xoxo-story {
    padding-bottom: 58px;
  }

  .about-xoxo-story h3 {
    font-size: clamp(27px, 10vw, 44px);
  }

  .about-xoxo-story__text {
    font-size: 16px;
  }
}


/* v73: full-width flowing About sections */
.about-xoxo-title {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
  text-wrap: balance;
  font-size: clamp(30px, 5.4vw, 78px);
  line-height: .92;
}

.about-xoxo-stories {
  display: block;
}

.about-xoxo-story,
.about-xoxo-story--reverse {
  display: block !important;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(64px, 9vw, 120px) 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.about-xoxo-story:first-child {
  padding-top: 0;
}

.about-xoxo-story__copy,
.about-xoxo-story--reverse .about-xoxo-story__copy {
  order: initial !important;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.about-xoxo-story__number {
  display: none !important;
}

.about-xoxo-story h3 {
  max-width: 1100px;
  margin: 0 0 24px;
  font-size: clamp(30px, 4.8vw, 68px);
  line-height: .92;
  overflow-wrap: anywhere;
  white-space: normal;
}

.about-xoxo-story__text {
  width: 100%;
  max-width: 900px;
  margin: 0;
}

.about-xoxo-story__image,
.about-xoxo-story--reverse .about-xoxo-story__image {
  order: initial !important;
  width: 100%;
  max-width: 1180px;
  margin: clamp(30px, 5vw, 58px) auto 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.about-xoxo-story__image img {
  width: 100%;
  max-height: none;
  object-fit: contain;
}

@media (max-width: 860px) {
  .about-xoxo-title {
    font-size: clamp(28px, 8.8vw, 54px);
  }

  .about-xoxo-story,
  .about-xoxo-story--reverse {
    padding: 64px 0;
  }

  .about-xoxo-story__copy,
  .about-xoxo-story__image {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .about-xoxo-title {
    font-size: clamp(27px, 10.5vw, 44px);
    line-height: .94;
  }

  .about-xoxo-story {
    padding: 54px 0;
  }

  .about-xoxo-story h3 {
    font-size: clamp(26px, 9vw, 40px);
  }
}


/* v74: contribution card grid */
.about-xoxo-story--contribute {
  padding-top: 0;
}

.about-xoxo-story--contribute .about-xoxo-story__copy {
  max-width: 1180px;
}

.about-xoxo-story--contribute h3 {
  max-width: 900px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.contribute-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  align-items: stretch;
  margin: 0 0 clamp(48px, 7vw, 84px);
}

.contribute-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: clamp(170px, 18vw, 250px);
  padding: clamp(20px, 2.4vw, 30px);
  border: 3px solid #111;
  border-radius: 24px;
  background: #ffe600;
  color: #111;
  box-shadow: 10px 12px 0 rgba(0,0,0,.28);
  overflow: hidden;
  isolation: isolate;
}

.contribute-card::before {
  content: "";
  position: absolute;
  inset: auto -18% -45% auto;
  width: 78%;
  aspect-ratio: 1;
  border: 3px solid rgba(17,17,17,.18);
  border-radius: 50%;
  z-index: -1;
}

.contribute-card p {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(18px, 1.8vw, 28px);
  line-height: .96;
  text-transform: uppercase;
}

.contribute-card--1 {
  transform: rotate(-2.4deg);
  background: #ffe600;
}

.contribute-card--2 {
  transform: rotate(1.8deg) translateY(12px);
  background: #ff73c7;
}

.contribute-card--3 {
  transform: rotate(-1.1deg) translateY(-7px);
  background: #b9ff38;
}

.contribute-card--4 {
  transform: rotate(2.7deg) translateY(8px);
  background: #fff7d7;
}

.contribute-card--5 {
  grid-column: span 2;
  transform: rotate(1.3deg) translateY(6px);
  background: #ff784f;
}

.contribute-card--6 {
  grid-column: span 2;
  transform: rotate(-1.8deg) translateY(-5px);
  background: #7cc8ff;
}

.about-xoxo-story__text--contribute {
  max-width: 980px;
  display: grid;
  gap: 18px;
}

.about-xoxo-story__text--contribute p {
  margin: 0;
}

@media (max-width: 980px) {
  .contribute-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contribute-card--5,
  .contribute-card--6 {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .contribute-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contribute-card {
    min-height: 150px;
    transform: none !important;
    border-radius: 20px;
  }

  .contribute-card:nth-child(even) {
    transform: rotate(1.2deg) !important;
  }

  .contribute-card:nth-child(odd) {
    transform: rotate(-1.2deg) !important;
  }

  .contribute-card p {
    font-size: clamp(19px, 7vw, 27px);
  }
}


/* v75: contribution heading refinement + safer type + gentle motion */
.about-xoxo-story--contribute h3 {
  max-width: 760px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
  font-size: clamp(28px, 3.8vw, 52px);
  line-height: .96;
}

.contribute-card {
  animation: contributeFloat 8s ease-in-out infinite alternate;
  will-change: transform;
}

.contribute-card p {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: none;
  font-size: clamp(15px, 1.35vw, 22px);
  line-height: .94;
  letter-spacing: -.025em;
}

.contribute-card--1 {
  animation-duration: 8.2s;
  animation-delay: -1.4s;
}

.contribute-card--2 {
  animation-duration: 9.1s;
  animation-delay: -3.7s;
}

.contribute-card--3 {
  animation-duration: 7.6s;
  animation-delay: -2.2s;
}

.contribute-card--4 {
  animation-duration: 8.8s;
  animation-delay: -5.1s;
}

.contribute-card--5 {
  animation-duration: 9.4s;
  animation-delay: -4.4s;
}

.contribute-card--6 {
  animation-duration: 8.5s;
  animation-delay: -6.2s;
}

@keyframes contributeFloat {
  0% {
    translate: -5px -4px;
  }
  35% {
    translate: 4px 2px;
  }
  70% {
    translate: -2px 6px;
  }
  100% {
    translate: 6px -3px;
  }
}

@media (max-width: 980px) {
  .about-xoxo-story--contribute h3 {
    font-size: clamp(27px, 6vw, 44px);
  }

  .contribute-card p {
    font-size: clamp(16px, 2.7vw, 22px);
  }
}

@media (max-width: 620px) {
  .about-xoxo-story--contribute h3 {
    max-width: 92%;
    font-size: clamp(26px, 9vw, 38px);
  }

  .contribute-card {
    animation-duration: 7.5s;
  }

  .contribute-card p {
    font-size: clamp(17px, 6.3vw, 23px);
    line-height: .96;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contribute-card {
    animation: none !important;
  }
}


/* v76: clickable contribution cards + irregular modal */
.contribute-card {
  appearance: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.contribute-card p span {
  display: block;
  margin-top: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: .62em;
  line-height: 1.1;
  font-weight: 900;
}

.contribute-card:hover,
.contribute-card:focus-visible {
  filter: brightness(1.04);
  outline: none;
}

.contribute-card--7 {
  transform: rotate(2deg) translateY(4px);
  background: #c7a5ff;
  animation-duration: 9.2s;
  animation-delay: -2.8s;
}

.contribute-card--8 {
  transform: rotate(-2.3deg) translateY(-6px);
  background: #8ef0d0;
  animation-duration: 8.1s;
  animation-delay: -5.8s;
}

.contribute-card--9 {
  transform: rotate(1.4deg) translateY(9px);
  background: #ffbe3f;
  animation-duration: 9.6s;
  animation-delay: -3.1s;
}

.contribute-card--10 {
  transform: rotate(-1.7deg) translateY(-4px);
  background: #ff9ee3;
  animation-duration: 8.7s;
  animation-delay: -6.6s;
}

.contribute-modal[hidden] {
  display: none !important;
}

.contribute-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: grid;
  place-items: center;
  padding: 24px;
}

.contribute-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, .78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.contribute-modal__shape {
  position: relative;
  z-index: 1;
  width: min(680px, calc(100vw - 36px));
  min-height: 380px;
  padding: clamp(34px, 6vw, 64px);
  color: #111;
  background:
    radial-gradient(circle at 88% 12%, rgba(255,255,255,.55), transparent 24%),
    linear-gradient(135deg, #ffe600, #ff73c7 58%, #7cc8ff);
  border: 4px solid #111;
  clip-path: polygon(
    5% 8%,
    92% 0,
    100% 16%,
    96% 84%,
    82% 100%,
    10% 94%,
    0 76%,
    3% 25%
  );
  box-shadow: 18px 22px 0 rgba(0,0,0,.38);
  transform: rotate(-1.2deg);
}

.contribute-modal__shape::after {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border: 2px solid rgba(17,17,17,.22);
  clip-path: inherit;
}

.contribute-modal__close {
  position: absolute;
  top: 24px;
  right: 32px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 3px solid #111;
  border-radius: 50%;
  background: #fff7d7;
  color: #111;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
}

.contribute-modal__eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contribute-modal h2 {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 0 30px;
  font-family: var(--display-font);
  font-size: clamp(30px, 5.5vw, 62px);
  line-height: .92;
  text-transform: uppercase;
}

.contribute-modal__body {
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1;
  font-weight: 900;
}

.contribute-modal__done {
  position: relative;
  z-index: 1;
  appearance: none;
  border: 3px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 14px 22px 12px;
  font-family: var(--display-font);
  font-size: 12px;
  cursor: pointer;
}

body.has-contribute-modal {
  overflow: hidden;
}

@media (max-width: 620px) {
  .contribute-modal {
    padding: 14px;
  }

  .contribute-modal__shape {
    min-height: 340px;
    padding: 58px 28px 34px;
    clip-path: polygon(
      4% 5%,
      93% 0,
      100% 14%,
      97% 86%,
      84% 100%,
      8% 95%,
      0 78%,
      2% 20%
    );
  }

  .contribute-modal__close {
    top: 18px;
    right: 22px;
    width: 40px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contribute-modal__shape {
    transform: none;
  }
}


/* v77: seven commandments broadcast-strip layout */
.xoxo-commandments {
  width: 100%;
  max-width: 1180px;
  margin: clamp(78px, 10vw, 130px) auto 0;
}

.xoxo-commandments > h3 {
  max-width: 820px !important;
  margin: 0 auto clamp(42px, 6vw, 72px) !important;
  text-align: center;
  font-size: clamp(28px, 3.8vw, 52px) !important;
  line-height: .96 !important;
}

.xoxo-commandments__stage {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  align-items: stretch;
}

.xoxo-commandment {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 2vw, 28px);
  min-height: 130px;
  padding: clamp(20px, 2.6vw, 34px);
  color: #111;
  border: 3px solid #111;
  box-shadow: 9px 10px 0 rgba(0,0,0,.26);
  overflow: hidden;
  isolation: isolate;
}

.xoxo-commandment::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -55px;
  bottom: -80px;
  border: 3px solid rgba(17,17,17,.16);
  border-radius: 50%;
  z-index: -1;
}

.xoxo-commandment__number {
  font-family: var(--display-font);
  font-size: clamp(44px, 6vw, 84px);
  line-height: .8;
}

.xoxo-commandment p {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(18px, 1.75vw, 27px);
  line-height: .96;
  text-transform: uppercase;
}

.xoxo-commandment--1 {
  grid-column: span 7;
  background: #ffe600;
  clip-path: polygon(0 8%, 97% 0, 100% 84%, 3% 100%);
  transform: rotate(-.7deg);
}

.xoxo-commandment--2 {
  grid-column: span 5;
  background: #ff73c7;
  clip-path: polygon(4% 0, 100% 7%, 96% 100%, 0 91%);
  transform: rotate(1.1deg);
}

.xoxo-commandment--3 {
  grid-column: span 4;
  background: #b9ff38;
  clip-path: polygon(0 0, 94% 5%, 100% 92%, 5% 100%);
  transform: rotate(-1.2deg);
}

.xoxo-commandment--4 {
  grid-column: span 8;
  background: #7cc8ff;
  clip-path: polygon(2% 7%, 100% 0, 97% 100%, 0 92%);
  transform: rotate(.6deg);
}

.xoxo-commandment--5 {
  grid-column: span 6;
  background: #ff784f;
  clip-path: polygon(0 4%, 97% 0, 100% 94%, 4% 100%);
  transform: rotate(.9deg);
}

.xoxo-commandment--6 {
  grid-column: span 6;
  background: #c7a5ff;
  clip-path: polygon(3% 0, 100% 6%, 96% 100%, 0 95%);
  transform: rotate(-.8deg);
}

.xoxo-commandment--7 {
  grid-column: 3 / span 8;
  background: #fff7d7;
  clip-path: polygon(0 8%, 96% 0, 100% 87%, 4% 100%);
  transform: rotate(.5deg);
}

@media (max-width: 860px) {
  .xoxo-commandments__stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xoxo-commandment,
  .xoxo-commandment--1,
  .xoxo-commandment--2,
  .xoxo-commandment--3,
  .xoxo-commandment--4,
  .xoxo-commandment--5,
  .xoxo-commandment--6,
  .xoxo-commandment--7 {
    grid-column: auto;
  }

  .xoxo-commandment--7 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 580px) {
  .xoxo-commandments {
    margin-top: 72px;
  }

  .xoxo-commandments__stage {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .xoxo-commandment,
  .xoxo-commandment--7 {
    grid-column: auto;
    min-height: 116px;
    transform: none;
  }

  .xoxo-commandment:nth-child(odd) {
    transform: rotate(-.7deg);
  }

  .xoxo-commandment:nth-child(even) {
    transform: rotate(.7deg);
  }

  .xoxo-commandment p {
    font-size: clamp(17px, 6vw, 23px);
  }
}


/* v78: Squad Games modal content + replacement music section */
.contribute-modal__eyebrow {
  display: none !important;
}

.contribute-modal__image {
  position: relative;
  z-index: 1;
  width: min(330px, 72%);
  margin: 0 auto 24px;
}

.contribute-modal__image[hidden] {
  display: none !important;
}

.contribute-modal__image img {
  display: block;
  width: 100%;
  max-height: 150px;
  object-fit: contain;
}

.contribute-modal__image + h2 {
  margin-top: 0;
}

.contribute-modal__body {
  white-space: pre-line;
  font-size: clamp(18px, 2.2vw, 27px);
  line-height: 1.2;
}

.about-xoxo-story--music {
  padding-top: clamp(70px, 9vw, 115px);
}

.about-xoxo-story--music .about-xoxo-story__copy {
  max-width: 1180px;
}

.about-xoxo-story--music h3 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: clamp(28px, 3.8vw, 52px);
}

.about-xoxo-story--music .about-xoxo-story__text {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(18px, 2vw, 24px);
  text-align: center;
}

@media (max-width: 620px) {
  .contribute-modal__image {
    width: min(270px, 80%);
    margin-bottom: 18px;
  }

  .contribute-modal__image img {
    max-height: 110px;
  }

  .contribute-modal__body {
    font-size: 17px;
    line-height: 1.25;
  }
}


/* v79: centred intro, Chaos Crew modal link, first-event CTA */
.about-xoxo-title {
  display: none !important;
}

.about-xoxo-story--contribute {
  padding-top: clamp(72px, 9vw, 120px);
}

.about-xoxo-story--contribute h3 {
  max-width: 900px;
  font-size: clamp(30px, 4.4vw, 58px);
}

.about-xoxo-story__text--contribute {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-xoxo-story__text--contribute strong {
  color: #ffe600;
}

.contribute-modal__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px 34px 0;
  padding: 14px 22px 12px;
  border: 3px solid #111;
  border-radius: 999px;
  background: #fff7d7;
  color: #111;
  font-family: var(--display-font);
  font-size: 11px;
  text-decoration: none;
}

.contribute-modal__link[hidden] {
  display: none !important;
}

.xoxo-first-event {
  position: relative;
  width: min(980px, 100%);
  margin: clamp(80px, 10vw, 130px) auto 0;
  padding: clamp(34px, 5vw, 64px);
  text-align: center;
  color: #111;
  background: linear-gradient(135deg, #ffe600, #ff73c7 62%, #7cc8ff);
  border: 4px solid #111;
  clip-path: polygon(3% 6%, 96% 0, 100% 88%, 6% 100%, 0 74%);
  box-shadow: 14px 16px 0 rgba(0,0,0,.3);
  transform: rotate(-.6deg);
}

.xoxo-first-event p {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .14em;
}

.xoxo-first-event strong {
  display: block;
  margin: 0 0 26px;
  font-family: var(--display-font);
  font-size: clamp(34px, 6vw, 78px);
  line-height: .88;
}

.xoxo-first-event a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px 13px;
  border: 3px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-family: var(--display-font);
  font-size: 12px;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.xoxo-first-event a:hover,
.xoxo-first-event a:focus-visible {
  transform: translateY(-3px);
  background: #fff;
  color: #111;
  outline: none;
}

@media (max-width: 620px) {
  .about-xoxo-story--contribute h3 {
    font-size: clamp(28px, 9vw, 42px);
  }

  .about-xoxo-story__text--contribute {
    text-align: left;
  }

  .xoxo-first-event {
    clip-path: polygon(4% 3%, 95% 0, 100% 92%, 8% 100%, 0 78%);
    padding: 42px 24px;
  }
}


/* v80: Spotify split layout + launch event label */
.about-xoxo-music-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.about-xoxo-story--music .about-xoxo-story__text {
  margin: 0;
  text-align: left;
}

.about-xoxo-spotify {
  position: relative;
  min-width: 0;
  padding: 10px;
  border: 3px solid #111;
  border-radius: 28px;
  background: linear-gradient(135deg, #ffe600, #ff73c7 60%, #7cc8ff);
  box-shadow: 12px 14px 0 rgba(0,0,0,.28);
  transform: rotate(.8deg);
}

.about-xoxo-spotify iframe {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 18px;
}

@media (max-width: 900px) {
  .about-xoxo-music-layout {
    grid-template-columns: 1fr;
  }

  .about-xoxo-story--music .about-xoxo-story__text {
    text-align: center;
    margin: 0 auto;
  }

  .about-xoxo-spotify {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 620px) {
  .about-xoxo-story--music .about-xoxo-story__text {
    text-align: left;
  }

  .about-xoxo-spotify {
    padding: 7px;
    border-radius: 22px;
    transform: none;
  }

  .about-xoxo-spotify iframe {
    height: 352px;
    border-radius: 15px;
  }
}


/* v81: bright crowd-powered first-visit background picker */
.background-picker {
  background:
    radial-gradient(circle at 12% 18%, rgba(255,230,0,.96) 0 10%, transparent 11%),
    radial-gradient(circle at 87% 16%, rgba(255,115,199,.92) 0 12%, transparent 13%),
    radial-gradient(circle at 82% 88%, rgba(124,200,255,.9) 0 14%, transparent 15%),
    radial-gradient(circle at 10% 84%, rgba(185,255,56,.88) 0 10%, transparent 11%),
    linear-gradient(135deg, #ff784f 0%, #c7a5ff 45%, #7cc8ff 100%) !important;
  padding: clamp(14px, 3vw, 34px);
}

.background-picker::before,
.background-picker::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: 0;
}

.background-picker::before {
  width: 180px;
  height: 46px;
  left: 5vw;
  top: 9vh;
  background: #111;
  transform: rotate(-8deg);
  border-radius: 999px;
  opacity: .9;
}

.background-picker::after {
  width: 120px;
  height: 120px;
  right: 5vw;
  bottom: 7vh;
  border: 16px solid #ffe600;
  border-radius: 50%;
  transform: rotate(12deg);
}

.background-picker__panel {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  max-height: calc(100vh - 28px);
  overflow: auto;
  padding: clamp(28px, 5vw, 64px);
  border: 4px solid #111;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,247,215,.92));
  color: #111;
  box-shadow: 18px 20px 0 rgba(0,0,0,.32);
  clip-path: polygon(1% 2%, 98% 0, 100% 96%, 3% 100%, 0 74%);
}

.background-picker__close {
  top: 22px;
  right: 24px;
  width: 46px;
  height: 46px;
  border: 3px solid #111;
  background: #ffe600;
  color: #111;
  box-shadow: 5px 6px 0 #111;
}

.background-prompt--party {
  max-width: 940px;
  margin: 0 auto clamp(32px, 5vw, 58px);
  text-align: center;
}

.background-prompt--party .eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  padding: 9px 15px 7px;
  border: 3px solid #111;
  border-radius: 999px;
  background: #ff73c7;
  color: #111;
  font-weight: 950;
  transform: rotate(-2deg);
}

.background-prompt--party h2 {
  margin: 0 0 22px;
  color: #111;
  font-size: clamp(34px, 6vw, 78px);
  line-height: .88;
}

.background-prompt__intro {
  max-width: 850px;
  margin: 0 auto 28px;
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.35;
  font-weight: 800;
}

.background-name {
  display: grid;
  gap: 9px;
  width: min(520px, 100%);
  margin: 0 auto;
  text-align: left;
}

.background-name span {
  padding-left: 12px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
}

.background-name input {
  width: 100%;
  border: 4px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  padding: 16px 22px 14px;
  font-family: "DM Sans", sans-serif;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 8px 9px 0 #111;
  outline: none;
  transition: transform .18s ease, background .18s ease;
}

.background-name input:focus {
  transform: translateY(-3px);
  background: #fff7d7;
}

.background-name input.is-missing {
  background: #ffb4b4;
  animation: xoxoNameShake .36s ease;
}

.background-name__message {
  min-height: 18px;
  margin: 12px 0 0;
  color: #111;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .07em;
  text-align: center;
}

.background-options {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(14px, 2vw, 24px) !important;
  max-width: 1060px;
  margin: 0 auto;
  padding: 10px 8px 18px;
}

.background-option {
  min-width: 0;
  min-height: 210px;
  border: 4px solid #111 !important;
  border-radius: 24px !important;
  background: #ffe600 !important;
  color: #111 !important;
  box-shadow: 9px 11px 0 rgba(0,0,0,.28);
  overflow: hidden;
  transform: rotate(-1.3deg);
  transition: transform .2s ease, box-shadow .2s ease !important;
}

.background-option:nth-child(2n) {
  transform: rotate(1.4deg) translateY(7px);
}

.background-option:nth-child(3n) {
  transform: rotate(-2deg) translateY(-4px);
}

.background-option:hover,
.background-option:focus-visible {
  transform: translateY(-7px) rotate(0deg) scale(1.025) !important;
  box-shadow: 12px 16px 0 rgba(0,0,0,.32);
  outline: none;
}

.background-option__image {
  min-height: 150px;
}

.background-option > span:last-child {
  display: block;
  padding: 14px 14px 13px;
  font-family: var(--display-font);
  font-size: clamp(13px, 1.35vw, 19px);
  line-height: .95;
  text-align: left;
  text-transform: uppercase;
}

.background-option--placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  cursor: default;
  isolation: isolate;
}

.background-option--placeholder::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -58px;
  bottom: -62px;
  border: 4px solid rgba(17,17,17,.2);
  border-radius: 50%;
  z-index: -1;
}

.background-option--placeholder-1 { background: #ff73c7 !important; }
.background-option--placeholder-2 { background: #b9ff38 !important; }
.background-option--placeholder-3 { background: #7cc8ff !important; }
.background-option--placeholder-4 { background: #ff784f !important; }

.background-option__coming-mark {
  font-family: var(--display-font);
  font-size: 68px;
  line-height: .8;
}

.background-option--placeholder > span:last-child {
  padding: 0;
  font-size: clamp(15px, 1.5vw, 21px);
}

@keyframes xoxoNameShake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-8px) rotate(-1deg); }
  75% { transform: translateX(8px) rotate(1deg); }
}

@media (max-width: 900px) {
  .background-options {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .background-picker {
    padding: 8px;
  }

  .background-picker__panel {
    max-height: calc(100vh - 16px);
    padding: 54px 18px 30px;
    border-radius: 25px;
    clip-path: none;
  }

  .background-prompt--party h2 {
    font-size: clamp(32px, 13vw, 52px);
  }

  .background-prompt__intro {
    font-size: 16px;
  }

  .background-options {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .background-option {
    min-height: 180px;
    transform: none !important;
  }

  .background-option__image {
    min-height: 125px;
  }

  .background-picker::before,
  .background-picker::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .background-option,
  .background-name input {
    transition: none !important;
    animation: none !important;
  }
}


/* v82: compact one-screen background picker */
.background-picker {
  align-items: center;
  overflow: hidden;
}

.background-picker__panel {
  width: min(1180px, calc(100vw - 24px));
  max-height: calc(100vh - 20px);
  padding: clamp(22px, 3vw, 38px);
  overflow: auto;
}

.background-prompt--party {
  max-width: 1060px;
  margin-bottom: 14px;
}

.background-prompt--party h2 {
  max-width: 980px;
  margin: 0 auto 18px;
  font-size: clamp(25px, 4.2vw, 54px);
  line-height: .9;
}

.background-step {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto 12px;
}

.background-step__number {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 3px solid #111;
  border-radius: 50%;
  background: #ffe600;
  color: #111;
  font-family: var(--display-font);
  font-size: 30px;
  line-height: 1;
  box-shadow: 5px 6px 0 #111;
}

.background-step__content {
  min-width: 0;
}

.background-step__label {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(18px, 2.4vw, 28px);
  line-height: .95;
  text-align: left;
}

.background-name {
  width: 100%;
  max-width: none;
  margin: 0;
}

.background-name span {
  display: block;
  margin-bottom: 6px;
  padding-left: 4px;
}

.background-name input {
  padding: 12px 18px 10px;
  font-size: 17px;
  box-shadow: 6px 7px 0 #111;
}

.background-name__message {
  margin: 7px 0 0;
  min-height: 14px;
  text-align: left;
}

.background-options {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  max-width: 980px;
  padding: 0 4px 8px;
}

.background-option {
  min-height: 132px;
  border-radius: 18px !important;
  box-shadow: 6px 7px 0 rgba(0,0,0,.25);
}

.background-option__image {
  min-height: 88px;
}

.background-option > span:last-child {
  padding: 9px 10px 8px;
  font-size: clamp(10px, 1vw, 14px);
}

.background-option--placeholder {
  min-height: 132px;
  padding: 14px;
}

.background-option__coming-mark {
  font-size: 44px;
}

.background-option--placeholder > span:last-child {
  font-size: clamp(10px, 1.1vw, 14px);
}

@media (max-width: 900px) {
  .background-picker__panel {
    max-height: calc(100vh - 14px);
  }

  .background-options {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .background-picker {
    align-items: start;
    overflow: auto;
  }

  .background-picker__panel {
    max-height: none;
    min-height: calc(100vh - 12px);
  }

  .background-options {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  .background-prompt--party h2 {
    font-size: clamp(25px, 10vw, 40px);
  }

  .background-step {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .background-step__number {
    width: 44px;
    height: 44px;
    font-size: 23px;
  }

  .background-options {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .background-option,
  .background-option--placeholder {
    min-height: 118px;
  }

  .background-option__image {
    min-height: 76px;
  }
}


/* v84: refined hero, singles section and personalised modal treatments */
.hero-supporting-line {
  max-width: 880px;
  margin: 20px auto 0;
  padding: 0 18px;
  font-family: var(--display-font);
  font-size: clamp(14px, 1.8vw, 24px);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .01em;
}

.hero-card .tagline,
.hero-crowd-powered {
  display: none !important;
}

.about-xoxo-story--singles {
  padding-top: clamp(76px, 10vw, 130px);
}

.about-xoxo-story--singles .about-xoxo-story__copy {
  max-width: 1180px;
  text-align: center;
}

.about-xoxo-story--singles h3 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(28px, 3.8vw, 52px);
}

.singles-big-line {
  max-width: 980px;
  margin: 34px auto 30px;
  color: #ffe600;
  font-family: var(--display-font);
  font-size: clamp(34px, 6vw, 82px);
  line-height: .88;
  text-transform: uppercase;
}

.about-xoxo-story--singles .about-xoxo-story__text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.contribute-modal--large-copy .contribute-modal__body {
  font-family: var(--display-font);
  font-size: clamp(24px, 4vw, 46px);
  line-height: .96;
  text-transform: uppercase;
}

.contribute-modal--large-copy .contribute-modal__shape {
  width: min(760px, calc(100vw - 36px));
}

@media (max-width: 620px) {
  .hero-supporting-line {
    margin-top: 15px;
    font-size: clamp(13px, 4.2vw, 18px);
  }

  .about-xoxo-story--singles .about-xoxo-story__text {
    text-align: left;
  }

  .singles-big-line {
    font-size: clamp(31px, 12vw, 52px);
  }

  .contribute-modal--large-copy .contribute-modal__body {
    font-size: clamp(21px, 7vw, 31px);
  }
}


/* v86: current-file corrections */
.hero-supporting-line {
  width: min(100%, 980px);
  margin-left: 0 !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  text-align: left !important;
}

.background-step__content--name {
  display: grid;
  grid-template-columns: max-content minmax(240px, 1fr);
  align-items: center;
  gap: 16px;
}

.background-name {
  display: block;
  width: auto;
  margin: 0;
}

.background-name span {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .1em;
}

.background-name__input {
  width: 100%;
  min-width: 0;
  border: 4px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  padding: 12px 18px 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 6px 7px 0 #111;
  outline: none;
  transition: transform .18s ease, background .18s ease;
}

.background-name__input:focus {
  transform: translateY(-3px);
  background: #fff7d7;
}

.background-name__input.is-missing {
  background: #ffb4b4;
  animation: xoxoNameShake .36s ease;
}

.background-name__message {
  grid-column: 2;
  margin: 6px 0 0;
}

/* About 15% smaller than v85 */
.background-options {
  max-width: 850px !important;
  gap: 10px !important;
}

.background-option {
  min-height: 112px !important;
  border-radius: 16px !important;
  box-shadow: 5px 6px 0 rgba(0,0,0,.25) !important;
}

.background-option__image {
  min-height: 74px !important;
}

.background-option > span:last-child {
  padding: 7px 9px 7px !important;
  font-size: clamp(9px, .9vw, 12px) !important;
}

.background-option--placeholder {
  min-height: 112px !important;
  padding: 12px !important;
}

.background-option__coming-mark {
  font-size: 38px !important;
}

.background-option--placeholder > span:last-child {
  font-size: clamp(9px, 1vw, 12px) !important;
}

@media (max-width: 720px) {
  .background-step__content--name {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .background-name__message {
    grid-column: 1;
  }

  .background-options {
    max-width: 100% !important;
  }
}

@media (max-width: 520px) {
  .hero-supporting-line {
    width: 100%;
  }

  .background-option,
  .background-option--placeholder {
    min-height: 104px !important;
  }

  .background-option__image {
    min-height: 68px !important;
  }
}


/* v87: starfield fallback and picker alignment fixes */
.background-picker {
  align-items: flex-start !important;
  padding-top: clamp(34px, 5vh, 64px) !important;
}

.background-picker__panel {
  margin-top: 0 !important;
  max-height: calc(100vh - clamp(48px, 8vh, 86px)) !important;
}

.background-prompt--party {
  padding-top: 8px;
}

.background-step--name {
  grid-template-columns: 72px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 22px !important;
  margin-bottom: 24px !important;
}

.background-step--name .background-step__number {
  align-self: center;
  margin: 0;
}

.background-step__content--name {
  display: grid !important;
  grid-template-columns: 170px minmax(320px, 1fr) !important;
  align-items: center !important;
  gap: 18px !important;
}

.background-step__content--name .background-name {
  display: flex;
  align-items: center;
  height: 100%;
}

.background-step__content--name .background-name span {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.background-name__input {
  height: 58px;
  padding: 0 24px !important;
  line-height: 58px;
}

.background-name__message {
  grid-column: 2;
  margin-top: 6px !important;
}

.background-step--backgrounds {
  grid-template-columns: 72px minmax(0, 1fr) !important;
  gap: 22px !important;
  margin-bottom: 18px !important;
}

.background-step--backgrounds .background-step__label {
  display: flex;
  align-items: center;
  min-height: 58px;
}

.background-options {
  max-width: 900px !important;
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  .background-picker {
    padding-top: 18px !important;
  }

  .background-step__content--name {
    grid-template-columns: 145px minmax(220px, 1fr) !important;
  }
}

@media (max-width: 720px) {
  .background-picker {
    padding-top: 8px !important;
  }

  .background-picker__panel {
    max-height: none !important;
  }

  .background-step--name,
  .background-step--backgrounds {
    grid-template-columns: 52px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .background-step__content--name {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .background-name__message {
    grid-column: 1 !important;
  }

  .background-name__input {
    height: 52px;
    line-height: 52px;
  }
}


/* v88: carry the selected homepage background through the full page */
body[data-page="home"] {
  background: #09070c;
}

body[data-page="home"] .scene {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}

body[data-page="home"] .scene__fallback,
body[data-page="home"] .scene__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-attachment: fixed;
}

body[data-page="home"] .scene__wash {
  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,.16) 0%,
      rgba(0,0,0,.22) 35%,
      rgba(0,0,0,.34) 100%
    ) !important;
  backdrop-filter: saturate(1.08);
  -webkit-backdrop-filter: saturate(1.08);
}

body[data-page="home"] .page-shell--home,
body[data-page="home"] .about-xoxo-section,
body[data-page="home"] .next-section {
  background: transparent !important;
}

body[data-page="home"] .next-section {
  isolation: isolate;
}

body[data-page="home"] .next-section::before {
  z-index: -1;
  background:
    linear-gradient(
      to bottom,
      rgba(8,6,12,.56),
      rgba(8,6,12,.66) 45%,
      rgba(8,6,12,.58)
    ),
    radial-gradient(circle at 14% 18%, rgba(255,230,0,.10), transparent 32%),
    radial-gradient(circle at 86% 72%, rgba(255,59,138,.10), transparent 36%) !important;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

body[data-page="home"] .about-xoxo-story {
  position: relative;
}

body[data-page="home"] .about-xoxo-story__text {
  text-shadow: 0 2px 18px rgba(0,0,0,.78);
}

body[data-page="home"] .about-xoxo-story h3,
body[data-page="home"] .xoxo-commandments > h3,
body[data-page="home"] .singles-big-line {
  text-shadow: 0 4px 24px rgba(0,0,0,.72);
}

body[data-page="home"] + .xoxo-home-footer,
body[data-page="home"] .xoxo-home-footer {
  background: rgba(8,6,12,.64) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/* The footer is a sibling of main, so target it through the page shell. */
.page-shell--home + .xoxo-home-footer {
  position: relative;
  z-index: 5;
  margin-top: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(8,6,12,.62),
      rgba(8,6,12,.82)
    ) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

@media (max-width: 700px) {
  body[data-page="home"] .next-section::before {
    background:
      linear-gradient(
        to bottom,
        rgba(8,6,12,.62),
        rgba(8,6,12,.74)
      ) !important;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
  }

  .page-shell--home + .xoxo-home-footer {
    background: rgba(8,6,12,.78) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .scene__video {
    transform: none;
  }
}


/* v89 refinements */
.background-name__message{display:none!important}
.contribute-modal__shape{max-height:calc(100vh - 32px);overflow-y:auto;overscroll-behavior:contain}
.contribute-modal h2{max-width:92%;margin-left:auto;margin-right:auto;font-size:clamp(24px,4.1vw,48px);line-height:.96}
.contribute-modal__body{max-width:680px;margin-left:auto;margin-right:auto}
.contribute-modal--large-copy .contribute-modal__shape{width:min(720px,calc(100vw - 28px));padding-top:clamp(42px,6vw,72px);padding-bottom:clamp(28px,5vw,50px)}
.contribute-modal--large-copy h2{font-size:clamp(24px,4vw,44px);line-height:.94}
.contribute-modal--large-copy .contribute-modal__body{font-family:"DM Sans",sans-serif;font-size:clamp(17px,2.2vw,24px);line-height:1.25;text-transform:none}
.xoxo-commandment--3 p{font-size:clamp(17px,2.25vw,29px)!important;line-height:.92!important;overflow-wrap:anywhere}
.xoxo-commandment--4 p{font-size:clamp(16px,2vw,27px)!important;line-height:.94!important}
.xoxo-home-footer__inner{gap:12px!important}
.xoxo-home-footer__acknowledgement{margin-top:2px!important;margin-bottom:2px!important;line-height:1.35!important}
.xoxo-home-footer__legal{justify-content:center!important;margin-top:4px!important;margin-bottom:2px!important;text-align:center}
.xoxo-home-footer__legal a{font-size:9px!important;letter-spacing:.08em!important;opacity:.62}
.xoxo-home-footer__credit{margin-top:4px!important}
@media(max-width:620px){
  .contribute-modal__shape{max-height:calc(100vh - 18px)}
  .contribute-modal h2{max-width:88%;font-size:clamp(22px,7.5vw,34px)}
  .contribute-modal--large-copy h2{font-size:clamp(21px,7vw,31px)}
  .contribute-modal--large-copy .contribute-modal__body{font-size:17px}
}


/* v90: welcome spins, commandment balance, footer arrangement */
.hero-welcome-spin {
  display: inline-block;
  transform-origin: 50% 52%;
  backface-visibility: visible;
}

@keyframes heroWelcomeSpin {
  0% {
    transform: perspective(1000px) rotateX(0deg);
  }
  100% {
    transform: perspective(1000px) rotateX(360deg);
  }
}

/* Give number 3 breathing room and let number 4 carry a tighter 3-line block. */
.xoxo-commandment--3 {
  grid-column: span 5 !important;
  padding-left: clamp(24px, 3vw, 48px) !important;
  padding-right: clamp(24px, 3vw, 44px) !important;
}

.xoxo-commandment--4 {
  grid-column: span 7 !important;
}

.xoxo-commandment--3 p {
  font-size: clamp(18px, 2vw, 28px) !important;
  line-height: .91 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.xoxo-commandment--4 p {
  max-width: 680px;
  font-size: clamp(15px, 1.72vw, 24px) !important;
  line-height: .92 !important;
}

.xoxo-home-footer__acknowledgement {
  max-width: 1050px !important;
  color: rgba(255,255,255,.64) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .035em;
  line-height: 1.42 !important;
}

.xoxo-home-footer__imagined {
  flex-wrap: wrap;
}

.xoxo-home-footer__privacy-inline {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding-left: 14px;
  border-left: 1px solid rgba(255,255,255,.28);
  color: rgba(255,255,255,.58);
  font-family: var(--body-font);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1;
  text-decoration: none;
}

.xoxo-home-footer__privacy-inline:hover,
.xoxo-home-footer__privacy-inline:focus-visible {
  color: #fff;
}

@media (max-width: 860px) {
  .xoxo-commandment--3,
  .xoxo-commandment--4 {
    grid-column: auto !important;
  }
}

@media (max-width: 620px) {
  .xoxo-home-footer__acknowledgement {
    font-size: 10px !important;
  }

  .xoxo-home-footer__privacy-inline {
    margin-left: 4px;
    padding-left: 10px;
  }
}


/* v91: consistent firstname replacement and shoutouts fit */
.contribute-card--2 p {
  white-space: nowrap;
  font-size: clamp(15px, 1.55vw, 23px) !important;
  letter-spacing: -.025em;
}

.contribute-card--8 p,
.contribute-card--9 p {
  font-size: clamp(13px, 1.42vw, 21px) !important;
  line-height: .95 !important;
}

@media (max-width: 760px) {
  .contribute-card--2 p {
    white-space: normal;
  }
}


/* v92: full-width, first-fold hero headline fitting */
.page-shell--home .hero-card {
  box-sizing: border-box;
  overflow: hidden;
}

.page-shell--home .hero-headline {
  width: 100% !important;
  max-width: none !important;
  align-self: stretch;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  transform-origin: left top;
}

.page-shell--home .hero-supporting-line {
  flex: 0 0 auto;
}

.page-shell--home .hero-actions {
  flex: 0 0 auto;
}

@media (min-width: 801px) {
  .page-shell--home .hero-card {
    padding-left: clamp(34px, 4.2vw, 74px) !important;
    padding-right: clamp(34px, 4.2vw, 74px) !important;
  }

  .page-shell--home .hero-headline {
    letter-spacing: -.03em;
    line-height: .88;
  }
}

@media (max-width: 800px) {
  .page-shell--home .hero-card {
    overflow: visible;
  }

  .page-shell--home .hero-headline {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* v93: keep headline fitting from cancelling welcome spins */
.hero-welcome-spin {
  display: inline-block;
  transform-origin: 50% 52%;
  will-change: transform;
}

@keyframes heroWelcomeSpin {
  0% {
    transform: perspective(1000px) rotateX(0deg);
  }
  48% {
    transform: perspective(1000px) rotateX(180deg);
  }
  100% {
    transform: perspective(1000px) rotateX(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-welcome-spin {
    animation: none !important;
  }
}


/* v94: Web Animations API owns spins; calmer headline scale */
.page-shell--home .hero-headline {
  font-size: clamp(28px, 4.9vw, 78px);
}

.hero-welcome-spin {
  display: inline-block;
  transform-origin: 50% 52%;
  backface-visibility: visible;
  will-change: transform;
  animation: none !important;
}

@media (max-width: 800px) {
  .page-shell--home .hero-headline {
    font-size: clamp(30px, 10vw, 58px);
  }
}


/* v95: reliable multi-token spins and Commandment 3 rebuild */
.hero-welcome-spin {
  display: inline-block !important;
  transform-origin: 50% 50%;
  backface-visibility: visible;
  will-change: transform;
  animation: none !important;
}

.xoxo-commandment--3 {
  grid-column: span 6 !important;
  min-height: 210px;
  padding: clamp(28px, 3vw, 46px) clamp(28px, 3.2vw, 52px) !important;
}

.xoxo-commandment--4 {
  grid-column: span 6 !important;
}

.xoxo-commandment--3 .xoxo-commandment__number {
  flex: 0 0 auto;
}

.xoxo-commandment--3 p {
  max-width: none !important;
  font-size: clamp(20px, 2.35vw, 34px) !important;
  line-height: .91 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.xoxo-commandment--4 p {
  font-size: clamp(15px, 1.65vw, 23px) !important;
  line-height: .92 !important;
}

@media (max-width: 860px) {
  .xoxo-commandment--3,
  .xoxo-commandment--4 {
    grid-column: auto !important;
  }
}


/* v107: readable mobile type for the three short/feature contribution cards */
@media (max-width: 620px) {
  .contribute-card--2 {
    justify-content: flex-end;
  }

  .contribute-card--2 p {
    white-space: nowrap !important;
    font-size: clamp(26px, 8vw, 34px) !important;
    line-height: .88 !important;
    letter-spacing: -.035em !important;
  }

  .contribute-card--8 p {
    max-width: 94%;
    font-size: clamp(18px, 5.6vw, 23px) !important;
    line-height: .9 !important;
    letter-spacing: -.03em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .contribute-card--9 p {
    max-width: 96%;
    font-size: clamp(21px, 6.4vw, 27px) !important;
    line-height: .9 !important;
    letter-spacing: -.035em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}

@media (max-width: 390px) {
  .contribute-card--2 p {
    font-size: 27px !important;
  }

  .contribute-card--8 p {
    font-size: 18px !important;
  }

  .contribute-card--9 p {
    font-size: 21px !important;
  }
}

/* v108: homepage cast preview */
.about-xoxo-story--cast-preview{padding-top:clamp(76px,10vw,130px)}
.about-xoxo-story--cast-preview .about-xoxo-story__copy{max-width:1120px;margin:0 auto}
.about-xoxo-story--cast-preview h3{max-width:900px;margin-left:auto;margin-right:auto;text-align:center;font-size:clamp(30px,4vw,56px)}
.home-cast-preview{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:clamp(26px,5vw,64px);align-items:stretch;max-width:920px;margin:clamp(30px,5vw,58px) auto 0;padding:clamp(18px,2.5vw,30px);border:4px solid #111;border-radius:30px;background:linear-gradient(135deg,rgba(255,230,0,.96),rgba(255,115,199,.96) 62%,rgba(124,200,255,.95));color:#111;box-shadow:14px 16px 0 rgba(0,0,0,.3);transform:rotate(-.45deg)}
.home-cast-preview__image{min-height:310px;overflow:hidden;border:4px solid #111;border-radius:22px;background:#111}
.home-cast-preview__image img{display:block;width:100%;height:100%;object-fit:cover}
.home-cast-preview__content{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:clamp(8px,2vw,18px)}
.home-cast-preview__eyebrow{margin:0 0 12px;font-size:11px;font-weight:950;letter-spacing:.12em}
.home-cast-preview__content h4{margin:0;font-family:var(--display-font);font-size:clamp(38px,6vw,76px);line-height:.86;text-transform:uppercase}
.home-cast-preview__role{margin:12px 0 22px;font-size:15px;font-weight:950;letter-spacing:.06em;text-transform:uppercase}
.home-cast-preview__fact{display:grid;gap:8px;margin:0 0 24px;padding:18px 20px;border:3px solid #111;border-radius:18px;background:rgba(255,255,255,.72);box-shadow:6px 7px 0 rgba(0,0,0,.2)}
.home-cast-preview__fact span{font-size:10px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.home-cast-preview__fact strong{font-size:clamp(17px,2vw,24px);line-height:1.15}
.home-cast-preview__button{align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;padding:15px 22px 13px;border:3px solid #111;border-radius:999px;background:#111;color:#fff;font-family:var(--display-font);font-size:11px;text-decoration:none;transition:transform .18s ease,background .18s ease,color .18s ease}
.home-cast-preview__button:hover,.home-cast-preview__button:focus-visible{transform:translateY(-3px);background:#fff;color:#111;outline:none}
@media(max-width:720px){
.home-cast-preview{grid-template-columns:1fr;gap:18px;max-width:520px;transform:none}
.home-cast-preview__image{min-height:0;aspect-ratio:4/5}
.home-cast-preview__content{padding:6px 2px 8px}
.home-cast-preview__content h4{font-size:clamp(38px,13vw,62px)}
.home-cast-preview__button{width:100%}
}


/* v109: smoother featured cast image loading */
.home-cast-preview__image {
  position: relative;
  aspect-ratio: 4 / 5;
  min-height: 0 !important;
  isolation: isolate;
  background:
    radial-gradient(circle at 24% 18%, rgba(255,230,0,.92), transparent 32%),
    linear-gradient(135deg, #ff73c7, #7cc8ff);
}

.home-cast-preview__image::before {
  content: "XOXO";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-items: center;
  color: rgba(17,17,17,.28);
  font-family: var(--display-font);
  font-size: clamp(34px, 5vw, 64px);
  letter-spacing: -.04em;
}

.home-cast-preview__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      105deg,
      transparent 20%,
      rgba(255,255,255,.28) 42%,
      transparent 64%
    );
  transform: translateX(-120%);
  animation: homeCastImageShimmer 1.45s ease-in-out infinite;
}

.home-cast-preview__image.is-loaded::after {
  display: none;
}

.home-cast-preview__image img {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: scale(1.035);
  transition:
    opacity .45s ease,
    transform .65s cubic-bezier(.2,.78,.25,1);
}

.home-cast-preview__image img.is-loaded {
  opacity: 1;
  transform: scale(1);
}

.home-cast-preview__image img.is-error {
  object-fit: contain;
  padding: 18px;
}

@keyframes homeCastImageShimmer {
  0% {
    transform: translateX(-120%);
  }
  55%,
  100% {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-cast-preview__image::after {
    animation: none;
  }

  .home-cast-preview__image img {
    transition: none;
  }
}


/* v110: long cast names and optional fact box */
.home-cast-preview__content h4 {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}

.home-cast-preview__button {
  margin-top: 0;
}

.home-cast-preview__fact + .home-cast-preview__button {
  margin-top: 0;
}

.home-cast-preview__role + .home-cast-preview__button,
.home-cast-preview__content h4 + .home-cast-preview__button {
  margin-top: 24px;
}

@media (max-width: 720px) {
  .home-cast-preview__content h4 {
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: .88;
  }
}


/* v111: restore picker stills and stop cast names clipping */
.background-option:not(.background-option--placeholder) .background-option__image {
  opacity: 1 !important;
  visibility: visible !important;
}

.background-option.is-media-ready .background-option__image {
  opacity: 1 !important;
}

.home-cast-preview__content {
  overflow: hidden;
}

.home-cast-preview__content h4,
.home-cast-preview__content h4[data-home-cast-name] {
  width: 100%;
  max-width: 100%;
  overflow: visible !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: balance;
  font-size: clamp(34px, 5.1vw, 68px) !important;
  line-height: .86 !important;
  letter-spacing: -.035em;
}

.home-cast-preview {
  grid-template-columns: minmax(220px, .68fr) minmax(0, 1.32fr);
}

@media (max-width: 900px) and (min-width: 721px) {
  .home-cast-preview__content h4,
  .home-cast-preview__content h4[data-home-cast-name] {
    font-size: clamp(32px, 5.5vw, 54px) !important;
  }
}

@media (max-width: 720px) {
  .home-cast-preview {
    grid-template-columns: 1fr;
  }

  .home-cast-preview__content {
    overflow: visible;
  }

  .home-cast-preview__content h4,
  .home-cast-preview__content h4[data-home-cast-name] {
    font-size: clamp(34px, 12vw, 58px) !important;
    line-height: .88 !important;
  }
}


/* v112: live Events-page ticket button */
.event-ticket-link {
  text-decoration: none;
  cursor: pointer;
  transition:
    transform .18s ease,
    background .18s ease,
    box-shadow .18s ease;
}

.event-ticket-link:hover,
.event-ticket-link:focus-visible {
  transform: translateY(-3px);
  background: #fff;
  color: #111;
  box-shadow: 0 8px 24px rgba(255,230,0,.22);
  outline: none;
}
