:root {
  color-scheme: dark;
  font-family: Onest, "Segoe UI", sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  background: #08090d;
  color: #f5f2f0;
}
* { box-sizing: border-box; }
body { margin: 0; }
::selection { color: #fff; background: #a84078; }
.stage { position: relative; min-height: 100svh; isolation: isolate; overflow: clip; }
.logo { position: absolute; top: clamp(25px, 5.5vh, 64px); left: 7vw; z-index: 2; }
.intro { position: relative; z-index: 1; width: fit-content; padding: 0 0 0 7vw; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
h1 { margin: 0 0 22px -.065em; font-size: clamp(90px, 10.5vw, 180px); font-weight: 450; letter-spacing: -.085em; line-height: 1; }
.slogan { margin: 0; color: #c2b8c3; font-size: clamp(21px, 2.2vw, 34px); font-weight: 400; line-height: 1.45; letter-spacing: -.04em; }
.cta { display: inline-flex; align-items: center; gap: 12px; margin-top: 44px; min-height: 56px; padding: 16px 20px; border: 1px solid #ffffff30; border-radius: 100px; background: #f3ecef; color: #291f28; font-size: 13px; font-weight: 500; text-decoration: none; transition: background .25s, border-color .25s, box-shadow .25s, transform .25s; }
.cta > svg:first-child { color: #a44b6e; }
.arrow { margin-left: 12px; transition: transform .25s; }
.cta:hover { background: #fff; border-color: #efadb6; box-shadow: 0 0 34px #d4598040; transform: translateY(-2px); }
.cta:hover .arrow { transform: translate(2px, -2px); }
.cta:active { transform: translateY(0); }
.cta:focus-visible { outline: 2px solid #ffa7b9; outline-offset: 6px; }
.art { position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 70% 50%, #4e163022, transparent 58%); }
.art::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, #08090d60, #08090d18 35%, transparent 60%); }
canvas { display: block; width: 100%; height: 100%; opacity: 0; transition: opacity 1.4s ease; }
.webgl-ready canvas { opacity: 1; }
.fallback { position: absolute; width: min(63vw, 85vh); aspect-ratio: 1; top: 50%; left: 69%; transform: translate(-50%, -50%); transition: opacity 1s; }
.fallback i { position: absolute; inset: 3%; border-radius: 43% 57% 61% 39% / 55% 42% 58% 45%; border: 1px solid #ed97b273; box-shadow: inset 20px 0 50px #ee699424, 10px 5px 60px #9639cf29; transform: rotate(-28deg) scaleX(.75); }
.fallback i:nth-child(2) { transform: rotate(32deg) scaleX(.75); }
.fallback i:nth-child(3) { transform: rotate(92deg) scaleX(.75); }
.webgl-ready .fallback { opacity: 0; }

@media (max-width: 700px) and (min-height: 501px) {
  .logo { top: 26px; left: 28px; width: 31px; height: 38px; }
  .intro { width: 100%; min-height: 100svh; justify-content: flex-end; align-items: center; padding: 0 20px max(44px, env(safe-area-inset-bottom)); text-align: center; }
  h1 { margin: 0 0 15px -.06em; font-size: clamp(72px, 20vw, 106px); }
  .slogan { font-size: clamp(20px, 5.2vw, 26px); line-height: 1.45; }
  .slogan { max-width: 270px; }
  .cta { margin-top: 28px; min-height: 54px; }
  .art::after { background: linear-gradient(0deg, #08090d 3%, #08090dce 20%, transparent 49%); }
  .fallback { top: 31%; left: 50%; width: 96vw; }
}
@media (max-width: 700px) and (min-height: 501px) and (max-height: 680px) {
  .intro { padding-bottom: 26px; }
  h1 { font-size: 72px; margin-bottom: 12px; }
  .slogan { font-size: 20px; }
  .cta { margin-top: 21px; min-height: 50px; padding: 13px 18px; }
}
@media (max-height: 500px) {
  .logo { top: 21px; left: 5vw; width: 27px; height: 33px; }
  .intro { padding-left: 5vw; padding-top: 45px; }
  h1 { font-size: clamp(56px, 12vw, 90px); margin-bottom: 13px; }
  .slogan { font-size: 20px; line-height: 1.3; }
  .cta { margin-top: 22px; min-height: 47px; padding: 12px 17px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (forced-colors: active) { .art { display: none; } .cta { border: 1px solid LinkText; } }
