:root {
  --ink: #f7f2ee;
  --muted: #aaa1a8;
  --night: #09070b;
  --rose: #ff3d8d;
  --paper: #f1ece7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.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; }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 88px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem;
  padding: 0 4vw; border-bottom: 1px solid rgba(255,255,255,.1);
}
.brand-lockup { display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; }
.brand-lockup b { color: var(--rose); font-weight: 700; }
.brand-mark {
  display: grid; place-items: center; width: 34px; height: 34px;
  border: 1px solid rgba(255,255,255,.35); border-radius: 50%;
  font-family: Georgia, serif; font-size: 18px; font-style: italic;
}
nav { display: flex; gap: clamp(1rem, 3vw, 2.7rem); color: #c9c2c6; font-size: 12px; }
nav a, .footer-links a { transition: color .2s ease; }
nav a:hover, .footer-links a:hover { color: var(--rose); }
.header-cta {
  justify-self: end; padding: 12px 18px; border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  transition: background .2s ease, color .2s ease;
}
.header-cta:hover { background: white; color: #130810; }

.hero {
  position: relative; overflow: hidden; padding-top: 88px;
  background: radial-gradient(circle at 12% 45%, rgba(255,40,125,.13), transparent 30%), linear-gradient(120deg, #09070b 0%, #100b13 52%, #160b16 100%);
}
.hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 80%);
}
.hero-glow { position: absolute; width: 580px; height: 420px; left: 4%; top: 7%; border-radius: 50%; background: rgba(255,29,112,.16); filter: blur(120px); }
.hero-intro-shell { position: relative; z-index: 2; padding: 92px 7vw 76px; }
.hero-copy { position: relative; max-width: 1120px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: #c9bec4; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; }
.eyebrow span { width: 30px; height: 1px; background: var(--rose); }
.eyebrow.centered { justify-content: center; }
h1, h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.055em; line-height: .92; }
h1 { max-width: 1100px; font-size: clamp(64px, 7.3vw, 118px); }
h1 em, h2 em { color: var(--rose); font-weight: 400; }
.hero-intro { max-width: 680px; margin: 36px 0 30px; color: #bfb7bd; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.primary-button {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 28px;
  padding: 17px 20px 17px 24px; border: 0; border-radius: 3px; background: var(--rose);
  color: #130810; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em;
  box-shadow: 0 10px 40px rgba(255,61,141,.24); cursor: pointer; transition: transform .2s ease, filter .2s ease;
}
.primary-button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.primary-button span { font-size: 18px; }
.primary-button.compact { padding: 14px 16px 14px 18px; gap: 18px; }
.text-button { display: flex; align-items: center; gap: 10px; color: #e9e2e6; font-size: 12px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #7cf0b6; box-shadow: 0 0 0 5px rgba(124,240,182,.1); }
.age-note { margin-top: 36px; color: #6d656c; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }

.hero-banner { position: relative; z-index: 2; min-height: 390px; aspect-ratio: 2128 / 912; overflow: hidden; border-top: 1px solid rgba(255,255,255,.12); }
.hero-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.03); }
.hero-banner-wash { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,5,9,.78), transparent 36%), linear-gradient(90deg, rgba(255,61,141,.08), transparent 28% 72%, rgba(255,61,141,.08)); }
.hero-banner-label { position: absolute; left: 5vw; bottom: 32px; }
.hero-banner-label span { color: #c8bdc4; font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }
.hero-banner-label strong { display: block; margin-top: 7px; color: white; font-family: Georgia, serif; font-size: clamp(18px, 2vw, 31px); font-weight: 400; letter-spacing: .05em; }

.ticker { overflow: hidden; padding: 14px 0; background: var(--rose); color: #170810; font-size: 10px; font-weight: 900; letter-spacing: .17em; white-space: nowrap; }
.ticker div { width: max-content; animation: ticker 28s linear infinite; }
.ticker b { margin: 0 28px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.collections { padding: 115px 5vw 130px; background: var(--paper); color: #1b1118; }
.collections .eyebrow { color: #766a71; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 5vw; margin: 0 auto 75px; max-width: 1420px; }
h2 { font-size: clamp(50px, 6vw, 91px); }
.section-note { max-width: 390px; margin: 0 0 8px; color: #6c6167; font-size: 14px; line-height: 1.7; }
.world-list { max-width: 1420px; margin: auto; }
.world { --accent: var(--rose); display: grid; grid-template-columns: minmax(300px, .86fr) 1.14fr; min-height: 580px; margin-bottom: 18px; background: #120d12; color: white; }
.world:nth-child(even) { grid-template-columns: 1.14fr minmax(300px, .86fr); }
.world:nth-child(even) .world-image { order: 2; }
.world.rose { --accent: #ff3d8d; } .world.aqua { --accent: #36d8ca; } .world.ember { --accent: #f06836; } .world.violet { --accent: #956aff; } .world.gold { --accent: #e9b33d; }
.world-image { position: relative; height: 580px; min-height: 580px; overflow: hidden; background: #0c090d; }
.world-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,5,8,.55), transparent 60%); }
.world-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.world:hover .world-image img { transform: scale(1.035); }
.world-number { position: absolute; z-index: 2; left: 24px; bottom: 20px; font-family: Georgia, serif; font-size: 52px; color: white; }
.carousel-controls {
  position: absolute; z-index: 3; right: 20px; bottom: 22px; display: flex; align-items: center; gap: 12px;
  padding: 8px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px;
  background: rgba(10,7,11,.72); backdrop-filter: blur(12px);
}
.carousel-controls > button {
  display: grid; place-items: center; width: 30px; height: 30px; padding: 0; border: 0; border-radius: 50%;
  background: transparent; color: white; cursor: pointer; transition: background .2s ease, color .2s ease;
}
.carousel-controls > button:hover, .carousel-controls > button:focus-visible { background: white; color: #130810; outline: 0; }
.carousel-controls button:disabled { cursor: wait; opacity: .55; }
.carousel-dots { display: flex; align-items: center; gap: 7px; }
.carousel-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.38); cursor: pointer; transition: width .2s ease, background .2s ease; }
.carousel-dots button.active { width: 18px; border-radius: 999px; background: var(--accent); }
.world-image > img { animation: carousel-reveal .4s ease; }
@keyframes carousel-reveal { from { opacity: .45; transform: scale(1.025); } to { opacity: 1; transform: scale(1); } }
.world-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(44px, 6vw, 105px); background: radial-gradient(circle at 85% 20%, color-mix(in srgb, var(--accent) 20%, transparent), transparent 35%); }
.world-kicker { margin: 0 0 20px !important; color: var(--accent) !important; font-size: 9px !important; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; }
.world-copy h3 { margin: 0; max-width: 650px; font-family: Georgia, serif; font-size: clamp(46px, 5vw, 83px); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.world-copy > p { max-width: 610px; margin: 28px 0 22px; color: #b9afb6; font-size: 15px; line-height: 1.75; }
.world-mood { color: #766d74; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.world-links { display: flex; align-items: center; gap: 26px; margin-top: 42px; }
.world-links > a:last-child { border-bottom: 1px solid #5e555c; padding-bottom: 5px; color: #ddd5da; font-size: 11px; }

.membership { padding: 125px 5vw; background: #0b080d; }
.membership-intro { max-width: 1420px; margin: auto; }
.membership-intro > p:last-child { max-width: 620px; margin: 30px 0 58px; color: #a99fa6; font-size: 15px; line-height: 1.75; }
.membership-cards { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1420px; margin: auto; border: 1px solid #2c242b; }
.membership-cards article { position: relative; min-height: 465px; padding: 40px; border-right: 1px solid #2c242b; background: #100c11; }
.membership-cards article:last-child { border: 0; }
.membership-cards .featured-plan { background: linear-gradient(145deg, #351021, #160c13 72%); }
.plan-tag { display: inline-block; padding: 7px 10px; border: 1px solid #433942; color: #b6aab3; font-size: 8px; text-transform: uppercase; letter-spacing: .17em; }
.membership-cards h3 { margin: 30px 0 16px; font-family: Georgia, serif; font-size: 37px; font-weight: 400; }
.membership-cards p { color: #9d939a; font-size: 13px; line-height: 1.65; }
.membership-cards ul { min-height: 125px; margin: 30px 0 38px; padding: 0; list-style: none; }
.membership-cards li { margin: 13px 0; color: #d8d0d5; font-size: 12px; }
.membership-cards li::before { content: '✦'; margin-right: 11px; color: var(--rose); font-size: 8px; }
.membership-cards article > a { display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid #3b3139; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.membership-cards article > a span { color: var(--rose); font-size: 16px; }
.fulfillment-note { max-width: 1420px; margin: 22px auto 0; color: #665e64; font-size: 10px; }

.community { display: grid; grid-template-columns: 1fr 1fr; min-height: 690px; background: #eae3dc; color: #1b1118; }
.community-art { position: relative; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle, #35112a 0 16%, #130d13 17% 34%, #09070a 35%); }
.community-ring { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.ring-a { width: 470px; height: 470px; }
.ring-b { width: 650px; height: 650px; border-style: dashed; animation: spin 40s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.community-logo { position: relative; z-index: 2; display: grid; place-items: center; width: 140px; height: 140px; border-radius: 50%; background: var(--rose); color: #180811; font-family: Georgia, serif; font-size: 82px; font-style: italic; box-shadow: 0 0 100px rgba(255,61,141,.35); }
.community-chip { position: absolute; display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: #151016; color: white; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.chip-a { transform: translate(-210px,-150px); color: #36d8ca; } .chip-b { transform: translate(220px,-115px); color: #f06836; } .chip-c { transform: translate(-230px,155px); color: #956aff; } .chip-d { transform: translate(210px,170px); color: #e9b33d; }
.community-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 8vw, 130px); }
.community-copy .eyebrow { color: #70656d; }
.community-copy > p:not(.eyebrow) { max-width: 580px; margin: 30px 0; color: #685d64; font-size: 15px; line-height: 1.75; }
.community-copy .primary-button { align-self: flex-start; }

.newsletter { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; padding: 120px 7vw; background: linear-gradient(125deg, #3b102a, #100a10 65%); }
.newsletter > div > p:last-child { max-width: 550px; color: #b6aab2; line-height: 1.7; }
.newsletter form { align-self: center; }
.email-row { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid #62515e; }
.email-row input { min-width: 0; padding: 20px 4px; border: 0; outline: 0; background: transparent; color: white; font-size: 13px; letter-spacing: .08em; }
.email-row input::placeholder { color: #a28f9d; }
.email-row button { border: 0; background: transparent; color: white; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; cursor: pointer; }
.email-row button span { margin-left: 12px; color: var(--rose); font-size: 17px; }
.newsletter fieldset { margin: 28px 0 22px; padding: 0; border: 0; }
.newsletter legend { margin-bottom: 13px; color: #8e7d89; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.interest-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.interest-grid label { display: flex; align-items: center; gap: 9px; color: #bdb0b9; font-size: 11px; cursor: pointer; }
.interest-grid span { display: inline-block; width: 29px; color: white; font-size: 8px; font-weight: 900; }
.interest-grid input, .consent input { accent-color: var(--rose); }
.consent { display: flex; gap: 9px; color: #7f727b; font-size: 9px; line-height: 1.5; }
.honey { position: absolute; left: -9999px; opacity: 0; }
.form-message { min-height: 20px; margin-top: 15px; color: #f1d6e3; font-size: 11px; }
.form-message.success { color: #8ce8bb; }
.form-message.error { color: #ff9bbd; }
.age-gate[hidden] { display: none; }

footer { padding: 55px 5vw 35px; background: #070508; border-top: 1px solid #251e24; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { text-transform: uppercase; letter-spacing: .11em; font-size: 10px; }
.footer-brand small { margin-top: 4px; color: #70686e; font-size: 9px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; margin: 42px 0; color: #a69ca3; font-size: 10px; }
footer > p { color: #4e484c; font-size: 9px; }

.age-gate { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(5,3,6,.94); backdrop-filter: blur(22px); }
.age-gate::before { content: ''; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: rgba(255,61,141,.12); filter: blur(90px); }
.age-card { position: relative; width: min(560px, 100%); padding: 55px; border: 1px solid #3c3039; background: linear-gradient(145deg, rgba(29,16,24,.97), rgba(9,6,10,.98)); text-align: center; box-shadow: 0 40px 100px #000; }
.gate-mark { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 35px; border: 1px solid #8a6e80; border-radius: 50%; font-family: Georgia, serif; font-size: 33px; font-style: italic; }
.age-card h2 { font-size: clamp(48px, 7vw, 72px); }
.age-card > p:not(.eyebrow) { max-width: 430px; margin: 28px auto; color: #a99da5; font-size: 13px; line-height: 1.7; }
.gate-button { width: 100%; margin-top: 8px; }
.leave-button { display: block; margin: 19px auto; border: 0; border-bottom: 1px solid #4d4149; background: transparent; color: #8f838c; font-size: 10px; cursor: pointer; }
.age-card small { color: #564d53; font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }

.legal-page { min-height: 100vh; padding: 130px max(6vw, 24px) 80px; background: radial-gradient(circle at 80% 0, #351021, transparent 30%), #0a070b; }
.legal-wrap { max-width: 850px; margin: auto; }
.legal-back { display: inline-block; margin-bottom: 45px; color: #b6aab2; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.legal-page h1 { font-size: clamp(52px, 8vw, 92px); }
.legal-page .updated { margin: 24px 0 45px; color: #6e636a; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.legal-page h2 { margin: 40px 0 14px; font-size: 29px; letter-spacing: -.02em; }
.legal-page p, .legal-page li { color: #b3a8af; font-size: 14px; line-height: 1.8; }
.legal-page a { color: var(--rose); }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero-intro-shell { padding-top: 82px; }
  .hero-banner { min-height: 350px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .world, .world:nth-child(even) { grid-template-columns: 1fr 1fr; }
  .world-copy { padding: 45px; }
  .membership-cards { grid-template-columns: 1fr; }
  .membership-cards article { min-height: 0; border-right: 0; border-bottom: 1px solid #2c242b; }
  .membership-cards ul { min-height: 0; }
  .community, .newsletter { grid-template-columns: 1fr; }
  .community-art { min-height: 570px; }
}

@media (max-width: 680px) {
  .site-header { height: 74px; padding: 0 18px; }
  .brand-lockup span:last-child { display: none; }
  .header-cta { padding: 10px 12px; font-size: 9px; }
  .hero { min-height: auto; padding-top: 74px; }
  .hero-intro-shell { padding: 66px 22px 55px; }
  h1 { font-size: 56px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-banner { min-height: 300px; aspect-ratio: 1.12; }
  .hero-banner img { object-position: center; }
  .hero-banner-label { left: 22px; bottom: 22px; }
  .collections, .membership { padding: 78px 18px; }
  .section-heading { margin-bottom: 42px; }
  .world, .world:nth-child(even) { display: flex; flex-direction: column; }
  .world:nth-child(even) .world-image { order: 0; }
  .world-image { height: 470px; min-height: 470px; }
  .carousel-controls { right: 16px; bottom: 18px; }
  .world-number { left: 18px; bottom: 18px; }
  .world-copy { padding: 40px 25px 48px; }
  .world-links { align-items: flex-start; flex-direction: column; }
  .membership-cards article { padding: 30px 24px; }
  .community-art { min-height: 470px; }
  .ring-a { width: 330px; height: 330px; }
  .ring-b { width: 450px; height: 450px; }
  .community-logo { width: 110px; height: 110px; font-size: 64px; }
  .chip-a { transform: translate(-145px,-120px); } .chip-b { transform: translate(145px,-90px); } .chip-c { transform: translate(-150px,120px); } .chip-d { transform: translate(140px,130px); }
  .community-copy, .newsletter { padding: 72px 22px; }
  .interest-grid { grid-template-columns: 1fr; }
  .email-row { grid-template-columns: 1fr; }
  .email-row button { padding: 15px 0; text-align: left; }
  .age-card { padding: 38px 24px; }
  footer { padding: 45px 22px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
