@import url("https://fonts.cdnfonts.com/css/hubot-sans");
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
html,
body {
  height: 100%;
}

html::-webkit-scrollbar {
  display: none;
}
html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  margin: 0;
  font-family:
    Untitled Sans,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Open Sans,
    Helvetica Neue,
    sans-serif;
  background: #05060f
    linear-gradient(0deg, rgba(216, 236, 248, 0.06), rgba(152, 192, 239, 0.06));

  font-size: max(calc(var(--_size) * 0.03), 10px);
  --_factor: min(600px, 80vh);
  --_size: min(var(--_factor), 80vw);
  position: relative;
  isolation: isolate;
}

.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::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 46em;
  background: url("hero.jpeg") center / cover no-repeat;
  opacity: 0.22;
  filter: saturate(1.1) contrast(1.05);
  z-index: -3;
  pointer-events: none;
}

.cta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(192, 132, 252, 0.35);
  background: rgba(18, 21, 33, 0.72);
  color: #f1e9ff;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 600;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(192, 132, 252, 0.12) inset;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  transform: translateZ(0);
}
.cta-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(90px 40px at 30% 20%, rgba(168, 85, 247, 0.28), transparent 60%);
  opacity: 0.9;
  pointer-events: none;
}
.cta-pill::after {
  content: "";
  position: absolute;
  inset: -40% -60%;
  background: linear-gradient(120deg, transparent 35%, rgba(192, 132, 252, 0.28) 50%, transparent 65%);
  transform: translateX(-35%);
  animation: book-shine 2.6s ease-in-out infinite;
  pointer-events: none;
}
.cta-pill .cta-pill-glow {
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  pointer-events: none;
  background: conic-gradient(
    from 180deg,
    rgba(168, 85, 247, 0) 0deg,
    rgba(168, 85, 247, 0.75) 70deg,
    rgba(236, 210, 255, 0.55) 120deg,
    rgba(168, 85, 247, 0) 180deg,
    rgba(168, 85, 247, 0.75) 260deg,
    rgba(236, 210, 255, 0.55) 320deg,
    rgba(168, 85, 247, 0) 360deg
  );
  filter: blur(10px);
  opacity: 0.55;
  animation: book-orbit 3.2s linear infinite;
}
.cta-pill:hover {
  border-color: rgba(192, 132, 252, 0.55);
}
.cta-pill:active {
  transform: translateY(1px);
}
.cta-pill:focus-visible {
  outline: 2px solid rgba(152, 192, 239, 0.8);
  outline-offset: 3px;
}

.book-cta {
  display: none;
}

body.gold .header h2,
body.gold p,
body.gold > * > * :not(.contact-btn) {
  filter: invert(1) brightness(4.7);
}
body.gold .header h2 a {
  filter: hue-rotate(0deg);
}
body.gold canvas {
  filter: drop-shadow(2em 4em 0px #d8bd10) drop-shadow(-8em -14em 0px #d8bd10);
}
body.gold .header .spotlight {
  filter: invert(1) brightness(4.7) opacity(0.5);
}
body.gold .mountains > div {
  box-shadow:
    -1em -0.2em 0.4em -1.1em #c2ccff,
    inset 0em 0em 0em 2px #d8a910,
    inset 0.2em 0.3em 0.2em -0.2em #c2ccff,
    inset 10.2em 10.3em 2em -10em #d4e6ff2f;
}

body.gold .content-section,
body.gold .content-section ::before,
body.gold .content-section ::after {
  filter: invert(1) brightness(4.4) opacity(1);
}

h2 {
  font-family: "Hubot-Sans", sans-serif;
}
h2,
p {
  margin: 0;
  padding: 0;
}
h2 a {
  text-decoration: none;
  color: unset;
}

.header {
  display: flex;
  width: 100%;
  justify-content: center;
  color: #bad6f7;
  padding: 2em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;

  opacity: 0;
  translate: 0 -1em;
  animation: load 2s ease-in 2s forwards, up 1.4s ease-out 2s forwards;
}

.header > div.mid-spot {
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  background: black;
  box-shadow: 0 0 1em 0 #98c0ef;
  cursor: default;
  transition: box-shadow 1s ease-in-out;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header > div.mid-spot:hover {
  box-shadow: -0.3em 0.1em 0.2em 0 #d8bd10;
}
body.gold .header > div.mid-spot:hover {
  box-shadow: -0.3em 0.1em 0.2em 0 #98c0ef;
}

body.gold .header > div.mid-spot {
  box-shadow: 0 0 1em 0 #d8bd10;
}

.header > .mid-spot:hover ~ .spotlight {
  animation: colorize 10s linear infinite;
}
@keyframes colorize {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(-380deg);
  }
}

button.contact-btn {
  position: absolute;
  left: min(46em, 60vw);
  right: 0;
  margin: 0 auto;
  width: 8em;
  height: 2.4em;
  cursor: pointer;
  border-radius: 20em;
  border: none;
  transition: background 0.5s, transform 0.5s;

  border: 1px solid #c2ccff33;
  opacity: 1;
  padding-top: 0.3em;

  background: #121521;
  color: #9dc3f7;
  white-space: nowrap;
}
button.contact-btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20em;
  width: 100%;
  height: 100%;
  background: #c2ccff91 radial-gradient(farthest-side at 50% 100%, #c2ccff, transparent);
  opacity: 0.1;
  transition: all 0.4s ease-in-out;
}
button.contact-btn:hover::before {
  background: #c2ccff1e radial-gradient(farthest-side at 50% 100%, #c2ccff, transparent);
  opacity: 0.3;
}
.contact-btn .glow {
  --border-width: 10px;
  --loop-cycle: 24s;
  position: absolute;
  inset: calc(var(--border-width) * -1);
  border-radius: 50px;
  border: var(--border-width) solid transparent;
  -webkit-mask: linear-gradient(transparent, transparent), linear-gradient(white, white);
  mask: linear-gradient(transparent, transparent), linear-gradient(white, white);
  -webkit-mask-clip: padding-box, border-box;
  mask-clip: padding-box, border-box;
  -webkit-mask-composite: source-in, xor;
  mask-composite: intersect;
  pointer-events: none;
}
button.contact-btn:hover .glow {
  --loop-cycle: 2s;
}
.contact-btn .glow::after,
.contact-btn .glow::before {
  content: "";
  height: 100%;
  offset-anchor: 100% 50%;
  background:
    radial-gradient(circle at 50% 50%, hsla(0, 0%, 100%, 0.75), transparent 50%),
    radial-gradient(circle at 50% 50%, #c2ccff 50%, transparent);
  opacity: 0.4;
  offset-path: rect(0 100% 100% 0 round 33px);
  position: absolute;
  display: inline-block;
  -webkit-animation: loop 4s linear infinite;
  animation: loop var(--loop-cycle) linear infinite;
  aspect-ratio: 1 / 1;
  transition: opacity 1s ease-in-out;
}
.contact-btn .glow::before {
  animation-delay: calc(var(--loop-cycle) / -2);
}
@keyframes loop {
  100% {
    offset-distance: 100%;
  }
}
.contact-btn-content {
  background: linear-gradient(0deg, #d8ecf8, #98c0ef);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.2em;
  line-height: 142%;
}
button.contact-btn:hover .glow::after,
button.contact-btn:hover .glow::before {
  opacity: 0.6;
}
@keyframes btn-rot {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

.header .spotlight {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  transition: filter 1s ease-in-out;

  height: 42em;
  width: 100%;
  overflow: hidden;
}
.header .spotlight > div {
  border-radius: 0 0 50% 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 3em;
  width: 30em;
  height: max(42em, 86vh);
  background-image: conic-gradient(
    from 0deg at 50% -5%,
    transparent 45%,
    rgba(124, 145, 182, 0.3) 49%,
    rgba(124, 145, 182, 0.5) 50%,
    rgba(124, 145, 182, 0.3) 51%,
    transparent 55%
  );
  transform-origin: 50% 0;
  filter: blur(15px) opacity(0.5);
  z-index: -1;
  animation:
    load 2s ease-in-out forwards,
    loadrot 2s ease-in-out forwards,
    spotlight 21s ease-in-out infinite reverse;
}
.header .spotlight > div:nth-child(1) {
  rotate: 20deg;
  animation:
    load 2s ease-in-out forwards,
    loadrot 2s ease-in-out forwards,
    spotlight 17s ease-in-out infinite;
}
.header .spotlight > div:nth-child(2) {
  rotate: -20deg;
  animation:
    load 2s ease-in-out forwards,
    loadrot 2s ease-in-out forwards,
    spotlight 14s ease-in-out infinite;
}
@keyframes loadrot {
  0% {
    rotate: 0deg;
    scale: 0;
  }
  100% {
    scale: 1;
  }
}
@keyframes spotlight {
  0% {
    transform: rotateZ(0deg) scale(1);
    filter: blur(15px) opacity(0.5);
  }
  20% {
    transform: rotateZ(-1deg) scale(1.2);
    filter: blur(16px) opacity(0.6);
  }
  40% {
    transform: rotateZ(2deg) scale(1.3);
    filter: blur(14px) opacity(0.4);
  }
  60% {
    transform: rotateZ(-2deg) scale(1.2);
    filter: blur(15px) opacity(0.6);
  }
  80% {
    transform: rotateZ(1deg) scale(1.1);
    filter: blur(13px) opacity(0.4);
  }
  100% {
    transform: rotateZ(0deg) scale(1);
    filter: blur(15px) opacity(0.5);
  }
}

canvas#particleCanvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
  animation: load 0.4s ease-in-out forwards;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

p {
  font-size: 1.5em;
}

.hero {
  width: 100%;
  height: 100%;
  max-height: 140px;
  position: absolute;
  top: 16em;
}

.heroT {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 20em;
  padding-top: 2em;
  translate: 0 -1.6em;
  opacity: 0;
  animation: load 2s ease-in-out 0.6s forwards;
}
@keyframes load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.heroT > h2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  white-space: nowrap;

  font-size: 7em;
  font-weight: 600;
  color: #9dc3f7;
  background:
    radial-gradient(
      2em 2em at 50% 50%,
      transparent calc(var(--p) - 2em),
      #fff calc(var(--p) - 1em),
      #fff calc(var(--p) - 0.4em),
      transparent var(--p)
    ),
    linear-gradient(0deg, #bad1f1 30%, #9dc3f7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 16px rgba(174, 207, 242, 0.24);

  --p: 0%;
  transition: --p 3s linear;

  animation: pulse 10s linear 1.2s infinite;
}

.heroT > h2 {
  font-size: clamp(3.2em, 12vw, 7em);
}

.heroT h2:nth-child(2) {
  background: radial-gradient(
    2em 2em at 50% 50%,
    transparent calc(var(--p) - 2em),
    transparent calc(var(--p) - 1em),
    #fff calc(var(--p) - 1em),
    #fff calc(var(--p) - 0.4em),
    transparent calc(var(--p) - 0.4em),
    transparent var(--p)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: blur(16px) opacity(0.4);
}
@keyframes pulse {
  0% {
    --p: 0%;
  }
  50% {
    --p: 300%;
  }
  100% {
    --p: 0%;
  }
}
@property --p {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}

.heroPWrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 20.6em;
  margin: auto;
  height: fit-content;
  width: fit-content;
  text-align: center;
  opacity: 0;
  translate: 0 1em;
  animation: load 2s ease-out 2s forwards, up 1.4s ease-out 2s forwards;
}
.heroPWrap {
  top: clamp(22em, calc(20.6em + 4vw), 32em);
}
.heroP {
  font-size: 1.2em;
  color: #d8ecf8;
  text-shadow: 0 2px 16px rgba(174, 207, 242, 0.24);
  background: linear-gradient(0deg, #d8ecf8 0, #98c0ef 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@keyframes up {
  100% {
    translate: 0;
  }
}

.heroSubP {
  position: absolute;
  left: 0;
  right: 0;
  top: 13em;
  margin: auto;
  height: fit-content;
  opacity: 0;
  translate: 0 -1em;
  animation: load3 2s ease-in 0s forwards, up 1.4s ease-out 0s forwards;
}
@keyframes load3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
.heroSubP p {
  font-size: 1em;
  position: relative;
  width: fit-content;
  margin: auto;
  color: #d8ecf8;
  text-shadow: 0 2px 16px rgba(174, 207, 242, 0.24);
  background: linear-gradient(0deg, #d8ecf8 0, #98c0ef 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 520px) {
  .heroSubP p {
    font-size: 1.6em;
  }
  .heroPWrap {
    top: calc(20.6em + 20px);
  }
}
.heroSubP p::before,
.heroSubP p::after {
  position: absolute;
  top: 60%;
  display: block;
  content: "";
  width: 5em;
  height: 1px;
  opacity: 0;
  animation: load2 1.4s ease-in-out 0s forwards, up 1.4s ease-out 0s forwards;
}
@keyframes load2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
.heroSubP p::before {
  background: linear-gradient(-90deg, #9dc3f7 0%, transparent 100%);
  right: 120%;
  translate: -5em 0;
}
.heroSubP p::after {
  background: linear-gradient(90deg, #9dc3f7 0%, transparent 100%);
  left: 120%;
  translate: 5em 0;
}

.accent-lines {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 42em;
  z-index: -2;
  --accent-lines-clr: rgba(186, 215, 247, 0.18);
}
.accent-lines > div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
.accent-lines > div:nth-child(1) > div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-lines-clr), transparent);
  opacity: 0;
  scale: 0;
  animation: accentload 2s ease-out 2.4s forwards;
}
.accent-lines > div:nth-child(1) > div:nth-child(1) {
  top: 6em;
}
.accent-lines > div:nth-child(1) > div:nth-child(2) {
  top: 11em;
}
.accent-lines > div:nth-child(1) > div:nth-child(3) {
  top: 16em;
}
.accent-lines > div:nth-child(1) > div:nth-child(4) {
  top: 24em;
}
.accent-lines > div:nth-child(1) > div:nth-child(5) {
  top: 29em;
}
.accent-lines > div:nth-child(2) > div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: var(--accent-lines-clr);
}
@keyframes accentload {
  0% {
    opacity: 0;
    scale: 0;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}

.accent-lines > div:nth-child(2) > div {
  opacity: 0;
  scale: 0;
  animation: accentload 2s ease-out 2s forwards;
}
.accent-lines > div:nth-child(2) > div:nth-child(1) {
  left: 24em;
}
.accent-lines > div:nth-child(2) > div:nth-child(2) {
  left: 34em;
}
.accent-lines > div:nth-child(2) > div:nth-child(3) {
  right: 24em;
}
.accent-lines > div:nth-child(2) > div:nth-child(4) {
  right: 34em;
}

.accent-lines > div:nth-child(1) > div::before,
.accent-lines > div:nth-child(1) > div::after {
  content: "";
  display: none;
  position: absolute;
  width: 0.2em;
  height: 0.2em;
  border-radius: 1em;
  background: #9dc3f7;
  left: 0;
  right: 0;
  margin: auto;
  translate: 0 -1px;

  opacity: 0;
  scale: 0;
  animation: accentload 2s ease-out 4.4s forwards;
}

.accent-lines > div:nth-child(1) > div:nth-child(3)::before {
  display: block;
  left: 24em;
}
.accent-lines > div:nth-child(1) > div:nth-child(3)::after {
  display: block;
  right: 24em;
}
.accent-lines > div:nth-child(1) > div:nth-child(4)::before {
  display: block;
  left: 24em;
}
.accent-lines > div:nth-child(1) > div:nth-child(4)::after {
  display: block;
  right: 24em;
}
.accent-lines > div:nth-child(1) > div:nth-child(5)::before {
  display: block;
  left: 24em;
}
.accent-lines > div:nth-child(1) > div:nth-child(5)::after {
  display: block;
  right: 24em;
}

.accent-lines > div:nth-child(1) > div:nth-child(2)::before,
.accent-lines > div:nth-child(1) > div:nth-child(2)::after {
  display: block;
  width: 5em;
  height: 1px;
  border-radius: 0;
  opacity: 0.12;
}
.accent-lines > div:nth-child(1) > div:nth-child(2)::before {
  right: 24em;
  rotate: 45deg;
  translate: -2.5em 2.5em;
}
.accent-lines > div:nth-child(1) > div:nth-child(2)::after {
  right: 24em;
  rotate: -45deg;
  translate: -2.5em 2.5em;
}
.accent-lines > div:nth-child(1) > div:nth-child(1)::before,
.accent-lines > div:nth-child(1) > div:nth-child(1)::after {
  display: block;
  width: 5em;
  height: 1px;
  border-radius: 0;
  opacity: 0.12;
}
.accent-lines > div:nth-child(1) > div:nth-child(1)::before {
  left: 24em;
  rotate: 45deg;
  translate: 2.5em 7.5em;
}
.accent-lines > div:nth-child(1) > div:nth-child(1)::after {
  left: 24em;
  rotate: -45deg;
  translate: 2.5em 7.5em;
}

.accent-lines > div:nth-child(1) > div:nth-child(2)::before,
.accent-lines > div:nth-child(1) > div:nth-child(2)::after {
  opacity: 0;
  scale: 0;
  animation: accentload2 2s ease-out 2.4s forwards;
}
.accent-lines > div:nth-child(1) > div:nth-child(1)::before,
.accent-lines > div:nth-child(1) > div:nth-child(1)::after {
  opacity: 0;
  scale: 0;
  animation: accentload3 2s ease-out 2.4s forwards;
}
@keyframes accentload2 {
  0% {
    opacity: 0;
    scale: 0;
    transform: rotate(360deg);
  }
  50% {
    scale: 0;
  }
  100% {
    opacity: 0.12;
    scale: 1;
    transform: rotate(0deg);
  }
}
@keyframes accentload3 {
  0% {
    opacity: 0;
    scale: 0;
    transform: rotate(-360deg);
  }
  50% {
    scale: 0;
  }
  100% {
    opacity: 0.12;
    scale: 1;
    transform: rotate(0deg);
  }
}

.mountains {
  position: absolute;
  left: 0;
  right: 0;
  top: 31em;
  margin: auto;
  width: 100%;
  height: 10em;
  pointer-events: none;
}
.mountains::before {
  content: "";
  display: block;
  width: 100%;
  height: 500%;
  position: absolute;
  top: 0%;
  background: linear-gradient(90deg, #121521 0%, transparent 50%);
  background: linear-gradient(0deg, #121521 80%, transparent 90%);
  z-index: 2;
}
.mountains > div {
  box-shadow:
    -1em -0.2em 0.4em -1.1em #c2ccff,
    inset 0em 0em 0em 2px #c2ccff,
    inset 0.2em 0.3em 0.2em -0.2em #c2ccff,
    inset 10.2em 10.3em 2em -10em #d4e6ff2f;
  background: #121521;
  z-index: 1;
  filter: brightness(0.8);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 20em;
  height: 20em;
  rotate: 45deg;
}
.mountains > div:nth-child(1) {
  bottom: -240%;
  translate: -6em 2em;
  animation: mountainload1 2s ease-out 2.4s forwards;
}
.mountains > div:nth-child(2) {
  bottom: -240%;
  translate: -2em 0em;
  width: 14em;
  height: 20em;
  animation: mountainload2 2s ease-out 2.2s forwards;
}
.mountains > div:nth-child(3) {
  bottom: -240%;
  translate: 6em 3em;
  animation: mountainload1 2s ease-out 2s forwards;
}
@keyframes mountainload1 {
  0% {
    bottom: -240%;
  }
  100% {
    bottom: -140%;
  }
}
@keyframes mountainload2 {
  0% {
    bottom: -240%;
  }
  100% {
    bottom: -108%;
  }
}
.mountains > div::before {
  content: "";
  display: block;
  background: repeating-radial-gradient(at 100% 100%, transparent 0%, #c2ccff22 2px, transparent 4px);
  width: 12em;
  height: 12em;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-right-radius: 100%;
}

.hero-spacer {
  height: 40em;
  pointer-events: none;
}

.logo-loop {
  position: relative;
  z-index: 60;
  width: 100%;
  padding: 0.8em 0 1.2em 0;
  margin-top: 20px;
}
.logo-loop-shell {
  position: relative;
  width: min(1100px, 92vw);
  margin: 0 auto;
  border-radius: 999px;
  border: 1px solid rgba(194, 204, 255, 0.12);
  background:
    radial-gradient(900px 220px at 50% 0%, rgba(168, 85, 247, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(18, 21, 33, 0.5), rgba(18, 21, 33, 0.18));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.logo-loop-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(5, 6, 15, 0.85) 0%,
    rgba(5, 6, 15, 0) 14%,
    rgba(5, 6, 15, 0) 86%,
    rgba(5, 6, 15, 0.85) 100%
  );
  opacity: 0.9;
}
.logo-loop-marquee {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: logo-marquee 22s linear infinite;
}
.logo-loop-list {
  display: flex;
  gap: 0.7em;
  list-style: none;
  padding: 0.75em 0.85em;
  margin: 0;
}
.logo-loop-list:last-child {
  padding-left: 0;
}
.logo-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.55em 0.8em;
  border-radius: 999px;
  border: 1px solid rgba(192, 132, 252, 0.18);
  background: rgba(18, 21, 33, 0.32);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  color: rgba(241, 233, 255, 0.92);
  font-size: 0.95em;
  white-space: nowrap;
}
.logo-mark {
  width: 1.1em;
  height: 1.1em;
  border-radius: 0.35em;
  background:
    radial-gradient(circle at 30% 30%, rgba(236, 210, 255, 0.9), rgba(168, 85, 247, 0.35) 55%, transparent 60%),
    conic-gradient(from 180deg, rgba(168, 85, 247, 0.7), rgba(236, 210, 255, 0.35), rgba(168, 85, 247, 0.7));
  filter: blur(0.1px);
  box-shadow: 0 0 18px rgba(168, 85, 247, 0.35);
}
.logo-name {
  opacity: 0.9;
  letter-spacing: 0.01em;
}

@keyframes logo-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .logo-loop-marquee {
    animation: none;
  }
}

.video-section {
  position: relative;
  z-index: 55;
  width: 100%;
  padding: 1.6em 0 2.4em 0;
}
.video-shell {
  width: min(1100px, 92vw);
  margin: 0 auto;
}
.video-card {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1em;
  align-items: center;
  padding: 1.2em;
  border-radius: 1.8em;
  border: 1px solid rgba(194, 204, 255, 0.14);
  background:
    radial-gradient(900px 200px at 50% 0%, rgba(152, 192, 239, 0.16), transparent 55%),
    linear-gradient(180deg, rgba(18, 21, 33, 0.55), rgba(18, 21, 33, 0.18));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}
.video-frame {
  position: relative;
  border-radius: 1.4em;
  overflow: hidden;
  border: 1px solid rgba(194, 204, 255, 0.18);
  background: rgba(18, 21, 33, 0.45);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 460px;
  object-fit: cover;
  background: #0e111d;
}
.video-sound-toggle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(194, 204, 255, 0.28);
  background: rgba(18, 21, 33, 0.82);
  color: rgba(241, 233, 255, 0.94);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
}
.video-sound-toggle:hover {
  border-color: rgba(194, 204, 255, 0.42);
  background: rgba(18, 21, 33, 0.9);
}
.video-caption {
  padding: 0.4em 0.6em;
  text-align: left;
}
.video-kicker {
  font-size: 0.85em;
  font-weight: 300;
  color: rgba(216, 236, 248, 0.72);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.35em 0;
}
.video-title {
  margin: 0 0 0.4em 0;
  font-size: 1.8em;
  font-weight: 650;
  background: linear-gradient(0deg, #f1e9ff 0, #9dc3f7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 14px rgba(152, 192, 239, 0.18);
}
.video-text {
  color: rgba(241, 233, 255, 0.88);
  font-size: 1em;
  line-height: 1.5;
  max-width: 34ch;
  margin: 0;
}
@media (max-width: 900px) {
  .video-card {
    grid-template-columns: 1fr;
  }
  .video-caption {
    text-align: center;
  }
  .video-text {
    margin: 0 auto;
  }
}

.gallery-section {
  position: relative;
  z-index: 50;
  width: 100%;
  padding: 2em 0 2em 0;
  overflow: hidden;
}
.gallery-section::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: 0 auto;
  width: min(1100px, 92vw);
  border-radius: 2.2em;
  background:
    radial-gradient(900px 220px at 50% 0%, rgba(152, 192, 239, 0.16), transparent 55%),
    linear-gradient(180deg, rgba(18, 21, 33, 0.62), rgba(18, 21, 33, 0.16));
  border: 1px solid rgba(194, 204, 255, 0.14);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  pointer-events: none;
}

.gallery-head {
  position: relative;
  width: min(1100px, 92vw);
  margin: 0 auto;
  text-align: center;
  padding: 2.4em 1.2em 1.2em 1.2em;
}
.gallery-head p.subt {
  color: #d8ecf8be;
  font-size: 0.8em;
  font-weight: 200;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.gallery-head p.subt::before,
.gallery-head p.subt::after {
  position: absolute;
  top: 60%;
  display: block;
  content: "";
  width: 5em;
  height: 1px;
  opacity: 0.5;
}
.gallery-head p.subt::before {
  background: linear-gradient(-90deg, #9dc3f7 0%, transparent 100%);
  right: 120%;
  top: 50%;
}
.gallery-head p.subt::after {
  background: linear-gradient(90deg, #9dc3f7 0%, transparent 100%);
  left: 120%;
  top: 50%;
}
.gallery-head h3 {
  margin: 0.4em 0 0.4em 0;
  font-size: 2.1em;
  font-weight: 600;
  color: #d8ecf8;
  text-shadow: 0 2px 16px rgba(174, 207, 242, 0.24);
  background: linear-gradient(0deg, #d8ecf8 0, #98c0ef 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gallery-head p.subp {
  color: #d8ecf8be;
  font-size: 1em;
  font-weight: 400;
  max-width: 34em;
  margin: 0 auto;
}

.gallery-grid {
  position: relative;
  width: min(1100px, 92vw);
  margin: 0 auto;
  padding: 0.8em 1.2em 2.2em 1.2em;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: dense;
  gap: 0.9em;
}

.gallery-actions {
  position: relative;
  width: min(1100px, 92vw);
  margin: 0 auto;
  padding: 0 1.2em 1.6em 1.2em;
  display: flex;
  justify-content: center;
}
.gallery-more {
  height: 44px;
  padding: 0 16px;
  font-size: 14px;
}

.gallery-item {
  grid-column: span 3;
  position: relative;
  border: 1px solid rgba(194, 204, 255, 0.14);
  background: rgba(18, 21, 33, 0.55);
  border-radius: 1.2em;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 260ms ease, filter 260ms ease;
  filter: saturate(1.05) contrast(1.05);
}
.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.2em;
  pointer-events: none;
}
.gallery-item:hover {
  transform: translateY(-2px);
  border-color: rgba(194, 204, 255, 0.28);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35);
}
.gallery-item:hover img {
  transform: scale(1.06);
}
.gallery-item:focus-visible {
  outline: 2px solid rgba(152, 192, 239, 0.8);
  outline-offset: 3px;
}

.gallery-item--wide {
  grid-column: span 6;
}
.gallery-item--tall {
  grid-column: span 3;
}

.gallery-item--wide,
.gallery-item--tall,
.gallery-item {
  aspect-ratio: 4 / 5;
}
.gallery-item--wide {
  aspect-ratio: 16 / 9;
}
.gallery-item--tall {
  aspect-ratio: 3 / 4;
}

@media (max-width: 920px) {
  .gallery-item {
    grid-column: span 6;
  }
  .gallery-item--wide {
    grid-column: span 12;
  }
  .gallery-item--tall {
    grid-column: span 6;
  }
}
@media (max-width: 520px) {
  .heroPWrap {
    top: calc(20.6em + 20px);
  }
  .book-cta {
    display: inline-flex;
    margin-top: 0.9em;
  }
  .gallery-section {
    margin-top: 3.5em;
  }
  .gallery-head {
    display: none;
  }
  .gallery-grid {
    gap: 0.7em;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 1em;
  }
  .gallery-item,
  .gallery-item--tall,
  .gallery-item--wide {
    grid-column: span 1;
    aspect-ratio: 1 / 1;
  }
  .gallery-actions {
    padding-bottom: 0.8em;
  }
}

@keyframes book-orbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes book-shine {
  0% {
    transform: translateX(-35%) rotate(0deg);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  55% {
    opacity: 0.6;
  }
  100% {
    transform: translateX(35%) rotate(0deg);
    opacity: 0;
  }
}

.lightbox {
  border: none;
  padding: 0;
  background: rgba(5, 6, 15, 0.75);
  width: min(1100px, 94vw);
  max-width: none;
  border-radius: 1.4em;
  overflow: hidden;
  box-shadow: 0 50px 160px rgba(0, 0, 0, 0.65);
}
.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.lightbox img {
  display: block;
  width: 100%;
  height: min(76vh, 820px);
  object-fit: contain;
  background: radial-gradient(900px 280px at 50% 0%, rgba(152, 192, 239, 0.18), rgba(18, 21, 33, 0.55));
}
.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(194, 204, 255, 0.18);
  background: rgba(18, 21, 33, 0.65);
  color: #d8ecf8;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(194, 204, 255, 0.18);
  background: rgba(18, 21, 33, 0.55);
  color: #d8ecf8;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}
.lightbox-prev {
  left: 10px;
}
.lightbox-next {
  right: 10px;
}
.lightbox-close:hover,
.lightbox-nav:hover {
  border-color: rgba(194, 204, 255, 0.3);
  background: rgba(18, 21, 33, 0.75);
}

.booking-dialog {
  border: none;
  padding: 0;
  background: rgba(5, 6, 15, 0.88);
  width: min(560px, 92vw);
  max-height: calc(100vh - 32px);
  max-width: none;
  border-radius: 1.4em;
  overflow: hidden;
  box-shadow: 0 50px 160px rgba(0, 0, 0, 0.65);
}
.booking-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.booking-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(194, 204, 255, 0.18);
  background: rgba(18, 21, 33, 0.65);
  color: #d8ecf8;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.booking-head {
  padding: 1.6em 1.6em 0.8em 1.6em;
  text-align: center;
}
.booking-kicker {
  margin: 0 0 0.4em 0;
  font-size: 0.8em;
  font-weight: 300;
  color: rgba(216, 236, 248, 0.72);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.booking-title {
  margin: 0;
  font-size: 1.8em;
  font-weight: 650;
  background: linear-gradient(0deg, #f1e9ff 0, #9dc3f7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 14px rgba(152, 192, 239, 0.18);
}
.booking-form {
  padding: 0.8em 1.6em 1.6em 1.6em;
  display: grid;
  gap: 0.9em;
}
.booking-field {
  display: grid;
  gap: 0.35em;
  text-align: left;
}
.booking-field span {
  font-size: 0.9em;
  color: rgba(216, 236, 248, 0.8);
}
.booking-field input {
  height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(194, 204, 255, 0.18);
  background: rgba(18, 21, 33, 0.6);
  color: rgba(241, 233, 255, 0.92);
  outline: none;
  font-size: 16px;
  line-height: 1.4;
}
.booking-field input:focus {
  border-color: rgba(152, 192, 239, 0.65);
  box-shadow: 0 0 0 3px rgba(152, 192, 239, 0.18);
}
.booking-submit {
  width: 100%;
  justify-content: center;
}
.booking-status {
  margin: 0.2em 0 0 0;
  min-height: 1.2em;
  text-align: center;
  font-size: 0.95em;
  color: rgba(216, 236, 248, 0.78);
}
.booking-close:hover {
  border-color: rgba(194, 204, 255, 0.3);
  background: rgba(18, 21, 33, 0.75);
}

.booking-form {
  max-height: calc(100vh - 220px);
  overflow: auto;
}

@media (max-width: 720px) {
  .booking-dialog {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    margin: 12px;
  }
}

.bio-section {
  position: relative;
  z-index: 55;
  width: 100%;
  padding: 2em 0 3.2em 0;
}
.bio-shell {
  width: min(1100px, 92vw);
  margin: 0 auto;
}
.bio-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 1.2em;
  align-items: stretch;
  padding: 1.2em;
  border-radius: 2em;
  border: 1px solid rgba(194, 204, 255, 0.14);
  background:
    radial-gradient(900px 240px at 50% 0%, rgba(168, 85, 247, 0.14), transparent 55%),
    linear-gradient(180deg, rgba(18, 21, 33, 0.55), rgba(18, 21, 33, 0.18));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}
.bio-photo {
  border-radius: 1.6em;
  overflow: hidden;
  border: 1px solid rgba(192, 132, 252, 0.18);
  background: rgba(18, 21, 33, 0.35);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}
.bio-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.02);
}
.bio-copy {
  padding: 0.4em 0.6em 0.6em 0.2em;
  text-align: left;
}
.bio-kicker {
  font-size: 0.85em;
  font-weight: 300;
  color: rgba(216, 236, 248, 0.72);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.bio-title {
  margin: 0.35em 0 0.5em 0;
  font-size: 2.1em;
  font-weight: 650;
  background: linear-gradient(0deg, #f1e9ff 0, #c084fc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 18px rgba(168, 85, 247, 0.18);
}
.bio-text {
  color: rgba(241, 233, 255, 0.88);
  font-size: 1.05em;
  line-height: 1.5;
  max-width: 48ch;
}
.bio-actions {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-top: 1.2em;
  flex-wrap: wrap;
}
.bio-cta {
  height: 44px;
  padding: 0 16px;
}
.bio-link {
  color: rgba(241, 233, 255, 0.85);
  text-decoration: none;
  border-bottom: 1px solid rgba(192, 132, 252, 0.35);
  padding-bottom: 2px;
  transition: border-color 200ms ease, color 200ms ease;
}
.bio-link:hover {
  color: rgba(241, 233, 255, 1);
  border-color: rgba(192, 132, 252, 0.65);
}

@media (max-width: 820px) {
  .bio-card {
    grid-template-columns: 1fr;
  }
  .bio-photo {
    aspect-ratio: 4 / 3;
  }
  .bio-copy {
    padding: 0.2em 0.4em 0.4em 0.4em;
    text-align: center;
  }
  .bio-text {
    margin: 0 auto;
  }
  .bio-actions {
    justify-content: center;
  }
}

.content-section {
  position: relative;
  z-index: 1112;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 30px 0 12em 0;
  overflow: hidden;
}

.content-section p.subt {
  color: #d8ecf8be;
  font-size: 0.8em;
  font-weight: 200;
  position: relative;
  width: fit-content;
  margin: auto;
}
.content-section h3 {
  margin: 0.4em 0 0.6em 0;
  font-size: 2.3em;
  font-weight: 600;
  color: #d8ecf8;
  text-shadow: 0 2px 16px rgba(174, 207, 242, 0.24);
  background: linear-gradient(0deg, #d8ecf8 0, #98c0ef 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content-section p.subp {
  color: #d8ecf8be;
  font-size: 1em;
  font-weight: 400;
  max-width: 26em;
  margin: auto;
}

.content-section p.subt::before,
.content-section p.subt::after {
  position: absolute;
  top: 60%;
  display: block;
  content: "";
  width: 5em;
  height: 1px;
  opacity: 0.5;
}
.content-section p.subt::before {
  background: linear-gradient(-90deg, #9dc3f7 0%, transparent 100%);
  right: 120%;
  top: 50%;
}
.content-section p.subt::after {
  background: linear-gradient(90deg, #9dc3f7 0%, transparent 100%);
  left: 120%;
  top: 50%;
}

.content-section .content-acc {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.content-section .content-acc div {
  width: 10em;
  height: 10em;
  border-radius: 50%;
  box-shadow:
    -1em -0.2em 0.4em -1.1em #c2ccff,
    inset 0em 0em 0em 2px #c2ccff,
    inset 0.2em 0.3em 0.2em -0.2em #c2ccff,
    inset -1.2em 2.3em 2em -0.5em #d4e6ff2f;
  background: #121521;
  z-index: 1;
  filter: brightness(0.8);
  background: repeating-radial-gradient(at 50% 50%, transparent 0%, #c2ccff22 2px, transparent 4px);
  translate: -18em;
}
.content-section .content-acc div:nth-child(2) {
  translate: 18em 12em;
  border-radius: 2em;
  box-shadow:
    -1em -0.2em 0.4em -1.1em #c2ccff,
    inset 0em 0em 0em 2px #c2ccff,
    inset 0.2em 0.3em 0.2em -0.2em #c2ccff,
    inset 10.8em 11.3em 2em -10.5em #d4e6ff2f;
}
