/* Symbol Group — Etiler Home page */

body.sge-page .entry-header,
body.sge-page .page-header,
body.sge-page h1.entry-title,
body.sge-page .wp-block-post-title {
	display: none !important;
}

body.sge-page .site-main,
body.sge-page .page-content,
body.sge-page .entry-content,
body.sge-page .elementor-widget-container,
body.sge-page .elementor-widget-shortcode,
body.sge-page .elementor-element {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.sge {
	--char: #16120e;
	--gold: #c4a574;
	--paper: #f3eee6;
	--ink: #1a1612;
	--muted: #6b6560;
	font-family: Outfit, "Segoe UI", sans-serif;
	color: var(--ink);
	line-height: 1.55;
	background: #fff;
}

.sge h1,
.sge h2,
.sge h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin: 0;
}

.sge-wrap {
	width: min(1120px, calc(100% - 40px));
	margin-inline: auto;
}

.sge-kicker {
	margin: 0 0 14px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold);
}

.sge-kicker--gold {
	color: #9a7b4a;
}

.sge-note {
	margin: 8px 0 32px;
	color: var(--muted);
	font-size: 18px;
}

.sge-btn {
	display: inline-flex;
	align-items: center;
	padding: 12px 22px;
	border-radius: 2px;
	background: var(--char);
	color: #fff !important;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 500;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.sge-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.sge-btn--gold {
	background: var(--gold);
	color: var(--char) !important;
}

.sge-btn--gold:hover {
	background: #fff;
}

.sge-btn--ghost {
	background: transparent;
	color: #fff !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.sge-btn--ghost:hover {
	background: #fff;
	color: var(--char) !important;
}

.sge-link {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	margin-top: 4px;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sge-link span {
	border-bottom: 1px solid rgba(255, 255, 255, 0.55);
	padding-bottom: 4px;
}

.sge-link::after {
	content: "";
	width: 40px;
	height: 1px;
	background: #fff;
	transition: width 0.3s ease, background 0.3s ease;
}

.sge-link:hover span {
	border-color: var(--gold);
}

.sge-link:hover::after {
	width: 72px;
	background: var(--gold);
}

.sge-hero {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	height: min(78vh, 640px);
	min-height: 460px;
	overflow: hidden;
	background: #111;
}

.sge-hero__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.sge-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(12, 9, 6, 0.82) 0%,
		rgba(12, 9, 6, 0.48) 48%,
		rgba(12, 9, 6, 0.22) 100%
	);
}

.sge-hero__copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	max-width: 680px;
	padding: 72px 8vw 72px;
	color: #fff;
}

.sge-hero h1 {
	font-size: clamp(42px, 6.4vw, 78px);
	color: #fff;
}

.sge-hero__lead {
	max-width: 32em;
	margin: 18px 0 28px;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.88);
}

.sge-stats {
	background: var(--char);
	color: #fff;
}

.sge-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 36px 0;
	text-align: center;
}

.sge-stats strong {
	display: block;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(26px, 2.8vw, 36px);
	color: #fff;
}

.sge-stats span {
	font-size: 14px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gold);
}

.sge-story {
	padding: 88px 0;
}

.sge-story__grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 72px;
}

.sge-story h2 {
	margin-bottom: 22px;
	font-size: clamp(32px, 4vw, 48px);
	color: var(--char);
}

.sge-story__copy p {
	margin: 0 0 16px;
	color: var(--muted);
	font-size: 19px;
}

.sge-timeline {
	margin: 0;
	padding: 8px 0 0 22px;
	border-left: 1px solid #d9d2c7;
	list-style: none;
}

.sge-timeline li {
	position: relative;
	margin: 0 0 28px;
	padding-left: 22px;
}

.sge-timeline li::before {
	content: "";
	position: absolute;
	left: -27px;
	top: 8px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--gold);
}

.sge-timeline time {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--char);
}

.sge-timeline p {
	margin: 0;
	color: var(--muted);
	font-size: 17px;
}

.sge-craft {
	padding: 0 0 88px;
}

.sge-craft h2 {
	margin: 0 0 36px;
	font-size: clamp(32px, 4vw, 48px);
	color: var(--char);
}

.sge-craft__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.sge-craft article {
	padding: 28px 24px;
	background: var(--paper);
}

.sge-craft span {
	display: block;
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.16em;
	color: #9a7b4a;
}

.sge-craft h3 {
	margin: 0 0 10px;
	font-size: 24px;
	color: var(--char);
}

.sge-craft p {
	margin: 0;
	color: var(--muted);
	font-size: 18px;
}

.sge-cats {
	padding: 0 0 88px;
}

.sge-cats h2 {
	margin: 0 0 8px;
	font-size: clamp(32px, 4vw, 48px);
	color: var(--char);
}

.sge-cats__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.sge-cat {
	display: block;
	padding: 32px 28px;
	background: var(--char);
	color: #fff !important;
	text-decoration: none !important;
}

.sge-cat span {
	font-size: 14px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold);
}

.sge-cat h3 {
	margin: 12px 0 22px;
	font-size: 26px;
	color: #fff;
}

.sge-cat em {
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 4px;
}

.sge-cat:hover em {
	border-color: var(--gold);
}

.sge-vitrine {
	padding: 0 0 96px;
}

.sge-vitrine h2 {
	margin: 0 0 8px;
	font-size: clamp(32px, 4vw, 48px);
	color: var(--char);
}

.sge-vitrine__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.sge-item {
	display: block;
	text-decoration: none !important;
	color: var(--ink) !important;
	background: var(--paper);
}

.sge-item img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	display: block;
	background: #ece8e2;
}

.sge-item__copy {
	padding: 18px 18px 22px;
}

.sge-item span {
	display: block;
	font-size: 13px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #9a7b4a;
}

.sge-item strong {
	display: block;
	margin: 6px 0 8px;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 24px;
	font-weight: 600;
	color: var(--char);
}

.sge-item p {
	margin: 0;
	color: var(--muted);
	font-size: 17px;
}

.sge-item:hover strong {
	color: #9a7b4a;
}

.sge-app {
	padding: 72px 0;
	background: var(--paper);
}

.sge-app h2 {
	margin: 0 0 12px;
	font-size: clamp(32px, 4vw, 48px);
	color: var(--char);
}

.sge-app p {
	margin: 0;
	color: var(--muted);
	font-size: 19px;
}

.sge-app__grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 40px;
	align-items: center;
}

.sge-app__stores {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.sge-store {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex: 1;
	min-width: 210px;
	padding: 14px 22px 14px 16px;
	border-radius: 10px;
	background: #111;
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.sge-store__logo {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	display: block;
}

.sge-store__copy {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.sge-store em {
	font-style: normal;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.8;
}

.sge-store strong {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.sge-store:hover {
	transform: translateY(-4px);
	background: #2a241c;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28), inset 0 0 0 1px var(--gold);
}

.sge-store:hover em {
	color: var(--gold);
	opacity: 1;
}

.sge-ig {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 14px 20px;
	border-radius: 2px;
	background: transparent;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 17px;
	font-weight: 500;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.sge-ig__logo {
	width: 22px;
	height: 22px;
	display: block;
	flex-shrink: 0;
}

.sge-ig:hover {
	transform: translateY(-3px);
	background: linear-gradient(45deg, #f58529 0%, #dd2a7b 52%, #8134af 100%);
	box-shadow: 0 12px 26px rgba(221, 42, 123, 0.38);
	color: #fff !important;
}

@media (prefers-reduced-motion: reduce) {
	.sge-btn,
	.sge-store,
	.sge-ig {
		transition: none;
	}

	.sge-btn:hover,
	.sge-store:hover,
	.sge-ig:hover {
		transform: none;
	}
}

.sge-go {
	padding: 56px 0;
	background: var(--char);
	color: #fff;
}

.sge-go h2 {
	margin: 0 0 10px;
	font-size: clamp(28px, 3.6vw, 42px);
	color: #fff;
}

.sge-go p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 18px;
}

.sge-go__row {
	display: grid;
	grid-template-columns: 1.1fr auto;
	gap: 32px;
	align-items: center;
}

.sge-go__actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

@media (max-width: 860px) {
	.sge-stats__grid,
	.sge-story__grid,
	.sge-craft__grid,
	.sge-cats__grid,
	.sge-app__grid,
	.sge-go__row {
		grid-template-columns: 1fr;
	}

	.sge-vitrine__grid {
		grid-template-columns: 1fr;
	}

	.sge-hero {
		height: 72vh;
		margin-left: 0;
		width: 100%;
	}

	.sge-hero__copy {
		padding: 48px 24px 56px;
	}
}

@media (max-width: 520px) {
	.sge-stats__grid {
		grid-template-columns: 1fr 1fr;
	}
}
