* {
  box-sizing: border-box;
}
a{
	text-decoration:none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

body {
	/*4e4ed3*/
	background-color: #4D3E57;
	color: floralwhite;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
.feature-content{
	font-size: 30px;
	text-align: center;
	align-content: center;
	align-items: center;
}
.feature-content img{
	display: block;
	margin-left: auto;
	margin-right: auto;
  	width: 50%;

}
#featured-model {
  /*display: flex;*/
	flex-direction: column;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	color:#fa5da2;
}

.top-btns {
	color:black;
	text-decoration: none;
	background: white;
	border-radius: 8px;
	padding: 5px;
	position: relative;
	bottom: 15px;
	font-size: 15px;

}


#top-nav-bar li{
	display: inline;
}
#top-nav-bar{
	margin-top: 10px;
	position: relative;
	/* top:10px; */
}

.title_start {
	position: relative;
	font-size: 30px;
	color: #A6AC82;
	display: inline-block;
	align-content: center;
	margin: 2%;
	top: 0px;
	text-decoration: None;

}
#hamburger-btn{
	display: inherit;
    margin-left: auto;
	margin-right: auto;
}
#login a{
	text-decoration: none;
	color:floralwhite;
}
#hamburger-btn {
	left: 10px;
	display: inline-block;
	float: right;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 40px;
	color: floralwhite;
	position: relative;
	bottom: 25px;
	/* left: 0px; */
	/* padding-right: 10px; */
	margin-right: 10px;

}
.nav-box{
	height: 100%;
	position: fixed;
	top: 10px;
	background-color: #8D7E96;
	right: 0;
	z-index: 2;
	width: 60%;
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	display: none;

}
.nav-box ul{
	list-style: none;
}

.nav-box li{
	margin-bottom: 10px;

}
.nav-box a {
	color: floralwhite;
	font-size: 20px;
	text-decoration: none;
	padding-left: 10px;
}
header{
	align-items: center;
	width:100%;
	/*position: fixed;*/
	clear: both;
	background-color: #A6AC82;

}
.title_start > span{
	color: white;
}
.title_start > span+span{
	color: #fa5da2;
}
.buy-membership {
	color: white;
	background: green;
	font-weight: bold;
}
#section-title {
	margin-left: 5px;
}
#profile-section{
	display: flex;
}
#model-info{
	display: block;
	margin-left: 10px;
}
#nav-break {
    width: 100%;
    display: block;
    border-bottom: 2px dotted white;
    margin-bottom: 10px;
}
#profile-photo{
	display: inline;
	height: 144px;
	width: 144px;
	border-radius: 100%;
	margin-left: 10px;
	position: relative;
}
#model-info{
	display: inline;
	font-weight: bold;

}
#line-br{
	margin-top: 15px;
	height: 2px;
	/*border-color: #A6AC82;*/
	border: 2px solid #A6AC82;
}
#follow-btn{
	display: block;
	/* height: 35px; */
	width: 95%;
	/* background-color: floralwhite; */
	border-radius: 10px;
	/* text-align: center; */
	/* margin-top: 20px; */
	text-decoration: none;
}

.dropdown {
	display: inline-block;
	position: relative;
	background-color: #A6AC82;
	border: solid white 1px;
	border-radius: 5px;
	margin-left: 5px;
	font-weight: bold;
	color: #eee;
}

button{
	border:none;
	border-radius:5px;
	padding: 5px 10px;
	/* font-size:18px; */
	cursor:pointer;
}
#request-section{
	display: flex;
	gap: 5px;
	color: #fff;
}
#request-btn{
	/* background: #000000; */
	/* color: #fff; */
}

#video-filter-btn{
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	/* margin-bottom: 20px; */
}
button:hover{
	/* background-color: #a6ac82; */
}

.dropdown-options {
	display: none;
	position: absolute;
	overflow: auto;
	background-color: #fff;
	border-radius:5px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	z-index:2;
	width: 100%;
	/* padding: 0px; */
	margin: 0;
}
.request-section{
	color:#fff;
	font-size:18px;
	border: 2px solid #A6AC82;
}
#content-filter {
    display: flex;
    position: absolute;
    right: 0;
}
.follow-btn-active{
	background: #A6AC82;
	color: #FFF
	;
}
.content-btn {
    margin-right: 10px;
    font-size: 1.5em;
    background-color: #ab7dc7;
    border-radius: 5px;
    padding: 5px;
    color: floralwhite;
}
#content-filter a{
	text-decoration:none;
}
.content-btn.active {
    background-color: #eee;
    color: #ab7dc7;
}
.dropdown:hover .dropdown-options {
  display: block;
}

.dropdown.is-open .dropdown-options {
	display: block;
}

.dropdown-options a {
  background-color: #a6ac82;
  display: block;
  color: #eee;
  text-decoration: none;
  padding: 10px 10px 5px 5px;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0px;
  border-bottom: 2px solid #e4e4e4;
  font-size: 1.1em;
  text-align: center;
}
.dropdown-options a:last-of-type{
	border: none;
}
.dropdown-options a:hover {
  color: #a6ac82;
  background-color: #eee;
  border-radius:5px;
  width: 100%;
  text-align: center;
  /* padding: 1px; */
}
#all_content{
	width: 100%;
	padding-bottom: 5px;
	background-color: rgba(255, 255, 255, 0);
	margin-left: auto;
	margin-right: auto;
	margin-top: 176px;
}

#1036514{
	position: absolute;
	top: 0;
}

#head_bar{
	position: fixed;
	font-size: 14px;
	width: 100%;
	top: 0px;
	margin: 0px 0px 10px 0px;
	height: auto;
	background-color: #4D3E57;
	z-index: 20;
}
#page-title{
	font-size: 30px;
}
.section-title {
	font-size: 2em;
	text-decoration: none;
}
.section-title a{
	font-size: 2em;
	text-decoration: none;
	color: floralwhite;
}
.title-link{
	font-size: 1.15em;
}
#search_form{
	display: flex;
	width: 63%;
	background: #A6AC82;
	border-radius: 8px;
	/* border: none; */
}

#searchbar {
	width: 100%;
	margin-bottom: 15px;
	display: inline-flex;
	height: 25px;
	position: relative;
}
@media (min-width: 576px) {
	#searchbar{
		width: 20%;
	}

}
#search_input {
    /* border-radius: 10px; */
    /* float: left; */
    width: 60%;
    font-size: 17px;
    background: none;
    color: #ffff;
    border: none;
}
#search_form select{
	text-align: center;
	appearance: none;
	border: none;
	/* border-left: none; */ /* Prevent double borders */
	/* border-right: none; */ /* Prevent double borders */
	width: 100%;
	/* height: 17px; */
	top: 0;
	background: #A6AC82;
	margin: 0 auto;
	position: relative;
	color: white;
}


#search-btn{
    background: none;
    color: white;
    cursor: pointer;
    display: inline;
    /* top: 3px; */
    position: relative;
    /* top: -27px; */
    /* left: 70px; */
    /* width: 100%; */
    /* height: auto; */
    border:none;
}
#search-qry{
	margin: 0;
	border-left: solid 1px floralwhite;
	display: flex;
}

button{
    background-color: #a6ac8200;
    border: 1px solid white;
    box-shadow: none;
    /* width: 100%; */
}
button{
	/* width: 100%; */
}


#top-space{
	margin-top: 100px;
}
#top-space2{
	margin-top: 0px;
}
#nav_bar{
	background-color: #A6AC82;
	position: fixed;
	text-align: center;
	font-size: 18px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	bottom: 0px;
	height: 40px;
	z-index: .1;
}
#nav-username{
	margin-top:50px;
	padding-left: 10px;
}
#login-box{
	margin-top: 50px;
	margin-bottom: 10px;
	display: flow-root;
	color: black;
}
#login-box a{
	border: 1px solid black;
	border-radius: 10%;
	padding: 5px;
	background-color: white;
	color: black;

}
#nav-login{
	float: left;
}
#nav-register{
	float: right;
}
#nav_bar li{
	list-style-type: none;
	display: inline-block;
	margin-left: 12px;
}
#nav_bar li a{
	color: white;
	text-decoration: none;
	/*font-size: 15px;*/
}

footer{
	clear: both;
}
.adv_banners {
	position: absolute;
	width: 280px;
	height: 400px;
	top: 300px;
	background-color: yellow;
	text-align: center;
}
#main_content{
	height: 100%;
	display: block;
	/* background-color: white; */
}
#main_content li{
	list-style-type: none;
}

.video_title{
	font-size: 20px;
	color: floralwhite;
	text-decoration: none;
}
.video_title{
	margin-top: 5px;
	margin-bottom: 10px;
}
.social-btns{
	font-size:22px;
}
.social-btns li{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;

}
#pop-box{
	display:none;
	position: fixed;
	/* width:fit-content; */
	font-size:20px;
	padding:10px;
	border-radius:10px;
	background-color: #26491b;
	top: 80%;
	left: 40%;
}
.video-data{
	display: flex;
	text-decoration: none;
	position: relative;
	top: 0px;
	flex-direction: row;
}
.video-data i{
	margin-right: 7px;
    display: block;
    margin: auto 5px;
    color: #373737;
}
.video-views, .video-likes{
	display:inherit;
}
.social-btns a{
	text-decoration: none;
	color: floralwhite;
}
#pop-box{
	display: none;
	position: fixed;
	width: fit-content;
	font-size: 20px;
	padding: 10px;
	border-radius: 10px;
	background-color: #fa5da2;
	bottom: 100px;
	margin: 0 auto;
	object-position: center;
	top: 50%;
	height: fit-content;
	left: 50%;
	transform: translate(-50%, -50%);
}
#left_adv{
	left: 50px;
}
#right_adv{
	right: 50px;
}
.grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); /* Two columns with equal width */
	grid-gap: 10px;
	/*height: 100%;*/
	/*width: 100%;!* Spacing between grid items *!*/
}
#gallery-section{
	background-color: #4d3e57;
    box-shadow: 11px -1px 20px 13px #fa5da2;
}

#grid-container-tags {
	display: grid;
	grid-template-columns: repeat(3, minmax(100px, 1fr));
	/*grid-template-columns: repeat(auto-fill); !* Two columns with equal width *!*/
	/*grid-gap: 10px;*/
	/*height: 100%;*/

	/*width: 100%;!* Spacing between grid items *!*/
}
.grid-item-tags p{
	display: inline-block;
	/*width: 100%;*/
	/*border-top-left-radius: 8px ;*/
	/*border-top-right-radius: 8px;*/
	border-radius: 8px;
	margin-right: 5px;
	padding: 10px;
	font-weight: bold;
	font-size: 15px;
	text-underline: none;

	color:#fa5da2;

}
.grid-item-tags a{
	text-decoration: none;
}

.grid-item img{
	width: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	/*border-radius: 8px;*/
	height: 300px;
	object-fit: cover;/* Maintain the image's aspect ratio */
	background-color: #8D7E96;
}
grid-item a:link{
	text-decoration: none;
	color: white;
}
.grid-item a{
	text-decoration: none;
}
.grid-item:hover{
	text-decoration: underline;
	/*box-shadow: 0px 8px 20px #A6AC82;*/
}
.grid-item a:active{
	text-decoration: none;
}
.grid-container a{
	text-decoration: none;
}
.video-time{
	position: relative;
	top: 20px;
	left: 20px;
	color: white;
	background: #0000007a;
	border-radius: 5px;
	padding: 0 5px;
}

#content-box video, #video-id_fluid_controls_container{
	background-color: inherit;
	/*margin-top: 100px;*/
	position:relative;
	display:block;
}
video{
	height:50vh;
	width:100vw;
}
.featured-model h2{
	margin-top: 200px;
}
#misc-content{
	background-color: #69007833;
	margin: 0px;
}

.video_title a:link{
	text-decoration: none;
	color: white;
}
.video_title a:visited{
	text-decoration: none;
}
.video_title a:hover{
	text-decoration: underline;
}
.video_title a:active{
	text-decoration: none;
}
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 100vh; !* Set the height of the container as needed *!*/
}
#video-box{
	display: block;
	clear: none;
	width: 100%;
}
#page_video_title{
    font-size: 20px;
	color: white;

}
#video-id_fluid_controls_container{
	position: relative;
	display: block;
}
#description{
	font-size: 12px;
}
.step-links{
	font-size: 20px;
	display: inline-block;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
.step-links a{
	display: inline-block;
	/*border: 1px solid white;*/
	background-color: #A6AC82;
	color: white;
	text-decoration: none;
	margin-left: 5px;
	border-radius: 10px;
	padding: 8px;

}
.pagination{
	text-align: center;
	border-top: 2px solid white;
	/*margin-top: -50px;*/
	margin-bottom: 61px;
	max-width: 100%;
	justify-content: center;
}
#top-dirty-stuff video{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    /* width: 100px; */!important
    height: 100px;!important
;
    /* width: 100%; */
    height: 100px;
}
#top-dirty-stuff2 video{
	display: flex;
	justify-content: center;
	/* margin-bottom: 30px; */
	position: relative;
	/* width: 100%; */
	height: 100px;!important
	bottom:100px;
	bottom: 20px;
}
#mid-dirty-stuff video{
	width:300px;!important
	height:100px;!important
	position:relative;
	height: 100px;
	/* top: -180px; */!important
}

#dirty-stuff video{
	display: flex;
	justify-content: center;
	/*left: 50px;*/
	position: relative;
	margin: 0 auto;
	/*bottom: ;*/
	/* width: 100%; */
	height: 100px;
	bottom: 30px;
}
#dirty-stuff img{
	position: relative;

}
#dirty-stuff2 video{
    margin: 0 auto;
    display: block;
    position: relative;
    /* width: 100%; */!important
    text-align: center;
    height: 100px;
}
#dirty-stuff2 img {
	margin: 0 auto;
    position: relative;
    display: block;
}

#more-content-header{
	font-size: 20px;
	display: inline-block;
}
#more-content {
	display: grid;
	grid-template-columns: repeat(2, minmax(100px, 1fr)); /* Two columns with equal width */
	grid-gap: 10px;
	/*height: 100%;*/
	/*width: 100%;!* Spacing between grid items *!*/

}
.letters-container{
	display: flex;
    justify-content: space-between;
    width: 100%;
    white-space: nowrap;
}
.letter{
	text-align: center;
	flex-basis: 0;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}
.media-count{
	display:flex;
	color:#a5a8af;
}
.media-data{
	display:flex;
	flex-direction:row;
	gap: 15px;
	color: #373737;
}
.media-data i {
	position:relative;
	top: 22px;
}
.data-item{
	margin-right: 10px;
	color: #373737;
}
.grid-item {
	margin-top: 40px;
	margin-bottom: 0px;
	border: black;
	outline: black;
	border-radius: 8px;
	/*box-shadow: 0px 8px 20px #A6AC82;*/
	font-size: 20px;
	color: #fa5da2;
	text-decoration: none;
	padding-top: 0;
	background-color: #8D7E96;
	text-decoration: none;
}
.more-content-item img {
	width: 100%;
	height: 200px;
	object-fit:contain;/* Maintain the image's aspect ratio */
	background-color: black;
}
.more-content-grid a {
	font-size: 10px;
	color: #fa5da2;
	text-decoration: none;
}

#tagline{
	display: block;
	margin-left: 0px;

}
ul{
	padding: 0px;
}
#tagline ul li{
	margin-right: 10px;
	/*padding: 10px;*/
	list-style: none;

}
.tags {
	display: inline-block;
	background-color: #A6AC82;
	border-radius: 5px;
	object-fit: contain;
	text-decoration: none;
	font-size: 15px;
	list-style: none;
	margin-left: 0;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
}
.tags a{

	text-decoration: none;
	display: inline-block;;
	color: floralwhite;
  	text-decoration: none;
}
#of-link{
	height: 47px;
	align-content: center;
}
#of-link a{
	display: inline-block;
}


#of-link img {
	display: inline-block;
	/*display: inline;*/
	position: relative;
	height: 30px;
	border-radius: 50%;
	top: 8px;

}

.sunray-button {
  position: relative;
  background-color: #ffcc00; /* Button color */
  padding: 10px 20px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  overflow: hidden;
}
@media (min-width: 720px)  {
	.grid-container {
		display: grid;
		grid-template-columns: repeat(4, minmax(100px, 1fr)); /* Two columns with equal width */
		grid-gap: 20px;
		/*height: 100%;*/

		/*width: 100%;!* Spacing between grid items *!*/
	}
	.grid-container {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); /* Two columns with equal width */
		grid-gap: 10px;
		/*height: 100%;*/
		/*width: 100%;!* Spacing between grid items *!*/
	}
    .grid-item img {
        object-fit: contain;
        height: 50vh;
    }
}
.animation-btn {

	animation: flashAnimation 2s 5;
}

@keyframes flashAnimation {
  0%, 50% {
    color: floralwhite; /* Initial color */
  }
  51%, 100% {
    color: #fa5da2; /* Flashing color */
  }
}
#help-btn{
	height: 200px;
}
#fix-tag-form li div{
	margin-bottom: 12px;
	font-size: 20px;
}

/* Professional UI refresh */
:root {
	--page: #0b0d12;
	--surface: #141820;
	--surface-raised: #1b202b;
	--surface-soft: #242a36;
	--border: rgba(255, 255, 255, 0.09);
	--text: #f5f7fb;
	--muted: #9ca6b7;
	--accent: #ec3b83;
	--accent-hover: #ff5a9b;
	--success: #2dbb72;
	--radius-sm: 8px;
	--radius: 14px;
	--shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

html {
	background: var(--page);
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
}

body {
	min-height: 100vh;
	background:
		radial-gradient(circle at 15% -10%, rgba(236, 59, 131, 0.13), transparent 30rem),
		var(--page);
	color: var(--text);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

a {
	color: inherit;
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease,
		transform 160ms ease, box-shadow 160ms ease;
}

button,
input,
select {
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

header,
#head_bar {
	background: rgba(11, 13, 18, 0.92);
	border-bottom: 1px solid var(--border);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

header {
	position: relative;
	z-index: 10000;
}

#head_bar {
	min-height: 76px;
	padding: 14px clamp(16px, 4vw, 56px);
	display: flex;
	align-items: center;
	gap: clamp(18px, 3vw, 42px);
	z-index: 1000;
	isolation: isolate;
}

.title_start {
	position: static;
	margin: 0;
	font-size: clamp(25px, 3vw, 32px);
	font-weight: 800;
	letter-spacing: -1.4px;
	color: var(--text);
}

.title_start > span {
	color: var(--accent);
}

#searchbar {
	width: min(920px, 100%);
	max-width: 920px;
	height: 44px;
	margin: 0;
	align-items: center;
	flex: 1;
}

#search_form {
	width: 100%;
	height: 44px;
	background: var(--surface-raised);
	border: 1px solid var(--border);
	border-radius: 12px;
	overflow: hidden;
}

#search_form:focus-within {
	border-color: rgba(236, 59, 131, 0.55);
	box-shadow: 0 0 0 2px rgba(236, 59, 131, 0.12);
}

#search_input {
	width: 100%;
	padding: 0 14px;
	font-size: 15px;
	color: var(--text);
	outline: none;
}

#search_input::placeholder {
	color: var(--muted);
}

#search-qry {
	border-left-color: var(--border);
	align-items: center;
	padding-left: 6px;
}

#search_form select,
#search-btn {
	background: transparent;
	color: var(--muted);
}

#search_form select {
	min-width: 86px;
	height: 32px;
	padding: 0 24px 0 10px;
	font-size: 13px;
	font-weight: 650;
	background-color: var(--surface-soft);
	background-image:
		linear-gradient(45deg, transparent 50%, var(--muted) 50%),
		linear-gradient(135deg, var(--muted) 50%, transparent 50%);
	background-position:
		calc(100% - 13px) 13px,
		calc(100% - 9px) 13px;
	background-size: 4px 4px, 4px 4px;
	background-repeat: no-repeat;
	border: 1px solid var(--border);
	border-radius: 7px;
	outline: none;
}

#search_form select:focus-visible {
	border-color: rgba(236, 59, 131, 0.65);
	box-shadow: 0 0 0 2px rgba(236, 59, 131, 0.12);
}

#search-btn {
	height: 42px;
	padding: 0 13px;
	border: 0;
}

#search-btn:hover {
	color: var(--text);
	background: rgba(255, 255, 255, 0.05);
}

#hamburger-btn {
	position: static;
	float: none;
	margin: 0 0 0 auto;
	padding: 4px 8px;
	font-size: 30px;
	line-height: 1;
	color: var(--text);
	cursor: pointer;
	border-radius: var(--radius-sm);
	width: 44px;
	height: 44px;
	border: 1px solid var(--border);
	background: var(--surface-raised);
}

#hamburger-btn:hover {
	background: var(--surface-soft);
}

.nav-box {
	top: 0;
	width: min(360px, 86vw);
	height: 100vh;
	padding: 78px 22px 30px;
	margin: 0;
	background: #11151d;
	border-left: 1px solid var(--border);
	box-shadow: -24px 0 70px rgba(0, 0, 0, 0.62);
	z-index: 11000;
	isolation: isolate;
	display: block;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transform: translateX(100%);
	transition: transform 220ms ease, opacity 180ms ease, visibility 220ms;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.nav-box ul {
	margin: 0;
	padding: 0;
}

.nav-box li {
	margin: 2px 0;
}

.nav-box a {
	display: block;
	padding: 11px 12px;
	border-radius: var(--radius-sm);
	font-size: 16px;
	font-weight: 600;
	color: #d6dbe5;
}

.nav-box a:hover {
	color: var(--text);
	background: var(--surface-soft);
}

#login-box,
#nav-username {
	margin-top: 0;
}

#login-box {
	display: flex;
	gap: 10px;
	margin-bottom: 18px;
}

#login-box a {
	float: none;
	flex: 1;
	text-align: center;
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	background: var(--surface-soft);
	color: var(--text);
}

#nav-break {
	border-bottom: 1px solid var(--border);
	margin: 18px 0;
}

.menu-label {
	margin: 18px 12px 7px !important;
	color: #747f91;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.nav-box a.partner-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6px;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid var(--border);
	color: #d6dbe5;
}

.nav-box a.partner-link::after {
	content: "↗";
	margin-left: 12px;
	color: var(--muted);
	font-size: 14px;
}

.nav-box a.partner-link:hover,
.nav-box a.partner-link:focus-visible {
	background: rgba(236, 59, 131, 0.1);
	border-color: rgba(236, 59, 131, 0.3);
	color: var(--text);
	outline: none;
}

#all_content,
#main_content {
	background: transparent;
}

#main_content {
	width: min(1600px, calc(100% - 40px));
	margin: 0 auto;
}

#top-space {
	display: none;
}

#all_content {
	margin-top: 0;
	padding-top: 108px;
}

#top-dirty-stuff:empty {
	display: none;
}

#main_content > h1,
.section-title,
#page-title {
	margin: 46px 0 16px;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.18;
	letter-spacing: -0.7px;
	color: var(--text);
}

#main_content > h1:first-of-type {
	display: inline-block;
	margin-top: 34px;
}

.dropdown {
	margin: 0 0 16px 10px;
	background: var(--surface-raised);
	border: 1px solid var(--border);
	border-radius: 10px;
	vertical-align: 4px;
}

#video-filter-btn {
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 700;
	color: var(--text);
	border: 0;
}

.dropdown-options {
	min-width: 140px;
	background: var(--surface-raised);
	border: 1px solid var(--border);
	border-radius: 10px;
	box-shadow: var(--shadow);
}

.dropdown-options a {
	padding: 10px 12px;
	background: transparent;
	border-bottom: 1px solid var(--border);
	font-size: 14px;
	color: var(--muted);
}

.dropdown-options a:hover {
	background: var(--surface-soft);
	color: var(--text);
}

.grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr));
	gap: clamp(16px, 2vw, 26px);
}

.grid-item {
	position: relative;
	margin: 0;
	overflow: hidden;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.16);
	color: var(--text);
}

.grid-item:hover {
	text-decoration: none;
	transform: translateY(-3px);
	border-color: rgba(236, 59, 131, 0.35);
	box-shadow: var(--shadow);
}

.grid-item img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	background: var(--surface-soft);
	border-radius: 0;
}

.grid-item > a {
	position: relative;
}

.card-preview-video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	background: #080a0f;
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease;
}

.grid-item > a.is-previewing .card-preview-video {
	opacity: 1;
}

.grid-item > a.is-previewing .video-time {
	opacity: 0;
}

.video_title {
	display: -webkit-box;
	min-height: 60px;
	margin: 0;
	padding: 13px 14px 5px;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.4;
	color: var(--text);
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow-wrap: anywhere;
}

.video-data {
	padding: 5px 14px 13px;
	gap: 16px;
}

.video-data i,
.data-item,
.media-data {
	color: var(--muted);
}

.video-views,
.video-likes {
	align-items: center;
	font-size: 13px;
}

.data-item {
	margin: 0;
}

.video-time {
	position: absolute;
	top: 10px;
	left: auto;
	right: 10px;
	z-index: 1;
	padding: 3px 7px;
	background: rgba(5, 6, 9, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	backdrop-filter: blur(6px);
}

.tags,
.content-btn,
.follow-btn-active {
	background: var(--surface-soft);
	border: 1px solid var(--border);
	color: var(--text);
}

.tags:hover,
.content-btn:hover {
	border-color: rgba(236, 59, 131, 0.45);
	background: rgba(236, 59, 131, 0.12);
}

.pagination {
	width: min(1600px, calc(100% - 40px));
	margin: 28px auto 52px;
	padding-top: 20px;
	border-top: 1px solid var(--border);
}

.step-links a,
.step-links .page-link {
	display: inline-flex;
	min-width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	margin: 3px;
	padding: 0 10px;
	background: var(--surface-raised);
	border: 1px solid var(--border);
	border-radius: 9px;
	color: var(--muted);
}

.step-links a:hover,
.step-links.active .page-link {
	background: var(--accent);
	border-color: var(--accent);
	color: white;
}

.buy-membership {
	position: static;
	padding: 9px 14px;
	background: var(--success);
	border-radius: var(--radius-sm);
	color: white;
}

@media (min-width: 720px) {
	.grid-container {
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
		gap: clamp(18px, 2vw, 28px);
	}

	.grid-item img {
		height: auto;
		object-fit: cover;
	}
}

@media (max-width: 719px) {
	#head_bar {
		min-height: 124px;
		padding: 12px 16px 14px;
		flex-wrap: wrap;
		gap: 10px 14px;
	}

	#searchbar {
		order: 3;
		flex-basis: 100%;
	}

	#top-space {
		display: none;
	}

	#all_content {
		padding-top: 148px;
	}

	#main_content {
		width: min(100% - 24px, 1600px);
	}

	.grid-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.grid-item {
		border-radius: 11px;
	}

	.video_title {
		min-height: 63px;
		padding: 10px 10px 3px;
		font-size: 14px;
	}

	.video-data {
		padding: 4px 10px 10px;
		gap: 10px;
	}
}

/* Reusable page advert placement */
.site-ad {
	display: flex;
	width: min(1600px, calc(100% - 40px));
	max-width: 100%;
	align-items: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.site-ad--top {
	margin-bottom: 22px;
}

.site-ad--footer {
	margin-top: 26px;
}

.site-ad > ins {
	display: flex;
	max-width: 100%;
	justify-content: center;
}

.site-ad iframe,
.site-ad img,
.site-ad video {
	display: block;
	max-width: 100% !important;
	height: auto !important;
}

@media (max-width: 719px) {
	.site-ad {
		width: calc(100% - 24px);
	}
}

/* Reusable A-Z catalogue navigation */
.catalogue-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.catalogue-heading h1 {
	margin: 0;
}

.catalogue-kicker {
	margin: 0 0 3px;
	color: var(--accent);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.catalogue-heading .dropdown {
	margin: 0;
}

.alphabet-nav {
	margin-bottom: 26px;
	padding: 12px;
	background: rgba(20, 24, 32, 0.82);
	border: 1px solid var(--border);
	border-radius: 12px;
}

.alphabet-nav__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 4px 9px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.alphabet-nav__hint {
	display: none;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.alphabet-nav__scroller {
	display: flex;
	align-items: center;
	gap: 6px;
}

.alphabet-nav__item {
	display: inline-flex;
	flex: 1 1 38px;
	min-width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #cbd1dc;
	font-size: 13px;
	font-weight: 750;
}

.alphabet-nav__item:hover,
.alphabet-nav__item:focus-visible {
	background: var(--surface-soft);
	border-color: var(--border);
	color: var(--text);
	outline: none;
}

.alphabet-nav__item.is-active {
	background: var(--accent);
	border-color: var(--accent);
	box-shadow: 0 6px 18px rgba(236, 59, 131, 0.24);
	color: white;
}

.alphabet-nav__item.is-disabled {
	opacity: 0.3;
	cursor: default;
}

.alphabet-nav__all {
	min-width: 48px;
	padding-inline: 11px;
}

/* Model catalogue cards */
.model-card > a {
	display: flex;
	height: 100%;
	flex-direction: column;
}

.model-card .video_title {
	min-height: 52px;
	padding: 13px 14px 10px;
	text-transform: capitalize;
}

.model-card .media-count {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 42px;
	margin-top: auto;
	padding: 9px 14px 12px;
	border-top: 1px solid var(--border);
	color: var(--muted);
}

.model-card .media-data {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1;
}

.model-card .media-data i {
	position: static;
	top: auto;
	width: 16px;
	color: var(--muted);
	text-align: center;
}

.model-card .data-item {
	margin: 0;
	color: var(--muted);
}

/* Home video cards */
.video-card > a {
	display: flex;
	height: 100%;
	flex-direction: column;
}

.video-card .video_title {
	min-height: 62px;
	padding: 12px 14px 10px;
	line-height: 1.35;
}

.video-card .video-data {
	display: flex;
	align-items: center;
	min-height: 42px;
	margin-top: auto;
	padding: 9px 14px 12px;
	border-top: 1px solid var(--border);
}

.video-card .video-views,
.video-card .video-likes {
	display: inline-flex;
	align-items: center;
}

.video-card .video-data i {
	margin: 0 6px 0 0;
	color: var(--muted);
}

@media (max-width: 719px) {
	.catalogue-heading {
		align-items: center;
	}

	.alphabet-nav {
		margin-inline: -12px;
		padding-inline: 12px;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}

	.alphabet-nav__hint {
		display: inline;
	}

	.alphabet-nav__scroller {
		overflow-x: auto;
		padding: 1px 0 8px;
		scroll-snap-type: x proximity;
		scrollbar-width: thin;
		-webkit-overflow-scrolling: touch;
	}

	.alphabet-nav__item {
		flex: 0 0 42px;
		height: 42px;
		scroll-snap-align: start;
	}

	.alphabet-nav__all {
		flex-basis: 54px;
	}

	.model-card .video_title {
		min-height: 48px;
	}

	.model-card .media-count {
		gap: 14px;
		padding-inline: 10px;
	}

	.video-card .video_title {
		min-height: 58px;
		padding: 10px 10px 8px;
	}

	.video-card .video-data {
		padding: 8px 10px 10px;
	}
}

@media (max-width: 390px) {
	.grid-container {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition: none !important;
		animation-duration: 0.01ms !important;
	}
}

/* Mobile-first structural components */
.menu-open {
	overflow: hidden;
}

.menu-open::before {
	display: none;
}

.nav-box.is-open {
	display: block;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

#menu-close-btn {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 44px;
	height: 44px;
	padding: 0;
	background: var(--surface-soft);
	border: 1px solid var(--border);
	border-radius: 50%;
	color: var(--text);
	font-size: 30px;
	line-height: 1;
	z-index: 2;
}

.search-results-heading {
	margin: 28px 0 18px;
}

.search-results-heading h1 {
	margin: 0;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.2;
	letter-spacing: -0.7px;
}

.search-results-kicker {
	margin: 0 0 4px;
	color: var(--accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.search-page + footer .pagination {
	margin-top: 28px;
}

#menu-close-btn:hover,
#menu-close-btn:focus-visible {
	background: rgba(236, 59, 131, 0.14);
	border-color: rgba(236, 59, 131, 0.45);
	outline: none;
}

.section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 40px 0 16px;
}

.section-heading h1,
.section-heading .section-title {
	margin: 0;
}

.section-title-group {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 12px;
}

.live-update-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 5px 9px;
	white-space: nowrap;
	background: rgba(45, 187, 114, 0.1);
	border: 1px solid rgba(45, 187, 114, 0.28);
	border-radius: 999px;
	color: #69d99c;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.live-update-badge > span {
	width: 7px;
	height: 7px;
	background: var(--success);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(45, 187, 114, 0.12);
}

.section-heading .dropdown {
	flex: 0 0 auto;
	margin: 0;
	vertical-align: 0;
}

.video-filter-btn {
	min-height: 40px;
	padding: 8px 12px;
	border: 0;
	color: var(--text);
	font-size: 14px;
	font-weight: 700;
}

.video-filter-btn i {
	margin-left: 6px;
	font-size: 11px;
}

.empty-state {
	grid-column: 1 / -1;
	padding: clamp(38px, 8vw, 76px) 20px;
	text-align: center;
	background: var(--surface);
	border: 1px dashed rgba(255, 255, 255, 0.16);
	border-radius: var(--radius);
}

.empty-state > i {
	margin-bottom: 14px;
	font-size: 34px;
	color: var(--accent);
}

.empty-state h2 {
	margin: 0 0 7px;
	font-size: clamp(18px, 5vw, 23px);
	color: var(--text);
}

.empty-state p {
	max-width: 460px;
	margin: 0 auto;
	font-size: 14px;
	color: var(--muted);
}

/* Profile pages */
#content-box {
	width: min(1180px, calc(100% - 24px));
	margin: 0 auto;
}

#profile-section {
	width: min(1180px, calc(100% - 24px));
	margin: 120px auto 24px;
	padding: 18px;
	align-items: flex-start;
	gap: 16px;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
}

#profile-photo {
	position: static;
	width: 88px;
	height: 88px;
	margin: 0;
	border: 3px solid var(--surface-soft);
	object-fit: cover;
}

#model-info {
	min-width: 0;
	margin: 0;
}

.model-data {
	margin: 0 0 6px;
	color: var(--muted);
	overflow-wrap: anywhere;
}

.model-data:first-child {
	font-size: 21px;
	font-weight: 750;
	color: var(--text);
}

#request-section,
#buy-section {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

#request-section a,
#buy-section a {
	flex: 1 1 120px;
}

#request-section button,
#buy-section button,
#follow-btn {
	width: 100%;
	min-height: 42px;
	padding: 9px 12px;
	border-radius: var(--radius-sm);
}

#line-br {
	width: min(1180px, calc(100% - 24px));
	margin: 0 auto 24px;
	border: 0;
	border-top: 1px solid var(--border);
}

@media (hover: none) {
	.dropdown:hover:not(.is-open) .dropdown-options {
		display: none;
	}
}

@media (max-width: 719px) {
	.section-heading {
		margin-top: 26px;
	}

	.section-heading h1,
	.section-heading .section-title {
		font-size: clamp(21px, 6vw, 27px);
	}

	.dropdown-options {
		right: 0;
		left: auto;
	}

	.grid-item a {
		display: block;
	}

	.video-time {
		top: 7px;
		right: 7px;
	}

	#profile-section {
		margin-top: 146px;
		padding: 14px;
	}

	#profile-photo {
		width: 72px;
		height: 72px;
	}

	#content-filter {
		position: static;
		width: 100%;
		margin-bottom: 12px;
	}

	.content-btn {
		min-height: 40px;
		margin-right: 8px;
		padding: 8px 12px;
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.section-heading {
		align-items: center;
	}

	.video-filter-btn {
		min-height: 38px;
		padding-inline: 10px;
	}

	.nav-box {
		width: min(340px, 92vw);
		padding-inline: 18px;
	}

	.search-results-heading {
		margin-top: 22px;
	}

	.section-title-group {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}
}

/* Two-level catalogue navigation */
.header-main {
	display: flex;
	align-items: center;
	gap: clamp(18px, 3vw, 42px);
	width: min(1600px, 100%);
	margin: 0 auto;
}

.header-brand {
	flex: 0 0 auto;
}

.header-main #searchbar {
	width: auto;
	max-width: none;
	min-width: 0;
	flex: 1 1 auto;
}

.header-main #hamburger-btn {
	flex: 0 0 44px;
	margin-left: auto;
}

.drawer-brand {
	position: absolute;
	top: 24px;
	left: 28px;
	padding: 0 !important;
	background: transparent !important;
	font-size: 23px !important;
	font-weight: 850 !important;
	letter-spacing: -1px;
	color: var(--text) !important;
}

.drawer-brand span {
	color: var(--accent);
}

.nav-box .nav_link > a {
	display: flex;
	align-items: center;
	gap: 14px;
}

.nav-box .nav_link > a i {
	width: 22px;
	color: var(--accent);
	text-align: center;
}

.nav-box a.partner-link {
	justify-content: flex-start;
}

.nav-box a.partner-link::after {
	margin-left: auto;
}

.drawer-ads {
	display: grid;
	gap: 12px;
	width: 100%;
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid var(--border);
}

.drawer-ad__slot {
	display: flex;
	width: 100%;
	min-height: 100px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid var(--border);
	border-radius: 10px;
}

.drawer-ad__slot iframe,
.drawer-ad__slot img,
.drawer-ad__slot video {
	display: block;
	max-width: 100% !important;
	height: auto !important;
}

/* Keep provider-rendered adverts inside the site content column. */
#top-dirty-stuff,
#top-dirty-stuff2,
#mid-dirty-stuff,
#dirty-stuff,
#dirty-stuff2 {
	display: flex;
	width: min(1600px, calc(100% - 40px));
	max-width: 100%;
	align-items: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#top-dirty-stuff,
#top-dirty-stuff2 {
	margin-bottom: 22px;
}

#mid-dirty-stuff,
#dirty-stuff,
#dirty-stuff2 {
	margin-top: 26px;
}

#top-dirty-stuff > ins,
#top-dirty-stuff2 > ins,
#mid-dirty-stuff > ins,
#dirty-stuff > ins,
#dirty-stuff2 > ins {
	display: flex;
	max-width: 100%;
	justify-content: center;
}

@media (max-width: 719px) {
	#top-dirty-stuff,
	#top-dirty-stuff2,
	#mid-dirty-stuff,
	#dirty-stuff,
	#dirty-stuff2 {
		width: calc(100% - 24px);
	}
}

@media (min-width: 720px) {
	#head_bar {
		display: flex;
	}

	.header-main {
		min-height: 48px;
	}
}

@media (min-width: 900px) {
	.header-main {
		display: grid;
		grid-template-columns: minmax(140px, 1fr) minmax(420px, 920px) minmax(140px, 1fr);
		gap: 20px;
	}

	.header-brand {
		justify-self: start;
	}

	.header-main #searchbar {
		width: 100%;
		max-width: 920px;
		justify-self: center;
	}

	.header-main #hamburger-btn {
		justify-self: end;
		margin-left: 0;
	}
}

@media (max-width: 719px) {
	.header-main {
		flex-wrap: wrap;
		gap: 10px 14px;
	}

	.header-brand {
		order: 1;
	}

	#searchbar {
		order: 2;
		flex-basis: 100%;
	}

	.header-main #hamburger-btn {
		order: 1;
	}

}
