:root {
  color-scheme: dark;
  --ink: #fff7fb;
  --muted: #d9b9c8;
  --pink: #ff4fa8;
  --pink-bright: #ff79bd;
  --wine: #6b123e;
  --panel: rgba(25, 5, 16, 0.82);
  --line: rgba(255, 126, 190, 0.22);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #10030a;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(169, 22, 91, 0.26), transparent 38rem),
    radial-gradient(circle at 90% 90%, rgba(255, 47, 143, 0.14), transparent 34rem),
    linear-gradient(145deg, #10030a 0%, #1b0712 48%, #0c0308 100%);
}

a {
  color: inherit;
}

.ambient {
  position: fixed;
  z-index: 0;
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.16;
}

.ambient-one {
  top: -12rem;
  right: -7rem;
  background: #ff2f91;
}

.ambient-two {
  bottom: -15rem;
  left: -8rem;
  background: #8d1e70;
}

.preview-header,
main,
footer {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
}

.preview-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.preview-brand strong,
.preview-brand small {
  display: block;
}

.preview-brand strong {
  font-size: 15px;
  letter-spacing: 0.01em;
}

.preview-brand small {
  margin-top: 2px;
  color: #b995a7;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-gem {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 129, 191, 0.34);
  border-radius: 13px;
  color: white;
  background: linear-gradient(145deg, #79204e, #361027);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 10px 30px rgba(0, 0, 0, 0.32);
  font-family: Georgia, serif;
  font-size: 20px;
  font-style: italic;
}

.home-link {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #e8cbd8;
  font-size: 13px;
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.home-link:hover,
.home-link:focus-visible {
  border-color: rgba(255, 121, 187, 0.62);
  color: white;
  background: rgba(255, 79, 168, 0.08);
}

main {
  padding: 24px 0 36px;
}

.teaser {
  position: relative;
  display: grid;
  min-height: 620px;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--panel);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.54), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.teaser::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 90px rgba(255, 41, 143, 0.05);
  content: "";
  pointer-events: none;
}

.teaser-art {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background:
    radial-gradient(circle at 67% 38%, rgba(255, 91, 169, 0.34), transparent 20rem),
    radial-gradient(circle at 8% 88%, rgba(255, 74, 161, 0.18), transparent 15rem),
    linear-gradient(145deg, #48102e, #1b0713 60%, #0d0309);
}

.teaser-art::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, transparent 0 43%, rgba(255, 128, 190, 0.1) 43.2% 43.4%, transparent 43.6%),
    linear-gradient(0deg, rgba(13, 2, 9, 0.58), transparent 45%);
  content: "";
}

.portrait-frame {
  position: absolute;
  z-index: 1;
  right: 11%;
  bottom: 10%;
  width: min(76%, 360px);
  aspect-ratio: 0.82;
  overflow: hidden;
  border: 1px solid rgba(255, 210, 231, 0.38);
  border-radius: 45% 45% 30px 30px;
  background: #2c0b1c;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.52), 0 0 45px rgba(255, 66, 158, 0.24);
  transform: rotate(2deg);
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  transform: scale(1.18);
}

.sparkle {
  position: absolute;
  z-index: 2;
  color: #ffd6e9;
  text-shadow: 0 0 15px #ff5ba9;
}

.sparkle-one {
  top: 19%;
  right: 14%;
  font-size: 30px;
}

.sparkle-two {
  right: 74%;
  bottom: 20%;
  font-size: 16px;
}

.teaser-copy {
  display: flex;
  min-width: 0;
  padding: clamp(48px, 6vw, 82px);
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--pink-bright);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 24px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}

h1 {
  max-width: 660px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

h1 em {
  color: #ff86c0;
  font-weight: 400;
}

.intro {
  max-width: 590px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.entry-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
}

.enter-button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border: 1px solid rgba(255, 200, 227, 0.3);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #f03791, #9c1b5b);
  box-shadow: 0 15px 36px rgba(207, 33, 115, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.enter-button:hover,
.enter-button:focus-visible {
  filter: brightness(1.1);
  transform: translateY(-2px);
  box-shadow: 0 19px 42px rgba(207, 33, 115, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.access-note {
  margin: 0;
  color: #a88294;
  font-size: 11px;
  line-height: 1.5;
}

.access-note span {
  margin-right: 5px;
  color: #e66ba7;
  font-size: 8px;
}

.features {
  display: flex;
  margin: 40px 0 0;
  padding: 22px 0 0;
  gap: 26px;
  border-top: 1px solid rgba(255, 130, 191, 0.13);
  color: #c29bac;
  font-size: 11px;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.features span {
  margin-right: 6px;
  color: var(--pink-bright);
}

footer {
  display: flex;
  padding: 18px 0 32px;
  justify-content: space-between;
  color: #8b6979;
  font-size: 12px;
}

footer a {
  text-decoration-color: rgba(255, 124, 188, 0.42);
  text-underline-offset: 4px;
}

:focus-visible {
  outline: 2px solid #ff8ac3;
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .teaser {
    grid-template-columns: 0.82fr 1.18fr;
  }

  .teaser-copy {
    padding: 46px 34px;
  }

  .features {
    flex-wrap: wrap;
    gap: 12px 20px;
  }
}

@media (max-width: 720px) {
  .preview-header,
  main,
  footer {
    width: min(100% - 24px, 580px);
  }

  .preview-header {
    min-height: 74px;
  }

  main {
    padding-top: 8px;
  }

  .teaser {
    display: flex;
    min-height: auto;
    flex-direction: column;
    border-radius: 24px;
  }

  .teaser-art {
    min-height: 330px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .portrait-frame {
    right: 50%;
    bottom: 7%;
    width: 230px;
    transform: translateX(50%) rotate(2deg);
  }

  .teaser-copy {
    padding: 38px 26px 34px;
  }

  h1 {
    font-size: clamp(45px, 14vw, 64px);
  }

  .entry-row {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .enter-button {
    justify-content: space-between;
  }

  .features {
    margin-top: 30px;
    padding-top: 18px;
  }
}

@media (max-width: 420px) {
  .home-link {
    padding: 8px 11px;
  }

  .preview-brand small {
    display: none;
  }

  .teaser-art {
    min-height: 290px;
  }

  .portrait-frame {
    width: 200px;
  }

  .features {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
