:root {
  --ink: #0a0014;
  --violet: #5d34d0;
  --magenta: #ff006e;
  --cyan: #00f0ff;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --pointer-x: 62%;
  --pointer-y: 22%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.metrika-pixel {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.metrika-pixel img {
  width: 1px;
  height: 1px;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: var(--ink);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background: var(--ink);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

.page-shell {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(0, 240, 255, 0.28), transparent 26%),
    radial-gradient(circle at 20% 78%, rgba(255, 0, 110, 0.34), transparent 34%),
    conic-gradient(from 218deg at 52% 46%, #0a0014 0deg, #5d34d0 84deg, #ff006e 150deg, #0a0014 245deg, #00f0ff 324deg, #0a0014 360deg);
}

.page-shell::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(10, 0, 20, 0.98) 0%, rgba(10, 0, 20, 0.82) 41%, rgba(10, 0, 20, 0.08) 69%),
    linear-gradient(180deg, rgba(10, 0, 20, 0.08), rgba(10, 0, 20, 0.68));
}

.aurora {
  position: absolute;
  z-index: -2;
  width: 42vw;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.48;
  filter: blur(90px);
  pointer-events: none;
  animation: aurora-drift 10s cubic-bezier(0.2, 0.8, 0.2, 1) infinite alternate;
}

.aurora--violet {
  top: -22vw;
  left: 12vw;
  background: var(--violet);
}

.aurora--cyan {
  right: -18vw;
  bottom: -23vw;
  background: var(--cyan);
  animation-delay: -4s;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: max(24px, env(safe-area-inset-top)) clamp(22px, 4.2vw, 72px) 0;
}

.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.brand__mark {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--magenta), var(--cyan));
  box-shadow: 0 0 22px rgba(0, 240, 255, 0.86);
}

.header-age {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(10, 0, 20, 0.44);
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  padding: 112px clamp(22px, 4.2vw, 72px) 86px;
}

.visual {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 57%;
  height: 100%;
  overflow: hidden;
}

.visual::before,
.visual::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  pointer-events: none;
}

.visual::before {
  background:
    linear-gradient(90deg, var(--ink) 0%, rgba(10, 0, 20, 0.82) 8%, transparent 38%),
    linear-gradient(180deg, rgba(10, 0, 20, 0.12) 52%, rgba(10, 0, 20, 0.92) 100%);
}

.visual::after {
  opacity: 0.48;
  background:
    radial-gradient(circle at 50% 32%, transparent 0 16%, rgba(93, 52, 208, 0.36) 49%, rgba(255, 0, 110, 0.34) 78%),
    linear-gradient(135deg, rgba(0, 240, 255, 0.15), transparent 48%, rgba(255, 0, 110, 0.2));
  mix-blend-mode: screen;
}

.visual__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.035);
  animation: portrait-breathe 8s cubic-bezier(0.2, 0.8, 0.2, 1) infinite alternate;
}

.age-watermark {
  position: absolute;
  z-index: 1;
  right: -0.06em;
  bottom: -0.11em;
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(10rem, 19vw, 23rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.1em;
  text-shadow:
    0 0 22px rgba(0, 240, 255, 0.36),
    0 0 70px rgba(255, 0, 110, 0.28);
  user-select: none;
}

.content {
  position: relative;
  z-index: 4;
  width: min(720px, 57vw);
  animation: content-enter 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 700;
}

.eyebrow__badge {
  display: inline-grid;
  min-width: 48px;
  height: 30px;
  padding: 0 11px;
  place-items: center;
  border: 1px solid rgba(0, 240, 255, 0.52);
  border-radius: 999px;
  color: var(--white);
  background: rgba(0, 240, 255, 0.1);
  box-shadow: 0 0 24px rgba(0, 240, 255, 0.2);
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(4.9rem, 8.7vw, 10.4rem);
  font-weight: 850;
  line-height: 0.79;
  letter-spacing: -0.075em;
}

h1 span {
  color: var(--cyan);
  text-shadow:
    0 0 18px rgba(0, 240, 255, 0.58),
    0 0 52px rgba(255, 0, 110, 0.34);
}

.lead {
  max-width: 570px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.52;
}

.age-gate {
  width: min(100%, 470px);
  margin-top: 34px;
}

.cta {
  position: relative;
  display: flex;
  min-height: 74px;
  padding: 14px 15px 14px 22px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 22px;
  background:
    linear-gradient(112deg, rgba(10, 0, 20, 0.96), rgba(36, 9, 60, 0.92)) padding-box,
    linear-gradient(112deg, var(--cyan), var(--violet) 44%, var(--magenta)) border-box;
  box-shadow:
    0 16px 45px rgba(93, 52, 208, 0.34),
    0 0 24px rgba(0, 240, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  text-decoration: none;
  transform: translateZ(0);
  transition:
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 320ms ease;
}

.cta::before {
  position: absolute;
  inset: -70% auto -70% -28%;
  width: 34%;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  transform: rotate(13deg) translateX(-180%);
  animation: button-shine 4.6s ease-in-out infinite;
}

.cta::after {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 2px;
  height: 30px;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent, var(--magenta));
  box-shadow: 0 0 16px var(--magenta);
}

.cta:hover {
  box-shadow:
    0 20px 58px rgba(255, 0, 110, 0.34),
    0 0 34px rgba(0, 240, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transform: translateY(-3px) scale(1.012);
}

.cta:active {
  transform: translateY(1px) scale(0.988);
}

.cta:focus-visible,
.brand:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 5px;
}

.cta__copy {
  display: grid;
  gap: 4px;
}

.cta__copy strong {
  font-size: 17px;
  line-height: 1.15;
}

.cta__copy > span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.2;
}

.cta__icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: linear-gradient(135deg, var(--cyan), var(--white));
  box-shadow: 0 0 25px rgba(0, 240, 255, 0.46);
}

.cta__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.legal {
  margin: 14px 4px 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  line-height: 1.48;
}

.underage-note {
  position: absolute;
  z-index: 5;
  right: clamp(22px, 4.2vw, 72px);
  bottom: max(24px, env(safe-area-inset-bottom));
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

@keyframes content-enter {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes portrait-breathe {
  to {
    transform: scale(1.065) translateY(-0.8%);
  }
}

@keyframes aurora-drift {
  to {
    transform: translate3d(8vw, 6vh, 0) scale(1.16);
  }
}

@keyframes button-shine {
  0%,
  66% {
    transform: rotate(13deg) translateX(-180%);
  }

  100% {
    transform: rotate(13deg) translateX(520%);
  }
}

@media (max-width: 900px) {
  .page-shell {
    overflow-y: auto;
    background:
      radial-gradient(circle at 72% 18%, rgba(0, 240, 255, 0.29), transparent 34%),
      radial-gradient(circle at 20% 71%, rgba(255, 0, 110, 0.34), transparent 35%),
      conic-gradient(from 210deg at 50% 38%, #0a0014 0deg, #5d34d0 92deg, #ff006e 158deg, #0a0014 255deg, #00f0ff 326deg, #0a0014 360deg);
  }

  .page-shell::before {
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(10, 0, 20, 0.06) 0 35%, rgba(10, 0, 20, 0.72) 58%, var(--ink) 78%),
      linear-gradient(90deg, rgba(10, 0, 20, 0.16), transparent, rgba(10, 0, 20, 0.16));
  }

  .site-header {
    padding: max(18px, env(safe-area-inset-top)) 18px 0;
  }

  .header-age {
    width: 40px;
    height: 40px;
  }

  .hero {
    display: flow-root;
    min-height: 100vh;
    min-height: 100svh;
    padding: 0 18px calc(42px + env(safe-area-inset-bottom));
  }

  .visual {
    z-index: 0;
    width: 100%;
    height: min(61svh, 590px);
  }

  .visual::before {
    background:
      linear-gradient(180deg, rgba(10, 0, 20, 0.12) 36%, rgba(10, 0, 20, 0.94) 100%),
      linear-gradient(90deg, rgba(10, 0, 20, 0.22), transparent 38% 62%, rgba(10, 0, 20, 0.22));
  }

  .visual__image {
    object-position: 50% 50%;
  }

  .age-watermark {
    top: 72px;
    right: -0.08em;
    bottom: auto;
    font-size: clamp(8.8rem, 42vw, 13rem);
    opacity: 0.72;
  }

  .content {
    z-index: 3;
    width: 100%;
    max-width: 620px;
    margin: 40svh auto 0;
  }

  .eyebrow {
    margin-bottom: 16px;
    font-size: 13px;
  }

  h1 {
    font-size: clamp(3.95rem, 17vw, 7.1rem);
    line-height: 0.82;
  }

  .lead {
    max-width: 510px;
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.46;
  }

  .age-gate {
    width: 100%;
    margin-top: 24px;
  }

  .cta {
    width: 100%;
    min-height: 68px;
    border-radius: 20px;
  }

  .underage-note {
    position: relative;
    z-index: 4;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: -22px 0 0;
    padding: 0 18px calc(20px + env(safe-area-inset-bottom));
    text-align: center;
  }
}

@media (max-width: 420px) {
  .content {
    margin-top: 37svh;
  }

  h1 {
    font-size: clamp(3.5rem, 16.2vw, 4.4rem);
  }

  .lead {
    max-width: 350px;
  }

  .legal {
    font-size: 11.5px;
  }
}

@media (max-height: 720px) and (max-width: 900px) {
  .visual {
    height: 57svh;
  }

  .content {
    margin-top: 33svh;
  }

  .eyebrow {
    margin-bottom: 12px;
  }

  h1 {
    font-size: clamp(3.35rem, 14.5vw, 5.4rem);
  }

  .lead {
    margin-top: 17px;
  }

  .age-gate {
    margin-top: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
