/* age verify banner */
.age-gate-banner {
    width: 100%;
    margin-bottom: 10px;

    background: rgba(26, 26, 26, 0.75);
    backdrop-filter: blur(8px);

    border-radius: 12px;
    padding: 12px 14px;

    color: #fff;
    box-sizing: border-box;
}

.age-gate-title {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 4px;
    display: flex;
}

.age-gate-text {
    font-size: 0.9em;
    color: #bbb;
    margin-bottom: 10px;
    line-height: 1.3em;
}

.age-gate-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.age-gate-btn {
    padding: 8px 12px;
    border-radius: 8px;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-size: 0.9em;
    transition: 0.15s;
}

.age-gate-btn:hover {
    background: #3a3a3a;
}

.age-gate-btn.primary {
    background: #C10050;
}

.age-gate-btn.primary:hover {
    background: #d1005c;
}

.age-gate-bullets {
    margin: 10px 0 12px 0;
    font-size: 0.85em;
    color: #ccc;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.age-gate-bullets div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.age-gate-wrapper {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
}

.age-gate-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    width: 100%;
    min-width: 0;
}

.age-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 5px 10px;
    border-radius: 6px;

    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);

    font-size: 12px;
    line-height: 1;
    white-space: nowrap;

    height: 28px;
    box-sizing: border-box;
}

.age-chip img {
    border-radius: 0px;
}

.age-chip-icon {
    width: 14px !important;
    height: 14px !important;
    max-width: 14px;
    max-height: 14px;

    flex: 0 0 14px;
    display: block;

    object-fit: contain;

    filter: invert(1) brightness(0.85);
    opacity: 0.9;
}

.age-chip-icon img {
    border-radius: 0px;
}

.age-chip:hover {
    background: rgba(255, 255, 255, 0.12);
}

/* video details */
.video-page {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
}

/* mobile default */
.video-header {
    display: block;
    width: 100%;
}

.video-left {
    width: 100%;
    min-width: 0;
}

.video-hero {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    margin-bottom: 0px;
}

.video-hero img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 12px 0px 12px 0px;
}

.video-hero-land {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 12px 0px 12px 0px;
}

.video-hero-port {
    width: 100%;
    aspect-ratio: 9 / 16;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 12px 0px 12px 0px;
}

.video-engagement-row {
    font-size: 0.85em;
    display: flex;
    align-items: center;
    background-color: #222;
    border-radius: 0px 0px 12px 12px;
    margin-bottom: 10px;
    padding: 6px 0px 0px 0px;
}

.video-engagement-row-left {
    flex: 1;
    justify-content: flex-end;
    min-width: 0;
}

.video-engagement-row-right {
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
    margin-right: 10px;
}

.video-header-row {
    font-size: 0.85em;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 0px 0px 0px;
}

.video-header-row-left {
    flex: 1;
    justify-content: flex-end;
    min-width: 0;
}

.video-header-row-right {
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
    margin-right: 10px;
}

.video-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.video-actions-link {
    text-decoration: none;
}

.action-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 6px 8px;

    border-radius: 6px;

    text-decoration: none;
    font-weight: none;
    font-size: 0.85em;
    transition: .15s;

    white-space: nowrap;
}

.action-chip.add-cart {
    background: #2a2a2a;
    color: #fff;
}

.action-chip.add-cart:hover {
    background: #3a3a3a;
}

.action-chip.buy-now {
    background: #C10050;
    color: #fff;
}

.action-chip.buy-now:hover {
    background: #d1005d;
}

.icon-btn {
    display: flex;
    align-items: center;
    background: none;
    border: 0;
    cursor: pointer;
    opacity: 0.5;
    font-size: 0.85em;
    color: white;
}

.icon-btn:hover {
    opacity: 1;
}

.icon-btn-nolink {
    display: flex;
    align-items: center;
    background: none;
    border: 0;
    cursor: arrow;
    opacity: 0.8;
    font-size: 0.85em;
    color: white;
}

.details-toggle {
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
    color: inherit;
    padding: 0;
    line-height: 1;
    padding-left: 20px;
}

/* desktop layout */
@media (min-width: 1080px) {
    .video-header {
        display: grid;
        grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
        gap: 10px;
        width: 100%;
        align-items: start;
    }

    .video-left {
        width: 100%;
        min-width: 0;
    }

    .video-hero {
        width: 100%;
        margin-bottom: 0px;
    }

    .video-engagement-row {
        width: 100%;
    }

    .video-info {
        width: 100%;
        min-width: 0;
        margin-bottom: 40px;
    }

    /* override aspect ratio behavior */
    .video-hero img {
        height: 100%;
        aspect-ratio: auto;
        object-fit: cover;
    }
}

.video-info {
    background: #1a1a1a;
    padding: 18px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.video-name {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 10px;
}

.model-stats-female {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
    color: white;
    margin-bottom: 12px;
}

.model-stats-female span {
    background: #C10050;
    padding: 5px 8px;
    border-radius: 6px;
}

.model-stats-male {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 12px;
}

.model-stats-male span {
    background: #2a2a2a;
    padding: 5px 8px;
    border-radius: 6px;
}

/* video stills */
.video-stills {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 6px;
}

.video-stills-row {
    width: 100%;
    display: grid;
    gap: 10px;

    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.video-stills-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.video-stills-item {
    flex: 0 0 auto;
}

.video-stills-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

/* bundles */
.model-bundle-wrapper {
    background: #1a1a1a;
    padding: 18px;
    border-radius: 12px;
}

.bundle-name {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.bundle-icons {
    gap: 0px;
}

.bundle-icons img {
    gap: 0px;
}

.model-bundles-female {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
    color: white;
    margin-bottom: 12px;
}

.model-bundles-female span {
    display: inline-flex;
    align-items: center;
    gap: 0px;

    background: #C10050;
    padding-left: 8px;
    padding-right: 3px;
    padding-top: 4px;
    padding-bottom: 3px;
    border-radius: 6px;

    white-space: nowrap;
}

.model-bundles-female span img {
    width: 14px;
    height: 14px;
    display: block;

    filter: brightness(0) invert(1);
}

.model-bundles-male {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 12px;
}

.model-bundles-male span {
    display: inline-flex;
    align-items: center;
    gap: 0px;

    background: #2a2a2a;
    padding: 3px 8px;
    border-radius: 6px;

    white-space: nowrap;
}

.model-bundles-male span img {
    width: 14px;
    height: 14px;
    display: block;

    filter: brightness(0) invert(1);
}

.video-models {
    font-size: 0.85em;
    color: #ccc;
    line-height: 1.5;
    margin-bottom: 14px;
}

.model-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.model-socials a {
    background: #2a2a2a;
    padding: 6px 10px;
    border-radius: 6px;
    color: white;
    text-decoration: none;
    font-size: 12px;
}

.model-section-title {
    font-size: 12px;
    opacity: 0.7;
    margin: 12px 0 8px;
}

.model-bundle-info {
    background: #1a1a1a;
    padding: 18px;
    border-radius: 12px;
    gap: 10px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    font-size: 0.85em;
}

.model-bundle-name {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.bundle-content {
    flex: 1;
}

.bundle-row {
    align-items: center;
}

.bundle-buy-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #C10050;
    color: #fff;
    text-transform: uppercase;

    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.model-bundle-buy-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #C10050;
    color: #fff;
    text-transform: uppercase;

    border: none;
    border-radius: 6px;
    cursor: pointer;
    height: 60px;
}

.bundle-buy-btn img {
    width: 24px;
    filter: brightness(0) invert(1);
}

.model-bundle-buy-btn img {
    width: 24px;
    filter: brightness(0) invert(1);
}

.bundle-buy-btn:hover {
}

.bundle-btn-bundle-price {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #C10050;
}

.bundle-btn-original-price {
    font-size: 10px;
    font-weight: bold;
    text-decoration: line-through;
    text-decoration-color: red;
    color: white;
    margin-bottom: 4px;
}

.bundle-btn-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0px;
    flex-wrap: nowrap;
}

.bundle-btn-icons img {
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
}

.model-movies {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.model-movies a {
    background: #222;
    padding: 8px;
    border-radius: 6px;
    text-decoration: none;
    color: #ddd;
}

.model-movies a:hover {
    background: #2a2a2a;
}

.model-video {
    background: #222;
    border-radius: 6px;
    aspect-ratio: 16 / 9;
    width: 100%;
}

.model-video-unreleased {
    background: #222;
    border-radius: 6px;
    aspect-ratio: 16 / 9;
    width: 100%;
}

.model-video img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    display: block;
}

.model-video-unreleased img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
}

/* .model-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(193, 0, 80, 0);
    transition: background 0.15s ease;
    pointer-events: none;
}

.model-video:active::after {
    background: rgba(193, 0, 80, 0.15);
} */

.model-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

.link-section {
    background: #151515;
    padding: 10px;
    border-radius: 10px;
}

.link-section-download-stream {
    background: #5A0026;
    padding: 10px;
    border-radius: 10px;
}

.link-title {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 6px;
}

.link-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.link-left {
    background: #000;
    padding: 5px;
    border-radius: 6px 0px 0px 6px;
}

.link-right {
    background: #2699F6;
    padding: 5px;
    border-radius: 0px 6px 6px 0px;
}

.link-row a {
    font-size: 12px;
    background: #2a2a2a;
    padding: 5px 8px;
    border-radius: 6px;
    color: #ddd;
    text-decoration: none;
    white-space: nowrap;
}

.link-row a:hover {
    background: #3a3a3a;
}

/* IMAGE FILTERS */
@keyframes filmNoiseShift {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(-1px, 1px);
    }

    100% {
        transform: translate(1px, -1px);
    }
}

@keyframes filmFlicker {
    0% {
        opacity: 0.55;
    }

    50% {
        opacity: 0.65;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes leakDrift {
    0% {
        transform: translate(-2%, -1%) scale(1.05);
    }

    50% {
        transform: translate(2%, 1%) scale(1.08);
    }

    100% {
        transform: translate(-2%, -1%) scale(1.05);
    }
}

.film-frame1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 12px;
    background: black;
    object-fit: contain;

    width: auto;
    height: auto;
    line-height: 0;
}

.film-frame1 img {
    display: block;
    width: 100%;
    height: auto;
}

.film-frame1::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 1;

    background:
        radial-gradient(circle at 12% 18%, rgba(255,150,60,.9), transparent 60%),
        radial-gradient(circle at 78% 22%, rgba(255,90,0,.75), transparent 65%),
        radial-gradient(circle at 85% 80%, rgba(255,60,0,.55), transparent 70%);

    background-repeat: no-repeat;

    background-position: -15% -10%, 110% 15%, 90% 110%;
    background-size: 180% 180%, 200% 200%, 220% 220%;

    filter: blur(22px);

    mask-image: radial-gradient(
        circle at 48% 52%,
        transparent 0%,
        transparent 52%,
        rgba(0,0,0,.15) 62%,
        rgba(0,0,0,.45) 72%,
        rgba(0,0,0,.75) 84%,
        black 100%
    );

    -webkit-mask-image: radial-gradient(
        circle at 48% 52%,
        transparent 0%,
        transparent 52%,
        rgba(0,0,0,.15) 62%,
        rgba(0,0,0,.45) 72%,
        rgba(0,0,0,.75) 84%,
        black 100%
    );

    animation: leakDrift 6s infinite ease-in-out;
}

.film-frame2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 12px;
    background: black;
    object-fit: contain;

    width: auto;
    height: auto;
    line-height: 0;
}

.film-frame2 img {
    display: block;
    width: 100%;
    height: auto;
}

.film-frame2::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 1;
}

.film-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    mix-blend-mode: screen;
    overflow: hidden;
    opacity: 0.7;
    animation:
        filmNoiseShift 0.15s infinite steps(2, end),
        filmFlicker 0.8s infinite ease-in-out;
    object-fit: contain;
}

.film-hair {
    position: absolute;
    inset: 0;
    pointer-events: none;
    mix-blend-mode: multiply;
    opacity: 0.35;
}

.film-frame::before,
.film-overlay,
.film-hair {
    inset: 0;
}

/* NOTICATIONS */
#toast-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    pointer-events: none;
}

.toast {
    position: relative;
    max-width: none;
    white-space: nowrap;

    padding: 8px 18px 8px 38px;

    background: #1f1f1f;
    color: #fff;

    border-radius: 12px;

    box-shadow: 0 18px 45px rgba(0,0,0,0.45);

    overflow: hidden;

    font-size: 14px;
    line-height: 1.4;

    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

/* LEFT ACCENT BAR */
/*
.toast::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #C10050;
}
*/

/* SUCCESS */
.toast.success::before {
    background: #00c853;
}

/* ERROR */
.toast.error::before {
    background: #ff1744;
}

/* ICON PULSE DOT */
.toast::after {
    content: "";
    width: 8px;
    height: 8px;

    border-radius: 50%;

    position: absolute;

    left: 16px;
    top: 50%;
    transform: translateY(-50%);

    background: #fff;

    animation: pulse 1.2s infinite ease-in-out;

    opacity: 0.9;
}

.toast.success::after {
    background: #00c853;
}

.toast.error::after {
    background: #ff1744;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.2;
    }

    100% {
        transform: scale(0.8);
        opacity: 0.6;
    }
}

/* SHOW STATE */
.toast.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

:root {
    --brand-pink: #c10050;
    --brand-pink-contrast: #830037;
    --black: #111;
    --white: #ccc;
    --asian: #ccc;
    --hispanic: #ccc;
    --other: #7a4293;
    --other-contrast: #4c0f69;
    --trans: linear-gradient(90deg, #5BCEFA, #F5A9B8);
}

.model-chip {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 1em;
    line-height: 1;
    white-space: nowrap;
}

.chip-emoji {
    background: #111;
    color: #fff;
    padding: 6px 6px;
    border-radius: 6px 0 0 6px;
    border: 0px solid #111;
    border-right: 0;
}

.chip-name {
    position: relative;
    padding: 6px 8px;
    border-radius: 0 6px 6px 0;
}

.chip-name::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--divider-color, #ccc);
}

.model-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

.model-chip:hover {
    background: #1a1a1a;
    border-color: #333;
    color: #fff;
}

.model-chip.female .chip-name {
    --divider-color: var(--brand-pink-contrast);
    background: var(--brand-pink);
    color: #fff;
}

.model-chip.white .chip-name {
    --divider-color: #7d7d7d;
    background: var(--white);
    color: #111;
}

.model-chip.hispanic .chip-name {
    --divider-color: var(--white);
    background: var(--hispanic);
    color: #111;
}

.model-chip.black .chip-name {
    --divider-color: #3e3e3e;
    background: var(--black);
    color: #ccc;
}

.model-chip.asian .chip-name {
    --divider-color: var(--white);
    background: var(--asian);
    color: #111;
}

.model-chip.m2f .chip-name {
    --divider-color: var(--trans);
    background: linear-gradient(90deg, #F5A9B8, #5BCEFA);
    color: #000;
}

.model-chip.f2m .chip-name {
    --divider-color: var(--trans);
    background: linear-gradient(90deg, #5BCEFA, #F5A9B8);
    color: #000;
}

.model-chip.other .chip-name {
    --divider-color: var(--other-contrast);
    background: var(--other);
    color: #ccc;
}

.description-box {
    position: relative;
}

.show-more-btn {
    display: inline;
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 0 4px;
    color: #aaa;
    font: inherit;
    font-size: 0.7em;
    line-height: inherit;
    vertical-align: baseline;
    cursor: pointer;
}

.show-more-btn:hover {
    color: #fff;
}

.stats-panel {
    display: none;
    margin-top: 10px;
    font-size: 13px;
    color: #888;
    padding-top: 10px;
}