
:root {
  --pink: #ff3d9a;
  --hot: #ef0874;
  --ink: #12080e;
  --cream: #fffafd;
  --serif: Georgia, "Times New Roman", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html.locked {
  overflow: hidden;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, sans-serif;
}
button,
a {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
.skip {
  position: fixed;
  top: -60px;
  left: 12px;
  z-index: 200;
  padding: 12px;
  background: white;
  color: #111;
}
.skip:focus {
  top: 12px;
}
/* Navigation */
.nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
  padding: 0 5vw;
  color: white;
  border-bottom: 1px solid #ffffff29;
}
.logo {
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.logo i {
  color: var(--pink);
  font-family: var(--serif);
  font-weight: 400;
}
.links {
  display: flex;
  gap: 38px;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.links a {
  opacity: 0.7;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.links a:hover,
.links a:focus {
  color: #ff8fc4;
  opacity: 1;
}
.vip-link {
  border: 0;
  background: none;
  color: white;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.vip-link b {
  color: var(--pink);
}
.menu {
  display: none;
  border: 0;
  background: none;
  color: white;
  font-size: 1.3rem;
}
/* Hero */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 52% 48%;
  min-height: 820px;
  height: 100svh;
  padding: 130px 7vw 70px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(
      circle at 77% 43%,
      #921b55 0,
      #300a20 31%,
      #11070d 68%,
      #070306 100%
    );
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #0008, transparent 60%),
    linear-gradient(0deg, #0008, transparent 30%);
}
.sparkles {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  max-width: 650px;
}
.eyebrow,
.number,
.world header > p {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.24em;
}
.eyebrow {
  color: #ffc1df;
}
.eyebrow span {
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-right: 14px;
  vertical-align: middle;
  background: var(--pink);
}
.hero h1,
.about h2,
.world h2,
.connect h2 {
  margin: 24px 0;
  font-family: var(--serif);
  font-size: clamp(4.1rem, 7vw, 7.1rem);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.055em;
}
.hero h1 em,
.about h2 em,
.world h2 em,
.connect h2 em {
  color: var(--pink);
  font-weight: 400;
}
.intro {
  max-width: 520px;
  color: #e9dce2;
  font-size: 0.98rem;
  line-height: 1.75;
}
.actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 36px 0;
}
.primary {
  padding: 17px 23px;
  border: 1px solid #ff9bca;
  background: linear-gradient(135deg, #ff5aaa, #ef0874);
  box-shadow: 0 12px 38px #dd006969;
  color: white;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.primary b {
  margin-left: 18px;
}
.text-link {
  padding: 12px 0;
  border-bottom: 1px solid #ffffff59;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.text-link b {
  margin-left: 10px;
  color: var(--pink);
}
.proof {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding-top: 18px;
  border-top: 1px solid #ffffff24;
}
.proof strong {
  color: #ff81bd;
  font: 700 1.5rem var(--serif);
}
.proof span {
  width: 83px;
  color: #bbaeb5;
  font-size: 0.64rem;
}
.proof i {
  width: 28px;
  height: 28px;
  margin-left: -17px;
  border: 2px solid #210d17;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffc1db, #8a174c);
}
.proof i:first-of-type {
  margin-left: 5px;
}
/* Portrait area */
.portrait-wrap {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
}
.glow {
  position: absolute;
  width: 480px;
  height: 650px;
  border-radius: 50%;
  background: radial-gradient(circle, #ff82bd88, transparent 61%);
  box-shadow: 0 0 140px #ff158571;
  filter: blur(17px);
}
.portrait {
  position: relative;
  width: min(390px, 75%);
  height: 600px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #ffafd45c;
  border-radius: 190px 190px 28px 28px;
  background: linear-gradient(155deg, #4c1531, #160a11 60%, #3b0f27);
  box-shadow: 0 30px 90px #000b;
}
.portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      110deg,
      transparent 45%,
      #ffffff12 48%,
      transparent 51%
    );
}
.portrait > span,
.portrait figcaption {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 3;
  color: #ffffff72;
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}
.portrait > span {
  top: 24px;
}
.portrait figcaption {
  bottom: 22px;
}
.person {
  position: absolute;
  bottom: 48px;
  left: 50%;
  width: 265px;
  height: 420px;
  border-radius: 48% 48% 14px 14px;
  background:
    radial-gradient(
      circle at 50% 13%,
      #ffbbd3 0 15%,
      transparent 15.5%
    ),
    radial-gradient(
      ellipse at 50% 43%,
      #ba366f 0 30%,
      transparent 30.5%
    ),
    linear-gradient(
      90deg,
      transparent 19%,
      #6d163e 20% 80%,
      transparent 81%
    );
  transform: translateX(-50%);
}
.person i {
  display: block;
  width: 175px;
  height: 190px;
  margin: 4px auto;
  border-radius: 50%;
  background: #1b0811;
  box-shadow:
    -25px 34px 0 5px #1b0811,
    25px 34px 0 5px #1b0811;
}
.hero-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
  filter: saturate(0.92) contrast(1.04);
}
.seal {
  position: absolute;
  top: 17%;
  right: 2%;
  display: grid;
  place-content: center;
  width: 94px;
  height: 94px;
  border: 1px solid #ff92c466;
  border-radius: 50%;
  background: #160910b8;
  text-align: center;
  backdrop-filter: blur(8px);
  transform: rotate(7deg);
}
.seal strong {
  color: #ff5ca7;
  font: 1.45rem var(--serif);
}
.seal small {
  font-size: 0.45rem;
  letter-spacing: 0.16em;
}
.drop {
  position: absolute;
  bottom: 17%;
  left: 3%;
  padding: 12px 16px;
  border-left: 2px solid var(--pink);
  background: #12070db3;
  color: #d0bcc6;
  font-size: 0.5rem;
  letter-spacing: 0.15em;
}
.drop b {
  color: #ff72b4;
  font-size: 0.63rem;
}
.scroll {
  position: absolute;
  bottom: 28px;
  left: 7vw;
  z-index: 4;
  color: #92838a;
  font-size: 0.48rem;
  letter-spacing: 0.22em;
}
/* Moving pink strip */
.ticker {
  overflow: hidden;
  padding: 13px 0;
  background: var(--pink);
  color: white;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.ticker div {
  width: max-content;
  animation: ticker 22s linear infinite;
}
@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}
/* About */
.about {
  display: grid;
  grid-template-columns: 28% 72%;
  padding: 120px 8vw;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.about.visible {
  opacity: 1;
  transform: none;
}
.number,
.world header > p {
  color: #a58594;
}
.about h2 {
  margin: 0 0 28px;
  font-size: clamp(3.2rem, 5.4vw, 5.7rem);
}
.about h2 em {
  color: #dc176f;
}
.about > div > p {
  max-width: 620px;
  color: #6f5662;
  line-height: 1.8;
}
/* Cards */
.world {
  padding: 110px 7vw 130px;
  background: #170a11;
  color: white;
}
.world header {
  text-align: center;
}
.world h2 {
  margin: 18px 0 50px;
  font-size: clamp(3.3rem, 5vw, 5.2rem);
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1150px;
  margin: auto;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 460px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid #ffffff20;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.card.visible {
  opacity: 1;
  transform: none;
}
.card:nth-child(2) {
  transition-delay: 0.12s;
}
.card:nth-child(3) {
  transition-delay: 0.24s;
}
.card > span {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0.53rem;
}
.card p {
  margin: 0 0 10px;
  font-size: 0.53rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.card h3 {
  margin: 0 0 22px;
  font: 400 2rem var(--serif);
}
.card a,
.card button {
  width: max-content;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid;
  background: none;
  color: inherit;
  font-size: 0.63rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.art {
  position: absolute;
  inset: 48px 20px 145px;
  display: grid;
  place-items: center;
  font: 9rem var(--serif);
  text-shadow: 0 0 40px #ff45a2;
}
.letter {
  color: #f54092;
  font-style: italic;
  text-shadow:
    8px 6px #4d0d2d,
    -2px -2px #ffb5d6;
}
.blush {
  background: linear-gradient(160deg, #ffc6de, #f15a9f);
  color: #381021;
}
.noir {
  background:
    radial-gradient(
      circle at 50% 38%,
      #7b1747,
      #160810 67%
    );
}
.chrome {
  background:
    linear-gradient(
      145deg,
      #d8b4c6,
      #6f4059 45%,
      #1b0b13
    );
}
/* Final CTA */
.connect {
  position: relative;
  padding: 115px 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #fa2386, #bd075c);
  color: white;
  text-align: center;
}
.connect::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(
      circle,
      #fff8 0 1px,
      transparent 1.3px
    );
  background-size: 38px 38px;
  opacity: 0.3;
}
.connect > * {
  position: relative;
}
.star {
  font-size: 2rem;
}
.connect > p {
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.26em;
}
.connect h2 {
  margin: 18px 0 35px;
  font-size: clamp(3.5rem, 6vw, 6rem);
}
.connect h2 em {
  color: #ffd5e8;
}
.white {
  border-color: white;
  background: white;
  color: #bb095a;
}
.connect small {
  display: block;
  margin-top: 22px;
  font-size: 0.46rem;
  letter-spacing: 0.18em;
  opacity: 0.7;
}
/* Footer */
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
  padding: 35px 6vw;
  background: #0d060a;
  color: white;
}
footer p,
footer div {
  color: #85737c;
  font-size: 0.46rem;
  letter-spacing: 0.13em;
}
footer div {
  display: flex;
  gap: 20px;
}
/* Age confirmation */
.modal[hidden] {
  display: none;
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: #080306e8;
  backdrop-filter: blur(10px);
}
.modal-card {
  position: relative;
  width: min(430px, 100%);
  padding: 52px 38px;
  border: 1px solid white;
  background: linear-gradient(145deg, #fff8fc, #ffd6e8);
  box-shadow: 0 0 90px #ff248477;
  color: #2b0b1b;
  text-align: center;
}
.modal-card > p {
  font-size: 0.53rem;
  letter-spacing: 0.22em;
}
.modal-card h2 {
  margin: 18px 0;
  font: 2.6rem var(--serif);
}
.modal-card small {
  display: block;
  color: #785869;
  line-height: 1.6;
}
.confirm {
  display: block;
  margin: 27px 0 15px;
  padding: 16px;
  background: var(--hot);
  color: white;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.confirm b {
  float: right;
}
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  border: 0;
  background: none;
  color: #8e6277;
  font-size: 1.7rem;
}
.leave {
  border: 0;
  background: none;
  color: #845b6e;
  font-size: 0.63rem;
  text-decoration: underline;
}
/* Reveal animations */
.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.delay {
  transition-delay: 0.15s;
}
/* Mobile */
@media (max-width: 850px) {
  .nav {
    height: 68px;
    padding: 0 20px;
  }
  .links {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    padding: 25px;
    background: #130910;
  }
  .links.open {
    display: flex;
  }
  .vip-link {
    display: none;
  }
  .menu {
    display: block;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: 100svh;
    height: auto;
    padding: 112px 22px 55px;
  }
  .hero-copy {
    align-self: start;
  }
  .hero h1 {
    margin-top: 17px;
    font-size: clamp(3.5rem, 17vw, 5.5rem);
  }
  .intro {
    font-size: 0.9rem;
  }
  .actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 28px 0;
  }
  .proof {
    display: none;
  }
  .portrait-wrap {
    height: 430px;
    margin-top: 10px;
  }
  .portrait {
    width: 270px;
    height: 410px;
    border-radius: 140px 140px 20px 20px;
  }
  .person {
    width: 210px;
    height: 315px;
  }
  .person i {
    width: 130px;
    height: 140px;
  }
  .glow {
    width: 300px;
    height: 420px;
  }
  .seal {
    top: 8%;
    right: 4%;
    width: 75px;
    height: 75px;
  }
  .drop {
    bottom: 15%;
    left: 2%;
  }
  .scroll {
    display: none;
  }
  .about {
    display: block;
    padding: 80px 24px;
  }
  .number {
    margin-bottom: 34px;
  }
  .about h2 {
    font-size: 3.4rem;
  }
  .world {
    padding: 78px 18px;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .card {
    min-height: 420px;
  }
  .connect {
    padding: 85px 20px;
  }
  .connect h2 {
    font-size: 3.6rem;
  }
  footer {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  footer div {
    flex-wrap: wrap;
    justify-content: center;
  }
}
/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
  .reveal,
  .about,
  .card {
    opacity: 1;
    transform: none;
  }
}