:root {
  --bg:#0a0809;
  --panel:#0f0c0e;
  --panel-2:#141013;
  --line:rgba(255,255,255,.08);
  --text:#f6f1f3;
  --muted:#b7adb2;
  --rose:#ff5b8e;
  --rose-2:#ff86ad;
  --rose-soft:rgba(255,91,142,.16);
  --radius:22px;
  --shadow:0 24px 60px rgba(0,0,0,.55);
  --maxw:1080px
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  background:var(--bg);
  font-family:'Poppins',system-ui,sans-serif;
  color:var(--text);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  min-height:100vh
}
a {
  text-decoration:none;
  color:inherit
}
img {
  display:block
}
.bg-blur {
  position:fixed;
  inset:0;
  z-index:-2;
  background:url('images/hero.jpg') center/cover no-repeat;
  filter:blur(60px) brightness(.4) saturate(1.1);
  transform:scale(1.25)
}
.bg-tint {
  position:fixed;
  inset:0;
  z-index:-1;
  background:radial-gradient(120% 80% at 50% -10%,rgba(255,91,142,.18),transparent 60%),linear-gradient(180deg,rgba(10,8,9,.35),rgba(10,8,9,.92))
}
.mini-header {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background:rgba(12,9,11,.72);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:calc(11px + env(safe-area-inset-top,0px)) 0 11px;
  z-index:120;
  transform:translateY(-100%);
  transition:transform .4s cubic-bezier(.22,1,.36,1)
}
.mini-header.visible {
  transform:translateY(0)
}
.mini-header .avatar {
  width:34px;
  height:34px;
  border-radius:50%;
  object-fit:cover;
  border:2px solid rgba(255,255,255,.35)
}
.mini-header .name {
  display:flex;
  align-items:center;
  gap:6px;
  font-weight:600;
  font-size:15px
}
.mini-header .name img {
  width:15px;
  height:15px
}
.mini-header .mini-cta {
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-left:6px;
  padding:7px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.2px;
  background:linear-gradient(135deg,var(--rose),var(--rose-2));
  color:#1a0a10;
  box-shadow:0 6px 18px rgba(255,91,142,.35)
}
.mini-header .mini-cta img {
  width:15px;
  height:15px;
  filter:brightness(0) saturate(0)
}
.shell {
  width:100%;
  max-width:var(--maxw);
  margin:0 auto;
  padding:0 16px 28px
}
.panel {
  margin-top:0;
  background:linear-gradient(180deg,var(--panel),#0b080a);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden
}
.grid {
  display:block
}
.hero {
  position:relative;
  min-height:420px;
  overflow:hidden
}
.hero>img.hero-photo {
  width:100%;
  height:100%;
  position:absolute;
  inset:0;
  object-fit:cover;
  object-position:center 18%
}
.hero-grad {
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(10,8,9,.15) 42%,rgba(10,8,9,.62) 68%,rgba(10,8,9,.96) 90%,var(--panel) 100%)
}
.hero-info {
  position:absolute;
  left:0;
  right:0;
  bottom:26px;
  z-index:2;
  text-align:center;
  padding:0 22px;
  animation:rise 1s cubic-bezier(.22,1,.36,1) both
}
.hero-info h1 {
  margin:0;
  font-size:30px;
  font-weight:800;
  letter-spacing:-.4px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-shadow:0 4px 24px rgba(0,0,0,.5)
}
.hero-info h1 img {
  width:21px;
  height:21px
}
.hero-info .aka {
  color:#d8ccd1;
  font-size:14px;
  margin:8px 0 2px;
  font-weight:500
}
.hero-info .loc {
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  color:var(--text);
  font-weight:600;
  background:rgba(255,255,255,.1);
  border:1px solid var(--line);
  padding:5px 12px;
  border-radius:999px;
  margin-top:8px;
  backdrop-filter:blur(6px)
}
.hero-socials {
  display:flex;
  justify-content:center;
  gap:12px;
  margin-top:14px
}
.hero-socials a {
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(20,16,19,.7);
  border:1px solid var(--line);
  backdrop-filter:blur(8px);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease
}
.hero-socials a:hover {
  transform:translateY(-3px) scale(1.06);
  background:rgba(255,91,142,.18);
  box-shadow:0 10px 24px rgba(255,91,142,.3)
}
.hero-socials img {
  width:21px;
  height:21px
}
.content {
  padding:18px 18px 6px
}
.section-label {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:var(--muted);
  margin:6px 4px 14px
}
.section-label::after {
  content:'';
  flex:1;
  height:1px;
  background:linear-gradient(90deg,var(--line),transparent)
}
.of-cta {
  position:relative;
  display:block;
  width:100%;
  height:188px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,91,142,.25);
  box-shadow:0 14px 34px rgba(255,91,142,.16);
  transition:transform .25s ease,box-shadow .25s ease
}
.of-cta:hover {
  transform:translateY(-3px);
  box-shadow:0 22px 46px rgba(255,91,142,.28)
}
.of-cta .of-bg {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 32%;
  transition:transform .5s ease
}
.of-cta:hover .of-bg {
  transform:scale(1.05)
}
.of-cta .of-shade {
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(8,5,7,.88) 8%,rgba(8,5,7,.15) 60%,rgba(255,91,142,.12) 100%)
}
.of-cta .of-icon {
  position:absolute;
  top:14px;
  left:14px;
  width:34px;
  height:34px;
  z-index:2;
  filter:drop-shadow(0 2px 6px rgba(0,0,0,.5))
}
.of-cta .of-badge {
  position:absolute;
  top:16px;
  right:14px;
  z-index:2;
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
  padding:5px 11px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--rose),var(--rose-2));
  color:#1a0a10;
  box-shadow:0 6px 16px rgba(255,91,142,.4)
}
.of-cta .of-foot {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:0 16px 16px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px
}
.of-cta .of-title {
  font-size:22px;
  font-weight:800;
  letter-spacing:-.3px;
  text-shadow:0 2px 10px rgba(0,0,0,.6)
}
.of-cta .of-sub {
  font-size:12.5px;
  color:#e9dde2;
  margin-top:2px;
  font-weight:500
}
.of-cta .of-enter {
  flex:none;
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:13px;
  font-weight:700;
  padding:9px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.96);
  color:#13090d;
  transition:transform .2s ease
}
.of-cta:hover .of-enter {
  transform:scale(1.04)
}
.of-cta .of-enter svg {
  width:14px;
  height:14px
}
.of-cta {
  touch-action:none;
  -webkit-user-select:none;
  user-select:none;
  -webkit-touch-callout:none
}
.of-fill {
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(255,91,142,.6),rgba(255,134,173,.55));
  box-shadow:3px 0 22px rgba(255,91,142,.85);
  transition:width .12s ease-out
}
.of-cta.holding .of-fill {
  width:100%;
  transition:width 1.1s linear
}
.of-cta .of-bg,.of-cta .of-shade,.of-cta .of-icon,.of-cta .of-badge,.of-cta .of-fill,.of-cta .of-foot {
  pointer-events:none
}
.tiles {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:14px
}
.tile {
  position:relative;
  aspect-ratio:3/2;
  border-radius:16px;
  overflow:hidden;
  border:1px solid var(--line);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease
}
.tile:hover {
  transform:translateY(-3px);
  border-color:rgba(255,255,255,.18);
  box-shadow:0 14px 30px rgba(0,0,0,.4)
}
.tile .bg {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease
}
.tile:hover .bg {
  transform:scale(1.06)
}
.tile::after {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(transparent 42%,rgba(8,5,7,.85));
  z-index:1
}
.tile .icon {
  position:absolute;
  top:11px;
  left:11px;
  width:28px;
  height:28px;
  z-index:2;
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.5))
}
.tile span {
  position:absolute;
  left:14px;
  bottom:13px;
  z-index:2;
  font-weight:700;
  font-size:16px;
  text-shadow:0 2px 8px rgba(0,0,0,.6)
}
.tile-of {
  -webkit-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:transparent;
  cursor:pointer
}
.tile-of .tile-fill {
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:0;
  z-index:2;
  background:linear-gradient(90deg,rgba(255,91,142,.6),rgba(255,134,173,.5));
  box-shadow:3px 0 22px rgba(255,91,142,.85);
  transition:width .12s ease-out;
  pointer-events:none
}
.tile-of.holding .tile-fill {
  width:100%;
  transition:width 1.1s linear
}
.tile-of .bg,.tile-of .icon,.tile-of>span,.tile-of::after {
  pointer-events:none
}
.gallery-wrap {
  margin-top:20px
}
.gallery {
  overflow-x:auto;
  overflow-y:hidden;
  white-space:nowrap;
  padding:2px 0 6px;
  scrollbar-width:none
}
.gallery::-webkit-scrollbar {
  display:none
}
.gallery-track {
  display:flex;
  gap:14px;
  padding:0 4px
}
.gallery-track img {
  height:300px;
  width:auto;
  aspect-ratio:2/3;
  border-radius:18px;
  object-fit:cover;
  flex:none;
  border:1px solid var(--line);
  transition:transform .3s ease,box-shadow .3s ease
}
.gallery-track img:hover {
  transform:scale(1.04) translateY(-2px);
  box-shadow:0 16px 34px rgba(0,0,0,.5)
}
.footer {
  text-align:center;
  padding:22px 14px 26px;
  font-size:13.5px;
  color:var(--muted);
  border-top:1px solid var(--line);
  margin-top:18px
}
.footer a {
  color:var(--text);
  font-weight:700
}
.footer a:hover {
  color:var(--rose-2)
}
.footer .legal {
  display:block;
  margin-top:8px;
  font-size:11.5px;
  color:#6f676b
}
.agegate {
  position:fixed;
  inset:0;
  z-index:1000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(6,4,5,.6);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  opacity:0;
  visibility:hidden;
  transition:opacity .3s ease,visibility .3s ease
}
.agegate.open {
  opacity:1;
  visibility:visible
}
.agegate-card {
  position:relative;
  width:100%;
  max-width:400px;
  background:linear-gradient(180deg,#171115,#0d0a0c);
  border:1px solid rgba(255,91,142,.28);
  border-radius:24px;
  padding:30px 26px 26px;
  box-shadow:0 30px 80px rgba(0,0,0,.65),0 0 0 1px rgba(255,255,255,.03) inset;
  text-align:center;
  transform:translateY(18px) scale(.96);
  opacity:0;
  transition:transform .38s cubic-bezier(.22,1,.36,1),opacity .38s ease
}
.agegate.open .agegate-card {
  transform:translateY(0) scale(1);
  opacity:1
}
.agegate-badge {
  width:74px;
  height:74px;
  margin:0 auto 18px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:23px;
  font-weight:800;
  letter-spacing:-.5px;
  color:#fff;
  background:linear-gradient(135deg,var(--rose),var(--rose-2));
  box-shadow:0 12px 30px rgba(255,91,142,.45)
}
.agegate-card h2 {
  margin:0 0 8px;
  font-size:22px;
  font-weight:800;
  letter-spacing:-.3px
}
.agegate-card p {
  margin:0 auto;
  font-size:14px;
  line-height:1.55;
  color:var(--muted);
  max-width:320px
}
.agegate-card p b {
  color:var(--text)
}
.agegate-actions {
  display:flex;
  flex-direction:column;
  gap:11px;
  margin-top:24px
}
.ag-btn {
  width:100%;
  border:none;
  cursor:pointer;
  font-family:inherit;
  font-size:15px;
  font-weight:700;
  padding:15px 18px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  transition:transform .18s ease,box-shadow .25s ease,background .2s ease
}
.ag-hold {
  position:relative;
  width:100%;
  border:none;
  cursor:pointer;
  font-family:inherit;
  overflow:hidden;
  border-radius:14px;
  padding:0;
  height:54px;
  background:#0f070b;
  -webkit-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:transparent
}
.ag-hold-fill {
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:0;
  background:linear-gradient(135deg,var(--rose),var(--rose-2));
  transition:width .15s ease-out
}
.ag-hold.holding .ag-hold-fill {
  width:100%;
  transition:width 1.1s linear
}
.ag-hold-label {
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  height:100%;
  font-size:15px;
  font-weight:700;
  color:#fff;
  letter-spacing:.2px
}
.ag-enter {
  color:#1a0a10;
  background:linear-gradient(135deg,var(--rose),var(--rose-2));
  box-shadow:0 12px 28px rgba(255,91,142,.4)
}
.ag-enter:hover {
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(255,91,142,.5)
}
.ag-enter svg {
  width:17px;
  height:17px
}
.ag-leave {
  color:var(--muted);
  background:transparent;
  border:1px solid var(--line)
}
.ag-leave:hover {
  background:rgba(255,255,255,.04);
  color:var(--text)
}
.agegate-note {
  margin-top:16px;
  font-size:11.5px;
  color:#6f676b;
  line-height:1.5
}
.agegate-close {
  position:absolute;
  top:14px;
  right:14px;
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:var(--muted);
  cursor:pointer;
  font-size:16px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background .2s ease,color .2s ease
}
.agegate-close:hover {
  background:rgba(255,255,255,.08);
  color:var(--text)
}
@keyframes rise {
  from {
    opacity:0;
    transform:translateY(22px)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}
@media (prefers-reduced-motion:reduce) {
  * {
    animation:none !important;
    transition-duration:.01ms !important
  }
}
@media (min-width:900px) {
  .shell {
    padding-top:30px;
    padding-bottom:40px
  }
  .grid {
    display:grid;
    grid-template-columns:1fr 1.18fr;
    align-items:stretch
  }
  .hero {
    min-height:0;
    height:100%
  }
  .hero>img.hero-photo {
    height:100%
  }
  .hero-grad {
    background:linear-gradient(to top,rgba(10,8,9,.92) 0%,rgba(10,8,9,.25) 38%,rgba(0,0,0,0) 70%),linear-gradient(90deg,rgba(0,0,0,0) 70%,rgba(10,8,9,.7) 100%)
  }
  .hero-info {
    bottom:30px
  }
  .content {
    padding:26px 26px 8px;
    border-left:1px solid var(--line);
    display:flex;
    flex-direction:column
  }
  .of-cta {
    height:210px
  }
  .gallery-wrap {
    grid-column:1 / -1;
    border-top:1px solid var(--line);
    padding:20px 24px 4px
  }
  .gallery-track img {
    height:340px
  }
  .footer {
    grid-column:1 / -1
  }
  .panel {
    display:grid;
    grid-template-columns:1fr 1.18fr;
  }
  .gallery-wrap,.footer {
    grid-column:1 / -1
  }
}
@media (min-width:1200px) {
  :root {
    --maxw:1120px
  }
}
@media (max-width:899px) {
  .shell {
    padding-left:0;
    padding-right:0
  }
  .content {
    padding-left:16px;
    padding-right:16px
  }
  .gallery-wrap {
    padding-left:16px;
    padding-right:16px
  }
}

#lp-consent {
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:1400;
  display:none;
  padding:16px calc(16px + env(safe-area-inset-right,0)) calc(16px + env(safe-area-inset-bottom,0)) calc(16px + env(safe-area-inset-left,0));
  background:rgba(12,9,11,.92);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-top:1px solid rgba(255,91,142,.28);
  box-shadow:0 -18px 50px rgba(0,0,0,.5);
  animation:lpc-rise .4s cubic-bezier(.22,1,.36,1) both
}
#lp-consent.show {
  display:block
}
#lp-consent .lpc-inner {
  max-width:1080px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap
}
#lp-consent .lpc-text {
  flex:1 1 320px;
  min-width:240px;
  font-size:13px;
  line-height:1.55;
  color:#c9bfc4
}
#lp-consent .lpc-text b {
  color:#f6f1f3
}
#lp-consent .lpc-actions {
  flex:0 0 auto;
  display:flex;
  gap:10px;
  flex-wrap:wrap
}
#lp-consent button {
  font-family:inherit;
  cursor:pointer;
  font-size:14px;
  font-weight:700;
  letter-spacing:.2px;
  padding:11px 20px;
  border-radius:12px;
  transition:transform .18s ease,box-shadow .2s ease,background .2s ease
}
#lp-consent .lpc-no {
  border:1px solid rgba(255,255,255,.14);
  background:transparent;
  color:#c9bfc4
}
#lp-consent .lpc-no:hover {
  background:rgba(255,255,255,.05);
  color:#f6f1f3
}
#lp-consent .lpc-yes {
  border:none;
  color:#1a0a10;
  background:linear-gradient(135deg,#ff5b8e,#ff86ad);
  box-shadow:0 8px 22px rgba(255,91,142,.4)
}
#lp-consent .lpc-yes:hover {
  transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(255,91,142,.55)
}
@keyframes lpc-rise {
  from {
    transform:translateY(100%)
  }
  to {
    transform:translateY(0)
  }
}
@media (prefers-reduced-motion:reduce) {
  #lp-consent {
    animation:none
  }
}
@media (max-width:560px) {
  #lp-consent .lpc-actions {
    width:100%
  }
  #lp-consent .lpc-actions button {
    flex:1
  }
}
