@font-face {
  font-family: Abc Ginto;
  src: url('../fonts/ABCGintoNord-Regular.eot') format("embedded-opentype"), url('../fonts/ABCGinto-Regular.eot') format("embedded-opentype"), url('../fonts/ABCGintoNord-Regular.woff') format("woff"), url('../fonts/ABCGinto-Regular.woff') format("woff"), url('../fonts/ABCGintoNord-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abc Ginto;
  src: url('../fonts/ABCGintoNord-Bold.eot') format("embedded-opentype"), url('../fonts/ABCGintoNord-Bold.woff') format("woff"), url('../fonts/ABCGintoNord-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abc Ginto;
  src: url('../fonts/ABCGintoNord-BoldItalic.eot') format("embedded-opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Abc Ginto Condensed;
  src: url('../fonts/ABCGintoNordCondensed-Bold.eot') format("embedded-opentype"), url('../fonts/ABCGintoNordCondensed-Bold.woff') format("woff"), url('../fonts/ABCGintoNordCondensed-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abc Ginto Condensed;
  src: url('../fonts/ABCGintoNord-BoldItalic.woff') format("woff"), url('../fonts/ABCGintoNord-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Abc Ginto Condensed;
  src: url('../fonts/ABCGinto-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --moodswing-dark: #05050d;
  --moodswing-light: #fff6d5;
  --moodswing-gold: #736c51;
  --moodswing-orange: #ff7f00;
  --moodswing-blue: #0199cd;
  --moodswing-green: #43d52c;
  --moodswing-pink: #ffcbcd;
  --moodswing-cyan: #43eed6;
  --moodswing-yellow: #ffe92d;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--moodswing-dark);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--moodswing-light);
  letter-spacing: -3px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  color: var(--moodswing-light);
  letter-spacing: -3px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  color: var(--moodswing-light);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
}

h4 {
  color: var(--moodswing-light);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

h5 {
  color: var(--moodswing-light);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}

h6 {
  color: var(--moodswing-light);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

p {
  margin-bottom: 0;
  font-family: Abc Ginto Condensed, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

img {
  max-width: 100%;
  display: inline-block;
}

.section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3vw;
  padding-right: 3vw;
}

.style-overview {
  border-top: 2px solid var(--moodswing-gold);
  color: var(--moodswing-gold);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.mark-animate {
  width: 120px;
  height: 80px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mark-blue, .mark-green, .mark-orange {
  mix-blend-mode: screen;
  position: absolute;
  inset: 0% auto auto 0%;
}

.condensed {
  font-family: Abc Ginto Condensed, Arial, sans-serif;
}

.button-lockup {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.button {
  color: var(--moodswing-dark);
  letter-spacing: 0;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.button.password {
  background-color: var(--moodswing-light);
}

.button-label {
  z-index: 500;
  white-space: nowrap;
  position: relative;
}

.button-background {
  z-index: 0;
  background-color: var(--moodswing-light);
  width: 100%;
  height: 100%;
  min-height: 40px;
  position: absolute;
  inset: 0%;
}

.button-background.orange {
  background-color: var(--moodswing-orange);
  mix-blend-mode: screen;
}

.button-background.blue {
  background-color: var(--moodswing-blue);
  mix-blend-mode: screen;
}

.button-background.green {
  background-color: var(--moodswing-green);
  mix-blend-mode: screen;
}

.footer {
  z-index: 200;
  background-color: var(--moodswing-gold);
  width: 100%;
  min-height: 400px;
  margin-top: 10vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  position: relative;
}

.circle-3, .circle-8, .circle-2, .circle-5 {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.circle-mark {
  z-index: 0;
  width: 100%;
  position: relative;
}

.circle-1, .circle-9, .circle-7, .circle-4, .circle-6 {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.circle-container {
  width: 100%;
  position: relative;
}

.row {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.column {
  width: 100%;
}

.logo-wide {
  z-index: 100;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 102%;
  margin-bottom: -8vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.logo-wide-blue {
  mix-blend-mode: screen;
  width: 100%;
  position: relative;
  inset: 0%;
}

.logo-wide-green, .logo-wide-orange {
  mix-blend-mode: screen;
  width: 100%;
  position: absolute;
}

.nav {
  z-index: 1000;
  background-color: var(--moodswing-dark);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo {
  z-index: 500;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 70px;
  margin-left: 3vw;
  display: flex;
  position: relative;
}

.logo-orange {
  mix-blend-mode: screen;
  position: relative;
}

.logo-green, .logo-blue {
  mix-blend-mode: screen;
  position: absolute;
}

.nav-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
}

.nav-button {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--moodswing-gold);
  color: var(--moodswing-light);
  text-align: left;
  letter-spacing: 1px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 30px;
  padding-right: 50px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.nav-button.hide {
  display: none;
}

.nav-link {
  color: var(--moodswing-light);
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #fff6d526;
  border-radius: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .2s, border-color .2s, color .2s;
  display: flex;
}

.nav-link:hover {
  background-color: var(--moodswing-gold);
}

.nav-link.w--current {
  border-bottom-color: var(--moodswing-gold);
}

.nav-link.eat:hover, .nav-link.eat.w--current {
  background-color: var(--moodswing-orange);
}

.nav-link.drink:hover, .nav-link.drink.w--current {
  background-color: var(--moodswing-green);
}

.nav-link.play:hover, .nav-link.play.w--current {
  background-color: var(--moodswing-blue);
}

.nav-link.connect:hover, .nav-link.connect.w--current {
  background-color: var(--moodswing-pink);
  color: var(--moodswing-dark);
}

.button-arrow.on {
  display: block;
}

.hamburger {
  z-index: 1000;
  color: var(--moodswing-light);
  text-align: right;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 70px;
  display: none;
  position: relative;
}

.nav-trigger-open {
  z-index: 200;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-trigger-close {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hamburger-line {
  background-color: var(--moodswing-light);
  pointer-events: none;
  width: 20px;
  height: 2px;
  position: absolute;
}

.hamburger-line.bottom {
  margin-top: 10px;
}

.hamburger-line.top {
  margin-top: -10px;
}

.menu {
  z-index: 800;
  background-color: var(--moodswing-light);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 0;
  margin-top: 70px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.menu-link {
  color: var(--moodswing-dark);
  width: 100%;
  height: 60px;
  margin-top: -5px;
  margin-left: 3vw;
  line-height: 10vw;
  text-decoration: none;
  overflow: hidden;
}

.menu-label {
  color: var(--moodswing-dark);
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
}

.menu-button-label {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 30px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  position: relative;
}

.hamburger-lines {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
}

.menu-text-holder {
  width: auto;
  height: 100%;
  overflow: hidden;
}

.menu-address {
  color: var(--moodswing-dark);
  margin-top: 15px;
  margin-left: 3vw;
  font-family: Abc Ginto Condensed, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  overflow: hidden;
}

.menu-phone {
  color: var(--moodswing-dark);
  margin-top: 15px;
  margin-bottom: 150px;
  margin-left: 3vw;
  font-family: Abc Ginto Condensed, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  overflow: hidden;
}

.menu-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--moodswing-gold);
  color: var(--moodswing-light);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 150px;
  margin-left: 3vw;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: none;
}

.link-block {
  height: 40px;
  position: relative;
}

.section-header {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.section-eat {
  width: 100%;
  padding-top: 100px;
  overflow: hidden;
}

.seaction-drink, .section-play {
  width: 100%;
  min-height: 500px;
  padding-top: 100px;
  overflow: hidden;
}

.section-footer {
  width: 100%;
  padding-top: 100px;
  overflow: hidden;
}

.header-video-container {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45vw;
  display: flex;
  position: relative;
}

.header-lockup {
  width: 90%;
  margin-top: 15vh;
  margin-bottom: auto;
  padding-left: 3vw;
  padding-right: 3vw;
}

.header-lockup.utility-padding-top-4rem.utility-padding-bottom-4rem {
  margin-top: 5vh;
}

.header-text {
  letter-spacing: 0;
  font-size: 5vw;
  line-height: 120%;
}

.callout-continaer {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 100px 3vw;
  display: flex;
}

.callout {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 26%;
  display: flex;
}

.callout-number {
  color: var(--moodswing-light);
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.callout-title {
  color: var(--moodswing-light);
  letter-spacing: .5px;
  width: 100%;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.variable-color {
  color: var(--moodswing-gold);
}

.variable-color.pink {
  color: var(--moodswing-pink);
}

.variable-color.cyan {
  color: var(--moodswing-cyan);
}

.variable-color.yellow {
  color: var(--moodswing-yellow);
}

.video {
  z-index: 100;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-title-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 50vw;
  display: flex;
  overflow: hidden;
}

.section-title-container.wide {
  z-index: 0;
  width: 100%;
  position: relative;
}

.section-title {
  color: var(--moodswing-light);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 13vw;
  font-weight: 700;
  line-height: 13vw;
  display: flex;
}

.section-title.utility-text-align-center {
  justify-content: center;
  align-items: center;
  width: 90%;
  text-decoration: none;
}

.section-title-info {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  margin-top: 2vw;
  padding-left: 1.5vw;
  padding-right: 7vw;
  display: flex;
}

.cards {
  box-sizing: border-box;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -3vw;
  margin-bottom: 100px;
  display: flex;
}

.cards.courts {
  margin-bottom: 3vw;
}

.card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  min-height: 200px;
  display: flex;
}

.card-image-container {
  background-color: #141414;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-text {
  z-index: 100;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--moodswing-orange);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  margin-top: -1px;
  padding: 30px;
  display: flex;
  position: relative;
}

.card-text.green {
  background-color: var(--moodswing-green);
}

.card-text.blue {
  background-color: var(--moodswing-blue);
}

.card-text.pink {
  background-color: var(--moodswing-pink);
}

.card-button {
  z-index: 0;
  color: var(--moodswing-light);
  background-color: #ff972b;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -1px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-button.green {
  background-color: #69dc4e;
}

.card-button.blue {
  background-color: #34accf;
}

.card-button.pink {
  color: var(--moodswing-dark);
  background-color: #ffb9bb;
}

.card-title {
  color: var(--moodswing-light);
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}

.card-title.dark {
  color: var(--moodswing-dark);
}

.card-body {
  color: var(--moodswing-light);
  min-height: 70px;
  font-family: Abc Ginto Condensed, Arial, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.card-body.dark {
  color: var(--moodswing-dark);
}

.card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
  overflow: hidden;
}

.button-text {
  line-height: 30px;
}

.card-number {
  color: var(--moodswing-light);
  margin-top: -70px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 66px;
}

.title-body {
  font-size: 1.6vw;
  line-height: 120%;
}

.connect-blurb {
  width: 100%;
  margin-top: -40px;
  margin-bottom: 40px;
  text-align: right;
  padding-right: 3vw;
}

.connect-blurb .title-body {
  display: inline-block;
  max-width: 400px;
  text-align: left;
}

.section-title-name {
  margin-left: -20px;
}

.section-title-name.gold {
  color: var(--moodswing-gold);
}

.section-title-name.orange {
  color: var(--moodswing-orange);
  mix-blend-mode: screen;
  position: relative;
}

.section-title-name.blue {
  color: var(--moodswing-blue);
  mix-blend-mode: screen;
  position: absolute;
}

.section-title-name.green {
  color: var(--moodswing-green);
  mix-blend-mode: screen;
  position: absolute;
}

.memberships {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 83%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.membership-video {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vw;
  display: flex;
  position: relative;
}

.membership-lockup {
  border-top: 2px solid var(--moodswing-light);
  color: var(--moodswing-light);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.membership-column, .membership-container {
  width: 100%;
}

.membership-headline {
  letter-spacing: .05vw;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 110%;
}

.membership-body {
  margin-bottom: 20px;
}

.footer-row {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 83%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: flex;
}

.footer-row.top-align {
  justify-content: space-between;
  align-items: flex-start;
}

.footer-column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-body {
  color: var(--moodswing-light);
  letter-spacing: 1px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.footer-body.paragraph-l.utility-margin-bottom-0 {
  color: var(--moodswing-dark);
  line-height: 1.5em;
}

.footer-body.paragraph-l.utility-margin-bottom-0.heading-2 {
  color: var(--moodswing-dark);
}

.footer-mark {
  width: 120px;
  margin-bottom: 30px;
}

.hours-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hours {
  color: var(--moodswing-light);
  white-space: nowrap;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  font-family: Abc Ginto Condensed, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.hours-rule {
  background-color: var(--moodswing-light);
  opacity: .1;
  width: 100%;
  height: 2px;
  margin-bottom: 3px;
  margin-left: 15px;
  margin-right: 15px;
}

.footer-text {
  line-height: 22px;
}

.footer-text.background-overlay {
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  height: 1467.61vh;
  display: block;
  position: absolute;
}

.footer-text.paragraph-l {
  color: #ffb9bb;
}

.footer-text.paragraph-l.utility-margin-bottom-0 {
  color: #000;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 0;
}

.footer-link {
  color: var(--moodswing-light);
  width: auto;
  margin-bottom: 20px;
  font-size: 20px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .7;
}

.footer-legal-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--moodswing-light);
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25px;
  font-family: Abc Ginto Condensed, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.footer-legal-links.pad-social {
  margin-bottom: 37px;
}

.footer-legal-links.social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.legal-link {
  color: var(--moodswing-light);
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  transition: opacity .2s;
}

.legal-link:hover {
  opacity: .7;
}

.legal-link.no-hover:hover {
  opacity: 100;
}

.social-icon {
  margin-bottom: 12px;
}

.loader {
  z-index: 1200;
  background-color: var(--moodswing-dark);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.load-mark {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 10vw;
  display: flex;
  position: relative;
}

.mark {
  width: 100%;
  height: 100%;
}

.mark.blue {
  position: relative;
}

.mark.green, .mark.orange {
  mix-blend-mode: screen;
  position: absolute;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form-field {
  background-color: var(--moodswing-dark);
  color: var(--moodswing-light);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-family: Abc Ginto Condensed, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-flex;
}

.form-field::placeholder {
  color: var(--moodswing-light);
}

.pass-headline {
  color: var(--moodswing-light);
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: Abc Ginto Condensed, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.section-events {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25vh;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.event-body {
  color: var(--moodswing-light);
}

.contact-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  padding-top: 20px;
  display: flex;
}

.contact-link {
  color: var(--moodswing-gold);
  cursor: pointer;
  font-family: Abc Ginto Condensed, Arial, sans-serif;
  font-size: 30px;
  text-decoration: none;
  transition: color .2s;
}

.contact-link:hover {
  color: var(--moodswing-light);
}

.learn-more-button {
  z-index: 0;
  color: var(--moodswing-light);
  background-color: #ff972b;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -1px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.learn-more-button.green {
  background-color: #69dc4e;
}

.learn-more-button.blue {
  background-color: #34accf;
}

.learn-more-button.pink {
  color: var(--moodswing-dark);
  background-color: #ffb9bb;
}

.comm-events-button {
  z-index: 0;
  color: var(--moodswing-light);
  background-color: #ff972b;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -1px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.comm-events-button.green {
  background-color: #69dc4e;
}

.comm-events-button.blue {
  background-color: #34accf;
}

.comm-events-button.pink {
  color: var(--moodswing-dark);
  background-color: #ffb9bb;
}

.outdoor-courts-button {
  z-index: 0;
  color: var(--moodswing-light);
  background-color: #ff972b;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -1px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.outdoor-courts-button.green {
  background-color: #69dc4e;
}

.outdoor-courts-button.blue {
  background-color: #34accf;
}

.outdoor-courts-button.pink {
  color: var(--moodswing-dark);
  background-color: #ffb9bb;
}

.indoor-courts-button {
  z-index: 0;
  color: var(--moodswing-light);
  background-color: #ff972b;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -1px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.indoor-courts-button.green {
  background-color: #69dc4e;
}

.indoor-courts-button.blue {
  background-color: #34accf;
}

.indoor-courts-button.pink {
  color: var(--moodswing-dark);
  background-color: #ffb9bb;
}

.coffee-menu-button {
  z-index: 0;
  color: var(--moodswing-light);
  background-color: #ff972b;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -1px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.coffee-menu-button.green {
  background-color: #69dc4e;
}

.coffee-menu-button.blue {
  background-color: #34accf;
}

.coffee-menu-button.pink {
  color: var(--moodswing-dark);
  background-color: #ffb9bb;
}

.drink-menu-button {
  z-index: 0;
  color: var(--moodswing-light);
  background-color: #ff972b;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -1px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.drink-menu-button.green {
  background-color: #69dc4e;
}

.drink-menu-button.blue {
  background-color: #34accf;
}

.drink-menu-button.pink {
  color: var(--moodswing-dark);
  background-color: #ffb9bb;
}

.hh-menu-button {
  z-index: 0;
  color: var(--moodswing-light);
  background-color: #ff972b;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -1px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hh-menu-button.green {
  background-color: #69dc4e;
}

.hh-menu-button.blue {
  background-color: #34accf;
}

.hh-menu-button.pink {
  color: var(--moodswing-dark);
  background-color: #ffb9bb;
}

.kitchen-menu-button {
  z-index: 0;
  color: var(--moodswing-light);
  background-color: #ff972b;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -1px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.kitchen-menu-button.green {
  background-color: #69dc4e;
}

.kitchen-menu-button.blue {
  background-color: #34accf;
}

.kitchen-menu-button.pink {
  color: var(--moodswing-dark);
  background-color: #ffb9bb;
}

.menus {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu-button-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--moodswing-light);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Abc Ginto Condensed, Arial, sans-serif;
  display: flex;
}

.container.small-container {
  width: 75%;
  max-width: 1000px;
}

.container.utility-margin-bottom-4rem {
  position: relative;
}

.utility-text-align-center {
  text-align: center;
}

.utility-margin-bottom-4rem {
  margin-bottom: 4rem;
}

.eyebrow {
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.3em;
}

.eyebrow.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.paragraph-l {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6em;
}

.heading-5.utility-margin-bottom-0, .utility-margin-bottom-0, .paragraph-xxl.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout.grid-gap-l {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.grid-layout.x-center {
  justify-items: center;
}

.grid-layout.desktop-1-column {
  grid-template-columns: 1fr;
}

.grid-layout.desktop-1-column.grid-gap-s {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto 180px 50px 50px 50px;
  padding: 20px 60px 20px 50px;
  display: flex;
}

.grid-layout.tablet-1-column.grid-gap-xxl, .grid-layout.tablet-1-column.grid-gap-xxl.cards {
  background-color: pink;
}

.masonry-layout.desktop-3-column {
  column-count: 3;
}

.tag {
  color: #000;
  background-color: #ffb9bb;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-family: Aria;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.pricing-4-tabs-menu.utility-margin-bottom-2rem {
  justify-content: flex-start;
  position: relative;
}

.section-2, .section-3 {
  margin-top: 50px;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.x-center {
  justify-content: center;
}

.flex-layout.flex-vertical.x-center {
  align-items: center;
}

.flex-layout.flex-gap-xxs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.utility-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.icon {
  width: 2rem;
  height: 2rem;
}

.utility-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.heading-4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3em;
}

.flex-gap-m-parent.flex-gap-m {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.utility-padding-all-0 {
  padding: 0;
}

.slider-slide.utility-padding-all-0 {
  padding-left: 0;
  padding-right: 0;
}

.utility-position-relative {
  position: relative;
}

.utility-viewport-height-100 {
  min-height: 100dvh;
}

.div-block {
  height: 1136.48px;
  padding-top: 70px;
  display: block;
}

.image {
  box-sizing: border-box;
  aspect-ratio: auto;
  width: 1600px;
  height: 10px;
  max-height: none;
}

.image-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  width: 1600px;
  display: inline-block;
}

.inverse-section-parent.inverse-section {
  color: #fff;
  background-color: #000;
}

.utility-aspect-239x1 {
  aspect-ratio: 2.39;
  position: relative;
}

.utility-padding-top-4rem {
  padding-top: 4rem;
}

.utility-padding-bottom-4rem {
  padding-bottom: 4rem;
}

.heading-2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.04em;
}

.paragraph-s {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .875rem;
  line-height: 1.6em;
}

.utility-text-secondary {
  color: #0009;
}

.utility-margin-top-1rem {
  margin-top: 1rem;
}

.grid-gap-m-parent.grid-gap-m {
  justify-content: end;
}

.wrap-parent.wrap {
  flex-wrap: wrap;
}

.utility-aspect-3x2 {
  aspect-ratio: 3 / 2;
}

.events-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: pink;
  grid-template: "Area Area" 298px
  / 1fr 1fr 2.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.space-card {
  background-color: pink;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 220px;
  margin-left: 100px;
  margin-right: 100px;
  display: grid;
  position: static;
  inset: 0% auto auto 0%;
}

.heading-6 {
  color: var(--moodswing-dark);
  margin-top: 40px;
  font-size: 50px;
}

.image-3 {
  object-fit: cover;
  max-width: 400px;
}

.heading-7 {
  color: var(--moodswing-dark);
  -webkit-text-stroke-color: var(--moodswing-dark);
  margin-top: 40px;
}

.heading-8 {
  color: var(--moodswing-dark);
  letter-spacing: 5px;
  margin-bottom: 40px;
  font-weight: 700;
}

.paragraph-3 {
  color: #000;
}

.grid-gap-m-parent.grid-gap-m {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.grid-gap-xxl-parent.grid-gap-xxl {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.grid-gap-s-parent.grid-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.reduced-margin-top {
  margin-top: 10vh;
}

.paragraph-2 {
  color: #000;
  padding-right: 40px;
  font-size: 15px;
}

.utility-position-absolute {
  position: absolute;
}

.background-overlay {
  opacity: .2;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .nav {
    justify-content: space-between;
    align-items: center;
    height: 60px;
  }

  .nav-logo {
    height: 60px;
  }

  .nav-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link, .button-arrow {
    display: none;
  }

  .hamburger {
    height: 60px;
    display: flex;
  }

  .menu {
    margin-top: 60px;
  }

  .menu-button-label {
    margin-left: 20px;
  }

  .hamburger-lines {
    width: 60px;
    height: 60px;
  }

  .header-video-container {
    height: 60vw;
  }

  .header-lockup {
    width: 80%;
    margin-top: 200px;
  }

  .header-text {
    text-indent: 0;
    font-size: 30px;
  }

  .callout {
    width: 30%;
  }

  .callout-title {
    font-size: 16px;
    line-height: 28px;
  }

  .section-title-container {
    width: 48vw;
  }

  .section-title {
    font-size: 14vw;
  }

  .section-title-info {
    margin-top: 1vw;
    margin-left: 0;
    padding-left: 0;
    padding-right: 2vw;
  }

  .cards {
    margin-top: -2vw;
  }

  .card {
    width: 46%;
  }

  .card-title {
    font-size: 26px;
  }

  .card-body {
    min-height: 90px;
  }

  .paragraph {
    font-size: 16px;
  }

  .title-body {
    letter-spacing: .25px;
    font-size: 16px;
  }

  .memberships {
    width: 95%;
  }

  .membership-headline {
    font-size: 38px;
  }

  .footer-row {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    width: 95%;
  }

  .hours-rule {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container.small-container {
    width: 90%;
  }

  .eyebrow {
    font-size: .9rem;
  }

  .paragraph-l {
    font-size: 1.125rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .grid-layout.tablet-2-column {
    grid-template-columns: 1fr 1fr;
  }

  .grid-layout.desktop-1-column {
    grid-template-columns: 1fr;
  }

  .heading-4 {
    font-size: 1.4rem;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .heading-2 {
    font-size: 3rem;
  }

  .paragraph-s {
    font-size: .875rem;
  }

  .tablet-1-column-parent.tablet-1-column {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .button.gallery-button {
    margin-top: 30px;
  }

  .nav-logo {
    width: 220px;
  }

  .nav-button {
    letter-spacing: .5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .menu-button-label {
    margin-right: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .section-eat, .seaction-drink, .section-play {
    padding-top: 80px;
  }

  .section-footer {
    padding-top: 50px;
  }

  .header-video-container {
    height: 70vw;
  }

  .header-lockup {
    width: 100%;
    margin-top: 200px;
    margin-bottom: 2vh;
  }

  .callout-continaer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .callout-number {
    font-size: 60px;
    line-height: 60px;
  }

  .callout-title {
    font-size: 12px;
    line-height: 20px;
  }

  .section-title {
    justify-content: space-between;
    align-items: flex-end;
  }

  .section-title-info {
    margin-top: 0;
    margin-bottom: 6vw;
    padding-right: 10vw;
  }

  .cards {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    margin-top: -2vw;
  }

  .cards.courts {
    margin-bottom: 5vw;
  }

  .card {
    width: 80%;
  }

  .card-image-container {
    height: 50vw;
  }

  .card-body {
    min-height: 0;
  }

  .memberships {
    width: 80%;
  }

  .membership-video {
    height: 50vw;
  }

  .membership-lockup {
    flex-flow: column;
  }

  .membership-headline {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .footer-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 80%;
    padding-bottom: 0;
  }

  .footer-row.top-align {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 50px;
  }

  .footer-body {
    margin-top: 40px;
    margin-bottom: 30px;
    display: none;
  }

  .footer-mark {
    width: 90px;
    margin-bottom: 30px;
  }

  .hours-container {
    margin-bottom: 30px;
  }

  .footer-link {
    margin-bottom: 10px;
  }

  .footer-legal-links.pad-social {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .social-icon {
    margin-bottom: 0;
  }

  .utility-margin-bottom-4rem {
    margin-bottom: 2rem;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .paragraph-l {
    font-size: 1.1rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .grid-layout.grid-gap-l {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-layout.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .masonry-layout.mobile-landscape-1-column {
    column-count: 1;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .heading-4 {
    font-size: 1.3rem;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .utility-padding-top-4rem {
    padding-top: 2rem;
  }

  .utility-padding-bottom-4rem {
    padding-bottom: 2rem;
  }

  .heading-2 {
    font-size: 2.3rem;
  }

  .paragraph-s {
    font-size: .875rem;
  }

  .grid-gap-m-parent.grid-gap-m, .grid-gap-xxl-parent.grid-gap-xxl {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-gap-s-parent.grid-gap-s {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .button.gallery-button {
    margin-top: 50px;
  }

  .nav-logo {
    width: 80%;
    margin-left: 5vw;
  }

  .nav-button {
    display: none;
  }

  .hamburger {
    background-color: var(--moodswing-gold);
  }

  .menu-phone {
    margin-bottom: 0;
  }

  .menu-button {
    display: flex;
  }

  .section-header {
    flex-flow: column;
  }

  .header-video-container {
    height: 100vw;
  }

  .callout {
    width: 100%;
  }

  .callout-number {
    font-size: 70px;
    line-height: 70px;
  }

  .callout-title {
    font-size: 16px;
    line-height: 22px;
  }

  .section-title-container {
    width: 100vw;
  }

  .section-title-container.wide {
    overflow: visible;
  }

  .section-title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-bottom: 30px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-title-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .card {
    width: 90%;
  }

  .card-image-container {
    height: 70vw;
  }

  .title-body {
    font-size: 18px;
  }

  .section-title-name {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .section-title-name.gold {
    margin-bottom: -8vw;
    margin-left: -25px;
    font-size: 17vw;
  }

  .memberships {
    width: 90%;
  }

  .membership-video {
    height: 70vw;
  }

  .membership-lockup {
    padding-top: 20px;
  }

  .footer-row {
    width: 90%;
  }

  .footer-body {
    margin-top: 30px;
  }

  .hours {
    margin-bottom: 10px;
  }

  .hours-rule {
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-text {
    font-size: 18px;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .paragraph-l {
    font-size: 1.1rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .grid-layout.desktop-5-column.tablet-2-column {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .grid-layout.desktop-5-column.tablet-2-column.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .grid-layout.desktop-1-column.grid-gap-s {
    flex-flow: column;
    position: static;
  }

  .grid-layout.mobile-portrait-1-column {
    grid-template-columns: 1fr;
  }

  .heading-4 {
    font-size: 1.1rem;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .heading-2 {
    font-size: 1.8rem;
  }

  .paragraph-s {
    font-size: .875rem;
  }
}

#w-node-_714e0697-5e01-1148-9b66-bdabef9fce79-ef9fce77.w-node-b2515491-99fb-ce94-a6ab-85fd5ddef729-e483516a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_122414d6-56fb-2ddb-ac86-d5f42d9b3dcb-2d9b3dc8.w-node-_81bb49cf-6118-b381-6ed2-60b18327b3fa-e483516a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_81bb49cf-6118-b381-6ed2-60b18327b3f9-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_198e06e9-2854-bb8a-0566-dfbd9b03ec9b-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_0ba795d0-7dac-122e-c74d-26d00f2b2ca1-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_9c4b7fff-4b11-bf68-3ac6-3241959bd5aa-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-e211deda-2789-796e-c3ac-7f8dad3c78a0-e483516a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_122414d6-56fb-2ddb-ac86-d5f42d9b3dcb-2d9b3dc8.w-node-_3a970220-217d-0657-d0b0-68b00e75eeee-e483516a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_3a970220-217d-0657-d0b0-68b00e75eeef-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_3a970220-217d-0657-d0b0-68b00e75eef2-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_3a970220-217d-0657-d0b0-68b00e75eef8-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_3a970220-217d-0657-d0b0-68b00e75eefc-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_3a970220-217d-0657-d0b0-68b00e75ef02-e483516a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_122414d6-56fb-2ddb-ac86-d5f42d9b3dcb-2d9b3dc8.w-node-d18b991a-0b1f-bc93-9a53-0767d78108ed-e483516a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-d18b991a-0b1f-bc93-9a53-0767d78108ee-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-d18b991a-0b1f-bc93-9a53-0767d78108f1-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-d18b991a-0b1f-bc93-9a53-0767d78108f7-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-d18b991a-0b1f-bc93-9a53-0767d7810901-e483516a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_122414d6-56fb-2ddb-ac86-d5f42d9b3dcb-2d9b3dc8.w-node-_13580d07-950b-75af-2bc2-2bbe870f00b6-e483516a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_13580d07-950b-75af-2bc2-2bbe870f00b7-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_13580d07-950b-75af-2bc2-2bbe870f00ba-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_13580d07-950b-75af-2bc2-2bbe870f00c0-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_13580d07-950b-75af-2bc2-2bbe870f00c4-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_13580d07-950b-75af-2bc2-2bbe870f00ca-e483516a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_122414d6-56fb-2ddb-ac86-d5f42d9b3dcb-2d9b3dc8.w-node-_82e07669-3258-9a17-f008-f5188fa441e2-e483516a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_82e07669-3258-9a17-f008-f5188fa441e3-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_82e07669-3258-9a17-f008-f5188fa441e6-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_82e07669-3258-9a17-f008-f5188fa441ec-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_82e07669-3258-9a17-f008-f5188fa441f0-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_82e07669-3258-9a17-f008-f5188fa441f6-e483516a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_122414d6-56fb-2ddb-ac86-d5f42d9b3dcb-2d9b3dc8.w-node-_51afd0a3-9929-94f7-d0e0-9e2f18b0b2ae-e483516a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_51afd0a3-9929-94f7-d0e0-9e2f18b0b2af-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_51afd0a3-9929-94f7-d0e0-9e2f18b0b2b2-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_51afd0a3-9929-94f7-d0e0-9e2f18b0b2b8-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_51afd0a3-9929-94f7-d0e0-9e2f18b0b2bc-e483516a, #w-node-_50ecebe8-fa5e-b382-308f-134a3bb9c4b9-2d9b3dc8.w-node-_51afd0a3-9929-94f7-d0e0-9e2f18b0b2c2-e483516a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_185f60f0-8ba0-284e-2436-f639fd271ad8-fd271ad5.w-node-cd02a1e1-2930-0886-c115-1bbe50772114-7ac8f263 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_185f60f0-8ba0-284e-2436-f639fd271adf-fd271ad5.w-node-cd02a1e1-2930-0886-c115-1bbe5077214f-7ac8f263 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_185f60f0-8ba0-284e-2436-f639fd271ae0-fd271ad5.w-node-cd02a1e1-2930-0886-c115-1bbe5077211c-7ac8f263, #w-node-_67cc4602-a846-556f-2bb1-0e4c6a1f53b6-fd271ad5.w-node-cd02a1e1-2930-0886-c115-1bbe50772126-7ac8f263, #w-node-_3136d9b0-c880-8782-8e7c-0af1356d9eb1-fd271ad5.w-node-cd02a1e1-2930-0886-c115-1bbe5077212e-7ac8f263, #w-node-_90a348d9-6cc0-ca57-985d-603a48d143c3-fd271ad5.w-node-cd02a1e1-2930-0886-c115-1bbe50772138-7ac8f263, #w-node-_0bbcb6c4-75b2-bdfb-8a6b-95c67452be48-fd271ad5.w-node-cd02a1e1-2930-0886-c115-1bbe50772146-7ac8f263, #w-node-_0ac7448c-85f1-f82d-d4dd-2946765e7c12-fd271ad5.w-node-cd02a1e1-2930-0886-c115-1bbe5077214e-7ac8f263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22c8f393-d39d-048c-ea8b-7b01c2725cf0-c2725ced.w-node-a2469a95-8181-0fbb-afe1-086830763495-7901146e {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_41d1ffcd-18e5-6de7-5afe-b5753d4bc0c2-c2725ced.w-node-a2469a95-8181-0fbb-afe1-0868307634ac-7901146e {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_22c8f393-d39d-048c-ea8b-7b01c2725cfb-c2725ced.w-node-a2469a95-8181-0fbb-afe1-086830763499-7901146e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22c8f393-d39d-048c-ea8b-7b01c2725cf0-c2725ced.w-node-a2469a95-8181-0fbb-afe1-086830763495-3d533e90 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_41d1ffcd-18e5-6de7-5afe-b5753d4bc0c2-c2725ced.w-node-a2469a95-8181-0fbb-afe1-0868307634ac-3d533e90 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_22c8f393-d39d-048c-ea8b-7b01c2725cfb-c2725ced.w-node-a2469a95-8181-0fbb-afe1-086830763499-3d533e90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_714e0697-5e01-1148-9b66-bdabef9fce79-ef9fce77.w-node-b2515491-99fb-ce94-a6ab-85fd5ddef729-f20dfdc6 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_185f60f0-8ba0-284e-2436-f639fd271ad8-fd271ad5.w-node-cd02a1e1-2930-0886-c115-1bbe50772114-7ac8f263, #w-node-_22c8f393-d39d-048c-ea8b-7b01c2725cf0-c2725ced.w-node-a2469a95-8181-0fbb-afe1-086830763495-7901146e, #w-node-_41d1ffcd-18e5-6de7-5afe-b5753d4bc0c2-c2725ced.w-node-a2469a95-8181-0fbb-afe1-0868307634ac-7901146e, #w-node-_22c8f393-d39d-048c-ea8b-7b01c2725cf0-c2725ced.w-node-a2469a95-8181-0fbb-afe1-086830763495-3d533e90, #w-node-_41d1ffcd-18e5-6de7-5afe-b5753d4bc0c2-c2725ced.w-node-a2469a95-8181-0fbb-afe1-0868307634ac-3d533e90 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_122414d6-56fb-2ddb-ac86-d5f42d9b3dcb-2d9b3dc8.w-node-_81bb49cf-6118-b381-6ed2-60b18327b3fa-e483516a {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Abc Ginto';
  src: url('../fonts/ABCGintoNord-Regular.eot') format('embedded-opentype'), url('../fonts/ABCGinto-Regular.eot') format('embedded-opentype'), url('../fonts/ABCGintoNord-Regular.woff') format('woff'), url('../fonts/ABCGinto-Regular.woff') format('woff'), url('../fonts/ABCGintoNord-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abc Ginto';
  src: url('../fonts/ABCGintoNord-Bold.eot') format('embedded-opentype'), url('../fonts/ABCGintoNord-Bold.woff') format('woff'), url('../fonts/ABCGintoNord-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abc Ginto';
  src: url('../fonts/ABCGintoNord-BoldItalic.eot') format('embedded-opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Abc Ginto Condensed';
  src: url('../fonts/ABCGintoNordCondensed-Bold.eot') format('embedded-opentype'), url('../fonts/ABCGintoNordCondensed-Bold.woff') format('woff'), url('../fonts/ABCGintoNordCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abc Ginto Condensed';
  src: url('../fonts/ABCGintoNord-BoldItalic.woff') format('woff'), url('../fonts/ABCGintoNord-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Abc Ginto Condensed';
  src: url('../fonts/ABCGinto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Book Now Dropdown */
.nav-book-wrapper {
  position: relative;
  display: inline-flex;
  height: 100%;
}

.nav-book-wrapper > .nav-button {
  transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-book-wrapper:hover > .nav-button.book {
  background-color: var(--moodswing-blue) !important;
}

.nav-book-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.2s ease;
  z-index: 9999;
}

.nav-book-wrapper:hover .nav-book-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-book-link {
  display: block;
  padding: 14px 28px;
  background: rgba(255, 246, 213, 0.15);
  border-radius: 4px;
  color: var(--moodswing-light);
  text-decoration: none;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
  white-space: nowrap;
  text-align: center;
  transition: background 0.2s ease;
}

.nav-book-link:hover {
  background: rgba(255, 246, 213, 0.25);
}

/* ============================
   PRIVATE EVENTS PAGE
   ============================ */

/* Hero */
.pe-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pe-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.pe-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 13, 0.3) 0%, rgba(5, 5, 13, 0.8) 100%);
  z-index: 1;
}

.pe-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 40px 30px;
}

.pe-hero-title {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -2px;
  color: var(--moodswing-light);
  margin-bottom: 24px;
}

.pe-hero-subtitle {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 20px;
  line-height: 140%;
  color: var(--moodswing-light);
  margin-bottom: 40px;
  opacity: 0.85;
}

/* CTA Button */
.pe-cta-button {
  display: inline-block;
  padding: 16px 40px;
  background-color: var(--moodswing-orange);
  color: var(--moodswing-light);
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.pe-cta-button:hover {
  background-color: var(--moodswing-blue);
}

/* Sections */
.pe-section {
  padding: 100px 0;
}

.pe-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Event Types */
.pe-types-section {
  background-color: var(--moodswing-dark);
}

/* Scoped override so "Events" fits the layered colored title without clipping */
.pe-types-section .section-title {
  font-size: 11vw;
  margin-bottom: 40px;
  justify-content: center;
}

.pe-types-section .section-title-container {
  width: auto;
  overflow: visible;
  padding: 0 4vw;
  position: relative;
}

.pe-types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.pe-type-card {
  background: rgba(255, 246, 213, 0.05);
  border: 1px solid rgba(255, 246, 213, 0.1);
  border-radius: 8px;
  padding: 40px 30px;
  transition: border-color 0.2s ease;
  text-align: center;
}

.pe-type-card:hover {
  border-color: rgba(255, 246, 213, 0.3);
}

.pe-type-title {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--moodswing-light);
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.pe-type-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.pe-tag {
  display: inline-block;
  padding: 6px 14px;
  background: var(--moodswing-pink) !important;
  border-radius: 100px;
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--moodswing-dark) !important;
  letter-spacing: 0.5px;
}

.pe-type-desc {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: var(--moodswing-light);
  opacity: 0.7;
}

/* What to Expect */
.pe-expect-section {
  background-color: var(--moodswing-light);
}

.pe-expect-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

/* Push the steps down so step 01 aligns with the first body paragraph (skip the heading) */
.pe-expect-steps {
  padding-top: 78px;
}

.pe-section-heading {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1px;
  color: var(--moodswing-dark);
  margin-bottom: 30px;
}

.pe-section-heading.pe-centered {
  text-align: center;
  margin-bottom: 60px;
}

.pe-body-text {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 18px;
  line-height: 160%;
  color: var(--moodswing-dark);
  margin-bottom: 16px;
}

.pe-step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid rgba(5, 5, 13, 0.1);
}

.pe-step:first-child {
  border-top: 1px solid rgba(5, 5, 13, 0.1);
}

.pe-step-number {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--moodswing-orange);
  line-height: 100%;
  min-width: 70px;
}

.pe-step-title {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--moodswing-dark);
  margin-bottom: 6px;
}

.pe-step-desc {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: var(--moodswing-dark);
  opacity: 0.7;
}

/* Venue Spaces */
.pe-spaces-section {
  background-color: var(--moodswing-dark);
  padding-bottom: 60px;
}

.pe-spaces-section .pe-section-heading,
.pe-spaces-section .pe-section-heading.pe-centered {
  color: var(--moodswing-light);
}

/* Pink venue card with internal padding */
.pe-spaces-section .header-lockup {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 60px;
  background-color: var(--moodswing-pink);
  border-radius: 12px;
}

.pe-spaces-section .header-lockup .w-layout-grid.grid-layout {
  align-items: center;
}

.pe-spaces-section .heading-8 {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--moodswing-dark);
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.pe-spaces-section .paragraph-3 {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 18px;
  line-height: 160%;
  color: var(--moodswing-dark);
  opacity: 1;
  margin-bottom: 32px;
  text-align: center;
}

/* Center all flex-layout wrappers inside venue cards */
.pe-spaces-section .header-lockup .flex-layout {
  justify-content: center;
  text-align: center;
}

/* Kill the leftover Webflow "pink" background on the inner grid so only the
   outer pink card shows through */
.pe-spaces-section .header-lockup .grid-layout.tablet-1-column.grid-gap-xxl {
  background-color: transparent;
}

/* Airbnb-style amenity grid — 2 columns: stats | amenities */
.pe-space-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(5, 5, 13, 0.2);
  text-align: center;
}

.pe-space-meta-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.pe-space-meta-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.pe-space-meta-label {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--moodswing-dark);
  opacity: 0.6;
}

.pe-space-meta-value {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--moodswing-dark);
  line-height: 1.4;
}

.pe-space-meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.pe-space-meta-list li {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--moodswing-dark);
  line-height: 1.35;
}

/* Play Section */
.pe-play-section {
  background-color: var(--moodswing-dark);
}

.pe-play-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.pe-play-content .pe-section-heading {
  color: var(--moodswing-light);
}

.pe-play-content .pe-body-text {
  color: var(--moodswing-light);
  opacity: 0.85;
}

.pe-play-stats {
  display: flex;
  gap: 60px;
  margin: 40px 0;
}

.pe-stat-number {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  color: var(--moodswing-blue);
}

.pe-stat-label {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--moodswing-light);
  margin-top: 8px;
}

.pe-small-text {
  font-size: 14px;
  opacity: 0.5;
}

.pe-play-image-container {
  border-radius: 8px;
  overflow: hidden;
}

.pe-play-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}

/* CTA Section */
.pe-cta-section {
  background-color: var(--moodswing-light);
  border-top: 1px solid rgba(5, 5, 13, 0.1);
}

.pe-cta-container {
  text-align: center;
}

.pe-cta-heading {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1px;
  color: var(--moodswing-dark);
  margin-bottom: 20px;
}

.pe-cta-text {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 20px;
  line-height: 150%;
  color: var(--moodswing-dark);
  opacity: 0.75;
  margin-bottom: 40px;
}

.pe-cta-subtext {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 16px;
  color: var(--moodswing-dark);
  opacity: 0.6;
  margin-top: 24px;
}

.pe-cta-phone {
  color: var(--moodswing-blue);
  text-decoration: none;
  transition: color 0.2s ease;
}

.pe-cta-phone:hover {
  color: var(--moodswing-dark);
}

/* Close the gap between the cream CTA and the footer on private events page */
.pe-cta-section + section .footer {
  margin-top: 0;
}

/* Close the gap between the gift card section and the footer on the homepage */
.gc-section + .section-footer .footer {
  margin-top: 0;
}

/* Close the gap between the body section and footer on legal pages */
.lp-body + .section-footer .footer {
  margin-top: 0;
}

/* ============================================================ */
/* MENUS PAGE — mobile-first, full-viewport, no scroll          */
/* ============================================================ */
.ms-page {
  min-height: 100svh;
  min-height: 100vh; /* fallback for browsers without svh */
  background-color: var(--moodswing-dark);
  display: flex;
  flex-direction: column;
  padding: 14px;
  gap: 12px;
  box-sizing: border-box;
}

.ms-header {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px 0 6px;
}

.ms-header-logo {
  height: 38px;
  width: auto;
  display: block;
}

.ms-header-eyebrow {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--moodswing-light);
  opacity: 0.65;
  margin: 0;
}

.ms-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1.15fr 1fr 1fr;
  gap: 10px;
  min-height: 0;
}

.ms-tile {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  background-color: #1a1a1a;
  -webkit-tap-highlight-color: transparent;
  isolation: isolate;
}

.ms-tile-wide {
  grid-column: 1 / -1;
}

.ms-tile-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.ms-tile-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 16px 16px 14px;
  background: linear-gradient(
    180deg,
    rgba(5, 5, 13, 0) 0%,
    rgba(5, 5, 13, 0.4) 35%,
    rgba(5, 5, 13, 0.92) 100%
  );
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ms-tile-eyebrow {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1;
}

.ms-tile-eyebrow.orange { color: var(--moodswing-orange); }
.ms-tile-eyebrow.green  { color: var(--moodswing-green); }
.ms-tile-eyebrow.blue   { color: var(--moodswing-blue); }
.ms-tile-eyebrow.yellow { color: var(--moodswing-yellow); }
.ms-tile-eyebrow.pink   { color: var(--moodswing-pink); }
.ms-tile-eyebrow.cyan   { color: var(--moodswing-cyan); }

.ms-tile-title {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--moodswing-light);
  line-height: 1;
  letter-spacing: 0.5px;
}

.ms-tile-wide .ms-tile-title {
  font-size: 30px;
  letter-spacing: 1px;
}

.ms-tile-wide .ms-tile-overlay {
  padding: 22px 20px 18px;
}

.ms-tile-arrow {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(5, 5, 13, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  color: var(--moodswing-light);
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

/* Active/tap feedback */
.ms-tile:active {
  transform: scale(0.98);
  transition: transform 0.1s ease;
}

/* Larger phones / tablets — bump font sizes a bit */
@media (min-width: 480px) {
  .ms-tile-title {
    font-size: 26px;
  }
  .ms-tile-wide .ms-tile-title {
    font-size: 38px;
  }
}

/* Tablets and up — keep the focused single-column-ish layout but
   constrain width so the page doesn't sprawl on a desktop preview */
@media (min-width: 768px) {
  .ms-page {
    max-width: 540px;
    margin: 0 auto;
    padding: 24px;
    gap: 16px;
  }
  .ms-grid {
    gap: 14px;
  }
  .ms-header-logo {
    height: 44px;
  }
}

/* Very short phones (iPhone SE etc.) — slightly tighter */
@media (max-height: 700px) {
  .ms-page {
    padding: 10px;
    gap: 8px;
  }
  .ms-header-logo {
    height: 32px;
  }
  .ms-header-eyebrow {
    font-size: 10px;
  }
  .ms-tile-title {
    font-size: 19px;
  }
  .ms-tile-wide .ms-tile-title {
    font-size: 26px;
  }
  .ms-tile-overlay {
    padding: 12px;
  }
}

/* ============================================================ */
/* COMMUNITY EVENTS PAGE                                        */
/* ============================================================ */
.ce-hero {
  position: relative;
  background-color: var(--moodswing-dark);
  padding: 180px 0 100px;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}

.ce-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../images/community.jpg');
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.ce-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 5, 13, 0.55) 0%,
    rgba(5, 5, 13, 0.7) 60%,
    rgba(5, 5, 13, 0.92) 100%
  );
  z-index: -1;
}

.ce-hero .lp-eyebrow {
  color: var(--moodswing-pink);
}

.ce-body {
  background-color: var(--moodswing-light);
  padding: 80px 0 100px;
}

.ce-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.ce-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 60px;
  align-items: start;
}

/* Sidebar filters */
.ce-filters {
  position: sticky;
  top: 30px;
}

.ce-filters-label {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--moodswing-dark);
  opacity: 0.55;
  margin: 0 0 18px;
}

.ce-filter-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ce-filter-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--moodswing-dark);
  background: transparent;
  border: none;
  padding: 12px 16px;
  text-align: left;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.ce-filter-btn:hover {
  background-color: rgba(5, 5, 13, 0.06);
}

.ce-filter-btn.is-active {
  background-color: var(--moodswing-dark);
  color: var(--moodswing-light);
}

.ce-filter-count {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.5;
}

/* Events column */
.ce-events {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ce-event-card {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 0;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(5, 5, 13, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ce-event-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(5, 5, 13, 0.1);
}

.ce-event-image-wrap {
  position: relative;
  overflow: hidden;
  background-color: #1a1a1a;
}

.ce-event-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ce-event-content {
  padding: 32px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ce-event-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.ce-event-category {
  display: inline-block;
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--moodswing-dark);
}

.ce-event-category.music   { background-color: var(--moodswing-pink); }
.ce-event-category.crafts  { background-color: var(--moodswing-yellow); }
.ce-event-category.fitness { background-color: var(--moodswing-green); color: var(--moodswing-dark); }
.ce-event-category.games   { background-color: var(--moodswing-blue); color: var(--moodswing-light); }
.ce-event-category.social  { background-color: var(--moodswing-orange); }

.ce-event-date {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--moodswing-dark);
  opacity: 0.6;
}

.ce-event-title {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--moodswing-dark);
  margin: 0;
  letter-spacing: -0.3px;
}

.ce-event-description {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--moodswing-dark);
  opacity: 0.8;
  margin: 0;
}

.ce-event-description.is-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ce-read-more {
  display: inline-block;
  margin-top: 8px;
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--moodswing-blue);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.ce-read-more:hover {
  text-decoration: underline;
}

.ce-event-cta {
  display: inline-block;
  align-self: flex-start;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: none;
  color: var(--moodswing-light);
  background-color: var(--moodswing-orange);
  border: 2px solid var(--moodswing-orange);
  padding: 12px 22px;
  border-radius: 999px;
  margin-top: 6px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.ce-event-cta:hover {
  background-color: transparent;
  color: var(--moodswing-orange);
}

.ce-load-more-wrap {
  text-align: center;
  margin-top: 40px;
}

.ce-load-more-btn {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 16px 48px;
  background-color: var(--moodswing-dark);
  color: var(--moodswing-light);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.ce-load-more-btn:hover {
  background-color: var(--moodswing-blue);
}

.ce-empty {
  padding: 60px 30px;
  text-align: center;
  background-color: rgba(5, 5, 13, 0.04);
  border-radius: 12px;
}

.ce-empty p {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 16px;
  color: var(--moodswing-dark);
  opacity: 0.7;
  margin: 0;
}

@media (max-width: 991px) {
  .ce-hero {
    padding: 130px 0 70px;
  }
  .ce-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ce-filters {
    position: static;
  }
  .ce-filter-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  .ce-filter-btn {
    flex: 0 0 auto;
    padding: 10px 18px;
    font-size: 14px;
  }
  .ce-filter-count {
    display: none;
  }
}

@media (max-width: 767px) {
  .ce-hero {
    padding: 110px 0 60px;
  }
  .ce-body {
    padding: 60px 0 80px;
  }
  .ce-container {
    padding: 0 24px;
  }
  .ce-event-card {
    grid-template-columns: 1fr;
  }
  .ce-event-image-wrap {
    aspect-ratio: 16 / 9;
  }
  .ce-event-content {
    padding: 24px;
  }
  .ce-event-title {
    font-size: 22px;
  }
}

/* ============================================================ */
/* ADMIN EVENTS PAGE                                            */
/* ============================================================ */
.ae-page {
  background-color: var(--moodswing-light);
  min-height: 100vh;
  padding: 60px 24px 100px;
}

.ae-container {
  max-width: 720px;
  margin: 0 auto;
}

.ae-header {
  text-align: center;
  margin-bottom: 50px;
}

.ae-header h1 {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  color: var(--moodswing-dark);
  margin: 0 0 12px;
}

.ae-header p {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 16px;
  color: var(--moodswing-dark);
  opacity: 0.7;
  margin: 0;
}

.ae-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 24px;
  box-shadow: 0 2px 20px rgba(5, 5, 13, 0.06);
}

.ae-card h2 {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--moodswing-dark);
  margin: 0 0 24px;
}

.ae-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ae-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ae-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ae-field label {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--moodswing-dark);
  opacity: 0.7;
}

.ae-field input,
.ae-field textarea,
.ae-field select {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 15px;
  color: var(--moodswing-dark);
  background-color: rgba(5, 5, 13, 0.04);
  border: 1px solid rgba(5, 5, 13, 0.15);
  border-radius: 6px;
  padding: 12px 14px;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}

.ae-field input:focus,
.ae-field textarea:focus,
.ae-field select:focus {
  outline: none;
  border-color: var(--moodswing-dark);
  background-color: rgba(5, 5, 13, 0.06);
}

.ae-field-hint {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 12px;
  color: var(--moodswing-dark);
  opacity: 0.55;
  margin: 0;
}

.ae-button {
  display: inline-block;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
  color: var(--moodswing-light);
  background-color: var(--moodswing-dark);
  border: 2px solid var(--moodswing-dark);
  padding: 14px 28px;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
}

.ae-button:hover {
  background-color: var(--moodswing-orange);
  border-color: var(--moodswing-orange);
}

.ae-button.full {
  width: 100%;
}

.ae-button.danger {
  background-color: transparent;
  color: var(--moodswing-dark);
  border-color: rgba(5, 5, 13, 0.2);
}

.ae-button.danger:hover {
  background-color: #d63838;
  border-color: #d63838;
  color: var(--moodswing-light);
}

.ae-event-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ae-event-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  background-color: rgba(5, 5, 13, 0.04);
  border-radius: 8px;
}

.ae-event-row-info {
  flex: 1;
  min-width: 0;
}

.ae-event-row-title {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--moodswing-dark);
  margin: 0 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ae-event-row-meta {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 12px;
  color: var(--moodswing-dark);
  opacity: 0.6;
  margin: 0;
}

.ae-event-row-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.ae-event-row.is-editing {
  outline: 2px solid var(--moodswing-blue);
  outline-offset: -2px;
}

.ae-event-row-edit {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--moodswing-blue);
  background: transparent;
  border: 1px solid rgba(0, 100, 200, 0.4);
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ae-event-row-edit:hover {
  background: var(--moodswing-blue);
  color: #fff;
  border-color: var(--moodswing-blue);
}

.ae-form-actions {
  display: flex;
  gap: 12px;
}

.ae-form-actions .ae-button {
  flex: 1;
}

.ae-cancel-btn {
  background-color: transparent !important;
  color: var(--moodswing-dark) !important;
  border: 1px solid rgba(5, 5, 13, 0.3) !important;
}

.ae-cancel-btn:hover {
  background-color: rgba(5, 5, 13, 0.06) !important;
}

.ae-event-row-delete {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d63838;
  background: transparent;
  border: 1px solid rgba(214, 56, 56, 0.4);
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.ae-event-row-delete:hover {
  background: #d63838;
  color: #fff;
  border-color: #d63838;
}

.ae-export-banner {
  background-color: var(--moodswing-yellow);
  color: var(--moodswing-dark);
  padding: 18px 24px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  display: none;
}

.ae-export-banner.is-visible {
  display: block;
}

.ae-export-banner strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
}

/* Login gate */
.ae-login {
  max-width: 420px;
  margin: 120px auto;
  padding: 50px 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(5, 5, 13, 0.1);
  text-align: center;
}

.ae-login h1 {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--moodswing-dark);
  margin: 0 0 8px;
}

.ae-login p {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 14px;
  color: var(--moodswing-dark);
  opacity: 0.7;
  margin: 0 0 28px;
}

.ae-login-form input {
  width: 100%;
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(5, 5, 13, 0.15);
  border-radius: 8px;
  margin-bottom: 14px;
  box-sizing: border-box;
}

.ae-login-error {
  color: #d63838;
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 13px;
  margin: 0 0 12px;
  display: none;
}

.ae-login-error.is-visible {
  display: block;
}

@media (max-width: 600px) {
  .ae-row {
    grid-template-columns: 1fr;
  }
  .ae-card {
    padding: 28px 24px;
  }
  .ae-header h1 {
    font-size: 32px;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .pe-hero-title {
    font-size: 48px;
  }

  .pe-types-grid {
    grid-template-columns: 1fr;
  }

  .pe-expect-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .pe-expect-steps {
    padding-top: 0;
  }

  .pe-section-heading {
    font-size: 40px;
  }

  .pe-cta-heading {
    font-size: 40px;
  }

  .pe-spaces-section .header-lockup {
    margin-bottom: 50px;
    padding: 50px 40px;
    max-width: 92%;
  }

  .pe-spaces-section .heading-8 {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .pe-space-meta {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .pe-types-section .section-title {
    font-size: 14vw;
  }
}

@media (max-width: 767px) {
  .pe-hero {
    min-height: 70vh;
  }

  .pe-hero-title {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .pe-hero-subtitle {
    font-size: 16px;
  }

  .pe-section {
    padding: 70px 0;
  }

  .pe-container {
    padding: 0 24px;
  }

  .pe-section-heading {
    font-size: 32px;
  }

  .pe-cta-heading {
    font-size: 32px;
  }

  .pe-types-grid {
    gap: 28px;
    margin-top: 50px;
  }

  .pe-type-card {
    padding: 36px 28px;
  }

  .pe-type-title {
    font-size: 22px;
  }

  .pe-expect-grid {
    gap: 50px;
  }

  .pe-step {
    padding: 24px 0;
  }

  .pe-step-number {
    font-size: 36px;
    min-width: 56px;
  }

  .pe-spaces-section {
    padding-bottom: 60px;
  }

  /* Pink card spans full viewport, photo bleeds to edges, text padded inside */
  .pe-spaces-section .header-lockup {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    padding: 0 0 40px;
    border-radius: 0;
  }

  .pe-spaces-section .header-lockup .w-layout-grid.grid-layout {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .pe-spaces-section .header-lockup .utility-image-cover {
    order: -1;
    width: 100%;
    border-radius: 0;
    margin: 0;
  }

  .pe-spaces-section .header-lockup .desktop-1-column {
    padding: 0 24px;
  }

  .pe-spaces-section .heading-8 {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }

  .pe-spaces-section .paragraph-3 {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .pe-space-meta {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 28px;
    padding-bottom: 8px;
  }

  .pe-space-meta-col {
    gap: 22px;
  }

  .pe-space-meta-value {
    font-size: 15px;
  }

  .pe-space-meta-list li {
    font-size: 14px;
  }

  .pe-types-section .section-title {
    font-size: 18vw;
  }
}

@media (max-width: 479px) {
  .pe-hero-title {
    font-size: 28px;
  }

  .pe-hero-subtitle {
    font-size: 15px;
  }

  .pe-cta-button {
    font-size: 14px;
    padding: 14px 28px;
  }

  .pe-section-heading {
    font-size: 28px;
  }

  .pe-cta-heading {
    font-size: 28px;
  }

  .pe-spaces-section .heading-8 {
    font-size: 22px;
  }

  .pe-types-section .section-title {
    font-size: 22vw;
  }
}

/* ============================================================ */
/* PROMO POPUP                                                  */
/* ============================================================ */
.promo-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(5, 5, 13, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  padding: 24px;
}

.promo-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.promo-modal {
  position: relative;
  background-color: var(--moodswing-light);
  color: var(--moodswing-dark);
  max-width: 480px;
  width: 100%;
  max-height: 92vh;
  overflow: hidden;
  padding: 44px 32px 32px;
  border-radius: 4px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
  text-align: center;
  transform: translateY(20px);
  transition: transform 0.4s ease;
  font-family: Abc Ginto, Arial, sans-serif;
}

.promo-overlay.is-open .promo-modal {
  transform: translateY(0);
}

.promo-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  color: var(--moodswing-dark);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

.promo-close:hover {
  opacity: 0.6;
}

.promo-headline {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--moodswing-dark);
  margin: 0 0 20px;
}

.promo-image-wrap {
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 16 / 9;
  width: 100%;
}

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

.promo-subhead {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--moodswing-dark);
  margin: 0 0 8px;
}

.promo-body {
  font-family: Abc Ginto Condensed, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--moodswing-dark);
  margin: 0 0 14px;
}

.promo-fineprint {
  font-family: Abc Ginto Condensed, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: var(--moodswing-dark);
  opacity: 0.7;
  margin: 0 0 24px;
}

.promo-cta {
  display: inline-block;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--moodswing-light);
  background-color: var(--moodswing-orange);
  padding: 16px 36px;
  border-radius: 999px;
  border: 2px solid var(--moodswing-orange);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.promo-cta:hover {
  background-color: transparent;
  color: var(--moodswing-dark);
  border-color: var(--moodswing-dark);
}

@media screen and (max-width: 479px) {
  .promo-modal {
    padding: 40px 24px 28px;
  }
  .promo-headline {
    font-size: 26px;
  }
  .promo-body {
    font-size: 16px;
  }
}

/* ============================================================ */
/* CONTACT FORM MODAL                                           */
/* ============================================================ */
.contact-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(5, 5, 13, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  padding: 24px;
}

.contact-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.contact-modal {
  position: relative;
  background-color: var(--moodswing-light);
  color: var(--moodswing-dark);
  max-width: 520px;
  width: 100%;
  max-height: 92vh;
  overflow-y: auto;
  padding: 48px 40px 40px;
  border-radius: 4px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
  font-family: Abc Ginto, Arial, sans-serif;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.contact-overlay.is-open .contact-modal {
  transform: translateY(0);
}

.contact-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  color: var(--moodswing-dark);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

.contact-close:hover {
  opacity: 0.6;
}

.contact-heading {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--moodswing-dark);
  margin: 0 0 12px;
  text-align: center;
}

.contact-subhead {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: var(--moodswing-dark);
  opacity: 0.7;
  margin: 0 0 28px;
  text-align: center;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-field label {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--moodswing-dark);
  opacity: 0.7;
}

.contact-field input,
.contact-field textarea {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 15px;
  color: var(--moodswing-dark);
  background-color: rgba(5, 5, 13, 0.04);
  border: 1px solid rgba(5, 5, 13, 0.15);
  border-radius: 4px;
  padding: 12px 14px;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: var(--moodswing-dark);
  background-color: rgba(5, 5, 13, 0.06);
}

.contact-submit {
  display: inline-block;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--moodswing-light);
  background-color: var(--moodswing-orange);
  border: 2px solid var(--moodswing-orange);
  padding: 16px 36px;
  border-radius: 999px;
  cursor: pointer;
  margin-top: 12px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.contact-submit:hover {
  background-color: transparent;
  color: var(--moodswing-dark);
  border-color: var(--moodswing-dark);
}

@media screen and (max-width: 479px) {
  .contact-modal {
    padding: 40px 24px 28px;
  }
  .contact-heading {
    font-size: 22px;
  }
}

/* Footer legal links — allow wrapping when there are more than a few items.
   The base .footer-legal-links has a hardcoded height: 25px which prevents
   wrapped content from pushing the next row down — override to auto height
   plus a row-gap so wrapped lines breathe. */
.footer-legal-links.pad-social {
  flex-wrap: wrap;
  height: auto;
  row-gap: 14px;
}

/* Footer legal links use moodswing-orange so they read as clickable on the
   gold footer background. The ©2026 div has class .no-hover and is not an
   <a>, so it stays cream. */
.footer-legal-links.pad-social a.legal-link {
  color: var(--moodswing-orange);
}

.footer-legal-links.pad-social a.legal-link:hover {
  opacity: 0.7;
}

/* ============================================================ */
/* LEGAL / INFO PAGES (FAQ, Terms of Play, Privacy)             */
/* ============================================================ */
.lp-page {
  background-color: var(--moodswing-light);
}

.lp-hero {
  background-color: var(--moodswing-dark);
  padding: 160px 0 100px;
  text-align: center;
}

.lp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.lp-eyebrow {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--moodswing-orange);
  margin-bottom: 20px;
}

.lp-title {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 0.95;
  color: var(--moodswing-light);
  margin: 0 0 28px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.lp-subtitle {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: var(--moodswing-light);
  opacity: 0.8;
  max-width: 600px;
  margin: 0 auto;
}

.lp-body {
  background-color: var(--moodswing-light);
  padding: 100px 0 120px;
}

.lp-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 30px;
}

.lp-meta {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--moodswing-dark);
  opacity: 0.55;
  margin: 0 0 56px;
  text-align: center;
}

/* FAQ accordion (uses native <details>/<summary>) */
.lp-faq-list {
  display: flex;
  flex-direction: column;
}

.lp-faq-item {
  border-bottom: 1px solid rgba(5, 5, 13, 0.15);
}

.lp-faq-item:first-child {
  border-top: 1px solid rgba(5, 5, 13, 0.15);
}

.lp-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--moodswing-dark);
  transition: color 0.2s ease;
}

.lp-faq-item summary:hover {
  color: var(--moodswing-blue);
}

.lp-faq-item summary::-webkit-details-marker {
  display: none;
}

.lp-faq-item summary::marker {
  display: none;
}

.lp-faq-icon {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  color: var(--moodswing-blue);
  flex-shrink: 0;
  transition: transform 0.3s ease;
  display: inline-block;
}

.lp-faq-item[open] .lp-faq-icon {
  transform: rotate(45deg);
}

.lp-faq-answer {
  padding: 0 0 28px;
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--moodswing-dark);
  opacity: 0.85;
}

.lp-faq-answer p {
  margin: 0 0 12px;
}

.lp-faq-answer p:last-child {
  margin-bottom: 0;
}

/* Structured legal content sections (Terms / Privacy) */
.lp-section {
  margin-bottom: 48px;
}

.lp-section:last-child {
  margin-bottom: 0;
}

.lp-h2 {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--moodswing-dark);
  margin: 0 0 20px;
  line-height: 1.2;
}

.lp-h3 {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--moodswing-dark);
  margin: 24px 0 12px;
}

.lp-section p {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--moodswing-dark);
  margin: 0 0 14px;
}

.lp-section ul {
  margin: 0 0 16px 0;
  padding-left: 22px;
}

.lp-section li {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--moodswing-dark);
  margin-bottom: 6px;
}

.lp-section a {
  color: var(--moodswing-blue);
  text-decoration: none;
  border-bottom: 1px solid rgba(1, 153, 205, 0.3);
  transition: border-color 0.2s ease;
}

.lp-section a:hover {
  border-bottom-color: var(--moodswing-blue);
}

/* Bottom CTA box on legal pages */
.lp-cta-box {
  margin-top: 60px;
  padding: 40px;
  background-color: rgba(5, 5, 13, 0.05);
  border-left: 4px solid var(--moodswing-blue);
  border-radius: 4px;
}

.lp-cta-box p {
  margin: 0 0 12px;
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--moodswing-dark);
}

.lp-cta-box p:last-child {
  margin-bottom: 0;
}

.lp-cta-box a {
  color: var(--moodswing-blue);
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 991px) {
  .lp-hero {
    padding: 130px 0 80px;
  }
  .lp-title {
    font-size: 52px;
  }
  .lp-body {
    padding: 80px 0 100px;
  }
}

@media (max-width: 767px) {
  .lp-hero {
    padding: 110px 0 70px;
  }
  .lp-title {
    font-size: 38px;
  }
  .lp-subtitle {
    font-size: 16px;
  }
  .lp-body {
    padding: 60px 0 80px;
  }
  .lp-content {
    padding: 0 24px;
  }
  .lp-meta {
    margin-bottom: 40px;
  }
  .lp-faq-item summary {
    font-size: 17px;
    padding: 22px 0;
    gap: 16px;
  }
  .lp-faq-icon {
    font-size: 24px;
  }
  .lp-section {
    margin-bottom: 40px;
  }
  .lp-h2 {
    font-size: 19px;
  }
  .lp-cta-box {
    padding: 28px 24px;
  }
}

@media (max-width: 479px) {
  .lp-title {
    font-size: 32px;
  }
}

/* Make entire homepage cards clickable (paired with JS in index.html that
   delegates clicks to the inner button) */
.cards .card {
  cursor: pointer;
}


/* ============================================================ */
/* GIFT CARD SECTION (homepage)                                 */
/* ============================================================ */
.gc-section {
  background-color: var(--moodswing-light);
  color: var(--moodswing-dark);
  position: relative;
  z-index: 10;
}

.gc-banner {
  background-color: var(--moodswing-cyan);
  padding: 32px 30px;
  text-align: center;
}

.gc-banner-text {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--moodswing-dark);
  margin: 0;
  line-height: 1;
}

.gc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 90px 60px;
  gap: 80px;
}

.gc-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 40px;
}

.gc-eyebrow {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--moodswing-dark);
  opacity: 0.7;
  margin-bottom: 16px;
}

.gc-heading {
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--moodswing-dark);
  margin: 0 0 14px;
  line-height: 1;
}

.gc-subhead {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--moodswing-dark);
  opacity: 0.7;
  margin-bottom: 32px;
}

.gc-body {
  font-family: 'Abc Ginto Condensed', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: var(--moodswing-dark);
  margin: 0 0 36px;
  max-width: 460px;
}

.gc-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 380px;
}

.gc-button {
  display: block;
  font-family: Abc Ginto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  color: var(--moodswing-cyan);
  background-color: var(--moodswing-dark);
  border: 2px solid var(--moodswing-dark);
  padding: 18px 32px;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gc-button:hover {
  background-color: var(--moodswing-cyan);
  color: var(--moodswing-dark);
  border-color: var(--moodswing-cyan);
}

.gc-image-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.gc-image {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
  transform: rotate(-6deg);
  filter: drop-shadow(0 30px 40px rgba(5, 5, 13, 0.35))
          drop-shadow(0 10px 20px rgba(5, 5, 13, 0.2));
  transition: transform 0.4s ease;
}

.gc-image:hover {
  transform: rotate(-6deg) scale(1.02);
}

@media (max-width: 991px) {
  .gc-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 70px 30px;
  }
  .gc-content {
    padding: 0;
    order: 2;
  }
  .gc-image-wrap {
    order: 1;
  }
  .gc-heading {
    font-size: 44px;
  }
  .gc-banner-text {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .gc-banner {
    padding: 24px 24px;
  }
  .gc-banner-text {
    font-size: 22px;
    letter-spacing: 1.5px;
  }
  .gc-grid {
    padding: 60px 24px;
    gap: 40px;
  }
  .gc-heading {
    font-size: 36px;
  }
  .gc-body {
    font-size: 16px;
  }
}

/* ============================
   MOBILE NAV / MENU FIXES
   ============================ */

/* ---- Tablet & down (≤991px) ---- */
@media screen and (max-width: 991px) {

  /* Allow menu overlay to scroll */
  .w-nav-overlay {
    overflow: visible !important;
  }

  /* Hide Book Now from top nav bar */
  .nav-links > .nav-book-wrapper {
    display: none !important;
  }

  /* Fix menu label clipping */
  .menu-link {
    height: auto !important;
    overflow: visible !important;
    margin-top: 0 !important;
    padding: 6px 0;
  }
  .menu-label {
    font-size: clamp(44px, 12vw, 72px) !important;
    line-height: 1.1 !important;
  }
  .menu[data-nav-menu-open] {
    justify-content: flex-start !important;
    padding-top: 24px;
    padding-bottom: 100px;
    overflow-y: auto !important;
    height: 100vh !important;
  }
  .menu-address {
    margin-top: 24px;
    overflow: visible !important;
    height: auto !important;
    display: block !important;
  }
  .menu-phone {
    margin-bottom: 10px;
    overflow: visible !important;
    height: auto !important;
    display: block !important;
  }

  /* Book Now inside hamburger menu */
  .nav-book-wrapper.mobile {
    display: block !important;
    margin-top: 20px;
    margin-left: 3vw;
    margin-bottom: 10px;
    position: relative;
  }
  .nav-book-wrapper.mobile .menu-button {
    display: flex !important;
  }

  /* Sub-menu: hidden by default, revealed on tap */
  .nav-book-wrapper.mobile .nav-book-dropdown {
    position: static !important;
    display: none;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    padding-top: 10px;
    flex-direction: column;
    gap: 6px;
  }
  .nav-book-wrapper.mobile.is-open .nav-book-dropdown {
    display: flex;
  }
  .nav-book-wrapper.mobile .nav-book-link {
    color: var(--moodswing-dark);
    background: rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    font-size: clamp(20px, 5vw, 26px);
    padding: 16px 26px;
    text-align: left;
    font-family: Abc Ginto Condensed, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
  }
  .nav-book-wrapper.mobile .nav-book-link:hover,
  .nav-book-wrapper.mobile .nav-book-link:active {
    background: rgba(0, 0, 0, 0.1);
  }

  /* Add spacing between membership signup and Connect section */
  .section-connect {
    margin-top: 60px;
  }
}