@font-face {
  font-family: Outfit;
  src: url("/wp-content/uploads/platform-preview/outfit.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Fusion;
  src: url("/wp-content/uploads/platform-preview/fusion-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}
:root {
  font-family: Outfit, Arial, sans-serif;
  color: #fff;
  background: #100a1c;
  font-synthesis: none;
  --pink: #ff317f;
  --muted: #bcb2c9;
  --line: rgba(255, 255, 255, 0.12);
  --panel: #1e142e;
  --purple: #6d3ede;
  --soft: #171022;
  --heading: Fusion, Outfit, Arial, sans-serif;
  --gutter: 36px;
  color-scheme: dark;
}
body.platform-site * {
  box-sizing: border-box;
}
html.platform-document {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body.platform-site {
  margin: 0;
  min-width: 320px;
}
body.platform-site,
body.platform-site button,
body.platform-site input,
body.platform-site select,
body.platform-site textarea {
  font-family: Outfit, Arial, sans-serif;
}
body.platform-site button,
body.platform-site input,
body.platform-site textarea,
body.platform-site select {
  font-size: inherit;
}
body.platform-site button,
body.platform-site a,
body.platform-site input,
body.platform-site select,
body.platform-site textarea {
  -webkit-tap-highlight-color: transparent;
}
body.platform-site button,
body.platform-site a {
  touch-action: manipulation;
}
body.platform-site a {
  color: inherit;
  text-decoration: none;
}
body.platform-site button {
  color: inherit;
  cursor: pointer;
}
body.platform-site button:disabled {
  cursor: default;
}
body.platform-site button svg,
body.platform-site a svg {
  flex-shrink: 0;
}
body.platform-site button {
  border: 0;
}
body.platform-site img {
  max-width: 100%;
  display: block;
}
body.platform-site h1,
body.platform-site h2,
body.platform-site h3,
body.platform-site h4,
body.platform-site p,
body.platform-site figure {
  margin: 0;
}
body.platform-site h1,
body.platform-site h2,
body.platform-site h3 {
  font-family: var(--heading);
  font-weight: 800;
  letter-spacing: -0.025em;
}
body.platform-site h1 {
  font-size: 48px;
  line-height: 1.12;
}
body.platform-site h2 {
  font-size: 31px;
  line-height: 1.2;
}
body.platform-site h3 {
  font-size: 21px;
  line-height: 1.25;
}
body.platform-site p {
  line-height: 1.65;
  color: var(--muted);
}
body.platform-site address {
  font-style: normal;
  line-height: 1.7;
  color: var(--muted);
}
body.platform-site button:focus-visible,
body.platform-site a:focus-visible,
body.platform-site summary:focus-visible {
  outline: 3px solid #9fe7eb;
  outline-offset: 5px;
}
body.platform-site input:focus-visible,
body.platform-site textarea:focus-visible,
body.platform-site select:focus-visible {
  outline: 2px solid #bd94ff;
  outline-offset: 1px;
}
body.platform-site ::selection {
  background: #c51e67;
  color: #fff;
}
body.platform-site .container {
  width: min(1200px, calc(100% - var(--gutter) * 2));
  margin-inline: auto;
}
body.platform-site .section {
  padding: 76px 0;
}
body.platform-site .compact-section {
  padding-top: 20px;
}
body.platform-site .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body.platform-site .skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 200;
  background: #fff;
  color: #100a1c;
  padding: 14px 22px;
  border-radius: 8px;
}
body.platform-site .skip-link:focus {
  top: 12px;
}
body.platform-site .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(15, 8, 28, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
}
body.platform-site .header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 86px;
}
body.platform-site .brand {
  flex: 0 0 160px;
  display: block;
}
body.platform-site .brand img {
  width: 160px;
  height: auto;
}
body.platform-site .navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  flex: 1;
}
body.platform-site .navigation > a:not(.button),
body.platform-site .navigation > :where(.ep-widget) > a:not(.button),
body.platform-site .navigation > :where(.ep-widget) > :where(.elementor-widget-container) > a:not(.button) {
  display: flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  padding: 12px 0;
  color: #e3dfe9;
}
body.platform-site .navigation > a:not(.button):hover,
body.platform-site .navigation > :where(.ep-widget) > a:not(.button):hover,
body.platform-site .navigation > :where(.ep-widget) > :where(.elementor-widget-container) > a:not(.button):hover,
body.platform-site .navigation > a.active,
body.platform-site .navigation > :where(.ep-widget) > a.active,
body.platform-site .navigation > :where(.ep-widget) > :where(.elementor-widget-container) > a.active {
  color: #ff82ad;
}
body.platform-site .navigation > a.active:after,
body.platform-site .navigation > :where(.ep-widget) > a.active:after,
body.platform-site .navigation > :where(.ep-widget) > :where(.elementor-widget-container) > a.active:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  bottom: 4px;
  left: 0;
  background: var(--pink);
}
body.platform-site .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: linear-gradient(105deg, #de145e, #992b77 55%, #44267f);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 100px;
  padding: 14px 23px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  white-space: nowrap;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s;
  cursor: pointer;
  width: fit-content;
}
body.platform-site .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 25px #ef22682a;
  border-color: #ff8bb7;
}
body.platform-site .button-secondary {
  background: transparent;
  border-color: #817189;
}
body.platform-site .button-secondary:hover {
  background: rgba(255, 255, 255, 0.07);
}
body.platform-site .header-book {
  padding: 12px 19px;
  font-size: 13px;
  gap: 18px;
  flex-shrink: 0;
}
body.platform-site .menu-toggle {
  display: none;
  background: transparent;
  padding: 9px;
  margin-right: -9px;
}
body.platform-site .navigation .mobile-nav-book {
  display: none;
}
body.platform-site .text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #e8e2ed;
  white-space: nowrap;
}
body.platform-site .text-link:hover {
  color: #ff82ad;
}
body.platform-site .text-link svg {
  transition: transform 0.2s;
}
body.platform-site .text-link:hover svg {
  transform: translate(2px, -2px);
}
body.platform-site .eyebrow {
  font-family: Outfit, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 600;
  line-height: 1.45;
  color: #eaa5c0;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
body.platform-site .eyebrow > span,
body.platform-site .eyebrow > :where(.ep-widget) > span,
body.platform-site .eyebrow > :where(.ep-widget) > :where(.elementor-widget-container) > span {
  width: 5px;
  height: 5px;
  background: var(--pink);
  display: block;
  border-radius: 50%;
  flex-shrink: 0;
}
body.platform-site .section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 29px;
}
body.platform-site .section-head .eyebrow {
  margin-bottom: 11px;
}
body.platform-site .section-intro {
  margin-top: 11px;
  font-size: 16px;
}
body.platform-site .section-head > .text-link,
body.platform-site .section-head > :where(.ep-widget) > .text-link,
body.platform-site .section-head > :where(.ep-widget) > :where(.elementor-widget-container) > .text-link {
  margin-bottom: 5px;
}
body.platform-site .home-hero {
  position: relative;
  min-height: 574px;
  isolation: isolate;
  background: #0e0a1b;
  display: flex;
  align-items: center;
  overflow: hidden;
}
body.platform-site .hero-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 45%;
  z-index: -3;
}
body.platform-site .hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #10081e 5%,
      rgba(16, 8, 30, 0.94) 25%,
      rgba(16, 8, 30, 0.66) 49%,
      rgba(16, 8, 30, 0.13) 80%
    ),
    linear-gradient(0deg, #10081f 0%, transparent 36%);
  z-index: -2;
}
body.platform-site .home-hero:after {
  content: "";
  position: absolute;
  inset: auto auto -230px -190px;
  width: 620px;
  height: 380px;
  background: #a6136742;
  filter: blur(100px);
  z-index: -1;
  pointer-events: none;
}
body.platform-site .hero-content {
  padding-top: 45px;
  padding-bottom: 98px;
}
body.platform-site .hero-content .eyebrow {
  color: #e2d3e9;
  font-size: 10px;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}
body.platform-site .hero-content h1 {
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.12;
  letter-spacing: -0.025em;
  max-width: 670px;
}
body.platform-site .hero-content h1 em {
  font-style: normal;
  color: #ff4d91;
}
body.platform-site .hero-content > p,
body.platform-site .hero-content > :where(.ep-widget) > p,
body.platform-site .hero-content > :where(.ep-widget) > :where(.elementor-widget-container) > p {
  font-size: 17px;
  line-height: 1.55;
  max-width: 440px;
  margin-top: 22px;
  color: #ded5e4;
}
body.platform-site .hero-book {
  margin-top: 28px;
  padding: 15px 25px;
  gap: 31px;
}
body.platform-site .hero-footnote {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #bfb2cb;
  margin-top: 16px;
}
body.platform-site .status-dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #d69ef2;
}
body.platform-site .hero-bottom {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
}
body.platform-site .hero-bottom > .container,
body.platform-site .hero-bottom > :where(.ep-widget) > .container,
body.platform-site .hero-bottom > :where(.ep-widget) > :where(.elementor-widget-container) > .container {
  height: 59px;
  display: flex;
  align-items: center;
  gap: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
body.platform-site .hero-bottom span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #c1b5cd;
}
body.platform-site .hero-bottom svg {
  color: #dc9bb8;
}
body.platform-site .hero-bottom a {
  margin-left: auto;
  display: flex;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
body.platform-site .hero-bottom a:hover {
  background: #ffffff15;
}
body.platform-site .experiences-section {
  background: linear-gradient(180deg, #100a1c, #160e24);
}
body.platform-site .experience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
body.platform-site .experience-card {
  position: relative;
  isolation: isolate;
  min-height: 326px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #291c34;
  transition:
    transform 0.25s,
    border-color 0.25s;
}
body.platform-site .experience-card > img,
body.platform-site .experience-card > :where(.ep-widget) > img,
body.platform-site .experience-card > :where(.ep-widget) > :where(.elementor-widget-container) > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
  transition: transform 0.6s;
}
body.platform-site .experience-card:hover {
  transform: translateY(-4px);
  border-color: #ac597b;
}
body.platform-site .experience-card:hover > img,
body.platform-site .experience-card:hover > :where(.ep-widget) > img,
body.platform-site .experience-card:hover > :where(.ep-widget) > :where(.elementor-widget-container) > img {
  transform: scale(1.035);
}
body.platform-site .card-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(
    180deg,
    #0c071728 10%,
    #0c071733 27%,
    #0c0717bf 65%,
    #0c0717fa 100%
  );
}
body.platform-site .card-top {
  position: absolute;
  top: 17px;
  left: 18px;
  right: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
}
body.platform-site .card-top > span,
body.platform-site .card-top > :where(.ep-widget) > span,
body.platform-site .card-top > :where(.ep-widget) > :where(.elementor-widget-container) > span {
  font-size: 8px;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-shadow: 0 1px 8px #000;
}
body.platform-site .card-expand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  background: #1c1125a3;
  border-radius: 50%;
  border: 1px solid #ffffff70;
  backdrop-filter: blur(5px);
}
body.platform-site .experience-content {
  padding: 23px 20px 20px;
  min-width: 0;
}
body.platform-site .experience-content h3 {
  font-size: 19px;
  line-height: 1.3;
  max-width: 100%;
  overflow-wrap: break-word;
  letter-spacing: -0.025em;
}
body.platform-site .experience-details {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 0.3s,
    opacity 0.3s;
}
body.platform-site .experience-details > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .experience-details > :where(.ep-widget) > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .experience-details > :where(.ep-widget) > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) {
  min-height: 0;
  overflow: hidden;
}
body.platform-site .experience-details p {
  font-size: 13px;
  line-height: 1.55;
  color: #d8cddf;
  padding-top: 12px;
}
body.platform-site .experience-card:hover .experience-details,
body.platform-site .experience-card:focus-within .experience-details,
body.platform-site .experience-card.expanded .experience-details {
  grid-template-rows: 1fr;
  opacity: 1;
}
body.platform-site .card-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 22px;
  font-size: 12px;
  font-weight: 600;
  padding-top: 12px;
  border-top: 1px solid #ffffff32;
}
body.platform-site .card-cta:hover {
  color: #ff87b4;
}
body.platform-site .card-cta svg {
  color: #ff74ac;
}
body.platform-site .steps-section {
  background: #1d112c;
  border-block: 1px solid rgba(255, 255, 255, 0.045);
  padding: 40px 0;
}
body.platform-site .steps-section > .container,
body.platform-site .steps-section > :where(.ep-widget) > .container,
body.platform-site .steps-section > :where(.ep-widget) > :where(.elementor-widget-container) > .container {
  display: grid;
  grid-template-columns: 1fr 2.3fr;
  gap: 38px;
  align-items: center;
}
body.platform-site .steps-intro h2 {
  font-size: 25px;
}
body.platform-site .steps-intro .eyebrow {
  font-size: 8px;
  margin-bottom: 12px;
}
body.platform-site .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
body.platform-site .step {
  position: relative;
  padding-left: 20px;
  border-left: 1px solid #ffffff1c;
}
body.platform-site .step-number {
  font-size: 10px;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #d18fae;
  display: block;
  margin-bottom: 11px;
}
body.platform-site .step-icon {
  display: none;
}
body.platform-site .step h3 {
  font-family: Outfit, Arial, sans-serif;
  font-size: 17px;
  letter-spacing: -0.01em;
  font-weight: 600;
  margin-bottom: 6px;
}
body.platform-site .step p {
  font-size: 13px;
  line-height: 1.5;
  max-width: 210px;
}
body.platform-site .occasions-section {
  background: #130c20;
}
body.platform-site .occasion-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
body.platform-site .occasion-links > a,
body.platform-site .occasion-links > :where(.ep-widget) > a,
body.platform-site .occasion-links > :where(.ep-widget) > :where(.elementor-widget-container) > a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #20142f;
  border: 1px solid var(--line);
  padding: 20px 16px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 500;
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
  min-width: 0;
}
body.platform-site .occasion-links > a:hover,
body.platform-site .occasion-links > :where(.ep-widget) > a:hover,
body.platform-site .occasion-links > :where(.ep-widget) > :where(.elementor-widget-container) > a:hover {
  background: #34203e;
  border-color: #a64c73;
  transform: translateY(-3px);
}
body.platform-site .occasion-icon {
  color: #ed94bb;
  display: flex;
}
body.platform-site .occasion-arrow {
  margin-left: auto;
  color: #ac9bb7;
}
body.platform-site .highlights-section {
  background:
    radial-gradient(ellipse at 100% 90%, #73173732, transparent 70%), #130c20;
  padding-top: 8px;
}
body.platform-site .highlight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
body.platform-site .highlight-card {
  position: relative;
  isolation: isolate;
  min-height: 296px;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #251434;
}
body.platform-site .highlight-card:after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
  background: linear-gradient(90deg, #150d24f2, #150d24ba 48%, #150d2440 100%);
}
body.platform-site .highlight-card > img,
body.platform-site .highlight-card > :where(.ep-widget) > img,
body.platform-site .highlight-card > :where(.ep-widget) > :where(.elementor-widget-container) > img {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  z-index: -2;
  transition: transform 0.5s;
}
body.platform-site .highlight-card:hover > img,
body.platform-site .highlight-card:hover > :where(.ep-widget) > img,
body.platform-site .highlight-card:hover > :where(.ep-widget) > :where(.elementor-widget-container) > img {
  transform: scale(1.04);
}
body.platform-site .highlight-card > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .highlight-card > :where(.ep-widget) > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .highlight-card > :where(.ep-widget) > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) {
  width: 100%;
}
body.platform-site .pill {
  display: inline-flex;
  align-items: center;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3;
  background: #ffffff16;
  border: 1px solid #ffffff32;
  color: #f4eaf4;
  border-radius: 100px;
  padding: 6px 10px;
}
body.platform-site .highlight-card h3 {
  font-size: 25px;
  line-height: 1.18;
  margin-top: 18px;
  max-width: 370px;
}
body.platform-site .highlight-card p {
  font-size: 13px;
  line-height: 1.5;
  max-width: 290px;
  margin-top: 11px;
  color: #cec1d7;
}
body.platform-site .highlight-card .card-cta {
  max-width: 100%;
  border-color: #ffffff26;
  margin-top: 23px;
  font-size: 13px;
}
body.platform-site .games-strip {
  background: linear-gradient(110deg, #36152e, #221538 55%, #271b4b);
  border-block: 1px solid #ffffff10;
  padding: 31px 0;
}
body.platform-site .games-strip-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
body.platform-site .games-strip-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f69ebf;
  flex-shrink: 0;
  border: 1px solid #985575;
  border-radius: 17px;
  background: #ffffff05;
  transform: rotate(-5deg);
}
body.platform-site .games-strip-inner h2 {
  font-size: 24px;
}
body.platform-site .games-strip-inner p:not(.eyebrow) {
  font-size: 13px;
  margin-top: 8px;
}
body.platform-site .games-strip-inner .eyebrow {
  font-size: 8px;
  margin-bottom: 9px;
}
body.platform-site .games-strip .button {
  margin-left: auto;
  font-size: 12px;
  padding: 13px 19px;
  gap: 15px;
}
body.platform-site .games-strip .button > svg:last-child,
body.platform-site .games-strip .button > :where(.ep-widget):last-child > svg,
body.platform-site .games-strip .button > :where(.ep-widget):last-child > :where(.elementor-widget-container) > svg {
  display: none;
}
body.platform-site .reviews-section {
  background: #120c1f;
}
body.platform-site .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}
body.platform-site .review {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
body.platform-site .stars {
  display: flex;
  gap: 4px;
  color: #ff78aa;
  margin-bottom: 15px;
}
body.platform-site .review figcaption {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}
body.platform-site .review blockquote {
  font-size: 16px;
  line-height: 1.65;
  color: #d7ccdf;
  margin: 0 0 13px;
}
body.platform-site .review > a,
body.platform-site .review > :where(.ep-widget) > a,
body.platform-site .review > :where(.ep-widget) > :where(.elementor-widget-container) > a {
  display: flex;
  gap: 5px;
  font-size: 10px;
  color: #92869f;
  align-items: center;
}
body.platform-site .review > a:hover,
body.platform-site .review > :where(.ep-widget) > a:hover,
body.platform-site .review > :where(.ep-widget) > :where(.elementor-widget-container) > a:hover {
  color: #fa9abd;
}
body.platform-site .location-section {
  padding-top: 4px;
  background: #120c1f;
}
body.platform-site .location-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 12px;
  overflow: hidden;
  background: #211430;
  border: 1px solid var(--line);
}
body.platform-site .location-photo {
  position: relative;
  min-height: 336px;
}
body.platform-site .location-photo img {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
body.platform-site .location-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #11092190, transparent 45%);
}
body.platform-site .location-photo > span,
body.platform-site .location-photo > :where(.ep-widget) > span,
body.platform-site .location-photo > :where(.ep-widget) > :where(.elementor-widget-container) > span {
  position: absolute;
  left: 25px;
  bottom: 24px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  letter-spacing: 0.15em;
  font-weight: 500;
}
body.platform-site .location-content {
  padding: 40px 42px;
}
body.platform-site .location-content h2 {
  font-size: 28px;
}
body.platform-site .location-content > p:not(.eyebrow),
body.platform-site .location-content > :where(.ep-widget) > p:not(.eyebrow),
body.platform-site .location-content > :where(.ep-widget) > :where(.elementor-widget-container) > p:not(.eyebrow) {
  font-size: 14px;
  margin-top: 15px;
  max-width: 350px;
}
body.platform-site .location-content address {
  font-size: 13px;
  color: #e7ddea;
  margin: 17px 0 22px;
}
body.platform-site .location-content .button {
  font-size: 12px;
  padding: 12px 18px;
}
body.platform-site .site-footer {
  background: #0d0817;
  border-top: 1px solid #392340;
  padding: 0 0 20px;
}
body.platform-site .newsletter {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 72px;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
}
body.platform-site .newsletter h2 {
  font-size: 25px;
}
body.platform-site .newsletter .eyebrow {
  font-size: 8px;
  margin-bottom: 10px;
}
body.platform-site .newsletter p:not(.eyebrow) {
  font-size: 13px;
  margin-top: 9px;
}
body.platform-site .email-field {
  display: flex;
  border: 1px solid #786783;
  border-radius: 7px;
  background: #1b1229;
  overflow: hidden;
}
body.platform-site .email-field input {
  border: 0;
  background: transparent;
  padding: 14px 17px;
  min-width: 0;
  flex: 1;
  color: #fff;
  border-radius: 5px;
}
body.platform-site .email-field button {
  margin: 5px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #de246f;
  border-radius: 4px;
}
body.platform-site .email-field button:hover {
  background: #f23b84;
}
body.platform-site .consent {
  font-size: 11px !important;
  color: #b9adc4 !important;
  display: flex !important;
  align-items: center;
  gap: 7px !important;
  line-height: 1.5;
  margin-top: 10px !important;
  flex-wrap: wrap;
}
body.platform-site .consent input {
  accent-color: #e82d7b;
  width: 13px !important;
  height: 13px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 13px;
}
body.platform-site .consent a {
  text-decoration: underline;
}
body.platform-site .newsletter .form-note,
body.platform-site .form-note {
  font-size: 10px !important;
  color: #8f849a;
  line-height: 1.5;
}
body.platform-site .form-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.platform-site .form-success {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 19px;
  border: 1px solid #89537d;
  background: #21132d;
  border-radius: 8px;
}
body.platform-site .form-success > svg,
body.platform-site .form-success > :where(.ep-widget) > svg,
body.platform-site .form-success > :where(.ep-widget) > :where(.elementor-widget-container) > svg {
  color: #e688b2;
  flex-shrink: 0;
}
body.platform-site .form-success strong {
  font-size: 15px;
  font-weight: 500;
}
body.platform-site .form-success p {
  font-size: 12px;
  margin-top: 5px !important;
}
body.platform-site .inline-button {
  background: transparent;
  padding: 0;
  margin-top: 10px;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #eaa2c3;
}
body.platform-site .footer-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.9fr 1.3fr 1fr;
  gap: 36px;
  padding: 38px 0 34px;
}
body.platform-site .footer-grid h3 {
  font-family: Outfit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 14px;
  color: #e7deee;
}
body.platform-site .footer-brand img {
  width: 135px;
  height: auto;
}
body.platform-site .footer-brand p {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 13px;
}
body.platform-site .social-links {
  display: flex;
  gap: 13px;
  margin-top: 18px;
  color: #c9bbd4;
}
body.platform-site .footer-grid address {
  font-size: 12px;
  margin-bottom: 8px;
}
body.platform-site .footer-grid .text-link {
  font-size: 11px;
}
body.platform-site .opening-hours {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
}
body.platform-site .opening-hours > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .opening-hours > :where(.ep-widget) > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .opening-hours > :where(.ep-widget) > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
body.platform-site .opening-hours dt {
  color: #afa3bc;
}
body.platform-site .opening-hours dd {
  margin: 0;
  color: #d4c9df;
  white-space: nowrap;
}
body.platform-site .footer-grid > div:not(:where(.ep-widget,.elementor-widget-container)):last-child > a,
body.platform-site .footer-grid > div:not(:where(.ep-widget,.elementor-widget-container)):last-child > :where(.ep-widget) > a,
body.platform-site .footer-grid > div:not(:where(.ep-widget,.elementor-widget-container)):last-child > :where(.ep-widget) > :where(.elementor-widget-container) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > div:not(:where(.ep-widget,.elementor-widget-container)) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > :where(.elementor-widget-container) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > :where(.elementor-widget-container) > a {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  margin-bottom: 9px;
  color: #b9adc8;
}
body.platform-site .footer-email {
  overflow-wrap: anywhere;
}
body.platform-site .footer-grid a:hover {
  color: #ff92bb;
}
body.platform-site .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 19px;
  font-size: 10px;
  color: #81758f;
}
body.platform-site .footer-bottom > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .footer-bottom > :where(.ep-widget) > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .footer-bottom > :where(.ep-widget) > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) {
  display: flex;
  gap: 23px;
}
body.platform-site .footer-bottom a:hover {
  color: #fff;
}
body.platform-site .page-hero {
  position: relative;
  isolation: isolate;
  min-height: 350px;
  display: flex;
  align-items: center;
  background: #1d1328;
  overflow: hidden;
}
body.platform-site .page-hero > img,
body.platform-site .page-hero > :where(.ep-widget) > img,
body.platform-site .page-hero > :where(.ep-widget) > :where(.elementor-widget-container) > img {
  position: absolute;
  right: 0;
  top: 0;
  width: 66%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  z-index: -3;
}
body.platform-site .page-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, #150c25 6%, #150c25e6 35%, #150c2566 78%, #150c2540),
    linear-gradient(0deg, #100a1c, transparent 25%);
}
body.platform-site .page-hero > .container,
body.platform-site .page-hero > :where(.ep-widget) > .container,
body.platform-site .page-hero > :where(.ep-widget) > :where(.elementor-widget-container) > .container {
  padding-top: 32px;
  padding-bottom: 44px;
}
body.platform-site .breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  color: #a393b4;
  margin-bottom: 25px;
}
body.platform-site .page-hero h1 {
  font-size: 42px;
  line-height: 1.15;
  max-width: 700px;
}
body.platform-site .page-hero h1 > span,
body.platform-site .page-hero h1 > :where(.ep-widget) > span,
body.platform-site .page-hero h1 > :where(.ep-widget) > :where(.elementor-widget-container) > span {
  display: block;
}
body.platform-site .page-hero .eyebrow {
  font-size: 9px;
}
body.platform-site .page-hero p:not(.eyebrow) {
  font-size: 16px;
  max-width: 500px;
  margin-top: 17px;
  color: #d0c3dc;
}
body.platform-site .page-hero .button {
  margin-top: 22px;
}
body.platform-site .listing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
body.platform-site .listing-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #1e142c;
}
body.platform-site .listing-image {
  height: 275px;
  position: relative;
}
body.platform-site .listing-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center 53%;
}
body.platform-site .listing-image:after {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(0deg, #11061a5c, transparent);
}
body.platform-site .listing-image .pill {
  position: absolute;
  left: 24px;
  bottom: 23px;
  z-index: 1;
  background: #160a23b3;
  backdrop-filter: blur(5px);
}
body.platform-site .listing-content {
  padding: 27px 29px 31px;
}
body.platform-site .listing-time {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  color: #c5accf;
  margin-bottom: 15px;
}
body.platform-site .listing-content h2 {
  font-size: 27px;
}
body.platform-site .listing-content h3 {
  font-family: Outfit;
  font-size: 17px;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: 0;
}
body.platform-site .listing-content > p,
body.platform-site .listing-content > :where(.ep-widget) > p,
body.platform-site .listing-content > :where(.ep-widget) > :where(.elementor-widget-container) > p {
  font-size: 14px;
  margin-top: 12px;
}
body.platform-site .listing-content details {
  margin-top: 20px;
  border-top: 1px solid var(--line);
  padding-top: 13px;
}
body.platform-site .listing-content summary {
  font-size: 12px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.platform-site .listing-content details p {
  font-size: 12px;
  margin-top: 10px;
}
body.platform-site .listing-content .button {
  margin-top: 23px;
  font-size: 13px;
}
body.platform-site .small-print {
  font-size: 12px !important;
  color: #a89ab7 !important;
  margin-top: 25px;
  line-height: 1.6 !important;
}
body.platform-site .event-empty {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 27px;
  align-items: center;
  border: 1px solid #6a375f;
  border-radius: 14px;
  padding: 44px;
  background:
    radial-gradient(ellipse at right, #4b184638, transparent 70%), #1c132b;
}
body.platform-site .empty-icon {
  width: 120px;
  height: 120px;
  border-radius: 30px;
  background: #352040;
  border: 1px solid #8d4771;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff83b4;
  transform: rotate(-5deg);
}
body.platform-site .event-empty h2 {
  font-size: 29px;
  margin-top: 15px;
}
body.platform-site .event-empty p {
  font-size: 15px;
  max-width: 630px;
  margin-top: 15px;
}
body.platform-site .pink-pill {
  color: #ffaccd;
  border-color: #9b476e;
  background: #95295822;
}
body.platform-site .button-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 26px;
}
body.platform-site .event-note {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
  color: #ab91bb;
}
body.platform-site .event-note p {
  font-size: 12px;
}
body.platform-site .split-teaser {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 65px;
}
body.platform-site .split-teaser > img,
body.platform-site .split-teaser > :where(.ep-widget) > img,
body.platform-site .split-teaser > :where(.ep-widget) > :where(.elementor-widget-container) > img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 12px;
}
body.platform-site .split-teaser h2 {
  font-size: 34px;
}
body.platform-site .split-teaser p:not(.eyebrow) {
  font-size: 15px;
  margin-top: 17px;
  max-width: 480px;
}
body.platform-site .split-teaser .button,
body.platform-site .split-teaser .text-link {
  margin-top: 24px;
}
body.platform-site .occasion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
body.platform-site .occasion-big-card {
  position: relative;
  isolation: isolate;
  border-radius: 12px;
  overflow: hidden;
  min-height: 365px;
  display: flex;
  align-items: flex-end;
  border: 1px solid var(--line);
}
body.platform-site .occasion-big-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #100a1df5 6%, #100a1d8a 50%, #100a1d22);
  z-index: -1;
}
body.platform-site .occasion-big-card > img,
body.platform-site .occasion-big-card > :where(.ep-widget) > img,
body.platform-site .occasion-big-card > :where(.ep-widget) > :where(.elementor-widget-container) > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 0.5s;
}
body.platform-site .occasion-big-card:hover > img,
body.platform-site .occasion-big-card:hover > :where(.ep-widget) > img,
body.platform-site .occasion-big-card:hover > :where(.ep-widget) > :where(.elementor-widget-container) > img {
  transform: scale(1.04);
}
body.platform-site .occasion-big-card > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .occasion-big-card > :where(.ep-widget) > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .occasion-big-card > :where(.ep-widget) > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) {
  padding: 27px;
  width: 100%;
}
body.platform-site .occasion-big-card h2 {
  font-size: 25px;
}
body.platform-site .occasion-big-card p {
  font-size: 14px;
  margin-top: 13px;
  color: #d6cadd;
}
body.platform-site .occasion-big-card .card-cta {
  margin-top: 19px;
}
body.platform-site .occasion-detail {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: center;
}
body.platform-site .occasion-detail h2 {
  font-size: 33px;
  margin-bottom: 22px;
}
body.platform-site .occasion-detail p:not(.eyebrow) {
  font-size: 16px;
}
body.platform-site .feature-panel {
  padding: 35px;
  background: linear-gradient(130deg, #321734, #1e1532);
  border: 1px solid #6a3d69;
  border-radius: 12px;
}
body.platform-site .feature-panel > svg,
body.platform-site .feature-panel > :where(.ep-widget) > svg,
body.platform-site .feature-panel > :where(.ep-widget) > :where(.elementor-widget-container) > svg {
  color: #ea84b0;
  margin-bottom: 20px;
}
body.platform-site .feature-panel > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .feature-panel > :where(.ep-widget) > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .feature-panel > :where(.ep-widget) > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) {
  display: flex;
  gap: 11px;
  font-size: 14px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  align-items: center;
}
body.platform-site .feature-panel > div:not(:where(.ep-widget,.elementor-widget-container)) svg,
body.platform-site .feature-panel > :where(.ep-widget) > div:not(:where(.ep-widget,.elementor-widget-container)) svg,
body.platform-site .feature-panel > :where(.ep-widget) > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) svg {
  color: #dc88b1;
  flex-shrink: 0;
}
body.platform-site .spaces-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
body.platform-site .space-card img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 22px;
}
body.platform-site .space-card h3 {
  font-size: 23px;
}
body.platform-site .space-card p {
  font-size: 14px;
  margin-top: 11px;
  max-width: 320px;
}
body.platform-site .space-card .text-link {
  font-size: 12px;
  margin-top: 15px;
}
body.platform-site .packages-section {
  background: #1a1029;
  border-block: 1px solid #ffffff08;
}
body.platform-site .package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
body.platform-site .package-card {
  border: 1px solid #62416b;
  border-radius: 10px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #21132f;
}
body.platform-site .package-card > svg,
body.platform-site .package-card > :where(.ep-widget) > svg,
body.platform-site .package-card > :where(.ep-widget) > :where(.elementor-widget-container) > svg {
  color: #ed8fb9;
  margin-bottom: 18px;
}
body.platform-site .package-time {
  font-size: 10px;
  color: #b799c8;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
body.platform-site .package-card h3 {
  font-size: 26px;
  margin-top: 12px;
}
body.platform-site .package-card p {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 20px;
}
body.platform-site .package-card .text-link {
  font-size: 12px;
  margin-top: auto;
  white-space: normal;
}
body.platform-site .tour-frame {
  height: 430px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #271335;
  border: 1px solid var(--line);
}
body.platform-site .tour-frame > img,
body.platform-site .tour-frame > :where(.ep-widget) > img,
body.platform-site .tour-frame > :where(.ep-widget) > :where(.elementor-widget-container) > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.55);
}
body.platform-site .tour-launch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 17px;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  width: 90%;
}
body.platform-site .tour-launch > span,
body.platform-site .tour-launch > :where(.ep-widget) > span,
body.platform-site .tour-launch > :where(.ep-widget) > :where(.elementor-widget-container) > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  background: #c92273c7;
  backdrop-filter: blur(8px);
  border: 1px solid #eaa3d2;
  border-radius: 50%;
  padding-left: 3px;
}
body.platform-site .tour-launch:hover > span,
body.platform-site .tour-launch:hover > :where(.ep-widget) > span,
body.platform-site .tour-launch:hover > :where(.ep-widget) > :where(.elementor-widget-container) > span {
  background: #d63186;
}
body.platform-site .tour-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
body.platform-site .enquiry-section {
  background:
    radial-gradient(ellipse at top left, #3a16354d, transparent 50%), #180e26;
}
body.platform-site .enquiry-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.35fr;
  gap: 65px;
}
body.platform-site .enquiry-layout > div:not(:where(.ep-widget,.elementor-widget-container)):first-child h2,
body.platform-site .enquiry-layout > :where(.ep-widget):first-child > div:not(:where(.ep-widget,.elementor-widget-container)) h2,
body.platform-site .enquiry-layout > :where(.ep-widget):first-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) h2 {
  font-size: 33px;
  margin-bottom: 20px;
}
body.platform-site .enquiry-layout > div:not(:where(.ep-widget,.elementor-widget-container)):first-child > p:not(.eyebrow),
body.platform-site .enquiry-layout > div:not(:where(.ep-widget,.elementor-widget-container)):first-child > :where(.ep-widget) > p:not(.eyebrow),
body.platform-site .enquiry-layout > div:not(:where(.ep-widget,.elementor-widget-container)):first-child > :where(.ep-widget) > :where(.elementor-widget-container) > p:not(.eyebrow),
body.platform-site .enquiry-layout > :where(.ep-widget):first-child > div:not(:where(.ep-widget,.elementor-widget-container)) > p:not(.eyebrow),
body.platform-site .enquiry-layout > :where(.ep-widget):first-child > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > p:not(.eyebrow),
body.platform-site .enquiry-layout > :where(.ep-widget):first-child > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > :where(.elementor-widget-container) > p:not(.eyebrow),
body.platform-site .enquiry-layout > :where(.ep-widget):first-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > p:not(.eyebrow),
body.platform-site .enquiry-layout > :where(.ep-widget):first-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > p:not(.eyebrow),
body.platform-site .enquiry-layout > :where(.ep-widget):first-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > :where(.elementor-widget-container) > p:not(.eyebrow) {
  font-size: 15px;
  margin-bottom: 26px;
  max-width: 330px;
}
body.platform-site .contact-line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d5bfdc;
  font-size: 14px;
  margin-top: 17px;
  overflow-wrap: anywhere;
}
body.platform-site .contact-line svg {
  flex-shrink: 0;
  color: #da79a4;
}
body.platform-site .enquiry-form > label,
body.platform-site .enquiry-form > :where(.ep-widget) > label,
body.platform-site .enquiry-form > :where(.ep-widget) > :where(.elementor-widget-container) > label {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  font-size: 13px;
  gap: 8px;
}
body.platform-site .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px 18px;
}
body.platform-site .form-grid > label,
body.platform-site .form-grid > :where(.ep-widget) > label,
body.platform-site .form-grid > :where(.ep-widget) > :where(.elementor-widget-container) > label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  color: #d2c6dd;
}
body.platform-site .enquiry-form input:not([type="checkbox"]),
body.platform-site .enquiry-form textarea,
body.platform-site .enquiry-form select {
  background: #231731;
  border: 1px solid #6e587d;
  border-radius: 6px;
  padding: 12px;
  color: #fff;
  min-width: 0;
  width: 100%;
  font-size: 13px;
  min-height: 44px;
  appearance: auto;
}
body.platform-site .enquiry-form input::placeholder,
body.platform-site .enquiry-form textarea::placeholder,
body.platform-site .email-field input::placeholder {
  color: #a493b4;
  opacity: 1;
}
body.platform-site .enquiry-form textarea {
  resize: vertical;
}
body.platform-site .enquiry-form .consent {
  flex-direction: row;
  margin-block: 20px !important;
}
body.platform-site .enquiry-form .form-note {
  margin-top: 14px;
}
body.platform-site .enquiry-success {
  min-height: 360px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 38px;
}
body.platform-site .enquiry-success h3 {
  font-size: 25px;
}
body.platform-site .enquiry-success p {
  font-size: 14px;
}
body.platform-site .enquiry-success .button {
  margin-top: 16px;
}
body.platform-site .food-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
body.platform-site .food-feature > img,
body.platform-site .food-feature > :where(.ep-widget) > img,
body.platform-site .food-feature > :where(.ep-widget) > :where(.elementor-widget-container) > img {
  height: 490px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  object-position: center 57%;
}
body.platform-site .food-feature h2 {
  font-size: 37px;
}
body.platform-site .food-feature p:not(.eyebrow) {
  font-size: 15px;
  margin-top: 21px;
}
body.platform-site .food-tags {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-block: 25px;
}
body.platform-site .food-tags > span,
body.platform-site .food-tags > :where(.ep-widget) > span,
body.platform-site .food-tags > :where(.ep-widget) > :where(.elementor-widget-container) > span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: #d9b9d4;
}
body.platform-site .food-tags svg {
  color: #ef8db5;
}
body.platform-site .contact-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 70px;
}
body.platform-site .contact-grid h2 {
  font-size: 33px;
}
body.platform-site .contact-grid address {
  margin-top: 22px;
  font-size: 16px;
  max-width: 350px;
}
body.platform-site .contact-grid .button {
  margin-top: 24px;
  margin-bottom: 14px;
}
body.platform-site .hours-panel {
  background: #23152f;
  border: 1px solid #6d426a;
  border-radius: 12px;
  padding: 35px;
}
body.platform-site .hours-panel > svg,
body.platform-site .hours-panel > :where(.ep-widget) > svg,
body.platform-site .hours-panel > :where(.ep-widget) > :where(.elementor-widget-container) > svg {
  color: #df8bb5;
}
body.platform-site .hours-panel h2 {
  font-size: 24px;
  margin-top: 18px;
  margin-bottom: 24px;
}
body.platform-site .hours-panel .opening-hours {
  font-size: 15px;
  gap: 12px;
}
body.platform-site .hours-panel p {
  font-size: 12px;
  margin-top: 23px;
}
body.platform-site .faq {
  max-width: 900px;
}
body.platform-site .faq > details,
body.platform-site .faq > :where(.ep-widget) > details,
body.platform-site .faq > :where(.ep-widget) > :where(.elementor-widget-container) > details {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
body.platform-site .faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  font-size: 17px;
}
body.platform-site .faq summary svg {
  color: #e185b0;
}
body.platform-site .faq details[open] summary svg {
  transform: rotate(45deg);
}
body.platform-site .faq details p {
  font-size: 14px;
  max-width: 700px;
  margin-top: 15px;
}
body.platform-site .not-found {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
body.platform-site .not-found h1 {
  font-size: 38px;
}
body.platform-site .not-found .eyebrow {
  margin: 0;
}
@media (min-width: 1450px) {
  body.platform-site .hero-image {
    width: 68%;
  }
  body.platform-site .home-hero {
    min-height: 620px;
  }
  body.platform-site .hero-content h1 {
    font-size: 53px;
  }
  body.platform-site .experience-card {
    min-height: 355px;
  }
}
@media (max-width: 1150px) {
  :root {
    --gutter: 30px;
  }
  body.platform-site .header-inner {
    gap: 18px;
  }
  body.platform-site .brand,
body.platform-site .brand img {
    width: 140px;
    flex-basis: 140px;
  }
  body.platform-site .navigation {
    gap: 16px;
  }
  body.platform-site .navigation > a:not(.button),
body.platform-site .navigation > :where(.ep-widget) > a:not(.button),
body.platform-site .navigation > :where(.ep-widget) > :where(.elementor-widget-container) > a:not(.button) {
    font-size: 12px;
  }
  body.platform-site .header-book {
    gap: 10px;
    padding: 11px 15px;
  }
  body.platform-site .experience-content {
    padding: 20px 16px;
  }
  body.platform-site .experience-content h3 {
    font-size: 17px;
  }
  body.platform-site .card-top {
    left: 16px;
    right: 12px;
  }
  body.platform-site .card-top > span,
body.platform-site .card-top > :where(.ep-widget) > span,
body.platform-site .card-top > :where(.ep-widget) > :where(.elementor-widget-container) > span {
    font-size: 7px;
  }
  body.platform-site .occasion-links > a,
body.platform-site .occasion-links > :where(.ep-widget) > a,
body.platform-site .occasion-links > :where(.ep-widget) > :where(.elementor-widget-container) > a {
    padding: 18px 12px;
    font-size: 12px;
    gap: 8px;
  }
  body.platform-site .occasion-icon svg {
    width: 19px;
  }
  body.platform-site .occasion-arrow {
    width: 13px;
  }
  body.platform-site .footer-grid {
    gap: 25px;
  }
  body.platform-site .steps-section > .container,
body.platform-site .steps-section > :where(.ep-widget) > .container,
body.platform-site .steps-section > :where(.ep-widget) > :where(.elementor-widget-container) > .container {
    grid-template-columns: 0.95fr 2.4fr;
    gap: 25px;
  }
  body.platform-site .steps-grid {
    gap: 17px;
  }
  body.platform-site .step {
    padding-left: 15px;
  }
  body.platform-site .step h3 {
    font-size: 15px;
  }
  body.platform-site .steps-intro h2 {
    font-size: 23px;
  }
  body.platform-site .games-strip-inner h2 {
    font-size: 21px;
  }
  body.platform-site .games-strip-inner {
    gap: 19px;
  }
  body.platform-site .games-strip-icon {
    width: 58px;
    height: 58px;
  }
  body.platform-site .location-content {
    padding: 33px;
  }
  body.platform-site .footer-grid {
    grid-template-columns: 1fr 0.9fr 1.2fr 1.15fr;
  }
  body.platform-site .footer-grid > div:not(:where(.ep-widget,.elementor-widget-container)):last-child > a,
body.platform-site .footer-grid > div:not(:where(.ep-widget,.elementor-widget-container)):last-child > :where(.ep-widget) > a,
body.platform-site .footer-grid > div:not(:where(.ep-widget,.elementor-widget-container)):last-child > :where(.ep-widget) > :where(.elementor-widget-container) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > div:not(:where(.ep-widget,.elementor-widget-container)) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > :where(.elementor-widget-container) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > :where(.elementor-widget-container) > a {
    font-size: 11px;
  }
  body.platform-site .newsletter {
    gap: 45px;
  }
  body.platform-site .highlight-card {
    padding: 26px;
  }
  body.platform-site .highlight-card h3 {
    font-size: 23px;
  }
}
@media (max-width: 1000px) {
  body.platform-site .navigation {
    display: none;
  }
  body.platform-site .menu-toggle {
    display: flex;
  }
  body.platform-site .header-inner {
    height: 76px;
    gap: 20px;
  }
  body.platform-site .header-book {
    margin-left: auto;
  }
  body.platform-site .navigation.is-open {
    display: flex;
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    max-height: calc(100dvh - 76px);
    overflow-y: auto;
    background: #160c24;
    border-bottom: 1px solid #734063;
    padding: 27px var(--gutter) 34px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    box-shadow: 0 22px 50px #0009;
  }
  body.platform-site .navigation > a:not(.button),
body.platform-site .navigation > :where(.ep-widget) > a:not(.button),
body.platform-site .navigation > :where(.ep-widget) > :where(.elementor-widget-container) > a:not(.button) {
    font-size: 20px;
    padding: 14px 0;
    width: 100%;
  }
  body.platform-site .navigation .mobile-nav-book {
    display: flex;
    margin-top: 20px;
  }
  body.platform-site .navigation > a.active:after,
body.platform-site .navigation > :where(.ep-widget) > a.active:after,
body.platform-site .navigation > :where(.ep-widget) > :where(.elementor-widget-container) > a.active:after {
    bottom: 5px;
  }
  body.platform-site .hero-content h1 {
    font-size: 40px;
  }
  body.platform-site .hero-content > p,
body.platform-site .hero-content > :where(.ep-widget) > p,
body.platform-site .hero-content > :where(.ep-widget) > :where(.elementor-widget-container) > p {
    font-size: 16px;
  }
  body.platform-site .hero-image {
    width: 88%;
  }
  body.platform-site .hero-overlay {
    background:
      linear-gradient(90deg, #10081eef 2%, #10081ed9 30%, #10081e66 73%),
      linear-gradient(0deg, #10081f, transparent 45%);
  }
  body.platform-site .experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
  body.platform-site .experience-card {
    min-height: 355px;
  }
  body.platform-site .experience-content {
    padding: 25px;
  }
  body.platform-site .experience-content h3 {
    font-size: 22px;
  }
  body.platform-site .card-top {
    left: 25px;
    right: 20px;
    top: 21px;
  }
  body.platform-site .card-top > span,
body.platform-site .card-top > :where(.ep-widget) > span,
body.platform-site .card-top > :where(.ep-widget) > :where(.elementor-widget-container) > span {
    font-size: 9px;
  }
  body.platform-site .experience-details p {
    font-size: 14px;
    max-width: 320px;
  }
  body.platform-site .steps-section > .container,
body.platform-site .steps-section > :where(.ep-widget) > .container,
body.platform-site .steps-section > :where(.ep-widget) > :where(.elementor-widget-container) > .container {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  body.platform-site .steps-intro h2 {
    font-size: 28px;
  }
  body.platform-site .steps-intro .eyebrow {
    font-size: 9px;
  }
  body.platform-site .step h3 {
    font-size: 18px;
  }
  body.platform-site .step p {
    font-size: 13px;
  }
  body.platform-site .steps-grid {
    gap: 28px;
  }
  body.platform-site .occasion-links {
    gap: 9px;
  }
  body.platform-site .occasion-links > a,
body.platform-site .occasion-links > :where(.ep-widget) > a,
body.platform-site .occasion-links > :where(.ep-widget) > :where(.elementor-widget-container) > a {
    flex-direction: column;
    align-items: flex-start;
    padding: 19px;
    position: relative;
    gap: 12px;
    font-size: 13px;
  }
  body.platform-site .occasion-arrow {
    position: absolute;
    top: 20px;
    right: 15px;
  }
  body.platform-site .occasion-icon svg {
    height: 24px;
    width: 24px;
  }
  body.platform-site .highlight-card {
    padding: 25px;
  }
  body.platform-site .highlight-card h3 {
    font-size: 22px;
  }
  body.platform-site .highlight-card p {
    max-width: 250px;
  }
  body.platform-site .highlight-card > img,
body.platform-site .highlight-card > :where(.ep-widget) > img,
body.platform-site .highlight-card > :where(.ep-widget) > :where(.elementor-widget-container) > img {
    width: 85%;
  }
  body.platform-site .highlight-card:after {
    background: linear-gradient(90deg, #150d24ee, #150d24a0);
  }
  body.platform-site .games-strip-inner {
    flex-wrap: wrap;
  }
  body.platform-site .games-strip-inner .button {
    margin-left: auto;
  }
  body.platform-site .games-strip-inner > div:not(:where(.ep-widget,.elementor-widget-container)):nth-child(2),
body.platform-site .games-strip-inner > :where(.ep-widget):nth-child(2) > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .games-strip-inner > :where(.ep-widget):nth-child(2) > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) {
    max-width: 440px;
  }
  body.platform-site .games-strip-inner h2 {
    font-size: 21px;
  }
  body.platform-site .games-strip-icon {
    display: none;
  }
  body.platform-site .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 50px;
  }
  body.platform-site .footer-grid > div:not(:where(.ep-widget,.elementor-widget-container)):last-child > a,
body.platform-site .footer-grid > div:not(:where(.ep-widget,.elementor-widget-container)):last-child > :where(.ep-widget) > a,
body.platform-site .footer-grid > div:not(:where(.ep-widget,.elementor-widget-container)):last-child > :where(.ep-widget) > :where(.elementor-widget-container) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > div:not(:where(.ep-widget,.elementor-widget-container)) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > :where(.elementor-widget-container) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > :where(.elementor-widget-container) > a {
    font-size: 12px;
  }
  body.platform-site .opening-hours {
    max-width: 310px;
  }
  body.platform-site .location-content {
    padding: 30px;
  }
  body.platform-site .location-content h2 {
    font-size: 25px;
  }
  body.platform-site .location-photo {
    min-height: 360px;
  }
  body.platform-site .newsletter {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  body.platform-site .newsletter h2 {
    font-size: 22px;
  }
  body.platform-site .reviews-grid {
    gap: 23px;
  }
  body.platform-site .review blockquote {
    font-size: 14px;
  }
  body.platform-site .page-hero h1 {
    font-size: 36px;
  }
  body.platform-site .page-hero {
    min-height: 345px;
  }
  body.platform-site .occasion-grid {
    grid-template-columns: 1fr 1fr;
  }
  body.platform-site .occasion-big-card {
    min-height: 380px;
  }
  body.platform-site .occasion-detail {
    gap: 35px;
  }
  body.platform-site .occasion-detail h2 {
    font-size: 29px;
  }
  body.platform-site .feature-panel {
    padding: 25px;
  }
  body.platform-site .space-card img {
    height: 190px;
  }
  body.platform-site .space-card h3 {
    font-size: 19px;
  }
  body.platform-site .space-card .text-link {
    font-size: 11px;
    white-space: normal;
  }
  body.platform-site .package-card {
    padding: 22px;
  }
  body.platform-site .package-card h3 {
    font-size: 22px;
  }
  body.platform-site .enquiry-layout {
    gap: 35px;
    grid-template-columns: 0.9fr 1.3fr;
  }
  body.platform-site .enquiry-layout > div:not(:where(.ep-widget,.elementor-widget-container)):first-child h2,
body.platform-site .enquiry-layout > :where(.ep-widget):first-child > div:not(:where(.ep-widget,.elementor-widget-container)) h2,
body.platform-site .enquiry-layout > :where(.ep-widget):first-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) h2 {
    font-size: 28px;
  }
  body.platform-site .contact-line {
    font-size: 12px;
  }
  body.platform-site .food-feature {
    gap: 40px;
  }
  body.platform-site .food-feature h2 {
    font-size: 32px;
  }
  body.platform-site .food-feature > img,
body.platform-site .food-feature > :where(.ep-widget) > img,
body.platform-site .food-feature > :where(.ep-widget) > :where(.elementor-widget-container) > img {
    height: 450px;
  }
  body.platform-site .split-teaser {
    gap: 35px;
  }
  body.platform-site .split-teaser h2 {
    font-size: 29px;
  }
  body.platform-site .contact-grid {
    gap: 30px;
  }
  body.platform-site .contact-grid h2 {
    font-size: 29px;
  }
}
@media (hover: none) {
  body.platform-site .experience-details {
    grid-template-rows: 1fr;
    opacity: 1;
  }
  body.platform-site .experience-card:hover {
    transform: none;
  }
  body.platform-site .card-expand {
    display: none;
  }
}
@media (max-width: 700px) {
  :root {
    --gutter: 22px;
  }
  body.platform-site .section {
    padding: 52px 0;
  }
  body.platform-site .compact-section {
    padding-top: 6px;
  }
  body.platform-site h2 {
    font-size: 26px;
  }
  body.platform-site .section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 25px;
  }
  body.platform-site .section-head > .text-link,
body.platform-site .section-head > :where(.ep-widget) > .text-link,
body.platform-site .section-head > :where(.ep-widget) > :where(.elementor-widget-container) > .text-link {
    font-size: 12px;
  }
  body.platform-site .section-intro {
    font-size: 14px;
  }
  body.platform-site .eyebrow {
    font-size: 8px;
    letter-spacing: 0.17em;
  }
  body.platform-site .header-inner {
    height: 70px;
    gap: 15px;
  }
  body.platform-site .brand,
body.platform-site .brand img {
    width: 125px;
    flex-basis: 125px;
  }
  body.platform-site .header-book {
    padding: 10px 13px;
    font-size: 11px;
    gap: 10px;
  }
  body.platform-site .header-book svg {
    width: 15px;
  }
  body.platform-site .menu-toggle {
    padding: 8px;
  }
  body.platform-site .menu-toggle svg {
    width: 23px;
  }
  body.platform-site .navigation.is-open {
    top: 70px;
    max-height: calc(100dvh - 70px);
  }
  body.platform-site .home-hero {
    min-height: 583px;
    align-items: flex-start;
  }
  body.platform-site .hero-image {
    width: 100%;
    object-position: 55% 50%;
    opacity: 0.62;
  }
  body.platform-site .hero-overlay {
    background:
      linear-gradient(90deg, #10081ef0, #10081e73),
      linear-gradient(0deg, #10081f 1%, transparent 58%);
  }
  body.platform-site .hero-content {
    padding-top: 70px;
    padding-bottom: 125px;
  }
  body.platform-site .hero-content .eyebrow {
    font-size: 8px;
    letter-spacing: 0.16em;
    margin-bottom: 24px;
  }
  body.platform-site .hero-content h1 {
    font-size: clamp(25px, 5.9vw, 40px);
    line-height: 1.22;
    letter-spacing: -0.02em;
    max-width: 520px;
  }
  body.platform-site .hero-content > p,
body.platform-site .hero-content > :where(.ep-widget) > p,
body.platform-site .hero-content > :where(.ep-widget) > :where(.elementor-widget-container) > p {
    font-size: 16px;
    line-height: 1.65;
    margin-top: 23px;
    max-width: 330px;
  }
  body.platform-site .desktop-break {
    display: none;
  }
  body.platform-site .hero-book {
    font-size: 13px;
    gap: 27px;
    margin-top: 28px;
    padding: 14px 21px;
  }
  body.platform-site .hero-footnote {
    font-size: 10px;
    margin-top: 18px;
  }
  body.platform-site .hero-bottom > .container,
body.platform-site .hero-bottom > :where(.ep-widget) > .container,
body.platform-site .hero-bottom > :where(.ep-widget) > :where(.elementor-widget-container) > .container {
    height: 63px;
    gap: 20px;
  }
  body.platform-site .hero-bottom span {
    font-size: 9px;
    gap: 6px;
  }
  body.platform-site .hero-bottom span:nth-child(3) {
    display: none;
  }
  body.platform-site .hero-bottom span svg {
    width: 15px;
  }
  body.platform-site .hero-bottom a {
    width: 30px;
    height: 30px;
  }
  body.platform-site .experience-grid {
    gap: 17px;
  }
  body.platform-site .experience-card {
    min-height: 330px;
  }
  body.platform-site .experience-content {
    padding: 20px;
  }
  body.platform-site .experience-content h3 {
    font-size: 18px;
  }
  body.platform-site .card-top {
    left: 20px;
    right: 15px;
    top: 18px;
  }
  body.platform-site .card-top > span,
body.platform-site .card-top > :where(.ep-widget) > span,
body.platform-site .card-top > :where(.ep-widget) > :where(.elementor-widget-container) > span {
    font-size: 7px;
    letter-spacing: 0.08em;
  }
  body.platform-site .experience-details p {
    font-size: 13px;
  }
  body.platform-site .experience-details {
    grid-template-rows: 1fr;
    opacity: 1;
  }
  body.platform-site .card-expand {
    display: none;
  }
  body.platform-site .card-cta {
    margin-top: 17px;
    font-size: 12px;
  }
  body.platform-site .steps-section {
    padding: 33px 0;
  }
  body.platform-site .steps-section > .container,
body.platform-site .steps-section > :where(.ep-widget) > .container,
body.platform-site .steps-section > :where(.ep-widget) > :where(.elementor-widget-container) > .container {
    gap: 24px;
  }
  body.platform-site .steps-intro h2 {
    font-size: 24px;
  }
  body.platform-site .steps-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  body.platform-site .step {
    padding: 21px 0 21px 46px;
    border-left: 0;
    border-top: 1px solid #ffffff16;
  }
  body.platform-site .step:last-child {
    padding-bottom: 0;
  }
  body.platform-site .step-number {
    position: absolute;
    left: 0;
    top: 22px;
    font-size: 13px;
    margin: 0;
  }
  body.platform-site .step h3 {
    font-size: 17px;
  }
  body.platform-site .step p {
    max-width: none;
    font-size: 13px;
  }
  body.platform-site .occasion-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }
  body.platform-site .occasion-links > a,
body.platform-site .occasion-links > :where(.ep-widget) > a,
body.platform-site .occasion-links > :where(.ep-widget) > :where(.elementor-widget-container) > a {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 21px 17px;
    font-size: 13px;
  }
  body.platform-site .occasion-links > a:last-child,
body.platform-site .occasion-links > :where(.ep-widget):last-child > a,
body.platform-site .occasion-links > :where(.ep-widget):last-child > :where(.elementor-widget-container) > a {
    grid-column: 1/-1;
  }
  body.platform-site .occasion-arrow {
    position: static;
    margin-left: auto;
  }
  body.platform-site .occasion-icon svg {
    width: 20px;
    height: 20px;
  }
  body.platform-site .highlights-section {
    padding-top: 2px;
  }
  body.platform-site .highlight-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  body.platform-site .highlight-card {
    min-height: 288px;
    padding: 27px;
  }
  body.platform-site .highlight-card > img,
body.platform-site .highlight-card > :where(.ep-widget) > img,
body.platform-site .highlight-card > :where(.ep-widget) > :where(.elementor-widget-container) > img {
    width: 70%;
  }
  body.platform-site .highlight-card h3 {
    font-size: 25px;
  }
  body.platform-site .highlight-card p {
    font-size: 13px;
    max-width: 260px;
  }
  body.platform-site .highlight-card:after {
    background: linear-gradient(90deg, #150d24f5, #150d24aa 65%, #150d2460);
  }
  body.platform-site .games-strip {
    padding: 31px 0;
  }
  body.platform-site .games-strip-inner {
    gap: 22px;
    align-items: flex-start;
  }
  body.platform-site .games-strip-inner h2 {
    font-size: 23px;
    max-width: 350px;
  }
  body.platform-site .games-strip-inner .button {
    margin-left: 0;
    padding: 12px 17px;
  }
  body.platform-site .reviews-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  body.platform-site .review {
    padding-top: 22px;
  }
  body.platform-site .review blockquote {
    font-size: 15px;
    margin-bottom: 10px;
  }
  body.platform-site .review .stars {
    margin-bottom: 10px;
  }
  body.platform-site .review .stars svg {
    width: 17px;
  }
  body.platform-site .review figcaption {
    margin-bottom: 8px;
    font-size: 14px;
  }
  body.platform-site .location-section {
    padding-top: 0;
  }
  body.platform-site .location-card {
    grid-template-columns: 1fr;
  }
  body.platform-site .location-photo {
    min-height: 220px;
  }
  body.platform-site .location-content {
    padding: 28px;
  }
  body.platform-site .location-content h2 {
    font-size: 25px;
  }
  body.platform-site .location-content > p:not(.eyebrow),
body.platform-site .location-content > :where(.ep-widget) > p:not(.eyebrow),
body.platform-site .location-content > :where(.ep-widget) > :where(.elementor-widget-container) > p:not(.eyebrow) {
    font-size: 14px;
  }
  body.platform-site .newsletter {
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 32px 0;
  }
  body.platform-site .newsletter h2 {
    font-size: 23px;
  }
  body.platform-site .newsletter p:not(.eyebrow) {
    font-size: 12px;
  }
  body.platform-site .email-field input {
    font-size: 13px;
    padding: 12px 13px;
  }
  body.platform-site .footer-grid {
    gap: 28px 24px;
    padding: 31px 0;
  }
  body.platform-site .footer-brand img {
    width: 120px;
  }
  body.platform-site .footer-brand p {
    font-size: 11px;
  }
  body.platform-site .footer-grid h3 {
    font-size: 11px;
    margin-bottom: 12px;
  }
  body.platform-site .footer-grid address {
    font-size: 11px;
  }
  body.platform-site .footer-grid .opening-hours {
    font-size: 10px;
    gap: 7px;
  }
  body.platform-site .footer-grid .opening-hours > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .footer-grid .opening-hours > :where(.ep-widget) > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .footer-grid .opening-hours > :where(.ep-widget) > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) {
    gap: 7px;
    flex-wrap: wrap;
  }
  body.platform-site .footer-grid > div:not(:where(.ep-widget,.elementor-widget-container)):last-child > a,
body.platform-site .footer-grid > div:not(:where(.ep-widget,.elementor-widget-container)):last-child > :where(.ep-widget) > a,
body.platform-site .footer-grid > div:not(:where(.ep-widget,.elementor-widget-container)):last-child > :where(.ep-widget) > :where(.elementor-widget-container) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > div:not(:where(.ep-widget,.elementor-widget-container)) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > :where(.elementor-widget-container) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > :where(.elementor-widget-container) > a {
    font-size: 10px;
  }
  body.platform-site .footer-bottom {
    flex-direction: column;
    gap: 13px;
    font-size: 9px;
  }
  body.platform-site .footer-bottom > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .footer-bottom > :where(.ep-widget) > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .footer-bottom > :where(.ep-widget) > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) {
    gap: 18px;
    flex-wrap: wrap;
  }
  body.platform-site .footer-bottom > div:not(:where(.ep-widget,.elementor-widget-container)) > span,
body.platform-site .footer-bottom > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > span,
body.platform-site .footer-bottom > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > :where(.elementor-widget-container) > span,
body.platform-site .footer-bottom > :where(.ep-widget) > div:not(:where(.ep-widget,.elementor-widget-container)) > span,
body.platform-site .footer-bottom > :where(.ep-widget) > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > span,
body.platform-site .footer-bottom > :where(.ep-widget) > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > :where(.elementor-widget-container) > span,
body.platform-site .footer-bottom > :where(.ep-widget) > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > span,
body.platform-site .footer-bottom > :where(.ep-widget) > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > span,
body.platform-site .footer-bottom > :where(.ep-widget) > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > :where(.elementor-widget-container) > span {
    display: none;
  }
  body.platform-site .page-hero {
    min-height: 360px;
  }
  body.platform-site .page-hero > img,
body.platform-site .page-hero > :where(.ep-widget) > img,
body.platform-site .page-hero > :where(.ep-widget) > :where(.elementor-widget-container) > img {
    width: 100%;
    opacity: 0.62;
  }
  body.platform-site .page-hero-shade {
    background:
      linear-gradient(90deg, #150c25e9, #150c2599),
      linear-gradient(0deg, #100a1c, transparent 40%);
  }
  body.platform-site .page-hero > .container,
body.platform-site .page-hero > :where(.ep-widget) > .container,
body.platform-site .page-hero > :where(.ep-widget) > :where(.elementor-widget-container) > .container {
    padding-top: 25px;
    padding-bottom: 36px;
  }
  body.platform-site .breadcrumb {
    margin-bottom: 24px;
  }
  body.platform-site .page-hero h1 {
    font-size: clamp(27px, 6.5vw, 36px);
    line-height: 1.2;
  }
  body.platform-site .page-hero p:not(.eyebrow) {
    font-size: 15px;
    max-width: 370px;
  }
  body.platform-site .page-hero .eyebrow {
    font-size: 8px;
  }
  body.platform-site .page-hero .button {
    font-size: 12px;
    padding: 13px 19px;
  }
  body.platform-site .listing-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  body.platform-site .listing-image {
    height: 235px;
  }
  body.platform-site .listing-content {
    padding: 24px;
  }
  body.platform-site .listing-content h2 {
    font-size: 25px;
  }
  body.platform-site .listing-time {
    font-size: 10px;
    line-height: 1.6;
    align-items: flex-start;
  }
  body.platform-site .listing-time > svg,
body.platform-site .listing-time > :where(.ep-widget) > svg,
body.platform-site .listing-time > :where(.ep-widget) > :where(.elementor-widget-container) > svg {
    margin-top: 2px;
    flex-shrink: 0;
  }
  body.platform-site .listing-content h3 {
    font-size: 16px;
  }
  body.platform-site .listing-content > p,
body.platform-site .listing-content > :where(.ep-widget) > p,
body.platform-site .listing-content > :where(.ep-widget) > :where(.elementor-widget-container) > p {
    font-size: 14px;
  }
  body.platform-site .event-empty {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 28px;
  }
  body.platform-site .empty-icon {
    height: 70px;
    width: 70px;
    border-radius: 18px;
  }
  body.platform-site .empty-icon > svg,
body.platform-site .empty-icon > :where(.ep-widget) > svg,
body.platform-site .empty-icon > :where(.ep-widget) > :where(.elementor-widget-container) > svg {
    width: 29px;
  }
  body.platform-site .event-empty h2 {
    font-size: 24px;
  }
  body.platform-site .event-empty p {
    font-size: 14px;
  }
  body.platform-site .event-empty .button {
    font-size: 12px;
  }
  body.platform-site .event-empty .text-link {
    font-size: 12px;
  }
  body.platform-site .button-row {
    gap: 19px;
    margin-top: 24px;
  }
  body.platform-site .event-note {
    align-items: flex-start;
  }
  body.platform-site .event-note svg {
    flex-shrink: 0;
  }
  body.platform-site .event-note p {
    font-size: 11px;
  }
  body.platform-site .split-teaser {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  body.platform-site .split-teaser h2 {
    font-size: 29px;
  }
  body.platform-site .split-teaser > img,
body.platform-site .split-teaser > :where(.ep-widget) > img,
body.platform-site .split-teaser > :where(.ep-widget) > :where(.elementor-widget-container) > img {
    height: 260px;
  }
  body.platform-site .split-teaser p:not(.eyebrow) {
    font-size: 14px;
  }
  body.platform-site .occasion-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  body.platform-site .occasion-big-card {
    min-height: 360px;
  }
  body.platform-site .occasion-big-card h2 {
    font-size: 26px;
  }
  body.platform-site .occasion-big-card > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .occasion-big-card > :where(.ep-widget) > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .occasion-big-card > :where(.ep-widget) > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) {
    padding: 26px;
  }
  body.platform-site .occasion-detail {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  body.platform-site .occasion-detail h2 {
    font-size: 27px;
  }
  body.platform-site .occasion-detail p:not(.eyebrow) {
    font-size: 15px;
  }
  body.platform-site .occasion-detail .button {
    font-size: 12px;
  }
  body.platform-site .feature-panel {
    padding: 27px;
  }
  body.platform-site .spaces-grid {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  body.platform-site .space-card img {
    height: 240px;
    margin-bottom: 18px;
  }
  body.platform-site .space-card h3 {
    font-size: 23px;
  }
  body.platform-site .space-card p {
    max-width: none;
  }
  body.platform-site .space-card .text-link {
    font-size: 12px;
  }
  body.platform-site .package-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  body.platform-site .package-card {
    padding: 26px;
  }
  body.platform-site .package-card h3 {
    font-size: 26px;
  }
  body.platform-site .package-card p {
    max-width: 400px;
  }
  body.platform-site .tour-frame {
    height: 280px;
  }
  body.platform-site .tour-launch {
    font-size: 13px;
  }
  body.platform-site .tour-launch > span,
body.platform-site .tour-launch > :where(.ep-widget) > span,
body.platform-site .tour-launch > :where(.ep-widget) > :where(.elementor-widget-container) > span {
    width: 62px;
    height: 62px;
  }
  body.platform-site .enquiry-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  body.platform-site .enquiry-layout > div:not(:where(.ep-widget,.elementor-widget-container)):first-child h2,
body.platform-site .enquiry-layout > :where(.ep-widget):first-child > div:not(:where(.ep-widget,.elementor-widget-container)) h2,
body.platform-site .enquiry-layout > :where(.ep-widget):first-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) h2 {
    font-size: 29px;
  }
  body.platform-site .contact-line {
    font-size: 13px;
  }
  body.platform-site .form-grid {
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
  body.platform-site .form-grid > label,
body.platform-site .form-grid > :where(.ep-widget) > label,
body.platform-site .form-grid > :where(.ep-widget) > :where(.elementor-widget-container) > label {
    font-size: 12px;
  }
  body.platform-site .enquiry-form input:not([type="checkbox"]),
body.platform-site .enquiry-form textarea,
body.platform-site .enquiry-form select {
    font-size: 16px;
    padding: 11px 9px;
  }
  body.platform-site .enquiry-form select {
    font-size: 14px;
  }
  body.platform-site .enquiry-form > label,
body.platform-site .enquiry-form > :where(.ep-widget) > label,
body.platform-site .enquiry-form > :where(.ep-widget) > :where(.elementor-widget-container) > label {
    font-size: 12px;
  }
  body.platform-site .enquiry-form .button {
    font-size: 12px;
  }
  body.platform-site .enquiry-success {
    min-height: 300px;
    padding: 27px;
  }
  body.platform-site .enquiry-success h3 {
    font-size: 23px;
  }
  body.platform-site .food-feature {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  body.platform-site .food-feature > img,
body.platform-site .food-feature > :where(.ep-widget) > img,
body.platform-site .food-feature > :where(.ep-widget) > :where(.elementor-widget-container) > img {
    height: 330px;
  }
  body.platform-site .food-feature h2 {
    font-size: 31px;
  }
  body.platform-site .food-feature .button {
    font-size: 12px;
    gap: 12px;
  }
  body.platform-site .contact-grid {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  body.platform-site .contact-grid h2 {
    font-size: 28px;
  }
  body.platform-site .contact-grid address {
    font-size: 14px;
  }
  body.platform-site .hours-panel {
    padding: 28px;
  }
  body.platform-site .hours-panel h2 {
    font-size: 24px;
  }
  body.platform-site .hours-panel .opening-hours {
    font-size: 13px;
    max-width: none;
  }
  body.platform-site .faq summary {
    font-size: 15px;
  }
  body.platform-site .faq > details,
body.platform-site .faq > :where(.ep-widget) > details,
body.platform-site .faq > :where(.ep-widget) > :where(.elementor-widget-container) > details {
    padding: 19px 0;
  }
  body.platform-site .not-found h1 {
    font-size: 29px;
  }
  body.platform-site .not-found {
    min-height: 400px;
  }
}
@media (max-width: 450px) {
  body.platform-site .experience-grid {
    grid-template-columns: 1fr;
  }
  body.platform-site .experience-card {
    min-height: 338px;
  }
  body.platform-site .experience-content {
    padding: 25px;
  }
  body.platform-site .experience-content h3 {
    font-size: 23px;
    max-width: 290px;
  }
  body.platform-site .experience-details p {
    font-size: 14px;
    max-width: 310px;
  }
  body.platform-site .card-top {
    left: 25px;
    right: 20px;
    top: 21px;
  }
  body.platform-site .card-top > span,
body.platform-site .card-top > :where(.ep-widget) > span,
body.platform-site .card-top > :where(.ep-widget) > :where(.elementor-widget-container) > span {
    font-size: 8px;
    letter-spacing: 0.13em;
  }
  body.platform-site .card-cta {
    font-size: 13px;
    margin-top: 20px;
  }
  body.platform-site .hero-content h1 {
    font-size: 27px;
  }
  body.platform-site .hero-content > p,
body.platform-site .hero-content > :where(.ep-widget) > p,
body.platform-site .hero-content > :where(.ep-widget) > :where(.elementor-widget-container) > p {
    font-size: 15px;
  }
  body.platform-site .hero-content {
    padding-top: 67px;
  }
  body.platform-site .home-hero {
    min-height: 560px;
  }
  body.platform-site .occasion-links > a,
body.platform-site .occasion-links > :where(.ep-widget) > a,
body.platform-site .occasion-links > :where(.ep-widget) > :where(.elementor-widget-container) > a {
    font-size: 12px;
    padding: 19px 14px;
    gap: 9px;
  }
  body.platform-site .occasion-icon svg {
    width: 18px;
  }
  body.platform-site .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 19px;
  }
  body.platform-site .footer-grid .opening-hours > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .footer-grid .opening-hours > :where(.ep-widget) > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .footer-grid .opening-hours > :where(.ep-widget) > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) {
    display: block;
  }
  body.platform-site .footer-grid .opening-hours dd {
    margin-top: 3px;
  }
  body.platform-site .form-grid {
    grid-template-columns: 1fr;
  }
  body.platform-site .brand,
body.platform-site .brand img {
    width: 117px;
    flex-basis: 117px;
  }
  body.platform-site .header-inner {
    gap: 12px;
  }
  body.platform-site .header-book {
    padding: 9px 12px;
    gap: 8px;
  }
  body.platform-site .hero-bottom > .container,
body.platform-site .hero-bottom > :where(.ep-widget) > .container,
body.platform-site .hero-bottom > :where(.ep-widget) > :where(.elementor-widget-container) > .container {
    gap: 14px;
  }
  body.platform-site .food-tags {
    gap: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html.platform-document {
    scroll-behavior: auto;
  }
  body.platform-site *,
body.platform-site *:before,
body.platform-site *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Visual alignment with Platform's existing Elementor site.
   Exact source colours: #040118, #ad1143, #1a0e5f and #9d1146.
   Layout/accessibility primitives remain in styles.css. */
@font-face {
  font-family: Fusion;
  src: url("/wp-content/uploads/platform-preview/fusion-medium.ttf") format("truetype");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}
:root {
  background: #040118;
  --pink: #ad1143;
  --purple: #1a0e5f;
  --muted: #e8dce7;
  --panel: #1a0e5f;
  --soft: #1c0c5c;
  --line: #ffffff30;
  --gutter: 48px;
  --brand-button: linear-gradient(-80deg, #1a0e5f 0%, #ad1143 100%);
}
body.platform-site {
  background: linear-gradient(150deg, #040118 0%, #ad1143 100%);
}
body.platform-site .container {
  width: min(1120px, calc(100% - var(--gutter) * 2));
}
body.platform-site h1,
body.platform-site h2,
body.platform-site h3 {
  font-weight: 700;
  letter-spacing: -0.025em;
}
body.platform-site h1,
body.platform-site h2 {
  text-transform: uppercase;
}
body.platform-site h2 {
  font-size: 32px;
}
body.platform-site .section {
  padding: 64px 0;
}
body.platform-site .section-head {
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}
body.platform-site .section-head > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .section-head > :where(.ep-widget) > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .section-head > :where(.ep-widget) > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) {
  max-width: 820px;
}
body.platform-site .section-intro {
  max-width: 680px;
  margin: 14px auto 0;
}
body.platform-site .section-head .eyebrow {
  display: none;
}
body.platform-site .section-head > .text-link,
body.platform-site .section-head > :where(.ep-widget) > .text-link,
body.platform-site .section-head > :where(.ep-widget) > :where(.elementor-widget-container) > .text-link {
  margin: 0;
}
body.platform-site .eyebrow {
  color: #f3d5e4;
}
body.platform-site .eyebrow > span,
body.platform-site .eyebrow > :where(.ep-widget) > span,
body.platform-site .eyebrow > :where(.ep-widget) > :where(.elementor-widget-container) > span {
  background: #e84b89;
}
body.platform-site .site-header {
  background: linear-gradient(172deg, #040118 40%, #29051f 100%);
  border: 0;
  backdrop-filter: none;
}
body.platform-site .header-inner {
  height: 88px;
}
body.platform-site .brand,
body.platform-site .brand img {
  flex-basis: 180px;
  width: 180px;
}
body.platform-site .navigation {
  gap: 21px;
}
body.platform-site .navigation > a:not(.button),
body.platform-site .navigation > :where(.ep-widget) > a:not(.button),
body.platform-site .navigation > :where(.ep-widget) > :where(.elementor-widget-container) > a:not(.button) {
  color: #fff;
  font-size: 14px;
}
body.platform-site .button,
body.platform-site .card-cta {
  background: var(--brand-button);
  border: 1px solid #ffffffbd;
  border-radius: 100px;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 23px;
  gap: 16px;
  line-height: 1.3;
  color: #fff;
}
body.platform-site .button:hover,
body.platform-site .card-cta:hover {
  border-color: white;
  color: #fff;
  box-shadow: 0 5px 20px #04011830;
}
body.platform-site .button {
  max-width: 100%;
  white-space: normal;
  text-align: center;
}
body.platform-site .header-book,
body.platform-site .hero-book {
  white-space: nowrap;
}
body.platform-site .split-teaser > *,
body.platform-site .split-teaser > :where(.ep-widget) > *,
body.platform-site .split-teaser > :where(.ep-widget) > :where(.elementor-widget-container) > *,
body.platform-site .occasion-detail > *,
body.platform-site .occasion-detail > :where(.ep-widget) > *,
body.platform-site .occasion-detail > :where(.ep-widget) > :where(.elementor-widget-container) > * {
  min-width: 0;
}
body.platform-site .button-secondary {
  background: #1a0e5f55;
}
body.platform-site .button-secondary:hover {
  background: #1a0e5f;
}
body.platform-site .header-book {
  font-size: 13px;
  padding: 12px 18px;
}
body.platform-site .home-hero {
  min-height: 535px;
  align-items: center;
  text-align: center;
  background: #040118;
}
body.platform-site .home-hero > picture,
body.platform-site .home-hero > :where(.ep-widget) > picture,
body.platform-site .home-hero > :where(.ep-widget) > :where(.elementor-widget-container) > picture {
  position: absolute;
  inset: 0;
  z-index: -3;
}
body.platform-site .home-hero .hero-image {
  width: 100%;
  height: 100%;
  object-position: center;
  opacity: 1;
}
body.platform-site .home-hero .hero-overlay {
  background: #04011870;
}
body.platform-site .home-hero:after {
  display: none;
}
body.platform-site .hero-content {
  padding: 80px 0;
}
body.platform-site .hero-content h1 {
  font-size: clamp(34px, 4.4vw, 52px);
  max-width: 100%;
  line-height: 1.15;
  text-shadow: 0 2px 18px #04011855;
}
body.platform-site .hero-content > p,
body.platform-site .hero-content > :where(.ep-widget) > p,
body.platform-site .hero-content > :where(.ep-widget) > :where(.elementor-widget-container) > p {
  max-width: 720px;
  margin-inline: auto;
  color: #fff;
}
body.platform-site .hero-content .hero-proposition {
  font-size: 23px;
  margin-top: 16px;
  line-height: 1.45;
}
body.platform-site .hero-content .hero-tagline {
  font-size: 17px;
  margin-top: 10px;
}
body.platform-site .hero-book {
  margin-top: 28px;
  padding: 14px 26px;
  font-size: 15px;
  gap: 20px;
}
body.platform-site .hero-motion-toggle {
  position: absolute;
  right: max(var(--gutter), calc((100vw - 1120px) / 2));
  bottom: 22px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff60;
  border-radius: 50%;
  background: #04011870;
}
body.platform-site .experiences-section,
body.platform-site .occasions-section,
body.platform-site .highlights-section,
body.platform-site .location-section,
body.platform-site .steps-section {
  background: transparent;
}
body.platform-site .experience-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
body.platform-site .experience-card {
  min-height: 350px;
  border: 0;
  border-radius: 24px;
  justify-content: center;
}
body.platform-site .experience-card > img,
body.platform-site .experience-card > :where(.ep-widget) > img,
body.platform-site .experience-card > :where(.ep-widget) > :where(.elementor-widget-container) > img {
  object-position: center 48%;
}
body.platform-site .experience-card .card-shade {
  background: linear-gradient(180deg, #04011812, #04011885 42%, #040118c7);
}
body.platform-site .experience-card:hover {
  transform: translateY(-3px);
}
body.platform-site .card-top {
  top: 18px;
  right: 18px;
  left: auto;
}
body.platform-site .card-top > span,
body.platform-site .card-top > :where(.ep-widget) > span,
body.platform-site .card-top > :where(.ep-widget) > :where(.elementor-widget-container) > span {
  display: none;
}
body.platform-site .card-expand {
  width: 30px;
  height: 30px;
  background: #04011870;
}
body.platform-site .experience-content {
  padding: 44px 35px 30px;
  text-align: center;
}
body.platform-site .experience-content h3 {
  font-size: 26px;
  line-height: 1.3;
  max-width: none;
}
body.platform-site .experience-details p {
  font-size: 15px;
  color: #fff;
  max-width: 390px;
  margin-inline: auto;
}
body.platform-site .card-cta {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}
body.platform-site .card-cta svg {
  color: #fff;
}
body.platform-site .experience-card .card-cta svg {
  transform: rotate(45deg);
}
body.platform-site .steps-section {
  padding: 20px 0 64px;
  border: 0;
}
body.platform-site .steps-section > .container,
body.platform-site .steps-section > :where(.ep-widget) > .container,
body.platform-site .steps-section > :where(.ep-widget) > :where(.elementor-widget-container) > .container {
  display: block;
}
body.platform-site .steps-intro {
  text-align: center;
  margin-bottom: 32px;
}
body.platform-site .steps-intro h2 {
  font-size: 30px;
}
body.platform-site .steps-intro p {
  font-size: 16px;
  margin-top: 14px;
}
body.platform-site .steps-grid {
  max-width: 920px;
  margin-inline: auto;
  gap: 45px;
}
body.platform-site .step {
  padding: 0;
  border: 0;
  text-align: center;
}
body.platform-site .step-number {
  position: static;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  background: #ad1143;
  color: #fff;
  border-radius: 50%;
  font-family: var(--heading);
  font-size: 18px;
  margin: 0 auto 12px;
}
body.platform-site .step:nth-child(2) .step-number {
  background: #1a0e5f;
}
body.platform-site .step-illustration {
  width: 130px;
  height: auto;
  margin: 0 auto 20px;
}
body.platform-site .step h3 {
  font-family: var(--heading);
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}
body.platform-site .step p {
  font-size: 14px;
  max-width: 240px;
  margin: 10px auto 0;
}
body.platform-site .occasions-section {
  padding-top: 0;
}
body.platform-site .occasion-links {
  gap: 14px;
}
body.platform-site .occasion-links > a,
body.platform-site .occasion-links > :where(.ep-widget) > a,
body.platform-site .occasion-links > :where(.ep-widget) > :where(.elementor-widget-container) > a {
  background: var(--brand-button);
  border: 1px solid #ffffff70;
  border-radius: 100px;
  justify-content: center;
  padding: 17px 14px;
  font-size: 14px;
}
body.platform-site .occasion-links > a:hover,
body.platform-site .occasion-links > :where(.ep-widget) > a:hover,
body.platform-site .occasion-links > :where(.ep-widget) > :where(.elementor-widget-container) > a:hover {
  background: #1a0e5f;
  border-color: #fff;
}
body.platform-site .occasion-icon {
  display: none;
}
body.platform-site .occasion-arrow {
  color: #fff;
}
body.platform-site .highlights-section {
  padding-top: 0;
}
body.platform-site .highlight-card {
  min-height: 315px;
  border: 0;
  border-radius: 24px;
  text-align: center;
  align-items: center;
}
body.platform-site .highlight-card > img,
body.platform-site .highlight-card > :where(.ep-widget) > img,
body.platform-site .highlight-card > :where(.ep-widget) > :where(.elementor-widget-container) > img {
  width: 100%;
  object-position: center 48%;
}
body.platform-site .highlight-card:after {
  background: linear-gradient(180deg, #04011848, #040118bb);
}
body.platform-site .highlight-card h3 {
  max-width: none;
  font-size: 26px;
}
body.platform-site .highlight-card p {
  max-width: 360px;
  margin: 13px auto 0;
  color: #fff;
  font-size: 15px;
}
body.platform-site .highlight-card .card-cta {
  margin-top: 22px;
  font-size: 13px;
}
body.platform-site .highlight-card .pill {
  background: transparent;
  border: 0;
  font-size: 11px;
}
body.platform-site .games-strip {
  background: #1a0e5f;
  border: 0;
  padding: 35px 0;
}
body.platform-site .games-strip-inner {
  gap: 24px;
}
body.platform-site .games-strip-icon {
  background: transparent;
  border: 0;
  transform: none;
  color: #fff;
}
body.platform-site .games-strip-inner h2 {
  font-size: 26px;
}
body.platform-site .games-strip-inner p:not(.eyebrow) {
  font-size: 14px;
}
body.platform-site .games-strip .button {
  background: var(--brand-button);
  font-size: 13px;
}
body.platform-site .reviews-section {
  background: #1c0c5c;
}
body.platform-site .reviews-grid {
  gap: 22px;
}
body.platform-site .review {
  background: #9d1146;
  padding: 28px 26px;
  border: 0;
  border-radius: 20px;
  text-align: center;
}
body.platform-site .stars {
  color: #fff;
  justify-content: center;
  margin-bottom: 14px;
}
body.platform-site .review .stars svg {
  width: 23px;
  height: 23px;
}
body.platform-site .review figcaption {
  font-size: 16px;
}
body.platform-site .review blockquote {
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
}
body.platform-site .review > a,
body.platform-site .review > :where(.ep-widget) > a,
body.platform-site .review > :where(.ep-widget) > :where(.elementor-widget-container) > a {
  color: #efcede;
  font-size: 11px;
  justify-content: center;
}
body.platform-site .location-section {
  padding-top: 64px;
}
body.platform-site .location-card {
  background: #1a0e5f;
  border: 0;
  border-radius: 24px;
}
body.platform-site .location-content {
  text-align: center;
  padding: 38px;
}
body.platform-site .location-content .eyebrow {
  display: none;
}
body.platform-site .location-content h2 {
  font-size: 27px;
}
body.platform-site .location-content > p:not(.eyebrow),
body.platform-site .location-content > :where(.ep-widget) > p:not(.eyebrow),
body.platform-site .location-content > :where(.ep-widget) > :where(.elementor-widget-container) > p:not(.eyebrow) {
  margin-inline: auto;
}
body.platform-site .site-footer {
  background: #1a0e5f;
  border-top: 1px solid #ffffff20;
}
body.platform-site .newsletter h2 {
  font-size: 24px;
}
body.platform-site .newsletter .eyebrow {
  display: none;
}
body.platform-site .email-field {
  background: #ffffff0c;
  border-radius: 100px;
  border-color: #ffffff80;
}
body.platform-site .email-field button {
  background: var(--brand-button);
  border-radius: 100px;
}
body.platform-site .consent {
  color: #dfd5ef !important;
}
body.platform-site .form-note,
body.platform-site .newsletter .form-note {
  color: #ccc0de;
}
body.platform-site .footer-grid h3 {
  color: #fff;
  font-size: 14px;
}
body.platform-site .footer-grid address,
body.platform-site .footer-grid > div:not(:where(.ep-widget,.elementor-widget-container)):last-child > a,
body.platform-site .footer-grid > div:not(:where(.ep-widget,.elementor-widget-container)):last-child > :where(.ep-widget) > a,
body.platform-site .footer-grid > div:not(:where(.ep-widget,.elementor-widget-container)):last-child > :where(.ep-widget) > :where(.elementor-widget-container) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > div:not(:where(.ep-widget,.elementor-widget-container)) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > :where(.elementor-widget-container) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > :where(.elementor-widget-container) > a,
body.platform-site .opening-hours,
body.platform-site .footer-brand p {
  color: #e8dce7;
  font-size: 12px;
}
body.platform-site .opening-hours dt,
body.platform-site .opening-hours dd,
body.platform-site .footer-bottom {
  color: #d9cde7;
}
body.platform-site .footer-bottom {
  font-size: 11px;
}
body.platform-site .page-hero {
  text-align: center;
  min-height: 360px;
}
body.platform-site .page-hero > img,
body.platform-site .page-hero > :where(.ep-widget) > img,
body.platform-site .page-hero > :where(.ep-widget) > :where(.elementor-widget-container) > img {
  width: 100%;
  opacity: 1;
}
body.platform-site .page-hero-shade {
  background: #0401189c;
}
body.platform-site .page-hero > .container,
body.platform-site .page-hero > :where(.ep-widget) > .container,
body.platform-site .page-hero > :where(.ep-widget) > :where(.elementor-widget-container) > .container {
  padding-block: 45px;
}
body.platform-site .breadcrumb,
body.platform-site .page-hero .eyebrow {
  justify-content: center;
  color: #eee0f2;
}
body.platform-site .page-hero h1 {
  max-width: 850px;
  margin-inline: auto;
  font-size: 42px;
}
body.platform-site .page-hero p:not(.eyebrow) {
  max-width: 660px;
  margin-inline: auto;
  color: #fff;
}
body.platform-site .page-hero .button-row {
  justify-content: center;
}
body.platform-site .listing-card,
body.platform-site .feature-panel,
body.platform-site .event-empty,
body.platform-site .hours-panel,
body.platform-site .package-card {
  background: #1a0e5f;
  border-color: #ffffff35;
  border-radius: 22px;
}
body.platform-site .listing-content,
body.platform-site .event-empty {
  color: #fff;
}
body.platform-site .listing-content {
  text-align: center;
}
body.platform-site .listing-time {
  justify-content: center;
  color: #dfcce8;
}
body.platform-site .listing-content details {
  text-align: left;
}
body.platform-site .listing-content h2 {
  font-size: 27px;
}
body.platform-site .occasion-big-card,
body.platform-site .tour-frame,
body.platform-site .split-teaser > img,
body.platform-site .split-teaser > :where(.ep-widget) > img,
body.platform-site .split-teaser > :where(.ep-widget) > :where(.elementor-widget-container) > img,
body.platform-site .food-feature > img,
body.platform-site .food-feature > :where(.ep-widget) > img,
body.platform-site .food-feature > :where(.ep-widget) > :where(.elementor-widget-container) > img {
  border-radius: 24px;
}
body.platform-site .occasion-big-card > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .occasion-big-card > :where(.ep-widget) > div:not(:where(.ep-widget,.elementor-widget-container)),
body.platform-site .occasion-big-card > :where(.ep-widget) > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) {
  text-align: center;
}
body.platform-site .small-print {
  color: #e1c7da !important;
}
@media (max-width: 1150px) {
  :root {
    --gutter: 32px;
  }
  body.platform-site .brand,
body.platform-site .brand img {
    width: 150px;
    flex-basis: 150px;
  }
  body.platform-site .navigation {
    gap: 16px;
  }
  body.platform-site .navigation > a:not(.button),
body.platform-site .navigation > :where(.ep-widget) > a:not(.button),
body.platform-site .navigation > :where(.ep-widget) > :where(.elementor-widget-container) > a:not(.button) {
    font-size: 12px;
  }
  body.platform-site .header-book {
    padding: 11px 16px;
    font-size: 12px;
  }
  body.platform-site .experience-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  body.platform-site .header-inner {
    height: 76px;
  }
  body.platform-site .navigation.is-open {
    background: linear-gradient(150deg, #040118, #4b092d);
  }
  body.platform-site .navigation > a:not(.button),
body.platform-site .navigation > :where(.ep-widget) > a:not(.button),
body.platform-site .navigation > :where(.ep-widget) > :where(.elementor-widget-container) > a:not(.button) {
    font-size: 19px;
  }
  body.platform-site .occasion-links > a,
body.platform-site .occasion-links > :where(.ep-widget) > a,
body.platform-site .occasion-links > :where(.ep-widget) > :where(.elementor-widget-container) > a {
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    padding: 17px 12px;
    gap: 8px;
  }
  body.platform-site .occasion-arrow {
    position: static;
  }
  body.platform-site .experience-content {
    padding-inline: 26px;
  }
  body.platform-site .experience-card {
    min-height: 330px;
  }
  body.platform-site .experience-content h3 {
    font-size: 23px;
  }
  body.platform-site .page-hero h1 {
    font-size: 36px;
  }
  body.platform-site .steps-grid {
    gap: 22px;
  }
  body.platform-site .step h3 {
    font-size: 17px;
  }
  body.platform-site .highlight-card h3 {
    font-size: 23px;
  }
}
@media (max-width: 700px) {
  :root {
    --gutter: 24px;
  }
  body.platform-site .section {
    padding-block: 46px;
  }
  body.platform-site h2 {
    font-size: 26px;
  }
  body.platform-site .header-inner {
    height: 72px;
    gap: 13px;
  }
  body.platform-site .brand,
body.platform-site .brand img {
    width: 125px;
    flex-basis: 125px;
  }
  body.platform-site .header-book {
    font-size: 11px;
    padding: 10px 13px;
    gap: 8px;
  }
  body.platform-site .navigation.is-open {
    top: 72px;
    max-height: calc(100dvh - 72px);
  }
  body.platform-site .home-hero {
    min-height: 460px;
  }
  body.platform-site .hero-content {
    padding: 65px 0;
  }
  body.platform-site .hero-content h1 {
    font-size: clamp(29px, 7.4vw, 41px);
    line-height: 1.2;
  }
  body.platform-site .hero-content .hero-proposition {
    font-size: 19px;
    margin-top: 20px;
  }
  body.platform-site .hero-content .hero-tagline {
    font-size: 15px;
    margin-top: 12px;
  }
  body.platform-site .hero-book {
    font-size: 13px;
    margin-top: 26px;
    padding: 13px 24px;
  }
  body.platform-site .hero-motion-toggle {
    bottom: 18px;
    width: 30px;
    height: 30px;
  }
  body.platform-site .section-head {
    align-items: center;
    margin-bottom: 27px;
  }
  body.platform-site .section-intro {
    font-size: 15px;
  }
  body.platform-site .experience-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  body.platform-site .experience-card {
    min-height: 310px;
    border-radius: 20px;
  }
  body.platform-site .experience-content {
    padding: 36px 26px;
  }
  body.platform-site .experience-content h3 {
    font-size: 23px;
    max-width: none;
  }
  body.platform-site .experience-details p {
    font-size: 14px;
    max-width: 390px;
  }
  body.platform-site .experience-card .card-cta {
    font-size: 12px;
    padding: 12px 22px;
  }
  body.platform-site .steps-section {
    padding: 0 0 46px;
  }
  body.platform-site .steps-intro h2 {
    font-size: 26px;
  }
  body.platform-site .steps-intro p {
    font-size: 15px;
  }
  body.platform-site .steps-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  body.platform-site .step {
    padding: 0;
  }
  body.platform-site .step:last-child {
    padding: 0;
  }
  body.platform-site .step-illustration {
    width: 115px;
    margin-bottom: 18px;
  }
  body.platform-site .step h3 {
    font-size: 20px;
  }
  body.platform-site .step p {
    font-size: 14px;
    max-width: 280px;
  }
  body.platform-site .step-number {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  body.platform-site .occasions-section,
body.platform-site .highlights-section {
    padding-top: 0;
  }
  body.platform-site .occasion-links {
    gap: 12px;
  }
  body.platform-site .occasion-links > a,
body.platform-site .occasion-links > :where(.ep-widget) > a,
body.platform-site .occasion-links > :where(.ep-widget) > :where(.elementor-widget-container) > a {
    font-size: 13px;
    padding: 16px;
  }
  body.platform-site .highlight-card {
    min-height: 280px;
    border-radius: 20px;
    padding: 28px;
  }
  body.platform-site .highlight-card h3 {
    font-size: 25px;
  }
  body.platform-site .highlight-card .card-cta {
    font-size: 12px;
  }
  body.platform-site .games-strip {
    padding-block: 32px;
  }
  body.platform-site .games-strip-inner {
    justify-content: center;
    text-align: center;
  }
  body.platform-site .games-strip-inner .button {
    margin: 0 auto;
  }
  body.platform-site .games-strip-inner h2 {
    font-size: 25px;
  }
  body.platform-site .reviews-grid {
    gap: 18px;
  }
  body.platform-site .review {
    padding: 25px;
  }
  body.platform-site .review .stars svg {
    width: 23px;
    height: 23px;
  }
  body.platform-site .location-section {
    padding-top: 46px;
  }
  body.platform-site .location-content {
    padding: 30px 24px;
  }
  body.platform-site .location-content h2 {
    font-size: 25px;
  }
  body.platform-site .newsletter h2 {
    font-size: 23px;
  }
  body.platform-site .newsletter p:not(.eyebrow) {
    font-size: 13px;
  }
  body.platform-site .email-field input {
    font-size: 16px;
  }
  body.platform-site .footer-grid .opening-hours {
    font-size: 12px;
  }
  body.platform-site .footer-grid h3 {
    font-size: 13px;
  }
  body.platform-site .footer-grid > div:not(:where(.ep-widget,.elementor-widget-container)):last-child > a,
body.platform-site .footer-grid > div:not(:where(.ep-widget,.elementor-widget-container)):last-child > :where(.ep-widget) > a,
body.platform-site .footer-grid > div:not(:where(.ep-widget,.elementor-widget-container)):last-child > :where(.ep-widget) > :where(.elementor-widget-container) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > div:not(:where(.ep-widget,.elementor-widget-container)) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > :where(.elementor-widget-container) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > a,
body.platform-site .footer-grid > :where(.ep-widget):last-child > :where(.elementor-widget-container) > div:not(:where(.ep-widget,.elementor-widget-container)) > :where(.ep-widget) > :where(.elementor-widget-container) > a,
body.platform-site .footer-grid address,
body.platform-site .footer-brand p {
    font-size: 12px;
  }
  body.platform-site .footer-bottom {
    font-size: 10px;
  }
  body.platform-site .page-hero h1 {
    font-size: clamp(28px, 6.6vw, 36px);
  }
  body.platform-site .page-hero .eyebrow {
    font-size: 10px;
  }
  body.platform-site .page-hero p:not(.eyebrow) {
    font-size: 15px;
  }
  body.platform-site .listing-content {
    padding: 25px;
  }
}
@media (max-width: 360px) {
  body.platform-site .brand,
body.platform-site .brand img {
    width: 105px;
    flex-basis: 105px;
  }
  body.platform-site .header-inner {
    gap: 10px;
  }
  body.platform-site .header-book {
    padding-inline: 10px;
    font-size: 10px;
  }
  body.platform-site .hero-content h1 {
    font-size: 28px;
  }
  body.platform-site .occasion-links > a,
body.platform-site .occasion-links > :where(.ep-widget) > a,
body.platform-site .occasion-links > :where(.ep-widget) > :where(.elementor-widget-container) > a {
    padding-inline: 12px;
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.platform-site .hero-motion-toggle {
    display: none;
  }
}
