/*
Theme Name: Atasehir Escort Teması
Theme URI: https://volkanatasehir.com
Author: Volkan
Author URI: https://volkanatasehir.com
Description: Profesyonel Atasehir Escort Teması
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: esc-themes
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/* === AJANS TEMA GENEL STİLLERİ === */
body, html {
	background: #181818 !important;
}

body {
	color: #fff;
	font-family: 'Manrope', Arial, sans-serif;
	font-size: 1.08rem;
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
	color: #FFD600;
	font-family: 'Manrope', Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
}

a {
	color: #FFD600;
	transition: color 0.2s;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

button, .wp-block-button__link {
	background: #FFD600;
	color: #111;
	border: none;
	border-radius: 8px;
	padding: 0.7em 1.5em;
	font-weight: 700;
	font-size: 1rem;
	transition: background 0.2s, color 0.2s, box-shadow 0.2s;
	box-shadow: 0 2px 12px #FFD60033;
	cursor: pointer;
}
button:hover, .wp-block-button__link:hover {
	background: #fff;
	color: #FFD600;
}

/* Header */
header, .wp-site-blocks > header, .wp-block-template-part[slug="header"] {
	background: #181818;
	color: #FFD600;
	border-bottom: 2px solid #FFD60044;
	padding: 1.2rem 0;
	box-shadow: 0 2px 16px #FFD60011;
}
header a, .wp-site-blocks > header a {
	color: #FFD600;
	font-weight: 700;
	font-size: 1.1rem;
}
header a:hover, .wp-site-blocks > header a:hover {
	color: #fff;
}

/* Footer */
footer, .wp-site-blocks > footer, .wp-block-template-part[slug="footer"] {
	background: #181818;
	color: #FFD600;
	border-top: 2px solid #FFD60044;
	padding: 2rem 0 1rem 0;
	text-align: center;
	font-size: 1rem;
	box-shadow: 0 -2px 16px #FFD60011;
}
footer a, .wp-site-blocks > footer a {
	color: #FFD600;
	font-weight: 700;
}
footer a:hover {
	color: #fff;
}

/* Menü ve Navigasyon */
.wp-block-navigation {
	background: transparent;
	border-radius: 8px;
	padding: 0.5rem 1rem;
}
.wp-block-navigation__container {
	gap: 1.5rem;
}
.wp-block-navigation-item__content {
	color: #FFD600;
	font-weight: 700;
	font-size: 1.1rem;
	transition: color 0.2s;
}
.wp-block-navigation-item__content:hover {
	color: #fff;
}

/* Blog ve içerik kutuları */
.wp-block-post, .wp-block-query .wp-block-post {
	background: #181818;
	border-radius: 16px;
	box-shadow: 0 2px 16px #FFD60011;
	padding: 2rem;
	margin-bottom: 2rem;
	border: 1.5px solid #FFD60022;
	transition: box-shadow 0.2s, border 0.2s;
}
.wp-block-post:hover {
	box-shadow: 0 4px 32px #FFD60033;
	border-color: #FFD600;
}

/* Responsive */
@media (max-width: 700px) {
	h1 { font-size: 2rem; }
	h2 { font-size: 1.4rem; }
	.wp-block-post, .esc-model-detail-card { padding: 1rem; }
	.esc-home-models-grid .esc-model-card-home .esc-model-numara-badge {
		display: none !important;
	}
	.esc-model-shorttag {
		display: none !important;
	}
	.esc-model-meta p {
		display: none !important;
	}
	.esc-model-name {
		font-size: 0.75rem !important;
		line-height: 1.15;
		margin: 0.1rem 0 0.1rem 0;
		padding: 0;
		color: #FFD600;
		text-align: center;
		white-space: normal !important;
		overflow: visible !important;
		text-overflow: unset !important;
		font-weight: 700;
		letter-spacing: 0.01em;
	}
	.esc-model-card.esc-model-card-home {
		position: relative !important;
	}
	.esc-model-numara-badge {
		display: none !important;
	}
	.mobile-badge {
		display: block !important;
		background: #FFD600;
		color: #181818;
		font-size: 0.75rem;
		font-weight: 700;
		border-radius: 12px 12px 0 0;
		padding: 0.13em 0.1em;
		margin: 0 auto 0.13rem auto;
		box-shadow: 0 2px 8px #FFD60022;
		border: 1.2px solid #181818;
		letter-spacing: 0.2px;
		text-align: center;
		min-width: 100%;
		max-width: 100%;
		position: relative;
		z-index: 2;
	}
}

.esc-model-single {
	min-height: 100vh;
	background: #181818;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
}
.esc-model-detail-wrap {
	display: flex;
	align-items: stretch;
	gap: 0;
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	background: #232323;
	border-radius: 28px;
	box-shadow: 0 8px 40px #FFD60022, 0 2px 16px #0008;
	overflow: hidden;
	border: 2px solid #FFD60033;
	min-height: 480px;
}
.esc-model-detail-imgbox {
	flex: 0 0 45%;
	min-width: 0;
	background: #222;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.esc-model-img-large {
	width: 100%;
	height: auto;
	aspect-ratio: 3/4;
	object-fit: cover;
	display: block;
	border-radius: 0;
	box-shadow: 0 2px 16px #0004;
}
.esc-model-numara-badge {
	position: absolute;
	top: 18px;
	left: 18px;
	background: #111;
	color: #FFD600;
	font-size: 1.08rem;
	font-weight: 800;
	padding: 0.28em 0.9em;
	border-radius: 1.2em;
	box-shadow: 0 2px 8px #0008;
	z-index: 2;
	border: 2px solid #FFD600;
	letter-spacing: 1px;
	opacity: 0.97;
}
.esc-model-detail-content {
	flex: 0 0 55%;
	min-width: 0;
	padding: 3.2rem 2.5rem 2.5rem 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: transparent;
	max-width: 420px;
	word-break: break-word;
	overflow-wrap: anywhere;
}
.esc-model-detail-name {
	color: #FFD600;
	font-size: 2.5rem;
	margin-bottom: 1.3rem;
	font-weight: 900;
	letter-spacing: 1.5px;
	line-height: 1.1;
	word-break: break-word;
	overflow-wrap: anywhere;
}
.esc-model-detail-bio {
	color: #e0e0e0;
	font-size: 1.18rem;
	margin-bottom: 2.1rem;
	line-height: 1.7;
}
.esc-model-detail-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin: 0 0 0.5rem 0;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
	row-gap: 0.3rem;
	column-gap: 1.2rem;
}
.esc-model-detail-meta li,
.esc-model-detail-meta strong,
strong.esc-no-underline {
	text-decoration: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
}
.esc-model-detail-meta li {
	color: #fff;
	font-size: 1.08rem;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.esc-model-detail-meta strong {
	color: #FFD600;
	font-weight: 800;
	margin-right: 0.3em;
}
.esc-model-detail-social {
	margin-top: 1.5rem;
	display: flex;
	gap: 1.3rem;
}
.esc-social-btn {
	display: inline-flex !important;
	align-items: center;
	gap: 12px;
	background: #FFD600;
	color: #181818;
	border-radius: 10px;
	box-shadow: 0 2px 12px #FFD60022;
	padding: 0.5em 1.5em 0.5em 0.7em;
	font-weight: 700;
	font-size: 1.1rem;
	border: none;
	text-decoration: none;
	transition: box-shadow 0.2s, background 0.2s, color 0.2s;
	min-width: 180px;
	max-width: 100%;
	overflow: hidden;
}
.esc-social-btn:hover {
	background: #fff;
	color: #FFD600;
	box-shadow: 0 4px 24px #FFD60044;
}
.esc-social-btn img {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	border-radius: 6px;
	box-shadow: none;
	background: #25D366;
	padding: 3px;
}
.esc-social-btn span {
	display: inline-block;
	background: none;
	color: inherit;
	font-weight: 700;
	font-size: 1.1rem;
	padding: 0;
	border-radius: 0;
	margin: 0;
}
@media (max-width: 600px) {
	.esc-social-btn {
		min-width: 120px;
		font-size: 1rem;
		padding: 0.5em 1em 0.5em 0.5em;
	}
	.esc-social-btn img {
		width: 26px;
		height: 26px;
		padding: 2px;
	}
}
.esc-ico {
	font-size: 1.2em;
	margin-right: 0.2em;
}
@media (max-width: 900px) {
	.esc-model-single { padding: 10px 0; }
	.esc-model-detail-wrap { flex-direction: column; min-height: 0; border-radius: 18px; }
	.esc-model-detail-imgbox, .esc-model-detail-content { min-width: 0; width: 100%; }
	.esc-model-detail-content { padding: 1.5rem 1rem; max-width: 100%; }
	.esc-model-detail-name { font-size: 1.6rem; }
	.esc-model-detail-bio { font-size: 1rem; }
	.esc-model-detail-meta li { font-size: 1rem; }
	.esc-social-btn { font-size: 1rem; padding: 0.5em 1em; }
}
@media (max-width: 700px) {
	.esc-model-detail-meta { gap: 0.7rem; font-size: 0.98rem; }
	.esc-model-detail-meta li { font-size: 0.98rem; }
	.esc-model-card.esc-model-card-home {
		height: 200px;
		min-height: 200px;
		max-height: 220px;
		margin: 0.13rem 0.07rem !important;
	}
	.esc-model-img {
		height: 155px;
		min-height: 155px;
		max-height: 170px;
		margin-bottom: 0.25rem !important;
	}
	.esc-model-info {
		padding: 0.04rem 0.1rem 0.04rem 0.1rem !important;
	}
	.esc-model-name {
		font-size: 0.75rem !important;
		line-height: 1.15;
		margin: 0.1rem 0 0.1rem 0;
		padding: 0;
		color: #FFD600;
		text-align: center;
		white-space: normal !important;
		overflow: visible !important;
		text-overflow: unset !important;
		font-weight: 700;
		letter-spacing: 0.01em;
	}
}

/* === AJANS ANASAYFA YENİ === */
.esc-hero-full {
	position: relative;
	min-height: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	overflow: hidden;
}
.esc-hero-bg {
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, #111 60%, #FFD600 120%);
	opacity: 0.92;
	z-index: 1;
}
.esc-hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
	width: 100%;
	padding: 4.5rem 1rem 3rem 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.esc-hero-title {
	color: #FFD600;
	font-size: 3.1rem;
	font-weight: 900;
	margin-bottom: 1.2rem;
	letter-spacing: 2px;
	line-height: 1.1;
	text-shadow: 0 2px 16px #0008;
}
.esc-hero-desc {
	color: #fff;
	font-size: 1.3rem;
	margin-bottom: 2.2rem;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0 2px 8px #0006;
}
.esc-hero-btn {
	margin-top: 0.5rem;
	font-size: 1.25rem;
	padding: 1em 2.5em;
	border-radius: 12px;
	font-weight: 900;
	box-shadow: 0 4px 24px #FFD60044;
}
.esc-home-models {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2.5rem 1rem 1.5rem 1rem;
}
.esc-home-models-title {
	color: #FFD600;
	font-size: 2.1rem;
	font-weight: 800;
	margin-bottom: 2.2rem;
	text-align: center;
	letter-spacing: 1px;
}
.esc-home-models-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 2.2rem;
	margin-bottom: 2.5rem;
	justify-items: center;
}
@media (max-width: 1200px) {
	.esc-home-models-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 900px) {
	.esc-home-models-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
	.esc-home-models-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
.esc-model-card-home {
	min-width: 0;
	max-width: 320px;
	width: 100%;
	background: #232323;
	border-radius: 18px;
	box-shadow: 0 4px 32px #FFD60022, 0 2px 16px #0008;
	overflow: hidden;
	border: 2px solid #FFD60022;
	transition: transform 0.3s cubic-bezier(.4,2,.6,1), box-shadow 0.3s, border 0.3s;
	position: relative;
	min-height: 420px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: stretch;
	margin: 0 auto;
}
.esc-model-card-home:hover {
	transform: translateY(-8px) scale(1.04);
	box-shadow: 0 8px 40px #FFD60055;
	border-color: #FFD600;
}
.esc-model-card-home .esc-model-img {
	width: 100%;
	height: 340px;
	max-height: 340px;
	aspect-ratio: 3/4;
	object-fit: cover;
	object-position: center;
	display: block;
	background: #333;
}
.esc-model-card-home .esc-model-info {
	padding: 1.2rem 1.2rem 1.5rem 1.2rem;
	background: transparent;
}
.esc-model-card-home .esc-model-name {
	color: #FFD600;
	font-size: 1.25rem;
	margin: 0 0 0.5rem 0;
	font-weight: 700;
}
.esc-model-card-home .esc-model-meta p {
	color: #ccc;
	font-size: 1rem;
	margin: 0;
}
.esc-home-footer {
	background: #181818;
	color: #FFD600;
	text-align: center;
	padding: 2.2rem 1rem 2.5rem 1rem;
	font-size: 1.1rem;
	margin-top: 2.5rem;
}
.esc-home-footer-inner {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.2rem;
}
.esc-home-footer a { color: #FFD600; font-weight: 700; }
.esc-home-footer a:hover { color: #fff; }
@media (max-width: 900px) {
	.esc-hero-title { font-size: 1.7rem; }
	.esc-home-models-title { font-size: 1.1rem; }
	.esc-home-btn, .esc-hero-btn { font-size: 1rem; padding: 0.7em 1.2em; }
	.esc-home-footer-inner { flex-direction: column; gap: 0.5rem; }
	.esc-main-header-inner { padding: 0.7rem 1rem; }
	.esc-main-logo { font-size: 1.2rem; }
	.esc-main-nav .esc-main-menu { gap: 1.1rem; }
	.esc-model-card-home { min-height: 320px; max-width: 100%; }
	.esc-model-card-home .esc-model-img { height: 220px; max-height: 220px; }
	.esc-home-models-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
	.esc-home-models-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.esc-main-header {
	width: 100%;
	background: #111;
	color: #FFD600;
	box-shadow: 0 2px 16px #FFD60011;
	border-bottom: 2px solid #FFD60044;
	position: sticky;
	top: 0;
	z-index: 100;
}
.esc-main-header-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.1rem 2rem;
}
.esc-main-logo {
	font-size: 2rem;
	font-weight: 900;
	color: #FFD600;
	letter-spacing: 2px;
}
.esc-main-nav .esc-main-menu {
	display: flex;
	gap: 2.2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.esc-main-nav .esc-main-menu li a {
	color: #FFD600;
	font-weight: 700;
	font-size: 1.1rem;
	text-decoration: none;
	transition: color 0.2s;
}
.esc-main-nav .esc-main-menu li a:hover {
	color: #fff;
}
.esc-home-main {
	background: #181818;
	min-height: 100vh;
	padding-bottom: 0;
}

.esc-models-archive {
	background: #181818;
	min-height: 100vh;
	padding: 40px 0 60px 0;
}
.esc-models-title {
	text-align: center;
	color: #FFD600;
	font-size: 2.3rem;
	margin-bottom: 2.5rem;
	letter-spacing: 2px;
	font-weight: 900;
}
.esc-models-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 2.2rem;
	max-width: 1200px;
	margin: 0 auto;
	justify-items: center;
}
.esc-model-card-archive {
	background: #232323;
	border-radius: 18px;
	box-shadow: 0 4px 32px #FFD60022, 0 2px 16px #0008;
	overflow: hidden;
	border: 2px solid #FFD60022;
	transition: transform 0.3s cubic-bezier(.4,2,.6,1), box-shadow 0.3s, border 0.3s;
	position: relative;
	min-height: 420px;
	max-width: 320px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: stretch;
	margin: 0 auto;
}
.esc-model-card-archive:hover {
	transform: translateY(-8px) scale(1.04);
	box-shadow: 0 8px 40px #FFD60055;
	border-color: #FFD600;
}
.esc-model-card-archive .esc-model-img {
	width: 100%;
	height: 340px;
	max-height: 340px;
	aspect-ratio: 3/4;
	object-fit: cover;
	object-position: center;
	display: block;
	background: #333;
}
.esc-model-card-archive .esc-model-info {
	padding: 1.2rem 1.2rem 1.5rem 1.2rem;
	background: transparent;
}
.esc-model-card-archive .esc-model-name {
	color: #FFD600;
	font-size: 1.18rem;
	margin: 0 0 0.5rem 0;
	font-weight: 700;
}
.esc-model-card-archive .esc-model-meta p {
	color: #ccc;
	font-size: 1rem;
	margin: 0;
}
@media (max-width: 900px) {
	.esc-models-title { font-size: 1.3rem; }
	.esc-model-card-archive { min-height: 260px; max-width: 100%; }
	.esc-model-card-archive .esc-model-img { height: 180px; max-height: 180px; }
	.esc-models-grid { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
}

/* === HERO SLIDER === */
.esc-hero-slider {
	position: relative;
	width: 100%;
	min-height: 480px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #111;
}
.esc-hero-slider-bg {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	z-index: 1;
	overflow: hidden;
}
.esc-hero-video-bg {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	filter: brightness(0.5) blur(1px);
}
.esc-hero-slider-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.esc-hero-slide {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	padding: 3rem 1rem;
	color: #fff;
}
.esc-hero-slide.active {
	display: flex;
	animation: fadeIn 1s;
}
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(30px); }
	to { opacity: 1; transform: translateY(0); }
}
.esc-hero-slider-nav {
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
}
.esc-hero-prev, .esc-hero-next {
	background: #FFD600;
	color: #181818;
	border: none;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-size: 1.3rem;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0 2px 8px #FFD60033;
	transition: background 0.2s, color 0.2s, transform 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.85;
}
.esc-hero-prev:hover, .esc-hero-next:hover {
	background: #fff;
	color: #FFD600;
	transform: scale(1.08);
}
@media (max-width: 700px) {
	.esc-hero-slider { min-height: 320px; }
	.esc-hero-slider-content { flex-direction: column; }
	.esc-hero-slide { padding: 2rem 0.5rem; }
	.esc-hero-prev, .esc-hero-next { width: 28px; height: 28px; font-size: 1rem; }
	.esc-hero-slider-nav { bottom: 8px; }
}

/* === MANKEN FİLTRE FORMU === */
.esc-models-filter {
	display: flex;
	gap: 1.5rem;
	margin: 2rem 0 2.5rem 0;
	background: #232323;
	padding: 1.2rem 1.5rem;
	border-radius: 16px;
	box-shadow: 0 2px 12px #FFD60022;
	flex-wrap: wrap;
	align-items: flex-end;
}
.esc-models-filter label {
	display: flex;
	flex-direction: column;
	color: #FFD600;
	font-weight: 700;
	font-size: 1rem;
	gap: 0.3rem;
}
.esc-models-filter input,
.esc-models-filter select {
	background: #181818;
	color: #fff;
	border: 1.5px solid #FFD60044;
	border-radius: 8px;
	padding: 0.5em 1em;
	font-size: 1rem;
	margin-top: 0.2rem;
	outline: none;
	transition: border 0.2s;
}
.esc-models-filter input:focus,
.esc-models-filter select:focus {
	border-color: #FFD600;
}
.esc-models-filter button {
	background: #FFD600;
	color: #181818;
	border: none;
	border-radius: 8px;
	padding: 0.7em 1.5em;
	font-weight: 700;
	font-size: 1rem;
	cursor: pointer;
	box-shadow: 0 2px 12px #FFD60033;
	transition: background 0.2s, color 0.2s;
}
.esc-models-filter button:hover {
	background: #fff;
	color: #FFD600;
}
@media (max-width: 900px) {
	.esc-models-filter { flex-direction: column; gap: 1rem; padding: 1rem; }
}

/* === BAŞVURU FORMU === */
.esc-basvuru-form {
	background: #232323;
	padding: 2rem 2.5rem;
	border-radius: 18px;
	box-shadow: 0 2px 16px #FFD60022;
	max-width: 500px;
	margin: 2rem auto;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}
.esc-basvuru-form label {
	color: #FFD600;
	font-weight: 700;
	font-size: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}
.esc-basvuru-form input,
.esc-basvuru-form textarea {
	background: #181818;
	color: #fff;
	border: 1.5px solid #FFD60044;
	border-radius: 8px;
	padding: 0.6em 1em;
	font-size: 1rem;
	margin-top: 0.2rem;
	outline: none;
	transition: border 0.2s;
}
.esc-basvuru-form input:focus,
.esc-basvuru-form textarea:focus {
	border-color: #FFD600;
}
.esc-basvuru-form button {
	background: #FFD600;
	color: #181818;
	border: none;
	border-radius: 8px;
	padding: 0.8em 1.7em;
	font-weight: 700;
	font-size: 1.1rem;
	cursor: pointer;
	box-shadow: 0 2px 12px #FFD60033;
	transition: background 0.2s, color 0.2s;
	margin-top: 1rem;
}
.esc-basvuru-form button:hover {
	background: #fff;
	color: #FFD600;
}
.esc-form-success {
	background: #FFD600;
	color: #181818;
	font-weight: 700;
	padding: 1.2rem 2rem;
	border-radius: 12px;
	text-align: center;
	margin: 2rem auto;
	max-width: 400px;
	box-shadow: 0 2px 12px #FFD60033;
}
@media (max-width: 700px) {
	.esc-basvuru-form { padding: 1rem 0.5rem; }
}

/* === HAKKIMIZDA SAYFASI === */
.esc-about-page {
	max-width: 800px;
	margin: 2.5rem auto;
	background: #232323;
	border-radius: 18px;
	box-shadow: 0 2px 16px #FFD60022;
	padding: 2.5rem 2rem;
}
.esc-about-hero {
	text-align: center;
	margin-bottom: 2.5rem;
}
.esc-about-title {
	color: #FFD600;
	font-size: 2.2rem;
	font-weight: 800;
	margin-bottom: 0.7rem;
}
.esc-about-desc {
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
}
.esc-about-content h2 {
	color: #FFD600;
	font-size: 1.3rem;
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}
.esc-about-content p {
	color: #fff;
	font-size: 1.08rem;
	margin-bottom: 1.2rem;
}
@media (max-width: 700px) {
	.esc-about-page { padding: 1.2rem 0.5rem; }
	.esc-about-title { font-size: 1.3rem; }
}

/* === İLETİŞİM SAYFASI === */
.esc-contact-page {
	max-width: 700px;
	margin: 2.5rem auto;
	background: #232323;
	border-radius: 18px;
	box-shadow: 0 2px 16px #FFD60022;
	padding: 2.5rem 2rem;
}
.esc-contact-hero {
	text-align: center;
	margin-bottom: 2rem;
}
.esc-contact-title {
	color: #FFD600;
	font-size: 2rem;
	font-weight: 800;
	margin-bottom: 0.7rem;
}
.esc-contact-desc {
	color: #fff;
	font-size: 1.1rem;
	margin-bottom: 1.2rem;
}
.esc-contact-info {
	color: #FFD600;
	font-size: 1.08rem;
	margin-bottom: 2rem;
}
.esc-contact-info a { color: #FFD600; text-decoration: underline; }
.esc-contact-content {
	margin-top: 1.5rem;
}
.esc-contact-form {
	background: #181818;
	padding: 1.5rem 1.5rem;
	border-radius: 14px;
	box-shadow: 0 2px 12px #FFD60022;
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	max-width: 420px;
	margin: 0 auto;
}
.esc-contact-form label {
	color: #FFD600;
	font-weight: 700;
	font-size: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}
.esc-contact-form input,
.esc-contact-form textarea {
	background: #232323;
	color: #fff;
	border: 1.5px solid #FFD60044;
	border-radius: 8px;
	padding: 0.6em 1em;
	font-size: 1rem;
	margin-top: 0.2rem;
	outline: none;
	transition: border 0.2s;
}
.esc-contact-form input:focus,
.esc-contact-form textarea:focus {
	border-color: #FFD600;
}
.esc-contact-form button {
	background: #FFD600;
	color: #181818;
	border: none;
	border-radius: 8px;
	padding: 0.8em 1.7em;
	font-weight: 700;
	font-size: 1.1rem;
	cursor: pointer;
	box-shadow: 0 2px 12px #FFD60033;
	transition: background 0.2s, color 0.2s;
	margin-top: 1rem;
}
.esc-contact-form button:hover {
	background: #fff;
	color: #FFD600;
}
@media (max-width: 700px) {
	.esc-contact-page { padding: 1.2rem 0.5rem; }
	.esc-contact-title { font-size: 1.2rem; }
}

/* === MANKEN GALERİ SLIDER === */
.esc-model-gallery-slider {
	position: relative;
	width: 100%;
	max-width: 420px;
	margin: 0 auto 1.5rem auto;
	overflow: hidden;
	border-radius: 16px;
	background: #222;
	box-shadow: 0 2px 16px #FFD60022;
	min-height: 420px;
	display: flex;
	align-items: center;
}
.esc-model-gallery-slide {
	display: none;
	width: 100%;
	height: 420px;
	align-items: center;
	justify-content: center;
}
.esc-model-gallery-slide.active {
	display: flex;
	animation: fadeIn 0.7s;
}
.esc-model-gallery-slide img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	border-radius: 16px;
}
.esc-gallery-prev, .esc-gallery-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #FFD600;
	color: #181818;
	border: none;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	font-size: 2rem;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0 2px 12px #FFD60033;
	transition: background 0.2s, color 0.2s;
	z-index: 2;
	opacity: 0.85;
}
.esc-gallery-prev { left: 10px; }
.esc-gallery-next { right: 10px; }
.esc-gallery-prev:hover, .esc-gallery-next:hover {
	background: #fff;
	color: #FFD600;
}
@media (max-width: 700px) {
	.esc-model-gallery-slider, .esc-model-gallery-slide img, .esc-model-gallery-slide { min-height: 220px; height: 220px; }
}
/* Ajans Notu */
.esc-model-detail-note {
	background: #FFD600;
	color: #181818;
	border-radius: 10px;
	padding: 1rem 1.2rem;
	margin: 1.2rem 0 1.5rem 0;
	font-weight: 600;
	font-size: 1.08rem;
	box-shadow: 0 2px 12px #FFD60033;
}

/* === SLIDER GENİŞ === */
.esc-hero-slider-wide { padding: 3.5rem 0 2.5rem 0; }
.esc-hero-slider-content-wide { max-width: 900px; margin: 0 auto; }
.esc-hero-title-wide { font-size: 3rem; letter-spacing: 2px; line-height: 1.13; margin-bottom: 1.2rem; }
.esc-hero-desc-wide { font-size: 1.35rem; margin-bottom: 2.2rem; }
.esc-hero-btn-wide { font-size: 1.25rem; padding: 1.1em 2.5em; border-radius: 14px; margin-bottom: 2.2rem; }
@media (max-width: 900px) {
  .esc-hero-title-wide { font-size: 2rem; }
  .esc-hero-desc-wide { font-size: 1.05rem; }
  .esc-hero-btn-wide { font-size: 1.05rem; padding: 0.8em 1.5em; }
}
/* === BLOG BÖLÜMÜ === */
.esc-home-blog { max-width: 1200px; margin: 3.5rem auto 2.5rem auto; padding: 0 1rem; }
.esc-home-blog-title { color: #FFD600; font-size: 2.1rem; font-weight: 800; text-align: center; margin-bottom: 2.2rem; letter-spacing: 1.5px; }
.esc-home-blog-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.2rem;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.esc-blog-card {
  position: relative;
  background: #181818;
  border-radius: 18px;
  box-shadow: 0 2px 16px #FFD60022;
  overflow: hidden;
  border: 2px solid #FFD600;
  transition: box-shadow 0.2s, border 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  margin: 0;
  padding: 0;
}
.esc-blog-card:hover {
  box-shadow: 0 8px 32px #FFD60055;
  border-color: #FFD600;
  transform: translateY(-8px) scale(1.03);
}
.esc-blog-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.1rem 1.3rem 0.2rem 1.3rem;
}
.esc-blog-badge {
  background: #FFD600;
  color: #181818;
  font-weight: 800;
  font-size: 0.98rem;
  border-radius: 8px;
  padding: 0.3em 1em;
  box-shadow: 0 2px 8px #FFD60033;
  margin-right: 0.7rem;
  letter-spacing: 1px;
}
.esc-blog-tags {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.esc-blog-tag {
  background: #232323;
  color: #FFD600;
  font-size: 0.93rem;
  border-radius: 7px;
  padding: 0.2em 0.8em;
  font-weight: 700;
  border: 1.2px solid #FFD60044;
}
.esc-blog-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  background: #232323;
  border-radius: 0 0 0 0;
}
.esc-blog-info {
  padding: 1.2rem 1.3rem 1.5rem 1.3rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.esc-blog-title {
  color: #FFD600;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  line-height: 1.2;
}
.esc-blog-excerpt {
  color: #fff;
  font-size: 1.05rem;
  margin: 0 0 1.1rem 0;
  flex: 1;
}
.esc-blog-readmore {
  display: inline-block;
  background: #FFD600;
  color: #181818;
  font-weight: 700;
  border-radius: 8px;
  padding: 0.5em 1.2em;
  font-size: 1rem;
  box-shadow: 0 2px 8px #FFD60033;
  transition: background 0.2s, color 0.2s;
  text-align: center;
  margin-top: 0.5rem;
  align-self: flex-start;
}
.esc-blog-card:hover .esc-blog-readmore {
  background: #fff;
  color: #FFD600;
}
@media (max-width: 900px) {
  .esc-home-blog-grid { grid-template-columns: 1fr !important; gap: 1.2rem; }
  .esc-blog-card { min-height: 0; }
  .esc-blog-info { padding: 1rem 0.7rem 1.2rem 0.7rem; }
}

/* === TEKİL POST (YAZI) ORTADA KUTU + SAĞDA WIDGET === */
.single-post .esc-post-layout {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 2.5rem auto;
}
.single-post .esc-post-mainbox {
  flex: 1 1 0;
  max-width: 900px;
  background: #232323;
  border-radius: 22px;
  box-shadow: 0 6px 36px #FFD60022, 0 2px 16px #0008;
  padding: 2.5rem 2rem 2.5rem 2rem;
  border: 2px solid #FFD60022;
  min-width: 0;
}
.single-post .esc-post-sidebar {
  width: 300px;
  background: #181818;
  border-radius: 18px;
  box-shadow: 0 2px 16px #FFD60022;
  padding: 1.5rem 1rem;
  border: 1.5px solid #FFD60022;
  min-width: 220px;
}
@media (max-width: 1100px) {
  .single-post .esc-post-layout {
    flex-direction: column;
    gap: 1.5rem;
    max-width: 98vw;
    padding: 0 0.5rem;
  }
  .single-post .esc-post-mainbox {
    max-width: 100%;
    padding: 1.2rem 0.5rem;
    margin: 0 auto;
  }
  .single-post .esc-post-sidebar {
    width: 100%;
    min-width: 0;
    margin: 0 auto;
    padding: 1rem 0.5rem;
  }
}

/* === POST ÖNE ÇIKAN GÖRSELİ KÜÇÜK VE STANDART === */
.esc-model-detail-img,
.esc-model-img-large,
.wp-block-post-featured-image {
  max-width: 320px !important;
  max-height: 180px !important;
  margin: 0 auto 1.2rem auto !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none !important;
  box-shadow: none !important;
}

.esc-model-detail-img img,
.esc-model-img-large img,
.wp-block-post-featured-image img,
.wp-post-image {
  max-width: 320px !important;
  max-height: 180px !important;
  width: 100% !important;
  height: 180px !important;
  margin: 0 auto !important;
  display: block;
  object-fit: cover !important;
  border-radius: 12px;
  box-shadow: 0 2px 8px #FFD60022;
}

/* === SON YAZILAR (ANASAYFA) GRID 4'LÜ ve SAYFALAMA === */
.esc-home-posts {
  max-width: 1200px;
  margin: 3.5rem auto 2.5rem auto;
  padding: 0 1rem;
}
.esc-home-posts-title {
  color: #FFD600;
  font-size: 2.1rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2.2rem;
  letter-spacing: 1.5px;
  font-family: 'Manrope', Arial, sans-serif;
}
.esc-home-posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 1100px) {
  .esc-home-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .esc-home-posts-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.esc-post-card {
  background: #181818;
  border-radius: 16px;
  box-shadow: 0 2px 16px #FFD60011;
  padding: 1.5rem 1.2rem 1.2rem 1.2rem;
  border: 1.5px solid #FFD60022;
  transition: box-shadow 0.2s, border 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 320px;
}
.esc-post-card:hover {
  box-shadow: 0 4px 32px #FFD60033;
  border-color: #FFD600;
  transform: translateY(-6px) scale(1.03);
}
.esc-post-img {
  width: 100%;
  max-width: 320px;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1.1rem;
  box-shadow: 0 2px 12px #FFD60022;
}
.esc-post-title {
  color: #FFD600;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  text-align: center;
  font-family: 'Manrope', Arial, sans-serif;
}
.esc-post-excerpt {
  color: #fff;
  font-size: 1.05rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-family: 'Manrope', Arial, sans-serif;
}
.esc-home-posts-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 2.5rem 0 1.5rem 0;
}
.esc-home-posts-pagination .page-numbers {
  background: #181818;
  color: #FFD600;
  border: 1.5px solid #FFD60044;
  border-radius: 8px;
  padding: 0.5em 1.1em;
  font-weight: 700;
  font-size: 1.1rem;
  transition: background 0.2s, color 0.2s, border 0.2s;
  text-decoration: none;
  margin: 0 2px;
  box-shadow: 0 2px 12px #FFD60011;
}
.esc-home-posts-pagination .page-numbers.current,
.esc-home-posts-pagination .page-numbers:hover {
  background: #FFD600;
  color: #181818;
  border-color: #FFD600;
}

/* === MOBİLDE VİTRİN KÜÇÜK, SADE, SCROLLLU, SADECE RESİM+BAŞLIK+TAG === */
@media (max-width: 700px) {
  .esc-home-models-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1rem !important;
    padding: 0.5rem;
  }
  .esc-model-card.esc-model-card-home {
    height: 200px;
    min-height: 200px;
    max-height: 220px;
    margin: 0.13rem 0.07rem !important;
  }
  .esc-model-img {
    height: 155px;
    min-height: 155px;
    max-height: 170px;
    margin-bottom: 0.25rem !important;
  }
  .esc-model-info {
    padding: 0.04rem 0.1rem 0.04rem 0.1rem !important;
  }
  .esc-model-name {
    font-size: 0.68rem !important;
    line-height: 1.05;
    max-height: 1.7em;
    margin: 0.02rem 0 0.02rem 0;
    padding: 0;
    color: #FFD600;
    text-align: center;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
  .esc-home-models-title {
    font-size: 1.25rem !important;
    color: #FFD600 !important;
    font-weight: 800 !important;
    text-align: center !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.7rem !important;
    letter-spacing: 0.5px !important;
    line-height: 1.2 !important;
  }
}

.esc-home-vitrin-badge {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.3rem;
}
.esc-vitrin-badge-text {
  display: inline-block;
  background: #FFD600;
  color: #181818;
  font-size: 1.25rem;
  font-weight: 800;
  border-radius: 1.2rem;
  padding: 0.45em 2.2em;
  box-shadow: 0 2px 12px #FFD60044;
  border: 2.5px solid #181818;
  letter-spacing: 0.5px;
  text-align: center;
  min-width: 120px;
}
@media (max-width: 700px) {
  .esc-vitrin-badge-text {
    font-size: 1.05rem;
    padding: 0.35em 1.2em;
    border-radius: 1.1rem;
    min-width: 90px;
  }
}

/* === POST ETİKETLERİ (TAG) KUTU ALTINDA MODERN === */
.esc-post-tags, .single-post .esc-post-tags {
  margin-top: 2.2rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-start;
}

.esc-single-tag, .esc-post-tags a {
  background: #232323;
  color: #FFD600;
  font-size: 0.98rem;
  border-radius: 7px;
  padding: 0.2em 0.8em;
  font-weight: 700;
  border: 1.2px solid #FFD60044;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  display: inline-block;
}
.esc-single-tag:hover, .esc-post-tags a:hover {
  background: #FFD600;
  color: #232323;
}