/*!
Theme Name: OGP
Theme URI: 
Author: RPN
Author URI: 
Description: Description
Version: 3.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ogp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

OGP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/* Elements
--------------------------------------------- */

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #ffffff;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
    margin-top: 10px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    flex: 1 0 50%;
    text-align: end;
}


/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* Comments
--------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/* Widgets
--------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}


/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/* Captions
--------------------------------------------- */

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/* Galleries
--------------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


/* Accessibility
--------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/*Custom CSS */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #0b0d12;
    color: #c8c9d8;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    box-sizing: border-box;
}

#page {
    max-width: 1100px;
    margin: auto;
    background: #12141c;
}

main {
    padding: 0 10px;
}


/* legacy a.video — kept for any non-wrapped usages */
a.video {
    list-style: none;
    background: #565D69;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

header {}

.logo {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: #0e1018;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.logo a {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 0 5px;
    letter-spacing: -0.5px;
}

form.search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1c1e2c;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    color: #fff;
    transition: border-color 0.2s;
}

form.search-form:focus-within {
    border-color: rgba(229,9,20,0.5);
}

input.search-field {
    margin: 0px;
    background: transparent;
    border: 0;
    padding: 0;
    line-height: unset;
    outline: 0px;
    padding-left: 20px;
    color: #fff;
    height: 36px;
}

button.search-submit {
    background: transparent;
    border: 0;
    margin: 0;
    line-height: unset;
    color: #ffffff7a;
    border-left: 1px solid #ffffff42;
    padding: 8px 13px 3px;
    font-size: 18px;
    cursor: pointer;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #ffffff;
}

input:-internal-autofill-selected {
    background-color: transparent;
}

.menu {
    display: flex;
    align-items: center;
    gap: 2px;
    width: 100%;
    background: #0e1018;
    margin-bottom: 10px;
    overflow-x: scroll;
    scrollbar-width: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.menu a {
    color: #c8c9d8;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px;
    white-space: nowrap;
    transition: color 0.15s, background 0.15s;
    border-radius: 4px;
}

.menu a:hover {
    color: #fff;
    background: rgba(255,255,255,0.07);
}

footer {
    padding: 16px 0;
    text-align: center;
    margin-top: 20px;
    background: #0e1018;
    color: #6b6c7e;
    font-size: 13px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

@media only screen and (max-width: 600px) {
    .menu {
        scrollbar-width: thin;
    }
}


/* Buttons */

.button {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.button:hover {
    background-color: #555;
}


/* Form Styles */

input,
textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

video {
    outline: 0;
    aspect-ratio: 16 / 9;
    background: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 500;
}

h1 {
    font-size: 22px;
}

h2.h {
    font-size: 15px;
    font-weight: 600;
    background: #0e1018;
    padding: 8px 14px;
    margin: 0 -10px 10px -10px;
    text-align: left;
    color: #fff;
    border-left: 3px solid #e50914;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

p {
    margin-bottom: 10px;
    margin-top: 0;
}

a {
    text-decoration: none;
    color: #c0c8e0;
}

a:hover,
a:focus,
a:active {
    color: #fff;
}


/* Single Post — taxonomy pills */

.taxonomy {
    display: flex;
    gap: 5px;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: scroll;
    scrollbar-width: none;
    margin-bottom: 10px;
}

.taxonomy a {
    border: 1px solid rgba(255,255,255,0.12);
    flex: auto;
    color: #c0c8e0;
    padding: 3px 15px;
    border-radius: 23px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: border-color 0.2s, color 0.2s;
}

.taxonomy a:hover {
    border-color: #e50914;
    color: #fff;
}

.cat:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h4.981l2 2h7.789q.69 0 1.153.463T21 8.616v8.769q0 .69-.462 1.153T19.385 19z'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    margin-right: 2px;
}

.tag:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 256 256'%3E%3Cpath fill='white' d='M243.31 136L144 36.69A15.86 15.86 0 0 0 132.69 32H40a8 8 0 0 0-8 8v92.69A15.86 15.86 0 0 0 36.69 144L136 243.31a16 16 0 0 0 22.63 0l84.68-84.68a16 16 0 0 0 0-22.63m-96 96L48 132.69V48h84.69L232 147.31ZM96 84a12 12 0 1 1-12-12a12 12 0 0 1 12 12'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    margin-right: 2px;
}

.tag-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.tag-list a {
    min-width: 135px;
    background: #1c1e2c;
    color: #c0c8e0;
    padding: 4px 10px;
    border-radius: 8px;
    text-align: center;
    flex: auto;
    border: 1px solid rgba(255,255,255,0.06);
    transition: background 0.2s, color 0.2s;
}

.tag-list a:hover {
    background: #252840;
    color: #fff;
}

span.num {
    font-size: 14px;
    padding-left: 5px;
    color: #7c7c7c;
}

/* Breadcrumb */
nav.breadcrumb {
    display: flex;
    align-items: center;
    gap: 0;
    background: #0e1018;
    padding: 7px 12px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.bc-home {
    display: flex;
    align-items: center;
    color: #aaa;
    flex-shrink: 0;
}

.bc-home svg {
    fill: #aaa;
}

.bc-home:hover svg {
    fill: #fff;
}

.bc-sep {
    color: #555;
    padding: 0 8px;
    flex-shrink: 0;
    font-size: 11px;
}

.bc-link {
    color: #aaa;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
}

.bc-link:hover {
    color: #fff;
}

.bc-current {
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0;
}

a.btnx {
    padding: 8px;
    display: block;
    width: 150px;
    border-radius: 99px;
    margin: auto;
    margin-top: 15px;
    border: 1px solid rgba(229,9,20,0.5);
    color: #ff6b6b;
    white-space: nowrap;
    text-align: center;
    transition: border-color 0.2s, color 0.2s;
}

a.btnx:hover {
    border-color: #e50914;
    color: #fff;
}

span.name {
    font-size: 20px;
}

span.count {
    background: #00000047;
    padding: 5px 10px;
    text-align: center;
    border-radius: 8px;
    font-size: 12px;
}

a.blk {
    aspect-ratio: 16 / 4;
}

span.blur {
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    background: #33333373;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

span.blur:hover {
    backdrop-filter: blur(55px);
}

a.video.blk:hover {
    color: #fff;
}

h1.page-title {
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff3d;
}

/* old nav-previous/next styles removed — replaced by numbered pagination */

/*Taxonomy Styles*/

.taxonomy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 8px;
}

.taxonomy-card {
    background: #1c1e2c;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.06);
    transition: all 0.3s ease;
}

.taxonomy-card:hover {
    transform: translateY(-2px);
    background: #252840;
    border-color: rgba(229,9,20,0.3);
}

.taxonomy-link {
    text-decoration: none;
    color: var(--text-white);
    padding: 15px;
    display: block;
}

.taxonomy-info h2 {
    font-size: 16px;
    margin: 0 0 5px 0;
    color: #fff;
}

.taxonomy-count {
    font-size: 14px;
    color: #c7c7c7;
}

.taxo-search {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.taxo-search input {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    background: #1c1e2c;
    color: #fff;
    transition: border-color 0.2s;
}

.taxo-search input:focus {
    border-color: rgba(229,9,20,0.6);
    outline: none;
}

.taxo-search input:focus {
    outline: none;
    border-color: var(--accent);
}

/* Alphabet Filter */

.alphabet-filter {
    padding-bottom: 1rem;
    justify-content: center;
    display: grid;
    gap: .2rem;
    grid-template-columns: repeat(auto-fill, minmax(45px, 1fr));
}

.letter-btn {
    padding: 8px;
    border: none;
    background: #1c1e2c;
    color: #c0c8e0;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid rgba(255,255,255,0.06);
}

.letter-btn:hover {
    background: #e50914;
    color: #fff;
    border-color: transparent;
}

.letter-btn.active {
    background: #e50914;
    color: #fff;
    border-color: transparent;
}


/* ============================================================
   Age Verification Gate
   ============================================================ */

#age-gate {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(8px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#age-gate-box {
    background: #181b24;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 40px 32px;
    max-width: 480px;
    width: 100%;
    text-align: center;
    box-shadow: 0 24px 60px rgba(0,0,0,0.9);
}

#age-gate-badge {
    display: inline-block;
    background: #e53935;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
}

#age-gate-title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 14px;
    font-weight: 600;
}

#age-gate-text {
    color: #aaa;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}

#age-gate-confirm {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 28px;
}

#age-gate-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.age-btn {
    padding: 12px 36px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
}

.age-btn-exit {
    background: #1c1e2c;
    color: #c0c8e0;
    border: 1px solid rgba(255,255,255,0.1);
}

.age-btn-exit:hover {
    background: #252840;
    color: #fff;
}

.age-btn-enter {
    background: #e50914;
    color: #fff;
}

.age-btn-enter:hover {
    background: #c0392b;
    color: #fff;
}


/* ============================================================
   Featured Models Section
   ============================================================ */

.featured-models-section {
    padding: 10px 10px 0;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.section-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.section-view-all {
    font-size: 13px;
    color: #e50914;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
}

.section-view-all:hover {
    color: #ff6b6b;
}

.featured-models-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 10px;
}

.featured-models-scroll::-webkit-scrollbar {
    display: none;
}

.featured-model-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    text-decoration: none;
    width: 80px;
}

.featured-model-img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #1c1e2c;
    background-size: cover;
    background-position: center top;
    border: 2px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.featured-model-card:hover .featured-model-img {
    border-color: #e50914;
    box-shadow: 0 0 0 3px rgba(229,9,20,0.2);
}

.featured-model-img svg {
    width: 36px;
    height: 36px;
    fill: #555;
}

.featured-model-name {
    font-size: 11px;
    color: #ccc;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
    line-height: 1.3;
}

.featured-model-card:hover .featured-model-name {
    color: #fff;
}


/* ============================================================
   Latest Releases Heading
   ============================================================ */

.latest-releases-heading {
    font-size: 14px;
    font-weight: 700;
    background: #0e1018;
    padding: 9px 14px;
    margin: 10px -10px 12px -10px;
    text-align: left;
    border-left: 3px solid #e50914;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* ============================================================
   Video Card with Like Button
   ============================================================ */

/* ============================================================
   Video Card (.vc-wrap) — bmaal.co style
   ============================================================ */

.vc-wrap {
    flex: 1 1 260px;
    max-width: 380px;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    background: #181b24;
    border: 1px solid rgba(255,255,255,0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

.vc-wrap:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.5);
}

/* Thumbnail */
.vc-thumb {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    text-decoration: none;
    background: #0e1018;
}

.vc-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.3s ease;
}

.vc-thumb:hover img {
    transform: scale(1.04);
}

.vc-thumb-placeholder {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1a1c28 0%, #0e1018 100%);
}

.vc-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, transparent 40%);
    pointer-events: none;
}

/* Top-left row: duration | time ago */
.vc-top-left {
    position: absolute;
    top: 7px;
    left: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
}

.vc-duration {
    background: rgba(0,0,0,0.72);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 4px;
    white-space: nowrap;
}

.vc-ago {
    background: rgba(0,0,0,0.55);
    color: #ddd;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
}

/* Series badge — top right */
.vc-badge {
    position: absolute;
    top: 7px;
    right: 8px;
    background: #e8a000;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    z-index: 2;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Play button — center */
.vc-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.2s;
    color: #fff;
}

.vc-thumb:hover .vc-play {
    opacity: 1;
}

.vc-thumb:hover::after {
    background: rgba(0,0,0,0.35);
}

/* Info bar */
.vc-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 10px;
    background: #181b24;
    min-height: 40px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.vc-title {
    color: #e0e0e0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.15s;
}

.vc-title:hover {
    color: #fff;
}

/* Like button (card) */
.like-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #888;
    font-size: 12px;
    padding: 4px 2px;
    flex-shrink: 0;
    transition: color 0.2s;
    line-height: 1;
}

.like-btn svg {
    fill: #888;
    transition: fill 0.2s, transform 0.15s;
    flex-shrink: 0;
}

.like-btn:hover {
    color: #ff6b81;
}

.like-btn:hover svg {
    fill: #ff6b81;
}

.like-btn.liked {
    color: #ff6b81;
}

.like-btn.liked svg {
    fill: #ff6b81;
    transform: scale(1.2);
}

/* Video grid */
.videos {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding-bottom: 20px;
}


/* ============================================================
   Model Archive Header
   ============================================================ */

.model-archive-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 10px 12px;
    border-bottom: 1px solid #333;
    margin-bottom: 12px;
}

.model-archive-img-wrap {
    flex-shrink: 0;
}

.model-archive-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    border: 2px solid #e50914;
    box-shadow: 0 0 0 3px rgba(229,9,20,0.2);
}

.model-archive-img-placeholder {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #1c1e2c;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(229,9,20,0.3);
    fill: #666;
}

.model-archive-info .page-title {
    font-size: 20px;
    margin-bottom: 4px;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
}

.model-archive-count {
    font-size: 13px;
    color: #888;
}

.archive-description {
    font-size: 13px;
    color: #aaa;
    margin-top: 4px;
}

@media (max-width: 480px) {
    .model-archive-header {
        flex-direction: column;
        text-align: center;
    }
    .model-archive-info .page-title {
        text-align: center;
    }
    #age-gate-buttons {
        flex-direction: column;
    }
}


/* ============================================================
   Single Post Page — bmaal.co style
   ============================================================ */

.single-page-main {
    padding: 0;
}

/* Single-column wrapper */
.single-layout {
    display: block;
}

/* Left column */
.single-main {
    padding: 0 10px 20px;
    min-width: 0;
}

/* Breadcrumb */
.breadcrumb {
    padding: 8px 0 8px 0;
    font-size: 13px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb a {
    color: #888;
}

.breadcrumb a:hover {
    color: #fff;
}

/* Video player */
.video-container {
    margin-bottom: 0;
    background: #000;
}

.video-container video {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    background: #000;
}

.video-thumb-only img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

/* Title */
h1.single-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0 8px;
    line-height: 1.4;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

h1.single-title::-webkit-scrollbar {
    display: none;
}

/* Meta row */
.single-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    align-items: center;
    margin-bottom: 12px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #888;
}

.meta-item svg {
    flex-shrink: 0;
    fill: #666;
}

a.meta-platform {
    background: rgba(229,9,20,0.12);
    color: #ff6b6b;
    border: 1px solid rgba(229,9,20,0.3);
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

a.meta-platform:hover {
    background: rgba(229,9,20,0.25);
    color: #fff;
}

/* Action Buttons */
.single-actions {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.action-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #1c1e2c;
    color: #c0c8e0;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    flex: 1;
    justify-content: center;
    min-width: 80px;
}

.action-btn svg {
    fill: #888;
    flex-shrink: 0;
    transition: fill 0.2s;
}

.action-btn:hover {
    background: #252840;
    color: #fff;
    border-color: rgba(255,255,255,0.2);
}

.action-btn:hover svg {
    fill: #fff;
}

.action-btn.liked,
.single-actions .like-btn.liked {
    background: #3d1a1a;
    border-color: #ff6b8155;
    color: #ff6b81;
}

.single-actions .like-btn.liked svg {
    fill: #ff6b81;
}

/* Override generic like-btn styles inside action row */
.single-actions .like-btn {
    position: static;
    bottom: auto;
    right: auto;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    background: #1c1e2c;
    color: #c0c8e0;
}

.single-actions .like-btn .like-count {
    /* inherit */
}

/* Model chips */
.single-models {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.model-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #1c1e2c;
    border: 1px solid rgba(255,255,255,0.08);
    color: #c0c8e0;
    padding: 5px 12px 5px 6px;
    border-radius: 25px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s;
}

.model-chip:hover {
    background: rgba(229,9,20,0.12);
    border-color: rgba(229,9,20,0.4);
    color: #fff;
}

.model-chip-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    flex-shrink: 0;
}

.model-chip-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #252840;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.model-chip-icon svg {
    fill: #888;
}

/* Description */
.single-description {
    font-size: 14px;
    color: #9a9bab;
    line-height: 1.7;
    margin-bottom: 16px;
    padding: 10px 12px;
    background: #1c1e2c;
    border-radius: 8px;
    border-left: 3px solid rgba(229,9,20,0.4);
}

/* Related videos section */
.related-posts {
    margin-top: 10px;
}

.related-posts .videos {
    padding-bottom: 44px;
}

/* ── Episodes from this Series ── */
.series-episodes-section {
    margin: 16px 0;
    background: #1c1e2c;
    border-radius: 8px;
    padding: 14px 12px 16px;
    border: 1px solid rgba(255,255,255,0.05);
}

.series-episodes-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-left: 3px solid #e50914;
    padding-left: 10px;
}

.series-episodes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
}

.ep-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-decoration: none;
    border-radius: 6px;
    overflow: hidden;
    background: #181b24;
    border: 1px solid rgba(255,255,255,0.05);
    transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}

.ep-card:hover {
    transform: translateY(-2px);
    background: #1d2030;
    box-shadow: 0 6px 18px rgba(0,0,0,0.4);
}

.ep-card-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #1c1e2c;
    position: relative;
    overflow: hidden;
}

.ep-card-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.ep-card-heart {
    position: absolute;
    top: 6px;
    right: 6px;
    display: flex;
    align-items: center;
    gap: 3px;
    background: rgba(0,0,0,0.65);
    color: #ff4d4d;
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 20px;
    backdrop-filter: blur(3px);
}

.ep-card-heart svg {
    fill: #ff4d4d;
    flex-shrink: 0;
}

.ep-card-title {
    font-size: 12px;
    color: #ccc;
    padding: 0 8px 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ep-card:hover .ep-card-title {
    color: #fff;
}

/* Responsive tweaks */
@media (max-width: 600px) {
    .single-actions .action-btn {
        flex: 1;
        min-width: 0;
        padding: 8px 8px;
        font-size: 12px;
    }

    h1.single-title {
        font-size: 16px;
    }

    .series-episodes-grid {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }
}


/* ============================================================
   Model Taxonomy Page — bmaal.co style
   ============================================================ */

.model-page-header {
    background: linear-gradient(180deg, #1a0a10 0%, #12141c 100%);
    border-bottom: 1px solid rgba(229,9,20,0.15);
    margin-bottom: 12px;
}

/* Hero: photo + info */
.model-page-hero {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 12px 14px;
}

.model-page-photo {
    flex-shrink: 0;
}

.model-page-photo img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    border: 3px solid #e50914;
    box-shadow: 0 0 0 4px rgba(229,9,20,0.2), 0 8px 24px rgba(0,0,0,0.6);
    display: block;
}

.model-page-photo-placeholder {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #1c1e2c;
    border: 3px solid rgba(229,9,20,0.4);
    box-shadow: 0 0 0 4px rgba(229,9,20,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.model-page-photo-placeholder svg {
    fill: #555;
    width: 48px;
    height: 48px;
}

/* Series page — rectangular poster instead of circle */
.series-page-photo img {
    width: 110px;
    height: 140px;
    border-radius: 8px !important;
    object-fit: cover;
    object-position: top;
}

.series-page-photo .model-page-photo-placeholder {
    width: 110px;
    height: 140px;
    border-radius: 8px !important;
}

.model-page-info {
    flex: 1;
    min-width: 0;
}

.model-page-name {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
}

.model-page-count {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(229,9,20,0.12);
    border: 1px solid rgba(229,9,20,0.3);
    color: #ff8080;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.model-page-count svg {
    fill: #ff8080;
}

.model-page-count strong {
    color: #fff;
}

.model-page-bio {
    font-size: 13px;
    color: #aaa;
    line-height: 1.7;
    margin: 0;
}

.model-page-bio strong {
    color: #fff;
}

.model-page-bio a.bio-link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted #e50914;
    transition: color 0.2s;
}

.model-page-bio a.bio-link:hover {
    color: #e50914;
}

.model-page-bio a.bio-link strong {
    color: inherit;
}

/* ── Tag Taxonomy Page ─────────────────────────────────────────────────────── */
.tag-page-hero {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 20px 16px 16px;
}

.tag-page-icon {
    flex-shrink: 0;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(229,9,20,0.12);
    border: 2px solid rgba(229,9,20,0.35);
    box-shadow: 0 0 0 4px rgba(229,9,20,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tag-page-icon svg {
    fill: #e50914;
    opacity: 0.85;
}

.tag-page-info {
    flex: 1;
    min-width: 0;
}

/* ── OTT Listing Page ──────────────────────────────────────────────────────── */
.ott-page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.ott-page-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.06em;
    margin: 0 0 32px;
    text-transform: uppercase;
}

.ott-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

@media (max-width: 1024px) {
    .ott-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 640px) {
    .ott-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}

.ott-card {
    display: flex;
    flex-direction: column;
    background: #181b24;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.ott-card:hover {
    border-color: #e50914;
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(229, 9, 20, 0.25);
}

.ott-card-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #0e1018;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.ott-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ott-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #3a3d4d;
}

.ott-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    background: #1c1e2c;
}
.ott-card-name {
    font-size: 13px;
    font-weight: 600;
    color: #c8c9d8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ott-card-count {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 11px;
    color: #9a9bab;
    flex-shrink: 0;
    margin-left: 6px;
}
.ott-card-count svg {
    color: #e50914;
}

/* OTT Official Website button */
.ott-official-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    padding: 7px 16px;
    background: transparent;
    border: 1px solid #e50914;
    color: #e50914;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: background 0.2s, color 0.2s;
}
.ott-official-btn:hover {
    background: #e50914;
    color: #fff;
}

/* Top Models Strip */
.model-top-strip {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 0;
}

.model-top-strip::-webkit-scrollbar {
    display: none;
}

.model-top-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    text-decoration: none;
    border-right: 1px solid rgba(255,255,255,0.05);
    white-space: nowrap;
    transition: background 0.15s;
    flex-shrink: 0;
}

.model-top-item:hover {
    background: rgba(255,255,255,0.04);
}

.model-top-item.active {
    background: rgba(229,9,20,0.1);
    border-bottom: 2px solid #e50914;
}

.model-top-name {
    font-size: 13px;
    color: #9a9bab;
}

.model-top-item.active .model-top-name {
    color: #fff;
    font-weight: 600;
}

.model-top-item:hover .model-top-name {
    color: #fff;
}

.model-top-count {
    font-size: 11px;
    background: rgba(255,255,255,0.06);
    color: #6b6c7e;
    padding: 1px 6px;
    border-radius: 10px;
    min-width: 24px;
    text-align: center;
}

.model-top-item.active .model-top-count {
    background: #e50914;
    color: #fff;
}

@media (max-width: 480px) {
    .model-page-hero {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .model-page-count {
        margin: 0 auto 10px;
    }
    /* Tag hero stays as a row — icon is small enough */
    .tag-page-hero {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }
    .tag-page-info .model-page-count {
        margin: 0 0 8px;
    }
}


/* ============================================================
   COMPREHENSIVE MOBILE RESPONSIVE FIXES
   ============================================================ */

/* ── Header (≤ 600px) ─────────────────────────────────────── */
@media (max-width: 600px) {
    .logo {
        flex-wrap: nowrap;
        gap: 8px;
        padding: 8px 12px;
        align-items: center;
    }
    .logo a {
        font-size: 18px;
        white-space: nowrap;
        flex-shrink: 0;
    }
    form.search-form {
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
    }
    input.search-field {
        width: 100%;
        min-width: 0;
        padding-left: 10px;
        font-size: 13px;
        height: 32px;
    }
    button.search-submit {
        padding: 6px 10px 2px;
        font-size: 16px;
    }

    /* Menu bar */
    .menu {
        padding: 0 2px;
        gap: 0;
        margin-bottom: 6px;
    }
    .menu a {
        font-size: 13px;
        padding: 8px 10px;
        white-space: nowrap;
    }

    /* Page wrapper */
    #page {
        overflow-x: hidden;
    }
    main {
        padding: 0 6px;
    }

    /* ── Video grid: 2 columns ─────────────────────────────── */
    .videos {
        gap: 8px;
    }
    .vc-wrap {
        flex: 0 0 calc(50% - 4px);
        max-width: calc(50% - 4px);
        min-width: 0;
    }
    .vc-badge {
        font-size: 9px;
        padding: 2px 5px;
        max-width: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .vc-duration, .vc-ago {
        font-size: 10px;
        padding: 1px 5px;
    }
    .vc-title {
        font-size: 11px;
    }
    .vc-info {
        padding: 6px 7px;
        min-height: 34px;
    }
    .like-btn {
        font-size: 11px;
    }

    /* ── Latest releases heading ───────────────────────────── */
    .latest-releases-heading {
        font-size: 13px;
        margin: 8px -6px 10px -6px;
        padding: 8px 12px;
    }

    /* ── Featured models strip ─────────────────────────────── */
    .featured-models-section {
        padding: 8px 6px 0;
    }
    .featured-model-card {
        width: 68px;
    }
    .featured-model-img {
        width: 60px;
        height: 60px;
    }
    .featured-model-name {
        font-size: 10px;
        max-width: 68px;
    }

    /* ── Model / Series / Category hero ───────────────────── */
    .model-page-hero {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 14px 12px 10px;
    }
    .model-page-count {
        margin: 0 auto 8px;
    }
    .model-page-name {
        font-size: 18px;
    }
    .model-page-bio {
        font-size: 12px;
        text-align: left;
    }
    .series-page-photo img,
    .series-page-photo .model-page-photo-placeholder {
        width: 90px;
        height: 115px;
    }
    .model-page-photo img {
        width: 90px;
        height: 90px;
    }

    /* ── Tag page hero ─────────────────────────────────────── */
    .tag-page-hero {
        flex-direction: row;
        align-items: center;
        gap: 12px;
        padding: 12px 12px 10px;
    }
    .tag-page-icon {
        width: 52px;
        height: 52px;
        flex-shrink: 0;
    }
    .tag-page-icon svg {
        width: 28px;
        height: 28px;
    }
    .tag-page-info .model-page-name {
        font-size: 17px;
        margin-bottom: 4px;
    }
    .tag-page-info .model-page-bio {
        font-size: 12px;
        line-height: 1.6;
    }
    .tag-page-info .model-page-count {
        font-size: 12px;
        padding: 2px 8px;
        margin-bottom: 8px;
    }

    /* ── OTT listing page ──────────────────────────────────── */
    .ott-page-wrap {
        padding: 20px 10px;
    }
    .ott-page-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .ott-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    .ott-card-name {
        font-size: 11px;
    }

    /* ── Single post ───────────────────────────────────────── */
    .single-main {
        padding: 0 4px 16px;
    }
    .breadcrumb {
        font-size: 11px;
        white-space: normal;
        word-break: break-word;
    }
    h1.single-title {
        font-size: 15px;
        white-space: normal;
    }
    .single-actions {
        gap: 6px;
    }
    .action-btn {
        font-size: 11px;
        padding: 8px 6px;
    }
    .single-model-chips {
        gap: 4px;
    }
    .model-chip {
        font-size: 11px;
        padding: 5px 10px;
    }
    .series-episodes-section {
        margin-top: 16px;
    }
    .series-episodes-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 8px;
    }
    .ep-card-title {
        font-size: 11px;
    }

    /* ── Age gate ──────────────────────────────────────────── */
    #age-gate-buttons {
        flex-direction: column;
    }
    #age-gate-box {
        padding: 24px 20px;
        margin: 12px;
        border-radius: 10px;
    }
}

/* ============================================================
   Numbered Pagination — Beautiful Dark Style
   ============================================================ */
nav.navigation.pagination {
    width: 100%;
    padding: 28px 12px 16px;
    display: flex;
    justify-content: center;
}

nav.navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

nav.navigation.pagination .nav-links a.page-numbers,
nav.navigation.pagination .nav-links span.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #9a9bab;
    background: #1c1e2c;
    border: 1px solid rgba(255,255,255,0.07);
    text-decoration: none;
    transition: all 0.2s ease;
    letter-spacing: 0.02em;
}

nav.navigation.pagination .nav-links a.page-numbers:hover {
    background: rgba(229,9,20,0.18);
    border-color: rgba(229,9,20,0.5);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(229,9,20,0.2);
}

nav.navigation.pagination .nav-links span.page-numbers.current {
    background: #e50914;
    border-color: #e50914;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(229,9,20,0.4);
    cursor: default;
    transform: none;
}

nav.navigation.pagination .nav-links span.page-numbers.dots {
    background: transparent;
    border-color: transparent;
    color: #444;
    cursor: default;
    min-width: 24px;
    padding: 0;
}

nav.navigation.pagination .nav-links a.prev.page-numbers,
nav.navigation.pagination .nav-links a.next.page-numbers {
    padding: 0 18px;
    background: #16181f;
    border-color: rgba(255,255,255,0.1);
    color: #c8c9d8;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    gap: 6px;
}

nav.navigation.pagination .nav-links a.prev.page-numbers:hover,
nav.navigation.pagination .nav-links a.next.page-numbers:hover {
    background: rgba(229,9,20,0.18);
    border-color: rgba(229,9,20,0.5);
    color: #fff;
    box-shadow: 0 4px 12px rgba(229,9,20,0.2);
}

@media (max-width: 600px) {
    nav.navigation.pagination {
        padding: 20px 8px 12px;
    }
    nav.navigation.pagination .nav-links {
        gap: 4px;
    }
    nav.navigation.pagination .nav-links a.page-numbers,
    nav.navigation.pagination .nav-links span.page-numbers {
        min-width: 34px;
        height: 34px;
        font-size: 13px;
        padding: 0 8px;
        border-radius: 6px;
    }
    nav.navigation.pagination .nav-links a.prev.page-numbers,
    nav.navigation.pagination .nav-links a.next.page-numbers {
        padding: 0 12px;
        font-size: 11px;
    }
}

/* ── Very small phones (≤ 360px) ─────────────────────────── */
@media (max-width: 360px) {
    .vc-wrap {
        flex: 0 0 calc(50% - 4px);
        max-width: calc(50% - 4px);
    }
    .ott-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .logo a {
        font-size: 17px;
    }
}
