:root {
  color-scheme: dark;
  --bg: #090909;
  --surface: #121212;
  --surface-2: #191919;
  --line: #292929;
  --text: #f5f5f5;
  --muted: #999;
  --accent: #ee203d;
  --accent-dark: #bd1028;
  --accent-rgb: 238 32 61;
  --accent-text: #fff;
  --red: var(--accent);
  --red-dark: var(--accent-dark);
  --video-cols: 4;
  --video-cols-lg: 3;
  --video-cols-md: 2;
  --video-cols-sm: 1;
  --model-cols: 6;
  --model-cols-lg: 4;
  --model-cols-md: 3;
  --model-cols-sm: 2;
  --shell: 1520px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font: 15px/1.5 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.analytics-pixel { position: absolute; width: 1px; height: 1px; overflow: hidden; }

.site-header { position: sticky; top: 0; z-index: 20; min-height: 72px; padding: 0 max(24px, calc((100vw - var(--shell)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 94%, transparent); backdrop-filter: blur(14px); }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; color: var(--text); text-transform: uppercase; }
.brand-mark { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; color: var(--accent); filter: drop-shadow(0 5px 12px rgb(var(--accent-rgb) / .22)); transition: filter .2s, transform .2s; }
.brand-mark svg { display: block; width: 100%; height: 100%; }
.brand-wordmark { display: flex; align-items: baseline; font-size: 21px; letter-spacing: -.055em; line-height: 1; }
.brand-primary { color: var(--text); font-weight: 900; }
.brand-accent { color: var(--text); font-weight: 400; }
.brand:hover .brand-mark { filter: drop-shadow(0 7px 16px rgb(var(--accent-rgb) / .42)); transform: scale(1.04); }
.site-search { display: flex; flex: 0 1 340px; height: 42px; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); transition: border-color .2s, box-shadow .2s; }
.site-search:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px rgb(var(--accent-rgb) / .12); }
.site-search input { min-width: 0; flex: 1; padding: 0 14px; border: 0; outline: 0; background: transparent; color: var(--text); }
.site-search input::placeholder { color: var(--muted); }
.site-search button { padding: 0 17px; border: 0; background: var(--accent); color: var(--accent-text); font-size: 12px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.site-search button:hover { background: var(--accent-dark); }
.site-header nav { display: flex; align-items: stretch; align-self: stretch; margin-left: auto; }
.site-header nav a { display: flex; align-items: center; padding: 0 18px; color: var(--muted); font-size: 13px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; border-bottom: 2px solid transparent; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { color: var(--text); border-color: var(--accent); }
.nav-toggle, .nav-toggle-label { display: none; }
.brand-logo { display: block; width: auto; max-width: 280px; height: 40px; object-fit: contain; object-position: left center; }
.nav-network { position: relative; display: flex; align-items: stretch; }
.nav-network summary { display: flex; align-items: center; gap: 6px; padding: 0 18px; color: var(--muted); font-size: 13px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; border-bottom: 2px solid transparent; cursor: pointer; list-style: none; }
.nav-network summary::-webkit-details-marker { display: none; }
.nav-network summary::after { content: ""; width: 6px; height: 6px; margin-top: -3px; border: solid currentColor; border-width: 0 2px 2px 0; transform: rotate(45deg); transition: transform .2s; }
.nav-network[open] summary::after { margin-top: 3px; transform: rotate(-135deg); }
.nav-network summary:hover, .nav-network[open] summary { color: var(--text); border-color: var(--accent); }
.nav-network-menu { position: absolute; top: 100%; right: 0; z-index: 30; display: grid; min-width: 220px; max-height: 70vh; padding: 8px; overflow-y: auto; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); box-shadow: 0 18px 40px rgba(0,0,0,.5); }
.site-header nav .nav-network-menu a { min-height: 40px; padding: 0 12px; border: 0; border-radius: 5px; letter-spacing: .04em; }
.site-header nav .nav-network-menu a:hover { background: var(--surface-2); color: var(--text); }

.shell, .watch-shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.listing { padding-block: 54px 72px; }
.page-heading { max-width: 960px; margin-bottom: 32px; }
.page-heading h1, .performer-hero h1, .video-copy h1 { margin: 0; font-size: clamp(34px, 5vw, 64px); line-height: .98; letter-spacing: -.05em; }
.page-heading > p:last-child { margin: 14px 0 0; color: var(--muted); font-size: 17px; }
.eyebrow { margin: 0 0 9px; color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }

.video-grid { display: grid; grid-template-columns: repeat(var(--video-cols), minmax(0, 1fr)); gap: 30px 16px; }
.video-card { min-width: 0; }
.thumb { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 7px; background: var(--surface-2); }
.thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.thumb-preview { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.thumb-preview.is-playing { opacity: 1; }
.thumb::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.68)); }
.video-card:hover .thumb img { transform: scale(1.035); filter: brightness(.78); }
.play { position: absolute; z-index: 3; inset: 50% auto auto 50%; width: 50px; height: 50px; border-radius: 50%; background: rgb(var(--accent-rgb) / .78); transform: translate(-50%, -50%) scale(.82); opacity: 0; transition: opacity .25s, transform .25s; box-shadow: 0 6px 30px rgb(var(--accent-rgb) / .45); }
.play::after { content: ""; position: absolute; top: 15px; left: 20px; border-left: 15px solid #fff; border-top: 10px solid transparent; border-bottom: 10px solid transparent; }
.video-card:hover .play { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.duration { position: absolute; z-index: 3; right: 8px; bottom: 7px; padding: 2px 6px; border-radius: 3px; background: rgba(0,0,0,.78); color: #fff; font-size: 11px; font-weight: 700; }
.card-copy { padding: 12px 2px 0; }
.card-copy h2 { margin: 0 0 5px; overflow: hidden; font-size: 16px; line-height: 1.25; white-space: nowrap; text-overflow: ellipsis; }
.card-copy h2 a:hover, .model-links a:hover { color: var(--accent); }
.model-links { display: flex; gap: 6px; overflow: hidden; color: var(--muted); font-size: 13px; white-space: nowrap; }
.model-links span { color: #555; }
.channel-link { display: inline-block; margin-top: 8px; color: var(--text); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.channel-link::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 7px 1px 0; border-radius: 50%; background: var(--accent); }
/* Homepage sections can be reordered per brand, so spacing is by position, not by section. */
.home-listing > section + section { margin-top: 64px; }
.home-listing > section + .home-latest { margin-top: 80px; padding-top: 52px; border-top: 1px solid var(--line); }
.home-latest .section-title { align-items: end; }
.home-latest .section-title h2 { margin: 0 0 18px; font-size: clamp(28px, 4vw, 44px); }
.home-latest .section-title .eyebrow { margin-bottom: 6px; }
.section-copy { max-width: 760px; margin: -9px 0 18px; color: var(--muted); font-size: 15px; }
.home-shorts { margin: 0; }
.home-shorts .section-title { align-items: center; }
.home-shorts .section-title h2 { margin: 0 0 18px; font-size: clamp(28px, 4vw, 44px); }
.section-link { flex: 0 0 auto; margin-bottom: 20px; color: var(--text); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.section-link span { margin-left: 5px; color: var(--accent); font-size: 18px; }
.section-link:hover { color: var(--accent); }
.shorts-strip { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(150px, 11vw, 180px); gap: 14px; padding-bottom: 10px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-color: var(--line) transparent; scrollbar-width: thin; }
.short-card { min-width: 0; scroll-snap-align: start; }
.short-card > a { display: block; }
.short-card-media { position: relative; display: block; overflow: hidden; aspect-ratio: 9 / 16; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-2); }
.short-card-media img, .short-card-media .image-placeholder { width: 100%; height: 100%; object-fit: cover; transition: filter .3s ease, transform .3s ease; }
.short-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(0,0,0,.68)); }
.short-card-play { position: absolute; z-index: 2; inset: 50% auto auto 50%; width: 46px; height: 46px; border-radius: 50%; background: rgb(var(--accent-rgb) / .78); box-shadow: 0 7px 28px rgb(var(--accent-rgb) / .38); transform: translate(-50%, -50%); }
.short-card-play::after { content: ""; position: absolute; top: 13px; left: 18px; border-left: 14px solid #fff; border-top: 10px solid transparent; border-bottom: 10px solid transparent; }
.short-card:hover .short-card-media img { filter: brightness(.78); transform: scale(1.035); }
.short-card-copy { display: block; padding: 10px 2px 0; }
.short-card-copy strong, .short-card-copy small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.short-card-copy strong { font-size: 14px; }
.short-card-copy small { margin-top: 3px; color: var(--muted); font-size: 11px; }

body[data-page="shorts"] { overflow: hidden; }
body[data-page="shorts"] .site-footer { display: none; }
.shorts-page { min-height: calc(100svh - 72px); background: radial-gradient(circle at 50% 45%, #202020, #080808 45%); }
.shorts-feed { height: calc(100svh - 72px); overflow-y: auto; scroll-snap-type: y mandatory; overscroll-behavior-y: contain; scrollbar-width: none; }
.shorts-feed::-webkit-scrollbar { display: none; }
.short-feed-item { display: grid; min-height: 100%; padding: 12px; place-items: center; scroll-snap-align: start; scroll-snap-stop: always; }
.short-player { position: relative; color: #fff; width: auto; max-width: 100%; height: min(calc(100svh - 96px), 850px); overflow: hidden; aspect-ratio: 9 / 16; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: #000; box-shadow: 0 22px 70px rgba(0,0,0,.58); }
.short-video, .short-player > img, .short-player > .image-placeholder, .short-age-gate, .short-age-gate > img, .short-age-gate > .image-placeholder { width: 100%; height: 100%; object-fit: cover; }
.short-video { display: block; background: #000; cursor: pointer; }
.short-shade { position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.2), transparent 27%, transparent 49%, rgba(0,0,0,.88) 100%); }
.short-toggle, .short-sound { position: absolute; z-index: 4; display: grid; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.22); background: rgba(0,0,0,.46); color: #fff; backdrop-filter: blur(8px); cursor: pointer; }
.short-toggle { inset: 50% auto auto 50%; width: 66px; height: 66px; border-radius: 50%; opacity: 1; transform: translate(-50%, -50%); transition: opacity .2s, transform .2s; }
.short-toggle-icon { width: 0; height: 0; margin-left: 5px; border-left: 19px solid #fff; border-top: 13px solid transparent; border-bottom: 13px solid transparent; }
.short-player.is-playing .short-toggle { opacity: 0; transform: translate(-50%, -50%) scale(.86); pointer-events: none; }
.short-player.is-playing:hover .short-toggle { opacity: .55; pointer-events: auto; }
.short-sound { top: 15px; right: 15px; width: 42px; height: 42px; border-radius: 50%; }
.short-sound svg { width: 21px; height: 21px; fill: currentColor; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.short-volume-mark { display: none; fill: none; }
body.short-sound-enabled .short-muted-mark { display: none; }
body.short-sound-enabled .short-volume-mark { display: block; }
.short-info { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; padding: 90px 22px 30px; }
.short-channel { display: inline-block; margin-bottom: 7px; color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.short-info h2 { margin: 0; font-size: clamp(20px, 3vh, 28px); line-height: 1.05; letter-spacing: -.035em; text-wrap: balance; }
.short-info > p { display: -webkit-box; margin: 8px 0 0; overflow: hidden; color: #d1d1d1; font-size: 12px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.short-models { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; color: #ddd; font-size: 12px; }
.short-models span { color: #747474; }
.short-models a:hover { color: var(--accent); }
.short-cta { display: inline-flex; min-height: 38px; margin-top: 14px; padding: 0 15px; align-items: center; gap: 9px; border-radius: 4px; background: var(--accent); color: var(--accent-text); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 8px 24px rgb(var(--accent-rgb) / .34); }
.short-cta:hover { background: #ff2949; }
.short-cta span { font-size: 18px; }
.short-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.short-cta-ghost { border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.1); box-shadow: none; }
.short-cta-ghost:hover { background: rgba(255,255,255,.2); }
/* Regular videos ride into the feed on their landscape special-thumbnail clip,
   centre-cropped to portrait by the shared object-fit: cover rule above. */
.short-flag { position: absolute; z-index: 4; top: 15px; left: 15px; display: inline-flex; min-height: 30px; padding: 0 12px; align-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(0,0,0,.55); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; backdrop-filter: blur(8px); }
.short-flag:hover { background: rgba(0,0,0,.8); }
.short-progress { position: absolute; z-index: 5; right: 0; bottom: 0; left: 0; height: 3px; background: rgba(255,255,255,.2); }
.short-progress span { display: block; width: 0; height: 100%; background: var(--accent); }
.short-age-gate { position: relative; display: block; padding: 0; overflow: hidden; border: 0; background: #000; color: #fff; cursor: pointer; }
.short-age-gate > span { position: absolute; z-index: 3; inset: 0; display: grid; padding: 24px; place-content: center; justify-items: center; gap: 62px; background: rgba(0,0,0,.18); font-size: 14px; text-align: center; }
.short-age-gate .short-card-play { position: relative; inset: auto; transform: none; }
.short-unavailable { position: absolute; z-index: 2; inset: 50% 0 auto; margin: 0; color: #aaa; font-weight: 750; text-align: center; }
.shorts-empty { min-height: calc(100svh - 72px); }

.model-grid { display: grid; grid-template-columns: repeat(var(--model-cols), minmax(0, 1fr)); gap: 30px 16px; }
.model-card { min-width: 0; text-align: center; }
.model-image { display: block; overflow: hidden; aspect-ratio: 3 / 4; border-radius: 7px; background: var(--surface-2); }
.portrait { width: 100%; height: 100%; object-fit: cover; }
.model-card h2 { margin: 11px 0 0; overflow: hidden; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; }
.model-card:hover h2 { color: var(--accent); }
.model-card img { transition: transform .35s ease, filter .35s ease; }
.model-card:hover img { transform: scale(1.035); filter: brightness(.82); }
.model-directory-filters { display: flex; align-items: center; justify-content: center; gap: 14px; margin: -4px 0 34px; padding-bottom: 4px; overflow-x: auto; scrollbar-color: var(--line) transparent; scrollbar-width: thin; }
.model-directory-filters::-webkit-scrollbar { height: 5px; }
.model-directory-filters::-webkit-scrollbar-thumb { border-radius: 9px; background: var(--line); }
.directory-filter { display: flex; flex: 0 0 auto; align-items: center; flex-wrap: nowrap; gap: 4px; }
.directory-filter a { display: grid; min-width: 31px; height: 34px; padding-inline: 6px; place-items: center; border: 1px solid var(--line); border-radius: 4px; background: var(--surface); color: #aaa; font-size: 12px; font-weight: 800; }
.directory-filter a:hover, .directory-filter a[aria-current="page"] { border-color: var(--accent); background: var(--accent); color: var(--accent-text); }
.gender-filter { padding-left: 14px; border-left: 1px solid var(--line); }
.gender-filter a { width: 36px; min-width: 36px; padding: 0; border-radius: 50%; }
.gender-icon { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.alphabet-filter a { padding-inline: 5px; }

.tag-cloud { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.tag-cloud a { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 52px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 5px; background: var(--surface); }
.tag-cloud a:hover { border-color: var(--accent); background: #171012; }
.tag-cloud small { color: var(--muted); }

.channel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.channel-filter-wrap { display: flex; width: min(100%, 620px); min-height: 46px; margin: -5px auto 28px; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); transition: border-color .2s, box-shadow .2s; }
.channel-filter-wrap:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px rgb(var(--accent-rgb) / .12); }
.channel-filter-wrap input { min-width: 0; flex: 1; align-self: stretch; padding: 0 14px; border: 0; outline: 0; background: transparent; color: var(--text); }
.channel-filter-wrap input::placeholder { color: var(--muted); }
.channel-filter-count { flex: 0 0 auto; padding-right: 16px; color: var(--muted); font-size: 12px; white-space: nowrap; }
.channel-filter-empty { padding: 72px 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); color: var(--muted); text-align: center; }
.channel-filter-empty[hidden], .channel-card[hidden] { display: none; }
.channel-card { position: relative; display: block; min-height: 230px; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); transition: border-color .25s, transform .25s; }
.channel-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.channel-thumb { position: absolute; inset: 0; display: block; }
.channel-thumb::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02) 38%, rgba(0,0,0,.94) 100%); }
.channel-thumb img, .channel-thumb .image-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .35s, filter .35s; }
.channel-card:hover .channel-thumb img { transform: scale(1.035); filter: brightness(.84); }
.channel-card-copy { position: absolute; color: #fff; z-index: 3; left: 0; right: 0; bottom: 0; display: block; padding: 56px 58px 18px 20px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.52)); }
.channel-card-title { display: flex; align-items: baseline; gap: 10px; }
.channel-card strong, .channel-card small, .channel-card em { display: block; }
.channel-card strong { font-size: 22px; letter-spacing: -.02em; }
.channel-card small { color: #c7c7c7; white-space: nowrap; }
.channel-card em { margin-top: 6px; overflow: hidden; color: #8f8f8f; font-size: 12px; font-style: normal; white-space: nowrap; text-overflow: ellipsis; }
.channel-card b { position: absolute; z-index: 3; right: 20px; bottom: 20px; color: var(--accent); font-size: 27px; }

.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 50px; }
.pagination a, .pagination span { display: grid; min-width: 42px; height: 42px; padding-inline: 12px; place-items: center; border: 1px solid var(--line); border-radius: 4px; background: var(--surface); }
.pagination a:hover, .pagination a[aria-current="page"] { border-color: var(--accent); background: var(--accent); }
.pagination .disabled { color: #555; }
.pagination .ellipsis { min-width: 24px; border: 0; background: transparent; }

.watch-page { padding-bottom: 80px; }
.watch-shell { max-width: 1180px; padding-top: 32px; }
.player-frame { position: relative; z-index: 1; overflow: hidden; color: #fff; aspect-ratio: 16 / 9; border-radius: 8px 8px 0 0; background: #000; box-shadow: 0 18px 50px rgba(0,0,0,.32); }
.player-frame video, .player-frame > img, .player-frame > .image-placeholder { width: 100%; height: 100%; object-fit: contain; }
.player-frame > .vr-player { position: absolute; inset: 0; display: block; width: 100%; height: 100%; background: #000; }
.player-frame > .vr-player-webxr { aspect-ratio: 16 / 9; }
.trailer-end-overlay { position: absolute; z-index: 6; inset: 0; display: flex; padding: 24px; align-items: center; justify-content: center; background: radial-gradient(circle at center, rgb(var(--accent-rgb) / .17), transparent 46%), linear-gradient(180deg, rgba(0,0,0,.68), rgba(0,0,0,.92)); text-align: center; }
.trailer-end-overlay[hidden] { display: none; }
.trailer-end-card { display: flex; width: min(82%, 820px); align-items: center; justify-content: center; }
.trailer-end-card a { display: flex; width: 100%; min-height: 104px; padding: 22px 36px; align-items: center; justify-content: center; gap: 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 9px; background: var(--accent); color: var(--accent-text); box-shadow: 0 20px 64px rgb(var(--accent-rgb) / .44); font-size: clamp(22px, 3.4vw, 38px); font-weight: 900; letter-spacing: -.025em; line-height: 1.1; transition: filter .2s, transform .2s; }
.trailer-end-card a:hover { filter: brightness(1.08); transform: translateY(-2px); }
.trailer-end-card b { font-size: 1.25em; line-height: 1; }
.preview-switcher { position: absolute; z-index: 4; top: 14px; left: 14px; display: flex; padding: 4px; gap: 3px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(8,8,8,.78); box-shadow: 0 8px 24px rgba(0,0,0,.3); opacity: 1; backdrop-filter: blur(10px); transition: opacity .2s ease, transform .2s ease; }
.player-frame.is-playing .preview-switcher { opacity: 0; pointer-events: none; transform: translateY(-6px); }
.preview-option { min-height: 34px; padding: 7px 13px; border: 0; border-radius: 999px; background: transparent; color: #bbb; cursor: pointer; font: inherit; font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.preview-option span { margin-left: 6px; color: #999; font-variant-numeric: tabular-nums; }
.preview-option:hover { color: #fff; }
.preview-option.is-active { background: var(--accent); color: var(--accent-text); box-shadow: 0 4px 15px rgb(var(--accent-rgb) / .28); }
.preview-option.is-active span { color: rgba(255,255,255,.8); }
.sfw-player { position: relative; display: block; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; background: #000; color: #fff; cursor: pointer; }
.sfw-player > img, .sfw-player > .image-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.sfw-player::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.66)); }
.sfw-player:hover > img { transform: scale(1.015); filter: brightness(.82); }
.sfw-player-overlay { position: absolute; z-index: 2; inset: 0; display: flex; padding: 24px; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.sfw-player-overlay .play { position: relative; inset: auto; margin-bottom: 18px; transform: none; }
.sfw-player-overlay .play.visible { width: 68px; height: 68px; opacity: 1; }
.sfw-player-overlay .play.visible::after { top: 20px; left: 27px; border-left-width: 20px; border-top-width: 14px; border-bottom-width: 14px; }
.sfw-player-overlay strong { font-size: clamp(20px, 3vw, 34px); line-height: 1.1; letter-spacing: -.025em; }
.sfw-player-overlay small { margin-top: 7px; color: #d0d0d0; font-size: 13px; }
.unavailable { position: absolute; inset: auto 0 30px; text-align: center; color: #bbb; font-weight: 700; }
.video-ctas { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; margin-top: 10px; }
.video-ctas.has-vod { grid-template-columns: minmax(0, 1fr) auto; }
.primary-cta { position: relative; z-index: 3; display: flex; min-height: 60px; padding: 14px 22px; align-items: center; justify-content: center; gap: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 90%, #fff), var(--accent)); color: var(--accent-text); box-shadow: 0 12px 28px rgb(var(--accent-rgb) / .24), inset 0 1px rgba(255,255,255,.16); font-size: 15px; font-weight: 900; letter-spacing: .015em; text-align: center; text-shadow: 0 1px 2px rgba(0,0,0,.22); text-transform: uppercase; transition: background .2s, box-shadow .2s, transform .2s; }
.primary-cta:hover { background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 80%, #fff), color-mix(in srgb, var(--accent) 94%, #fff)); box-shadow: 0 18px 42px rgb(var(--accent-rgb) / .4), inset 0 1px rgba(255,255,255,.2); transform: translateY(1px); }
.primary-cta-copy { display: flex; flex-direction: column; line-height: 1.15; }
.primary-cta-copy strong { font-size: 15px; letter-spacing: .02em; }
.primary-cta-copy small { margin-top: 3px; color: color-mix(in srgb, var(--accent-text) 76%, transparent); font-size: 10px; font-weight: 750; letter-spacing: .045em; }
.primary-cta .primary-cta-arrow { font-size: 24px; line-height: 1; }
.vod-purchase { display: block; height: 100%; margin: 0; }
.vod-button { position: relative; display: grid; grid-template-columns: 22px auto auto; min-width: 250px; min-height: 68px; padding: 0 20px; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--accent); border-radius: 7px; background: #151515; color: #fff; cursor: pointer; font: inherit; text-transform: uppercase; transition: background .2s, box-shadow .2s, transform .2s; }
.vod-button svg { width: 21px; height: 21px; fill: none; stroke: var(--accent); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.vod-button span { font-size: 12px; font-weight: 900; letter-spacing: .065em; }
.vod-button strong { color: var(--accent); font-size: 17px; font-variant-numeric: tabular-nums; }
.vod-button:hover { background: rgb(var(--accent-rgb) / .11); box-shadow: 0 10px 30px rgb(var(--accent-rgb) / .14); transform: translateY(-1px); }
.vod-loading { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; gap: 10px; color: #fff; }
.vod-loading i { width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.28); border-top-color: var(--accent); border-radius: 50%; animation: vod-spinner .7s linear infinite; }
.vod-button.is-loading { background: rgb(var(--accent-rgb) / .08); cursor: wait; pointer-events: none; }
.vod-button.is-loading > svg, .vod-button.is-loading > span:not(.vod-loading), .vod-button.is-loading > strong { visibility: hidden; }
.vod-button.is-loading .vod-loading { display: flex; visibility: visible; }
@keyframes vod-spinner { to { transform: rotate(360deg); } }
.share-button, .like-button { display: inline-flex; min-height: 40px; padding: 0 16px; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 4px; background: transparent; color: #ddd; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: border-color .2s, color .2s, background .2s; }
.share-button svg, .like-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.share-button:hover, .like-button:hover { border-color: var(--accent); background: rgb(var(--accent-rgb) / .1); color: var(--text); }
.share-button.is-copied { border-color: var(--accent); color: var(--text); }
.like-button.is-liked { border-color: var(--accent); background: var(--accent); color: var(--accent-text); }
.like-button.is-liked svg { fill: currentColor; }
.share-icon, .like-icon { position: absolute; z-index: 4; right: 15px; display: grid; width: 42px; min-height: 0; height: 42px; padding: 0; place-items: center; border-color: rgba(255,255,255,.22); border-radius: 50%; background: rgba(0,0,0,.46); color: #fff; backdrop-filter: blur(8px); }
.share-icon svg, .like-icon svg { width: 19px; height: 19px; }
.like-icon { top: 66px; }
.share-icon { top: 117px; }
.like-icon.is-liked { border-color: var(--accent); background: var(--accent); }
.video-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.share-toast { position: fixed; z-index: 60; bottom: 26px; left: 50%; padding: 12px 20px; border: 1px solid var(--line); border-radius: 999px; background: color-mix(in srgb, var(--surface) 95%, transparent); color: var(--text); font-size: 13px; font-weight: 700; box-shadow: 0 14px 40px rgba(0,0,0,.5); opacity: 0; transform: translate(-50%, 10px); transition: opacity .2s ease, transform .2s ease; pointer-events: none; }
.share-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.share-toast.is-selectable { max-width: min(92vw, 620px); overflow-wrap: anywhere; font-weight: 500; pointer-events: auto; user-select: all; }
/* The h1 above sets line-height .98, so the row needs its own breathing room. */
.video-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 30px; }
.video-copy { padding: 34px 4px 50px; }
.video-copy h1 { max-width: 1050px; font-size: clamp(30px, 5vw, 54px); }
.video-copy .large { font-size: 15px; }
.description { max-width: 900px; margin: 26px 0 0; color: #b7b7b7; font-size: 16px; white-space: pre-line; }
.inline-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.inline-tags a { padding: 7px 10px; border: 1px solid var(--line); border-radius: 3px; color: var(--muted); font-size: 12px; }
.inline-tags a:hover { border-color: var(--accent); color: var(--text); }
.related { padding-top: 44px; border-top: 1px solid var(--line); }
.related > h2, .section-title h2 { margin: 0 0 22px; font-size: 25px; letter-spacing: -.03em; }

.performer-page { padding-block: 56px 80px; }
.performer-hero { display: grid; grid-template-columns: minmax(280px, 390px) minmax(0, 1fr); align-items: start; gap: clamp(38px, 5vw, 76px); margin-bottom: 72px; }
.performer-hero > img, .performer-hero > .image-placeholder { width: 100%; aspect-ratio: 3 / 4; border-radius: 12px; object-fit: cover; }
.performer-details { min-width: 0; padding-top: 5px; }
.performer-details h1 { max-width: 980px; font-size: clamp(42px, 5.2vw, 76px); text-transform: uppercase; }
.performer-count { margin: 11px 0 0; color: var(--muted); font-size: 14px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.performer-bio { max-width: 980px; margin: 28px 0 0; color: #c5c5c5; font-size: 16px; line-height: 1.75; }
.model-facts { display: grid; grid-template-columns: repeat(4, minmax(120px, 1fr)); gap: 28px 40px; max-width: 1040px; margin: 42px 0 0; }
.model-facts div { min-width: 0; }
.model-facts dt { color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.model-facts dd { margin: 3px 0 0; overflow-wrap: anywhere; color: #757575; font-size: 17px; font-weight: 750; text-transform: uppercase; }
.social-links { margin-top: 38px; }
.social-links > p { margin: 0 0 10px; color: var(--muted); font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.social-links > div { display: flex; flex-wrap: wrap; gap: 8px; }
.social-links a { padding: 7px 10px; border: 1px solid var(--line); border-radius: 4px; color: var(--muted); font-size: 12px; font-weight: 750; }
.social-links a:hover { border-color: var(--accent); color: var(--text); }
.social-links span { color: var(--accent); }
.section-title { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }
.section-title span { color: var(--muted); }
.similar-models { margin-top: 76px; }
.model-grid.compact { grid-template-columns: repeat(8, minmax(0, 1fr)); }

.image-placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: radial-gradient(circle at 35% 20%, color-mix(in srgb, var(--accent) 18%, var(--surface)), var(--surface) 48%, var(--bg)); color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.image-placeholder span { display: -webkit-box; max-width: 86%; overflow: hidden; text-align: center; text-wrap: balance; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.empty { min-height: 260px; padding: 70px 20px; display: grid; place-content: center; text-align: center; border: 1px dashed var(--line); border-radius: 8px; background: var(--surface); }
.empty h2 { margin: 0; }
.empty p { margin: 8px 0 0; color: var(--muted); }

.legal-page { max-width: 980px; padding-block: 64px 90px; }
.legal-page-header { margin-bottom: 46px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.legal-page-header h1 { max-width: 900px; margin: 0; font-size: clamp(38px, 6vw, 66px); line-height: 1.02; letter-spacing: -.05em; text-wrap: balance; }
.legal-page section { padding-block: 6px 30px; }
.legal-page section + section { padding-top: 30px; border-top: 1px solid var(--line); }
.legal-page h2 { margin: 0 0 14px; color: var(--text); font-size: 23px; letter-spacing: -.025em; }
.legal-page p, .legal-page li { color: #b3b3b3; font-size: 16px; line-height: 1.75; }
.legal-page p { margin: 0 0 16px; }
.legal-page p:last-child { margin-bottom: 0; }
.legal-page ul { margin: 8px 0 20px; padding-left: 23px; }
.legal-page li + li { margin-top: 7px; }
.legal-page li::marker { color: var(--accent); }
.legal-page a { color: var(--text); font-weight: 750; text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 3px; }
.legal-page a:hover { color: var(--accent); }

.site-footer { border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-content { min-height: 132px; padding: 34px max(24px, calc((100vw - var(--shell)) / 2)); display: grid; grid-template-columns: minmax(260px, 1fr) auto auto; align-items: center; gap: 28px 44px; }
.footer-about p, .footer-copyright { margin: 0; }
.footer-affiliate { margin-top: 9px !important; color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .09em; }
.footer-affiliate a { color: var(--accent); }
.footer-links { display: flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: 9px 22px; }
.footer-links a, .footer-compliance a { color: var(--muted); font-weight: 700; }
.footer-links a:hover, .footer-affiliate a:hover, .footer-compliance a:hover { color: var(--text); }
.footer-compliance { padding: 17px 24px; border-top: 1px solid var(--line); background: #070707; text-align: center; }

@media (max-width: 1100px) {
  .model-directory-filters { justify-content: flex-start; }
  .site-header { gap: 18px; }
  .site-header nav a { padding-inline: 11px; }
  .site-search { flex-basis: 280px; }
  .video-grid { grid-template-columns: repeat(var(--video-cols-lg), minmax(0, 1fr)); }
  .model-grid { grid-template-columns: repeat(var(--model-cols-lg), minmax(0, 1fr)); }
  .model-grid.compact { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .tag-cloud { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .performer-hero { grid-template-columns: minmax(240px, 320px) minmax(0, 1fr); gap: 38px; }
  .model-facts { grid-template-columns: repeat(3, minmax(110px, 1fr)); gap-inline: 24px; }
  /* Alphabet filter becomes its own scroll container so its 941 px intrinsic width
     doesn't widen the document when it can't fit in the shell. */
  .alphabet-filter { flex: 0 1 auto; min-width: 0; overflow-x: auto; scrollbar-color: var(--line) transparent; scrollbar-width: thin; }
}

@media (max-width: 760px) {
  .site-header { min-height: 0; padding: 10px 18px; flex-wrap: wrap; gap: 10px 16px; }
  .site-search { order: 3; flex-basis: 100%; max-width: none; height: 40px; margin-left: 0; }
  .nav-toggle-label { display: grid; gap: 4px; margin-left: auto; cursor: pointer; }
  .nav-toggle-label span { display: block; width: 24px; height: 2px; background: var(--text); }
  .site-header nav { position: absolute; top: 100%; left: 0; right: 0; display: none; height: auto; margin-left: 0; padding: 8px 18px 16px; flex-direction: column; border-bottom: 1px solid var(--line); background: var(--bg); }
  .site-header nav a { min-height: 46px; padding: 0 4px; border-bottom-width: 1px; }
  .nav-toggle:checked ~ nav { display: flex; }
  .nav-network { flex-direction: column; }
  .nav-network summary { min-height: 46px; padding: 0 4px; border-bottom-width: 1px; border-color: var(--line); }
  .nav-network-menu { position: static; min-width: 0; max-height: none; padding: 4px 0 4px 12px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .brand-logo { max-width: 200px; height: 34px; }
  .shell, .watch-shell { width: min(calc(100% - 28px), var(--shell)); }
  .listing { padding-block: 38px 55px; }
  .video-grid { grid-template-columns: repeat(var(--video-cols-md), minmax(0, 1fr)); gap: 24px 9px; }
  .model-grid, .model-grid.compact { grid-template-columns: repeat(var(--model-cols-md), minmax(0, 1fr)); gap-inline: 10px; }
  .tag-cloud { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .channel-grid { grid-template-columns: 1fr; }
  .channel-card { min-height: 0; }
  .watch-shell { padding-top: 14px; }
  .trailer-end-overlay { padding: 16px; }
  .trailer-end-card { width: min(92%, 620px); }
  .trailer-end-card a { min-height: 68px; padding: 14px 18px; gap: 10px; font-size: clamp(17px, 5vw, 25px); }
  .preview-switcher { top: 8px; left: 8px; }
  .preview-option { min-height: 30px; padding: 6px 10px; font-size: 9px; }
  .video-ctas.has-vod { grid-template-columns: 1fr; }
  .vod-button { width: 100%; min-width: 0; }
  .video-copy { padding-top: 28px; }
  .performer-hero { grid-template-columns: 1fr; gap: 26px; }
  .performer-hero > img, .performer-hero > .image-placeholder { max-width: 280px; }
  .performer-hero h1 { font-size: clamp(30px, 10vw, 48px); }
  .model-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal-page { padding-block: 44px 64px; }
  .legal-page-header { margin-bottom: 32px; }
  .legal-page p, .legal-page li { font-size: 15px; }
  .footer-content { grid-template-columns: 1fr; justify-items: center; gap: 24px; text-align: center; }
  .footer-links { justify-content: center; }
  body[data-page="shorts"] .site-header { min-height: 54px; flex-wrap: nowrap; }
  body[data-page="shorts"] .site-search { display: none; }
  .shorts-page, .shorts-feed { height: calc(100svh - 54px); min-height: calc(100svh - 54px); }
  .short-feed-item { padding: 0; }
  .short-player { width: 100%; height: 100%; max-height: none; aspect-ratio: auto; border: 0; border-radius: 0; box-shadow: none; }
  .short-info { padding: 90px 18px max(26px, env(safe-area-inset-bottom)); }
  .short-sound { top: 14px; right: 14px; }
  .like-icon { top: 64px; right: 14px; }
  .share-icon { top: 115px; right: 14px; }
  .short-player.is-playing:hover .short-toggle { opacity: 0; pointer-events: none; }
}

@media (max-width: 480px) {
  .video-grid { grid-template-columns: repeat(var(--video-cols-sm), minmax(0, 1fr)); }
  .tag-cloud { grid-template-columns: 1fr; }
  .model-grid, .model-grid.compact { grid-template-columns: repeat(var(--model-cols-sm), minmax(0, 1fr)); }
  .performer-hero > img, .performer-hero > .image-placeholder { max-width: 230px; }
  .pagination a, .pagination span { min-width: 36px; padding-inline: 8px; }
}
#YppAgeTourModal {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

#YppAgeTourModal .modal-box {
  background: #090909 !important;
  border: 1px solid #292929 !important;
  border-radius: 8px !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.62) !important;
  color: #f5f5f5 !important;
}

#YppAgeTourModal .ypp-close-button {
  color: #f5f5f5 !important;
}

#YppAgeTourModal .ypp-close-button:hover {
  border-color: #292929 !important;
}

#YppAgeTourModal .ypp-close-button:focus-visible {
  outline-color: var(--accent) !important;
}

#YppAgeTourModal input[type="email"] {
  background: #121212 !important;
  border: 1px solid #292929 !important;
  border-radius: 8px !important;
  color: #f5f5f5 !important;
}

#YppAgeTourModal input[type="email"]:focus {
  border-color: var(--accent) !important;
  outline: 2px solid var(--accent) !important;
  outline-offset: 1px;
}

#YppAgeTourModal button,
#YppAgeTourModal #ypp-age-submit {
  background: var(--accent) !important;
  border-radius: 8px !important;
  color: var(--accent-text) !important;
}

#YppAgeTourModal .ypp-join-cta {
  border-color: var(--accent) !important;
  border-radius: 8px !important;
  color: #f5f5f5 !important;
}

#YppAgeTourModal .ypp-choice-divider,
#YppAgeTourModal .yoti-footer {
  color: #999 !important;
}

#YppAgeTourModal .ypp-choice-divider::before,
#YppAgeTourModal .ypp-choice-divider::after {
  background: #292929 !important;
}

#YppAgeTourModal .ypp-login-copy {
  color: #f5f5f5 !important;
}

#YppAgeTourModal a,
#YppAgeTourModal .yoti-footer a,
#YppAgeTourModal #yoti-price {
  color: var(--accent) !important;
}

#YppAgeTourModal li img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(94%) saturate(3617%) hue-rotate(341deg) brightness(98%) contrast(90%) !important;
}

#YppAgeTourModal #yoti-second-column > div {
  background: #121212 !important;
  border: 1px solid #292929 !important;
  border-radius: 8px !important;
}

/* The image CDN does not support autothumb transforms on every origin. Keep
   SFW mode safe even when a requested low-resolution image is returned intact. */
body[data-sfw="true"] .thumb img,
body[data-sfw="true"] .model-image img,
body[data-sfw="true"] .channel-thumb img,
body[data-sfw="true"] .sfw-player > img,
body[data-sfw="true"] .short-card-media img,
body[data-sfw="true"] .short-age-gate > img,
body[data-sfw="true"] .performer-hero > img {
  filter: blur(24px) brightness(.68) !important;
  transform: scale(1.14) !important;
}

@media (prefers-reduced-motion: reduce) {
  .shorts-feed { scroll-behavior: auto; }
  .short-card-media img, .short-toggle { transition: none; }
}
