:root {
  --ink: #080510;
  --panel: #151021;
  --panel2: #21152e;
  --pink: #ff4fa3;
  --cyan: #53e8ff;
  --cream: #fff4df;
  --muted: #b8a9c4;
  --line: #42294f;
  --violet: #9d5cff;
  --max: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 0, #3b123f 0, transparent 28rem),
    linear-gradient(180deg, #0d0713, var(--ink));
  color: var(--cream);
  font:
    16px/1.65 Arial,
    sans-serif;
  min-height: 100vh;
}
body.locked {
  overflow: hidden;
}
a {
  color: inherit;
}
button,
a {
  touch-action: manipulation;
}
.wrap {
  width: min(var(--max), calc(100% - 2rem));
  margin: auto;
}
.topline {
  height: 4px;
  background: linear-gradient(90deg, var(--pink), var(--violet), var(--cyan));
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #090610ef;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand {
  text-decoration: none;
  font:
    900 1.35rem/1 Georgia,
    serif;
  letter-spacing: 0.02em;
}
.brand i {
  font-style: normal;
  color: var(--pink);
  text-shadow: 0 0 18px #ff4fa399;
}
.navlinks {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.navlinks a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
}
.navlinks a:hover,
.navlinks a:focus {
  color: white;
}
.hero {
  padding: 5rem 0 3.25rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: end;
}
.eyebrow {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero h1,
.page-hero h1 {
  font:
    900 clamp(3rem, 8vw, 6.8rem)/0.88 Georgia,
    serif;
  letter-spacing: -0.06em;
  margin: 0.65rem 0 1.25rem;
  max-width: 850px;
}
.hero h1 span,
.page-hero h1 span {
  color: var(--pink);
  text-shadow: 0 0 34px #ff4fa34d;
}
.hero p,
.page-hero p {
  font-size: 1.15rem;
  color: #d8cbe0;
  max-width: 680px;
}
.hero-card {
  border: 1px solid #64426e;
  background: linear-gradient(145deg, #291331, #12101c);
  padding: 2rem;
  box-shadow: 18px 18px 0 #08040d;
}
.moodimg {
  width: calc(100% + 4rem);
  height: 330px;
  object-fit: cover;
  object-position: center top;
  margin: -2rem -2rem 1.5rem;
  border-bottom: 1px solid #64426e;
}
.dial {
  font:
    900 4rem/1 Georgia,
    serif;
  color: var(--cyan);
  text-shadow: 0 0 24px #53e8ff66;
  margin: 0.6rem 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.1rem;
  border: 1px solid var(--pink);
  background: var(--pink);
  color: #130710;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
  font-size: 0.78rem;
}
.btn:hover,
.btn:focus {
  background: white;
  border-color: white;
}
.btn.secondary {
  background: transparent;
  color: white;
  border-color: #76527e;
}
.section {
  padding: 3.75rem 0;
}
.section.alt {
  background: #120b19;
  border-block: 1px solid #2c1a35;
}
.heading-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.heading-row h2 {
  font:
    800 clamp(2rem, 4vw, 3.4rem)/1 Georgia,
    serif;
  margin: 0;
}
.heading-row p {
  color: var(--muted);
  max-width: 560px;
  margin: 0;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 1.5rem;
  background: linear-gradient(160deg, var(--panel2), var(--panel));
  border: 1px solid var(--line);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.card:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  border: 1px solid #65406f;
  border-radius: 50%;
  right: -40px;
  bottom: -45px;
  box-shadow: 0 0 35px #ff4fa31f;
}
.card:hover,
.card:focus {
  transform: translateY(-3px);
  border-color: var(--pink);
}
.card .tag {
  color: var(--cyan);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
}
.card h3 {
  font:
    800 1.5rem/1.1 Georgia,
    serif;
  margin: 0.7rem 0;
}
.card p {
  color: var(--muted);
  margin: 0 0 1rem;
}
.card .go {
  margin-top: auto;
  color: var(--pink);
  font-weight: 900;
}
.profile {
  min-height: 430px;
  padding: 0;
}
.profile .flirtphoto {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center top;
  border-bottom: 1px solid var(--line);
}
.profile .tag,
.profile h3,
.profile p,
.profile .go {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.profile .tag {
  margin-top: 1rem;
}
.profile .go {
  margin-bottom: 1.3rem;
}
.profile .number {
  font:
    900 3.6rem/1 Georgia,
    serif;
  color: #3f2948;
  position: absolute;
  right: 1.25rem;
  top: 1rem;
}
.profile h3 {
  max-width: 75%;
}
.feature-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.feature-strip > div {
  background: #0f0915;
  padding: 2rem;
}
.feature-strip strong {
  display: block;
  color: var(--cyan);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.page-hero {
  padding: 4rem 0 2rem;
}
.article {
  width: min(760px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 3rem 0 5rem;
}
.article h1 {
  font:
    900 clamp(2.5rem, 6vw, 4.8rem)/0.98 Georgia,
    serif;
  letter-spacing: -0.04em;
}
.article h2 {
  font:
    800 1.9rem/1.1 Georgia,
    serif;
  margin-top: 2.5rem;
}
.article p,
.article li {
  color: #ded3e4;
}
.article .lede {
  font-size: 1.25rem;
  color: white;
}
.article .cta {
  margin-top: 3rem;
  padding: 1.5rem;
  border: 1px solid var(--pink);
  background: #1d0e24;
}
.notice {
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--cyan);
  background: #12131d;
  color: #d8e9ed;
}
.site-footer {
  padding: 3rem 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
}
.footer-grid a {
  display: block;
  margin: 0.35rem 0;
}
.agegate {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(5, 2, 8, 0.97);
  display: grid;
  place-items: center;
  padding: 1rem;
}
.agegate[hidden] {
  display: none;
}
.gatebox {
  max-width: 650px;
  border: 1px solid var(--pink);
  background: linear-gradient(145deg, #291331, #0b0710);
  padding: clamp(1.5rem, 5vw, 3.5rem);
  box-shadow: 0 0 80px #ff4fa329;
}
.gatebox h2 {
  font:
    900 clamp(2.2rem, 7vw, 4.3rem)/0.95 Georgia,
    serif;
  margin: 0.3rem 0 1rem;
}
.gate-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.small {
  font-size: 0.82rem;
  color: var(--muted);
}
@media (max-width: 800px) {
  .navlinks {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 3.5rem;
  }
  .hero-card {
    box-shadow: 8px 8px 0 #08040d;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .feature-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .heading-row {
    display: block;
  }
  .heading-row p {
    margin-top: 0.8rem;
  }
  .hero h1,
  .page-hero h1 {
    font-size: 3.5rem;
  }
}
/* SEO content modules */
.story-faq,.related-stories{margin:2.5rem 0}.story-faq details{border-top:1px solid rgba(255,255,255,.16);padding:.9rem 0}.story-faq details:last-child{border-bottom:1px solid rgba(255,255,255,.16)}.story-faq summary{cursor:pointer;font-weight:700;color:var(--cream)}.story-faq details p{margin:.65rem 0 0}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.related-card{display:flex;flex-direction:column;gap:.55rem;padding:1rem;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.04);text-decoration:none}.related-card strong{color:var(--cream);font-size:1.05rem}.related-card span:last-child{color:var(--muted);font-size:.92rem;line-height:1.45}@media(max-width:760px){.related-grid{grid-template-columns:1fr}}
