/**
 * Ye Gez — üst segment editorial portal (homepage-27).
 * Tipografi: Plus Jakarta Sans (başlık) + Source Sans 3 (gövde) — panel varsayılanı
 */

/* ═══ TOKENS ═══ */
body.phantaso-yegez-home {
	--yz-display: var(--phantaso-font-heading, "Plus Jakarta Sans"), system-ui, sans-serif;
	--yz-serif: var(--phantaso-font-heading, "Plus Jakarta Sans"), system-ui, sans-serif;
	--yz-sans: var(--phantaso-font-body, "Source Sans 3"), system-ui, sans-serif;
	--yz-accent-ui: #2563eb;
	--yz-ink: #101010;
	--yz-ink-2: #2a2a2a;
	--yz-muted: #6f6a63;
	--yz-line: #e8e2d8;
	--yz-line-soft: rgba(16, 16, 16, 0.06);
	--yz-paper: #faf8f4;
	--yz-white: #ffffff;
	--yz-accent: #1a4d3e;
	--yz-accent-2: #2d6b58;
	--yz-brass: #b8956b;
	--yz-brass-soft: #f3ebe0;
	--yz-max: 78rem;
	--yz-sidebar-col: minmax(340px, 392px);
	--yz-r: 0.625rem;
	--yz-r-md: 0.75rem;
	--yz-r-lg: 1rem;
	--yz-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--yz-shadow: 0 24px 64px rgba(16, 16, 16, 0.07);
	--yz-shadow-sm: 0 8px 24px rgba(16, 16, 16, 0.05);
	--yz-text-xs: 0.6875rem;
	--yz-text-sm: 0.8125rem;
	--yz-text-base: 1rem;
	--yz-text-lg: 1.125rem;
	--yz-display-sm: clamp(1.65rem, 2.8vw, 2.15rem);
	--yz-display-md: clamp(2rem, 3.8vw, 2.85rem);
	--yz-display-lg: clamp(2.35rem, 4.8vw, 3.65rem);
	font-family: var(--yz-sans);
	font-size: var(--phantaso-font-size, var(--yz-text-base));
	line-height: var(--phantaso-line-height, 1.65);
	background: var(--yz-paper);
	color: var(--yz-ink);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: -0.01em;
}

/* Kill legacy travel / geoit noise */
body.phantaso-yegez-home .phantaso-body { background: var(--yz-paper); }
body.phantaso-yegez-home .phantaso-container { max-width: var(--yz-max); padding-inline: clamp(1.15rem, 3vw, 1.75rem); }
body.phantaso-yegez-home .phantaso-theme-toggle { display: none !important; }
body.phantaso-yegez-home.phantaso-homepage--homepage-27 { overflow-x: clip; }
body.phantaso-yegez-home.phantaso-homepage--homepage-27 .phantaso-container { max-width: var(--yz-max); }

body.phantaso-yegez-home .screen-reader-text,
body.phantaso-yegez-home .screen-reader-text span {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
body.phantaso-yegez-home .phantaso-travel-portal .pm-layout {
	padding: 0 !important;
}

/* ═══ TYPE SYSTEM ═══ */
body.phantaso-yegez-home .yz-kicker {
	margin: 0 0 0.5rem;
	font-family: var(--yz-sans);
	font-size: var(--yz-text-xs);
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--yz-brass);
}

body.phantaso-yegez-home .yz-kicker--light { color: rgba(255, 255, 255, 0.72); }

body.phantaso-yegez-home .yz-title {
	margin: 0;
	font-family: var(--yz-serif);
	font-size: var(--yz-display-md);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: var(--yz-ink);
}

body.phantaso-yegez-home .yz-title--sm { font-size: var(--yz-display-sm); }
body.phantaso-yegez-home .yz-title--light { color: #fff; }

body.phantaso-yegez-home .yz-lead {
	margin: 0.65rem 0 0;
	max-width: 36rem;
	font-size: var(--yz-text-lg);
	line-height: 1.55;
	color: var(--yz-muted);
}

body.phantaso-yegez-home .yz-lead--light { color: rgba(255, 255, 255, 0.78); }

body.phantaso-yegez-home .yz-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.85rem;
}

body.phantaso-yegez-home .yz-meta__pill {
	display: inline-flex;
	padding: 0.28rem 0.7rem;
	border-radius: 999px;
	background: var(--yz-brass-soft);
	color: #6b5438;
	font-size: var(--yz-text-xs);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.phantaso-yegez-home .yz-meta__eyebrow {
	display: block;
	font-size: var(--yz-text-xs);
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--yz-muted);
}

body.phantaso-yegez-home .yz-meta__place {
	font-size: var(--yz-text-sm);
	font-weight: 600;
	color: var(--yz-accent);
	text-decoration: none;
}

body.phantaso-yegez-home .yz-section-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	margin-bottom: 2rem;
}

body.phantaso-yegez-home .yz-section-head--split { align-items: center; }

/* ═══ BUTTONS & LINKS ═══ */
body.phantaso-yegez-home .yz-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 2.75rem;
	padding: 0.65rem 1.35rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-family: var(--yz-sans);
	font-size: var(--yz-text-sm);
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s var(--yz-ease), background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

body.phantaso-yegez-home .yz-btn:hover { transform: translateY(-1px); }

body.phantaso-yegez-home .yz-btn--ink {
	background: var(--yz-ink);
	color: #fff;
	box-shadow: var(--yz-shadow-sm);
}

body.phantaso-yegez-home .yz-btn--ink:hover { background: var(--yz-ink-2); color: #fff; }

body.phantaso-yegez-home .yz-btn--ghost {
	background: transparent;
	color: var(--yz-ink);
	border-color: var(--yz-line);
}

body.phantaso-yegez-home .yz-btn--ghost:hover {
	border-color: var(--yz-ink);
	background: var(--yz-white);
}

body.phantaso-yegez-home .yz-btn--light {
	background: #fff;
	color: var(--yz-ink);
}

body.phantaso-yegez-home .yz-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: var(--yz-text-sm);
	font-weight: 700;
	color: var(--yz-accent);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.15s, gap 0.15s;
}

body.phantaso-yegez-home .yz-link-arrow::after {
	content: "→";
	transition: transform 0.15s var(--yz-ease);
}

body.phantaso-yegez-home .yz-link-arrow:hover { border-color: currentColor; gap: 0.55rem; }
body.phantaso-yegez-home .yz-link-arrow:hover::after { transform: translateX(2px); }
body.phantaso-yegez-home .yz-link-arrow--light { color: #fff; }

/* ═══ HEADER — Olivin sade menü ═══ */
body.phantaso-yegez-home {
	--yz-header-offset: 3.75rem;
	--yz-admin-bar-h: 0px;
	--yz-header-h: 3.75rem;
}

html.admin-bar body.phantaso-yegez-home,
body.admin-bar.phantaso-yegez-home {
	--yz-admin-bar-h: 32px;
	--yz-header-offset: calc(32px + var(--yz-header-h, 3.75rem));
}

@media screen and (max-width: 782px) {
	html.admin-bar body.phantaso-yegez-home,
	body.admin-bar.phantaso-yegez-home {
		--yz-admin-bar-h: 46px;
		--yz-header-offset: calc(46px + var(--yz-header-h, 3.75rem));
	}
}

body.phantaso-yegez-home.phantaso-sticky-header .phantaso-header--yz.yz-header,
body.phantaso-yegez-home .phantaso-header--yz.yz-header,
body.phantaso-yegez-home .yz-header {
	position: sticky;
	top: var(--yz-admin-bar-h, 0px);
	z-index: 1001;
	background: #ffffff !important;
	border-bottom: 1px solid var(--yz-line-soft);
	box-shadow: 0 1px 0 rgba(16, 16, 16, 0.04);
	overflow: visible !important;
	backdrop-filter: none !important;
	min-height: 3.5rem;
	isolation: isolate;
}

body.phantaso-sticky-header .phantaso-header--02.phantaso-header--premium.phantaso-header--yz {
	position: sticky !important;
	top: var(--yz-admin-bar-h, 0px) !important;
	z-index: 1001 !important;
	background: #ffffff !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	transform: none !important;
}

body.phantaso-yegez-home.phantaso-sticky-header .phantaso-header--premium .phantaso-header__main {
	position: static !important;
	top: auto !important;
}

body.phantaso-yegez-home .phantaso-header--yz,
body.phantaso-yegez-home .yz-header__inner,
body.phantaso-yegez-home .yz-nav {
	overflow: visible !important;
}

body.phantaso-yegez-home.phantaso-homepage--homepage-27 .phantaso-container {
	overflow-x: visible !important;
}

#wpadminbar {
	z-index: 1002 !important;
}

body.phantaso-yegez-home .yz-header.is-scrolled {
	box-shadow: 0 8px 28px rgba(16, 16, 16, 0.08);
}

body.phantaso-yegez-home .yz-header__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 1.25rem 2rem;
	padding: 0.7rem 0;
}

body.phantaso-yegez-home .yz-header__brand {
	min-width: 0;
}

body.phantaso-yegez-home .yz-header__logo,
body.phantaso-yegez-home .yz-header .custom-logo-link {
	font-family: var(--yz-sans);
	font-size: clamp(1.25rem, 2.4vw, 1.5rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: var(--yz-ink) !important;
	text-decoration: none;
}

body.phantaso-yegez-home .yz-header .custom-logo {
	max-height: 2rem;
	width: auto;
}

body.phantaso-yegez-home .yz-nav {
	display: flex;
	justify-content: center;
	min-width: 0;
	overflow: visible;
}

body.phantaso-yegez-home .yz-nav__list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 0 1.1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.phantaso-yegez-home .yz-nav__list > li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

body.phantaso-yegez-home .yz-nav__list > li > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.45rem 0;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--yz-ink-2) !important;
	background: transparent !important;
	border-radius: 0 !important;
	transition: color 0.15s var(--yz-ease);
}

body.phantaso-yegez-home .yz-nav__list > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	border-radius: 2px 2px 0 0;
	background: var(--yz-accent);
	transform: scaleX(0);
	transition: transform 0.18s var(--yz-ease);
}

body.phantaso-yegez-home .yz-nav__list > li:hover > a,
body.phantaso-yegez-home .yz-nav__list > .current-menu-item > a,
body.phantaso-yegez-home .yz-nav__list > .current-menu-ancestor > a {
	color: var(--yz-ink) !important;
}

body.phantaso-yegez-home .yz-nav__list > li:hover > a::after,
body.phantaso-yegez-home .yz-nav__list > .current-menu-item > a::after,
body.phantaso-yegez-home .yz-nav__list > .current-menu-ancestor > a::after,
body.phantaso-yegez-home .yz-nav__list > li.is-open > a::after {
	transform: scaleX(1);
}

body.phantaso-yegez-home .yz-nav__caret {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: -0.35rem;
	padding: 0.35rem 0.45rem;
	border: 0;
	background: transparent;
	color: var(--yz-ink-2);
	cursor: pointer;
	border-radius: var(--yz-r-sm);
	line-height: 1;
}

body.phantaso-yegez-home .yz-nav__caret span {
	display: block;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid currentColor;
	opacity: 0.55;
}

body.phantaso-yegez-home .yz-nav__list > li.is-open > .yz-nav__caret span {
	transform: rotate(180deg);
}

/* Sade dropdown — sadece metin */
body.phantaso-yegez-home .yz-nav__list > li > .sub-menu {
	position: absolute !important;
	top: calc(100% + 0.35rem);
	left: 50%;
	right: auto;
	display: block;
	min-width: 11.5rem;
	max-width: min(22rem, calc(100vw - 1.5rem));
	max-height: min(70vh, 24rem);
	margin: 0;
	padding: 0.4rem 0;
	list-style: none;
	background: #ffffff;
	border: 1px solid var(--yz-line-soft);
	border-radius: var(--yz-r-md);
	box-shadow: var(--yz-shadow-sm);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(-50%) translateY(6px);
	transition: opacity 0.16s var(--yz-ease), transform 0.16s var(--yz-ease), visibility 0.16s;
	z-index: 1010;
	overflow: auto;
	overscroll-behavior: contain;
}

body.phantaso-yegez-home .yz-nav__list > li.align-submenu-left > .sub-menu {
	left: 0;
	transform: translateY(6px);
}

body.phantaso-yegez-home .yz-nav__list > li.align-submenu-right > .sub-menu {
	left: auto;
	right: 0;
	transform: translateY(6px);
}

body.phantaso-yegez-home .yz-nav__list .sub-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.phantaso-yegez-home .yz-nav__list > li.is-open > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
	pointer-events: auto;
}

body.phantaso-yegez-home .yz-nav__list > li.align-submenu-left.is-open > .sub-menu {
	transform: translateY(0);
}

body.phantaso-yegez-home .yz-nav__list > li.align-submenu-right.is-open > .sub-menu {
	transform: translateY(0);
}

body.phantaso-yegez-home .yz-nav__list > .menu-item-has-children > .sub-menu {
	display: grid;
	gap: 0;
}

body.phantaso-yegez-home .yz-nav__list > .pt-mega-trigger--intents > .sub-menu,
body.phantaso-yegez-home .yz-nav__list > .menu-item-has-children:has(.pt-mega-intent) > .sub-menu {
	grid-template-columns: repeat(2, minmax(9.5rem, 1fr));
	min-width: 20rem;
	padding: 0.45rem;
}

body.phantaso-yegez-home .yz-nav__list .sub-menu .pt-mega-intent > a {
	border-left: 3px solid var(--yz-accent);
	padding-left: 0.75rem;
}

body.phantaso-yegez-home .yz-nav__list .sub-menu .pt-mega-intent--gezilecek-yerler > a { border-left-color: #2d6a4f; }
body.phantaso-yegez-home .yz-nav__list .sub-menu .pt-mega-intent--ne-yenir > a { border-left-color: #c2410c; }
body.phantaso-yegez-home .yz-nav__list .sub-menu .pt-mega-intent--ne-yapilir > a { border-left-color: #0369a1; }
body.phantaso-yegez-home .yz-nav__list .sub-menu .pt-mega-intent--nerede-kalinir > a { border-left-color: #4338ca; }
body.phantaso-yegez-home .yz-nav__list .sub-menu .pt-mega-intent--ne-alinir > a { border-left-color: #a16207; }
body.phantaso-yegez-home .yz-nav__list .sub-menu .pt-mega-intent--kamp-alanlari > a { border-left-color: #15803d; }
body.phantaso-yegez-home .yz-nav__list .sub-menu .pt-mega-intent--kis-turizmi > a { border-left-color: #475569; }

body.phantaso-yegez-home .yz-nav__list .sub-menu a {
	display: block;
	padding: 0.5rem 0.85rem;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	color: var(--yz-ink-2) !important;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.12s, color 0.12s;
}

body.phantaso-yegez-home .yz-nav__list .sub-menu a:hover {
	background: var(--yz-paper);
	color: var(--yz-accent) !important;
}

body.phantaso-yegez-home .phantaso-header--yz .phantaso-mega-panel,
body.phantaso-yegez-home .phantaso-header--yz .pt-mega-panel {
	display: none !important;
}

body.phantaso-yegez-home .yz-header__toggle {
	display: none;
}

body.phantaso-yegez-home .yz-header__toggle span {
	background: var(--yz-ink);
}

body.phantaso-yegez-home .phantaso-mobile-drawer__panel {
	background: #ffffff !important;
	border-left: 3px solid var(--yz-accent);
	box-shadow: -12px 0 40px rgba(16, 16, 16, 0.1);
}

body.phantaso-yegez-home .phantaso-mobile-drawer__head {
	border-bottom: 1px solid var(--yz-line-soft);
}

body.phantaso-yegez-home .phantaso-mobile-drawer__brand {
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--yz-ink);
}

body.phantaso-yegez-home .yz-drawer__list a {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--yz-ink);
}

body.phantaso-yegez-home .yz-drawer__list .sub-menu {
	margin: 0.25rem 0 0.5rem 0.85rem;
	padding-left: 0.65rem;
	border-left: 2px solid var(--yz-line);
	list-style: none;
}

body.phantaso-yegez-home .yz-drawer__list .sub-menu a {
	font-size: 0.8125rem;
	font-weight: 500;
	color: var(--yz-muted);
}

@media (max-width: 991px) {
	body.phantaso-yegez-home .yz-nav {
		display: none;
	}

	body.phantaso-yegez-home .yz-header__inner {
		grid-template-columns: 1fr auto;
	}

	body.phantaso-yegez-home .yz-header__toggle {
		display: inline-flex;
	}
}

/* ═══ TICKER ═══ */
body.phantaso-yegez-home .yz-ticker {
	border-bottom: 1px solid var(--yz-line-soft);
	background: var(--yz-white);
	padding: 0.7rem 0;
}

body.phantaso-yegez-home .yz-ticker__inner {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

body.phantaso-yegez-home .yz-ticker__label {
	flex-shrink: 0;
	padding-right: 1.25rem;
	border-right: 1px solid var(--yz-line);
	font-size: var(--yz-text-xs);
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--yz-accent);
}

body.phantaso-yegez-home .yz-ticker__viewport {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

body.phantaso-yegez-home .yz-ticker__track {
	display: flex;
	gap: 2.5rem;
	width: max-content;
	animation: yz-marquee 55s linear infinite;
}

body.phantaso-yegez-home .yz-ticker__track:hover { animation-play-state: paused; }

@keyframes yz-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

body.phantaso-yegez-home .yz-ticker__link {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	text-decoration: none;
	color: var(--yz-ink);
	white-space: nowrap;
}

body.phantaso-yegez-home .yz-ticker__title {
	font-size: var(--yz-text-sm);
	font-weight: 600;
}

body.phantaso-yegez-home .yz-ticker__link:hover .yz-ticker__title { color: var(--yz-accent); }

/* ═══ MASTHEAD ═══ */
body.phantaso-yegez-home .yz-masthead {
	padding: clamp(1.75rem, 4vw, 3rem) 0 clamp(2.5rem, 5vw, 3.5rem);
}

body.phantaso-yegez-home .yz-masthead__inner {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2rem);
}

@media (min-width: 1024px) {
	body.phantaso-yegez-home .yz-masthead__inner {
		grid-template-columns: 1.15fr 1fr;
		align-items: start;
	}
}

body.phantaso-yegez-home .yz-masthead__lead {
	display: grid;
	gap: 1.35rem;
}

body.phantaso-yegez-home .yz-masthead__lead-media {
	position: relative;
	display: block;
	border-radius: var(--yz-r-lg);
	overflow: hidden;
	aspect-ratio: 16 / 11;
	background: #ddd5c8;
	box-shadow: var(--yz-shadow);
}

body.phantaso-yegez-home .yz-masthead__lead-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s var(--yz-ease);
}

body.phantaso-yegez-home .yz-masthead__lead:hover .yz-masthead__lead-media img { transform: scale(1.03); }

body.phantaso-yegez-home .yz-masthead__lead-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.18) 100%);
	pointer-events: none;
}

body.phantaso-yegez-home .yz-masthead__lead-title {
	margin: 0.85rem 0 0.75rem;
	font-family: var(--yz-serif);
	font-size: var(--yz-display-lg);
	font-weight: 700;
	line-height: 1.06;
	letter-spacing: -0.035em;
}

body.phantaso-yegez-home .yz-masthead__lead-title a {
	color: var(--yz-ink);
	text-decoration: none;
}

body.phantaso-yegez-home .yz-masthead__lead-title a:hover { color: var(--yz-accent); }

body.phantaso-yegez-home .yz-masthead__lead-dek {
	margin: 0 0 1.15rem;
	font-size: var(--yz-text-lg);
	line-height: 1.62;
	color: var(--yz-muted);
	max-width: 38rem;
}

body.phantaso-yegez-home .yz-masthead__rail {
	display: grid;
	gap: 1.15rem;
}

@media (min-width: 640px) and (max-width: 1023px) {
	body.phantaso-yegez-home .yz-masthead__rail { grid-template-columns: 1fr 1fr; }
}

body.phantaso-yegez-home .yz-masthead__card {
	display: grid;
	grid-template-columns: 108px 1fr;
	gap: 1rem;
	align-items: start;
	padding-bottom: 1.15rem;
	border-bottom: 1px solid var(--yz-line-soft);
}

body.phantaso-yegez-home .yz-masthead__card:last-child { border-bottom: 0; padding-bottom: 0; }

body.phantaso-yegez-home .yz-masthead__card-media {
	display: block;
	border-radius: var(--yz-r);
	overflow: hidden;
	aspect-ratio: 1;
	background: #ddd5c8;
}

body.phantaso-yegez-home .yz-masthead__card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s var(--yz-ease);
}

body.phantaso-yegez-home .yz-masthead__card:hover .yz-masthead__card-media img { transform: scale(1.05); }

body.phantaso-yegez-home .yz-masthead__card-title {
	margin: 0.35rem 0 0;
	font-family: var(--yz-serif);
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.28;
}

body.phantaso-yegez-home .yz-masthead__card-title a {
	color: var(--yz-ink);
	text-decoration: none;
}

body.phantaso-yegez-home .yz-masthead__card-title a:hover { color: var(--yz-accent); }

/* ═══ EXPLORE / MAP ═══ */
body.phantaso-yegez-home .yz-explore {
	padding: clamp(2.5rem, 5vw, 3.75rem) 0;
	background: var(--yz-white);
	border-block: 1px solid var(--yz-line-soft);
}

body.phantaso-yegez-home .yz-explore__search {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem;
	padding: 0.4rem;
	border: 1px solid var(--yz-line);
	border-radius: 999px;
	background: var(--yz-paper);
	min-width: min(100%, 22rem);
}

body.phantaso-yegez-home .yz-explore__search input {
	flex: 1;
	min-width: 10rem;
	border: 0;
	background: transparent;
	padding: 0.6rem 0.95rem;
	font: inherit;
	font-size: var(--yz-text-sm);
	outline: none;
}

body.phantaso-yegez-home .yz-explore__card {
	margin-top: 0.25rem;
	padding: clamp(1.15rem, 2.5vw, 1.65rem);
	border: 1px solid var(--yz-line);
	border-radius: var(--yz-r-lg);
	background: var(--yz-paper);
	box-shadow: var(--yz-shadow-sm);
}

body.phantaso-yegez-home .pt-province-map__wrap--yegez,
body.phantaso-yegez-home .pt-province-map--homepage,
body.phantaso-yegez-home .pt-province-map--yegez,
body.phantaso-yegez-home .yz-map-band,
body.phantaso-yegez-home .yz-map-band .pt-province-map,
body.phantaso-yegez-home .yz-map-band .phantaso-container--map-yegez,
body.phantaso-yegez-home .yz-map-band .pt-province-map__wrap,
body.phantaso-yegez-home .yz-map-band .pt-province-map__wrap--yegez {
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
}

body.phantaso-yegez-home .pt-province-map__legend--yegez {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.45rem;
	margin: 0 0 1.15rem;
	padding: 0;
	background: transparent;
	border: 0;
}

body.phantaso-yegez-home .pt-province-map__legend--yegez button {
	padding: 0.45rem 0.95rem;
	border: 1px solid var(--yz-line);
	border-radius: 999px;
	background: var(--yz-white);
	font-size: var(--yz-text-xs);
	font-weight: 700;
	cursor: pointer;
	transition: all 0.15s;
}

body.phantaso-yegez-home .pt-province-map__legend--yegez button.is-active,
body.phantaso-yegez-home .pt-province-map__legend--yegez button:hover {
	background: var(--yz-ink);
	border-color: var(--yz-ink);
	color: #fff;
}

body.phantaso-yegez-home .pt-yegez-city {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 0.95rem;
	border: 1px solid var(--yz-line);
	border-radius: 999px;
	background: var(--yz-white);
	font-size: var(--yz-text-sm);
	font-weight: 600;
	color: var(--yz-ink);
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.15s var(--yz-ease);
}

body.phantaso-yegez-home .pt-yegez-city:hover {
	border-color: var(--yz-accent);
	transform: translateY(-1px);
}

body.phantaso-yegez-home .pt-yegez-city__plate {
	min-width: 1.55rem;
	height: 1.55rem;
	border-radius: 50%;
	background: var(--yz-accent);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: var(--yz-text-xs);
	font-weight: 800;
}

body.phantaso-yegez-home .pt-city-rail__btn--edge {
	width: 2.4rem;
	height: 2.4rem;
	border: 1px solid var(--yz-line);
	border-radius: 50%;
	background: var(--yz-white);
	cursor: pointer;
}

body.phantaso-yegez-home .pt-province-map--homepage.pt-province-map--yegez,
body.phantaso-yegez-home .yz-map-band .pt-province-map,
body.phantaso-yegez-home .yz-map-band .pt-province-map--yegez {
	padding: 0 !important;
	background: transparent !important;
}

body.phantaso-yegez-home .pt-province-map__legend--yegez {
	display: none !important;
}

body.phantaso-yegez-home .pt-province-map__wrap--yegez {
	position: relative;
	width: 100%;
	max-width: min(100%, 88rem);
	margin-inline: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	aspect-ratio: 1005 / 490;
	max-height: none;
	min-height: clamp(300px, 44vw, 480px);
	overflow: visible;
}

body.phantaso-yegez-home .pt-province-map--yegez .pt-province-map__object,
body.phantaso-yegez-home .pt-province-map--yegez .pt-province-map__svg {
	display: block;
	width: 100%;
	height: 100%;
	min-height: clamp(300px, 44vw, 480px);
	max-height: none;
	border: 0;
	background: transparent;
}

body.phantaso-yegez-home .pt-province-map--homepage.pt-province-map--vector .pt-province-map__shape {
	fill: #d4cdc2;
	stroke: #fff;
	stroke-width: 0.5;
	transition: fill 0.15s;
}

body.phantaso-yegez-home .pt-province-map--homepage.pt-province-map--vector .pt-province-map__region:hover .pt-province-map__shape,
body.phantaso-yegez-home .pt-province-map--homepage.pt-province-map--vector .pt-province-map__region.is-active .pt-province-map__shape {
	fill: var(--yz-accent);
}

/* ═══ INTENTS ═══ */
body.phantaso-yegez-home .yz-intents {
	padding: 1.15rem 0;
	background: var(--yz-paper);
	border-bottom: 1px solid var(--yz-line-soft);
}

body.phantaso-yegez-home .yz-intents__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.55rem 1.25rem;
}

body.phantaso-yegez-home .yz-intents__link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.35rem 0;
	font-size: var(--yz-text-sm);
	font-weight: 600;
	color: var(--yz-ink-2);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.15s, border-color 0.15s;
}

body.phantaso-yegez-home .yz-intents__dot {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--yz-intent, var(--yz-brass));
}

body.phantaso-yegez-home .yz-intents__link:hover {
	color: var(--yz-ink);
	border-color: var(--yz-intent, var(--yz-brass));
}

/* ═══ EDITOR ═══ */
body.phantaso-yegez-home .yz-editor {
	padding: clamp(2.75rem, 5vw, 4rem) 0;
}

body.phantaso-yegez-home .yz-editor__grid {
	display: grid;
	gap: 1.75rem;
}

@media (min-width: 992px) {
	body.phantaso-yegez-home .yz-editor__grid { grid-template-columns: 1.12fr 1fr; align-items: start; }
}

body.phantaso-yegez-home .yz-editor__lead {
	background: var(--yz-white);
	border: 1px solid var(--yz-line);
	border-radius: var(--yz-r-lg);
	overflow: hidden;
	box-shadow: var(--yz-shadow-sm);
}

body.phantaso-yegez-home .yz-editor__lead-media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

body.phantaso-yegez-home .yz-editor__lead-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s var(--yz-ease);
}

body.phantaso-yegez-home .yz-editor__lead:hover .yz-editor__lead-media img { transform: scale(1.04); }

body.phantaso-yegez-home .yz-editor__lead-body { padding: 1.45rem; }

body.phantaso-yegez-home .yz-editor__lead-title {
	margin: 0.75rem 0;
	font-family: var(--yz-serif);
	font-size: 1.55rem;
	font-weight: 700;
	line-height: 1.18;
}

body.phantaso-yegez-home .yz-editor__lead-title a { color: var(--yz-ink); text-decoration: none; }
body.phantaso-yegez-home .yz-editor__lead-title a:hover { color: var(--yz-accent); }

body.phantaso-yegez-home .yz-editor__excerpt {
	margin: 0 0 1rem;
	font-size: var(--yz-text-base);
	line-height: 1.62;
	color: var(--yz-muted);
}

body.phantaso-yegez-home .yz-editor__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
	border: 1px solid var(--yz-line);
	border-radius: var(--yz-r-lg);
	background: var(--yz-white);
	overflow: hidden;
}

body.phantaso-yegez-home .yz-editor__item { border-bottom: 1px solid var(--yz-line-soft); }
body.phantaso-yegez-home .yz-editor__item:last-child { border-bottom: 0; }

body.phantaso-yegez-home .yz-editor__item-link {
	display: grid;
	grid-template-columns: auto 1fr 64px;
	gap: 1rem;
	align-items: center;
	padding: 1rem 1.15rem;
	text-decoration: none;
	color: inherit;
	transition: background 0.15s;
}

body.phantaso-yegez-home .yz-editor__item-link:hover { background: var(--yz-paper); }

body.phantaso-yegez-home .yz-editor__num {
	font-family: var(--yz-serif);
	font-size: 1.35rem;
	font-weight: 600;
	color: var(--yz-brass);
	line-height: 1;
}

body.phantaso-yegez-home .yz-editor__item-title {
	display: block;
	font-size: var(--yz-text-sm);
	font-weight: 700;
	line-height: 1.38;
	color: var(--yz-ink);
}

body.phantaso-yegez-home .yz-editor__item-thumb {
	width: 64px;
	height: 64px;
	border-radius: var(--yz-r);
	overflow: hidden;
	background: var(--yz-paper);
}

body.phantaso-yegez-home .yz-editor__item-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* ═══ REGIONS ═══ */
body.phantaso-yegez-home .yz-regions {
	padding: clamp(2.75rem, 5vw, 4rem) 0;
	background: var(--yz-white);
	border-top: 1px solid var(--yz-line-soft);
}

body.phantaso-yegez-home .yz-regions__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

body.phantaso-yegez-home .yz-regions__card {
	position: relative;
	display: block;
	min-height: 280px;
	border-radius: var(--yz-r-lg);
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	box-shadow: var(--yz-shadow-sm);
	transition: transform 0.25s var(--yz-ease);
}

body.phantaso-yegez-home .yz-regions__card:hover { transform: translateY(-4px); }

body.phantaso-yegez-home .yz-regions__media {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: transform 0.55s var(--yz-ease);
}

body.phantaso-yegez-home .yz-regions__card:hover .yz-regions__media { transform: scale(1.06); }

body.phantaso-yegez-home .yz-regions__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.82) 100%);
}

body.phantaso-yegez-home .yz-regions__body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 280px;
	padding: 1.25rem;
}

body.phantaso-yegez-home .yz-regions__title {
	font-family: var(--yz-serif);
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff;
}

body.phantaso-yegez-home .yz-regions__desc {
	margin-top: 0.4rem;
	font-size: var(--yz-text-sm);
	line-height: 1.45;
	opacity: 0.9;
}

body.phantaso-yegez-home .yz-regions__body .yz-link-arrow { margin-top: 0.85rem; }

/* ═══ FEED ═══ */
body.phantaso-yegez-home .yz-feed {
	padding: clamp(2.75rem, 5vw, 4rem) 0;
}

body.phantaso-yegez-home .yz-feed__list { display: grid; gap: 0; }

body.phantaso-yegez-home .yz-feed__item {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
	padding: 1.65rem 0;
	border-bottom: 1px solid var(--yz-line-soft);
}

@media (min-width: 768px) {
	body.phantaso-yegez-home .yz-feed__item { grid-template-columns: 320px 1fr; align-items: start; }
}

body.phantaso-yegez-home .yz-feed__item:first-child { padding-top: 0; }

body.phantaso-yegez-home .yz-feed__media {
	display: block;
	border-radius: var(--yz-r-lg);
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #ddd5c8;
}

body.phantaso-yegez-home .yz-feed__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s var(--yz-ease);
}

body.phantaso-yegez-home .yz-feed__item:hover .yz-feed__media img { transform: scale(1.04); }

body.phantaso-yegez-home .yz-feed__title {
	margin: 0.55rem 0 0.65rem;
	font-family: var(--yz-serif);
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.2;
}

body.phantaso-yegez-home .yz-feed__title a { color: var(--yz-ink); text-decoration: none; }
body.phantaso-yegez-home .yz-feed__title a:hover { color: var(--yz-accent); }

body.phantaso-yegez-home .yz-feed__excerpt {
	margin: 0 0 1rem;
	font-size: var(--yz-text-base);
	line-height: 1.62;
	color: var(--yz-muted);
}

body.phantaso-yegez-home .yz-feed__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	font-size: var(--yz-text-sm);
	color: var(--yz-muted);
}

/* ═══ TABBED + RANK ═══ */
body.phantaso-yegez-home .phantaso-container.pm-layout {
	display: grid;
	gap: clamp(0.75rem, 1.5vw, 1rem);
	padding-block: clamp(0.75rem, 1.5vw, 1rem);
	max-width: var(--yz-max);
}

@media (min-width: 1024px) {
	body.phantaso-yegez-home .phantaso-container.pm-layout:has(.pm-sidebar) {
		grid-template-columns: minmax(0, 1fr) var(--yz-sidebar-col, minmax(340px, 392px));
	}

	body.phantaso-yegez-home .phantaso-container.pm-layout--yegez:has(.pm-sidebar--yegez) {
		grid-template-columns: minmax(0, 1fr) var(--yz-sidebar-col, minmax(340px, 392px));
		align-items: start;
	}
}

body.phantaso-yegez-home .yz-tabbed {
	padding: 1.65rem;
	border: 1px solid var(--yz-line);
	border-radius: var(--yz-r-lg);
	background: var(--yz-white);
	box-shadow: var(--yz-shadow-sm);
}

body.phantaso-yegez-home .yz-tabbed__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	margin-bottom: 1.5rem;
}

body.phantaso-yegez-home .yz-tabbed__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	border-bottom: 1px solid var(--yz-line);
}

body.phantaso-yegez-home .yz-tabbed__tab {
	padding: 0.55rem 1rem;
	border: 0;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	background: transparent;
	font-family: var(--yz-sans);
	font-size: var(--yz-text-sm);
	font-weight: 700;
	color: var(--yz-muted);
	cursor: pointer;
	transition: color 0.15s, border-color 0.15s;
}

body.phantaso-yegez-home .yz-tabbed__tab.is-active {
	color: var(--yz-ink);
	border-color: var(--yz-brass);
}

body.phantaso-yegez-home .yz-tabbed__panel:not(.is-active) { display: none; }

body.phantaso-yegez-home .yz-tabbed__grid {
	display: grid;
	gap: 1.5rem;
}

@media (min-width: 768px) {
	body.phantaso-yegez-home .yz-tabbed__grid { grid-template-columns: 1fr 1.08fr; }
}

body.phantaso-yegez-home .yz-tabbed__row {
	display: grid;
	grid-template-columns: 68px 1fr;
	gap: 0.85rem;
	align-items: start;
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--yz-line-soft);
}

body.phantaso-yegez-home .yz-tabbed__row:last-child { border-bottom: 0; }

body.phantaso-yegez-home .yz-tabbed__row-thumb {
	display: block;
	border-radius: var(--yz-r);
	overflow: hidden;
	aspect-ratio: 1;
	background: #ddd5c8;
}

body.phantaso-yegez-home .yz-tabbed__row-thumb img { width: 100%; height: 100%; object-fit: cover; }

body.phantaso-yegez-home .yz-tabbed__row-title {
	margin: 0.25rem 0 0;
	font-size: var(--yz-text-sm);
	font-weight: 700;
	line-height: 1.38;
}

body.phantaso-yegez-home .yz-tabbed__row-title a { color: var(--yz-ink); text-decoration: none; }

body.phantaso-yegez-home .yz-tabbed__feature-media {
	display: block;
	border-radius: var(--yz-r-lg);
	overflow: hidden;
	margin-bottom: 1rem;
}

body.phantaso-yegez-home .yz-tabbed__feature-media img { width: 100%; height: auto; display: block; }

body.phantaso-yegez-home .yz-tabbed__feature-title {
	margin: 0.65rem 0;
	font-family: var(--yz-serif);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.2;
}

body.phantaso-yegez-home .yz-tabbed__feature-title a { color: var(--yz-ink); text-decoration: none; }

body.phantaso-yegez-home .yz-tabbed__feature-dek {
	margin: 0 0 0.85rem;
	font-size: var(--yz-text-base);
	line-height: 1.6;
	color: var(--yz-muted);
}

body.phantaso-yegez-home .yz-rank {
	padding: 1.45rem;
	border: 1px solid var(--yz-line);
	border-radius: var(--yz-r-lg);
	background: var(--yz-white);
	box-shadow: var(--yz-shadow-sm);
	position: relative;
	top: auto;
	align-self: start;
}

body.phantaso-yegez-home .yz-rank__head { margin-bottom: 1.15rem; }

body.phantaso-yegez-home .yz-rank__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
}

body.phantaso-yegez-home .yz-rank__item {
	display: grid;
	grid-template-columns: auto 1fr 56px;
	gap: 0.85rem;
	align-items: start;
	padding: 0.9rem 0;
	border-bottom: 1px solid var(--yz-line-soft);
}

body.phantaso-yegez-home .yz-rank__item:last-child { border-bottom: 0; }

body.phantaso-yegez-home .yz-rank__num {
	font-family: var(--yz-serif);
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--yz-brass);
	line-height: 1;
}

body.phantaso-yegez-home .yz-rank__title {
	margin: 0.25rem 0;
	font-size: var(--yz-text-sm);
	font-weight: 700;
	line-height: 1.35;
}

body.phantaso-yegez-home .yz-rank__title a { color: var(--yz-ink); text-decoration: none; }

body.phantaso-yegez-home .yz-rank__time {
	font-size: var(--yz-text-xs);
	color: var(--yz-muted);
}

body.phantaso-yegez-home .yz-rank__thumb {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: var(--yz-r);
	overflow: hidden;
	background: var(--yz-paper);
}

body.phantaso-yegez-home .yz-rank__thumb img { width: 100%; height: 100%; object-fit: cover; }

body.phantaso-yegez-home .pm-sidebar .yz-block {
	margin: 0;
}

/* ═══ NEWSLETTER ═══ */
body.phantaso-yegez-home .yz-newsletter {
	padding: clamp(2.75rem, 5vw, 3.75rem) 0;
	background: var(--yz-ink);
	color: #fff;
}

body.phantaso-yegez-home .yz-newsletter__inner {
	display: grid;
	gap: 1.5rem;
	align-items: center;
}

@media (min-width: 768px) {
	body.phantaso-yegez-home .yz-newsletter__inner { grid-template-columns: 1fr auto; }
}

body.phantaso-yegez-home .yz-newsletter__form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 0.4rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	min-width: min(100%, 24rem);
}

body.phantaso-yegez-home .yz-newsletter__form input {
	flex: 1;
	min-width: 12rem;
	border: 0;
	background: transparent;
	color: #fff;
	padding: 0.7rem 1rem;
	font: inherit;
	outline: none;
}

body.phantaso-yegez-home .yz-newsletter__form input::placeholder { color: rgba(255, 255, 255, 0.45); }

@media (max-width: 639px) {
	body.phantaso-yegez-home .yz-newsletter__inner {
		text-align: center;
	}

	body.phantaso-yegez-home .yz-newsletter__form {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		min-width: 0;
		border-radius: var(--yz-r-lg);
		padding: 0.65rem;
	}

	body.phantaso-yegez-home .yz-newsletter__form input {
		min-width: 0;
		width: 100%;
		padding: 0.75rem 1rem;
		border-radius: var(--yz-r-md);
		background: rgba(255, 255, 255, 0.08);
	}

	body.phantaso-yegez-home .yz-newsletter__form button {
		width: 100%;
		justify-content: center;
	}
}

/* ═══ FOOTER (luxe — legacy pp kuralları devre dışı) ═══ */
body.phantaso-yegez-home .phantaso-footer--pp.yz-footer-luxe {
	background: linear-gradient(180deg, #0a1018 0%, #0d1520 100%) !important;
	border-top: 3px solid #2ee6a8;
}

body.phantaso-yegez-home .phantaso-footer--pp.yz-footer-luxe .phantaso-footer__top,
body.phantaso-yegez-home .phantaso-footer--pp.yz-footer-luxe .phantaso-footer__bottom {
	display: none !important;
}

/* ═══ TYPOGRAPHY ENFORCEMENT (beat theme tokens) ═══ */
body.phantaso-yegez-home,
body.phantaso-yegez-home .phantaso-body {
	font-family: var(--yz-sans) !important;
}

body.phantaso-yegez-home .yz-title,
body.phantaso-yegez-home .yz-masthead__lead-title,
body.phantaso-yegez-home .yz-masthead__item-title,
body.phantaso-yegez-home .yz-masthead__num,
body.phantaso-yegez-home .yz-masthead__card-title,
body.phantaso-yegez-home .yz-feed__title,
body.phantaso-yegez-home .yz-editor__lead-title,
body.phantaso-yegez-home .yz-tabbed__feature-title,
body.phantaso-yegez-home .yz-regions__title,
body.phantaso-yegez-home .yz-header__logo,
body.phantaso-yegez-home .yz-header .custom-logo-link,
body.phantaso-yegez-home .phantaso-footer--pp .phantaso-footer__brand-name,
body.phantaso-yegez-home .yz-editor__num,
body.phantaso-yegez-home .yz-rank__num {
	font-family: var(--yz-serif) !important;
}

/* ═══ COMPOSITE BLOCKS (5-section layout) ═══ */

/* — Keşif Stüdyosu — */
body.phantaso-yegez-home .yz-studio {
	background: var(--yz-white);
	border-block: 1px solid var(--yz-line-soft);
}

body.phantaso-yegez-home .yz-studio__ticker {
	border-bottom: 1px solid var(--yz-line-soft);
	padding: 0.65rem 0;
	background: var(--yz-paper);
}

body.phantaso-yegez-home .yz-studio__body {
	padding: clamp(2rem, 4vw, 3rem) 0 clamp(2.5rem, 5vw, 3.5rem);
}

body.phantaso-yegez-home .yz-studio__intents {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.55rem 1.35rem;
	margin-bottom: 1.75rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid var(--yz-line-soft);
}

/* — 81 il şeridi (haritadan ayrı) — */
body.phantaso-yegez-home .yz-city-rail {
	padding: clamp(1.35rem, 3vw, 2rem) 0 clamp(0.85rem, 2vw, 1.25rem);
	background: var(--yz-white);
	border-bottom: 1px solid var(--yz-line-soft);
}

body.phantaso-yegez-home .yz-city-rail__head {
	margin-bottom: 1rem;
}

body.phantaso-yegez-home .yz-city-rail .pt-city-rail--yegez {
	padding: 0;
	margin: 0;
}

body.phantaso-yegez-home .yz-city-rail .pt-city-rail--fullbleed {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-inline: clamp(0.35rem, 2.5vw, 1.5rem);
	box-sizing: border-box;
}

body.phantaso-yegez-home .yz-city-rail .pt-city-rail__bleed {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(0.35rem, 1.5vw, 0.85rem);
	width: 100%;
}

body.phantaso-yegez-home .yz-city-rail .pt-city-rail--yegez .pt-city-rail__viewport {
	margin: 0;
	padding: 0.35rem 0 0.5rem;
	overflow: hidden;
}

body.phantaso-yegez-home .yz-city-rail .pt-city-rail__track--yegez {
	gap: clamp(0.4rem, 1.2vw, 0.65rem);
}

body.phantaso-yegez-home .yz-city-rail .pt-city-rail__btn--edge {
	width: 2.5rem;
	height: 2.5rem;
	border: none;
	border-radius: 999px;
	background: var(--yz-ink);
	color: #fff;
	box-shadow: 0 6px 20px rgba(16, 16, 16, 0.18);
}

body.phantaso-yegez-home .yz-city-rail .pt-city-rail__btn--edge:hover {
	background: var(--yz-accent);
}

/* — Harita bandı (şeffaf) — */
body.phantaso-yegez-home .yz-map-band {
	padding: clamp(0.5rem, 1.5vw, 1rem) 0 clamp(1.25rem, 2.5vw, 2rem);
	background: transparent;
}

body.phantaso-yegez-home .yz-map-band .pt-province-map--yegez .phantaso-container--map-yegez {
	max-width: min(100%, 78rem);
	margin-inline: auto;
	padding-inline: clamp(1rem, 3vw, 1.75rem);
}

/* — Editöryal Merkez — */
body.phantaso-yegez-home .yz-hub {
	padding: clamp(1.75rem, 3.5vw, 2.5rem) 0;
	background: var(--yz-paper);
}

body.phantaso-yegez-home .yz-hub__editor {
	display: grid;
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
	body.phantaso-yegez-home .yz-hub__editor {
		grid-template-columns: 1.15fr 1fr;
		align-items: start;
	}
}

body.phantaso-yegez-home .yz-hub__badge {
	margin: 0 0 0.65rem;
	font-size: var(--yz-text-xs);
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--yz-brass);
}

body.phantaso-yegez-home .yz-hub__subhead {
	margin: 0 0 1.15rem;
	font-family: var(--yz-serif);
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--yz-ink);
}

body.phantaso-yegez-home .yz-hub__feed {
	margin-bottom: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid var(--yz-line-soft);
}

body.phantaso-yegez-home .yz-hub__feed-grid {
	display: grid;
	gap: 1.15rem;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

@media (min-width: 768px) {
	body.phantaso-yegez-home .yz-hub__feed-grid { grid-template-columns: repeat(3, 1fr); }
}

body.phantaso-yegez-home .yz-hub__card {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--yz-line);
	border-radius: var(--yz-r-lg);
	background: var(--yz-white);
	overflow: hidden;
	box-shadow: var(--yz-shadow-sm);
	transition: transform 0.2s var(--yz-ease), box-shadow 0.2s;
}

body.phantaso-yegez-home .yz-hub__card:hover {
	transform: translateY(-3px);
	box-shadow: var(--yz-shadow);
}

body.phantaso-yegez-home .yz-hub__card-media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #ddd5c8;
}

body.phantaso-yegez-home .yz-hub__card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s var(--yz-ease);
}

body.phantaso-yegez-home .yz-hub__card:hover .yz-hub__card-media img { transform: scale(1.05); }

body.phantaso-yegez-home .yz-hub__card-body {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 1rem 1.05rem 1.15rem;
	flex: 1;
}

body.phantaso-yegez-home .yz-hub__card-title {
	margin: 0;
	font-family: var(--yz-serif);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
}

body.phantaso-yegez-home .yz-hub__card-title a {
	color: var(--yz-ink);
	text-decoration: none;
}

body.phantaso-yegez-home .yz-hub__card-title a:hover { color: var(--yz-accent); }

body.phantaso-yegez-home .yz-hub__card-body time {
	margin-top: auto;
	font-size: var(--yz-text-xs);
	color: var(--yz-muted);
}

body.phantaso-yegez-home .yz-hub__regions {
	padding-top: 2rem;
	border-top: 1px solid var(--yz-line-soft);
}

/* — Koleksiyon Masası — */
body.phantaso-yegez-home .yz-collection {
	padding: clamp(2.75rem, 5vw, 4rem) 0;
	background: var(--yz-white);
	border-top: 1px solid var(--yz-line-soft);
}

body.phantaso-yegez-home .yz-collection__grid {
	display: grid;
	gap: 1.75rem;
	align-items: start;
}

@media (min-width: 1024px) {
	body.phantaso-yegez-home .yz-collection__grid {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
	}
}

body.phantaso-yegez-home .yz-collection .yz-tabbed {
	margin: 0;
}

body.phantaso-yegez-home .yz-collection .yz-rank {
	position: sticky;
	top: 6rem;
}

/* ═══ IOSBILGI-STYLE RICH COMPONENTS ═══ */

body.phantaso-yegez-home .yz-section-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.25rem;
	margin-bottom: 1.35rem;
	padding-bottom: 0.65rem;
	border-bottom: 2px solid var(--yz-line);
}

body.phantaso-yegez-home .yz-section-bar__title {
	margin: 0;
	font-family: var(--yz-serif);
	font-size: 1.45rem;
	font-weight: 700;
	color: var(--yz-ink);
	position: relative;
	padding-bottom: 0.45rem;
}

body.phantaso-yegez-home .yz-section-bar__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.72rem;
	width: 2.75rem;
	height: 3px;
	border-radius: 999px;
	background: var(--yz-accent-ui);
}

body.phantaso-yegez-home .yz-chip-link {
	display: inline-flex;
	align-items: center;
	padding: 0.4rem 0.9rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--yz-accent-ui) 10%, white);
	color: var(--yz-accent-ui);
	font-size: var(--yz-text-xs);
	font-weight: 700;
	text-decoration: none;
	transition: background 0.15s;
}

body.phantaso-yegez-home .yz-chip-link:hover {
	background: color-mix(in srgb, var(--yz-accent-ui) 16%, white);
}

body.phantaso-yegez-home .yz-meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 1rem;
	margin-top: 0.55rem;
	font-size: var(--yz-text-xs);
	color: var(--yz-muted);
}

body.phantaso-yegez-home .yz-meta-row__item {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
}

body.phantaso-yegez-home .yz-meta-row__views { color: #dc2626; font-weight: 700; }

body.phantaso-yegez-home .yz-card-v2 {
	display: flex;
	flex-direction: column;
	background: var(--yz-white);
	border: 1px solid var(--yz-line);
	border-radius: var(--yz-r-lg);
	overflow: hidden;
	box-shadow: var(--yz-shadow-sm);
	transition: transform 0.2s var(--yz-ease), box-shadow 0.2s;
}

body.phantaso-yegez-home .yz-card-v2:hover {
	transform: translateY(-3px);
	box-shadow: var(--yz-shadow);
}

body.phantaso-yegez-home .yz-card-v2__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #ddd5c8;
	position: relative;
}

body.phantaso-yegez-home .yz-card-v2__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s var(--yz-ease);
}

body.phantaso-yegez-home .yz-card-v2:hover .yz-card-v2__media img { transform: scale(1.05); }

body.phantaso-yegez-home .yz-card-v2__body { padding: 1rem 1.05rem 1.1rem; }

body.phantaso-yegez-home .yz-card-v2__cat {
	display: inline-flex;
	margin-bottom: 0.45rem;
	font-size: var(--yz-text-xs);
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--yz-cat, var(--yz-accent-ui));
	text-decoration: none;
}

body.phantaso-yegez-home .yz-card-v2__cat--inline { margin-bottom: 0.35rem; }

body.phantaso-yegez-home .yz-card-v2__title {
	margin: 0;
	font-family: var(--yz-serif);
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.3;
}

body.phantaso-yegez-home .yz-card-v2__title a { color: var(--yz-ink); text-decoration: none; }
body.phantaso-yegez-home .yz-card-v2__title a:hover { color: var(--yz-accent-ui); }

body.phantaso-yegez-home .yz-card-v2--overlay .yz-card-v2__media { aspect-ratio: 4 / 3; }

body.phantaso-yegez-home .yz-card-v2__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.82) 100%);
}

body.phantaso-yegez-home .yz-card-v2__badge {
	position: absolute;
	left: 0.75rem;
	top: 0.75rem;
	padding: 0.25rem 0.6rem;
	border-radius: 999px;
	background: var(--yz-cat, var(--yz-accent));
	color: #fff;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.phantaso-yegez-home .yz-card-v2--overlay .yz-card-v2__media {
	color: #fff;
}

body.phantaso-yegez-home .yz-card-v2__overlay-title {
	position: absolute;
	left: 0.75rem;
	right: 0.75rem;
	bottom: 0.75rem;
	color: #fff;
	font-family: var(--yz-serif);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.32;
}

body.phantaso-yegez-home .yz-card-v2--overlay .yz-meta-row {
	padding: 0.65rem 0.85rem 0.75rem;
	margin: 0;
	border-top: 1px solid var(--yz-line-soft);
}

/* Spotlight 3-col */
body.phantaso-yegez-home .yz-spotlight {
	padding: clamp(2rem, 4vw, 2.75rem) 0;
	background: var(--yz-white);
	border-bottom: 1px solid var(--yz-line-soft);
}

body.phantaso-yegez-home .yz-spotlight__grid {
	display: grid;
	gap: 1.15rem;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	body.phantaso-yegez-home .yz-spotlight__grid { grid-template-columns: repeat(3, 1fr); }
}

/* Showcase 3x2 */
body.phantaso-yegez-home .yz-showcase {
	padding: clamp(2rem, 4vw, 2.75rem) 0;
	background: var(--yz-paper);
}

body.phantaso-yegez-home .yz-showcase__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

@media (min-width: 900px) {
	body.phantaso-yegez-home .yz-showcase__grid { grid-template-columns: repeat(3, 1fr); }
}

/* Intent gallery */
body.phantaso-yegez-home .yz-gallery {
	padding: clamp(2rem, 4vw, 2.75rem) 0;
	background: var(--yz-white);
	border-block: 1px solid var(--yz-line-soft);
}

body.phantaso-yegez-home .yz-gallery__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 900px) {
	body.phantaso-yegez-home .yz-gallery__grid { grid-template-columns: repeat(4, 1fr); }
}

body.phantaso-yegez-home .yz-gallery__card {
	position: relative;
	display: block;
	min-height: 320px;
	border-radius: var(--yz-r-lg);
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	box-shadow: var(--yz-shadow-sm);
	transition: transform 0.22s var(--yz-ease);
}

@media (min-width: 900px) {
	body.phantaso-yegez-home .yz-gallery__card { min-height: 380px; }
}

body.phantaso-yegez-home .yz-gallery__card:hover { transform: translateY(-4px); }

body.phantaso-yegez-home .yz-gallery__media {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: transform 0.5s var(--yz-ease);
}

body.phantaso-yegez-home .yz-gallery__card:hover .yz-gallery__media { transform: scale(1.06); }

body.phantaso-yegez-home .yz-gallery__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.88) 100%);
}

body.phantaso-yegez-home .yz-gallery__body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 320px;
	padding: 1.1rem;
}

@media (min-width: 900px) {
	body.phantaso-yegez-home .yz-gallery__body { min-height: 380px; }
}

body.phantaso-yegez-home .yz-gallery__label {
	font-family: var(--yz-serif);
	font-size: 1.2rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.9);
}

body.phantaso-yegez-home .yz-gallery__desc {
	margin-top: 0.35rem;
	font-size: var(--yz-text-sm);
	line-height: 1.45;
	opacity: 0.9;
	color: #fff;
}

/* Category trio */
body.phantaso-yegez-home .yz-trio {
	padding: clamp(2.25rem, 4vw, 3rem) 0;
	background: var(--yz-paper);
	border-top: 1px solid var(--yz-line-soft);
}

body.phantaso-yegez-home .yz-trio__grid {
	display: grid;
	gap: 1.5rem;
}

@media (min-width: 1024px) {
	body.phantaso-yegez-home .yz-trio__grid { grid-template-columns: repeat(3, 1fr); }
}

body.phantaso-yegez-home .yz-trio__col {
	background: var(--yz-white);
	border: 1px solid var(--yz-line);
	border-radius: var(--yz-r-lg);
	padding: 1.15rem;
	box-shadow: var(--yz-shadow-sm);
}

body.phantaso-yegez-home .yz-trio__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1rem;
	padding-bottom: 0.55rem;
	border-bottom: 2px solid var(--yz-line);
}

body.phantaso-yegez-home .yz-trio__title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--yz-cat, var(--yz-accent-ui));
}

body.phantaso-yegez-home .yz-trio__lead-media {
	display: block;
	border-radius: var(--yz-r);
	overflow: hidden;
	margin-bottom: 0.75rem;
}

body.phantaso-yegez-home .yz-trio__lead-media img { width: 100%; height: auto; display: block; }

body.phantaso-yegez-home .yz-trio__lead-title {
	margin: 0 0 0.35rem;
	font-family: var(--yz-serif);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
}

body.phantaso-yegez-home .yz-trio__lead-title a { color: var(--yz-ink); text-decoration: none; }

body.phantaso-yegez-home .yz-trio__list {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: grid;
	gap: 0;
	border-top: 1px solid var(--yz-line-soft);
}

body.phantaso-yegez-home .yz-trio__item {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 0.75rem;
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--yz-line-soft);
}

body.phantaso-yegez-home .yz-trio__item:last-child { border-bottom: 0; }

body.phantaso-yegez-home .yz-trio__thumb {
	display: block;
	border-radius: var(--yz-r);
	overflow: hidden;
	aspect-ratio: 1;
	background: var(--yz-paper);
}

body.phantaso-yegez-home .yz-trio__thumb img { width: 100%; height: 100%; object-fit: cover; }

body.phantaso-yegez-home .yz-trio__item-text h4 {
	margin: 0 0 0.25rem;
	font-size: var(--yz-text-sm);
	font-weight: 700;
	line-height: 1.35;
}

body.phantaso-yegez-home .yz-trio__item-text h4 a { color: var(--yz-ink); text-decoration: none; }

/* Magazine stream */
body.phantaso-yegez-home .yz-stream {
	padding: clamp(2.25rem, 4vw, 3rem) 0 clamp(2.5rem, 5vw, 3.5rem);
	background: var(--yz-white);
	border-top: 1px solid var(--yz-line-soft);
}

body.phantaso-yegez-home .yz-stream__list { display: grid; gap: 0; }

body.phantaso-yegez-home .yz-stream__item {
	display: grid;
	gap: 1.15rem;
	grid-template-columns: 1fr;
	padding: 1.35rem 0;
	border-bottom: 1px solid var(--yz-line-soft);
}

@media (min-width: 768px) {
	body.phantaso-yegez-home .yz-stream__item { grid-template-columns: 280px 1fr; align-items: start; }
}

body.phantaso-yegez-home .yz-stream__media {
	display: block;
	border-radius: var(--yz-r-lg);
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #ddd5c8;
}

body.phantaso-yegez-home .yz-stream__media img { width: 100%; height: 100%; object-fit: cover; }

body.phantaso-yegez-home .yz-stream__title {
	margin: 0.35rem 0 0.55rem;
	font-family: var(--yz-serif);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.25;
}

body.phantaso-yegez-home .yz-stream__title a { color: var(--yz-ink); text-decoration: none; }

body.phantaso-yegez-home .yz-stream__excerpt {
	margin: 0 0 0.35rem;
	font-size: var(--yz-text-base);
	line-height: 1.62;
	color: var(--yz-muted);
}

body.phantaso-yegez-home .yz-hub--editor {
	padding: clamp(2rem, 4vw, 2.75rem) 0;
	background: var(--yz-white);
	border-bottom: 1px solid var(--yz-line-soft);
}

body.phantaso-yegez-home .yz-hub--editor .yz-editor__item-link {
	grid-template-columns: auto 1fr 64px;
}

body.phantaso-yegez-home .yz-hub--editor .yz-meta-row { margin-top: 0.25rem; }

/* ═══ DISCOVER HERO (yegez.com.tr) ═══ */
body.phantaso-yegez-home .yz-discover {
	position: relative;
	padding: clamp(2.75rem, 6vw, 4.5rem) 0 clamp(2rem, 4vw, 3rem);
	background: linear-gradient(180deg, rgba(8, 22, 18, 0.72), rgba(8, 22, 18, 0.55));
	color: #fff;
	overflow: hidden;
}

body.phantaso-yegez-home .yz-discover__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

body.phantaso-yegez-home .yz-discover__bg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.phantaso-yegez-home .yz-discover--lux {
	padding: clamp(3rem, 7vw, 5rem) 0 clamp(2.25rem, 4.5vw, 3.25rem);
	background: linear-gradient(180deg, rgba(6, 14, 12, 0.78) 0%, rgba(8, 22, 18, 0.62) 42%, rgba(10, 28, 22, 0.82) 100%);
}

body.phantaso-yegez-home .yz-discover__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		radial-gradient(ellipse 90% 70% at 50% -10%, rgba(255, 255, 255, 0.12), transparent 58%),
		radial-gradient(ellipse 50% 40% at 100% 100%, rgba(22, 128, 107, 0.18), transparent 60%);
	pointer-events: none;
}

body.phantaso-yegez-home .yz-discover__grain {
	position: absolute;
	inset: 0;
	z-index: 1;
	opacity: 0.35;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
	background-size: 180px 180px;
	mix-blend-mode: soft-light;
	pointer-events: none;
}

body.phantaso-yegez-home .yz-discover__inner {
	position: relative;
	z-index: 2;
	max-width: 56rem;
	margin-inline: auto;
	text-align: center;
}

body.phantaso-yegez-home .yz-discover__kicker {
	margin: 0 0 0.75rem;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--yz-brass);
}

body.phantaso-yegez-home .yz-discover__title {
	margin: 0 0 0.85rem;
	font-family: var(--yz-serif);
	font-size: clamp(1.85rem, 4.2vw, 2.75rem);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.035em;
	color: #fff;
	text-wrap: balance;
}

body.phantaso-yegez-home .yz-discover__dek {
	max-width: 38rem;
	margin: 0 auto 1.5rem;
	font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.78);
	text-wrap: pretty;
}

body.phantaso-yegez-home .yz-discover__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 0.55rem;
	padding: 0.5rem;
	border-radius: calc(var(--yz-r-xl) + 2px);
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(255, 255, 255, 0.65);
	box-shadow:
		0 22px 56px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(8px);
}

body.phantaso-yegez-home .yz-discover__field {
	display: flex;
	align-items: center;
	min-width: 0;
}

body.phantaso-yegez-home .yz-discover__field--grow {
	position: relative;
}

body.phantaso-yegez-home .yz-discover__icon {
	position: absolute;
	left: 0.85rem;
	color: rgba(15, 40, 32, 0.45);
	pointer-events: none;
}

body.phantaso-yegez-home .yz-discover__input,
body.phantaso-yegez-home .yz-discover__select {
	width: 100%;
	border: 0;
	background: transparent;
	font-family: var(--yz-sans);
	font-size: 0.92rem;
	color: var(--yz-ink);
}

body.phantaso-yegez-home .yz-discover__input {
	padding: 0.85rem 0.85rem 0.85rem 2.35rem;
}

body.phantaso-yegez-home .yz-discover__select {
	max-width: 11rem;
	padding: 0.85rem 0.65rem;
	border-left: 1px solid var(--yz-line);
	cursor: pointer;
}

body.phantaso-yegez-home .yz-discover__btn {
	padding: 0.85rem 1.35rem;
	border: 0;
	border-radius: var(--yz-r-md);
	background: linear-gradient(135deg, var(--yz-accent), var(--yz-accent-2));
	font-family: var(--yz-sans);
	font-size: 0.88rem;
	font-weight: 800;
	color: #fff;
	cursor: pointer;
	white-space: nowrap;
	transition: transform 0.2s var(--yz-ease), box-shadow 0.2s;
}

body.phantaso-yegez-home .yz-discover__btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(26, 77, 62, 0.35);
}

body.phantaso-yegez-home .yz-discover__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.45rem 0.65rem;
	margin-top: 1rem;
}

body.phantaso-yegez-home .yz-discover__tags-label {
	font-size: var(--yz-text-sm);
	font-weight: 700;
	color: rgba(255, 255, 255, 0.72);
}

body.phantaso-yegez-home .yz-discover__tags-track {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.4rem;
}

body.phantaso-yegez-home .yz-discover__tag {
	display: inline-flex;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.18);
	font-size: 0.78rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	transition: background 0.2s;
}

body.phantaso-yegez-home .yz-discover__tag:hover {
	background: rgba(255, 255, 255, 0.24);
}

body.phantaso-yegez-home .yz-discover__social {
	margin-top: clamp(1.35rem, 3vw, 1.85rem);
	padding-top: clamp(1.1rem, 2.5vw, 1.45rem);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.phantaso-yegez-home .yz-discover__social-label {
	display: block;
	margin-bottom: 0.75rem;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

body.phantaso-yegez-home .yz-discover__social-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.45rem;
}

body.phantaso-yegez-home .yz-discover__social-card {
	display: inline-flex;
	align-items: center;
	min-height: 2.35rem;
	padding: 0;
	border-radius: 999px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
	transition: transform 0.2s var(--yz-ease-lux), box-shadow 0.2s;
}

body.phantaso-yegez-home .yz-discover__social-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
	color: #fff;
}

body.phantaso-yegez-home .yz-discover__social-icon {
	display: grid;
	place-items: center;
	flex: 0 0 2.35rem;
	width: 2.35rem;
	height: 2.35rem;
}

body.phantaso-yegez-home .yz-discover__social-copy {
	display: grid;
	gap: 0.05rem;
	padding: 0 0.85rem 0 0.15rem;
	text-align: left;
}

body.phantaso-yegez-home .yz-discover__social-name {
	font-size: 0.6875rem;
	font-weight: 800;
	line-height: 1.1;
}

body.phantaso-yegez-home .yz-discover__social-action {
	font-size: 0.5625rem;
	font-weight: 600;
	line-height: 1.1;
	opacity: 0.88;
}

body.phantaso-yegez-home .yz-discover__social-card.is-fb { background: #1877f2; }
body.phantaso-yegez-home .yz-discover__social-card.is-x { background: #0c0b0a; }
body.phantaso-yegez-home .yz-discover__social-card.is-in { background: #0a66c2; }
body.phantaso-yegez-home .yz-discover__social-card.is-yt { background: #ff0000; }
body.phantaso-yegez-home .yz-discover__social-card.is-ig {
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
body.phantaso-yegez-home .yz-discover__social-card.is-tk { background: #0c0b0a; }

@media (max-width: 767px) {
	body.phantaso-yegez-home .yz-discover__form {
		grid-template-columns: minmax(0, 1fr);
	}

	body.phantaso-yegez-home .yz-discover__select {
		max-width: none;
		border-left: 0;
		border-top: 1px solid var(--yz-line);
	}

	body.phantaso-yegez-home .yz-discover__btn {
		width: 100%;
	}

	body.phantaso-yegez-home .yz-discover__social-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* ═══ FEATURED MASTHEAD — editorial slider + numbered rail ═══ */
body.phantaso-yegez-home .yz-featured-masthead--lux {
	padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(2rem, 4vw, 2.75rem);
	background: var(--yz-paper);
}

body.phantaso-yegez-home .yz-featured-masthead__head {
	margin-bottom: clamp(1rem, 2vw, 1.35rem);
}

body.phantaso-yegez-home .yz-featured-masthead__heading {
	margin: 0;
	font-family: var(--yz-serif);
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: var(--yz-ink);
}

body.phantaso-yegez-home .yz-featured-masthead__grid {
	display: grid;
	gap: clamp(1rem, 2vw, 1.35rem);
	align-items: stretch;
}

@media (min-width: 992px) {
	body.phantaso-yegez-home .yz-featured-masthead__grid {
		grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
		min-height: clamp(420px, 52vh, 540px);
	}
}

body.phantaso-yegez-home .yz-featured-masthead__stage {
	position: relative;
	min-width: 0;
	min-height: 100%;
	border-radius: var(--yz-r-lg);
	overflow: hidden;
	box-shadow: var(--yz-shadow);
	background: #0c0b0a;
}

body.phantaso-yegez-home .yz-featured-masthead__track {
	position: relative;
	min-height: clamp(320px, 48vw, 540px);
	height: 100%;
}

body.phantaso-yegez-home .yz-featured-masthead__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.55s var(--yz-ease, ease);
}

body.phantaso-yegez-home .yz-featured-masthead__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}

body.phantaso-yegez-home .yz-featured-masthead__media {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

body.phantaso-yegez-home .yz-featured-masthead__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.75s var(--yz-ease, ease);
}

body.phantaso-yegez-home .yz-featured-masthead__slide.is-active .yz-featured-masthead__media:hover img {
	transform: scale(1.04);
}

body.phantaso-yegez-home .yz-featured-masthead__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(12, 11, 10, 0.12) 0%, transparent 38%),
		linear-gradient(0deg, rgba(12, 11, 10, 0.9) 0%, rgba(12, 11, 10, 0.42) 46%, transparent 74%);
	pointer-events: none;
}

body.phantaso-yegez-home .yz-featured-masthead__content {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 0.5rem;
	padding: clamp(1.35rem, 3vw, 2rem);
	max-width: 38rem;
}

body.phantaso-yegez-home .yz-featured-masthead__meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.75rem;
}

body.phantaso-yegez-home .yz-featured-masthead__place {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82);
}

body.phantaso-yegez-home .yz-featured-masthead__kicker {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--yz-brass);
}

body.phantaso-yegez-home .yz-featured-masthead__title {
	display: block;
	margin: 0;
	font-family: var(--yz-display);
	font-size: clamp(1.65rem, 3.2vw, 2.55rem);
	font-weight: 800;
	line-height: 1.06;
	letter-spacing: -0.038em;
	color: #fff;
}

body.phantaso-yegez-home .yz-featured-masthead__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1.15rem;
	margin-top: 0.35rem;
}

body.phantaso-yegez-home .yz-featured-masthead__stat {
	font-size: 0.8125rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.78);
}

body.phantaso-yegez-home .yz-featured-masthead__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.92;
	transition: gap 0.2s, opacity 0.2s;
}

body.phantaso-yegez-home .yz-featured-masthead__media:hover .yz-featured-masthead__cta {
	gap: 0.65rem;
	opacity: 1;
}

body.phantaso-yegez-home .yz-featured-masthead__controls {
	position: absolute;
	right: clamp(0.85rem, 2vw, 1.15rem);
	bottom: clamp(0.85rem, 2vw, 1.15rem);
	z-index: 4;
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.35rem 0.45rem;
	border-radius: 999px;
	background: rgba(12, 11, 10, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(10px);
}

body.phantaso-yegez-home .yz-featured-masthead__nav {
	display: inline-grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	cursor: pointer;
	transition: background 0.2s, transform 0.2s;
}

body.phantaso-yegez-home .yz-featured-masthead__nav:hover {
	background: rgba(255, 255, 255, 0.22);
}

body.phantaso-yegez-home .yz-featured-masthead__dots {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding-inline: 0.15rem;
}

body.phantaso-yegez-home .yz-featured-masthead__dot {
	width: 0.45rem;
	height: 0.45rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.38);
	cursor: pointer;
	transition: width 0.25s, background 0.25s;
}

body.phantaso-yegez-home .yz-featured-masthead__dot.is-active {
	width: 1.35rem;
	background: var(--yz-slide-intent, var(--yz-accent));
}

body.phantaso-yegez-home .yz-featured-masthead__rail {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	padding: clamp(1.15rem, 2.2vw, 1.45rem);
	border: 1px solid color-mix(in srgb, var(--yz-brass) 18%, var(--yz-line));
	border-radius: var(--yz-r-xl);
	background:
		linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 240, 232, 0.55) 100%),
		var(--yz-white);
	box-shadow: var(--yz-shadow-lux);
	overflow: hidden;
	isolation: isolate;
}

body.phantaso-yegez-home .yz-featured-masthead__rail::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--yz-brass), color-mix(in srgb, var(--yz-accent) 40%, var(--yz-brass)), transparent 85%);
	pointer-events: none;
}

body.phantaso-yegez-home .yz-featured-masthead__rail-label {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0 0 1rem;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--yz-brass);
}

body.phantaso-yegez-home .yz-featured-masthead__rail-label::after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, color-mix(in srgb, var(--yz-brass) 35%, transparent), transparent);
}

body.phantaso-yegez-home .yz-featured-masthead__rail-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0;
	flex: 1;
}

body.phantaso-yegez-home .yz-featured-masthead__rail-item {
	border-bottom: 1px solid color-mix(in srgb, var(--yz-line) 80%, transparent);
}

body.phantaso-yegez-home .yz-featured-masthead__rail-item:last-child {
	border-bottom: 0;
}

body.phantaso-yegez-home .yz-featured-masthead__rail-link {
	position: relative;
	display: grid;
	grid-template-columns: 2.5rem minmax(0, 1fr) 72px auto;
	gap: 0.85rem;
	align-items: center;
	padding: 1rem 0.35rem 1rem 0.65rem;
	margin-inline: -0.35rem;
	text-decoration: none;
	color: var(--yz-ink);
	border-radius: var(--yz-r-md);
	transition: background 0.22s var(--yz-ease-lux), transform 0.22s var(--yz-ease-lux);
}

body.phantaso-yegez-home .yz-featured-masthead__rail-link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 18%;
	bottom: 18%;
	width: 2px;
	border-radius: 999px;
	background: var(--yz-rail-intent, var(--yz-accent));
	transform: scaleY(0);
	transition: transform 0.22s var(--yz-ease-lux);
}

body.phantaso-yegez-home .yz-featured-masthead__rail-link:hover {
	background: color-mix(in srgb, var(--yz-white) 70%, var(--yz-brass-soft));
	transform: translateX(2px);
}

body.phantaso-yegez-home .yz-featured-masthead__rail-link:hover::before {
	transform: scaleY(1);
}

body.phantaso-yegez-home .yz-featured-masthead__rail-link:hover .yz-featured-masthead__rail-title {
	color: var(--yz-ink);
}

body.phantaso-yegez-home .yz-featured-masthead__rail-num {
	font-family: var(--yz-display);
	font-size: clamp(1.1rem, 1.8vw, 1.35rem);
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.04em;
	color: color-mix(in srgb, var(--yz-brass) 75%, var(--yz-ink));
	opacity: 0.85;
	transition: color 0.2s, opacity 0.2s;
}

body.phantaso-yegez-home .yz-featured-masthead__rail-link:hover .yz-featured-masthead__rail-num {
	color: var(--yz-brass);
	opacity: 1;
}

body.phantaso-yegez-home .yz-featured-masthead__rail-body {
	display: grid;
	gap: 0.28rem;
	min-width: 0;
}

body.phantaso-yegez-home .yz-featured-masthead__rail-body .yz-meta__eyebrow {
	font-size: 0.5625rem;
	letter-spacing: 0.12em;
}

body.phantaso-yegez-home .yz-featured-masthead__rail-title {
	font-family: var(--yz-display);
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -0.025em;
	transition: color 0.2s;
}

body.phantaso-yegez-home .yz-featured-masthead__rail-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
}

body.phantaso-yegez-home .yz-featured-masthead__rail-place,
body.phantaso-yegez-home .yz-featured-masthead__rail-reading {
	font-size: 0.6875rem;
	font-weight: 500;
	color: var(--yz-muted);
}

body.phantaso-yegez-home .yz-featured-masthead__rail-place + .yz-featured-masthead__rail-reading::before {
	content: "·";
	margin-right: 0.5rem;
	color: color-mix(in srgb, var(--yz-muted) 50%, transparent);
}

body.phantaso-yegez-home .yz-featured-masthead__rail-thumb {
	width: 72px;
	height: 72px;
	border-radius: calc(var(--yz-r-md) + 2px);
	overflow: hidden;
	background: var(--yz-paper);
	box-shadow: 0 4px 16px rgba(22, 40, 35, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.85);
}

body.phantaso-yegez-home .yz-featured-masthead__rail-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s var(--yz-ease-lux);
}

body.phantaso-yegez-home .yz-featured-masthead__rail-link:hover .yz-featured-masthead__rail-thumb img {
	transform: scale(1.08);
}

body.phantaso-yegez-home .yz-featured-masthead__rail-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	color: var(--yz-muted);
	opacity: 0;
	transform: translateX(-4px);
	transition: opacity 0.2s, transform 0.2s var(--yz-ease-lux), color 0.2s;
}

body.phantaso-yegez-home .yz-featured-masthead__rail-link:hover .yz-featured-masthead__rail-arrow {
	opacity: 1;
	transform: translateX(0);
	color: var(--yz-rail-intent, var(--yz-accent));
}

@media (max-width: 991px) {
	body.phantaso-yegez-home .yz-featured-masthead__grid {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
	}

	body.phantaso-yegez-home .yz-featured-masthead__rail {
		order: 2;
	}

	body.phantaso-yegez-home .yz-featured-masthead__track {
		min-height: clamp(280px, 62vw, 420px);
	}

	body.phantaso-yegez-home .yz-featured-masthead__title {
		font-size: clamp(1.35rem, 5vw, 1.85rem);
	}

	body.phantaso-yegez-home .yz-featured-masthead__rail-link {
		grid-template-columns: 2rem minmax(0, 1fr) 56px;
		padding: 0.85rem 0.25rem 0.85rem 0.5rem;
	}

	body.phantaso-yegez-home .yz-featured-masthead__rail-arrow {
		display: none;
	}

	body.phantaso-yegez-home .yz-featured-masthead__rail-thumb {
		width: 56px;
		height: 56px;
	}
}

/* ═══ INTENT HUBS — görsel kart şeridi + thumb listeler ═══ */
body.phantaso-yegez-home .yz-hubs__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
	body.phantaso-yegez-home .yz-hubs__cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	body.phantaso-yegez-home .yz-hubs__cards {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

body.phantaso-yegez-home .yz-hubs__card {
	position: relative;
	display: block;
	min-height: 7.5rem;
	border-radius: var(--yz-r-md);
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	box-shadow: var(--yz-shadow-sm);
}

body.phantaso-yegez-home .yz-hubs__card-media {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, var(--yz-cat, #c0392b), #1a1a1a);
	background-size: cover;
	background-position: center;
}

body.phantaso-yegez-home .yz-hubs__card-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 20%, rgba(12, 11, 10, 0.82) 100%);
}

body.phantaso-yegez-home .yz-hubs__card-body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 7.5rem;
	padding: 0.65rem 0.75rem;
}

body.phantaso-yegez-home .yz-hubs__card-kicker {
	font-size: 0.68rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	opacity: 0.92;
}

body.phantaso-yegez-home .yz-hubs__card-title {
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.3;
}

body.phantaso-yegez-home .yz-hubs__item-link {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	text-decoration: none;
	color: inherit;
}

body.phantaso-yegez-home .yz-hubs__item-thumb {
	flex: 0 0 2.5rem;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	overflow: hidden;
	background: var(--yz-paper);
}

body.phantaso-yegez-home .yz-hubs__item-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.phantaso-yegez-home .yz-hubs__item-text {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

body.phantaso-yegez-home .yz-hubs__item-title {
	font-weight: 700;
	line-height: 1.35;
}

body.phantaso-yegez-home .yz-hubs__item-meta {
	font-size: 0.75rem;
	color: var(--yz-muted);
}

