
/* SluttyLibra design tokens from board */
:root {
  --pink: #e7bad9;
  --lilac: #e2c9e8;
  --peri: #c3c5eb;
  --sky: #8ba8dd;
  --slate: #526891;
  --ink: #223245;
  --teal: #2ec4b6;
  --teal-dark: #1fa89c;
  --bg: #f3eef5;
  --card: #ffffff;
  --muted: #5a6a7e;
  --frame: #e8b7d4;
  --radius: 10px;
  --font-display: "Outfit", system-ui, sans-serif;
  --font-body: "Open Sans", system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  background: #d9d0d4;
  color: var(--ink);
  line-height: 1.5;
}
a { color: var(--slate); }
img { max-width: 100%; display: block; }
.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;
}

.frame {
  max-width: 920px;
  margin: 1.25rem auto 3rem;
  background: var(--bg);
  border: 4px solid var(--frame);
  border-radius: 4px;
  box-shadow: 0 18px 50px rgba(34, 50, 69, 0.18);
  overflow: hidden;
}

/* topbar */
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1.1rem;
  background: linear-gradient(180deg, #fff 0%, var(--lilac) 100%);
  border-bottom: 1px solid rgba(34,50,69,.08);
}
.logo {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  color: var(--ink);
  text-decoration: none;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.nav a {
  color: var(--ink);
  text-decoration: none;
  opacity: 0.85;
}
.nav a:hover { opacity: 1; color: var(--slate); }
.nav-hot { color: var(--slate) !important; }

/* hero */
.hero {
  position: relative;
  min-height: 320px;
  aspect-ratio: 16 / 9;
  max-height: 420px;
  background: var(--ink);
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.35) contrast(1.05);
}
.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(34,50,69,.55) 0%, rgba(34,50,69,.15) 55%, transparent 100%),
    linear-gradient(0deg, rgba(34,50,69,.5) 0%, transparent 50%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  padding: 1.5rem 1.75rem;
  color: #fff;
}
.eyebrow {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.9;
}
.hero-copy h1 {
  margin: 0.2rem 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.8rem, 5vw, 2.75rem);
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.hero-copy h1 span { color: var(--pink); }
.hero-sub {
  margin: 0 0 0.85rem;
  font-size: 0.85rem;
  opacity: 0.92;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.7rem 1.35rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 8px 24px rgba(46, 196, 182, 0.35);
}
.btn-primary:hover { background: var(--teal-dark); }
.btn-outline {
  background: #fff;
  color: var(--ink);
  border-color: var(--peri);
}
.btn-outline:hover {
  border-color: var(--teal);
  color: var(--teal-dark);
}

/* quote */
.quote-band {
  padding: 2rem 1.5rem 1.25rem;
  text-align: center;
  background: #fff;
}
.quote-band blockquote {
  margin: 0 auto;
  max-width: 36rem;
}
.quote-band blockquote p {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 0.4rem;
}
.quote-band cite {
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate);
}
.about-blurb {
  max-width: 40rem;
  margin: 1.1rem auto 0;
  font-size: 0.92rem;
  color: var(--muted);
}

/* gallery head */
.gallery-head {
  padding: 0.5rem 1.25rem 0.75rem;
  text-align: center;
  background: #fff;
}
.gallery-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
}
.gallery-head em { font-style: normal; color: var(--slate); }
.tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 0.75rem 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.tab.active {
  color: var(--ink);
  border-bottom: 2px solid var(--pink);
  padding-bottom: 2px;
}
.gallery-seo {
  max-width: 38rem;
  margin: 0.5rem auto 0;
  font-size: 0.85rem;
  color: var(--muted);
}

/* grid */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  padding: 0.5rem 1rem 1rem;
  background: #fff;
}
@media (max-width: 720px) {
  .grid { grid-template-columns: repeat(2, 1fr); }
  .hero { max-height: none; min-height: 260px; }
  .nav { display: none; }
}
@media (max-width: 420px) {
  .grid { grid-template-columns: 1fr; }
}
.card {
  background: var(--card);
  border-radius: 4px;
  overflow: hidden;
}
.thumb {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  background: var(--ink);
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.15);
  transition: transform .35s ease, filter .35s ease;
}
.card:hover .thumb img {
  transform: scale(1.04);
  filter: grayscale(0);
}
.badges {
  position: absolute;
  left: 6px;
  bottom: 6px;
  display: flex;
  gap: 4px;
  z-index: 1;
}
.badge {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 3px;
  background: rgba(34,50,69,.78);
  color: #fff;
}
.badge.hd { background: var(--teal); }
.play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.4rem;
  opacity: 0.85;
  text-shadow: 0 2px 10px rgba(0,0,0,.5);
  pointer-events: none;
}
.card-title {
  margin: 0.4rem 0.35rem 0;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
}
.card-title a {
  color: var(--ink);
  text-decoration: none;
}
.card-title a:hover { color: var(--slate); }
.card-meta {
  margin: 0.15rem 0.35rem 0.55rem;
  font-size: 0.7rem;
  color: var(--muted);
}
.card-meta a { color: var(--slate); text-decoration: none; font-weight: 600; }

.view-all-wrap {
  text-align: center;
  padding: 0.25rem 1rem 1.5rem;
  background: #fff;
}

/* contact */
.contact {
  background: var(--pink);
  padding: 1.75rem 1.25rem 2rem;
  text-align: center;
}
.contact h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-weight: 800;
  color: #fff;
  text-shadow: 0 1px 0 rgba(34,50,69,.15);
}
.contact-seo {
  margin: 0 auto 0.85rem;
  max-width: 28rem;
  font-size: 0.85rem;
  color: rgba(34,50,69,.75);
}
.msg-form {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 360px;
  margin: 0 auto;
}
.msg-form input {
  border: none;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  font: inherit;
  outline: 2px solid transparent;
}
.msg-form input:focus { outline-color: var(--teal); }
.follow { margin-top: 1.4rem; color: var(--ink); }
.follow p {
  margin: 0 0 0.5rem;
  font-weight: 700;
  font-size: 0.9rem;
}
.socials { display: flex; justify-content: center; gap: 0.65rem; }
.soc {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  display: grid; place-items: center;
  font-size: 0.85rem;
  color: var(--ink);
  border: 1px solid rgba(34,50,69,.1);
}

/* SEO blocks */
.seo-block {
  padding: 1.25rem 1.25rem 1.5rem;
  background: linear-gradient(180deg, #fff, var(--lilac));
  border-top: 1px solid rgba(34,50,69,.06);
}
.seo-h {
  font-family: var(--font-display);
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
  color: var(--ink);
}
.seo-p { font-size: 0.88rem; color: var(--muted); margin: 0 0 0.75rem; }
.seo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}
.seo-tag {
  font-size: 0.7rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--peri);
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
}
.seo-tag:hover { border-color: var(--teal); color: var(--teal-dark); }
.seo-list {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
  font-size: 0.85rem;
  color: var(--muted);
}
.seo-list li { margin: 0.2rem 0; }

/* natural bio paragraphs */
.about-blurb p { margin: 0 0 0.7rem; line-height: 1.55; }
.about-blurb p:last-child { margin-bottom: 0; }

/* collection note (replaces old keyword block) */
.collection-note {
  padding: 1.25rem 1.25rem 1.5rem;
  background: linear-gradient(180deg, #fff, var(--lilac));
  border-top: 1px solid rgba(34,50,69,.06);
  max-width: 46rem;
  margin: 0 auto;
}

/* FAQ */
.faq {
  padding: 1.5rem 1.25rem 2rem;
  background: #fff;
  border-top: 1px solid rgba(34,50,69,.06);
  max-width: 46rem;
  margin: 0 auto;
}
.faq > h2 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 0 0 0.9rem;
  color: var(--ink);
}
.faq-item {
  border: 1px solid var(--peri);
  border-radius: 12px;
  padding: 0.7rem 0.95rem;
  margin: 0 0 0.6rem;
  background: var(--bg);
}
.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--ink);
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; float: right; color: var(--pink); font-weight: 800; }
.faq-item[open] summary::after { content: "\2013"; }
.faq-item p {
  margin: 0.6rem 0 0.1rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
}

/* homepage h1 shares the gallery-head look */
.gallery-head h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--ink);
}

/* breadcrumbs on category/video pages */
.page-crumbs {
  max-width: 46rem;
  margin: 0 auto;
  padding: 0.7rem 1.25rem 0;
  font-size: 0.8rem;
  color: var(--muted);
}
.page-crumbs a { color: var(--pink); text-decoration: none; font-weight: 700; }
.page-crumbs a:hover { text-decoration: underline; }

/* homepage category strip */
.cat-strip {
  padding: 1rem 1.25rem 0.5rem;
  text-align: center;
  background: #fff;
}
.cat-strip .seo-h { text-align: center; }
.cat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
  margin-top: 0.6rem;
}
.cat-card {
  position: relative;
  display: block;
  width: 260px;
  max-width: 100%;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(34,50,69,.12);
}
.cat-card img { width: 100%; height: 150px; object-fit: cover; display: block; }
.cat-card .cat-name {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 0.9rem 0.8rem 0.5rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.72));
}
.cat-card .cat-count {
  position: absolute;
  top: 0.55rem; right: 0.55rem;
  background: var(--pink);
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
}

.site-footer {
  padding: 1.25rem 1.25rem 1.5rem;
  background: var(--ink);
  color: #c8d0dc;
  font-size: 0.78rem;
}
.footer-h {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--pink);
}
.footer-kw {
  margin: 0 0 0.75rem;
  color: #8a96a8;
  word-break: break-word;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin-bottom: 0.85rem;
}
.footer-links a {
  color: var(--sky);
  text-decoration: none;
  font-size: 0.72rem;
}
.footer-links a:hover { color: var(--pink); }
.legal { margin: 0; opacity: 0.7; }

/* detail page */
.detail-wrap { max-width: 920px; margin: 1.25rem auto 3rem; }
.detail-frame {
  background: #fff;
  border: 4px solid var(--frame);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(34, 50, 69, 0.18);
}
.detail-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  background: linear-gradient(180deg, #fff, var(--lilac));
}
.back {
  font-weight: 700;
  text-decoration: none;
  color: var(--ink);
  font-size: 0.85rem;
}
.player {
  position: relative;
  aspect-ratio: 16/9;
  background: #000;
}
.player img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
}
.player .cta {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(to top, rgba(34,50,69,.75), rgba(34,50,69,.15));
}
.detail-body { padding: 1.25rem 1.25rem 1.5rem; }
.detail-body h1 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 0.5rem;
  line-height: 1.25;
}
.crumbs {
  font-size: 0.75rem;
  color: var(--muted);
  margin-bottom: 0.75rem;
}
.crumbs a { color: var(--slate); text-decoration: none; font-weight: 600; }
.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.chip {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: var(--lilac);
  color: var(--ink);
}
.chip.hd { background: var(--teal); color: #fff; }
.detail-copy { font-size: 0.92rem; color: var(--muted); }
.frames {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 0.4rem;
  margin-top: 1rem;
}
.frames img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--peri);
}
.related {
  padding: 1rem 1.25rem 1.5rem;
  background: var(--bg);
  border-top: 1px solid var(--peri);
}
.related h2 {
  font-family: var(--font-display);
  font-size: 1rem;
  margin: 0 0 0.75rem;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.5rem;
}
.related a {
  text-decoration: none;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
}
.related a img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 0.25rem;
}
