:root{
--bb-black: #080808;
  --bb-white: #ffffff;
  --bb-ink: #121212;
  --bb-muted: #625954;
  --bb-line: rgba(8, 8, 8, 0.1);
  --bb-line-strong: rgba(8, 8, 8, 0.18);
  --bb-panel: #f7f2eb;
  --bb-panel-soft: #fdf9f4;
  --bb-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  --bb-shadow-strong: 0 28px 80px rgba(0, 0, 0, 0.15);
  --bb-shadow-card: 0 18px 46px rgba(0, 0, 0, 0.07);
  --bb-card-radius: 30px;
  --bb-focus: rgba(184, 38, 35, 0.34);
  --bb-red: #b82623;
  --bb-red-deep: #7e1512;
  --frame-gutter: 28px;
  --content-max: 1320px;
  --font-body:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  --white: var(--bb-white);
  --black: var(--bb-black);
  --border-strong: 1px solid var(--bb-line-strong);
  --border-soft: 1px solid var(--bb-line);
  --surface-soft: var(--bb-panel-soft);
  --surface-radius-lg: 32px;
  --surface-radius-md: 24px;
  --control-radius-md: 20px;
  --button-min-height: 54px;
  --button-padding-inline: 20px;
  --button-font-size: 11px;
  --button-letter-spacing: 0.16em;
  --button-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
  --radius-pill: 999px;
  --ink-muted: var(--bb-muted);
  --ink-faint: rgba(18, 18, 18, 0.52);
  --modal-backdrop: rgba(0, 0, 0, 0.84);
  --modal-dialog-shadow: var(--bb-shadow-strong);
  --modal-close-size: 44px;
  --modal-close-font-size: 28px;
  --close-control-border: 1px solid rgba(8, 8, 8, 0.12);
  --media-stage-bg: var(--bb-panel);
  --focus-ring-soft: rgba(184, 38, 35, 0.18);
  --modal-hero-dialog-width: 1120px;
  --hvh-title-card-gap: clamp(16px, 2vw, 26px);
  --hvh-btn-dark-bg-rest: linear-gradient(180deg, #080808 0%, #141414 100%);
  --hvh-btn-dark-bg-hover: linear-gradient(180deg, #141414 0%, #202020 100%);
  --hvh-btn-dark-border-rest: rgba(255, 247, 236, 0.78);
  --hvh-btn-dark-border-hover: rgba(255, 247, 236, 0.92);
  --hvh-btn-dark-color-rest: #fff;
  --hvh-btn-dark-color-hover: #fff;
  --hvh-btn-dark-shadow-rest:
    0 0 0 1px rgba(255, 247, 236, 0.16), 0 0 18px rgba(255, 247, 236, 0.08),
    var(--button-shadow);
  --hvh-btn-dark-shadow-hover:
    0 0 0 1px rgba(255, 247, 236, 0.22), 0 0 20px rgba(255, 247, 236, 0.14),
    0 18px 32px rgba(0, 0, 0, 0.18);
  --hvh-btn-light-bg-rest: linear-gradient(180deg, #fff8f6 0%, #f7e9e2 100%);
  --hvh-btn-light-bg-hover: linear-gradient(180deg, #fffdfc 0%, #f9ece6 100%);
  --hvh-btn-light-border-rest: rgba(127, 15, 18, 0.28);
  --hvh-btn-light-border-hover: rgba(127, 15, 18, 0.42);
  --hvh-btn-light-color-rest: #5f0d12;
  --hvh-btn-light-color-hover: #7f0f12;
  --hvh-btn-light-shadow-rest: 0 10px 22px rgba(127, 15, 18, 0.12);
  --hvh-btn-light-shadow-hover: 0 12px 24px rgba(127, 15, 18, 0.16);
  --hvh-btn-ticket-bg-rest: linear-gradient(
    180deg,
    var(--bb-red) 0%,
    var(--bb-red-deep) 100%
  );
  --hvh-btn-ticket-bg-hover: linear-gradient(180deg, #d9312d 0%, #921815 100%);
  --hvh-btn-ticket-border-rest: rgba(8, 8, 8, 0.92);
  --hvh-btn-ticket-border-hover: rgba(8, 8, 8, 0.92);
  --hvh-btn-ticket-color-rest: #fff;
  --hvh-btn-ticket-color-hover: #fff;
  --hvh-btn-ticket-shadow-rest: 0 18px 34px rgba(126, 21, 18, 0.18);
  --hvh-btn-ticket-shadow-hover:
    0 20px 36px rgba(126, 21, 18, 0.22), 0 0 0 4px rgba(209, 15, 18, 0.16);
}*{
box-sizing: border-box;
}html{
min-height: 100%;
  background: var(--bb-white);
  scroll-behavior: smooth;
}body{
margin: 0;
  min-height: 100%;
  background: linear-gradient(180deg, #fff 0%, #fff 68%, #faf6ef 100%);
  color: var(--bb-ink);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}body.has-mobile-panel-open,
body.has-modal-open{
overflow: hidden;
}body.is-scroll-locked{
position: fixed;
  width: 100%;
  overflow: hidden;
  inset: 0 auto auto 0;
}img{
display: block;
  max-width: 100%;
}a{
color: inherit;
  text-decoration: none;
}button,
input,
textarea,
select{
font: inherit;
}a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible{
outline: 3px solid var(--bb-focus);
  outline-offset: 3px;
}.screen-reader-text{
position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}.u-visually-hidden-input{
position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}.site-shell{
min-height: 100vh;
  --main-header-shell-height: 78px;
}.site-width{
width: min(calc(100% - var(--frame-gutter) * 2), var(--content-max));
  margin: 0 auto;
}.bb-pill-button{
min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  box-shadow: var(--button-shadow-rest);
  letter-spacing: 0.18em;
}.button-label{
display: block;
  text-align: center;
}.is-js-ready .bb-reveal{
opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.2, 0.7, 0.2, 1);
}.is-js-ready .bb-reveal.is-visible{
opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1024px){
:root{
--frame-gutter: 20px;
}body{
font-size: 16px;
}}
.skip-link{
position: fixed;
  top: 16px;
  left: 16px;
  z-index: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--bb-black);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}.skip-link:focus,
.skip-link:focus-visible{
width: auto;
  height: auto;
  padding: 0 18px;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}.main-header{
position: fixed;
  inset: 0 0 auto 0;
  z-index: 120;
  pointer-events: none;
}.main-header__bar{
background: rgba(0, 0, 0, 0.96);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
  transform: translateY(0);
  transition:
    transform 0.32s ease,
    background-color 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    opacity 0.32s ease;
  pointer-events: auto;
}.main-header--compact .main-header__bar{
background: rgba(0, 0, 0, 0.94);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}.main-header--hidden .main-header__bar{
transform: translateY(-100%);
}.main-header__inner{
min-height: 78px;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding-block: 10px;
}.main-header__brand-home{
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}.main-header__brand-home:hover,
.main-header__brand-home:focus-visible{
border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}.main-header__brand-home-icon{
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #fff;
}.main-header__brand-home-icon svg{
display: block;
  width: 100%;
  height: 100%;
}.main-header__menu-toggle{
display: none;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11px;
  font-weight: 800;
}.main-header__menu-toggle:hover,
.main-header__menu-toggle:focus-visible{
color: #fff;
}.main-header__menu-icon{
width: 24px;
  height: 24px;
  display: inline-flex;
  color: currentColor;
}.main-header__menu-icon svg{
width: 100%;
  height: 100%;
}.main-header__nav-link,
.main-nav__link{
position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0 6px;
  border: 0;
  background: transparent;
  box-shadow: none;
  white-space: nowrap;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.18);
}.main-header__nav-link--friends{
max-width: none;
  text-align: left;
  white-space: nowrap;
}.main-header__nav{
display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-width: 0;
}.main-header__nav-link::after,
.main-nav__link::after{
content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -10px;
  height: 2px;
  background: var(--bb-red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s ease;
}.main-header__nav-link:hover,
.main-header__nav-link:focus-visible,
.main-nav__link:hover,
.main-nav__link:focus-visible{
color: #fff;
}.main-header__nav-link:hover::after,
.main-header__nav-link:focus-visible::after,
.main-nav__link:hover::after,
.main-nav__link:focus-visible::after{
transform: scaleX(1);
}.mobile-panel{
position: fixed;
  inset: 0;
  z-index: 200;
}.mobile-panel[hidden]{
display: none;
}.mobile-panel__backdrop{
position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
}.mobile-panel__sheet{
position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(430px, 92vw);
  padding: 16px 20px 28px;
  background: linear-gradient(180deg, #050505 0%, #0d0d0d 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: auto;
  box-shadow: 30px 0 60px rgba(0, 0, 0, 0.36);
}.mobile-panel__close{
top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  font-size: 28px;
}.mobile-panel__eyebrow{
margin: 0;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.62);
}.mobile-panel__menu{
display: grid;
  gap: 10px;
  margin-top: 6px;
}.mobile-panel__menu:first-of-type{
margin-top: -2px;
}.mobile-panel__link{
display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-body);
  font-size: clamp(18px, 2.1vw, 23px);
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.1;
  text-decoration: none;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.14);
  text-transform: uppercase;
  box-shadow: none;
}.mobile-panel__link .button-label{
flex: 1 1 auto;
  text-align: left;
}.site-footer{
padding: 48px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #000000;
  color: #ffffff;
}.site-footer__inner{
display: grid;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}.footer-links-group__title,
.site-footer__copyright{
font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.68);
}.site-footer__sections{
display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr) minmax(0, 0.88fr);
  align-items: start;
  column-gap: clamp(18px, 2vw, 28px);
  row-gap: 20px;
  width: 100%;
  max-width: 860px;
}.footer-links-group{
display: grid;
  gap: 10px;
}.footer-links-group__toggle{
display: grid;
  justify-items: start;
  gap: 12px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}.footer-links-group__panel[hidden]{
display: none !important;
}.footer-links-group__chevron{
display: none;
}.footer-links-group__list{
list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}.footer-links-group__list a{
font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}.footer-links-group__list a:hover,
.footer-links-group__list a:focus-visible{
color: #ff4a4a;
}.site-footer__copyright{
color: rgba(255, 255, 255, 0.82);
}.site-footer__meta{
order: 3;
  display: grid;
  gap: 8px;
  justify-items: start;
  width: 100%;
  max-width: 860px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}.social-icons{
display: flex;
  flex-wrap: wrap;
  gap: 12px;
}.social-link{
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.055),
    rgba(255, 255, 255, 0.02)
  );
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    background-color 0.22s ease;
}.social-link:hover,
.social-link:focus-visible{
transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.3);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.03)
  );
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.32);
}.social-link svg{
width: 24px;
  height: 24px;
}@media (max-width: 1100px){
.mobile-panel__sheet{
padding: 14px 18px 24px;
  gap: 8px;
}.mobile-panel__menu{
gap: 10px;
}.mobile-panel__eyebrow{
letter-spacing: 0.18em;
}.main-header__menu-toggle{
display: inline-flex;
}.main-header__inner{
min-height: 84px;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 16px;
  padding-bottom: 10px;
}.main-header__nav{
display: none;
}.site-shell{
--main-header-shell-height: 84px;
}}
@media (max-width: 900px){
:root{
--hvh-title-card-gap: clamp(16px, 4vw, 22px);
}.main-header__inner{
min-height: 72px;
  gap: 14px;
  padding-bottom: 8px;
}.main-header__brand-home{
width: 50px;
  min-height: 42px;
  padding: 0 10px;
}.main-header__brand-home-icon{
width: 20px;
  height: 20px;
}.site-shell{
--main-header-shell-height: 72px;
}}
.main-header__nav-link.is-current,
.main-nav__link.is-current,
.mobile-panel__link.is-current{
color: #fff;
}.main-header__nav-link.is-current::after,
.main-nav__link.is-current::after{
transform: scaleX(1);
}@media (max-width: 1100px){
.site-footer{
padding: 22px 0 24px;
}.site-footer__inner{
gap: 10px;
}.site-footer__sections{
grid-template-columns: 1fr;
  gap: 4px;
  max-width: none;
}.footer-links-group{
gap: 0;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}.footer-links-group__toggle{
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 40px;
}.footer-links-group__chevron{
display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  color: rgba(255, 255, 255, 0.72);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}.footer-links-group.is-open .footer-links-group__chevron{
transform: rotate(-135deg);
}.footer-links-group__panel{
padding-top: 0;
}.footer-links-group.is-open .footer-links-group__panel{
padding-top: 8px;
}.footer-links-group__list{
gap: 7px;
}.footer-links-group__list a{
font-size: 11px;
  letter-spacing: 0.1em;
}.social-link{
width: 46px;
  height: 46px;
  border-radius: 14px;
}.social-link svg{
width: 20px;
  height: 20px;
}.site-footer__meta{
gap: 4px;
  max-width: none;
  padding-top: 10px;
}.site-footer__copyright{
font-size: 11px;
  line-height: 1.5;
}}
body:not(.home) .content-shell{
padding-top: calc(var(--main-header-shell-height) + 8px);
}@media (min-width: 681px){
body:not(.home) .main-header{
pointer-events: auto;
}body:not(.home) .main-header--compact .main-header__bar{
width: 100%;
  margin: 0;
  border-radius: 0;
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}body:not(.home) .main-header--hidden .main-header__bar{
transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}body:not(.home) .content-shell{
padding-top: calc(var(--main-header-shell-height) + 6px);
}}
@media (min-width: 681px) and (max-width: 1100px){}
.mobile-panel__header{
display: grid;
  gap: 16px;
  padding: 6px 54px 8px 0;
}.mobile-panel__brand{
display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: #fff;
}.mobile-panel__brand-logo-wrap{
width: 84px;
  flex: 0 0 84px;
}.mobile-panel__brand-logo{
display: block;
  width: 100%;
  height: auto;
}.mobile-panel__brand-wordmark{
display: inline-flex;
  align-items: center;
  min-width: 0;
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.82rem + 0.9vw, 1.2rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}.mobile-panel__link::after{
content: none;
}.mobile-panel__link.mobile-panel__link--friends{
max-width: none;
  white-space: normal;
}.mobile-panel__link:hover,
.mobile-panel__link:focus-visible{
color: #ffffff;
  background: transparent;
  box-shadow: none;
}.mobile-panel__social-block{
margin-top: auto;
  display: grid;
  gap: 14px;
  padding-top: 18px;
}.mobile-panel__socials{
display: flex;
}.social-icons--mobile-panel{
gap: 12px;
}.social-icons--mobile-panel .social-link{
width: 56px;
  height: 56px;
  border-radius: 16px;
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.09),
    rgba(255, 255, 255, 0.03)
  );
}.social-icons--mobile-panel .social-link:hover,
.social-icons--mobile-panel .social-link:focus-visible{
border-color: rgba(255, 255, 255, 0.3);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.14),
    rgba(255, 255, 255, 0.05)
  );
}@media (max-width: 1100px){
.main-header__menu-toggle{
gap: 10px;
  min-height: 48px;
  padding: 0 16px 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(
      180deg,
      rgba(10, 10, 10, 0.78),
      rgba(10, 10, 10, 0.48)
    );
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}.main-header__menu-icon{
align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}}
@media (min-width: 681px) and (max-width: 1100px){
.mobile-panel__brand-wordmark{
display: none;
}}
@media (max-width: 680px){
.mobile-panel__sheet{
width: min(100vw - 16px, 430px);
  padding: 14px 14px 20px;
  border-radius: 0 28px 28px 0;
}.mobile-panel__header{
gap: 14px;
  padding-right: 50px;
}.mobile-panel__brand-logo-wrap{
width: 72px;
  flex-basis: 72px;
}.mobile-panel__brand-wordmark{
font-size: 0.92rem;
  letter-spacing: 0.16em;
}.mobile-panel__link{
padding: 2px 0;
  font-size: clamp(17px, 5vw, 20px);
  letter-spacing: 0.16em;
}.social-icons--mobile-panel .social-link{
width: 52px;
  height: 52px;
  border-radius: 15px;
}}
.content-shell{
display: block;
  padding-top: 24px;
  padding-bottom: 56px;
}.content-column{
min-width: 0;
  max-width: 100%;
}.card-shell,
.page-card{
border: 1px solid rgba(8, 8, 8, 0.12);
  border-radius: var(--bb-card-radius);
  box-shadow: var(--bb-shadow-card);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(250, 245, 238, 0.96) 100%
  );
}.page-card{
display: block;
  overflow: hidden;
}.media-frame{
position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  background: var(--surface-soft);
  overflow: hidden;
}.media-frame__bg{
display: none;
}.media-frame__img,
.hvh-modal__image-link,
.hvh-modal__image{
width: 100%;
  height: 100%;
}.media-frame__img{
position: relative;
  z-index: 1;
}.media-frame--contain .media-frame__img{
object-fit: contain;
  object-position: center center;
}.media-frame--cover .media-frame__img{
object-fit: cover;
  object-position: center center;
}.newsletter-form{
display: flex;
  gap: 12px;
  align-items: stretch;
  flex-wrap: wrap;
}.newsletter-form__field-wrap{
flex: 1;
  border: var(--border-strong);
  border-radius: var(--control-radius-md);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(251, 246, 239, 0.96) 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  padding: 0 18px;
}.newsletter-form__field{
width: 100%;
  min-height: 54px;
  border: 0;
  background: transparent;
  color: var(--black);
}.newsletter-form__field::placeholder{
color: var(--ink-faint);
}.newsletter-form__field-wrap:focus-within{
box-shadow: 0 0 0 4px var(--focus-ring-soft);
}.newsletter-form__honeypot{
position: absolute;
  left: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}.hvh-modal{
position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 36px 18px;
  pointer-events: none;
}.hvh-modal[hidden]{
display: none;
}.hvh-modal__backdrop{
position: absolute;
  inset: 0;
  background: var(--modal-backdrop);
  pointer-events: auto;
}.hvh-modal__dialog{
position: relative;
  pointer-events: auto;
  width: min(var(--modal-dialog-width, 1120px), calc(100vw - 36px));
  height: min(var(--modal-dialog-height, 720px), calc(100dvh - 72px));
  max-width: calc(100vw - 36px);
  max-height: calc(100dvh - 72px);
  margin: 0;
  padding: 12px;
  border: var(--border-strong);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--modal-dialog-shadow);
  display: flex;
  align-items: stretch;
  justify-content: center;
}.hvh-modal[data-popup-type="hero"]{
--modal-hero-width: min(
    var(--modal-hero-dialog-width, 1120px),
    calc(100vw - 64px)
  );
  --modal-hero-max-width: calc(100vw - 64px);
  --modal-hero-max-height: calc(100dvh - 72px);
  --modal-hero-padding: 10px;
  --modal-hero-padding-top: var(--modal-hero-padding);
  --modal-hero-padding-inline: var(--modal-hero-padding);
  --modal-hero-padding-bottom: var(--modal-hero-padding);
  --modal-hero-radius: 24px;
  --modal-hero-image-max-height: calc(100dvh - 116px);
}.hvh-modal[data-popup-type="hero"] .hvh-modal__dialog{
width: var(--modal-hero-width);
  height: auto;
  max-width: var(--modal-hero-max-width);
  max-height: var(--modal-hero-max-height);
  padding: var(--modal-hero-padding-top) var(--modal-hero-padding-inline)
    var(--modal-hero-padding-bottom);
  border-radius: var(--modal-hero-radius);
}.mobile-panel__close,
.hvh-modal__close{
position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: var(--radius-pill);
  background: var(--white);
  border: var(--close-control-border);
  color: var(--black);
  line-height: 1;
  box-shadow: var(--button-shadow);
  cursor: pointer;
}.hvh-modal__close{
top: 18px;
  right: 20px;
  z-index: 3;
  width: var(--modal-close-size);
  height: var(--modal-close-size);
  font-size: var(--modal-close-font-size);
}.hvh-modal__image-link,
.hvh-modal__image{
display: block;
}.hvh-modal__image-link{
width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--surface-radius-lg);
  background: var(--surface-soft);
}.hvh-modal__image{
object-fit: contain;
  background: var(--surface-soft);
}.hvh-modal[data-popup-type="hero"] .hvh-modal__image-link{
height: auto;
  aspect-ratio: 2048 / 1365;
  max-height: var(--modal-hero-image-max-height);
  border-radius: var(--surface-radius-md);
  background: var(--media-stage-bg);
}.hvh-modal[data-popup-type="hero"] .hvh-modal__image{
width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--media-stage-bg);
}@media (max-width: 1024px){
.hvh-modal[data-popup-type="hero"]{
--modal-hero-width: min(100vw - 28px, 820px);
  --modal-hero-max-width: calc(100vw - 28px);
  --modal-hero-max-height: calc(100dvh - 44px);
  --modal-hero-image-max-height: calc(100dvh - 88px);
}.content-shell{
padding-top: 12px;
}}
@media (max-width: 768px){
:root{
--page-card-title-size: 30px;
}.hvh-modal{
padding: 18px 12px;
}.hvh-modal__dialog{
width: min(100vw - 20px, 1000px);
  height: min(100dvh - 32px, 78vh);
  padding: 10px;
  border-radius: 24px;
}.hvh-modal[data-popup-type="hero"]{
--modal-hero-width: min(100vw - 20px, 1000px);
  --modal-hero-max-width: min(100vw - 20px, 1000px);
  --modal-hero-max-height: calc(100dvh - 32px);
  --modal-hero-padding: 10px;
  --modal-hero-padding-top: 10px;
  --modal-hero-padding-inline: 10px;
  --modal-hero-padding-bottom: 10px;
  --modal-hero-radius: 24px;
  --modal-hero-image-max-height: calc(100dvh - 78px);
}.hvh-modal[data-popup-type="hero"] .hvh-modal__close{
top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 28px;
}}
@media (max-width: 700px){
:root{
--modal-dialog-width: min(82vw, 520px);
  --modal-dialog-height: min(72vh, 620px);
}}
@media (max-width: 580px){
.newsletter-form{
flex-direction: column;
}.newsletter-form__field-wrap{
min-width: 0;
}}
.page-card{
position: relative;
  min-width: 0;
  max-width: 100%;
  padding: clamp(28px, 3vw, 40px);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.99) 0%,
    rgba(250, 245, 238, 0.97) 100%
  );
}.page-card__title{
margin: 0 0 28px;
  padding-bottom: 18px;
  border-bottom: var(--border-soft);
  color: var(--black);
  font-family: var(--font-display);
  font-size: var(--page-card-title-size);
  line-height: 0.96;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-wrap: balance;
}.page-card__content{
min-width: 0;
  max-width: 100%;
  line-height: 1.74;
  color: rgba(18, 18, 18, 0.84);
  overflow-wrap: anywhere;
}.page-card__content > :first-child{
margin-top: 0;
}.page-card__content > :last-child{
margin-bottom: 0;
}.page-card__content > *{
max-width: 72ch;
}.page-card__content > h2,
.page-card__content > h3,
.page-card__content > h4,
.page-card__content > ul,
.page-card__content > ol,
.page-card__content > blockquote,
.page-card__content > figure,
.page-card__content > .wp-block-image,
.page-card__content > .wp-block-embed,
.page-card__content > .wp-block-gallery{
max-width: none;
}.page-card__content h2,
.page-card__content h3{
margin-top: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.1;
  color: var(--black);
  font-family: var(--font-display);
  text-transform: uppercase;
}.page-card__content h2{
font-size: clamp(24px, 2vw, 34px);
}.page-card__content h3{
font-size: clamp(20px, 1.5vw, 28px);
}.page-card__content p,
.page-card__content ul,
.page-card__content ol{
font-size: clamp(16px, 1.08vw, 18px);
}.page-card__content ul,
.page-card__content ol{
padding-left: 1.25em;
}.page-card__content iframe,
.page-card__content table{
max-width: 100%;
}.page-card__content table{
display: block;
  overflow-x: auto;
}.bb-section__eyebrow{
margin-bottom: 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(8, 8, 8, 0.58);
}.bb-section__title{
max-width: 12ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(32px, 3.3vw, 54px);
  line-height: 0.93;
  letter-spacing: -0.045em;
  color: var(--bb-black);
  text-wrap: balance;
}.bb-section__text{
max-width: 58ch;
  margin: 14px 0 0;
  font-size: clamp(15px, 1.02vw, 17px);
  line-height: 1.72;
  color: var(--bb-muted);
}.bb-pill-button--ghost{
background: rgba(255, 255, 255, 0.7);
  color: rgba(17, 17, 17, 0.8);
  border-color: rgba(17, 17, 17, 0.1);
  backdrop-filter: none;
  box-shadow: 0 10px 20px rgba(17, 17, 17, 0.05);
}.bb-pill-button--ghost:hover,
.bb-pill-button--ghost:focus-visible{
background: rgba(255, 255, 255, 0.92);
  color: #111111;
  border-color: rgba(17, 17, 17, 0.16);
  box-shadow: 0 12px 22px rgba(17, 17, 17, 0.08);
}.bb-button-row{
display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}.bb-section{
position: relative;
  padding: clamp(78px, 7vw, 116px) 0;
}.bb-section + .bb-section{
border-top: 1px solid var(--bb-line);
}.bb-section__inner{
display: grid;
  gap: var(--hvh-title-card-gap);
}.bb-split{
display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
  gap: clamp(40px, 5vw, 78px);
}.bb-split--reverse{
grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
}.bb-section__heading-row{
display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}.bb-media-image{
width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.8s ease,
    filter 0.28s ease;
  display: block;
}.bb-section__media{
position: relative;
}.bb-section__media{
min-height: 390px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--bb-shadow-strong);
  background: linear-gradient(
    180deg,
    var(--bb-panel-soft) 0%,
    var(--bb-panel) 100%
  );
}.bb-section__media:hover .bb-media-image{
transform: scale(1.03);
}.bb-section__media::after,
.bb-date-card::after{
content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(209, 19, 22, 0.1) 0%,
    rgba(209, 19, 22, 0) 72%
  );
  pointer-events: none;
}.bb-dates-grid{
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}.bb-date-card{
position: relative;
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr) minmax(132px, auto);
  align-items: center;
  gap: 14px;
  height: 100%;
  min-height: 244px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(250, 244, 236, 0.96) 100%
  );
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}.bb-date-card::before{
content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(
    90deg,
    var(--bb-red) 0%,
    rgba(209, 19, 22, 0) 100%
  );
}.bb-date-card:hover{
transform: translateY(-4px);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.18);
}.bb-date-card__date{
display: grid;
  align-content: start;
  gap: 6px;
  min-height: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8efe4 100%);
}.bb-date-card__weekday,
.bb-date-card__time,
.bb-empty-state{
font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bb-muted);
}.bb-date-card__daymonth{
font-family: var(--font-display);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  color: var(--bb-black);
}.bb-date-card__meta h3{
margin: 0;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 0.94;
  text-wrap: balance;
}.bb-date-card__time{
display: inline-flex;
  align-items: center;
  min-height: 32px;
  width: fit-content;
  margin-top: 14px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.05);
}.bb-date-card__button{
min-width: 144px;
  min-height: 50px;
  white-space: nowrap;
  border-radius: 999px;
}.bb-date-card__button,
.bb-date-card__button:hover,
.bb-date-card__button:focus-visible{
border-color: #d10f12;
  background: linear-gradient(180deg, #111111 0%, #111111 46%, #2a0b0b 100%);
  box-shadow:
    0 0 0 1px rgba(209, 15, 18, 0.22),
    0 0 18px rgba(209, 15, 18, 0.24);
  color: #fff;
}.bb-date-card__button span{
color: #fff;
  font-weight: 950;
}.bb-section__media--bookings-slider{
width: 100%;
}.bb-special-spotlight{
position: relative;
  overflow: hidden;
  min-height: 480px;
  border-radius: 30px;
  background: #050505;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.18);
}.bb-special-spotlight__content{
position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  width: min(430px, calc(100% - 42px));
  min-height: 480px;
  gap: 16px;
  padding: 38px 0 38px 38px;
  color: #fff;
}.bb-special-billing{
display: grid;
  gap: 10px;
  margin-top: 20px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}.bb-special-billing__headliner{
font-family: var(--font-display);
  font-size: clamp(28px, 2.7vw, 38px);
  line-height: 0.94;
  letter-spacing: -0.03em;
}.bb-special-billing__support{
font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.8);
}.bb-media-image--contact-finale{
object-position: center 12%;
}.bb-section__content{
max-width: 560px;
}.bb-section__media,
.bb-special-spotlight,
.bb-date-card{
box-shadow: 0 20px 54px rgba(17, 17, 17, 0.08);
}.bb-section__media,
.bb-special-spotlight{
border-radius: 34px;
}.bb-date-card{
border-radius: 28px;
}.bb-special-copy__title{
font-size: clamp(42px, 5.4vw, 82px);
}.bb-special-spotlight--featured{
display: grid;
  gap: clamp(22px, 3vw, 36px);
  padding: clamp(22px, 3vw, 30px);
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(209, 19, 22, 0.2) 0%,
      rgba(209, 19, 22, 0) 26%
    ),
    radial-gradient(
      circle at 86% 78%,
      rgba(201, 153, 86, 0.16) 0%,
      rgba(201, 153, 86, 0) 28%
    ),
    linear-gradient(180deg, #080808 0%, #121212 54%, #1a1411 100%);
}.bb-special-spotlight__content--feature{
min-width: 0;
  padding: clamp(10px, 1vw, 12px);
}.bb-special-spotlight__visual{
margin: 0;
  min-width: 0;
  align-self: stretch;
}.bb-special-spotlight__poster{
display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1452 / 2048;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}.bb-special-flyer{
border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}.bb-special-flyer .bb-section__title,
.bb-special-flyer .bb-section__eyebrow,
.bb-special-flyer .bb-section__text{
color: #fff;
}.bb-special-flyer .bb-section__text,
.bb-special-flyer .bb-special-mobile-accordion__text{
color: rgba(255, 255, 255, 0.76);
}.bb-special-flyer .bb-pill-button{
background: var(--hvh-btn-light-bg-rest);
  color: var(--hvh-btn-light-color-rest);
  border-color: var(--hvh-btn-light-border-rest);
  box-shadow: var(--hvh-btn-light-shadow-rest);
}.bb-special-flyer .bb-pill-button:hover,
.bb-special-flyer .bb-pill-button:focus-visible{
background: var(--hvh-btn-light-bg-hover);
  color: var(--hvh-btn-light-color-hover);
  border-color: var(--hvh-btn-light-border-hover);
  box-shadow: var(--hvh-btn-light-shadow-hover);
}.bb-special-flyer .bb-pill-button--ghost{
background: rgba(255, 255, 255, 0.7);
  color: rgba(17, 17, 17, 0.8);
  border-color: rgba(17, 17, 17, 0.1);
  box-shadow: 0 10px 20px rgba(17, 17, 17, 0.05);
}.bb-special-flyer .bb-pill-button--ghost:hover,
.bb-special-flyer .bb-pill-button--ghost:focus-visible{
background: rgba(255, 255, 255, 0.92);
  color: #111111;
  border-color: rgba(17, 17, 17, 0.16);
  box-shadow: 0 12px 22px rgba(17, 17, 17, 0.08);
}.bb-special-flyer .bb-special-actions{
display: flex;
}.bb-special-flyer .bb-special-mobile-accordion{
display: none;
}.bb-special-flyer .bb-special-mobile-accordion__label--less{
display: none;
}.bb-special-flyer .bb-special-mobile-accordion[open] .bb-special-mobile-accordion__label--more{
display: none;
}.bb-special-flyer .bb-special-mobile-accordion[open] .bb-special-mobile-accordion__label--less{
display: inline;
}@media (min-width: 901px){
.bb-special-flyer.bb-special-spotlight--featured{
grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  grid-template-areas:
      "content visual"
      "actions visual";
  align-items: stretch;
  min-height: clamp(400px, 50vh, 560px);
}.bb-special-flyer .bb-special-spotlight__content--feature{
display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: normal;
  grid-area: content;
  min-height: 100%;
  padding: clamp(12px, 1.3vw, 18px);
  gap: 0;
}.bb-special-flyer .bb-special-event-badge{
min-height: 40px;
  margin-bottom: 8px;
  padding: 0 16px;
  font-size: 10px;
  letter-spacing: 0.15em;
}.bb-special-flyer .bb-special-copy__title{
max-width: 10ch;
  font-size: clamp(32px, 3.9vw, 58px);
}.bb-special-flyer .bb-special-billing{
gap: 7px;
  margin-top: 12px;
  padding-top: 12px;
}.bb-special-flyer .bb-special-billing__headliner{
font-size: clamp(22px, 2vw, 29px);
}.bb-special-flyer .bb-special-billing__support{
font-size: 10px;
  letter-spacing: 0.13em;
}.bb-special-flyer .bb-special-copy__body{
margin-top: 10px;
  font-size: clamp(13px, 0.8vw, 14px);
  line-height: 1.54;
  max-width: 50ch;
}.bb-special-flyer .bb-special-actions{
grid-area: actions;
  align-self: end;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}.bb-special-flyer .bb-pill-button{
min-height: 40px;
  padding: 0 17px;
  font-size: 11px;
  letter-spacing: 0.13em;
  white-space: nowrap;
  flex: 0 0 auto;
}.bb-special-flyer .bb-special-spotlight__visual{
display: flex;
  grid-area: visual;
  align-items: center;
  justify-content: flex-start;
}.bb-special-flyer .bb-special-spotlight__poster{
width: min(100%, 300px);
  max-width: 100%;
  height: auto;
  max-height: min(76vh, 520px);
  margin-left: 0;
  margin-right: auto;
}}
@media (max-width: 900px){
.bb-special-flyer.bb-special-spotlight--featured{
padding: 18px;
}.bb-special-flyer .bb-special-spotlight__content--feature{
order: 2;
  padding: 6px 4px 0;
}.bb-special-flyer .bb-special-spotlight__visual{
order: 1;
}.bb-special-flyer .bb-special-spotlight__poster{
max-height: min(74svh, 640px);
}}
@media (max-width: 768px){
.bb-special-flyer.bb-special-spotlight--featured{
display: block;
  padding: 10px;
  gap: 12px;
}.bb-special-flyer .bb-special-copy__body,
  .bb-special-flyer .bb-special-spotlight__content--feature{
display: none;
}.bb-special-flyer .bb-special-spotlight__visual{
display: block;
  margin: 0;
}.bb-special-flyer .bb-special-spotlight__poster{
width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin: 0;
}.bb-special-flyer .bb-special-mobile-accordion{
display: grid;
  justify-items: center;
  margin-top: 8px;
  gap: 8px;
  padding-top: 0;
  border-top: 0;
}.bb-special-flyer .bb-special-mobile-accordion__toggle{
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  gap: 8px;
  padding: 0;
  margin: 0 auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: lowercase;
  text-align: center;
  text-decoration: none;
  list-style: none;
}.bb-special-flyer .bb-special-mobile-accordion__toggle::-webkit-details-marker{
display: none;
}.bb-special-flyer .bb-special-mobile-accordion__toggle::marker{
content: "";
}.bb-special-flyer .bb-special-mobile-accordion__toggle::after{
content: "↓";
  display: inline-block;
  font-size: 0.78em;
  line-height: 1;
  transform: translateY(-1px);
}.bb-special-flyer .bb-special-mobile-accordion[open] .bb-special-mobile-accordion__toggle::after{
content: "↑";
}.bb-special-flyer .bb-special-mobile-accordion__toggle:hover,
  .bb-special-flyer .bb-special-mobile-accordion__toggle:focus-visible{
background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}.bb-special-flyer .bb-special-mobile-accordion__panel{
gap: 10px;
}.bb-special-flyer .bb-special-actions{
margin-top: 10px;
  display: grid;
  gap: 8px;
}.bb-special-flyer .bb-special-actions .bb-pill-button{
width: 100%;
  justify-content: center;
}.bb-special-flyer .bb-special-actions .bb-pill-button--ghost{
display: none;
}}
@media (max-width: 560px){
.bb-special-flyer.bb-special-spotlight--featured{
gap: 18px;
  padding: 14px;
}.bb-special-flyer .bb-special-billing__headliner{
font-size: clamp(24px, 9vw, 34px);
}}
.bb-section__heading-copy{
display: grid;
  gap: 8px;
  min-width: 0;
}.bb-section__title--agenda{
max-width: none;
  white-space: nowrap;
  text-wrap: normal;
  font-size: clamp(30px, 3.15vw, 52px);
  line-height: 0.94;
  letter-spacing: -0.048em;
}.bb-special-flyer .bb-pill-button--special-ticket,
.bb-special-flyer .bb-pill-button--special-ticket:hover,
.bb-special-flyer .bb-pill-button--special-ticket:focus-visible{
border-color: #d10f12;
  box-shadow:
    0 0 0 1px rgba(209, 15, 18, 0.22),
    0 0 18px rgba(209, 15, 18, 0.24);
  font-weight: 950;
}.bb-date-card.is-sold_out .bb-date-card__button,
.bb-date-card.is-sold_out .bb-date-card__button:hover,
.bb-date-card.is-sold_out .bb-date-card__button:focus-visible{
background: linear-gradient(180deg, #313131 0%, #151515 100%);
  border-color: rgba(8, 8, 8, 0.92);
}.social-icons--newsletter{
gap: 14px;
}.social-icons--newsletter .social-link{
width: 64px;
  height: 64px;
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(248, 242, 234, 0.96)
  );
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
}.social-icons--newsletter .social-link svg{
width: 26px;
  height: 26px;
}.social-icons--newsletter .social-link:hover,
.social-icons--newsletter .social-link:focus-visible{
border-color: rgba(0, 0, 0, 0.22);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgba(244, 237, 228, 0.98)
  );
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.12);
}.social-icons--newsletter .social-link-instagram{
color: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 6%,
    #fd5949 38%,
    #d6249f 65%,
    #285aeb 100%
  );
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.14);
}.social-icons--newsletter .social-link-instagram:hover,
.social-icons--newsletter .social-link-instagram:focus-visible{
color: #ffffff;
  border-color: rgba(0, 0, 0, 0.12);
  background: radial-gradient(
    circle at 30% 107%,
    #fdf6a7 0%,
    #fdf6a7 6%,
    #ff6a58 38%,
    #e232ab 65%,
    #3a69ef 100%
  );
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
}.social-link-tiktok{
position: relative;
  isolation: isolate;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
  background: linear-gradient(180deg, #0f0f10 0%, #1a1a1c 100%);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}.social-link-tiktok::before{
content: "";
  position: absolute;
  inset: 8px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 30% 30%, rgba(37, 244, 238, 0.28), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(254, 44, 85, 0.3), transparent 58%);
  opacity: 0.92;
  z-index: 0;
}.social-link-tiktok svg{
position: relative;
  z-index: 1;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}.social-link-tiktok:hover,
.social-link-tiktok:focus-visible{
border-color: rgba(255, 255, 255, 0.34);
  background: linear-gradient(180deg, #151515 0%, #232323 100%);
}.social-icons--hero .social-link-tiktok,
.social-icons--mobile-panel .social-link-tiktok{
border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}.social-icons--newsletter .social-link-tiktok{
border-color: rgba(0, 0, 0, 0.14);
  background: linear-gradient(180deg, #111112 0%, #1d1d1f 100%);
  box-shadow:
    0 12px 22px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}.social-icons--newsletter .social-link-tiktok:hover,
.social-icons--newsletter .social-link-tiktok:focus-visible{
border-color: rgba(0, 0, 0, 0.22);
  background: linear-gradient(180deg, #18181a 0%, #242427 100%);
}@media (max-width: 1180px){
.bb-dates-grid,
.bb-split,
.bb-split--reverse{
grid-template-columns: 1fr;
}.bb-special-spotlight{
min-height: 520px;
}.bb-special-spotlight__content{
min-height: 520px;
  width: min(460px, calc(100% - 34px));
  padding-left: 32px;
}}
@media (max-width: 900px){
.bb-section{
padding: 70px 0;
}.bb-section__title{
font-size: clamp(30px, 9vw, 48px);
}.bb-date-card{
grid-template-columns: 1fr;
  align-items: start;
  padding: 24px;
}.bb-date-card__date{
min-height: auto;
}.bb-date-card__action,
  .bb-date-card__button{
width: 100%;
}.bb-special-spotlight{
min-height: 600px;
}.bb-special-spotlight__content{
align-content: end;
  width: calc(100% - 32px);
  min-height: 600px;
  padding: 30px 0 30px 16px;
}}
@media (max-width: 680px){
.bb-section__text{
font-size: 16px;
  line-height: 1.68;
}.bb-pill-button{
justify-content: center;
  width: 100%;
  min-width: 0;
}.bb-section__heading-row{
align-items: start;
  flex-direction: column;
}.bb-section__media,
.bb-special-spotlight{
border-radius: 24px;
}.bb-date-card__daymonth{
font-size: clamp(28px, 8vw, 36px);
}.bb-special-billing__headliner{
font-size: clamp(28px, 8vw, 38px);
}.bb-special-spotlight{
min-height: 620px;
}.bb-special-spotlight__content{
width: calc(100% - 28px);
  min-height: 620px;
  padding: 30px 0 28px 14px;
}}
@media (prefers-reduced-motion: reduce){
.bb-media-image{
animation: none !important;
  transition: none !important;
}}
@media (min-width: 901px){
.bb-section__heading-row{
margin-bottom: 4px;
}.bb-date-card{
min-height: 256px;
}}
@media (max-width: 900px){
.bb-pill-button{
box-shadow: none;
}.bb-section__title,
  .bb-section__text{
max-width: none;
}}
@media (max-width: 900px){
.bb-section__title--agenda{
white-space: normal;
}}
@media (max-width: 560px){
.bb-section__title--agenda{
font-size: clamp(28px, 8vw, 38px);
}}
@media (max-width: 680px){
.social-icons--newsletter .social-link{
width: 58px;
  height: 58px;
  border-radius: 16px;
}.social-icons--newsletter .social-link svg{
width: 27px;
  height: 27px;
}}
.social-icons--hero{
justify-content: flex-start;
  gap: 8px;
}.social-icons--hero .social-link,
.social-icons--newsletter .social-link{
width: 56px;
  height: 56px;
  border-radius: 16px;
}.social-icons--hero .social-link{
width: 44px;
  height: 44px;
  border-radius: 14px;
}.social-icons--hero .social-link{
border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(6px);
}.social-icons--hero .social-link:hover,
.social-icons--hero .social-link:focus-visible{
border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}.social-icons--hero .social-link svg{
width: 26px;
  height: 26px;
}.page-shell{
--page-hero-ink: #ffffff;
  --page-hero-muted: rgba(255, 255, 255, 0.82);
  --page-hero-border: rgba(255, 255, 255, 0.16);
  --page-surface-bg: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.99) 0%,
    rgba(250, 245, 238, 0.97) 100%
  );
  --page-surface-border: rgba(8, 8, 8, 0.1);
  --page-accent: var(--bb-red-deep);
  --page-glow-a: rgba(209, 19, 22, 0.26);
  --page-glow-b: rgba(201, 153, 86, 0.22);
  display: grid;
  gap: clamp(22px, 2.8vw, 34px);
  margin-top: clamp(38px, 3.4vw, 56px);
}.page-shell--theme-warm{
--page-accent: #b82a24;
  --page-glow-a: rgba(209, 19, 22, 0.24);
  --page-glow-b: rgba(201, 153, 86, 0.24);
}.page-shell--theme-noir{
--page-accent: #d5b06a;
  --page-glow-a: rgba(178, 30, 32, 0.24);
  --page-glow-b: rgba(214, 176, 106, 0.24);
}.page-shell__hero,
.page-shell__surface,
.page-shell__callout,
.page-shell__cta,
.page-shell__legal{
position: relative;
  border-radius: 34px;
  overflow: clip;
}.page-shell__hero{
border: 1px solid var(--page-hero-border);
  background:
    radial-gradient(
      circle at 18% 72%,
      var(--page-glow-b) 0%,
      rgba(201, 153, 86, 0) 32%
    ),
    radial-gradient(
      circle at 84% 18%,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0) 20%
    ),
    radial-gradient(
      circle at 84% 24%,
      var(--page-glow-a) 0%,
      rgba(209, 19, 22, 0) 24%
    ),
    linear-gradient(180deg, #090909 0%, #121212 48%, #1e120f 100%);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}.page-shell__hero::before,
.page-shell__hero::after{
content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}.page-shell__hero::before{
top: 70px;
  right: -52px;
  width: 220px;
  height: 220px;
  background: radial-gradient(
    circle,
    var(--page-glow-a) 0%,
    rgba(209, 19, 22, 0) 72%
  );
  filter: blur(12px);
}.page-shell__hero::after{
left: -60px;
  bottom: 72px;
  width: 280px;
  height: 280px;
  background: radial-gradient(
    circle,
    var(--page-glow-b) 0%,
    rgba(201, 153, 86, 0) 74%
  );
  filter: blur(18px);
}.page-shell__hero-grid{
position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  align-items: stretch;
  min-height: clamp(420px, 46vw, 560px);
}.page-shell__hero-copy{
display: grid;
  gap: 16px;
  align-content: center;
  padding: clamp(28px, 4vw, 48px);
  color: var(--page-hero-ink);
}.page-shell__brand{
display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: min(62%, 220px);
}.page-shell__brand-image{
display: block;
  width: clamp(128px, 18vw, 220px);
  height: auto;
}.page-shell__eyebrow{
font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}.page-shell__hero .page-shell__eyebrow,
.page-shell__callout .page-shell__eyebrow,
.page-shell__cta .page-shell__eyebrow{
color: rgba(255, 255, 255, 0.76);
}.page-shell__surface .page-shell__eyebrow,
.page-shell__legal .page-shell__eyebrow{
color: var(--page-accent);
}.page-shell__title{
margin: 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 4.2vw, 64px);
  line-height: 0.9;
  letter-spacing: -0.045em;
  text-wrap: balance;
  color: #fff;
  max-width: 16ch;
}.page-shell__intro,
.page-shell__body,
.page-shell__section-copy{
margin: 0;
}.page-shell__intro{
max-width: 30ch;
  font-size: clamp(18px, 1.3vw, 22px);
  line-height: 1.38;
  font-weight: 700;
  color: #fff;
}.page-shell__body{
max-width: 62ch;
  font-size: clamp(15px, 0.98vw, 17px);
  line-height: 1.66;
  color: var(--page-hero-muted);
}.page-shell__actions,
.page-shell__mini-actions{
display: flex;
  flex-wrap: wrap;
  gap: 12px;
}.page-shell__hero .bb-pill-button--ghost{
--button-bg-rest: linear-gradient(180deg, #080808 0%, #141414 100%);
  --button-bg-hover: linear-gradient(180deg, #121212 0%, #1c1c1c 100%);
  --button-border-rest: rgba(255, 247, 236, 0.72);
  --button-border-hover: rgba(255, 247, 236, 0.92);
  --button-color-rest: #fff;
  --button-color-hover: #fff;
  --button-shadow-rest:
    0 0 0 1px rgba(255, 247, 236, 0.14), 0 0 18px rgba(255, 247, 236, 0.08),
    var(--button-shadow);
  --button-shadow-hover:
    0 0 0 1px rgba(255, 247, 236, 0.22), 0 0 20px rgba(255, 247, 236, 0.14),
    0 18px 32px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}.page-shell__signup{
display: grid;
  gap: 16px;
  margin-top: 6px;
  max-width: 620px;
}.page-shell__signup .newsletter-form{
align-items: stretch;
}.page-shell__signup .newsletter-form__field-wrap{
min-height: 58px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}.page-shell__signup .newsletter-form__field,
.page-shell__signup .newsletter-form__field::placeholder{
color: #fff;
}.page-shell__signup .newsletter-form__field::placeholder{
opacity: 0.7;
}.page-shell__media{
position: relative;
  min-height: 100%;
  background: linear-gradient(180deg, #111111 0%, #241614 100%);
}.page-shell__media::after{
content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(9, 9, 9, 0.58) 100%
  );
  pointer-events: none;
}.page-shell__media::before{
content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.16) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(255, 255, 255, 0.08) 100%
  );
  pointer-events: none;
  z-index: 1;
}.page-shell__image{
display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}.page-shell__surface,
.page-shell__legal{
border: 1px solid var(--page-surface-border);
  background: var(--page-surface-bg);
  box-shadow: var(--bb-shadow-card);
}.page-shell__surface{
padding: clamp(26px, 3.2vw, 38px);
  position: relative;
  isolation: isolate;
}.page-shell__surface::before{
content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.56) 0%,
    rgba(255, 255, 255, 0) 34%
  );
  pointer-events: none;
}.page-shell__surface > *{
position: relative;
  z-index: 1;
}.page-shell__section-header{
display: grid;
  gap: 10px;
  margin-bottom: var(--hvh-title-card-gap);
}.page-shell__hero-copy--no-eyebrow{
gap: 12px;
  padding-block: clamp(24px, 3.3vw, 40px);
}.page-shell__section-header--no-eyebrow{
gap: 6px;
  margin-bottom: clamp(14px, 1.8vw, 22px);
}.page-shell__callout--no-eyebrow{
padding-block: clamp(22px, 2.6vw, 30px);
}.page-shell__section-title{
margin: 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-wrap: balance;
}.page-shell__section-copy,
.page-shell__cta-text,
.page-shell__callout-text,
.page-card__content{
color: var(--ink-muted);
}.page-shell__section-copy{
max-width: 66ch;
}.page-shell__callout-title,
.page-shell__cta-title{
margin: 0 0 10px;
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.1;
  font-weight: 900;
}.page-shell__callout-text,
.page-shell__cta-text{
margin: 0;
  line-height: 1.66;
}.page-shell__editor .page-card__content{
max-width: none;
}.page-shell__editor .page-card__content > *{
max-width: 74ch;
}.page-shell__editor .page-card__content > :first-child{
margin-top: 0;
}.page-shell__editor .page-card__content > :last-child{
margin-bottom: 0;
}.page-shell__editor .page-card__content > .wp-block-columns,
.page-shell__editor .page-card__content > .wp-block-cover,
.page-shell__editor .page-card__content > .wp-block-media-text{
max-width: none;
}.page-shell__editor .page-card__content h2,
.page-shell__editor .page-card__content h3,
.page-shell__editor .page-card__content h4{
margin-top: 1.6em;
  margin-bottom: 0.42em;
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  line-height: 0.98;
  color: var(--bb-black);
}.page-shell__editor .page-card__content h2{
font-size: clamp(28px, 2.8vw, 42px);
}.page-shell__editor .page-card__content h3{
font-size: clamp(22px, 2vw, 30px);
}.page-shell__editor .page-card__content p,
.page-shell__editor .page-card__content li{
font-size: clamp(16px, 1.02vw, 18px);
  line-height: 1.72;
}.page-shell__editor .page-card__content ul,
.page-shell__editor .page-card__content ol{
padding-left: 1.2em;
}.page-shell__editor .page-card__content blockquote{
margin: 28px 0;
  padding: 20px 22px;
  border-left: 4px solid var(--page-accent);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}.page-shell__editor .page-card__content .wp-block-button__link{
border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900;
}.page-shell__callout,
.page-shell__cta{
border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}.page-shell__callout{
padding: clamp(26px, 3vw, 36px);
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0) 24%
    ),
    radial-gradient(
      circle at 22% 74%,
      var(--page-glow-a) 0%,
      rgba(209, 19, 22, 0) 34%
    ),
    linear-gradient(
      180deg,
      rgba(15, 15, 15, 0.98) 0%,
      rgba(38, 14, 12, 0.98) 100%
    );
  color: #fff;
}.page-shell__callout .page-shell__callout-title,
.page-shell__callout .page-shell__callout-text,
.page-shell__cta .page-shell__cta-title,
.page-shell__cta .page-shell__cta-text{
color: #fff;
}.page-shell__callout .page-shell__callout-text,
.page-shell__cta .page-shell__cta-text{
opacity: 0.84;
}.page-shell__mini-actions--callout{
margin-top: 18px;
}.page-shell__cta{
display: grid;
  gap: 18px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(24px, 3vw, 34px);
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0) 24%
    ),
    radial-gradient(
      circle at 18% 82%,
      var(--page-glow-b) 0%,
      rgba(201, 153, 86, 0) 34%
    ),
    linear-gradient(180deg, #0f0f0f 0%, #171717 58%, #1d1612 100%);
}.page-shell__contact-anchor{
scroll-margin-top: 110px;
}.page-shell__legal{
padding: clamp(24px, 3vw, 32px);
}.page-shell__legal .page-card__title{
margin: 0 0 14px;
}.page-shell--newsletter .page-shell__hero-grid,
.page-shell--videos .page-shell__hero-grid,
.page-shell--media .page-shell__hero-grid{
grid-template-columns: minmax(0, 1fr) minmax(290px, 0.92fr);
}@media (max-width: 980px){
.page-shell__hero-grid,
  .page-shell--newsletter .page-shell__hero-grid,
  .page-shell--videos .page-shell__hero-grid,
  .page-shell--media .page-shell__hero-grid{
grid-template-columns: minmax(0, 1fr);
  min-height: 0;
}.page-shell__cta{
grid-template-columns: 1fr;
}.page-shell__media{
min-height: 0;
}.page-shell__image{
height: auto;
  min-height: 0;
}}
@media (max-width: 720px){
.page-shell{
gap: 18px;
}.page-shell__hero,
  .page-shell__surface,
  .page-shell__callout,
  .page-shell__cta,
  .page-shell__legal{
border-radius: 26px;
}.page-shell__hero-copy,
  .page-shell__surface,
  .page-shell__callout,
  .page-shell__cta{
padding: 22px;
}.page-shell__media{
padding: 0 22px 22px;
}.page-shell__title{
max-width: none;
}.page-shell__image{
display: block;
  margin-inline: auto;
}.page-shell__image:is(
    .page-shell__image--square,
    .page-shell__image--portrait
  ){
width: min(76vw, 320px);
  max-height: min(46svh, 320px);
  object-fit: contain;
}.page-shell__signup .newsletter-form{
grid-template-columns: 1fr;
}}
@media (min-width: 1280px){
.page-shell__hero-grid{
grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
}.page-shell__surface,
  .page-shell__legal{
padding-inline: clamp(30px, 2.6vw, 40px);
}}
.page-template-default .site-width,
.error404 .site-width{
width: min(calc(100% - 44px), 1160px);
}.page-shell--media-page .page-shell__editor .page-shell__section-header{
display: block;
  max-width: none;
}.page-shell--media-page .page-shell__editor .page-shell__section-title{
max-width: none;
  font-size: clamp(32px, 3.2vw, 54px);
  line-height: 0.96;
  text-wrap: pretty;
}.page-shell--media-page .page-shell__editor .page-shell__section-copy{
display: none;
}.page-shell--specials .page-shell__editor{
gap: clamp(22px, 2.4vw, 34px);
}.page-shell--specials .page-card__content{
max-width: none;
}.specials-albums{
display: grid;
  gap: clamp(22px, 2.6vw, 34px);
}.specials-albums__item{
display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(20px, 2.6vw, 34px);
  align-items: center;
  padding: clamp(20px, 2.6vw, 30px);
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 250, 246, 0.98) 100%
  );
  border: 1px solid rgba(102, 58, 30, 0.08);
  box-shadow: 0 18px 40px rgba(66, 31, 14, 0.09);
}.specials-albums__copy > h3{
margin: 0 0 12px;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 0.98;
  text-transform: none;
}.specials-albums__copy > p{
max-width: none;
}.specials-albums__media{
min-width: 0;
}.specials-albums__embed-wrap{
position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #111;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  aspect-ratio: 16 / 9;
}.specials-albums__embed-wrap iframe{
position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}@media (max-width: 900px){
.specials-albums__item{
grid-template-columns: 1fr;
}}
.page-rich-grid{
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
  margin: 22px 0 28px;
}.page-rich-card,
.page-rich-note{
position: relative;
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 100%;
  padding: clamp(18px, 2vw, 24px);
  border-radius: 28px;
  border: 1px solid rgba(8, 8, 8, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(247, 240, 233, 0.98) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 16px 34px rgba(18, 18, 18, 0.05);
}.page-rich-card > *,
.page-rich-note > *{
margin: 0;
}.page-rich-card h4,
.page-rich-note strong{
font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--page-accent);
}.page-rich-card p,
.page-rich-note{
color: var(--ink-muted);
  line-height: 1.66;
}.page-rich-split{
display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 18px;
  margin: 22px 0 28px;
}.page-rich-note ul{
margin: 0;
  padding-left: 1.1em;
}@media (max-width: 1120px){
.page-rich-grid{
grid-template-columns: repeat(2, minmax(0, 1fr));
}}
@media (max-width: 980px){
.page-rich-grid,
  .page-rich-split{
grid-template-columns: minmax(0, 1fr);
}}
.page-shell__section-header--utility{
gap: 12px;
  max-width: 72ch;
}.page-shell__editor--utility{
padding-top: clamp(22px, 2.8vw, 34px);
  background:
    radial-gradient(
      circle at 84% 16%,
      rgba(191, 56, 46, 0.06) 0%,
      rgba(191, 56, 46, 0) 20%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.995) 0%,
      rgba(248, 242, 236, 0.98) 100%
    );
}.page-shell__editor--utility .page-card__content{
display: grid;
  gap: 22px;
}.page-shell__editor--utility .page-card__content > h3{
margin-top: 1.1em;
}.page-shell__editor--utility
  .page-card__content
  a:not(.bb-pill-button):not(.wp-block-button__link){
text-decoration-thickness: 1.5px;
  text-underline-offset: 0.18em;
}.page-rich-grid--utility{
margin-top: 18px;
}.page-rich-split--utility{
align-items: start;
}.page-shell__editor:is(
    .page-shell__editor--boekingen,
    .page-shell__editor--contact,
    .page-shell__editor--contact-impresariaat
  )
  form{
margin-top: 8px;
}.page-shell__editor:is(
    .page-shell__editor--boekingen,
    .page-shell__editor--contact,
    .page-shell__editor--contact-impresariaat
  )
  .page-card__content
  :is(form, .wpcf7-form){
padding: clamp(20px, 2.2vw, 28px);
  border-radius: 28px;
  border: 1px solid rgba(8, 8, 8, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(246, 239, 232, 0.98) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 16px 34px rgba(18, 18, 18, 0.05);
}.page-shell__editor:is(
    .page-shell__editor--boekingen,
    .page-shell__editor--contact,
    .page-shell__editor--contact-impresariaat
  )
  .page-card__content
  :is(form, .wpcf7-form)
  label{
display: grid;
  gap: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(8, 8, 8, 0.76);
}.page-shell__editor:is(
    .page-shell__editor--boekingen,
    .page-shell__editor--contact,
    .page-shell__editor--contact-impresariaat
  )
  .page-card__content
  .wpcf7-form
  p{
display: grid;
  gap: 8px;
}.page-shell__editor:is(
    .page-shell__editor--boekingen,
    .page-shell__editor--contact,
    .page-shell__editor--contact-impresariaat
  )
  .page-card__content
  :is(
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    input[type="number"],
    input[type="date"],
    input[type="time"],
    select,
    textarea
  ){
transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease;
}.page-shell__editor:is(
    .page-shell__editor--boekingen,
    .page-shell__editor--contact,
    .page-shell__editor--contact-impresariaat
  )
  .page-card__content
  :is(
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    input[type="number"],
    input[type="date"],
    input[type="time"],
    select,
    textarea
  ):focus{
border-color: rgba(191, 56, 46, 0.42);
  box-shadow: 0 0 0 4px rgba(191, 56, 46, 0.08);
  background: #fff;
}.page-shell__editor:is(
    .page-shell__editor--boekingen,
    .page-shell__editor--contact,
    .page-shell__editor--contact-impresariaat
  )
  .page-card__content
  :is(.wpcf7-submit, button[type="submit"], input[type="submit"]){
justify-self: start;
}.page-shell--media-page .page-shell__hero-grid{
grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
}.page-shell--newsletter .page-shell__hero-copy{
gap: 16px;
}.page-shell--newsletter .page-shell__title{
max-width: 12ch;
}.page-shell--newsletter .page-shell__signup{
margin-top: 10px;
}.page-shell--newsletter .page-shell__signup::after{
content: none;
  display: none;
}.page-shell__intro--mobile{
display: none;
}@media (max-width: 720px){
.page-shell--media-page .page-shell__media{
display: grid;
  place-items: center;
  background: transparent;
}.page-shell--media-page .page-shell__media::before,
  .page-shell--media-page .page-shell__media::after{
display: none;
}.page-shell--media-page
    .page-shell__image:is(
      .page-shell__image--square,
      .page-shell__image--portrait
    ){
width: min(72vw, 300px);
  max-height: min(44svh, 300px);
}}
.page-404{
overflow: hidden;
}.page-404__hero{
padding-bottom: 0;
}.page-404__grid{
align-items: stretch;
}.page-404__panel{
display: grid;
  align-items: end;
}.page-404__card{
align-self: end;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.22);
}.page-404__card-title{
margin: 0 0 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}.page-404__list{
list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}.page-404__list a{
color: #fff;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.1;
}.page-404__list a:hover,
.page-404__list a:focus-visible{
color: #ff0000;
}@media (max-width: 900px){
.page-404__card{
padding: 22px;
}}
body:not(.home) .main-header--compact .main-header__bar{
background: rgba(0, 0, 0, 0.94);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}.page-shell--media-page .page-shell__brand{
display: none;
}.page-shell__editor--media-press .page-card__content{
display: grid;
  gap: clamp(20px, 2.4vw, 30px);
}.media-press-card{
display: grid;
  gap: clamp(22px, 2.6vw, 32px);
}.media-press-item__source,
.media-press-note__label{
font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--page-accent);
}.media-press-card__section,
.media-press-note{
display: grid;
  gap: 16px;
}.media-press-card__section-head{
display: grid;
  gap: 8px;
}.media-press-card__section-head > *{
margin: 0;
}.media-press-card__section-head p,
.media-press-item__text,
.media-press-note p{
color: var(--ink-muted);
  line-height: 1.66;
}.media-press-grid{
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
}.media-press-item{
display: grid;
  gap: 14px;
  align-content: start;
  padding: clamp(16px, 1.9vw, 22px);
  border-radius: 28px;
  border: 1px solid rgba(8, 8, 8, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(247, 240, 233, 0.98) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 16px 34px rgba(18, 18, 18, 0.05);
}.media-press-item > *{
margin: 0;
}.media-press-item img{
display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
  background: rgba(8, 8, 8, 0.08);
}.media-press-item__meta{
display: grid;
  gap: 8px;
}.media-press-item__title,
.media-press-note h3{
margin: 0;
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--bb-black);
}.media-press-item__cta{
justify-self: start;
  margin-top: 2px;
}.media-press-item__cta--disabled{
opacity: 0.72;
  pointer-events: none;
}.media-press-card__meta-grid{
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
}.media-press-note{
padding: clamp(18px, 2vw, 24px);
  border-radius: 28px;
  border: 1px solid rgba(8, 8, 8, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(247, 240, 233, 0.98) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 16px 34px rgba(18, 18, 18, 0.05);
}.media-press-note > *{
margin: 0;
}@media (max-width: 960px){
.media-press-grid,
  .media-press-card__meta-grid{
grid-template-columns: minmax(0, 1fr);
}}
.main-header__mobile-brand{
display: none;
}@media (max-width: 1100px){
.main-header__mobile-brand{
display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  max-width: 110px;
  margin-left: 0;
}.main-header__mobile-brand-image{
display: block;
  width: clamp(64px, 17vw, 92px);
  height: auto;
}.main-header__inner{
grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
}.main-header__menu-toggle{
grid-column: 1;
  justify-self: start;
}body:not(.home) .main-header__inner{
grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-rows: 1fr;
  align-items: center;
  column-gap: 10px;
  row-gap: 0;
}body:not(.home) .main-header__menu-toggle{
grid-column: 1;
  grid-row: 1;
  justify-self: start;
  align-self: center;
}body:not(.home) .main-header__brand-home{
grid-column: 2;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  width: 54px;
  min-height: 44px;
  padding: 0 12px;
  margin: 0;
}body:not(.home) .main-header__brand-home-icon{
width: 22px;
  height: 22px;
  color: #ffffff;
}body:not(.home) .main-header__mobile-brand{
grid-column: 3;
  grid-row: 1;
  justify-self: end;
  align-self: center;
}body:not(.home) .main-header__nav{
display: none;
}}
@media (max-width: 680px){
.main-header__inner{
min-height: 72px;
  gap: 10px;
}.main-header__mobile-brand{
max-width: 88px;
}.main-header__mobile-brand-image{
width: clamp(56px, 18vw, 78px);
}body:not(.home) .main-header__inner{
gap: 8px;
}body:not(.home) .main-header__brand-home{
width: 50px;
  min-height: 42px;
  padding: 0 10px;
}body:not(.home) .main-header__brand-home-icon{
width: 20px;
  height: 20px;
}}
@media (max-width: 520px){
.main-header__inner{
padding-block: 8px;
}.main-header__mobile-brand{
max-width: 78px;
}.main-header__mobile-brand-image{
width: 62px;
}}
.page-rich-note--status{
margin-bottom: 16px;
}.bb-pill-button--solid{
--button-bg-rest: var(--hvh-btn-ticket-bg-rest);
  --button-bg-hover: var(--hvh-btn-ticket-bg-hover);
  --button-border-rest: var(--hvh-btn-ticket-border-rest);
  --button-border-hover: var(--hvh-btn-ticket-border-hover);
  --button-color-rest: var(--hvh-btn-ticket-color-rest);
  --button-color-hover: var(--hvh-btn-ticket-color-hover);
  --button-shadow-rest: var(--hvh-btn-ticket-shadow-rest);
  --button-shadow-hover: var(--hvh-btn-ticket-shadow-hover);
}.main-header__menu-label{
display: inline-block;
  line-height: 1;
  white-space: nowrap;
}.page-shell__editor--support-card .page-card__content{
padding: 0;
}.support-card{
display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: start;
}.support-card__media,
.support-card__body{
min-width: 0;
}.support-card__video-wrap{
position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(8, 8, 8, 0.12);
  background: #000;
  box-shadow: var(--bb-shadow-card);
}.support-card__video-wrap iframe{
display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 320px;
  border: 0;
}.support-card__body{
display: grid;
  gap: 16px;
  align-content: start;
}.support-card__body > p{
margin: 0;
}.support-card__cta{
justify-self: start;
  margin-top: 0;
  margin-bottom: 8px;
}.support-card__highlight{
display: grid;
  gap: 10px;
  padding: clamp(18px, 2.2vw, 24px);
  border: 1px solid rgba(8, 8, 8, 0.1);
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(247, 242, 235, 0.96) 100%
  );
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06);
}.support-card__highlight > *{
margin: 0;
}@media (max-width: 900px){
.support-card{
grid-template-columns: 1fr;
}.support-card__video-wrap iframe{
min-height: 0;
}}
.page-shell__editor--juridisch-clean{
padding: clamp(22px, 2.6vw, 30px);
}.page-shell__editor--juridisch-clean .page-card__content{
padding: 0;
}.page-shell__editor--juridisch-clean .page-card__content > :first-child{
margin-top: 0;
}.page-shell--contact .page-shell__hero-copy,
.page-shell--legal-complaints .page-shell__hero-copy{
max-width: 720px;
}.page-shell--bookings :is(.page-shell__actions, .page-shell__mini-actions),
.page-shell--contact :is(.page-shell__actions, .page-shell__mini-actions),
.page-shell--legal-complaints :is(.page-shell__actions, .page-shell__mini-actions),
.page-shell--support :is(.page-shell__actions, .page-shell__mini-actions),
.page-shell--newsletter .page-shell__mini-actions,
.page-shell--videos :is(.page-shell__actions, .page-shell__mini-actions),
.page-shell--media :is(.page-shell__actions, .page-shell__mini-actions),
.page-shell--specials :is(.page-shell__actions, .page-shell__mini-actions){
gap: 14px;
}.page-shell--bookings :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button,
.page-shell--contact :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button,
.page-shell--legal-complaints :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button,
.page-shell--support :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button,
.page-shell--newsletter .page-shell__mini-actions .bb-pill-button,
.page-shell--newsletter .page-shell__signup .hvh-red-button,
.page-shell--videos :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button,
.page-shell--media :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button,
.page-shell--specials :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button{
min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 900;
  box-shadow: var(--hvh-btn-light-shadow-rest);
}.page-shell--bookings :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost),
.page-shell--contact :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost),
.page-shell--legal-complaints :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost),
.page-shell--support :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost),
.page-shell--newsletter .page-shell__mini-actions .bb-pill-button:not(.bb-pill-button--ghost),
.page-shell--newsletter .page-shell__signup .hvh-red-button,
.page-shell--videos :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost),
.page-shell--media :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost),
.page-shell--specials :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost){
background: var(--hvh-btn-light-bg-rest);
  border-color: var(--hvh-btn-light-border-rest);
  color: var(--hvh-btn-light-color-rest);
  box-shadow: var(--hvh-btn-light-shadow-rest);
}.page-shell--bookings :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost):hover,
.page-shell--bookings :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost):focus-visible,
.page-shell--contact :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost):hover,
.page-shell--contact :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost):focus-visible,
.page-shell--legal-complaints :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost):hover,
.page-shell--legal-complaints :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost):focus-visible,
.page-shell--support :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost):hover,
.page-shell--support :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost):focus-visible,
.page-shell--newsletter .page-shell__mini-actions .bb-pill-button:not(.bb-pill-button--ghost):hover,
.page-shell--newsletter .page-shell__mini-actions .bb-pill-button:not(.bb-pill-button--ghost):focus-visible,
.page-shell--newsletter .page-shell__signup .hvh-red-button:hover,
.page-shell--newsletter .page-shell__signup .hvh-red-button:focus-visible,
.page-shell--videos :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost):hover,
.page-shell--videos :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost):focus-visible,
.page-shell--media :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost):hover,
.page-shell--media :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost):focus-visible,
.page-shell--specials :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost):hover,
.page-shell--specials :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost):focus-visible{
background: var(--hvh-btn-light-bg-hover);
  color: var(--hvh-btn-light-color-hover);
  border-color: var(--hvh-btn-light-border-hover);
  box-shadow: var(--hvh-btn-light-shadow-hover);
  transform: translateY(-1px);
}.page-shell--bookings :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost,
.page-shell--contact :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost,
.page-shell--legal-complaints :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost,
.page-shell--support :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost,
.page-shell--newsletter .page-shell__mini-actions .bb-pill-button--ghost,
.page-shell--videos :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost,
.page-shell--media :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost,
.page-shell--specials :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost{
background: rgba(255, 255, 255, 0.7);
  border-color: rgba(17, 17, 17, 0.1);
  color: rgba(17, 17, 17, 0.8);
  backdrop-filter: none;
  box-shadow: 0 10px 20px rgba(17, 17, 17, 0.05);
}.page-shell--bookings :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:hover,
.page-shell--bookings :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:focus-visible,
.page-shell--contact :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:hover,
.page-shell--contact :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:focus-visible,
.page-shell--legal-complaints :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:hover,
.page-shell--legal-complaints :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:focus-visible,
.page-shell--support :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:hover,
.page-shell--support :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:focus-visible,
.page-shell--newsletter .page-shell__mini-actions .bb-pill-button--ghost:hover,
.page-shell--newsletter .page-shell__mini-actions .bb-pill-button--ghost:focus-visible,
.page-shell--videos :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:hover,
.page-shell--videos :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:focus-visible,
.page-shell--media :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:hover,
.page-shell--media :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:focus-visible,
.page-shell--specials :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:hover,
.page-shell--specials :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:focus-visible{
background: rgba(255, 255, 255, 0.92);
  border-color: rgba(17, 17, 17, 0.16);
  color: #111111;
  box-shadow: 0 12px 22px rgba(17, 17, 17, 0.08);
}.page-shell--newsletter .page-shell__signup .newsletter-form{
display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}.page-shell--newsletter .page-shell__signup .newsletter-form__field-wrap{
min-height: 54px;
  border-radius: 18px;
}.page-shell--support .page-shell__brand{
display: none !important;
}.page-shell--support .page-shell__actions{
align-items: stretch;
  flex-wrap: wrap;
}.page-shell--support .page-shell__actions .bb-pill-button:not(.bb-pill-button--ghost),
.support-card__cta{
min-height: 50px;
  padding-inline: clamp(22px, 2.2vw, 28px);
  border-radius: 999px;
  background: var(--hvh-btn-light-bg-rest);
  border-color: var(--hvh-btn-light-border-rest);
  color: var(--hvh-btn-light-color-rest);
  box-shadow: var(--hvh-btn-light-shadow-rest);
}.page-shell--support .page-shell__actions .bb-pill-button:not(.bb-pill-button--ghost):hover,
.page-shell--support .page-shell__actions .bb-pill-button:not(.bb-pill-button--ghost):focus-visible,
.support-card__cta:hover,
.support-card__cta:focus-visible{
background: var(--hvh-btn-light-bg-hover);
  border-color: var(--hvh-btn-light-border-hover);
  color: var(--hvh-btn-light-color-hover);
  box-shadow: var(--hvh-btn-light-shadow-hover);
}.page-shell--support .page-shell__actions .bb-pill-button:not(.bb-pill-button--ghost){
min-width: min(100%, 240px);
}.page-shell--support .page-shell__actions .bb-pill-button--ghost{
background: rgba(255, 255, 255, 0.7);
}.support-card__cta-group{
display: grid;
  gap: 10px;
}.support-card__cta{
min-width: min(100%, 280px);
}.support-card__cta-note{
margin: 0;
  max-width: 42ch;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(17, 17, 17, 0.72);
}@media (max-width: 860px){
.page-shell--support .page-shell__hero,
  .page-shell--media .page-shell__hero,
  .page-shell--videos .page-shell__hero{
overflow: hidden;
}.page-shell--support .page-shell__hero-copy,
  .page-shell--media .page-shell__hero-copy,
  .page-shell--videos .page-shell__hero-copy{
gap: 12px;
  padding: 18px 18px 20px;
}.page-shell--support .page-shell__title,
  .page-shell--media .page-shell__title,
  .page-shell--videos .page-shell__title,
  .page-shell--legal-complaints .page-shell__title{
font-size: clamp(28px, 8vw, 36px);
  line-height: 0.95;
}.page-shell--support .page-shell__media,
  .page-shell--media .page-shell__media,
  .page-shell--videos .page-shell__media{
display: none;
}.page-shell--media .page-shell__eyebrow,
  .page-shell--media .page-shell__intro,
  .page-shell--media .page-shell__body{
display: none;
}.page-shell--support .page-shell__actions,
  .page-shell--media .page-shell__actions{
width: 100%;
}.page-shell--support .page-shell__actions .bb-pill-button,
  .page-shell--media .page-shell__actions .bb-pill-button{
width: 100%;
  justify-content: center;
}.page-shell--legal-complaints .page-shell__eyebrow,
  .page-shell--legal-complaints .page-shell__intro,
  .page-shell--legal-complaints .page-shell__body{
display: none;
}.support-card__cta-group{
gap: 8px;
}.support-card__cta-note{
font-size: 0.84rem;
}}
.page-shell__hero-copy{
max-width: none;
}.page-shell__hero-copy :is(.page-shell__title, .page-shell__intro, .page-shell__body){
max-width: none;
}.page-shell--media-page .page-shell__hero-grid{
grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.82fr);
}.page-shell__editor--media-press .page-card__content > *,
.page-shell--media .page-shell__section-copy,
.page-shell--media .media-press-card__section-head p{
max-width: none;
}.page-shell--specials .page-shell__hero-grid{
min-height: clamp(280px, 30vw, 360px);
}.page-shell--specials .page-shell__hero-copy{
padding-block: clamp(24px, 2.8vw, 34px);
}@media (max-width: 720px){
.page-shell__hero-copy{
gap: 12px;
}.page-shell--specials .page-shell__hero{
border-radius: 24px;
}.page-shell--specials .page-shell__hero-copy{
padding: 18px;
}.page-shell--specials .page-shell__actions{
margin-top: 2px;
}.page-shell--videos .page-shell__actions .bb-pill-button{
border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.16em;
}}
@media (max-width: 520px){
.page-shell--videos .page-shell__actions .bb-pill-button{
min-height: 44px;
  padding-inline: 10px;
  font-size: 11px;
  letter-spacing: 0.16em;
}}
@media (max-width: 768px){
.page-shell__hero{
overflow: hidden;
}.page-shell__hero-copy{
width: 100%;
  max-width: none;
  gap: 14px;
  padding: 20px 18px;
}.page-shell__title,
  .page-shell__intro,
  .page-shell__body{
max-width: none;
}.page-shell__hero .page-shell__actions,
  .page-shell__hero .page-shell__actions--after-media{
display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  gap: 10px;
}.page-shell__hero .page-shell__actions .bb-pill-button,
  .page-shell__hero .page-shell__actions--after-media .bb-pill-button,
  .page-shell__hero .page-shell__actions .hvh-red-button,
  .page-shell__hero .page-shell__actions--after-media .hvh-red-button{
width: 100%;
  justify-content: center;
}.page-shell:not(.page-shell--legal-complaints):not(.page-shell--legal-juridisch)
    .page-shell__media{
display: none;
}.page-shell--legal-complaints .page-shell__eyebrow,
  .page-shell--legal-complaints .page-shell__intro,
  .page-shell--legal-complaints .page-shell__body,
  .page-shell--legal-juridisch .page-shell__eyebrow,
  .page-shell--legal-juridisch .page-shell__intro,
  .page-shell--legal-juridisch .page-shell__body{
display: block;
}.page-shell--legal-complaints .page-shell__hero-copy,
  .page-shell--legal-juridisch .page-shell__hero-copy{
padding-bottom: 0;
}.page-shell--legal-complaints .page-shell__hero-copy .page-shell__actions{
display: none;
}.page-shell--legal-complaints .page-shell__media,
  .page-shell--legal-juridisch .page-shell__media{
display: block;
  min-height: 0;
  padding: 0 18px 18px;
  background: transparent;
}.page-shell--legal-complaints .page-shell__media::before,
  .page-shell--legal-complaints .page-shell__media::after,
  .page-shell--legal-juridisch .page-shell__media::before,
  .page-shell--legal-juridisch .page-shell__media::after{
display: none;
}.page-shell--legal-complaints .page-shell__image,
  .page-shell--legal-juridisch .page-shell__image{
width: 100%;
  height: auto;
  min-height: 0;
  max-height: min(44svh, 320px);
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}.page-shell--legal-complaints .page-shell__actions--after-media{
display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr);
  padding: 0 18px 18px;
  gap: 8px;
}.page-shell--legal-complaints .page-shell__actions--after-media .bb-pill-button{
min-height: 44px;
  width: 100%;
  padding: 0 12px;
  border-radius: 14px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  white-space: normal;
}}
.hvh-red-button,
.ticket-button,
.agenda-backtop,
.bb-pill-button{
position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--button-min-height);
  padding: 0 var(--button-padding-inline);
  border: 1px solid var(--button-border-rest, var(--hvh-btn-light-border-rest));
  border-radius: 999px;
  background: var(--button-bg-rest, var(--hvh-btn-light-bg-rest));
  box-shadow: var(--button-shadow-rest, var(--hvh-btn-light-shadow-rest));
  color: var(--button-color-rest, var(--hvh-btn-light-color-rest));
  font-size: var(--button-font-size);
  font-weight: 900;
  letter-spacing: var(--button-letter-spacing);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}:is(.hvh-red-button, .ticket-button, .agenda-backtop, .bb-pill-button):hover,
:is(.hvh-red-button, .ticket-button, .agenda-backtop, .bb-pill-button):focus-visible{
transform: translateY(-2px);
  background: var(--button-bg-hover, var(--hvh-btn-light-bg-hover));
  color: var(--button-color-hover, var(--hvh-btn-light-color-hover));
  border-color: var(--button-border-hover, var(--hvh-btn-light-border-hover));
  box-shadow: var(--button-shadow-hover, var(--hvh-btn-light-shadow-hover));
}body:not(.home) :is(
  .page-shell__eyebrow,
  .columns-newsletter__eyebrow,
  .columns-page__hero-kicker,
  .podcast-custom-player__eyebrow,
  .podcast-custom-player__playlist-eyebrow,
  .mobile-panel__eyebrow
){
display: none !important;
}body:not(.home) .page-shell__hero-copy{
gap: 12px;
  padding-block: clamp(24px, 3.2vw, 40px);
}body:not(.home) .page-shell__surface,
body:not(.home) .page-shell__legal{
padding: clamp(22px, 2.8vw, 30px);
}body:not(.home) .page-shell__section-header{
gap: 6px;
  margin-bottom: clamp(14px, 1.8vw, 22px);
}body:not(.home) .page-shell__callout,
body:not(.home) .page-shell__cta{
gap: 14px;
}.bb-pill-button--ghost{
background: rgba(255, 255, 255, 0.7);
  color: rgba(17, 17, 17, 0.8);
  border-color: rgba(17, 17, 17, 0.1);
  box-shadow: 0 10px 20px rgba(17, 17, 17, 0.05);
}.ticket-button,
.bb-pill-button--solid,
.bb-pill-button--special-ticket{
--button-bg-rest: var(--hvh-btn-ticket-bg-rest);
  --button-bg-hover: var(--hvh-btn-ticket-bg-hover);
  --button-border-rest: var(--hvh-btn-ticket-border-rest);
  --button-border-hover: var(--hvh-btn-ticket-border-hover);
  --button-color-rest: var(--hvh-btn-ticket-color-rest);
  --button-color-hover: var(--hvh-btn-ticket-color-hover);
  --button-shadow-rest: var(--hvh-btn-ticket-shadow-rest);
  --button-shadow-hover: var(--hvh-btn-ticket-shadow-hover);
}.page-shell--bookings .page-shell__intro{
max-width: 58ch;
}.page-shell--bookings .page-shell__intro-copy--mobile{
display: none;
}.page-shell--bookings .page-shell__hero .page-shell__actions .bb-pill-button,
.page-shell--bookings .page-shell__hero .page-shell__actions .bb-pill-button--ghost,
.page-shell--bookings .page-card__content :is(button[type="submit"], input[type="submit"], .wpcf7-submit){
min-height: 54px;
  padding-inline: 22px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: var(--hvh-btn-light-bg-rest);
  border: 1px solid var(--hvh-btn-light-border-rest);
  color: var(--hvh-btn-light-color-rest);
  box-shadow: var(--hvh-btn-light-shadow-rest);
}.page-shell--bookings .page-shell__hero .page-shell__actions .bb-pill-button:hover,
.page-shell--bookings .page-shell__hero .page-shell__actions .bb-pill-button:focus-visible,
.page-shell--bookings .page-shell__hero .page-shell__actions .bb-pill-button--ghost:hover,
.page-shell--bookings .page-shell__hero .page-shell__actions .bb-pill-button--ghost:focus-visible,
.page-shell--bookings .page-card__content :is(button[type="submit"], input[type="submit"], .wpcf7-submit):hover,
.page-shell--bookings .page-card__content :is(button[type="submit"], input[type="submit"], .wpcf7-submit):focus-visible{
background: var(--hvh-btn-light-bg-hover);
  color: var(--hvh-btn-light-color-hover);
  border-color: var(--hvh-btn-light-border-hover);
  box-shadow: var(--hvh-btn-light-shadow-hover);
  transform: translateY(-1px);
}.page-shell--bookings .page-shell__editor--bookings-form .page-card__content > form,
.page-shell--bookings .page-shell__editor--bookings-form .page-card__content > .page-rich-note--status{
max-width: min(100%, 92ch);
}.page-shell--bookings .page-shell__editor--bookings-form .page-card__content > form{
display: grid;
  gap: 16px;
}.page-shell--bookings .page-shell__editor--bookings-form .page-card__content > form > p{
margin: 0;
}.page-shell--bookings .page-shell__editor--bookings-form .page-card__content textarea{
min-height: 220px;
}@media (min-width: 721px){
.page-shell--bookings .page-shell__editor--bookings-form .page-card__content > form{
grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 16px;
  align-items: start;
}.page-shell--bookings .page-shell__editor--bookings-form .page-card__content > form > p:nth-of-type(5),
  .page-shell--bookings .page-shell__editor--bookings-form .page-card__content > form > p:last-of-type{
grid-column: 1 / -1;
}.page-shell--bookings .page-shell__editor--bookings-form .page-card__content textarea{
min-height: 260px;
}}
@media (max-width: 720px){
.page-shell--bookings .page-shell__intro{
max-width: 22ch;
}.page-shell--bookings .page-shell__intro-copy--desktop{
display: none;
}.page-shell--bookings .page-shell__intro-copy--mobile{
display: inline;
}}
.page-shell--videos .page-shell__hero{
overflow: hidden;
}.page-shell--videos .page-shell__hero-grid{
grid-template-columns: minmax(0, 1fr);
  min-height: 0;
}.page-shell--videos .page-shell__media{
display: none;
}.page-shell--videos .page-shell__hero-copy{
max-width: none;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px 18px;
  padding: clamp(20px, 2.4vw, 28px) clamp(22px, 3vw, 34px);
}.page-shell--videos .page-shell__title{
max-width: none;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 0.94;
}.page-shell--videos .page-shell__actions{
grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0;
}.page-shell--videos .page-shell__intro,
.page-shell--videos .page-shell__body,
.page-shell--videos .page-shell__signup{
grid-column: 1 / -1;
}.page-shell--videos :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button{
min-height: 50px;
  padding-inline: 20px;
  letter-spacing: 0.11em;
}.page-shell--videos :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost){
--button-bg-rest: linear-gradient(180deg, #c54249 0%, #b3262d 52%, #8e1d23 100%);
  --button-bg-hover: linear-gradient(180deg, #cf5057 0%, #be3138 52%, #991f25 100%);
  --button-border-rest: rgba(142, 29, 35, 0.94);
  --button-border-hover: rgba(166, 42, 49, 0.98);
  --button-color-rest: #fff7f7;
  --button-color-hover: #fff9f9;
  --button-shadow-rest: inset 0 1px 0 rgba(255, 241, 241, 0.26), 0 16px 34px rgba(62, 9, 15, 0.34), 0 0 0 1px rgba(179, 38, 45, 0.16);
  --button-shadow-hover: inset 0 1px 0 rgba(255, 244, 244, 0.3), 0 18px 38px rgba(78, 12, 18, 0.38), 0 0 0 4px rgba(179, 38, 45, 0.14);
}.page-shell--videos :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost{
--button-bg-rest: rgba(101, 18, 24, 0.28);
  --button-bg-hover: rgba(132, 27, 34, 0.38);
  --button-border-rest: rgba(195, 64, 71, 0.72);
  --button-border-hover: rgba(214, 94, 101, 0.84);
  --button-color-rest: #fff1f1;
  --button-color-hover: #ffffff;
  --button-shadow-rest: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 10px 24px rgba(0, 0, 0, 0.16);
  --button-shadow-hover: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 26px rgba(0, 0, 0, 0.2);
}@media (max-width: 860px){
.page-shell--videos .page-shell__hero-copy{
grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 18px;
}.page-shell--videos .page-shell__actions{
grid-column: 1;
  grid-row: auto;
  justify-self: stretch;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  gap: 10px;
}.page-shell--videos .page-shell__actions .bb-pill-button{
width: 100%;
  min-width: 0;
  padding-inline: 12px;
  white-space: nowrap;
}}
@media (max-width: 720px){
.page-shell--videos .page-shell__hero{
border-radius: 24px;
}.page-shell--videos .page-shell__title{
font-size: clamp(26px, 8vw, 34px);
}.page-shell--videos .page-shell__actions .bb-pill-button{
min-height: 48px;
  font-size: 10px;
  letter-spacing: 0.08em;
}.page-shell--videos .page-shell__cta-text{
display: none;
}}
.page-shell--newsletter .page-shell__eyebrow,
.page-shell--newsletter .bb-section__eyebrow{
display: none !important;
}.page-shell--newsletter .page-shell__mini-actions .bb-pill-button,
.page-shell--newsletter .page-shell__signup .hvh-red-button{
--button-bg-rest: var(--hvh-btn-ticket-bg-rest);
  --button-bg-hover: var(--hvh-btn-ticket-bg-hover);
  --button-border-rest: var(--hvh-btn-ticket-border-rest);
  --button-border-hover: var(--hvh-btn-ticket-border-hover);
  --button-color-rest: var(--hvh-btn-ticket-color-rest);
  --button-color-hover: var(--hvh-btn-ticket-color-hover);
  --button-shadow-rest: var(--hvh-btn-ticket-shadow-rest);
  --button-shadow-hover: var(--hvh-btn-ticket-shadow-hover);
}@media (max-width: 720px){
.page-shell--newsletter .page-shell__intro--has-mobile-alt{
display: none;
}.page-shell--newsletter .page-shell__intro--mobile{
display: block;
}.page-shell--newsletter .page-shell__cta{
grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}.page-shell--newsletter .page-shell__cta-text{
display: none;
}.page-shell--newsletter .page-shell__cta-title{
margin: 0;
  font-size: clamp(20px, 6vw, 24px);
}.page-shell--newsletter .page-shell__mini-actions{
justify-self: end;
  margin: 0;
}.page-shell--newsletter .page-shell__mini-actions .bb-pill-button{
white-space: nowrap;
  min-height: 46px;
  padding-inline: 18px;
}}
@media (min-width: 721px){
.page-shell--newsletter .page-shell__hero,
  .page-shell--support .page-shell__hero{
overflow: hidden;
}.page-shell--newsletter .page-shell__hero-grid,
  .page-shell--support .page-shell__hero-grid{
min-height: 0;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.78fr);
}.page-shell--newsletter .page-shell__hero-copy,
  .page-shell--support .page-shell__hero-copy{
align-content: start;
  padding: 24px clamp(24px, 3vw, 36px);
}.page-shell--newsletter .page-shell__media,
  .page-shell--support .page-shell__media{
min-height: 100%;
  overflow: hidden;
}.page-shell--newsletter .page-shell__image,
  .page-shell--support .page-shell__image{
height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 28%;
}}
.page-shell--support .page-shell__eyebrow,
.page-shell--support .bb-section__eyebrow{
display: none !important;
}.page-shell--support :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button,
.page-shell--support .support-card__cta{
--button-bg-rest: var(--hvh-btn-ticket-bg-rest);
  --button-bg-hover: var(--hvh-btn-ticket-bg-hover);
  --button-border-rest: var(--hvh-btn-ticket-border-rest);
  --button-border-hover: var(--hvh-btn-ticket-border-hover);
  --button-color-rest: var(--hvh-btn-ticket-color-rest);
  --button-color-hover: var(--hvh-btn-ticket-color-hover);
  --button-shadow-rest: var(--hvh-btn-ticket-shadow-rest);
  --button-shadow-hover: var(--hvh-btn-ticket-shadow-hover);
  min-height: 50px;
  border-radius: 999px;
  background: var(--hvh-btn-ticket-bg-rest);
  border-color: var(--hvh-btn-ticket-border-rest);
  color: var(--hvh-btn-ticket-color-rest);
  box-shadow: var(--hvh-btn-ticket-shadow-rest);
}.page-shell--support :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:hover,
.page-shell--support :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:focus-visible,
.page-shell--support .support-card__cta:hover,
.page-shell--support .support-card__cta:focus-visible{
background: var(--hvh-btn-ticket-bg-hover);
  border-color: var(--hvh-btn-ticket-border-hover);
  color: var(--hvh-btn-ticket-color-hover);
  box-shadow: var(--hvh-btn-ticket-shadow-hover);
}.page-shell--support :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost,
.page-shell--support .support-card__cta.bb-pill-button--ghost{
background: var(--hvh-btn-ticket-bg-rest);
  border-color: var(--hvh-btn-ticket-border-rest);
  color: var(--hvh-btn-ticket-color-rest);
  box-shadow: var(--hvh-btn-ticket-shadow-rest);
}.page-shell--support :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:hover,
.page-shell--support :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:focus-visible,
.page-shell--support .support-card__cta.bb-pill-button--ghost:hover,
.page-shell--support .support-card__cta.bb-pill-button--ghost:focus-visible{
background: var(--hvh-btn-ticket-bg-hover);
  border-color: var(--hvh-btn-ticket-border-hover);
  color: var(--hvh-btn-ticket-color-hover);
  box-shadow: var(--hvh-btn-ticket-shadow-hover);
}@media (max-width: 720px){
.page-shell--newsletter .page-shell__cta{
grid-template-columns: 1fr;
  align-items: start;
  gap: 10px;
}.page-shell--newsletter .page-shell__cta-title{
white-space: nowrap;
  font-size: clamp(13px, 3.9vw, 16px);
  line-height: 1.15;
}.page-shell--newsletter .page-shell__mini-actions{
justify-self: start;
}.page-shell--support .page-shell__cta-text{
display: none;
}}
.page-shell--media-page .page-shell__hero{
overflow: hidden;
}.page-shell--media-page .page-shell__hero-grid{
min-height: clamp(280px, 28vw, 360px);
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  align-items: stretch;
}.page-shell--media-page .page-shell__hero-copy{
align-content: start;
  padding-block: clamp(24px, 2.8vw, 34px);
}.page-shell--media-page .page-shell__media{
min-height: 100%;
  overflow: hidden;
}.page-shell--media-page .page-shell__image{
width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 34%;
}.page-shell--media-page .page-shell__actions,
.page-shell--media-page .page-shell__mini-actions,
.page-shell--media-page .media-press-item__cta{
gap: 12px;
}.page-shell--media-page :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button,
.page-shell--media-page .media-press-item__cta.bb-pill-button{
min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}.page-shell--media-page :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost),
.page-shell--media-page .media-press-item__cta.bb-pill-button:not(.bb-pill-button--ghost){
background: var(--hvh-btn-ticket-bg-rest);
  border-color: var(--hvh-btn-ticket-border-rest);
  color: var(--hvh-btn-ticket-color-rest);
  box-shadow: var(--hvh-btn-ticket-shadow-rest);
}.page-shell--media-page :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost):hover,
.page-shell--media-page :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost):focus-visible,
.page-shell--media-page .media-press-item__cta.bb-pill-button:not(.bb-pill-button--ghost):hover,
.page-shell--media-page .media-press-item__cta.bb-pill-button:not(.bb-pill-button--ghost):focus-visible{
background: var(--hvh-btn-ticket-bg-hover);
  border-color: var(--hvh-btn-ticket-border-hover);
  color: var(--hvh-btn-ticket-color-hover);
  box-shadow: var(--hvh-btn-ticket-shadow-hover);
}.page-shell--media-page :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost,
.page-shell--media-page .media-press-item__cta.bb-pill-button--ghost{
background: var(--hvh-btn-light-bg-rest);
  border-color: var(--hvh-btn-light-border-rest);
  color: var(--hvh-btn-light-color-rest);
  box-shadow: var(--hvh-btn-light-shadow-rest);
}.page-shell--media-page :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:hover,
.page-shell--media-page :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:focus-visible,
.page-shell--media-page .media-press-item__cta.bb-pill-button--ghost:hover,
.page-shell--media-page .media-press-item__cta.bb-pill-button--ghost:focus-visible{
background: var(--hvh-btn-light-bg-hover);
  border-color: var(--hvh-btn-light-border-hover);
  color: var(--hvh-btn-light-color-hover);
  box-shadow: var(--hvh-btn-light-shadow-hover);
}.page-shell--media-page .media-press-item__cta--disabled{
opacity: 0.8;
}.page-shell--media-page .page-shell__editor--media-press{
padding-top: clamp(22px, 2.6vw, 30px);
}.page-shell--media-page .page-shell__editor--media-press .page-card__content{
gap: 0;
}@media (max-width: 720px){
.page-shell--media-page .page-shell__hero{
border-radius: 24px;
}.page-shell--media-page .page-shell__hero-grid{
min-height: 0;
  grid-template-columns: minmax(0, 1fr);
}.page-shell--media-page .page-shell__hero-copy{
padding: 18px 18px 20px;
  gap: 12px;
}.page-shell--media-page .page-shell__title{
max-width: none;
  line-height: 0.95;
}.page-shell--media-page .page-shell__actions{
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  width: 100%;
}.page-shell--media-page .page-shell__actions .bb-pill-button{
width: 100%;
  min-width: 0;
  padding-inline: 12px;
}.page-shell--media-page .page-shell__cta{
grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}.page-shell--media-page .page-shell__cta-text{
display: none;
}.page-shell--media-page .page-shell__mini-actions{
width: 100%;
  justify-content: flex-start;
}.page-shell--media-page .page-shell__mini-actions .bb-pill-button{
flex: 1 1 calc(50% - 6px);
  min-width: 0;
}.page-shell--media-page .media-press-grid,
  .page-shell--media-page .media-press-card__meta-grid{
gap: 14px;
}.page-shell--media-page .media-press-item,
  .page-shell--media-page .media-press-note{
padding: 16px;
}}
.page-shell--legal-complaints .page-shell__hero .page-shell__actions--after-media{
display: none;
}.page-shell--legal-complaints .page-shell__hero .page-shell__actions .bb-pill-button,
.page-shell--legal-complaints .page-shell__mini-actions .bb-pill-button,
.page-shell--legal-complaints .page-shell__cta .bb-pill-button{
border-radius: 999px;
}@media (max-width: 768px){
.page-shell--legal-complaints .page-shell__cta-text{
display: none;
}}
.page-shell--bookings .page-shell__editor--bookings-overview,
.page-shell--bookings .page-shell__editor--bookings-flow,
.page-shell--bookings .page-shell__editor--bookings-practical{
padding: clamp(24px, 3vw, 34px);
}.bookings-offer-card,
.bookings-flow-card,
.bookings-practical-card,
.bookings-request-card{
display: grid;
  gap: clamp(22px, 2.6vw, 32px);
}.bookings-offer-card__header,
.bookings-flow-card__header,
.bookings-request-card__intro,
.bookings-practical-card__header{
display: grid;
  gap: 12px;
  max-width: 72ch;
}.bookings-offer-card__kicker,
.bookings-flow-card__kicker,
.bookings-request-card__kicker,
.bookings-practical-card__kicker{
margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(8, 8, 8, 0.58);
}.bookings-offer-card__title,
.bookings-flow-card__title,
.bookings-request-card__title,
.bookings-practical-card__title{
margin: 0;
  color: var(--bb-black);
  font-size: clamp(30px, 2.8vw, 44px);
  line-height: 0.94;
  letter-spacing: -0.045em;
}.bookings-offer-card__lead,
.bookings-flow-card__lead,
.bookings-request-card__lead,
.bookings-practical-card__lead,
.bookings-flow-card__note{
margin: 0;
  color: var(--ink-muted);
  line-height: 1.7;
}.bookings-offer-card__chips{
display: flex;
  flex-wrap: wrap;
  gap: 10px;
}.bookings-offer-card__chip{
display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(8, 8, 8, 0.08);
  background: rgba(255, 255, 255, 0.75);
  color: var(--bb-black);
  font-size: 0.86rem;
  line-height: 1.2;
}.bookings-offer-card__grid,
.bookings-flow-card__grid{
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
}.bookings-offer-card__item,
.bookings-flow-card__panel,
.bookings-practical-card__detail{
border-radius: 26px;
  border: 1px solid rgba(8, 8, 8, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 240, 233, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), 0 16px 34px rgba(18, 18, 18, 0.05);
}.bookings-offer-card__item,
.bookings-flow-card__panel{
display: grid;
  gap: 12px;
  padding: clamp(18px, 2vw, 24px);
}.bookings-offer-card__item h3,
.bookings-flow-card__panel h3{
margin: 0;
  color: var(--bb-black);
  font-size: clamp(19px, 1.4vw, 24px);
  line-height: 1.08;
}.bookings-offer-card__item p,
.bookings-offer-card__item ul,
.bookings-offer-card__item li,
.bookings-flow-card__panel p,
.bookings-flow-card__panel ul,
.bookings-flow-card__panel li{
margin: 0;
  color: var(--ink-muted);
  line-height: 1.7;
}.bookings-offer-card__item ul,
.bookings-flow-card__panel ul{
padding-left: 1.15em;
}.bookings-offer-card__item--highlight{
align-content: start;
}.bookings-offer-card__highlight-actions,
.bookings-flow-card__actions{
display: flex;
  flex-wrap: wrap;
  gap: 12px;
}.bookings-flow-card__steps{
display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: bookings-step;
}.bookings-flow-card__step{
display: grid;
  gap: 10px;
  padding: clamp(16px, 2vw, 22px);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(8, 8, 8, 0.06);
}.bookings-flow-card__step::before{
counter-increment: bookings-step;
  content: counter(bookings-step);
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(8, 8, 8, 0.08);
  background: rgba(247, 240, 233, 0.95);
  color: var(--bb-black);
  font-size: 0.82rem;
  font-weight: 800;
}.bookings-flow-card__step strong,
.bookings-flow-card__step span{
line-height: 1.55;
}.bookings-flow-card__step span{
color: var(--ink-muted);
}.bookings-flow-card__panel--cta{
align-content: start;
}.bookings-request-card .page-rich-note--status,
.bookings-request-card > form{
max-width: min(100%, 92ch);
}.bookings-practical-card__details{
display: grid;
  gap: 14px;
}.bookings-practical-card__detail{
overflow: hidden;
}.bookings-practical-card__detail summary{
cursor: pointer;
  padding: 18px 22px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--bb-black);
  list-style: none;
}.bookings-practical-card__detail summary::-webkit-details-marker{
display: none;
}.bookings-practical-card__detail-body{
display: grid;
  gap: 12px;
  padding: 0 22px 22px;
}.bookings-practical-card__detail-body p,
.bookings-practical-card__detail-body ul,
.bookings-practical-card__detail-body li{
margin: 0;
  color: var(--ink-muted);
  line-height: 1.72;
}.bookings-practical-card__detail-body ul{
padding-left: 1.15em;
}.bookings-practical-card__gallery{
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 20px);
}.bookings-practical-card__figure{
margin: 0;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(8, 8, 8, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 240, 233, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), 0 16px 34px rgba(18, 18, 18, 0.05);
}.bookings-practical-card__image{
display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}.bookings-practical-card__footer-cta{
display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: clamp(16px, 2vw, 24px);
  align-items: center;
  padding: clamp(20px, 2.4vw, 28px);
  border-radius: 28px;
  border: 1px solid rgba(8, 8, 8, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 240, 233, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), 0 16px 34px rgba(18, 18, 18, 0.05);
}.bookings-practical-card__footer-copy{
display: grid;
  gap: 10px;
}.bookings-practical-card__footer-title,
.bookings-practical-card__footer-text{
margin: 0;
}.bookings-practical-card__footer-title{
color: var(--bb-black);
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}.bookings-practical-card__footer-text{
color: var(--ink-muted);
  line-height: 1.7;
}.bookings-practical-card__footer-actions{
display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}@media (max-width: 1040px){
.bookings-flow-card__steps{
grid-template-columns: repeat(2, minmax(0, 1fr));
}}
@media (max-width: 900px){
.bookings-offer-card__grid,
  .bookings-flow-card__grid,
  .bookings-practical-card__gallery,
  .bookings-practical-card__footer-cta{
grid-template-columns: minmax(0, 1fr);
}.bookings-practical-card__footer-actions{
justify-content: flex-start;
}}
@media (max-width: 720px){
.bookings-flow-card__steps{
grid-template-columns: minmax(0, 1fr);
}.bookings-offer-card__highlight-actions,
  .bookings-flow-card__actions,
  .bookings-practical-card__footer-actions{
display: grid;
  grid-template-columns: minmax(0, 1fr);
}.bookings-practical-card__detail summary,
  .bookings-practical-card__detail-body{
padding-inline: 18px;
}.bookings-practical-card__detail-body{
padding-bottom: 18px;
}.bookings-practical-card__footer-cta{
padding: 18px;
}}
.page-shell--legal-complaints .page-shell__hero-copy{
gap: 12px;
  padding: clamp(22px, 3vw, 34px);
}.page-shell--legal-complaints .page-shell__title{
font-size: clamp(30px, 3.6vw, 52px);
  max-width: 13ch;
}.page-shell--legal-complaints .page-shell__intro{
max-width: 28ch;
  font-size: clamp(17px, 1.08vw, 20px);
}.page-shell--legal-complaints :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button{
min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 900;
}.page-shell--legal-complaints :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost){
background: var(--hvh-btn-light-bg-rest);
  border-color: var(--hvh-btn-light-border-rest);
  color: var(--hvh-btn-light-color-rest);
  box-shadow: var(--hvh-btn-light-shadow-rest);
}.page-shell--legal-complaints :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost):hover,
.page-shell--legal-complaints :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button:not(.bb-pill-button--ghost):focus-visible{
background: var(--hvh-btn-light-bg-hover);
  border-color: var(--hvh-btn-light-border-hover);
  color: var(--hvh-btn-light-color-hover);
  box-shadow: var(--hvh-btn-light-shadow-hover);
  transform: translateY(-1px);
}.page-shell--legal-complaints :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost{
background: rgba(255, 255, 255, 0.7);
  border-color: rgba(17, 17, 17, 0.1);
  color: rgba(17, 17, 17, 0.8);
  box-shadow: 0 10px 20px rgba(17, 17, 17, 0.05);
  backdrop-filter: none;
}.page-shell--legal-complaints :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:hover,
.page-shell--legal-complaints :is(.page-shell__actions, .page-shell__mini-actions) .bb-pill-button--ghost:focus-visible{
background: rgba(255, 255, 255, 0.92);
  border-color: rgba(17, 17, 17, 0.16);
  color: #111111;
  box-shadow: 0 12px 22px rgba(17, 17, 17, 0.08);
}@media (max-width: 980px){
.page-shell--legal-complaints .page-shell__hero-grid{
min-height: 0;
}.page-shell--legal-complaints .page-shell__media{
padding: 0 22px 22px;
}.page-shell--legal-complaints .page-shell__image{
height: auto;
  max-height: none;
  object-fit: contain;
}}
@media (max-width: 768px){
.page-shell--legal-complaints .page-shell__hero-copy{
padding: 20px 18px 14px;
}.page-shell--legal-complaints .page-shell__media{
padding: 0 18px 18px;
}.page-shell--legal-complaints .page-shell__image{
max-height: none;
  object-fit: contain;
}}
@media (min-width: 721px){
.page-shell--contact .page-shell__hero-grid,
  .page-shell--bookings .page-shell__hero-grid,
  .page-shell--videos .page-shell__hero-grid,
  .page-shell--legal-complaints .page-shell__hero-grid{
min-height: 0;
}.page-shell--contact .page-shell__hero-copy,
  .page-shell--bookings .page-shell__hero-copy,
  .page-shell--videos .page-shell__hero-copy,
  .page-shell--legal-complaints .page-shell__hero-copy{
padding-block: clamp(22px, 2.4vw, 30px);
}.page-shell--contact .page-shell__hero-grid{
grid-template-columns: minmax(0, 1.06fr) minmax(260px, 0.94fr);
}.page-shell--contact .page-shell__hero-copy{
padding-inline: clamp(24px, 2.8vw, 34px);
}.page-shell--contact .page-shell__media{
min-height: 100%;
  padding: 0;
}.page-shell--contact .page-shell__image{
width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 42%;
}.page-shell--videos .page-shell__hero-grid{
grid-template-columns: minmax(0, 1.04fr) minmax(260px, 0.96fr);
  align-items: stretch;
}.page-shell--videos .page-shell__media{
display: block;
  min-height: 100%;
  padding: 0;
}.page-shell--videos .page-shell__hero-copy{
display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  max-width: none;
  padding: clamp(22px, 2.6vw, 30px) clamp(24px, 2.8vw, 34px);
}.page-shell--videos .page-shell__actions{
grid-column: auto;
  grid-row: auto;
  justify-self: start;
  align-self: start;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}.page-shell--videos .page-shell__title,
  .page-shell--videos .page-shell__intro,
  .page-shell--videos .page-shell__body,
  .page-shell--videos .page-shell__signup{
grid-column: auto;
}.page-shell--videos .page-shell__image{
width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 38%;
}.page-shell--bookings .page-shell__hero-grid{
grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
}.page-shell--bookings .page-shell__hero-copy{
padding-inline: clamp(24px, 2.8vw, 34px);
}.page-shell--bookings .page-shell__media{
min-height: 100%;
  padding: 0;
}.page-shell--bookings .page-shell__image{
width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 40%;
}.page-shell--legal-complaints .page-shell__hero-grid{
grid-template-columns: minmax(0, 1.14fr) minmax(220px, 0.86fr);
  min-height: 0;
}.page-shell--legal-complaints .page-shell__intro{
max-width: 30ch;
}.page-shell--legal-complaints .page-shell__media{
display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 100%;
  padding: clamp(14px, 1.8vw, 18px) clamp(16px, 2vw, 20px) clamp(14px, 1.8vw, 18px) 0;
}.page-shell--legal-complaints .page-shell__image{
width: min(100%, 420px);
  height: auto;
  min-height: 0;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}}
@media (min-width: 721px) and (max-width: 980px){
.page-shell--bookings .page-shell__hero-grid{
grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
}.page-shell--bookings .page-shell__media{
order: -1;
  min-height: 100%;
}.page-shell--bookings .page-shell__hero-copy{
order: 2;
}.page-shell--bookings .page-shell__image{
width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 38%;
}.page-shell--videos .page-shell__actions{
display: flex;
  width: auto;
}}
