:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d33ca91 *//* =========================================================
   HERO
========================================================= */
#home.hero::before {
  background-image:
    url("https://sociallounge365.com/wp-content/uploads/2026/09/bannergif.gif");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero {
  min-height: 100svh;
  height: 100vh;

  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 75% 20%,
      rgba(184, 146, 74, 0.08),
      transparent 30%
    ),
    radial-gradient(
      circle at 20% 80%,
      rgba(212, 170, 106, 0.05),
      transparent 28%
    ),
    #0e0d0b;

  padding:
    calc(90px + env(safe-area-inset-top))
    30px
    80px;

  box-sizing: border-box;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.hero-content {
  position: relative;
  z-index: 5;

  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  max-width: 1100px;

  text-align: center;
}


/* =========================================================
   EYEBROW
========================================================= */

.hero-eyebrow {
  margin: 0 0 28px;

  font-family: 'Tenor Sans', sans-serif;

  font-size: 0.68rem;
  font-weight: 400;

  letter-spacing: 0.32em;

  text-transform: uppercase;

  color: var(--gold);

  opacity: 0;

  animation:
    heroFadeUp 1s 0.2s forwards;
}

.hero-eyebrow span {
  display: inline-block;
  margin: 0 6px;
}


/* =========================================================
   TITLE
========================================================= */

.hero-title {
  margin: 0;

  font-family: 'Cormorant Garamond', serif;

  font-size: clamp(4.7rem, 10vw, 9rem);

  font-weight: 300;

  line-height: 0.82;

  letter-spacing: -0.025em;

  color: var(--cream);

  opacity: 0;

  animation:
    heroFadeUp 1.2s 0.4s forwards;
}

.hero-title em {
  display: block;

  margin: 6px 0;

  font-weight: 300;

  font-style: italic;

  color: var(--gold-light);
}


/* =========================================================
   SUBTITLE
========================================================= */

.hero-subtitle {
  margin: 34px 0 0;

  font-family: 'DM Sans', sans-serif;

  font-size: 0.78rem;
  font-weight: 300;

  letter-spacing: 0.14em;

  line-height: 1.8;

  text-transform: uppercase;

  color: rgba(245, 240, 232, 0.56);

  opacity: 0;

  animation:
    heroFadeUp 1s 0.7s forwards;
}

.hero-subtitle span {
  display: inline-block;

  margin: 0 8px;

  color: rgba(184, 146, 74, 0.7);
}


/* =========================================================
   HERO BUTTONS
========================================================= */

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;

  flex-wrap: wrap;

  gap: 14px;

  margin-top: 42px;

  opacity: 0;

  animation:
    heroFadeUp 1s 0.95s forwards;
}


.hero-btn {
  min-width: 175px;

  padding: 15px 25px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  border: 1px solid transparent;

  font-family: 'Tenor Sans', sans-serif;

  font-size: 0.66rem;
  font-weight: 400;

  letter-spacing: 0.18em;

  line-height: 1;

  text-decoration: none;

  text-transform: uppercase;

  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}


.hero-btn:hover {
  transform: translateY(-2px);
}


/* Primary */

.hero-btn-primary {
  background: var(--gold);

  border-color: var(--gold);

  color: #0e0d0b;
}

.hero-btn-primary:hover {
  background: var(--gold-light);

  border-color: var(--gold-light);
}


/* Secondary */

.hero-btn-secondary {
  background: transparent;

  border-color: rgba(184, 146, 74, 0.55);

  color: var(--cream);
}

.hero-btn-secondary:hover {
  background: rgba(184, 146, 74, 0.1);

  border-color: var(--gold);

  color: var(--gold-light);
}


/* =========================================================
   DECORATIVE CIRCLES
========================================================= */

.hero-arc {
  position: absolute;

  top: 50%;
  left: 50%;

  border: 1px solid rgba(184, 146, 74, 0.14);

  border-radius: 50%;

  transform: translate(-50%, -50%);

  pointer-events: none;
}


.hero-arc-1 {
  width: 700px;
  height: 700px;
}


.hero-arc-2 {
  width: 950px;
  height: 950px;

  opacity: 0.55;
}


.hero-arc-3 {
  width: 1200px;
  height: 1200px;

  opacity: 0.25;
}


/* =========================================================
   GOLD ORBS
========================================================= */

.orb {
  position: absolute;

  border-radius: 50%;

  filter: blur(45px);

  pointer-events: none;
}


.orb-1 {
  width: 200px;
  height: 200px;

  top: 80px;
  right: 60px;

  background: rgba(184, 146, 74, 0.14);

  animation:
    heroFlicker 4s ease-in-out infinite alternate;
}


.orb-2 {
  width: 130px;
  height: 130px;

  bottom: 120px;
  left: 40px;

  background: rgba(212, 170, 106, 0.09);

  animation:
    heroFlicker 5s 1s ease-in-out infinite alternate;
}


/* =========================================================
   BOTTOM HOTEL TAG
========================================================= */

.hero-hotel-tag {
  position: absolute;

  z-index: 5;

  bottom: 38px;
  left: 60px;

  margin: 0;

  font-family: 'Cormorant Garamond', serif;

  font-size: 0.78rem;

  font-style: italic;

  letter-spacing: 0.1em;

  color: rgba(184, 146, 74, 0.62);
}


/* =========================================================
   SCROLL INDICATOR
========================================================= */

.hero-scroll-hint {
  position: absolute;

  z-index: 5;

  right: 60px;
  bottom: 38px;

  display: flex;

  align-items: center;

  gap: 12px;

  font-family: 'Tenor Sans', sans-serif;

  font-size: 0.6rem;

  letter-spacing: 0.22em;

  text-transform: uppercase;

  text-decoration: none;

  color: rgba(245, 240, 232, 0.38);

  opacity: 0;

  animation:
    heroFadeUp 1s 1.2s forwards;

  transition: color 0.3s ease;
}


.hero-scroll-hint:hover {
  color: var(--gold-light);
}


.scroll-line {
  position: relative;

  width: 40px;
  height: 1px;

  overflow: hidden;

  background:
    rgba(184, 146, 74, 0.32);
}


.scroll-line::after {
  content: '';

  position: absolute;

  top: 0;
  left: -100%;

  width: 100%;
  height: 100%;

  background: var(--gold);

  animation:
    heroScanLine 2s 1.4s infinite;
}


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes heroFadeUp {

  from {
    opacity: 0;

    transform:
      translateY(24px);
  }

  to {
    opacity: 1;

    transform:
      translateY(0);
  }

}


@keyframes heroScanLine {

  from {
    left: -100%;
  }

  to {
    left: 100%;
  }

}


@keyframes heroFlicker {

  from {
    opacity: 0.75;

    transform:
      scale(1);
  }

  to {
    opacity: 1;

    transform:
      scale(1.08);
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .hero {
    padding-left: 24px;
    padding-right: 24px;
  }


  .hero-arc-1 {
    width: 580px;
    height: 580px;
  }


  .hero-arc-2 {
    width: 780px;
    height: 780px;
  }


  .hero-arc-3 {
    width: 980px;
    height: 980px;
  }


  .hero-hotel-tag {
    left: 30px;
  }


  .hero-scroll-hint {
    right: 30px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

  .hero {
    min-height: 100svh;

    height: auto;

    padding:
      calc(95px + env(safe-area-inset-top))
      20px
      95px;
  }


  .hero-content {
    max-width: 100%;
  }


  /* Eyebrow */

  .hero-eyebrow {
    max-width: 330px;

    margin-bottom: 24px;

    padding: 0 10px;

    font-size: 0.56rem;

    letter-spacing: 0.18em;

    line-height: 1.8;
  }


  .hero-eyebrow span {
    margin: 0 3px;
  }


  /* Title */

  .hero-title {
    font-size:
      clamp(4.1rem, 21vw, 6.2rem);

    line-height: 0.84;
  }


  .hero-title em {
    margin: 2px 0;
  }


  /* Subtitle */

  .hero-subtitle {
    max-width: 340px;

    margin-top: 28px;

    font-size: 0.62rem;

    letter-spacing: 0.1em;

    line-height: 1.9;
  }


  .hero-subtitle span {
    margin: 0 4px;
  }


  /* Buttons */

  .hero-actions {
    width: 100%;

    max-width: 330px;

    margin-top: 34px;

    flex-direction: column;

    gap: 10px;
  }


  .hero-btn {
    width: 100%;

    min-width: 0;

    padding: 16px 22px;

    box-sizing: border-box;
  }


  /* Circles */

  .hero-arc-1 {
    width: 340px;
    height: 340px;
  }


  .hero-arc-2 {
    width: 520px;
    height: 520px;
  }


  .hero-arc-3 {
    width: 700px;
    height: 700px;
  }


  /* Orbs */

  .orb-1 {
    width: 120px;
    height: 120px;

    top: 80px;
    right: -15px;
  }


  .orb-2 {
    width: 80px;
    height: 80px;

    bottom: 100px;
    left: -10px;
  }


  /* Bottom labels */

  .hero-hotel-tag {
    bottom: 26px;
    left: 20px;

    max-width: 160px;

    font-size: 0.66rem;

    line-height: 1.4;
  }


  .hero-scroll-hint {
    right: 20px;
    bottom: 26px;

    gap: 8px;

    font-size: 0.52rem;
  }


  .scroll-line {
    width: 26px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  .hero-title {
    font-size:
      clamp(3.8rem, 22vw, 5rem);
  }


  .hero-eyebrow {
    font-size: 0.52rem;
  }


  .hero-subtitle {
    font-size: 0.56rem;
  }


  .hero-hotel-tag {
    display: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee9393c */.intro-band {
  background: var(--gold);
  padding: 22px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  overflow: hidden;
}
.intro-band span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  font-style: italic;
  color: var(--charcoal);
  white-space: nowrap;
}
.band-dot { font-size: 1.2rem; color: var(--charcoal); opacity: 0.4; }

/* band-track is invisible on desktop — spans render as direct children via flex */
.band-track { display: contents; }

@media (max-width: 768px) {
  .intro-band {
    padding: 18px 0;
    gap: 0;
    justify-content: flex-start;
  }

  .band-track {
    display: flex;
    align-items: center;
    gap: 32px;
    animation: marquee 22s linear infinite;
    will-change: transform;
  }

  .intro-band span { font-size: 0.85rem; }
  .band-dot { font-size: 1rem; }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9116f5 *//* =========================================================
   ABOUT / OUR STORY
========================================================= */

#about {
  padding: 140px 60px;

  background: var(--cream);

  scroll-margin-top: 90px;
}


.about {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr);

  align-items: center;

  gap: clamp(60px, 7vw, 110px);

  width: 100%;
  max-width: 1300px;

  margin: 0 auto;
}


/* =========================================================
   CONTENT
========================================================= */

.about-text {
  max-width: 590px;
}


.section-label {
  margin-bottom: 24px;

  font-family: 'Tenor Sans', sans-serif;

  font-size: 0.66rem;

  letter-spacing: 0.28em;

  text-transform: uppercase;

  color: var(--gold);
}


.about-text h2 {
  margin: 0 0 32px;

  font-family: 'Cormorant Garamond', serif;

  font-size: clamp(2.9rem, 5vw, 4.8rem);

  font-weight: 300;

  line-height: 1.02;

  letter-spacing: -0.015em;

  color: var(--charcoal);
}


.about-text h2 em {
  font-weight: 300;

  font-style: italic;

  color: var(--gold);
}


.about-text p {
  max-width: 560px;

  margin: 0 0 20px;

  font-family: 'DM Sans', sans-serif;

  font-size: 0.95rem;

  font-weight: 300;

  line-height: 1.9;

  color: #5a5248;
}


/* =========================================================
   ACTIONS
========================================================= */

.about-actions {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 30px;

  margin-top: 38px;
}


.about-cta {
  display: inline-flex;

  align-items: center;

  gap: 12px;

  padding-bottom: 5px;

  border-bottom: 1px solid var(--gold);

  font-family: 'Tenor Sans', sans-serif;

  font-size: 0.68rem;

  letter-spacing: 0.2em;

  text-transform: uppercase;

  text-decoration: none;

  color: var(--charcoal);

  transition:
    color 0.3s ease,
    gap 0.3s ease,
    border-color 0.3s ease;
}


.about-cta span {
  transition:
    transform 0.3s ease;
}


.about-cta:hover {
  gap: 18px;

  color: var(--gold);
}


.about-cta:hover span {
  transform: translateX(3px);
}


.about-cta-secondary {
  border-color:
    rgba(184, 146, 74, 0.35);

  color: #6c6256;
}


/* =========================================================
   IMAGE
========================================================= */

.about-visual {
  position: relative;

  height: 580px;

  isolation: isolate;
}


.about-img-main {
  position: absolute;

  inset: 0;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #2a2218 0%,
      #1a1510 40%,
      #2d2318 100%
    );
}


.about-img-main img {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition:
    transform 0.8s cubic-bezier(.22,.61,.36,1);
}


.about-visual:hover
.about-img-main img {
  transform: scale(1.025);
}


.about-img-overlay {
  position: absolute;

  inset: 0;

  z-index: 1;

  pointer-events: none;

  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.26) 100%
    );
}


/* =========================================================
   GOLD ACCENT
========================================================= */

.about-img-accent {
  position: absolute;

  z-index: -1;

  bottom: -30px;
  left: -30px;

  width: 200px;
  height: 200px;

  border:
    1px solid
    rgba(184, 146, 74, 0.3);
}


/* =========================================================
   IMAGE TAG
========================================================= */

.about-img-tag {
  position: absolute;

  z-index: 3;

  top: 30px;
  right: -20px;

  padding: 16px 13px;

  background: var(--gold);

  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 0.82rem;

  font-style: italic;

  line-height: 1;

  letter-spacing: 0.08em;

  writing-mode: vertical-rl;

  color: var(--charcoal);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  #about {
    padding:
      110px 35px;
  }


  .about {
    gap: 55px;
  }


  .about-visual {
    height: 500px;
  }


  .about-img-accent {
    width: 150px;
    height: 150px;

    left: -18px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

  #about {
    padding:
      85px 24px
      100px;
  }


  .about {
    grid-template-columns: 1fr;

    gap: 52px;
  }


  .about-text {
    max-width: 100%;
  }


  .section-label {
    margin-bottom: 18px;

    font-size: 0.6rem;

    letter-spacing: 0.24em;
  }


  .about-text h2 {
    margin-bottom: 26px;

    font-size:
      clamp(2.7rem, 13vw, 4rem);

    line-height: 1;
  }


  .about-text p {
    font-size: 0.9rem;

    line-height: 1.85;
  }


  .about-actions {
    gap: 22px;

    margin-top: 32px;
  }


  .about-cta {
    font-size: 0.62rem;

    letter-spacing: 0.17em;
  }


  .about-visual {
    height: 400px;

    margin-bottom: 20px;
  }


  .about-img-accent {
    width: 120px;
    height: 120px;

    bottom: -20px;
    left: -12px;
  }


  .about-img-tag {
    top: 20px;
    right: 0;

    padding:
      12px 10px;

    font-size: 0.72rem;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  #about {
    padding-left: 20px;
    padding-right: 20px;
  }


  .about-visual {
    height: 350px;
  }


  .about-actions {
    align-items: flex-start;

    flex-direction: column;

    gap: 18px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11cf644 *//* =========================================================
   EXPERIENCE
========================================================= */

.experience {
  position: relative;

  padding: 125px 60px;

  overflow: hidden;

  background: var(--charcoal);

  scroll-margin-top: 90px;
}


/* subtle background glow */

.experience::before {
  content: '';

  position: absolute;

  top: -250px;
  right: -250px;

  width: 600px;
  height: 600px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(184, 146, 74, 0.06),
      transparent 70%
    );

  pointer-events: none;
}


/* =========================================================
   HEADER
========================================================= */

.exp-header {
  position: relative;

  z-index: 2;

  width: 100%;
  max-width: 1300px;

  margin: 0 auto 70px;

  display: flex;

  align-items: flex-end;
  justify-content: space-between;

  gap: 60px;
}


.exp-header h2 {
  margin: 0;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size:
    clamp(2.8rem, 4.5vw, 4.3rem);

  font-weight: 300;

  line-height: 1.02;

  color: var(--cream);
}


.exp-header h2 em {
  display: block;

  font-weight: 300;

  font-style: italic;

  color: var(--gold-light);
}


.exp-header p {
  width: 100%;
  max-width: 390px;

  margin: 0 0 4px;

  font-family:
    'DM Sans',
    sans-serif;

  font-size: 0.86rem;

  font-weight: 300;

  line-height: 1.85;

  text-align: right;

  color:
    rgba(245, 240, 232, 0.5);
}


/* =========================================================
   GRID
========================================================= */

.exp-grid {
  position: relative;

  z-index: 2;

  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  width: 100%;
  max-width: 1300px;

  margin: 0 auto;

  gap: 2px;
}


/* =========================================================
   CARD
========================================================= */

.exp-card {
  position: relative;

  min-height: 410px;

  padding: 48px 36px 38px;

  display: flex;

  flex-direction: column;

  overflow: hidden;

  border:
    1px solid
    rgba(184, 146, 74, 0.1);

  background:
    rgba(255, 255, 255, 0.018);

  color: inherit;

  text-decoration: none;

  transition:
    background 0.4s ease,
    border-color 0.4s ease,
    transform 0.4s ease;
}


.exp-card:hover {
  z-index: 2;

  background:
    rgba(184, 146, 74, 0.055);

  border-color:
    rgba(184, 146, 74, 0.3);

  transform:
    translateY(-4px);
}


/* gold top line */

.exp-card::before {
  content: '';

  position: absolute;

  top: 0;
  left: 0;

  width: 0;
  height: 2px;

  background: var(--gold);

  transition:
    width 0.5s ease;
}


.exp-card:hover::before {
  width: 100%;
}


/* subtle glow */

.exp-card::after {
  content: '';

  position: absolute;

  width: 180px;
  height: 180px;

  right: -100px;
  bottom: -100px;

  border-radius: 50%;

  background:
    rgba(184, 146, 74, 0.05);

  filter: blur(15px);

  transition:
    transform 0.5s ease,
    opacity 0.5s ease;

  opacity: 0;
}


.exp-card:hover::after {
  opacity: 1;

  transform: scale(1.4);
}


/* =========================================================
   NUMBER
========================================================= */

.exp-num {
  margin-bottom: 28px;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 4rem;

  font-weight: 300;

  line-height: 0.85;

  color:
    rgba(184, 146, 74, 0.12);

  transition:
    color 0.4s ease;
}


.exp-card:hover .exp-num {
  color:
    rgba(184, 146, 74, 0.23);
}


/* =========================================================
   CARD TITLE
========================================================= */

.exp-card h3 {
  margin: 0 0 17px;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 1.55rem;

  font-weight: 400;

  line-height: 1.15;

  color: var(--cream);
}


/* =========================================================
   CARD DESCRIPTION
========================================================= */

.exp-card > p {
  margin: 0;

  font-family:
    'DM Sans',
    sans-serif;

  font-size: 0.82rem;

  font-weight: 300;

  line-height: 1.85;

  color:
    rgba(245, 240, 232, 0.47);
}


/* =========================================================
   CARD FOOTER
========================================================= */

.exp-card-footer {
  position: relative;

  z-index: 2;

  display: flex;

  align-items: flex-end;
  justify-content: space-between;

  gap: 15px;

  margin-top: auto;

  padding-top: 35px;
}


/* =========================================================
   CARD LINK
========================================================= */

.exp-link {
  display: inline-flex;

  align-items: center;

  gap: 9px;

  padding-bottom: 4px;

  border-bottom:
    1px solid
    rgba(184, 146, 74, 0.35);

  font-family:
    'Tenor Sans',
    sans-serif;

  font-size: 0.57rem;

  letter-spacing: 0.15em;

  line-height: 1.5;

  text-transform: uppercase;

  color:
    rgba(245, 240, 232, 0.62);

  transition:
    color 0.3s ease,
    gap 0.3s ease,
    border-color 0.3s ease;
}


.exp-card:hover .exp-link {
  gap: 14px;

  border-color: var(--gold);

  color: var(--gold-light);
}


/* =========================================================
   ICON
========================================================= */

.exp-icon {
  flex: 0 0 auto;

  font-size: 1.35rem;

  line-height: 1;

  opacity: 0.22;

  filter: grayscale(0.4);

  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}


.exp-card:hover .exp-icon {
  opacity: 0.65;

  transform:
    translateY(-3px);
}


/* =========================================================
   KEYBOARD ACCESSIBILITY
========================================================= */

.exp-card:focus-visible {
  outline:
    2px solid
    var(--gold);

  outline-offset: 4px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

  .experience {
    padding:
      105px 35px;
  }


  .exp-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }


  .exp-card {
    min-height: 350px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

  .experience {
    padding:
      85px 24px;
  }


  .exp-header {
    flex-direction: column;

    align-items: flex-start;

    gap: 25px;

    margin-bottom: 48px;
  }


  .exp-header h2 {
    font-size:
      clamp(2.8rem, 13vw, 4rem);
  }


  .exp-header p {
    max-width: 100%;

    font-size: 0.83rem;

    line-height: 1.8;

    text-align: left;
  }


  .exp-grid {
    grid-template-columns: 1fr;

    gap: 2px;
  }


  .exp-card {
    min-height: 0;

    padding:
      38px 28px 32px;
  }


  .exp-num {
    margin-bottom: 22px;

    font-size: 3.4rem;
  }


  .exp-card-footer {
    padding-top: 30px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  .experience {
    padding-left: 20px;
    padding-right: 20px;
  }


  .exp-card {
    padding:
      34px 24px 29px;
  }


  .exp-card h3 {
    font-size: 1.45rem;
  }


  .exp-card > p {
    font-size: 0.8rem;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c4394e4 *//* =========================================================
   MENU SECTION
========================================================= */

#menu {
  position: relative;

  padding:
    130px 60px;

  background:
    var(--warm-white);

  scroll-margin-top: 90px;

  overflow: hidden;
}


.menu-section {
  width: 100%;
  max-width: 1300px;

  margin: 0 auto;
}


/* =========================================================
   SECTION LABEL
========================================================= */

#menu .section-label {
  margin-bottom: 24px;

  font-family:
    'Tenor Sans',
    sans-serif;

  font-size: 0.66rem;

  letter-spacing: 0.28em;

  text-transform: uppercase;

  color: var(--gold);
}


/* =========================================================
   MENU HEADER
========================================================= */

.menu-header {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(350px, 0.8fr);

  align-items: end;

  gap: 80px;

  margin-bottom: 48px;
}


.menu-header h2 {
  margin: 0;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size:
    clamp(2.8rem, 4vw, 4.2rem);

  font-weight: 300;

  line-height: 1.04;

  letter-spacing: -0.015em;

  color:
    var(--charcoal);
}


.menu-header h2 em {
  font-weight: 300;

  font-style: italic;

  color: var(--gold);
}


/* =========================================================
   CURRENT CATEGORY
========================================================= */

.menu-current {
  padding-left: 30px;

  border-left:
    1px solid
    rgba(184, 146, 74, 0.35);
}


.menu-current h3 {
  margin:
    0 0 10px;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 1.6rem;

  font-weight: 400;

  color: var(--charcoal);
}


.menu-current p {
  max-width: 430px;

  margin: 0;

  font-family:
    'DM Sans',
    sans-serif;

  font-size: 0.86rem;

  line-height: 1.8;

  color: #6a6058;
}


/* =========================================================
   TABS
========================================================= */

.menu-tabs-wrap {
  position: relative;

  margin-bottom: 55px;

  border-bottom:
    1px solid
    var(--mist);
}


.menu-tabs {
  display: flex;

  align-items: flex-end;

  width: 100%;
}


.menu-tab {
  position: relative;

  flex: 1;

  padding:
    16px 15px 15px;

  border: 0;
  border-bottom:
    2px solid
    transparent;

  margin-bottom: -1px;

  background: transparent;

  cursor: pointer;

  font-family:
    'Tenor Sans',
    sans-serif;

  font-size: 0.65rem;

  letter-spacing: 0.17em;

  text-transform: uppercase;

  text-align: center;

  color: #928980;

  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}


.menu-tab:hover {
  color: var(--charcoal);

  background:
    rgba(184, 146, 74, 0.025);
}


.menu-tab.active {
  color: var(--gold);

  border-bottom-color:
    var(--gold);
}


.menu-tab:focus-visible {
  outline:
    2px solid
    var(--gold);

  outline-offset: -2px;
}


/* =========================================================
   MENU ITEMS
========================================================= */

.menu-items {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  width: 100%;
}


/* =========================================================
   ITEM
========================================================= */

.menu-item {
  min-height: 115px;

  padding:
    27px 0;

  display: flex;

  align-items: flex-start;
  justify-content: space-between;

  gap: 25px;

  border-bottom:
    1px solid
    var(--mist);
}


.menu-item:nth-of-type(odd) {
  padding-right: 40px;

  border-right:
    1px solid
    var(--mist);
}


.menu-item:nth-of-type(even) {
  padding-left: 40px;
}


/* =========================================================
   ITEM CONTENT
========================================================= */

.menu-item-info {
  min-width: 0;
}


.menu-item-info h4 {
  margin:
    0 0 7px;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 1.18rem;

  font-weight: 500;

  line-height: 1.25;

  color:
    var(--charcoal);
}


.menu-item-info p {
  max-width: 480px;

  margin: 0;

  font-family:
    'DM Sans',
    sans-serif;

  font-size: 0.77rem;

  font-weight: 300;

  line-height: 1.6;

  color: #857d73;
}


/* =========================================================
   PRICE
========================================================= */

.menu-item-price {
  flex: 0 0 auto;

  padding-top: 2px;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 1.08rem;

  font-weight: 400;

  line-height: 1;

  white-space: nowrap;

  color: var(--gold);
}


/* =========================================================
   MODIFIERS
========================================================= */

.menu-item-modifier {
  background:
    rgba(184, 146, 74, 0.035);
}


.menu-item-modifier
.menu-item-info h4 {
  font-size: 1rem;

  font-style: italic;
}


/* =========================================================
   FLATBREAD SUBSECTION
========================================================= */

.menu-subsection {
  grid-column: 1 / -1;

  display: grid;

  grid-template-columns:
    55px 1fr;

  align-items: start;

  gap: 22px;

  padding:
    42px 0 25px;

  border-bottom:
    1px solid
    var(--mist);
}


.menu-subsection-line {
  width: 45px;
  height: 1px;

  margin-top: 13px;

  background:
    var(--gold);
}


.menu-subsection h4 {
  margin:
    0 0 7px;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 1.55rem;

  font-weight: 400;

  color: var(--charcoal);
}


.menu-subsection p {
  max-width: 600px;

  margin: 0;

  font-size: 0.78rem;

  line-height: 1.65;

  color: #857d73;
}


/* =========================================================
   BOTTOM CTA
========================================================= */

.menu-bottom {
  display: flex;

  flex-direction: column;

  align-items: center;

  margin-top: 65px;

  text-align: center;
}


.menu-note {
  margin:
    0 0 20px;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 1.15rem;

  font-style: italic;

  color: #766d64;
}


.btn-outline {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding:
    16px 40px;

  border:
    1px solid
    var(--charcoal);

  font-family:
    'Tenor Sans',
    sans-serif;

  font-size: 0.66rem;

  letter-spacing: 0.23em;

  text-transform: uppercase;

  text-decoration: none;

  color:
    var(--charcoal);

  transition:
    background 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease;
}


.btn-outline:hover {
  background:
    var(--charcoal);

  color:
    var(--cream);

  transform:
    translateY(-2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  #menu {
    padding:
      105px 35px;
  }


  .menu-header {
    grid-template-columns:
      1fr 0.8fr;

    gap: 50px;
  }


  .menu-tab {
    font-size: 0.58rem;

    letter-spacing: 0.12em;
  }


  .menu-item:nth-of-type(odd) {
    padding-right: 28px;
  }


  .menu-item:nth-of-type(even) {
    padding-left: 28px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

  #menu {
    padding:
      85px 24px;

    overflow-x: hidden;
  }


  .menu-section {
    width: 100%;
  }


  /* Header */

  .menu-header {
    grid-template-columns: 1fr;

    gap: 30px;

    margin-bottom: 38px;
  }


  .menu-header h2 {
    font-size:
      clamp(2.8rem, 13vw, 4rem);
  }


  .menu-current {
    padding:
      0 0 0 18px;
  }


  .menu-current h3 {
    font-size: 1.4rem;
  }


  .menu-current p {
    font-size: 0.82rem;
  }


  /* Tabs */

  .menu-tabs-wrap {
    width:
      calc(100% + 48px);

    margin-left: -24px;

    margin-bottom: 38px;
  }


  .menu-tabs {
    width: 100%;

    padding:
      0 24px;

    overflow-x: auto;

    overscroll-behavior-inline:
      contain;

    scrollbar-width: none;

    -webkit-overflow-scrolling:
      touch;
  }


  .menu-tabs::-webkit-scrollbar {
    display: none;
  }


  .menu-tab {
    flex:
      0 0 auto;

    padding:
      14px 17px;

    white-space: nowrap;

    font-size: 0.59rem;

    letter-spacing: 0.13em;
  }


  /* Menu */

  .menu-items {
    grid-template-columns: 1fr;
  }


  .menu-item {
    min-height: 0;

    padding:
      23px 0;
  }


  .menu-item:nth-of-type(odd),
  .menu-item:nth-of-type(even) {
    padding-left: 0;
    padding-right: 0;

    border-right: 0;
  }


  .menu-item-info h4 {
    font-size: 1.12rem;
  }


  .menu-item-info p {
    font-size: 0.75rem;

    line-height: 1.55;
  }


  .menu-item-price {
    font-size: 1rem;
  }


  /* Flatbread heading */

  .menu-subsection {
    grid-template-columns:
      35px 1fr;

    gap: 15px;

    padding:
      35px 0 20px;
  }


  .menu-subsection-line {
    width: 30px;
  }


  .menu-subsection h4 {
    font-size: 1.4rem;
  }


  /* CTA */

  .menu-bottom {
    margin-top: 50px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  #menu {
    padding-left: 20px;
    padding-right: 20px;
  }


  .menu-tabs-wrap {
    width:
      calc(100% + 40px);

    margin-left: -20px;
  }


  .menu-tabs {
    padding:
      0 20px;
  }


  .menu-item {
    gap: 15px;
  }


  .menu-item-info p {
    font-size: 0.72rem;
  }


  .menu-item-price {
    font-size: 0.95rem;
  }


  .btn-outline {
    width: 100%;

    max-width: 300px;

    box-sizing: border-box;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4a13e8 *//* =========================================================
   SOCIAL LOUNGE 365
   TOPGOLF SWING SUITE
========================================================= */

#golf {
  position: relative;
  padding: 130px 60px;
  overflow: hidden;
  background: var(--ink, #090a08);
  scroll-margin-top: 90px;
}


/* =========================================================
   BACKGROUND
========================================================= */

#golf .sim-bg-grid {
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(
      rgba(184,146,74,0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(184,146,74,0.035) 1px,
      transparent 1px
    );

  background-size: 60px 60px;

  pointer-events: none;
}


#golf .sim-bg-glow {
  position: absolute;

  top: 120px;
  right: -250px;

  width: 700px;
  height: 700px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(184,146,74,0.09) 0%,
      rgba(184,146,74,0.03) 38%,
      transparent 70%
    );

  pointer-events: none;
}


#golf .sim-inner {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1300px;

  margin: 0 auto;
}


/* =========================================================
   TOP AREA
========================================================= */

#golf .sim-top {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(360px, 0.9fr);

  align-items: end;

  gap: 85px;

  margin-bottom: 70px;
}


#golf .section-label {
  margin-bottom: 24px;

  font-family: 'Tenor Sans', sans-serif;

  font-size: 0.65rem;

  letter-spacing: 0.28em;

  text-transform: uppercase;

  color: rgba(184,146,74,0.75);
}


#golf .sim-top h2 {
  margin: 0;

  font-family: 'Cormorant Garamond', serif;

  font-size: clamp(2.9rem, 5vw, 4.8rem);

  font-weight: 300;

  line-height: 1.02;

  letter-spacing: -0.015em;

  color: var(--cream, #f5f0e8);
}


#golf .sim-top h2 em {
  display: block;

  font-weight: 300;

  font-style: italic;

  color: var(--gold-light, #d4aa6a);
}


#golf .sim-top-right p {
  margin: 0 0 30px;

  font-family: 'DM Sans', sans-serif;

  font-size: 0.88rem;

  font-weight: 300;

  line-height: 1.9;

  color: rgba(245,240,232,0.52);
}


/* =========================================================
   FEATURE BADGES
========================================================= */

#golf .sim-badges {
  display: flex;
  flex-wrap: wrap;

  gap: 9px;
}


#golf .sim-badge {
  padding: 8px 14px;

  border:
    1px solid
    rgba(184,146,74,0.28);

  font-family: 'Tenor Sans', sans-serif;

  font-size: 0.57rem;

  letter-spacing: 0.15em;

  text-transform: uppercase;

  color: var(--gold, #b8924a);
}


/* =========================================================
   MAIN EXPERIENCE PANEL
========================================================= */

#golf .sim-experience {
  display: grid;

  grid-template-columns:
    minmax(0, 1.1fr)
    minmax(350px, 0.9fr);

  border:
    1px solid
    rgba(184,146,74,0.13);

  background:
    rgba(255,255,255,0.018);

  margin-bottom: 65px;
}


/* =========================================================
   SIMULATOR VISUAL
========================================================= */

#golf .sim-visual {
  position: relative;

  min-height: 500px;

  overflow: hidden;

  background:
    radial-gradient(
      ellipse at 50% 70%,
      rgba(47,88,31,0.7),
      transparent 45%
    ),
    linear-gradient(
      180deg,
      #0d1710 0%,
      #122519 38%,
      #0b170d 100%
    );
}


#golf .sim-visual::before {
  content: '';

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,0.05),
      rgba(0,0,0,0.45)
    );
}


#golf .sim-horizon {
  position: absolute;

  left: 8%;
  right: 8%;

  bottom: 90px;

  height: 190px;

  border:
    1px dashed
    rgba(184,146,74,0.25);

  border-bottom: 0;

  border-radius:
    50% 50% 0 0 /
    100% 100% 0 0;
}


#golf .sim-target {
  position: absolute;

  left: 50%;
  bottom: 115px;

  transform:
    translateX(-50%);

  display: flex;
  flex-direction: column;
  align-items: center;
}


#golf .sim-target-flag {
  width: 18px;
  height: 11px;

  margin-left: 18px;

  background:
    var(--gold, #b8924a);
}


#golf .sim-target-pole {
  width: 1px;
  height: 75px;

  background:
    rgba(245,240,232,0.6);
}


#golf .sim-target-hole {
  width: 16px;
  height: 6px;

  border-radius: 50%;

  background:
    rgba(0,0,0,0.5);
}


/* =========================================================
   VISUAL HUD
========================================================= */

#golf .sim-hud {
  position: absolute;

  z-index: 2;

  top: 25px;
  left: 28px;
  right: 28px;

  display: flex;

  align-items: flex-start;
  justify-content: space-between;

  gap: 25px;
}


#golf .hud-stat {
  font-family: 'Tenor Sans', sans-serif;

  font-size: 0.54rem;

  line-height: 1.5;

  letter-spacing: 0.17em;

  text-transform: uppercase;

  color:
    rgba(184,146,74,0.6);
}


#golf .hud-stat:nth-child(2) {
  text-align: center;
}


#golf .hud-stat:last-child {
  text-align: right;
}


#golf .hud-stat strong {
  display: block;

  margin-top: 4px;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 1.1rem;

  font-weight: 300;

  letter-spacing: 0;

  text-transform: none;

  color:
    rgba(245,240,232,0.78);
}


/* =========================================================
   VISUAL LABEL
========================================================= */

#golf .sim-visual-label {
  position: absolute;

  z-index: 2;

  left: 30px;
  bottom: 28px;
}


#golf .sim-visual-label small {
  display: block;

  margin-bottom: 7px;

  font-family: 'Tenor Sans', sans-serif;

  font-size: 0.54rem;

  letter-spacing: 0.2em;

  text-transform: uppercase;

  color: var(--gold, #b8924a);
}


#golf .sim-visual-label strong {
  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 1.75rem;

  font-weight: 300;

  color: var(--cream, #f5f0e8);
}


/* =========================================================
   EXPERIENCE CONTENT
========================================================= */

#golf .sim-experience-content {
  display: flex;
  flex-direction: column;

  justify-content: center;

  padding: 55px 50px;
}


#golf .sim-experience-content h3 {
  margin: 0 0 20px;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 2.15rem;

  font-weight: 300;

  color:
    var(--cream, #f5f0e8);
}


#golf .sim-experience-content > p {
  margin: 0 0 30px;

  font-family:
    'DM Sans',
    sans-serif;

  font-size: 0.84rem;

  line-height: 1.85;

  color:
    rgba(245,240,232,0.48);
}


/* =========================================================
   KEY FEATURES
========================================================= */

#golf .sim-key-list {
  margin: 0;
  padding: 0;

  list-style: none;
}


#golf .sim-key-list li {
  position: relative;

  padding:
    15px 0 15px 25px;

  border-bottom:
    1px solid
    rgba(184,146,74,0.1);

  font-family:
    'DM Sans',
    sans-serif;

  font-size: 0.8rem;

  line-height: 1.6;

  color:
    rgba(245,240,232,0.58);
}


#golf .sim-key-list li::before {
  content: '';

  position: absolute;

  left: 0;
  top: 23px;

  width: 6px;
  height: 6px;

  border-radius: 50%;

  background:
    var(--gold, #b8924a);
}


/* =========================================================
   PRICING TITLE
========================================================= */

#golf .sim-pricing-header {
  display: flex;

  align-items: flex-end;
  justify-content: space-between;

  gap: 40px;

  margin-bottom: 35px;
}


#golf .sim-pricing-header h3 {
  margin: 0;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size: clamp(2.2rem, 4vw, 3.4rem);

  font-weight: 300;

  color:
    var(--cream, #f5f0e8);
}


#golf .sim-pricing-header p {
  max-width: 420px;

  margin: 0;

  font-size: 0.78rem;

  line-height: 1.7;

  text-align: right;

  color:
    rgba(245,240,232,0.4);
}


/* =========================================================
   PRICING CARDS
========================================================= */

#golf .sim-pricing {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 2px;

  margin-bottom: 70px;
}


#golf .price-card {
  position: relative;

  min-height: 290px;

  padding: 38px 34px;

  display: flex;
  flex-direction: column;

  border:
    1px solid
    rgba(184,146,74,0.12);

  background:
    rgba(255,255,255,0.018);

  transition:
    border-color 0.3s ease,
    background 0.3s ease;
}


#golf .price-card:hover {
  border-color:
    rgba(184,146,74,0.35);

  background:
    rgba(184,146,74,0.04);
}


#golf .price-label {
  margin-bottom: 16px;

  font-family:
    'Tenor Sans',
    sans-serif;

  font-size: 0.58rem;

  letter-spacing: 0.22em;

  text-transform: uppercase;

  color:
    var(--gold, #b8924a);
}


#golf .price-card h4 {
  margin: 0 0 10px;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 1.65rem;

  font-weight: 400;

  color:
    var(--cream, #f5f0e8);
}


#golf .price-card > p {
  margin: 0 0 25px;

  font-family:
    'DM Sans',
    sans-serif;

  font-size: 0.78rem;

  line-height: 1.7;

  color:
    rgba(245,240,232,0.42);
}


/* =========================================================
   PRICES
========================================================= */

#golf .price-values {
  display: flex;

  gap: 30px;

  margin-top: auto;
}


#golf .price-value {
  display: flex;
  flex-direction: column;

  gap: 4px;
}


#golf .price-value strong {
  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 2rem;

  font-weight: 300;

  color:
    var(--gold-light, #d4aa6a);
}


#golf .price-value small {
  font-family:
    'Tenor Sans',
    sans-serif;

  font-size: 0.52rem;

  letter-spacing: 0.13em;

  line-height: 1.5;

  text-transform: uppercase;

  color:
    rgba(245,240,232,0.35);
}


/* =========================================================
   GUEST POLICY
========================================================= */

#golf .guest-rules {
  margin-top: auto;
}


#golf .guest-rule {
  display: flex;

  align-items: flex-start;

  gap: 10px;

  padding: 8px 0;

  font-family:
    'DM Sans',
    sans-serif;

  font-size: 0.76rem;

  line-height: 1.5;

  color:
    rgba(245,240,232,0.52);
}


#golf .guest-rule span {
  color:
    var(--gold, #b8924a);
}


/* =========================================================
   GAMES / FEATURES
========================================================= */

#golf .sim-features {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 2px;

  margin-bottom: 65px;
}


#golf .sim-feat {
  padding: 35px;

  border:
    1px solid
    rgba(184,146,74,0.1);

  background:
    rgba(255,255,255,0.015);
}


#golf .sim-feat-num {
  display: block;

  margin-bottom: 20px;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 2.8rem;

  font-weight: 300;

  color:
    rgba(184,146,74,0.16);
}


#golf .sim-feat h4 {
  margin: 0 0 12px;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 1.45rem;

  font-weight: 400;

  color:
    var(--cream, #f5f0e8);
}


#golf .sim-feat p {
  margin: 0;

  font-family:
    'DM Sans',
    sans-serif;

  font-size: 0.78rem;

  line-height: 1.75;

  color:
    rgba(245,240,232,0.4);
}


/* =========================================================
   OCCASIONS
========================================================= */

#golf .sim-occasions {
  padding:
    48px 0;

  border-top:
    1px solid
    rgba(184,146,74,0.12);

  border-bottom:
    1px solid
    rgba(184,146,74,0.12);
}


#golf .sim-occasions-head {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 30px;

  margin-bottom: 30px;
}


#golf .sim-occasions h3 {
  margin: 0;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 2rem;

  font-weight: 300;

  color:
    var(--cream, #f5f0e8);
}


#golf .sim-occasions-head p {
  max-width: 440px;

  margin: 0;

  font-size: 0.78rem;

  line-height: 1.7;

  text-align: right;

  color:
    rgba(245,240,232,0.4);
}


#golf .occasion-tags {
  display: flex;
  flex-wrap: wrap;

  gap: 9px;
}


#golf .occasion-tag {
  padding: 9px 15px;

  border:
    1px solid
    rgba(184,146,74,0.18);

  background:
    rgba(184,146,74,0.03);

  font-family:
    'Tenor Sans',
    sans-serif;

  font-size: 0.56rem;

  letter-spacing: 0.13em;

  text-transform: uppercase;

  color:
    rgba(245,240,232,0.6);
}


/* =========================================================
   CTA
========================================================= */

#golf .sim-cta {
  display: flex;

  align-items: center;
  justify-content: center;

  flex-wrap: wrap;

  gap: 14px;

  margin-top: 55px;
}


#golf .sim-book-btn {
  min-width: 190px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 15px 28px;

  border:
    1px solid
    var(--gold, #b8924a);

  background:
    var(--gold, #b8924a);

  font-family:
    'Tenor Sans',
    sans-serif;

  font-size: 0.63rem;

  letter-spacing: 0.2em;

  text-transform: uppercase;

  text-decoration: none;

  color:
    var(--ink, #090a08);

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}


#golf .sim-book-btn:hover {
  background:
    var(--gold-light, #d4aa6a);

  border-color:
    var(--gold-light, #d4aa6a);

  transform:
    translateY(-2px);
}


#golf .sim-menu-btn {
  min-width: 190px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 15px 28px;

  border:
    1px solid
    rgba(184,146,74,0.4);

  font-family:
    'Tenor Sans',
    sans-serif;

  font-size: 0.63rem;

  letter-spacing: 0.2em;

  text-transform: uppercase;

  text-decoration: none;

  color:
    var(--cream, #f5f0e8);

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}


#golf .sim-menu-btn:hover {
  background:
    rgba(184,146,74,0.08);

  border-color:
    var(--gold, #b8924a);

  color:
    var(--gold-light, #d4aa6a);

  transform:
    translateY(-2px);
}


/* =========================================================
   SMALL DISCLAIMER
========================================================= */

#golf .sim-pricing-note {
  max-width: 700px;

  margin:
    22px auto 0;

  font-family:
    'DM Sans',
    sans-serif;

  font-size: 0.66rem;

  line-height: 1.6;

  text-align: center;

  color:
    rgba(245,240,232,0.28);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

  #golf {
    padding:
      105px 35px;
  }


  #golf .sim-top {
    gap: 50px;
  }


  #golf .sim-experience {
    grid-template-columns:
      1fr 1fr;
  }


  #golf .sim-experience-content {
    padding:
      45px 35px;
  }


  #golf .sim-pricing {
    grid-template-columns:
      repeat(2, 1fr);
  }


  #golf .price-card:last-child {
    grid-column:
      1 / -1;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

  #golf {
    padding:
      85px 24px;
  }


  #golf .sim-top {
    grid-template-columns: 1fr;

    gap: 30px;

    margin-bottom: 50px;
  }


  #golf .sim-top h2 {
    font-size:
      clamp(2.8rem, 13vw, 4rem);
  }


  #golf .sim-top-right p {
    font-size: 0.82rem;
  }


  #golf .sim-experience {
    grid-template-columns: 1fr;
  }


  #golf .sim-visual {
    min-height: 350px;
  }


  #golf .sim-hud {
    top: 20px;
    left: 20px;
    right: 20px;
  }


  #golf .sim-experience-content {
    padding:
      38px 28px;
  }


  #golf .sim-pricing-header {
    align-items: flex-start;

    flex-direction: column;

    gap: 15px;
  }


  #golf .sim-pricing-header p {
    max-width: 100%;

    text-align: left;
  }


  #golf .sim-pricing {
    grid-template-columns: 1fr;

    margin-bottom: 55px;
  }


  #golf .price-card:last-child {
    grid-column: auto;
  }


  #golf .price-card {
    min-height: 0;

    padding:
      32px 28px;
  }


  #golf .sim-features {
    grid-template-columns: 1fr;
  }


  #golf .sim-feat {
    padding:
      30px 28px;
  }


  #golf .sim-occasions-head {
    align-items: flex-start;

    flex-direction: column;

    gap: 12px;
  }


  #golf .sim-occasions-head p {
    max-width: 100%;

    text-align: left;
  }


  #golf .sim-cta {
    flex-direction: column;
  }


  #golf .sim-book-btn,
  #golf .sim-menu-btn {
    width: 100%;

    max-width: 330px;

    box-sizing: border-box;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  #golf {
    padding-left: 20px;
    padding-right: 20px;
  }


  #golf .sim-visual {
    min-height: 310px;
  }


  #golf .hud-stat:nth-child(2) {
    display: none;
  }


  #golf .sim-experience-content {
    padding:
      34px 23px;
  }


  #golf .price-values {
    gap: 22px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e8b558 *//* =========================================================
   SOCIAL LOUNGE 365
   BAR & ATMOSPHERE
========================================================= */

#bar {
  position: relative;

  padding: 125px 60px;

  overflow: hidden;

  background:
    var(--ink, #090a08);

  scroll-margin-top: 90px;
}


/* =========================================================
   BACKGROUND GLOW
========================================================= */

#bar::before {
  content: '';

  position: absolute;

  width: 650px;
  height: 650px;

  top: -250px;
  left: -280px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(184,146,74,0.08),
      transparent 70%
    );

  pointer-events: none;
}


/* =========================================================
   INNER
========================================================= */

#bar .ambiance-inner {
  position: relative;

  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(0, 0.85fr);

  align-items: center;

  gap: clamp(60px, 7vw, 95px);

  width: 100%;
  max-width: 1300px;

  margin: 0 auto;
}


/* =========================================================
   IMAGE MOSAIC
========================================================= */

#bar .ambiance-mosaic {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr);

  grid-template-rows:
    290px
    190px;

  gap: 7px;
}


#bar .mosaic-tile {
  position: relative;

  overflow: hidden;

  background:
    #18140e;
}


#bar .mosaic-tile-1 {
  grid-column: 1;
  grid-row: 1;
}


#bar .mosaic-tile-2 {
  grid-column: 2;
  grid-row: 1 / 3;
}


#bar .mosaic-tile-3 {
  grid-column: 1;
  grid-row: 2;

  display: flex;

  align-items: center;
  justify-content: center;

  padding: 30px;

  background:
    var(--gold, #b8924a);
}


/* =========================================================
   MOSAIC IMAGES
========================================================= */

#bar .mosaic-tile img {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition:
    transform 0.8s cubic-bezier(.22,.61,.36,1);
}


#bar .mosaic-tile:hover img {
  transform:
    scale(1.035);
}


#bar .mosaic-tile-overlay {
  position: absolute;

  inset: 0;

  z-index: 1;

  pointer-events: none;

  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,0.08),
      rgba(0,0,0,0.42)
    );
}


/* =========================================================
   GOLD TILE
========================================================= */

#bar .tile-small-label {
  display: block;

  margin-bottom: 12px;

  font-family:
    'Tenor Sans',
    sans-serif;

  font-size: 0.55rem;

  letter-spacing: 0.25em;

  text-transform: uppercase;

  color:
    rgba(33,30,26,0.65);
}


#bar .tile-quote {
  margin: 0;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size:
    clamp(1.5rem, 2.4vw, 2rem);

  font-weight: 400;

  font-style: italic;

  line-height: 1.12;

  text-align: center;

  color:
    var(--charcoal, #211e1a);
}


/* =========================================================
   TEXT CONTENT
========================================================= */

#bar .section-label {
  margin-bottom: 23px;

  font-family:
    'Tenor Sans',
    sans-serif;

  font-size: 0.63rem;

  letter-spacing: 0.27em;

  text-transform: uppercase;

  color:
    rgba(184,146,74,0.75);
}


#bar .ambiance-text h2 {
  margin:
    0 0 28px;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size:
    clamp(2.7rem, 4vw, 4rem);

  font-weight: 300;

  line-height: 1.04;

  letter-spacing: -0.015em;

  color:
    var(--cream, #f5f0e8);
}


#bar .ambiance-text h2 em {
  font-weight: 300;

  font-style: italic;

  color:
    var(--gold-light, #d4aa6a);
}


#bar .ambiance-text > p {
  margin:
    0 0 18px;

  font-family:
    'DM Sans',
    sans-serif;

  font-size: 0.87rem;

  font-weight: 300;

  line-height: 1.9;

  color:
    rgba(245,240,232,0.5);
}


/* =========================================================
   EXPERIENCE POINTS
========================================================= */

#bar .ambiance-points {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0,1fr));

  margin-top: 45px;

  padding-top: 35px;

  border-top:
    1px solid
    rgba(184,146,74,0.15);
}


#bar .ambiance-point {
  min-width: 0;

  padding:
    0 20px;

  border-right:
    1px solid
    rgba(184,146,74,0.1);
}


#bar .ambiance-point:first-child {
  padding-left: 0;
}


#bar .ambiance-point:last-child {
  padding-right: 0;

  border-right: 0;
}


#bar .ambiance-point-num {
  display: block;

  margin-bottom: 9px;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 2rem;

  font-weight: 300;

  font-style: italic;

  line-height: 1;

  color:
    var(--gold, #b8924a);
}


#bar .ambiance-point-title {
  display: block;

  margin-bottom: 6px;

  font-family:
    'Tenor Sans',
    sans-serif;

  font-size: 0.56rem;

  letter-spacing: 0.16em;

  line-height: 1.5;

  text-transform: uppercase;

  color:
    rgba(245,240,232,0.7);
}


#bar .ambiance-point p {
  margin: 0;

  font-family:
    'DM Sans',
    sans-serif;

  font-size: 0.7rem;

  line-height: 1.6;

  color:
    rgba(245,240,232,0.32);
}


/* =========================================================
   CTA
========================================================= */

#bar .ambiance-actions {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 14px;

  margin-top: 38px;
}


#bar .bar-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-width: 170px;

  padding:
    14px 23px;

  border:
    1px solid
    rgba(184,146,74,0.42);

  font-family:
    'Tenor Sans',
    sans-serif;

  font-size: 0.59rem;

  letter-spacing: 0.19em;

  text-transform: uppercase;

  text-decoration: none;

  color:
    var(--cream, #f5f0e8);

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}


#bar .bar-btn:hover {
  border-color:
    var(--gold, #b8924a);

  background:
    rgba(184,146,74,0.08);

  color:
    var(--gold-light, #d4aa6a);

  transform:
    translateY(-2px);
}


#bar .bar-btn-primary {
  border-color:
    var(--gold, #b8924a);

  background:
    var(--gold, #b8924a);

  color:
    var(--ink, #090a08);
}


#bar .bar-btn-primary:hover {
  background:
    var(--gold-light, #d4aa6a);

  border-color:
    var(--gold-light, #d4aa6a);

  color:
    var(--ink, #090a08);
}


/* =========================================================
   STOCK IMAGE NOTE
========================================================= */

#bar .ambiance-image-note {
  margin-top: 13px;

  font-family:
    'DM Sans',
    sans-serif;

  font-size: 0.62rem;

  line-height: 1.5;

  color:
    rgba(245,240,232,0.24);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

  #bar {
    padding:
      105px 35px;
  }


  #bar .ambiance-inner {
    gap: 50px;
  }


  #bar .ambiance-mosaic {
    grid-template-rows:
      250px
      160px;
  }


  #bar .ambiance-points {
    grid-template-columns:
      1fr;
  }


  #bar .ambiance-point {
    padding:
      17px 0;

    border-right: 0;

    border-bottom:
      1px solid
      rgba(184,146,74,0.1);
  }


  #bar .ambiance-point:first-child {
    padding-top: 0;
  }


  #bar .ambiance-point:last-child {
    border-bottom: 0;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

  #bar {
    padding:
      85px 24px;
  }


  #bar .ambiance-inner {
    grid-template-columns: 1fr;

    gap: 50px;
  }


  #bar .ambiance-mosaic {
    grid-template-rows:
      210px
      140px;
  }


  #bar .mosaic-tile-3 {
    padding: 20px;
  }


  #bar .tile-quote {
    font-size:
      1.35rem;
  }


  #bar .ambiance-text h2 {
    font-size:
      clamp(2.8rem, 13vw, 4rem);
  }


  #bar .ambiance-text > p {
    font-size: 0.83rem;
  }


  #bar .ambiance-points {
    margin-top: 35px;

    padding-top: 28px;
  }


  #bar .ambiance-actions {
    margin-top: 30px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  #bar {
    padding-left: 20px;
    padding-right: 20px;
  }


  #bar .ambiance-mosaic {
    grid-template-columns:
      1fr 0.9fr;

    grid-template-rows:
      180px
      125px;
  }


  #bar .tile-small-label {
    font-size: 0.48rem;
  }


  #bar .tile-quote {
    font-size: 1.15rem;
  }


  #bar .ambiance-actions {
    flex-direction: column;

    align-items: stretch;
  }


  #bar .bar-btn {
    width: 100%;

    box-sizing: border-box;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-57e5f6a *//* =========================================================
   SOCIAL LOUNGE 365
   PRIVATE EVENTS
========================================================= */

#private-events {
  position: relative;
  padding: 125px 60px;

  background:
    var(--cream, #f5f0e8);

  scroll-margin-top: 90px;

  overflow: hidden;
}


/* =========================================================
   BACKGROUND DECORATION
========================================================= */

#private-events::before {
  content: '';

  position: absolute;

  width: 580px;
  height: 580px;

  right: -280px;
  bottom: -280px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(184,146,74,0.08),
      transparent 70%
    );

  pointer-events: none;
}


/* =========================================================
   MAIN GRID
========================================================= */

#private-events .private-inner {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1300px;

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr);

  gap: clamp(60px, 7vw, 95px);

  align-items: stretch;
}


/* =========================================================
   LEFT VISUAL AREA
========================================================= */

#private-events .private-visual {
  position: relative;

  display: grid;

  grid-template-columns:
    1fr 0.72fr;

  grid-template-rows:
    minmax(360px, 1fr)
    210px;

  gap: 8px;

  height: 100%;
  min-height: 760px;
}


/* =========================================================
   IMAGE CARD
========================================================= */

#private-events .private-image {
  position: relative;

  overflow: hidden;

  background:
    #17130e;
}


#private-events .private-image img {
  position: absolute;

  inset: 0;

  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform 0.85s cubic-bezier(.22,.61,.36,1);
}


#private-events .private-image:hover img {
  transform:
    scale(1.035);
}


#private-events .private-image::after {
  content: '';

  position: absolute;

  inset: 0;

  z-index: 1;

  pointer-events: none;

  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,0.05) 25%,
      rgba(0,0,0,0.55) 100%
    );
}


/* =========================================================
   MAIN IMAGE
========================================================= */

#private-events .private-image-main {
  grid-column:
    1 / -1;

  grid-row: 1;
}


/* =========================================================
   SECONDARY IMAGE
========================================================= */

#private-events .private-image-secondary {
  grid-column: 1;

  grid-row: 2;
}


/* =========================================================
   IMAGE CAPTION
========================================================= */

#private-events .private-image-caption {
  position: absolute;

  z-index: 3;

  left: 28px;
  right: 28px;
  bottom: 26px;
}


#private-events .private-image-caption small {
  display: block;

  margin-bottom: 7px;

  font-family:
    'Tenor Sans',
    sans-serif;

  font-size: 0.53rem;

  letter-spacing: 0.2em;

  text-transform: uppercase;

  color:
    var(--gold-light, #d4aa6a);
}


#private-events .private-image-caption strong {
  display: block;

  max-width: 330px;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 1.55rem;

  font-weight: 300;

  font-style: italic;

  line-height: 1.15;

  color:
    var(--cream, #f5f0e8);
}


/* =========================================================
   GOLD EVENT CARD
========================================================= */

#private-events .private-gold-card {
  grid-column: 2;

  grid-row: 2;

  position: relative;

  display: flex;

  flex-direction: column;

  align-items: flex-start;
  justify-content: space-between;

  padding: 28px 25px;

  overflow: hidden;

  background:
    var(--gold, #b8924a);

  color:
    var(--charcoal, #211e1a);
}


#private-events .private-gold-card::before {
  content: '';

  position: absolute;

  width: 150px;
  height: 150px;

  right: -65px;
  bottom: -65px;

  border:
    1px solid
    rgba(33,30,26,0.25);

  border-radius: 50%;
}


#private-events .private-gold-card::after {
  content: '';

  position: absolute;

  width: 100px;
  height: 100px;

  right: -40px;
  bottom: -40px;

  border:
    1px solid
    rgba(33,30,26,0.18);

  border-radius: 50%;
}


#private-events .private-gold-label {
  position: relative;
  z-index: 2;

  font-family:
    'Tenor Sans',
    sans-serif;

  font-size: 0.51rem;

  letter-spacing: 0.2em;

  text-transform: uppercase;

  color:
    rgba(33,30,26,0.65);
}


#private-events .private-gold-card p {
  position: relative;
  z-index: 2;

  margin: 0;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size: 1.45rem;

  font-weight: 400;

  font-style: italic;

  line-height: 1.12;

  color:
    var(--charcoal, #211e1a);
}


/* =========================================================
   CONTENT COLUMN
========================================================= */

#private-events .private-text {
  display: flex;

  flex-direction: column;

  justify-content: center;
}


/* =========================================================
   LABEL
========================================================= */

#private-events .section-label {
  margin-bottom: 21px;

  font-family:
    'Tenor Sans',
    sans-serif;

  font-size: 0.63rem;

  letter-spacing: 0.27em;

  text-transform: uppercase;

  color:
    var(--gold, #b8924a);
}


/* =========================================================
   HEADING
========================================================= */

#private-events .private-text h2 {
  margin:
    0 0 28px;

  font-family:
    'Cormorant Garamond',
    serif;

  font-size:
    clamp(2.9rem, 4.3vw, 4.3rem);

  font-weight: 300;

  line-height: 1.02;

  letter-spacing: -0.015em;

  color:
    var(--charcoal, #211e1a);
}


#private-events .private-text h2 em {
  font-weight: 300;

  font-style: italic;

  color:
    var(--gold, #b8924a);
}


/* =========================================================
   PARAGRAPHS
========================================================= */

#private-events .private-text > p {
  max-width: 580px;

  margin:
    0 0 17px;

  font-family:
    'DM Sans',
    sans-serif;

  font-size: 0.86rem;

  font-weight: 300;

  line-height: 1.88;

  color: #665d54;
}


/* =========================================================
   EVENT TYPE TAGS
========================================================= */

#private-events .private-event-types {
  display: flex;

  flex-wrap: wrap;

  gap: 7px;

  margin-top: 27px;
}


#private-events .private-event-tag {
  padding:
    7px 10px;

  border:
    1px solid
    rgba(184,146,74,0.25);

  background:
    rgba(184,146,74,0.025);

  font-family:
    'Tenor Sans',
    sans-serif;

  font-size: 0.5rem;

  letter-spacing: 0.11em;

  line-height: 1.45;

  text-transform: uppercase;

  color: #74685d;
}


/* =========================================================
   EVENT FEATURES
========================================================= */

#private-events .private-features {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 0;

  margin:
    34px 0 0;

  border-top:
    1px solid
    rgba(184,146,74,0.15);

  border-left:
    1px solid
    rgba(184,146,74,0.15);
}


#private-events .private-feature {
  min-height: 95px;

  padding:
    20px 20px;

  border-right:
    1px solid
    rgba(184,146,74,0.15);

  border-bottom:
    1px solid
    rgba(184,146,74,0.15);

  font-family:
    'DM Sans',
    sans-serif;

  font-size: 0.75rem;

  line-height: 1.6;

  color: #5a5048;
}


#private-events .private-feature::before {
  content: '';

  display: block;

  width: 25px;
  height: 1px;

  margin-bottom: 13px;

  background:
    var(--gold, #b8924a);
}


/* last item spans full row */

#private-events .private-feature:last-child {
  grid-column:
    1 / -1;

  min-height: 0;
}


/* =========================================================
   CTA
========================================================= */

#private-events .private-actions {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 13px;

  margin-top: 34px;
}


#private-events .btn-gold,
#private-events .btn-private-secondary {
  display: inline-flex;

  min-height: 48px;

  align-items: center;
  justify-content: center;

  box-sizing: border-box;

  padding:
    14px 24px;

  font-family:
    'Tenor Sans',
    sans-serif;

  font-size: 0.59rem;

  letter-spacing: 0.18em;

  line-height: 1.4;

  text-align: center;

  text-transform: uppercase;

  text-decoration: none;

  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}


/* primary */

#private-events .btn-gold {
  min-width: 215px;

  border:
    1px solid
    var(--gold, #b8924a);

  background:
    var(--gold, #b8924a);

  color:
    var(--cream, #f5f0e8);
}


#private-events .btn-gold:hover {
  background:
    var(--bronze, #896535);

  border-color:
    var(--bronze, #896535);

  transform:
    translateY(-2px);
}


/* secondary */

#private-events .btn-private-secondary {
  min-width: 165px;

  border:
    1px solid
    rgba(33,30,26,0.35);

  color:
    var(--charcoal, #211e1a);
}


#private-events .btn-private-secondary:hover {
  background:
    var(--charcoal, #211e1a);

  color:
    var(--cream, #f5f0e8);

  transform:
    translateY(-2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

  #private-events {
    padding:
      105px 35px;
  }


  #private-events .private-inner {
    gap: 50px;
  }


  #private-events .private-visual {
    min-height: 700px;

    grid-template-rows:
      minmax(330px, 1fr)
      190px;
  }


  #private-events .private-features {
    grid-template-columns: 1fr;
  }


  #private-events .private-feature:last-child {
    grid-column: auto;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

  #private-events {
    padding:
      85px 24px;
  }


  #private-events .private-inner {
    grid-template-columns: 1fr;

    gap: 48px;
  }


  #private-events .private-visual {
    height: auto;

    min-height: 0;

    grid-template-columns:
      1fr 0.8fr;

    grid-template-rows:
      360px
      155px;
  }


  #private-events .private-text h2 {
    font-size:
      clamp(2.8rem, 13vw, 4rem);
  }


  #private-events .private-text > p {
    font-size: 0.82rem;
  }


  #private-events .private-image-caption {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }


  #private-events .private-image-caption strong {
    max-width: 260px;

    font-size: 1.35rem;
  }


  #private-events .private-gold-card {
    padding: 20px 18px;
  }


  #private-events .private-gold-card p {
    font-size: 1.15rem;
  }


  #private-events .private-features {
    grid-template-columns: 1fr;
  }


  #private-events .private-actions {
    flex-direction: column;

    align-items: stretch;
  }


  #private-events .btn-gold,
  #private-events .btn-private-secondary {
    width: 100%;

    max-width: 340px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  #private-events {
    padding-left: 20px;
    padding-right: 20px;
  }


  #private-events .private-visual {
    grid-template-columns:
      1fr 1fr;

    grid-template-rows:
      300px
      145px;
  }


  #private-events .private-gold-card p {
    font-size: 1rem;
  }

}/* End custom CSS */