/* PornPink theme — pink, self-contained, no framework dependency */
:root {
  --pink: #ff2d8b;
  --pink-2: #ff6ec0;
  --pink-3: #ffa8d8;
  --pink-soft: #ffd6ec;
  --plum: #16000e;
  --plum-2: #1f0414;
  --card: #24051a;
  --line: rgba(255, 110, 192, 0.18);
  --text: #ffeaf6;
  --muted: #c98fb4;
  --radius: 20px;
  --maxw: 1600px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  margin: 0;
  font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  background: var(--plum);
  background-image:
    radial-gradient(900px 500px at 15% -10%, rgba(255,45,139,.22), transparent 60%),
    radial-gradient(800px 500px at 95% 0%, rgba(255,110,192,.16), transparent 55%);
  background-attachment: fixed;
  color: var(--text);
  line-height: 1.6;
}
a { color: var(--pink-3); text-decoration: none; }
a:hover { color: #fff; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(22, 0, 14, .78);
  border-bottom: 1px solid var(--line);
}
.site-header .inner { display: flex; align-items: center; gap: 22px; height: 68px; }
.brand { font-weight: 800; font-size: 21px; letter-spacing: -.5px; color: #fff; display: flex; align-items: center; gap: 9px; }
.brand .dot { width: 13px; height: 13px; border-radius: 50%; background: linear-gradient(135deg, var(--pink), var(--pink-2)); box-shadow: 0 0 16px var(--pink); }
.brand em { font-style: normal; color: var(--pink-2); }
/* Navbar search — sits in the middle of the bar; falls below wrap on small screens */
.nav-search { flex: 1; display: flex; justify-content: center; min-width: 0; margin: 0 auto; max-width: 600px; }
.nav-search form { display: flex; gap: 8px; width: 100%; max-width: 460px; }
.nav-search input {
  flex: 1; min-width: 0; background: rgba(255,255,255,.05); border: 1px solid var(--line);
  color: var(--text); padding: 8px 16px; border-radius: 999px; font-size: 13px; outline: none;
}
.nav-search input:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(255,45,139,.16); }
.nav-search button {
  background: linear-gradient(135deg, var(--pink), var(--pink-2)); border: 0; color: #fff;
  padding: 0 18px; border-radius: 999px; font-weight: 700; font-size: 13px; cursor: pointer;
  white-space: nowrap;
}
.nav { display: flex; gap: 20px; align-items: center; }
.nav a { color: var(--pink-soft); font-size: 14px; font-weight: 500; }
.nav a:hover { color: #fff; }
.nav .cta { background: linear-gradient(135deg, var(--pink), var(--pink-2)); color: #fff !important; padding: 9px 18px; border-radius: 999px; font-weight: 700; box-shadow: 0 8px 26px rgba(255,45,139,.4); font-size: 13px; }

/* Hero */
.hero { padding: 64px 0 34px; text-align: center; }
.hero h1 { font-size: clamp(30px, 5vw, 54px); margin: 0 0 14px; font-weight: 800; letter-spacing: -1.2px; }
.hero h1 .grad { background: linear-gradient(100deg, var(--pink), var(--pink-2), var(--pink-3)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p { color: var(--muted); max-width: 720px; margin: 0 auto 26px; font-size: 16px; }

.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; }
.home-tools { max-width: 620px; margin: 22px auto 4px; }
.hero .stats { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }
.stat { background: rgba(255,45,139,.08); border: 1px solid var(--line); border-radius: 16px; padding: 14px 22px; min-width: 130px; }
.stat b { display: block; font-size: 24px; color: #fff; }
.stat span { font-size: 11px; text-transform: uppercase; letter-spacing: 1.4px; color: var(--muted); }

/* Search */
.searchbar { display: flex; gap: 10px; max-width: 560px; margin: 26px auto 0; }
.searchbar input {
  flex: 1; background: var(--card); border: 1px solid var(--line); color: var(--text);
  padding: 14px 18px; border-radius: 999px; font-size: 15px; outline: none;
}
.searchbar input:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(255,45,139,.18); }
.searchbar button {
  background: linear-gradient(135deg, var(--pink), var(--pink-2)); border: 0; color: #fff;
  padding: 0 26px; border-radius: 999px; font-weight: 700; cursor: pointer; font-size: 15px;
}

/* Alphabet */
.alpha { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin: 30px 0 6px; }
.alpha a {
  min-width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 10px; font-size: 12px; font-weight: 700; background: rgba(255,255,255,.04);
  border: 1px solid var(--line); color: var(--pink-soft);
}
.alpha a.on { background: linear-gradient(135deg, var(--pink), var(--pink-2)); color: #fff; border-color: transparent; }
.alpha a.off { opacity: .28; pointer-events: none; }
.alpha a:hover { border-color: var(--pink); color: #fff; }

/* Section title */
.sec-title { display: flex; align-items: baseline; gap: 12px; margin: 40px 0 18px; }
.sec-title h1, .sec-title h2 { margin: 0; font-size: 22px; font-weight: 700; }
.sec-title span { color: var(--muted); font-size: 13px; }
.sec-title a { margin-left: auto; color: var(--pink-3); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.sec-title a:hover { color: #fff; }

/* Grid + cards */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 18px; }
.card {
  position: relative; display: block; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 3/4; background: var(--card); border: 1px solid var(--line);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(255,45,139,.28); border-color: var(--pink); }
.card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.card:hover img { transform: scale(1.07); }
.card .cap {
  position: absolute; inset: auto 0 0 0; padding: 30px 14px 13px;
  background: linear-gradient(to top, rgba(22,0,14,.96) 0%, rgba(22,0,14,.35) 55%, transparent 100%);
}
.card .cap h3 { margin: 0; font-size: 14px; font-weight: 700; color: #fff; }
.card .cap .tag { font-size: 10px; color: var(--pink-3); text-transform: uppercase; letter-spacing: 1px; }

/* Pagination */
.pager { display: flex; gap: 7px; justify-content: center; flex-wrap: wrap; margin: 40px 0; }
.pager a, .pager span {
  min-width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px; font-size: 13px; font-weight: 700; background: rgba(255,255,255,.04);
  border: 1px solid var(--line); color: var(--pink-soft); padding: 0 12px;
}
.pager a:hover { background: rgba(255,45,139,.16); color: #fff; }
.pager .cur { background: linear-gradient(135deg, var(--pink), var(--pink-2)); color: #fff; border-color: transparent; }

/* Profile header */
.profile-head { margin: 24px 0 30px; }
.profile-body {
  display: flex; align-items: flex-start; gap: 22px; flex-wrap: wrap;
  padding: 0;
}
.avatar {
  width: 168px; height: 168px; flex: 0 0 auto; border-radius: 50%;
  padding: 5px; background: linear-gradient(135deg, var(--pink), var(--pink-2));
  box-shadow: 0 14px 40px rgba(255,45,139,.45);
}
.avatar img, .avatar .avatar-fallback {
  width: 100%; height: 100%; border-radius: 50%; object-fit: cover;
  display: flex; align-items: center; justify-content: center;
  background: #2a0517; border: 3px solid var(--plum);
}
.avatar .avatar-fallback { font-size: 62px; font-weight: 800; color: var(--pink-2); }
.profile-meta { padding-bottom: 10px; min-width: 0; }
.profile-meta h1 { margin: 2px 0 10px; font-size: clamp(26px, 4vw, 42px); font-weight: 800; line-height: 1.15; word-break: break-word; }
.kicker { color: var(--pink-3); text-transform: uppercase; letter-spacing: 2px; font-size: 12px; font-weight: 700; margin-bottom: 6px; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pill {
  font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px;
  background: rgba(255,45,139,.12); border: 1px solid var(--line); color: var(--pink-soft);
  padding: 5px 12px; border-radius: 999px;
}

/* Profile body layout */
.profile-grid { display: grid; grid-template-columns: 1fr 320px; gap: 26px; align-items: start; margin-bottom: 20px; }
.side-card { position: sticky; top: 90px; }
.side-card + .side-card { margin-top: 20px; }
.side-title { font-weight: 700; font-size: 15px; margin-bottom: 14px; color: #fff; }
.facts { list-style: none; margin: 0 0 16px; padding: 0; }
.facts li { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.facts li:last-child { border-bottom: 0; }
.facts li span { color: var(--muted); }
.facts li b { color: #fff; text-align: right; }
.bio { color: #f3d7e7; font-size: 15.5px; white-space: normal; padding-top: 2px; }
.bio h2:first-child { margin-top: 0; }

/* Video grid */
.vgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; margin: 8px 0 50px; }
.vcard {
  position: relative; display: block; border-radius: 16px; overflow: hidden;
  aspect-ratio: 16/10; background: var(--card); border: 1px solid var(--line);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.vcard:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(255,45,139,.25); border-color: var(--pink); }
.vcard img { width: 100%; height: 100%; object-fit: cover; }
.vcard .vcap {
  position: absolute; inset: auto 0 0 0; padding: 34px 13px 12px;
  background: linear-gradient(to top, rgba(22,0,14,.97) 0%, rgba(22,0,14,.4) 60%, transparent 100%);
}
.vcard .vcap h3 { margin: 0; font-size: 13.5px; font-weight: 700; color: #fff; line-height: 1.35; }
.vcard .vmeta { font-size: 10.5px; color: var(--pink-3); text-transform: uppercase; letter-spacing: .6px; margin-top: 4px; display: block; }
.vtime {
  position: absolute; top: 10px; right: 10px; background: rgba(22,0,14,.85);
  color: #fff; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 8px;
}
.vplay {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: #fff; background: rgba(255,45,139,.85);
  box-shadow: 0 8px 26px rgba(255,45,139,.5); transition: transform .15s ease;
}
.vcard:hover .vplay { transform: translate(-50%, -50%) scale(1.1); }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 100; display: none;
  align-items: center; justify-content: center; padding: 20px;
  background: rgba(10,0,6,.88); backdrop-filter: blur(6px);
}
.lightbox.open { display: flex; }
.lb-inner { position: relative; width: 100%; max-width: 860px; }
.lb-frame { position: relative; width: 100%; aspect-ratio: 16/9; background: #000; border-radius: 16px; overflow: hidden; box-shadow: 0 24px 80px rgba(0,0,0,.7); }
.lb-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.lb-title { color: var(--pink-soft); font-size: 14px; font-weight: 600; margin-top: 12px; text-align: center; }
.lb-close {
  position: absolute; top: -14px; right: -8px; z-index: 2; cursor: pointer;
  width: 40px; height: 40px; border-radius: 50%; border: 0; font-size: 16px;
  background: linear-gradient(135deg, var(--pink), var(--pink-2)); color: #fff; font-weight: 800;
  box-shadow: 0 8px 22px rgba(255,45,139,.5);
}

/* Image lightbox (portrait snapshots) */
.img-lightbox {
  position: fixed; inset: 0; z-index: 100; display: none;
  align-items: center; justify-content: center; padding: 24px;
  background: rgba(10,0,6,.92); backdrop-filter: blur(6px);
}
.img-lightbox.open { display: flex; }
.img-lightbox img {
  width: 94vw; max-width: 94vw; height: 92vh;
  border-radius: 16px; object-fit: contain; cursor: zoom-in;
  box-shadow: 0 24px 80px rgba(0,0,0,.7); border: 1px solid var(--line);
}
.img-lightbox img.zoomed { cursor: zoom-out; object-fit: cover; }

/* Snapshot gallery tiles (model profile) */
.gallery a.snap-tile { display: block; line-height: 0; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
.gallery a.snap-tile:hover { border-color: var(--pink); box-shadow: 0 12px 30px rgba(255,45,139,.22); }
.gallery a.snap-tile img { transition: transform .5s ease; border: 0; }
.gallery a.snap-tile:hover img { transform: scale(1.06); }

/* Live pill */
.pill.live { background: linear-gradient(135deg, var(--pink), var(--pink-2)); color: #fff; border-color: transparent; }

/* Model card meta line */
.card .cap .cap-meta { display: block; font-size: 11px; color: var(--pink-soft); margin-top: 3px; text-transform: none; letter-spacing: 0; }

/* Creator video-page header */
.model-head { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin: 22px 0 26px; }
.model-avatar {
  width: 108px; height: 108px; flex: 0 0 auto; border-radius: 50%; overflow: hidden;
  padding: 4px; background: linear-gradient(135deg, var(--pink), var(--pink-2));
  box-shadow: 0 12px 34px rgba(255,45,139,.4);
}
.model-avatar img, .model-avatar .avatar-fallback {
  width: 100%; height: 100%; border-radius: 50%; object-fit: cover;
  display: flex; align-items: center; justify-content: center;
  background: #2a0517; border: 3px solid var(--plum);
}
.model-info { min-width: 0; }
.model-info h1 { margin: 0 0 8px; font-size: clamp(24px, 3.4vw, 34px); font-weight: 800; line-height: 1.15; word-break: break-word; }
.model-counts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.model-counts span {
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
  background: rgba(255,45,139,.12); border: 1px solid var(--line); color: var(--pink-soft);
  padding: 5px 12px; border-radius: 999px;
}
.model-counts span.mc0 { background: linear-gradient(135deg, var(--pink), var(--pink-2)); color: #fff; border-color: transparent; }
.model-facts { display: flex; flex-wrap: wrap; gap: 7px 16px; margin-bottom: 8px; }
.model-facts .mfact { color: var(--muted); font-size: 12.5px; }
.model-facts .mfact i { font-style: normal; color: var(--pink-3); font-weight: 700; margin-right: 4px; text-transform: uppercase; font-size: 10px; letter-spacing: .6px; }
.model-source { display: inline-block; font-size: 12px; color: var(--pink-3); }
.gallery-more { margin: 20px 0 34px; text-align: center; }
.gallery-more button {
  background: rgba(255,45,139,.12); border: 1px solid var(--line); color: var(--pink-2);
  padding: 9px 22px; border-radius: 999px; font-size: 12px; font-weight: 700; cursor: pointer;
}
.gallery-more button:hover { border-color: var(--pink); }
.more-tags { color: var(--muted); font-size: 12px; padding-top: 10px; }
.tag-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-chips span {
  background: rgba(255,255,255,.05); border: 1px solid var(--line); color: var(--muted);
  padding: 5px 11px; border-radius: 999px; font-size: 11px; font-weight: 700;
  text-transform: capitalize; letter-spacing: .3px;
}

/* Watch player */
.player {
  position: relative; width: 100%; aspect-ratio: 16/9; border-radius: 18px;
  overflow: hidden; border: 1px solid var(--line); background: #000;
  margin: 6px 0 22px;
}
.player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.wmeta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; color: var(--muted); font-size: 13px; margin-bottom: 16px; }
.wmeta span { text-transform: uppercase; letter-spacing: .8px; font-size: 11px; }
.w-heading { font-size: clamp(20px, 3vw, 30px); font-weight: 800; line-height: 1.25; margin: 0 0 14px; word-break: break-word; }
.wmodel {
  display: inline-block;
  color: var(--pink-soft); font-size: 13px; font-weight: 600;
  text-transform: none; letter-spacing: 0;
}
.wmodel i { font-style: normal; }
.wmodel:hover { color: #fff; }
.wtags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 6px; }
.wtags span {
  background: rgba(255,255,255,.05); border: 1px solid var(--line); color: var(--muted);
  padding: 4px 11px; border-radius: 999px; font-size: 10.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .5px;
}
.watch-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 28px; align-items: start; margin-top: 24px; }
.watch-main { min-width: 0; }
.watch-side { position: sticky; top: 90px; }
.witem { display: flex; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.witem:last-of-type { border-bottom: 0; }
.witem-thumb { width: 128px; flex: 0 0 128px; aspect-ratio: 16/9; border-radius: 10px; overflow: hidden; border: 1px solid var(--line); background: #12000b; }
.witem-thumb img { width: 100%; height: 100%; object-fit: cover; }
.witem-body { min-width: 0; }
.witem-body h4 { margin: 2px 0 5px; font-size: 12.5px; line-height: 1.35; color: #efd7e8; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.witem:hover .witem-body h4 { color: var(--pink-2); }
.witem-body span { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }

/* Pager */
.pager { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 26px 0 40px; flex-wrap: wrap; }
.pager a {
  background: rgba(255,45,139,.12); border: 1px solid var(--line); color: var(--pink-2);
  padding: 9px 22px; border-radius: 999px; font-size: 13px; font-weight: 700;
}
.pager a:hover { border-color: var(--pink); }
.pager-info { color: var(--muted); font-size: 12.5px; }

/* Creator-videos UI (pink) */
.cv-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 14px; margin: 22px 0 18px; }
.cv-head h1 { font-size: clamp(20px, 3vw, 26px); font-weight: 800; text-transform: uppercase; letter-spacing: -.4px; margin: 0; }
.cv-sub { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin: 6px 0 0; }
.chip-clear {
  background: rgba(255,45,139,.2); color: var(--pink-2); border: 1px solid var(--line);
  padding: 7px 14px; border-radius: 12px; font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1.2px;
}
.chip-clear:hover { border-color: var(--pink); }

/* Unified videos toolbar (search + tags) */
.vid-toolbar {
  display: flex; flex-direction: column; gap: 12px; margin: 0 0 26px;
  padding: 16px; background: rgba(255,255,255,.03); border: 1px solid var(--line);
  border-radius: var(--radius);
}
.vid-search { display: flex; gap: 10px; }
.vid-search input {
  flex: 1; min-width: 0; background: rgba(255,255,255,.05); border: 1px solid var(--line);
  border-radius: 12px; padding: 11px 15px; color: #fff; font-size: 14px; outline: none;
}
.vid-search input:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(255,45,139,.15); }
.vid-search button {
  background: linear-gradient(135deg, var(--pink), var(--pink-2)); color: #fff;
  border: 0; border-radius: 12px; padding: 0 24px; font-weight: 700; cursor: pointer;
  white-space: nowrap;
}
.vid-search button:hover { filter: brightness(1.08); }
.vid-tags { display: flex; gap: 8px; overflow-x: auto; padding: 2px 1px; scrollbar-width: none; scroll-snap-type: x proximity; }
.vid-tags::-webkit-scrollbar { display: none; }
.tag-chip {
  flex: 0 0 auto; scroll-snap-align: start;
  background: rgba(255,255,255,.05); border: 1px solid var(--line); color: var(--muted);
  padding: 7px 14px; border-radius: 12px; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .6px; white-space: nowrap;
}
.tag-chip:hover { color: #fff; border-color: var(--pink-3); }
.tag-chip.active { background: linear-gradient(135deg, var(--pink), var(--pink-2)); color: #fff; border-color: transparent; box-shadow: 0 8px 22px rgba(255,45,139,.3); }

/* Model page — right sidebar starting from the top of the content */
.model-layout { grid-template-columns: minmax(0, 1fr) 340px; gap: 26px; align-items: start; }
.model-layout .side-card { position: static; }
.model-layout .side-title { margin-bottom: 12px; }
.model-layout .facts { margin-bottom: 0; }
.model-layout .tag-chips { margin-bottom: 2px; }

/* Model page — square snapshot grid (1:1 tiles, 2-up on mobile) */
.model-gallery { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin: 4px 0 14px; line-height: 0; }
.model-gallery[hidden], .gallery[hidden] { display: none; }
.model-gallery a.snap-tile { position: relative; display: block; height: 0; padding-top: 100%; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: #12000b; }
.model-gallery a.snap-tile img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; border: 0; transition: transform .5s ease; }
.model-gallery a.snap-tile:hover { border-color: var(--pink); box-shadow: 0 12px 30px rgba(255,45,139,.22); }
.model-gallery a.snap-tile:hover img { transform: scale(1.06); }

.vid-title { color: inherit; }
.vid-title:hover { color: var(--pink-2); }

/* Video grid — uniform fixed columns, equal-height cards */
.vid-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 20px; }
.vid-card { display: block; width: 100%; min-width: 0; }
.thumb-wrap {
  position: relative; display: block; width: 100%; height: 0; padding-top: 56.25%;
  background: #0a0a0a; border-radius: 14px; overflow: hidden; border: 1px solid var(--line);
  margin-bottom: 12px; transition: border-color .25s ease, box-shadow .25s ease;
}
.vid-card:hover .thumb-wrap { border-color: rgba(255,45,139,.5); box-shadow: 0 14px 36px rgba(255,45,139,.2); }
.thumb-wrap img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.vid-card:hover .thumb-wrap img { transform: scale(1.05); }
.thumb-wrap::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0); transition: background .25s ease; }
.vid-card:hover .thumb-wrap::after { background: rgba(0,0,0,.28); }
.thumb-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(.85); z-index: 2;
  width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--pink), var(--pink-2)); color: #fff;
  box-shadow: 0 8px 26px rgba(255,45,139,.45); opacity: 0; transition: opacity .25s ease, transform .25s ease;
}
.thumb-play span { margin-left: 3px; font-size: 18px; }
.vid-card:hover .thumb-play { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.vid-body { display: block; padding: 0 4px; }
.vid-body h3 {
  margin: 0; font-size: 14.5px; font-weight: 700; color: #efd7e8; line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.vid-card:hover .vid-body h3 { color: var(--pink-2); }
.vid-by { display: block; margin-top: 7px; font-size: 12px; font-weight: 700; }
.vid-by a { color: var(--pink-3); }
.vid-by a:hover { color: var(--pink-2); text-decoration: underline; }
.vid-by span { color: var(--muted); }
.vid-meta { display: block; padding-top: 8px; color: var(--muted); font-size: 11.5px; font-weight: 600; }
.vid-meta .sep { margin: 0 6px; opacity: .5; }

/* Infinite scroll */
.sentinel { display: flex; justify-content: center; padding: 34px 0; }
.spinner {
  display: none; width: 32px; height: 32px; border-radius: 50%;
  border: 4px solid var(--pink); border-top-color: transparent; animation: ppspin .8s linear infinite;
}
.spinner.show { display: block; }
@keyframes ppspin { to { transform: rotate(360deg); } }
.bio h3 { font-size: 15.5px; color: var(--pink-3); margin: 16px 0 6px; font-weight: 700; }
.bio p { margin: 0 0 13px; }
.bio ul, .bio ol { margin: 0 0 13px; padding-left: 20px; }
.bio li { margin-bottom: 5px; }
.bio a { color: var(--pink-2); text-decoration: underline; }
.socials { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0; }
.socials a {
  background: rgba(255,45,139,.1); border: 1px solid var(--line); padding: 8px 15px; border-radius: 999px;
  font-size: 12.5px; font-weight: 600; text-transform: capitalize;
}
.socials a:hover { border-color: var(--pink); color: #fff; }
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin: 20px 0 50px; }
.gallery img { border-radius: 16px; border: 1px solid var(--line); aspect-ratio: 3/4; object-fit: cover; width: 100%; }
.watch {
  display: inline-block; margin: 8px 0 4px; background: linear-gradient(135deg, var(--pink), var(--pink-2));
  color: #fff !important; font-weight: 700; padding: 14px 28px; border-radius: 999px;
  box-shadow: 0 10px 30px rgba(255,45,139,.4); font-size: 15px;
}
.panel { background: rgba(255,45,139,.06); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); margin-top: 70px; padding: 40px 0; color: var(--muted); font-size: 13px; }
.site-footer .cols { display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; }
.site-footer a { color: var(--pink-3); }
.site-footer .fine { margin-top: 26px; font-size: 11.5px; opacity: .7; max-width: 900px; }

/* Breadcrumb */
.crumb { color: var(--muted); font-size: 13px; margin: 22px 0; }
.crumb a { color: var(--pink-3); }

@media (max-width: 820px) {
  .profile-body { padding: 0; gap: 14px; }
  .avatar { width: 120px; height: 120px; }
  .avatar .avatar-fallback { font-size: 44px; }
  .profile-grid { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .nav { gap: 12px; font-size: 13px; }
  .nav .cta { display: none; }
  .grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; }
  .vgrid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
  .vid-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 14px; }
  .watch-wrap { grid-template-columns: 1fr; }
  .watch-side { position: static; margin-top: 6px; }
  .lightbox { padding: 12px; }
  .lb-close { top: -12px; right: -4px; width: 36px; height: 36px; }
}
@media (max-width: 460px) {
  .vid-grid { grid-template-columns: 1fr; gap: 16px 0; }
}
@media (max-width: 520px) {
  .profile-body { flex-direction: column; align-items: center; text-align: center; gap: 12px; }
  .profile-meta { padding-bottom: 0; }
  .avatar { width: 108px; height: 108px; }
  .avatar .avatar-fallback { font-size: 40px; }
  .pills { justify-content: center; }
  .facts li { font-size: 13px; }
  .side-card .socials { justify-content: center; }
  .crumb { font-size: 12px; }
  .vcard .vcap h3 { font-size: 12px; }
}
@media (max-width: 820px) {
  .model-gallery { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .gallery-more { margin-bottom: 28px; }
}

/* Blog */
.blog-feature {
  display: grid; grid-template-columns: 1.3fr 1fr; border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; margin: 10px 0 32px;
  background: rgba(255,45,139,.05); transition: border-color .25s ease;
}
.blog-feature:hover { border-color: var(--pink); }
.bf-thumb { min-height: 280px; background: #12000b; }
.bf-thumb img { width: 100%; height: 100%; object-fit: cover; }
.bf-body { padding: 28px 30px; display: flex; flex-direction: column; justify-content: center; }
.bf-body h2 { margin: 10px 0 12px; font-size: clamp(20px, 2.6vw, 30px); line-height: 1.2; }
.bf-body p { color: var(--muted); font-size: 14px; margin: 0 0 16px; }
.bf-more { color: var(--pink-2); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.blog-cat { color: var(--pink-3); font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.blog-card {
  display: flex; flex-direction: column; background: rgba(255,45,139,.05);
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.blog-card:hover { transform: translateY(-4px); border-color: var(--pink); box-shadow: 0 16px 40px rgba(255,45,139,.22); }
.blog-thumb { aspect-ratio: 16/9; background: #12000b; overflow: hidden; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-thumb img { transform: scale(1.05); }
.blog-body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 8px; }
.blog-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.blog-meta span:last-child { color: var(--muted); font-size: 10.5px; text-transform: uppercase; letter-spacing: 1px; }
.blog-body h3 { margin: 0; font-size: 16px; font-weight: 700; line-height: 1.35; color: #efd7e8; }
.blog-card:hover .blog-body h3 { color: var(--pink-2); }
.blog-body p {
  margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.article-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 30px; align-items: start; margin-bottom: 40px; }
.article-hero { aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); margin: 16px 0 8px; }
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
.article-credit { color: var(--muted); font-size: 11px; margin-bottom: 18px; }
.article-body { color: #f3d7e7; font-size: 16px; line-height: 1.75; }
.article-body h2 { font-size: 22px; margin: 26px 0 10px; color: #fff; }
.article-body h3 { font-size: 18px; margin: 22px 0 8px; color: var(--pink-3); }
.article-body p { margin: 0 0 15px; }
.article-body ul, .article-body ol { margin: 0 0 15px; padding-left: 22px; }
.article-body li { margin-bottom: 6px; }
.article-body blockquote { margin: 0 0 15px; padding: 12px 18px; border-left: 3px solid var(--pink); background: rgba(255,45,139,.07); border-radius: 0 12px 12px 0; }
.article-body table { width: 100%; border-collapse: collapse; margin: 0 0 18px; font-size: 14px; }
.article-body th, .article-body td { border: 1px solid var(--line); padding: 8px 10px; text-align: left; }
.article-body th { background: rgba(255,45,139,.08); }
.article-side { position: sticky; top: 90px; }
.rec-card { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.rec-card:last-of-type { border-bottom: 0; margin-bottom: 12px; }
.rec-thumb { width: 88px; flex: 0 0 88px; aspect-ratio: 16/10; border-radius: 12px; overflow: hidden; background: #12000b; }
.rec-thumb img { width: 100%; height: 100%; object-fit: cover; }
.rec-body h3 { margin: 4px 0 0; font-size: 13.5px; line-height: 1.35; color: #efd7e8; }
.rec-card:hover .rec-body h3 { color: var(--pink-2); }

@media (max-width: 820px) {
  .blog-feature { grid-template-columns: 1fr; }
  .bf-thumb { min-height: 200px; }
  .bf-body { padding: 22px 20px; }
  .article-wrap { grid-template-columns: 1fr; }
  .article-side { position: static; }
  .blog-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
}
