/* Sushi Landing — [sushi_landing] kısa kodu stilleri (sl- öneki ile izole) */

.sl-page {
	overflow-x: clip;
}

/* Temanın kenar çubuğu ve içerik daraltması landing sayfasında devre dışı */
body.sl-landing-body .sidebar {
	display: none !important;
}

body.sl-landing-body .page_content_wrap,
body.sl-landing-body .content_wrap,
body.sl-landing-body .content {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.sl-landing {
	--sl-dark: #222222; /* site footer'ı ile aynı ton */
	--sl-cream: #f7f2e9;
	--sl-gold: #c8a870;
	--sl-light-text: #f3ecdf;
}

/* Landing'de temanın sayfa başlığı bandı gizlenir; hero gerçek karşılama olur */
body.sl-landing-body .sc_layouts_title {
	display: none !important;
}

/* Header (logo + menü) şeffaflaşıp videonun üzerine biner — video sayfanın tepesinden başlar */
body.sl-landing-body .top_panel {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background: transparent !important;
}

body.sl-landing-body .top_panel .sc_layouts_row {
	background: transparent !important;
}

/* Header'ın kendi arka plan görseli (tabak) ve karartması landing'de kapalı */
body.sl-landing-body .top_panel .elementor-section {
	background: none !important;
}

body.sl-landing-body .top_panel .elementor-background-overlay {
	display: none !important;
}

/* Bandın yüksekliğini sıfırla; sadece logo/menü satırı kalsın */
body.sl-landing-body .top_panel .elementor-element-610d030b,
body.sl-landing-body .top_panel .elementor-element-610d030b > .elementor-container {
	min-height: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* Bölümler tam genişlik (temanın içerik kutusundan taşar) */
.sl-landing section {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.sl-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* ---------- Hero ---------- */
.sl-hero {
	position: relative;
	min-height: min(92vh, 860px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #0c0c0c;
}

.sl-hero-videobox {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.sl-hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: sl-zoom 26s ease-in-out infinite alternate;
}

/* Tema yine de oynatıcıyla sararsa: kontroller gizli, video tam kaplasın */
.sl-hero .mejs-controls,
.sl-hero .mejs-overlay-play {
	display: none !important;
}

.sl-hero .mejs-container {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: transparent !important;
}

.sl-hero .mejs-container video {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

@keyframes sl-zoom {
	from { transform: scale(1); }
	to { transform: scale(1.08); }
}

.sl-hero-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0.65) 100%);
}

.sl-hero-content {
	position: relative;
	text-align: center;
	color: var(--sl-light-text);
	padding: 40px 24px;
	max-width: 760px;
	animation: sl-rise 1.1s ease both 0.2s;
}

@keyframes sl-rise {
	from { opacity: 0; transform: translateY(28px); }
	to { opacity: 1; transform: none; }
}

.sl-kicker {
	font-size: 13px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--sl-gold);
	margin: 0 0 18px;
}

.sl-hero-title {
	color: #fff;
	font-size: clamp(34px, 6vw, 62px);
	line-height: 1.12;
	margin: 0 0 18px;
}

.sl-hero-sub {
	font-size: clamp(16px, 2.2vw, 19px);
	opacity: 0.9;
	margin: 0 0 34px;
}

/* ---------- Buton ---------- */
.sl-btn {
	display: inline-block;
	padding: 14px 36px;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: inherit;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.sl-hero .sl-btn,
.sl-dark .sl-btn {
	color: #fff;
}

.sl-hero .sl-btn:hover,
.sl-dark .sl-btn:hover {
	background: var(--sl-cream);
	border-color: var(--sl-cream);
	color: #131313;
}

.sl-light .sl-btn {
	color: #131313;
}

.sl-light .sl-btn:hover {
	background: #131313;
	border-color: #131313;
	color: var(--sl-cream);
}

/* ---------- Ortak bölüm düzeni ---------- */
.sl-section {
	padding: 84px 0;
}

.sl-light {
	background: var(--sl-cream);
	color: #1d1d1d;
}

.sl-dark {
	background: var(--sl-dark);
	color: var(--sl-light-text);
}

.sl-section-head {
	text-align: center;
	margin-bottom: 44px;
}

.sl-section-head h2 {
	font-size: clamp(28px, 4vw, 40px);
	margin: 0 0 10px;
	color: inherit;
}

.sl-section-head p {
	margin: 0;
	opacity: 0.7;
}

/* ---------- Kategori kartları ---------- */
.sl-cats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
}

.sl-cat-card {
	position: relative;
	display: block;
	border-radius: 16px;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	text-decoration: none;
}

.sl-cat-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.sl-cat-card:hover img {
	transform: scale(1.06);
}

.sl-cat-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.72) 100%);
}

.sl-cat-name {
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 20px;
	z-index: 1;
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
}

.sl-cat-name small {
	display: block;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--sl-gold);
	margin-top: 6px;
}

/* ---------- Hikaye ---------- */
.sl-story-quote {
	max-width: 720px;
	margin: 0 auto !important;
	text-align: center !important;
	font-size: clamp(19px, 2.6vw, 26px);
	line-height: 1.6;
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important; /* temanın beyaz alıntı kutusunu iptal et */
	box-shadow: none !important;
	font-style: normal;
}

.sl-story-quote::before,
.sl-story-quote::after {
	content: none !important;
	display: none !important;
}

.sl-story-count {
	text-align: center;
	margin-top: 22px;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--sl-gold);
}

.sl-story-cta {
	text-align: center;
	margin-top: 30px;
}

/* ---------- İletişim ---------- */
.sl-contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 28px;
	text-align: center;
	margin: 0 0 44px;
}

.sl-contact-item .sl-contact-k {
	display: block;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--sl-gold);
	margin-bottom: 10px;
}

.sl-contact-item,
.sl-contact-item a {
	color: inherit;
	font-size: 16px;
	line-height: 1.7;
	text-decoration: none;
}

.sl-contact-item a:hover {
	color: var(--sl-gold);
}

.sl-contact-cta {
	text-align: center;
}

/* ---------- Scroll animasyonları ---------- */
.sl-reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.sl-reveal.is-visible {
	opacity: 1;
	transform: none;
}

/* Kart ızgaralarında sıralı belirme */
.sl-stagger .vu-card,
.sl-stagger .sl-cat-card {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.sl-stagger.is-visible .vu-card,
.sl-stagger.is-visible .sl-cat-card {
	opacity: 1;
	transform: none;
}

.sl-stagger.is-visible > *:nth-child(2) { transition-delay: 0.08s; }
.sl-stagger.is-visible > *:nth-child(3) { transition-delay: 0.16s; }
.sl-stagger.is-visible > *:nth-child(4) { transition-delay: 0.24s; }
.sl-stagger.is-visible > *:nth-child(5) { transition-delay: 0.32s; }
.sl-stagger.is-visible > *:nth-child(6) { transition-delay: 0.4s; }
.sl-stagger.is-visible > *:nth-child(7) { transition-delay: 0.48s; }
.sl-stagger.is-visible > *:nth-child(8) { transition-delay: 0.56s; }

/* Hareket azaltma tercihi: animasyonsuz, her şey görünür */
@media (prefers-reduced-motion: reduce) {
	.sl-hero-video { animation: none; }
	.sl-hero-content { animation: none; }
	.sl-reveal,
	.sl-stagger .vu-card,
	.sl-stagger .sl-cat-card {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

@media (max-width: 640px) {
	.sl-section { padding: 56px 0; }
	.sl-hero { min-height: 78vh; }
}
