:root {
  --night: #07060c;
  --night-soft: #110a16;
  --hot-pink: #ff2b86;
  --electric-pink: #ff5ba3;
  --acid: #d7ff32;
  --glass: rgba(24, 15, 30, .68);
  --scene-rx: 0deg;
  --scene-ry: 0deg;
  --scene-x: 0px;
  --scene-y: 0px;
}

html { scroll-behavior: smooth; }
body.landing-immersive { background: var(--night); color: #fff; overflow-x: hidden; }
body.landing-immersive .topbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 40;
  height: 104px;
  border-color: rgba(255, 255, 255, .1);
  background: linear-gradient(180deg, rgba(7, 6, 12, .82), transparent);
  backdrop-filter: blur(2px);
}
body.landing-immersive .topbar nav { font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
body.landing-immersive .topbar nav > a:first-child { color: #c7becb; }
body.landing-immersive .nav-cta {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .04);
  transition: border-color .3s, background .3s, transform .3s;
}
body.landing-immersive .nav-cta:hover { border-color: var(--hot-pink); background: rgba(255, 43, 134, .1); transform: translateY(-2px); }

.landing-intro {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 24px;
  background: #07060c;
  pointer-events: none;
  animation: intro-exit .9s cubic-bezier(.76, 0, .24, 1) 1.65s forwards;
}
.intro-mark {
  width: min(310px, 66vw);
  height: 112px;
  background: url('../images/afterdark-logo-transparent.png') center/contain no-repeat;
  opacity: 0;
  transform: translateY(16px) scale(.96);
  filter: drop-shadow(0 0 25px rgba(255, 43, 134, .28));
  animation: intro-mark-in .7s ease .15s forwards;
}
.intro-line { width: min(290px, 60vw); height: 1px; overflow: hidden; background: rgba(255, 255, 255, .12); }
.intro-line span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, var(--hot-pink), var(--acid)); transform: translateX(-105%); animation: intro-line 1.15s ease .3s forwards; }
.landing-intro p { margin: 0; color: #8f8595; font-size: 10px; font-weight: 800; letter-spacing: .32em; text-transform: uppercase; opacity: 0; animation: intro-copy .6s ease .65s forwards; }

.landing-experience { position: relative; background: var(--night); }
.hero-3d {
  position: relative;
  min-height: 920px;
  min-height: 100svh;
  padding: 145px 6vw 82px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
  align-items: center;
  gap: clamp(20px, 4vw, 76px);
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 79% 47%, rgba(93, 24, 103, .32), transparent 31%),
    radial-gradient(circle at 52% 100%, rgba(255, 43, 134, .1), transparent 34%),
    linear-gradient(123deg, #07060c 0%, #0b0710 52%, #100915 100%);
}
.hero-3d:after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  z-index: -1;
  background: linear-gradient(transparent, var(--night));
}
.ambient { position: absolute; z-index: -2; border-radius: 50%; filter: blur(80px); opacity: .18; }
.ambient-one { width: 420px; height: 420px; right: -130px; top: 6%; background: var(--hot-pink); animation: ambient-drift 11s ease-in-out infinite alternate; }
.ambient-two { width: 310px; height: 310px; left: 34%; bottom: -190px; background: #7229b8; animation: ambient-drift 14s ease-in-out -3s infinite alternate-reverse; }
.noise { position: absolute; inset: 0; z-index: -1; opacity: .045; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E"); }
.hero-grid { position: absolute; z-index: -1; width: 80vw; height: 60vh; right: -24vw; bottom: -31vh; opacity: .15; transform: perspective(800px) rotateX(63deg) rotateZ(-14deg); background-image: linear-gradient(rgba(255, 91, 163, .42) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 91, 163, .42) 1px, transparent 1px); background-size: 58px 58px; mask-image: radial-gradient(circle, #000 0, transparent 68%); }

.hero-copy { position: relative; z-index: 4; max-width: 780px; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 35px; color: var(--electric-pink); letter-spacing: .22em; }
.hero-copy .eyebrow i { flex: 0 0 auto; margin: 0; animation: status-pulse 2s ease-in-out infinite; }
.hero-copy .eyebrow span { margin-left: 10px; padding-left: 20px; border-left: 1px solid rgba(255, 255, 255, .16); color: #736a78; font-size: 9px; }
.hero-copy h1 { margin: 0; font-size: clamp(78px, 8vw, 148px); line-height: .78; letter-spacing: -.075em; font-weight: 850; }
.headline-line { display: block; overflow: hidden; padding: .08em .08em .1em 0; }
.headline-line > span { display: block; transform: translateY(115%) rotate(3deg); transform-origin: left bottom; animation: headline-in 1.05s cubic-bezier(.16, 1, .3, 1) 1.72s forwards; }
.headline-line.accent { margin-top: -.1em; color: var(--hot-pink); font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 400; letter-spacing: -.06em; }
.headline-line.accent > span { animation-delay: 1.84s; }
.hero-lead { max-width: 640px; margin: 26px 0 0; color: #afa6b2; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.7; }
.reveal-up { opacity: 0; transform: translateY(24px); animation: reveal-up .85s cubic-bezier(.16, 1, .3, 1) 2.02s forwards; }
.hero-lead.reveal-up { animation-delay: 2s; }
.actions.reveal-up { animation-delay: 2.12s; }
.hero-trust.reveal-up { animation-delay: 2.24s; }
.hero-copy .actions { display: flex; align-items: center; gap: 34px; margin-top: 37px; }
.hero-copy .button, .final-cta .button {
  --magnetic-x: 0px;
  --magnetic-y: 0px;
  min-width: 225px;
  min-height: 62px;
  padding: 8px 10px 8px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 99px;
  box-shadow: 0 20px 55px rgba(255, 43, 134, .22), inset 0 1px rgba(255,255,255,.32);
  transform: translate(var(--magnetic-x), var(--magnetic-y));
  transition: transform .18s ease, box-shadow .3s ease, filter .3s ease;
}
.hero-copy .button:hover, .final-cta .button:hover { box-shadow: 0 28px 70px rgba(255, 43, 134, .36), inset 0 1px rgba(255,255,255,.36); filter: saturate(1.16); }
.hero-copy .button b, .final-cta .button b { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: rgba(9, 8, 15, .16); font-size: 19px; }
.hero-copy .text-link { display: flex; align-items: center; gap: 12px; color: #d4cdd6; font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.hero-copy .text-link i { width: 35px; height: 1px; background: var(--hot-pink); transition: width .3s; }
.hero-copy .text-link:hover i { width: 50px; }
.hero-trust { display: flex; gap: 26px; margin-top: 55px; color: #716875; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-trust span { display: flex; align-items: center; gap: 8px; }
.hero-trust b { color: var(--hot-pink); font-size: 8px; }

.scene-wrap { position: relative; z-index: 2; height: min(72vw, 760px); max-height: 760px; min-height: 610px; perspective: 1500px; }
.scene {
  position: absolute;
  inset: 3% 0 0;
  transform-style: preserve-3d;
  transform: translate3d(var(--scene-x), var(--scene-y), 0) rotateX(var(--scene-rx)) rotateY(var(--scene-ry));
  transition: transform .16s ease-out;
}
.scene-glow { position: absolute; left: 50%; top: 50%; width: 390px; height: 390px; border-radius: 50%; transform: translate(-50%, -50%) translateZ(-120px); background: rgba(255, 43, 134, .22); filter: blur(75px); }
.orbit { position: absolute; left: 50%; top: 48%; border: 1px solid rgba(255, 91, 163, .23); border-radius: 50%; transform-style: preserve-3d; }
.orbit-one { width: 560px; height: 560px; margin: -280px; transform: rotateX(68deg) rotateZ(-12deg); animation: orbit-spin 18s linear infinite; }
.orbit-two { width: 470px; height: 470px; margin: -235px; border-color: rgba(215, 255, 50, .14); transform: rotateY(67deg) rotateZ(20deg); animation: orbit-spin-reverse 22s linear infinite; }
.orbit-three { width: 640px; height: 640px; margin: -320px; border-style: dashed; border-color: rgba(255,255,255,.07); transform: rotateX(72deg) rotateZ(35deg); animation: orbit-spin 34s linear infinite; }
.orbit i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 20px var(--acid); }
.orbit-one i { left: 18%; top: 4%; }
.orbit-two i { right: 8%; bottom: 22%; background: var(--hot-pink); box-shadow: 0 0 22px var(--hot-pink); }

.social-card {
  position: absolute;
  left: 50%; top: 49%;
  width: min(390px, 72%);
  padding: 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(38, 25, 45, .88), rgba(14, 9, 18, .94));
  box-shadow: 0 50px 100px rgba(0,0,0,.55), -18px 15px 60px rgba(255,43,134,.12), inset 0 1px rgba(255,255,255,.09);
  backdrop-filter: blur(20px);
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) translateZ(70px) rotateZ(-2.8deg);
  animation: card-float 6s ease-in-out 2.4s infinite;
}
.card-shine { position: absolute; inset: -100% 35% -100% -70%; z-index: 4; pointer-events: none; transform: rotate(18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent); animation: card-shine 6.5s ease-in-out 3.2s infinite; }
.landing-immersive .social-card .profile-row { display: grid; grid-template-columns: 46px 1fr auto; gap: 12px; align-items: center; }
.landing-immersive .social-card .profile-row .avatar { width: 46px; height: 46px; font-size: 13px; box-shadow: 0 0 0 3px rgba(255,255,255,.06); }
.landing-immersive .social-card .profile-row div { display: flex; flex-direction: column; }
.landing-immersive .social-card .profile-row b { font-size: 13px; }
.landing-immersive .social-card .profile-row small { display: flex; align-items: center; gap: 6px; color: #877d8a; font-size: 10px; }
.landing-immersive .social-card .profile-row small i { width: 5px; height: 5px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 8px var(--acid); }
.landing-immersive .social-card .profile-row button { border: 0; background: transparent; color: #7e7581; letter-spacing: 2px; }
.card-art { position: relative; height: 390px; margin: 18px 0; border-radius: 22px; overflow: hidden; background: linear-gradient(155deg, #451243 0%, #1c0d2b 45%, #090813 100%); }
.card-art:before { content: ''; position: absolute; width: 130%; height: 50%; left: -15%; bottom: -17%; border-radius: 50%; background: linear-gradient(180deg, #44133b, #120b1d); box-shadow: 0 -14px 60px rgba(255,43,134,.28); transform: rotate(-6deg); }
.card-art:after { content: ''; position: absolute; inset: 0; opacity: .5; background: repeating-linear-gradient(90deg, transparent 0 44px, rgba(255,255,255,.035) 45px), linear-gradient(transparent 55%, rgba(0,0,0,.4)); }
.art-moon { position: absolute; right: 15%; top: 14%; width: 108px; height: 108px; z-index: 1; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #ffdbe9, #ff73ab 54%, #c51d6c 70%); box-shadow: 0 0 30px rgba(255,99,161,.45), 0 0 100px rgba(255,43,134,.3); animation: moon-breathe 4s ease-in-out infinite; }
.art-horizon { position: absolute; left: 9%; right: 9%; bottom: 24%; height: 25%; z-index: 2; opacity: .72; clip-path: polygon(0 75%, 6% 47%, 12% 61%, 18% 25%, 23% 56%, 31% 38%, 39% 64%, 46% 18%, 52% 51%, 61% 30%, 68% 61%, 77% 15%, 84% 50%, 92% 30%, 100% 73%, 100% 100%, 0 100%); background: linear-gradient(#be3577, #27102c); }
.art-copy { position: absolute; z-index: 3; left: 25px; right: 25px; bottom: 26px; display: flex; flex-direction: column; }
.art-copy span { color: #ff8fbd; font-size: 9px; font-weight: 900; letter-spacing: .19em; }
.art-copy strong { margin-top: 10px; color: white; font: italic 30px/1.02 Georgia, serif; letter-spacing: -.03em; }
.landing-immersive .social-card .post-meta { display: grid; grid-template-columns: auto auto 1fr auto; gap: 8px; align-items: center; color: #8f8592; font-size: 11px; }
.landing-immersive .social-card .post-meta .heart { color: var(--hot-pink); font-size: 20px; filter: drop-shadow(0 0 7px rgba(255,43,134,.5)); }
.landing-immersive .social-card .post-meta b { color: #e9e3ea; }
.landing-immersive .social-card .post-meta span:nth-of-type(2) { margin-left: 10px; }
.landing-immersive .social-card .post-meta i { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; font-style: normal; }

.float-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(17, 10, 22, .68); box-shadow: 0 20px 50px rgba(0,0,0,.28); backdrop-filter: blur(16px); transform-style: preserve-3d; }
.float-card-left { left: 0; top: 27%; transform: translateZ(140px) rotate(-5deg); animation: float-left 5.5s ease-in-out infinite; }
.float-card-right { right: -1%; bottom: 20%; transform: translateZ(150px) rotate(4deg); animation: float-right 6s ease-in-out -1s infinite; }
.mini-avatar { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; font-size: 10px; font-weight: 900; background: linear-gradient(135deg, #7c3aed, #ec4899); }
.float-card div { display: flex; flex-direction: column; gap: 3px; }
.float-card b { font-size: 10px; letter-spacing: .02em; }
.float-card small { color: #827985; font-size: 8px; }
.float-card-left > i { width: 6px; height: 6px; margin-left: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 8px var(--acid); }
.pulse-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--hot-pink); background: rgba(255,43,134,.13); animation: heart-pulse 2s ease-in-out infinite; }
.float-label { position: absolute; right: 8%; top: 12%; z-index: 4; color: #8d8290; font-size: 8px; font-weight: 900; letter-spacing: .14em; transform: translateZ(90px); }
.float-label i { display: inline-block; width: 5px; height: 5px; margin: 0 6px; border-radius: 50%; background: var(--hot-pink); box-shadow: 0 0 8px var(--hot-pink); }
.scroll-cue { position: absolute; z-index: 4; right: 4.3vw; bottom: 52px; display: flex; flex-direction: column; align-items: center; gap: 12px; color: #615a64; font-size: 8px; font-weight: 900; letter-spacing: .22em; writing-mode: vertical-rl; }
.scroll-cue i { display: block; width: 1px; height: 56px; overflow: hidden; background: linear-gradient(var(--hot-pink) 0 50%, rgba(255,255,255,.1) 50%); background-size: 100% 200%; animation: scroll-line 2s ease-in-out infinite; }

.experience-section { position: relative; padding: 125px 5vw 145px; color: #f5f0f5; overflow: hidden; background: linear-gradient(180deg, var(--night), #0d0811 70%, #100913); }
.adult-manifesto { position: relative; min-height: 520px; max-width: 1400px; margin: 0 auto 150px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); align-items: stretch; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 34px; isolation: isolate; background: radial-gradient(circle at 78% 40%, rgba(255,43,134,.22), transparent 28%), linear-gradient(125deg, #110b16 0%, #1c0b19 56%, #0b0810 100%); box-shadow: 0 42px 100px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.05); }
.adult-manifesto:before { content: ''; position: absolute; inset: 0; z-index: -1; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.manifesto-copy { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 7vw, 105px); }
.manifesto-copy > span { display: flex; align-items: center; gap: 10px; color: var(--hot-pink); font-size: 9px; font-weight: 900; letter-spacing: .21em; }
.manifesto-copy > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 15px var(--acid); }
.manifesto-copy h2 { margin: 25px 0 28px; font-size: clamp(58px, 5.5vw, 92px); line-height: .88; letter-spacing: -.065em; }
.manifesto-copy h2 em { color: var(--hot-pink); font-family: Georgia, serif; font-weight: 400; }
.manifesto-copy p { max-width: 660px; margin: 0; color: #aaa0ac; font-size: 16px; line-height: 1.75; }
.manifesto-copy > div { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 36px; }
.manifesto-copy > div b { padding: 9px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; color: #d8cfd9; background: rgba(255,255,255,.035); font-size: 8px; letter-spacing: .16em; }
.manifesto-copy > div b:first-child { border-color: rgba(215,255,50,.3); color: var(--acid); }
.manifesto-art { position: relative; min-height: 520px; }
.manifesto-art:after { content: ''; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, #160b17 0%, transparent 35%), linear-gradient(0deg, rgba(10,7,13,.75), transparent 28%); pointer-events: none; }
.manifesto-art img { position: absolute; right: 2%; bottom: -100px; z-index: 1; width: min(500px, 48vw); height: 700px; object-fit: contain; object-position: bottom center; filter: drop-shadow(0 25px 60px rgba(0,0,0,.68)) saturate(1.04); transform: translateY(16px); transition: transform 1s cubic-bezier(.16,1,.3,1), filter .5s ease; }
.adult-manifesto.is-visible .manifesto-art img { transform: translateY(0); }
.adult-manifesto:hover .manifesto-art img { transform: translateY(-7px) scale(1.012); filter: drop-shadow(0 32px 70px rgba(255,43,134,.16)) saturate(1.1); }
.manifesto-art > i { position: absolute; border-radius: 50%; filter: blur(2px); }
.manifesto-art > i:first-child { width: 330px; height: 330px; right: 6%; top: 16%; border: 1px solid rgba(255,43,134,.24); box-shadow: inset 0 0 90px rgba(255,43,134,.08), 0 0 80px rgba(255,43,134,.08); }
.manifesto-art > i:last-child { width: 8px; height: 8px; right: 12%; top: 17%; background: var(--acid); box-shadow: 0 0 20px var(--acid); }
.section-heading { display: grid; grid-template-columns: .38fr 1fr .55fr; gap: 50px; max-width: 1400px; margin: 0 auto 75px; align-items: end; }
.section-heading > span { align-self: start; color: var(--hot-pink); font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.section-heading h2 { max-width: 770px; margin: 0; font-size: clamp(48px, 5vw, 83px); line-height: .96; letter-spacing: -.055em; }
.section-heading h2 em { color: var(--hot-pink); font-family: Georgia, serif; font-weight: 400; }
.section-heading p { margin: 0; color: #8f8691; font-size: 14px; line-height: 1.75; }
.feature-stage { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; perspective: 1200px; }
.experience-card { position: relative; min-height: 430px; padding: 34px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 3px; background: rgba(255,255,255,.025); transition: transform .5s cubic-bezier(.16,1,.3,1), border-color .4s, background .4s; }
.experience-card:before { content: attr(data-index); position: absolute; top: -30px; right: -5px; color: rgba(255,255,255,.025); font-size: 170px; font-weight: 900; letter-spacing: -.1em; }
.experience-card:hover { z-index: 2; transform: translateY(-12px) rotateX(2deg); border-color: rgba(255,43,134,.45); background: rgba(255,43,134,.04); }
.experience-card.featured { background: linear-gradient(145deg, rgba(255,43,134,.13), rgba(255,255,255,.025)); border-color: rgba(255,43,134,.28); }
.experience-card > span { margin-top: auto; color: var(--hot-pink); font-size: 9px; font-weight: 900; letter-spacing: .19em; }
.experience-card h3 { max-width: 320px; margin: 17px 0 12px; font-size: 29px; letter-spacing: -.035em; }
.experience-card p { max-width: 340px; margin: 0; color: #8d8490; font-size: 14px; line-height: 1.65; }
.experience-card > b { margin-top: 28px; font-size: 9px; letter-spacing: .17em; }
.experience-card > b i { margin-left: 7px; color: var(--hot-pink); font-style: normal; }
.feature-icon { position: relative; width: 90px; height: 90px; }
.people-icon i { position: absolute; top: 27px; width: 34px; height: 48px; border: 1px solid rgba(255,255,255,.32); border-radius: 50% 50% 40% 40%; }
.people-icon i:nth-child(1) { left: 4px; transform: rotate(-12deg); }
.people-icon i:nth-child(2) { left: 27px; z-index: 2; border-color: var(--hot-pink); box-shadow: 0 0 25px rgba(255,43,134,.15); }
.people-icon i:nth-child(3) { right: 4px; transform: rotate(12deg); }
.share-icon i:first-child { position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.32); border-radius: 16px; transform: rotate(12deg); }
.share-icon i:last-child { position: absolute; inset: 25px 10px 10px 25px; border: 1px solid var(--hot-pink); border-radius: 15px; transform: rotate(-10deg); box-shadow: 0 0 25px rgba(255,43,134,.13); }
.safe-icon i { position: absolute; inset: 11px 17px; border: 1px solid var(--hot-pink); border-radius: 50% 50% 45% 45%; clip-path: polygon(50% 0, 100% 17%, 90% 78%, 50% 100%, 10% 78%, 0 17%); box-shadow: inset 0 0 25px rgba(255,43,134,.12); }
.safe-icon i:after { content: '✓'; position: absolute; inset: 0; display: grid; place-items: center; color: var(--acid); font-size: 21px; }
.reveal-on-scroll { opacity: 0; transform: translateY(38px); transition: opacity .8s ease, transform .8s cubic-bezier(.16,1,.3,1); }
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
.experience-card:nth-child(2) { transition-delay: .1s; }
.experience-card:nth-child(3) { transition-delay: .2s; }
.final-cta { max-width: 1400px; margin: 0 auto; padding: 85px 5vw; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(255,255,255,.1); background: #100913; }
.final-cta > div > span { color: var(--hot-pink); font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.final-cta h2 { margin: 13px 0 0; font-size: clamp(42px, 5vw, 76px); line-height: 1; letter-spacing: -.055em; }
.landing-legal { max-width: 1400px; margin: 0 auto; padding: 105px 5vw; display: grid; grid-template-columns: 1fr .8fr; gap: 9vw; border-top: 1px solid rgba(255,255,255,.1); background: #0b080e; }
.landing-legal > div > span { color: var(--hot-pink); font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.landing-legal h2 { max-width: 650px; margin: 18px 0 25px; font-size: clamp(45px, 5vw, 76px); line-height: .95; letter-spacing: -.055em; }
.landing-legal h2 em { color: var(--hot-pink); font-family: Georgia, serif; font-weight: 400; }
.landing-legal p { max-width: 650px; margin: 0; color: #928996; font-size: 14px; line-height: 1.8; }
.landing-legal p b { color: #fff; }
.landing-legal nav { border-top: 1px solid rgba(255,255,255,.13); }
.landing-legal nav a { min-height: 73px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.1); color: #b8afbc; transition: color .25s, padding .25s, border-color .25s; }
.landing-legal nav a:hover { padding-left: 10px; color: #fff; border-color: rgba(255,43,134,.45); }
.landing-legal nav span { color: var(--hot-pink); font-size: 9px; font-weight: 900; }
.landing-legal nav b { font-size: 13px; }
.landing-legal nav i { color: var(--hot-pink); font-style: normal; }
.landing-footer { max-width: 1400px; margin: 0 auto; padding: 55px 5vw 48px; display: grid; grid-template-columns: minmax(220px,1fr) auto minmax(220px,1fr); align-items: center; gap: 45px; border-top: 1px solid rgba(255,255,255,.08); color: #766d79; background: radial-gradient(circle at 0 100%, rgba(255,43,134,.07), transparent 28%), #09070c; font-size: 10px; }
.footer-brand { display: flex; align-items: center; gap: 22px; }
.footer-brand img { display: block; width: 168px; height: auto; filter: drop-shadow(0 0 18px rgba(255,43,134,.16)); }
.footer-brand p { margin: 0; color: #776f7b; line-height: 1.65; }
.landing-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px 22px; }
.landing-footer nav a { position: relative; color: #a69daa; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: color .25s; }
.landing-footer nav a:after { content: ''; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--hot-pink); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.landing-footer nav a:hover { color: #fff; }
.landing-footer nav a:hover:after { transform: scaleX(1); }
.footer-status { display: grid; grid-template-columns:auto auto; justify-content: end; align-items: center; gap: 8px 12px; }
.footer-status > span { display: flex; align-items: center; gap: 7px; color: #a298a6; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.footer-status > span i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px var(--acid); }
.footer-status > b { grid-row: span 2; display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(255,43,134,.38); border-radius: 50%; color: var(--hot-pink); font-size: 12px; }
.footer-status small { color: #5f5763; font-size: 9px; }

@keyframes intro-mark-in { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes intro-line { 55%, 100% { transform: translateX(0); } }
@keyframes intro-copy { to { opacity: 1; } }
@keyframes intro-exit { to { transform: translateY(-102%); visibility: hidden; } }
@keyframes headline-in { to { transform: translateY(0) rotate(0); } }
@keyframes reveal-up { to { opacity: 1; transform: translateY(0); } }
@keyframes ambient-drift { to { transform: translate3d(-70px, 45px, 0) scale(1.18); } }
@keyframes status-pulse { 50% { opacity: .55; box-shadow: 0 0 18px var(--acid); } }
@keyframes orbit-spin { to { transform: rotateX(68deg) rotateZ(348deg); } }
@keyframes orbit-spin-reverse { to { transform: rotateY(67deg) rotateZ(-340deg); } }
@keyframes card-float { 0%, 100% { transform: translate(-50%, -50%) translateZ(70px) rotateZ(-2.8deg); } 50% { transform: translate(-50%, calc(-50% - 12px)) translateZ(82px) rotateZ(-1.5deg); } }
@keyframes card-shine { 0%, 28% { transform: translateX(-120%) rotate(18deg); } 48%, 100% { transform: translateX(380%) rotate(18deg); } }
@keyframes moon-breathe { 50% { transform: scale(1.04); box-shadow: 0 0 42px rgba(255,99,161,.55), 0 0 120px rgba(255,43,134,.36); } }
@keyframes float-left { 50% { transform: translate3d(7px, -10px, 150px) rotate(-2deg); } }
@keyframes float-right { 50% { transform: translate3d(-8px, 12px, 160px) rotate(1deg); } }
@keyframes heart-pulse { 50% { transform: scale(1.1); box-shadow: 0 0 25px rgba(255,43,134,.18); } }
@keyframes scroll-line { 0% { background-position: 0 100%; } 100% { background-position: 0 -100%; } }

@media (max-width: 1120px) {
  .hero-3d { grid-template-columns: minmax(0, 1fr) minmax(350px, .75fr); padding-left: 4vw; padding-right: 4vw; }
  .scene-wrap { min-height: 570px; }
  .orbit-one { width: 480px; height: 480px; margin: -240px; }
  .orbit-two { width: 410px; height: 410px; margin: -205px; }
  .orbit-three { width: 540px; height: 540px; margin: -270px; }
  .social-card { width: min(350px, 79%); }
  .card-art { height: 335px; }
  .float-card-left { left: -4%; }
  .float-card-right { right: -5%; }
  .adult-manifesto { grid-template-columns: 1fr 390px; }
  .manifesto-copy { padding: 65px; }
  .manifesto-art img { right: -14%; }
  .section-heading { grid-template-columns: .3fr 1fr; }
  .section-heading p { grid-column: 2; }
  .landing-footer { grid-template-columns: 1fr 1fr; }
  .landing-footer nav { grid-column: 1/-1; grid-row: 2; justify-content: flex-start; }
}

@media (max-width: 860px) {
  body.landing-immersive .topbar { height: 84px; }
  .hero-3d { min-height: auto; padding: 125px 25px 70px; grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { max-width: 720px; }
  .hero-copy h1 { font-size: clamp(66px, 15vw, 112px); }
  .scene-wrap { width: min(620px, 100%); height: 650px; min-height: 0; margin: -20px auto 0; }
  .scene { inset: 0; }
  .social-card { width: min(380px, 72vw); }
  .float-card-left { left: 3%; }
  .float-card-right { right: 1%; }
  .scroll-cue { display: none; }
  .adult-manifesto { min-height: 650px; display: block; margin-bottom: 100px; }
  .manifesto-copy { min-height: 650px; justify-content: flex-start; padding: 60px 45px; }
  .manifesto-copy p { max-width: 500px; }
  .manifesto-art { position: absolute; inset: 0; min-height: 0; }
  .manifesto-art:after { background: linear-gradient(180deg, #130b16 0%, rgba(19,11,22,.94) 45%, rgba(10,7,13,.28) 75%), linear-gradient(90deg, #130b16, transparent); }
  .manifesto-art img { right: -6%; bottom: -100px; width: 440px; height: 630px; opacity: .63; }
  .section-heading { display: block; }
  .section-heading h2 { margin: 20px 0; }
  .section-heading p { max-width: 560px; }
  .feature-stage { grid-template-columns: 1fr; }
  .experience-card { min-height: 360px; }
  .landing-legal { grid-template-columns: 1fr; gap: 55px; }
  .landing-footer { grid-template-columns: 1fr; }
  .landing-footer nav { grid-column: auto; grid-row: auto; justify-content: flex-start; }
  .footer-status { justify-content: start; }
}

@media (max-width: 620px) {
  body.landing-immersive .topbar { padding-inline: 14px; }
  body.landing-immersive .topbar .brand { width: 132px; }
  body.landing-immersive .topbar nav { gap: 7px; }
  body.landing-immersive .topbar nav > a:first-child { display: inline-flex; padding: 10px 5px; font-size: 9px; white-space: nowrap; }
  body.landing-immersive .nav-cta { display: inline-flex; padding: 11px 13px; font-size: 9px; white-space: nowrap; }
  .landing-intro p { max-width: 78vw; text-align: center; line-height: 1.8; }
  .hero-3d { padding: 112px 20px 52px; }
  .hero-copy .eyebrow { gap: 8px; margin-bottom: 22px; font-size: 9px; }
  .hero-copy .eyebrow span { display: none; }
  .hero-copy h1 { font-size: clamp(61px, 20vw, 92px); line-height: .8; letter-spacing: -.07em; }
  .hero-lead { margin-top: 20px; font-size: 16px; line-height: 1.6; }
  .hero-copy .actions { align-items: stretch; gap: 22px; margin-top: 28px; }
  .hero-copy .button { min-width: 0; width: 100%; }
  .hero-copy .text-link { justify-content: center; }
  .hero-trust { justify-content: space-between; gap: 8px; margin-top: 38px; }
  .hero-trust span { min-width: 0; gap: 5px; font-size: 7px; letter-spacing: .08em; white-space: nowrap; }
  .scene-wrap { height: 520px; margin-top: 0; }
  .scene { transform: translate3d(0, 0, 0); }
  .social-card { width: min(330px, 88vw); padding: 15px; border-radius: 24px; }
  .card-art { height: 305px; margin: 14px 0; }
  .art-moon { width: 84px; height: 84px; }
  .art-copy strong { font-size: 26px; }
  .orbit-one { width: 390px; height: 390px; margin: -195px; }
  .orbit-two { width: 340px; height: 340px; margin: -170px; }
  .orbit-three { width: 460px; height: 460px; margin: -230px; }
  .float-card-left { left: -4%; top: 21%; transform: scale(.86) translateZ(140px) rotate(-5deg); }
  .float-card-right { right: -6%; bottom: 9%; transform: scale(.84) translateZ(150px) rotate(4deg); }
  .float-label { right: 0; top: 5%; }
  .experience-section { padding: 90px 18px; }
  .adult-manifesto { min-height: 650px; margin-bottom: 80px; border-radius: 24px; }
  .manifesto-copy { min-height: 650px; padding: 40px 28px; }
  .manifesto-copy > span { max-width: 250px; line-height: 1.6; }
  .manifesto-copy h2 { margin-top: 20px; font-size: clamp(48px, 15vw, 64px); }
  .manifesto-copy p { max-width: 92%; font-size: 14px; }
  .manifesto-copy > div { max-width: 260px; margin-top: 25px; }
  .manifesto-art img { right: -27%; bottom: -70px; width: 430px; height: 610px; opacity: .68; }
  .section-heading { margin-bottom: 45px; }
  .section-heading h2 { font-size: 49px; }
  .experience-card { min-height: 350px; padding: 28px; }
  .final-cta { padding: 65px 20px; flex-direction: column; align-items: flex-start; }
  .final-cta .button { width: 100%; }
  .landing-legal { padding: 75px 20px; }
  .landing-footer { padding: 42px 20px 45px; grid-template-columns: 1fr; text-align: left; }
  .footer-brand { align-items: flex-start; flex-direction: column; }
  .landing-footer nav { justify-content: flex-start; }
}

@media (max-width: 380px) {
  body.landing-immersive .topbar { padding-inline: 10px; }
  body.landing-immersive .topbar .brand { width: 108px; }
  body.landing-immersive .topbar nav { gap: 3px; }
  body.landing-immersive .topbar nav > a:first-child { padding-inline: 3px; font-size: 8px; }
  body.landing-immersive .nav-cta { padding-inline: 9px; font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .landing-intro { display: none; }
  .headline-line > span, .reveal-up, .reveal-on-scroll { opacity: 1; transform: none; animation: none; }
  .orbit, .social-card, .float-card, .ambient, .art-moon, .pulse-icon, .scroll-cue i, .card-shine { animation: none; }
  .scene { transition: none; }
}
