@font-face {
  font-family: Restora;
  src: url('../fonts/Restora.ttf') format('truetype');
  font-display: swap
}

:root {
  color-scheme: dark;
  --pink: #f34879;
  --sidebar: clamp(240px, 16.1vw, 460px)
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  background: #09121c url('../images/bg_home.png') center center/cover fixed no-repeat;
  color: #f7f7fa;
  min-height: 100svh
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(7, 14, 25, .62), rgb(7 14 25 / 79%) 45%, rgb(7 14 25 / 7%) 80%), linear-gradient(0deg, rgba(3, 12, 20, .26), transparent 60%);
}

a {
  color: inherit;
  text-decoration: none
}

button {
  font: inherit;
  color: inherit;
  cursor: pointer
}

button,
a {
  -webkit-tap-highlight-color: transparent
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #ff9fbb;
  outline-offset: 6px
}

button svg,
.product-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  z-index: 20;
  background: #101b28;
  padding: 12px
}

.skip-link:focus {
  transform: none
}

.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 5;
  width: var(--sidebar);
  display: flex;
  flex-direction: column;
  padding: 4vh 1.1vw 4vh 1.7vw;
  border: 1px solid #ffffff1f;
  border-left: 0;
  border-radius: 0 15px 30px 0;
  background: linear-gradient(140deg, #101a27b8, #10182366);
  backdrop-filter: blur(4px)
}

.brand {
  display: block;
  width: 100%;
  flex-shrink: 0
}

.brand img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto
}

.mobile-brand {
  display: none
}

nav {
  margin: 5.8vh 0 30px -12px
}

.nav-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 6.45vh;
  min-height: 44px;
  padding-left: 36px;
  font: 18px Restora, Georgia, serif;
  transition: color .25s ease
}

.nav-link::before,
.nav-link::after {
  content: "";
  position: absolute;
  top: 50%;
  background: var(--pink);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease
}

.nav-link::before {
  left: 0;
  width: 2px;
  height: 32px;
  transform: translateY(-50%) scaleY(.35)
}

.nav-link::after {
  left: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateY(-50%) scale(.4)
}

.nav-link.active,
.nav-link:hover,
.nav-link:focus-visible {
  color: var(--pink)
}

.nav-link.active::before,
.nav-link:hover::before,
.nav-link:focus-visible::before {
  opacity: 1;
  transform: translateY(-50%) scaleY(1)
}

.nav-link.active::after,
.nav-link:hover::after,
.nav-link:focus-visible::after {
  opacity: 1;
  transform: translateY(-50%) scale(1)
}

.sidebar-bottom {
  margin-top: auto
}

.booking {
  display: flex;
  gap: 13px;
  align-items: flex-start
}

.booking-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ffffff0c;
  display: grid;
  place-items: center
}

.booking-icon svg {
  width: 29px;
  height: 29px
}

.booking h2 {
  font: 18px Restora, Georgia, serif;
  margin: 7px 0 16px
}

.booking address {
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
  color: #d1d3d8
}

.phone {
  display: block;
  font: 20px Restora, Georgia, serif;
  margin: 9px 0
}

.email {
  font-size: 12px;
  color: #d1d3d8
}

.phone:hover,
.email:hover {
  color: #ff8dab
}

.socials {
  display: flex;
  justify-content: space-between;
  margin: 40px 24px 0
}

.socials span {
  display: flex;
  width: 16px;
  height: 18px;
  color: #cbd0d7
}

.socials svg {
  width: 100%;
  height: 100%;
  fill: currentColor
}

.socials span:last-child svg {
  fill: none
}

main {
  margin-left: var(--sidebar)
}

.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 60px 5.7vw;
  position: relative
}

.hero-content {
  width: 100%;
  padding-top: 0;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0 0 27px
}

.eyebrow span {
  height: 2px;
  width: 54px;
  background: var(--pink)
}

h1 {
  font-family: Restora, Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(65px, 5.15vw, 104px);
  line-height: .97;
  letter-spacing: -2px;
  margin: 0 0 37px
}

h1 em {
  color: #fa88a6;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400
}

.pink {
  color: var(--pink)
}

.description {
  font-size: 16px;
  line-height: 1.5;
  color: #dadbe2;
  margin: 0 0 36px;
  letter-spacing: .15px
}

.product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 20px;
  border-radius: 40px;
  background: linear-gradient(125deg, #f13d70, #ee3b6d);
  font-size: 15px;
  box-shadow: 0 5px 0 #ffffff09;
  transition: background .2s, transform .2s
}

.product-button:hover {
  background: #ff5788;
  transform: translateY(-2px)
}

.product-button svg {
  width: 20px;
  height: 20px
}

.slider-controls {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 36px
}

.arrows {
  display: flex;
  gap: 12px
}

.arrows button {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff06;
  border: 1px solid #ffffff24;
  transition: background .2s
}

.arrows button:hover {
  background: #ffffff18
}

.slide-indicators {
  display: flex;
  gap: 10px
}

.slide-indicators button {
  position: relative;
  border: 0;
  background: none;
  width: 29px;
  height: 45px;
  padding: 0
}

.slide-indicators button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 23px;
  height: 2px;
  background: #ffffff70
}

.slide-indicators button[aria-pressed=true]::after {
  background: var(--pink)
}

.lotus-decoration {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 26%;
  max-width: 530px;
  pointer-events: none
}

.menu-toggle {
  display: none
}

@media(min-width:1600px) {
  .hero-content {
    transform: translateY(2px)
  }
}

@media(max-width:1200px) {
  .sidebar {
    padding-left: 24px;
    padding-right: 18px
  }

  .booking {
    gap: 9px
  }

  .booking-icon {
    width: 34px;
    height: 34px
  }

  .booking address {
    font-size: 9px
  }

  .booking h2 {
    margin-top: 4px
  }

  .phone {
    font-size: 18px
  }

  .hero {
    padding-left: 5vw;
    padding-right: 25px
  }

  h1 {
    font-size: clamp(58px, 6vw, 74px)
  }

  .description {
    font-size: 14px
  }

  .socials {
    margin-left: 15px;
    margin-right: 15px
  }
}

@media(max-height:760px) and (min-width:1025px) {
  .sidebar {
    padding-top: 28px;
    padding-bottom: 28px
  }

  nav {
    margin-top: 25px;
    margin-bottom: 20px
  }

  .nav-link {
    height: 48px
  }

  .socials {
    margin-top: 25px
  }

  .hero {
    padding-block: 35px
  }

  h1 {
    font-size: clamp(58px, 5vw, 88px);
    margin-bottom: 26px
  }

  .eyebrow {
    margin-bottom: 22px
  }

  .description {
    margin-bottom: 24px
  }

  .slider-controls {
    margin-top: 24px
  }
}

@media(max-width:1024px) {
  body {
    background-position: 62% center
  }

  body::before {
    background: linear-gradient(90deg, #07101bd9, #07101b66)
  }

  .sidebar {
    width: min(300px, 85vw);
    padding: 28px 25px 35px;
    background: #0e1927f5;
    transform: translateX(-101%);
    transition: transform .25s;
    overflow-y: auto;
    border-radius: 0 18px 18px 0
  }

  .menu-open .sidebar {
    transform: translateX(0)
  }

  nav {
    margin-top: 35px
  }

  .nav-link {
    height: 52px
  }

  .sidebar-bottom {
    padding-top: 20px
  }

  .menu-toggle {
    position: fixed;
    right: 22px;
    top: 22px;
    z-index: 8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 46px;
    height: 46px;
    background: #101b28b3;
    border: 1px solid #ffffff35;
    border-radius: 50%
  }

  .menu-toggle span {
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform .2s
  }

  .menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg)
  }

  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0
  }

  .menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg)
  }

  .menu-backdrop {
    position: fixed;
    inset: 0;
    background: #0008;
    z-index: 4
  }

  .menu-open {
    overflow: hidden
  }

  main {
    margin-left: 0
  }

  .hero {
    padding: 110px 7vw 85px;
    min-height: 100svh
  }

  .hero-content {
    max-width: 580px
  }

  .eyebrow {
    font-size: 10px;
    letter-spacing: 2px;
    gap: 15px;
    margin-bottom: 28px
  }

  .eyebrow span {
    width: 35px
  }

  h1 {
    font-size: clamp(45px, 8.8vw, 68px);
    letter-spacing: -1.5px;
    line-height: 1.08;
    margin-bottom: 26px
  }

  .description {
    font-size: 14px;
    line-height: 1.7;
    max-width: 440px
  }

  .desktop-break {
    display: none
  }

  .product-button {
    padding: 16px 20px
  }

  .lotus-decoration {
    width: 52%;
    opacity: .7
  }

  .slider-controls {
    margin-top: 30px;
    gap: 22px
  }

  .arrows button {
    width: 44px;
    height: 44px
  }

  .slide-indicators {
    gap: 8px
  }

  .slide-indicators button {
    width: 25px
  }
}

/* Fixed image layers crossfade independently of the sidebar and text. */
body {
  isolation: isolate
}

.slider-backgrounds {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
  background: #09121c
}

.slider-background {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1);
  transition: opacity 1.2s ease, transform 6.8s linear;
  will-change: opacity, transform
}

.slider-background.is-active {
  opacity: 1;
  transform: scale(var(--zoom, 1.06)) translateX(var(--pan, 0%))
}

.slide-copy>* {
  will-change: opacity, transform
}

.autoplay-toggle {
  order: 3;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #ffffff24;
  border-radius: 50%;
  background: #ffffff06;
  font-size: 13px
}

.autoplay-toggle svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  stroke: none
}

.autoplay-toggle:hover {
  background: #ffffff18
}

@media(max-width:1024px) {
  .slider-background {
    background-position: 62% center
  }

  .slider-controls {
    gap: 16px
  }
}

/* Keep each layout within the available viewport, including short landscape screens. */
html {
  min-width: 280px
}

.sidebar {
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin
}

.sidebar>nav,
.sidebar-bottom {
  flex-shrink: 0
}

.booking>div {
  min-width: 0
}

.booking address {
  white-space: normal;
  overflow-wrap: anywhere
}

.phone {
  font-size: clamp(16px, 1.12vw, 20px);
  white-space: nowrap
}

.email {
  overflow-wrap: anywhere
}

.hero-content,
.slide-copy {
  min-width: 0
}

.hero-content {
  container-type: inline-size
}

.slide-copy h1 {
  font-size: clamp(40px, 9.3cqi, 104px);
  overflow-wrap: break-word
}

.eyebrow {
  line-height: 1.6;
  overflow-wrap: anywhere
}

.eyebrow span {
  flex-shrink: 0
}

.slider-controls {
  flex-wrap: wrap
}

@media(max-width:1024px) {
  .mobile-brand {
    position: absolute;
    display: block;
    top: 26px;
    left: 3vw;
    width: clamp(150px, 24vw, 220px);
    z-index: 2
  }

  .mobile-brand img {
    display: block;
    width: 100%;
    height: auto
  }

  .sidebar {
    width: min(300px, calc(100vw - 76px));
    padding: 28px 20px max(28px, env(safe-area-inset-bottom))
  }

  .sidebar .brand {
    margin-top: 8px
  }

  .booking {
    flex-wrap: wrap
  }

  .phone {
    font-size: 18px
  }

  .hero {
    padding-top: 140px;
    padding-bottom: max(60px, env(safe-area-inset-bottom));
    min-height: 100svh
  }

  .hero-content {
    max-width: 720px
  }

  .slide-copy h1 {
    font-size: clamp(34px, 8.8vw, 68px);
    font-size: clamp(34px, 10.2cqi, 68px)
  }

  .menu-toggle {
    right: 10px;
    top: 22px
  }
}

@media(max-width:380px) {
  .hero {
    padding-inline: 6vw
  }

  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
    gap: 10px
  }

  .eyebrow span {
    width: 24px
  }

  .slider-controls {
    gap: 12px
  }

  .slide-indicators {
    gap: 6px
  }

  .slide-indicators button {
    width: 22px
  }

  .arrows {
    gap: 8px
  }

  .description {
    font-size: 13px
  }
}

@media(prefers-reduced-motion:reduce) {

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important
  }

  .slider-background.is-active {
    transform: none
  }
}

/* Loaded only by Lotus Home, after Flatsome and the original design. */
body.pixels-lotus-home {
  --lotus-admin-offset: 0px;
  line-height: normal;
  color: #f7f7fa;
  background: #09121c url('../images/bg_home.png') center center/cover fixed no-repeat;
}

body.pixels-lotus-home.admin-bar {
  --lotus-admin-offset: 32px;
}

.pixels-lotus-home #main {
  background: transparent;
  position: static;
  width: auto;
}

.pixels-lotus-home .hero {
  min-height: calc(100svh - var(--lotus-admin-offset));
}

.pixels-lotus-home .sidebar {
  top: var(--lotus-admin-offset);
}

.pixels-lotus-home button {
  margin: 0;
  padding: 0px;
  min-width: 0;
  min-height: 0;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
  box-shadow: none;
}

.pixels-lotus-home a {
  text-decoration: none;
}

.pixels-lotus-home a:not(:hover):not(.active) {
  color: #fff;
}

.pixels-lotus-home .product-button:hover {
  color: #f7f7fa;
}

.pixels-lotus-home .slide-copy h1 {
  color: #f7f7fa;
  font-family: Restora, Georgia, serif;
  font-weight: 400;
}

.pixels-lotus-home .booking h2 {
  color: inherit;
  font-family: Restora, Georgia, serif;
}

.pixels-lotus-home .lotus-home-menu,
.pixels-lotus-home .lotus-home-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pixels-lotus-home .lotus-home-menu .sub-menu {
  margin: 0 0 0 18px;
  padding: 0;
}

.pixels-lotus-home .lotus-home-menu .sub-menu .nav-link {
  height: auto;
  min-height: 36px;
  font-size: 16px;
}

.pixels-lotus-home .skip-link {
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  overflow: visible;
}

@media (max-width: 1024px) {
  .pixels-lotus-home .mobile-brand {
    top: calc(26px + var(--lotus-admin-offset));
  }

  .pixels-lotus-home .menu-toggle {
    top: calc(22px + var(--lotus-admin-offset));
  }
}

@media (max-width: 782px) {
  body.pixels-lotus-home.admin-bar {
    --lotus-admin-offset: 46px;
  }
}

@media (max-width: 600px) {
  .pixels-lotus-home #wpadminbar {
    position: fixed;
  }
}

/* Shared Lotus Footer */
html:has(body.pixels-lotus-home),
html:has(body.pixels-lotus-journal) {
  background-color: #0b1520 !important
}