:root {
  --bba-ink: #0d292b;
  --bba-deep: #071f20;
  --bba-teal: #123f41;
  --bba-cream: #fff8ed;
  --bba-sand: #f3e5d3;
  --bba-peach: #f47d4c;
  --bba-coral: #e95735;
  --bba-yellow: #f3b84c;
  --bba-line: rgba(255, 248, 237, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.booty-event {
  margin: 0;
  overflow-x: hidden;
  background: var(--bba-cream);
  color: var(--bba-ink);
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.booty-event img { max-width: 100%; }
body.booty-event a { color: inherit; }
.booty-event .psk-global-header,
.booty-event .psk-global-header.is-scrolled {
  border-bottom-color: rgba(255,248,237,.13);
  background: rgba(7,31,32,.96);
  color: var(--bba-cream);
  box-shadow: 0 16px 35px -30px rgba(0,0,0,.9);
}
.booty-event .psk-header-link::after { background: var(--bba-peach); }
.booty-event .psk-global-language { border-color: rgba(255,248,237,.18); background: rgba(255,255,255,.06); }
.booty-event .psk-global-language [aria-current="true"] { background: var(--bba-peach); color: #fff; }
.booty-event .psk-header-support { background: var(--bba-peach); color: #fff; }
.booty-event .psk-header-support:hover,
.booty-event .psk-header-support:focus-visible { background: var(--bba-coral); }
.booty-event .psk-global-brand img { box-shadow: 0 0 0 1px rgba(255,248,237,.2); }
.bba-shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.bba-kicker {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--bba-peach);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.bba-kicker::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.bba-button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--bba-peach);
  color: #fff !important;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 18px 42px -24px rgba(244, 125, 76, .9);
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}
.bba-button:hover,
.bba-button:focus-visible { transform: translateY(-2px); background: var(--bba-coral); box-shadow: 0 22px 45px -22px rgba(244,125,76,.95); }
.bba-button--ghost { border-color: rgba(255,248,237,.28); background: transparent; box-shadow: none; }
.bba-button--ghost:hover,
.bba-button--ghost:focus-visible { background: rgba(255,255,255,.08); }
.bba-button:focus-visible,
.bba-text-link:focus-visible { outline: 3px solid var(--bba-yellow); outline-offset: 4px; }

.bba-hero {
  min-height: min(850px, calc(100svh - 76px));
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 82% 16%, rgba(244,125,76,.22), transparent 31%),
    radial-gradient(circle at 18% 82%, rgba(243,184,76,.08), transparent 27%),
    var(--bba-deep);
  color: var(--bba-cream);
}
.bba-hero::before {
  content: "MOVE";
  position: absolute;
  z-index: -1;
  left: -2vw;
  bottom: -12vw;
  color: rgba(255,255,255,.025);
  font-size: clamp(180px, 31vw, 510px);
  font-weight: 1000;
  line-height: .78;
  letter-spacing: -.1em;
}
.bba-hero__grain {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .23;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}
.bba-hero__grid {
  min-height: inherit;
  padding-block: clamp(62px, 8vw, 104px);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}
.bba-hero__copy { position: relative; z-index: 2; display: grid; align-content: center; }
.bba-date-pill {
  width: fit-content;
  margin-bottom: 28px;
  padding: 9px 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--bba-line);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: #ffe0cc;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}
.bba-date-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--bba-peach); box-shadow: 0 0 0 5px rgba(244,125,76,.13); }
.bba-title { margin: 0; font-size: clamp(76px, 10.7vw, 150px); font-weight: 1000; line-height: .75; letter-spacing: -.08em; text-transform: uppercase; }
.bba-title span { display: block; color: var(--bba-peach); font-size: .53em; letter-spacing: -.035em; transform: translateX(.04em); }
.bba-tagline { max-width: 15ch; margin: 32px 0 0; color: #fff3e6; font-size: clamp(27px, 3.3vw, 44px); font-weight: 900; line-height: 1.04; letter-spacing: -.045em; }
.bba-intro { max-width: 59ch; margin: 20px 0 0; color: rgba(255,248,237,.73); font-size: 17px; line-height: 1.65; }
.bba-hero__actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.bba-hero__details { width: fit-content; margin-top: 15px; display: inline-flex; align-items: center; gap: 8px; color: rgba(255,248,237,.68); font-size: 12px; font-weight: 900; text-underline-offset: 4px; }
.bba-hero__details:hover,
.bba-hero__details:focus-visible { color: var(--bba-cream); }
.bba-hero__note { margin: 16px 0 0; color: rgba(255,248,237,.58); font-size: 12px; font-weight: 800; }
.bba-hero__visual { min-height: 620px; position: relative; display: grid; place-items: center; }
.bba-hero__visual::before {
  content: "";
  width: min(42vw, 500px);
  aspect-ratio: 1;
  position: absolute;
  border: 1px solid rgba(255,248,237,.14);
  border-radius: 50%;
  background: radial-gradient(circle at 38% 30%, rgba(255,255,255,.13), rgba(244,125,76,.19) 46%, rgba(244,125,76,.04) 70%);
  box-shadow: inset 0 0 0 30px rgba(255,255,255,.012), 0 45px 100px -50px rgba(0,0,0,.8);
  animation: bba-breathe 5.5s ease-in-out infinite;
}
.bba-hero__visual img { width: min(46vw, 580px); position: relative; z-index: 1; display: block; filter: drop-shadow(0 35px 35px rgba(0,0,0,.28)); animation: bba-float 4.4s ease-in-out infinite; }
.bba-scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 22px; width: 32px; height: 48px; margin-left: -16px; border: 1px solid rgba(255,248,237,.25); border-radius: 99px; }
.bba-scroll-cue::after { content: ""; width: 4px; height: 8px; position: absolute; left: 13px; top: 9px; border-radius: 8px; background: var(--bba-peach); animation: bba-scroll 1.8s ease-in-out infinite; }

.bba-impact { background: var(--bba-peach); color: #fff; }
.bba-impact__grid { min-height: 136px; display: grid; grid-template-columns: repeat(3, 1fr); }
.bba-impact__item { padding: 28px clamp(18px,3vw,42px); display: grid; align-content: center; border-left: 1px solid rgba(255,255,255,.24); }
.bba-impact__item:first-child { border-left: 0; }
.bba-impact__item strong { font-size: clamp(36px,5vw,64px); line-height: .95; letter-spacing: -.05em; }
.bba-impact__item span { margin-top: 7px; font-size: 10px; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }

.bba-story { padding: clamp(82px,10vw,142px) 0; background: var(--bba-cream); }
.bba-story__head { max-width: 850px; display: grid; gap: 22px; }
.bba-story h2,
.bba-coach h2,
.bba-place h2 { margin: 0; font-size: clamp(48px,7vw,88px); font-weight: 1000; line-height: .92; letter-spacing: -.065em; }
.bba-story h2 em { color: var(--bba-peach); font-style: normal; }
.bba-story__lede { max-width: 62ch; margin: 0; color: #4a6263; font-size: clamp(18px,2.2vw,23px); line-height: 1.55; }
.bba-card-grid { margin-top: clamp(48px,7vw,78px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bba-card { min-height: 300px; padding: 30px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(13,41,43,.1); border-radius: 30px; background: #fffdf8; box-shadow: 0 24px 60px -48px rgba(13,41,43,.6); }
.bba-card::after { content: attr(data-number); position: absolute; right: -6px; bottom: -35px; color: rgba(13,41,43,.035); font-size: 170px; font-weight: 1000; line-height: 1; }
.bba-card__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--bba-sand); color: var(--bba-coral); font-size: 21px; font-weight: 950; }
.bba-card h3 { margin: 40px 0 10px; font-size: 27px; line-height: 1.05; letter-spacing: -.035em; }
.bba-card p { margin: 0; color: #566c6d; font-size: 15px; line-height: 1.6; }

.bba-coach { padding: clamp(82px,10vw,138px) 0; overflow: hidden; background: var(--bba-ink); color: var(--bba-cream); }
.bba-coach__copy { max-width: 890px; display: grid; gap: 23px; }
.bba-coach h2 span { color: var(--bba-peach); }
.bba-coach__copy > p:not(.bba-kicker) { max-width: 60ch; margin: 0; color: rgba(255,248,237,.72); font-size: 18px; line-height: 1.7; }
.bba-text-link { width: fit-content; display: inline-flex; align-items: center; gap: 10px; color: var(--bba-cream); font-size: 14px; font-weight: 950; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.bba-text-link span { color: var(--bba-peach); }

.bba-place { padding: clamp(82px,10vw,132px) 0; background: var(--bba-sand); }
.bba-place__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,.78fr); gap: 30px; align-items: stretch; }
.bba-place__copy { padding: clamp(34px,6vw,72px); display: grid; align-content: center; gap: 22px; border-radius: 36px; background: var(--bba-cream); }
.bba-place__copy p:not(.bba-kicker) { max-width: 48ch; margin: 0; color: #4d6566; font-size: 18px; line-height: 1.6; }
.bba-bring { max-width: 560px; padding: 20px 22px; border: 1px solid rgba(12,58,59,.11); border-radius: 22px; background: rgba(255,255,255,.58); }
.bba-bring h3 { margin: 0 0 13px; color: var(--bba-peach); font-size: 12px; font-weight: 1000; letter-spacing: .13em; text-transform: uppercase; }
.bba-bring ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 18px; list-style: none; }
.bba-bring li { display: flex; align-items: center; gap: 9px; color: var(--bba-ink); font-size: 14px; font-weight: 900; line-height: 1.3; }
.bba-bring li > span:first-child { flex: 0 0 auto; color: var(--bba-peach); font-size: 9px; font-weight: 1000; letter-spacing: .08em; }
.bba-place__details { padding: 34px; display: grid; align-content: space-between; gap: 36px; border-radius: 36px; background: var(--bba-peach); color: white; }
.bba-place__details dl { margin: 0; display: grid; }
.bba-place__details div { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.bba-place__details div:first-child { padding-top: 0; }
.bba-place__details dt { font-size: 9px; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; opacity: .7; }
.bba-place__details dd { margin: 6px 0 0; font-size: 20px; font-weight: 900; line-height: 1.25; }
.bba-place__details .bba-button { width: 100%; background: var(--bba-ink); box-shadow: none; }
.bba-place__details .bba-button:hover { background: var(--bba-deep); }

.bba-final { padding: clamp(88px,10vw,140px) 0; position: relative; overflow: hidden; text-align: center; background: var(--bba-deep); color: var(--bba-cream); }
.bba-final::after { content: "05"; position: absolute; left: 50%; top: 50%; color: rgba(255,255,255,.025); font-size: min(45vw,540px); font-weight: 1000; line-height: .8; transform: translate(-50%,-50%); }
.bba-final__inner { position: relative; z-index: 1; display: grid; justify-items: center; gap: 24px; }
.bba-final h2 { max-width: 14ch; margin: 0; font-size: clamp(50px,8vw,100px); font-weight: 1000; line-height: .88; letter-spacing: -.07em; }
.bba-final h2 span { color: var(--bba-peach); }
.bba-final p { max-width: 52ch; margin: 0; color: rgba(255,248,237,.7); font-size: 18px; line-height: 1.6; }
.bba-final__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.bba-final__actions .bba-button { margin-top: 8px; }
.bba-footer { padding: 30px 0; background: #06191a; color: rgba(255,248,237,.66); }
.bba-footer__row { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 12px; }
.bba-footer a { color: var(--bba-cream); font-weight: 900; text-decoration: none; }
.bba-mobile-ticket { display: none; }

@keyframes bba-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-13px) rotate(1deg); } }
@keyframes bba-breathe { 0%,100% { transform: scale(.97); opacity: .84; } 50% { transform: scale(1.03); opacity: 1; } }
@keyframes bba-scroll { 0% { opacity: 0; transform: translateY(0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(18px); } }

@media (min-width: 921px) and (max-height: 800px) {
  .bba-hero__grid { padding-block: 38px; }
  .bba-date-pill { margin-bottom: 20px; }
  .bba-tagline { margin-top: 22px; }
  .bba-intro { margin-top: 14px; }
  .bba-hero__actions { margin-top: 20px; }
  .bba-hero__note { margin-top: 11px; }
  .bba-hero__visual { min-height: 540px; }
  .bba-hero__visual img { width: min(41vw, 500px); }
}

@media (max-width: 920px) {
  .bba-hero { min-height: auto; }
  .bba-hero__grid { grid-template-columns: 1fr; padding-top: 72px; }
  .bba-hero__copy { text-align: center; justify-items: center; }
  .bba-tagline, .bba-intro { margin-inline: auto; }
  .bba-hero__visual { min-height: 500px; }
  .bba-hero__visual::before { width: min(72vw,480px); }
  .bba-hero__visual img { width: min(76vw,540px); }
  .bba-scroll-cue { display: none; }
  .bba-card-grid { grid-template-columns: 1fr; }
  .bba-card { min-height: 230px; }
}

@media (max-width: 680px) {
  .bba-shell { width: calc(100% - 32px); }
  .bba-hero__grid { padding-block: 56px 28px; gap: 18px; }
  .bba-date-pill { margin-bottom: 22px; }
  .bba-title { font-size: clamp(69px,23vw,108px); }
  .bba-tagline { margin-top: 25px; font-size: 30px; }
  .bba-intro { font-size: 15px; }
  .bba-hero__actions { width: 100%; justify-content: center; }
  .bba-hero__actions .bba-button { flex: 1; min-width: 145px; padding-inline: 17px; }
  .bba-hero__visual { min-height: 390px; }
  .bba-hero__visual img { width: min(93vw,430px); }
  .bba-impact__grid { grid-template-columns: 1fr; padding-block: 10px; }
  .bba-impact__item { min-height: 94px; grid-template-columns: minmax(104px, max-content) minmax(0, 1fr); column-gap: 18px; align-items: center; border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
  .bba-impact__item:first-child { border-top: 0; }
  .bba-impact__item span { margin: 0; }
  .bba-story h2, .bba-coach h2, .bba-place h2 { font-size: 48px; }
  .bba-card { padding: 25px; border-radius: 25px; }
  .bba-place__grid { grid-template-columns: 1fr; }
  .bba-place__copy, .bba-place__details { border-radius: 26px; }
  .bba-place__copy { padding: 32px 25px; }
  .bba-bring ul { grid-template-columns: 1fr; }
  .bba-place__details { padding: 28px 24px; }
  .bba-final { padding-bottom: 128px; }
  .bba-footer { padding-bottom: 96px; }
  .bba-footer__row { align-items: flex-start; flex-direction: column; }
  .bba-mobile-ticket { position: fixed; z-index: 110; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); min-height: 62px; padding: 8px 9px 8px 16px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(7,31,32,.94); color: white; box-shadow: 0 18px 45px rgba(0,0,0,.3); backdrop-filter: blur(16px); }
  .bba-mobile-ticket > span { display: grid; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .bba-mobile-ticket strong { margin-top: 1px; font-size: 17px; letter-spacing: 0; text-transform: none; }
  .bba-mobile-ticket__actions { display: flex; align-items: center; gap: 8px; }
  .bba-mobile-ticket .bba-button { min-height: 46px; padding-inline: 18px; }
  .bba-mobile-ticket__support { min-height: 46px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; font-size: 12px; font-weight: 950; text-decoration: none; }
  .bba-mobile-ticket__support:hover,
  .bba-mobile-ticket__support:focus-visible { background: rgba(255,255,255,.08); }
}

@media (max-width: 360px) {
  .bba-mobile-ticket > span { display: none; }
  .bba-mobile-ticket__actions { width: 100%; }
  .bba-mobile-ticket__actions .bba-button,
  .bba-mobile-ticket__support { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .bba-hero__visual img,
  .bba-hero__visual::before,
  .bba-scroll-cue::after { animation: none !important; }
  .bba-button { transition: none; }
}
