/* Etiler Home — Atelier homepage */

html body.eah-page .page-title,
html body.eah-page .wd-page-title,
html body.eah-page .wd-woo-page-title,
html body.eah-page .title-wrapper,
html body.eah-page .entry-header,
html body.eah-page h1.entry-title,
html body.eah-page .wd-page-title-wrapp,
html body.eah-page .breadcrumbs,
html body.eah-page .wd-breadcrumbs,
html body.eah-page .woocommerce-breadcrumb,
html body.eah-page .page-heading {
	display: none !important;
}

html body.eah-page .main-page-wrapper,
html body.eah-page .website-wrapper,
html body.eah-page .site-content,
html body.eah-page .wd-content-area,
html body.eah-page .content-layout-wrapper,
html body.eah-page .entry-content,
html body.eah-page .page-content,
html body.eah-page .site-content .container,
html body.eah-page .site-content .row,
html body.eah-page .site-content .vc_row,
html body.eah-page .site-content .vc_column,
html body.eah-page .site-content .vc_column_container,
html body.eah-page .site-content .vc_column-inner,
html body.eah-page .site-content .wpb_wrapper,
html body.eah-page .site-content .wpb_text_column,
html body.eah-page .site-content .wpb_raw_html,
html body.eah-page .site-content .wd-entry-content {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	background: transparent !important;
	overflow: visible !important;
}

html body.eah-page .site-content .vc_row,
html body.eah-page .site-content .wd-section {
	margin-bottom: 0 !important;
}

html body.eah-page,
html body.eah-page .website-wrapper,
html body.eah-page .main-page-wrapper,
html body.eah-page .site-content,
html body.eah-page #content {
	overflow-x: hidden !important;
	background: #050505 !important;
	color: #fff8ed !important;
}

.eah {
	--char: #0b0b0d;
	--gold: #d4af37;
	--paper: #0a0a0b;
	--ink: #fff8ed;
	--muted: rgba(255, 248, 237, 0.62);
	font-family: Outfit, Verdana, "Segoe UI", sans-serif;
	color: var(--ink) !important;
	line-height: 1.5;
	background: #050505 !important;
}

.eah img,
.eah .eah-media {
	mix-blend-mode: normal !important;
	opacity: 1 !important;
	visibility: visible !important;
	max-width: 100%;
}

.eah-hero,
.eah-cat__link,
.eah-story__photo {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.eah h1,
.eah h2,
.eah h3,
html body.eah-page .main-page-wrapper .eah h1,
html body.eah-page .main-page-wrapper .eah h2,
html body.eah-page .main-page-wrapper .eah h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0;
	color: #fff8ed !important;
}

.eah p,
.eah li,
.eah span,
.eah em,
.eah strong,
html body.eah-page .main-page-wrapper .eah p,
html body.eah-page .main-page-wrapper .eah li,
html body.eah-page .main-page-wrapper .eah span {
	color: inherit;
}

.eah a {
	color: #d4af37;
}

.eah a:hover {
	color: #f1d77a;
}

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

.eah-kicker,
.eah-kicker--gold {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #d4af37 !important;
}

.eah-note {
	margin: 6px 0 28px;
	color: rgba(255, 248, 237, 0.58) !important;
	font-size: 15px;
}

.eah-btn {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	border-radius: 2px;
	background: #0b0b0d !important;
	color: #fff8ed !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.45);
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.eah-btn:hover {
	transform: translateY(-2px);
	color: #f1d77a !important;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.45), inset 0 0 0 1px #d4af37;
}

.eah-btn--gold {
	background: #d4af37 !important;
	color: #050505 !important;
	box-shadow: none;
}

.eah-btn--gold:hover {
	background: #f1d77a !important;
	color: #050505 !important;
}

.eah-btn--ghost {
	background: transparent !important;
	color: #fff8ed !important;
	box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.55);
}

.eah-btn--ghost:hover {
	background: rgba(212, 175, 55, 0.12) !important;
	color: #f1d77a !important;
}

.eah-text-link {
	display: inline-block;
	margin-top: 8px;
	color: #d4af37 !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none !important;
	border-bottom: 1px solid #d4af37;
	padding-bottom: 3px;
}

.eah-hero {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	height: min(38vh, 340px);
	min-height: 260px;
	overflow: hidden;
	background: #050505;
}

.eah-hero__stage {
	position: absolute;
	inset: 0;
	min-height: 0;
	overflow: hidden;
	background: #070707;
	border: 0;
}

.eah-hero__slide {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.85s ease, visibility 0.85s ease;
}

.eah-hero__slide.is-on {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.eah-hero__img {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: 46% 62%;
	display: block;
	filter: brightness(1.22) saturate(0.94) contrast(1.06);
}

.eah-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		rgba(5, 5, 5, 0.58) 0%,
		rgba(5, 5, 5, 0.2) 44%,
		rgba(5, 5, 5, 0.06) 100%
	);
}

.eah-hero__arrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	padding: 0;
	border: 1px solid rgba(212, 175, 55, 0.55);
	border-radius: 50%;
	background: rgba(5, 5, 5, 0.45);
	color: #d4af37;
	cursor: pointer;
}

.eah-hero__arrow--prev {
	left: 18px;
}

.eah-hero__arrow--next {
	right: 18px;
}

.eah-hero__arrow::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin: 15px auto 0;
	border-right: 2px solid #d4af37;
	border-bottom: 2px solid #d4af37;
}

.eah-hero__arrow--prev::before {
	margin-left: 16px;
	transform: rotate(135deg);
}

.eah-hero__arrow--next::before {
	margin-left: 12px;
	transform: rotate(-45deg);
}

.eah-hero__copy {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	max-width: 560px;
	padding: 28px 6vw 36px;
	color: #fff8ed !important;
}

.eah-hero h1 {
	font-size: clamp(22px, 3.2vw, 34px);
	color: #fff8ed !important;
}

.eah-hero__lead {
	max-width: 34em;
	margin: 12px 0 20px;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 248, 237, 0.82) !important;
}

.eah-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.eah-stats {
	background: #0b0b0d !important;
	color: #fff8ed !important;
	border-top: 1px solid rgba(212, 175, 55, 0.22);
	border-bottom: 1px solid rgba(212, 175, 55, 0.22);
}

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

.eah-stats strong {
	display: block;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(16px, 1.6vw, 20px);
	font-weight: 600;
	color: #fff8ed !important;
}

.eah-stats span {
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #d4af37 !important;
}

.eah-stats a {
	text-decoration: none !important;
	color: inherit;
}

.eah-stats a:hover strong {
	color: #f1d77a !important;
}

.eah-cats,
.eah-vitrine,
.eah-craft,
.eah-story,
.eah-press,
.eah-proof {
	padding: 56px 0 0;
}

.eah-cats h2,
.eah-vitrine h2,
.eah-craft h2,
.eah-story h2,
.eah-press h2,
.eah-proof h2,
.eah-close h2,
.eah-app h2,
.eah-go h2 {
	margin-bottom: 4px;
	font-size: clamp(22px, 2.4vw, 30px);
	color: #fff8ed !important;
}

.eah-cats__grid,
.eah-craft__grid {
	display: grid;
	grid-template-columns: 1.15fr 0.925fr 0.925fr;
	gap: 12px;
}

.eah-cats__grid > :not(.eah-cat),
.eah-vitrine__grid > :not(.eah-item),
.eah-craft__grid > :not(.eah-craft__card),
.eah-proof__photos > :not(figure),
.eah-proof__quotes > :not(blockquote) {
	display: none !important;
}

.eah-cat,
.eah-item,
.eah-craft__card {
	display: block;
	margin: 0;
	overflow: hidden;
	background: #070707 !important;
	border: 1px solid rgba(201, 169, 92, 0.42);
	border-radius: 14px;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.eah-cat {
	min-height: 320px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
}

.eah-cat__link {
	position: relative;
	display: block;
	height: 100%;
	min-height: 320px;
	text-decoration: none !important;
	color: #fff8ed !important;
}

.eah-cat__link img,
.eah-cat img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	max-width: none !important;
}

.eah-cat__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(5, 5, 5, 0.08) 28%, rgba(5, 5, 5, 0.82) 100%);
	pointer-events: none;
}

.eah-cat__copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 320px;
	padding: 20px;
}

.eah-cat__kicker {
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #d4af37 !important;
}

.eah-cat__title {
	display: block;
	margin: 6px 0 12px;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff8ed !important;
}

.eah-cat__go {
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(212, 175, 55, 0.5);
	padding-bottom: 3px;
	width: fit-content;
	color: #fff8ed !important;
}

.eah-cat:hover {
	transform: translateY(-4px);
	border-color: rgba(230, 199, 106, 0.82);
	box-shadow: 0 16px 36px rgba(201, 169, 92, 0.12);
}

.eah-cat:hover .eah-cat__go {
	border-color: #d4af37;
}

.eah-vitrine {
	padding-bottom: 8px;
}

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

.eah-item {
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
}

.eah-item__link {
	display: block;
	text-decoration: none !important;
	color: #fff8ed !important;
}

.eah-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(201, 169, 92, 0.12);
}

.eah-item__media {
	position: relative;
	display: block;
	background: radial-gradient(circle at 50% 38%, #1c1812 0%, #0b0b0d 72%);
	overflow: hidden;
}

.eah-item img {
	width: 100% !important;
	aspect-ratio: 1;
	height: auto !important;
	min-height: 220px;
	object-fit: contain !important;
	padding: 18px;
	box-sizing: border-box;
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	background: transparent;
}

.eah-item__peek {
	position: absolute;
	left: 50%;
	bottom: 14px;
	z-index: 2;
	transform: translateX(-50%) translateY(6px);
	padding: 7px 14px;
	border-radius: 2px;
	background: #d4af37;
	color: #050505 !important;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.eah-item:hover .eah-item__peek {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.eah-item__cart {
	display: block;
	margin: 0 14px 14px;
	padding: 9px 12px;
	text-align: center;
	text-decoration: none !important;
	border-radius: 2px;
	background: transparent !important;
	color: #d4af37 !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.55);
}

.eah-item__cart:hover,
.eah-item__cart.added {
	background: #d4af37 !important;
	color: #050505 !important;
}

.eah-item__copy {
	display: block;
	padding: 14px 14px 16px;
}

.eah-item__name {
	display: block;
	margin: 0 0 4px;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #fff8ed !important;
}

.eah-item__text {
	display: block;
	margin: 0 0 8px;
	color: rgba(255, 248, 237, 0.62) !important;
	font-size: 13px;
	line-height: 1.4;
}

.eah-item__price,
.eah-item__price .woocommerce-Price-amount,
.eah-item__price .woocommerce-Price-amount *,
.eah-item__price bdi,
.eah-item__price .amount {
	font-family: Outfit, Verdana, "Segoe UI", sans-serif !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	color: #f1c76b !important;
}

.eah-item:hover .eah-item__name {
	color: #f1d77a !important;
}

.eah-more {
	margin: 28px 0 0;
	text-align: center;
}

.eah-craft {
	padding-bottom: 8px;
}

.eah-craft__card {
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
}

.eah-craft__card img {
	width: 100% !important;
	height: 150px !important;
	object-fit: cover !important;
	display: block;
	background: #0b0b0b;
}

.eah-craft__body {
	padding: 16px 16px 18px;
}

.eah-craft__num {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: #d4af37 !important;
}

.eah-craft__title {
	display: block;
	margin: 0 0 6px;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff8ed !important;
}

.eah-craft__text {
	display: block;
	margin: 0;
	color: rgba(255, 248, 237, 0.62) !important;
	font-size: 14px;
	line-height: 1.5;
}

.eah-story {
	padding-bottom: 56px;
}

.eah-story__grid {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 40px;
	align-items: start;
}

.eah-story__copy p {
	margin: 0 0 12px;
	color: rgba(255, 248, 237, 0.62) !important;
	font-size: 15px;
}

.eah-story__side {
	display: grid;
	gap: 16px;
}

.eah-story__photo {
	display: block;
	min-height: 220px;
	border-radius: 14px;
	border: 1px solid rgba(201, 169, 92, 0.42);
	overflow: hidden;
	background: #070707;
}

.eah-story__photo img {
	width: 100% !important;
	height: 220px !important;
	object-fit: cover !important;
	display: block;
}

.eah-timeline {
	margin: 0;
	padding: 4px 0 0 18px;
	border-left: 1px solid rgba(212, 175, 55, 0.35);
	list-style: none;
}

.eah-timeline li {
	position: relative;
	margin: 0 0 18px;
	padding-left: 18px;
}

.eah-timeline li::before {
	content: "";
	position: absolute;
	left: -23px;
	top: 7px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d4af37;
}

.eah-timeline time {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #fff8ed !important;
}

.eah-timeline p {
	margin: 0;
	color: rgba(255, 248, 237, 0.62) !important;
	font-size: 14px;
}

.eah-press {
	padding-bottom: 28px;
}

.eah-press__player {
	position: relative;
	max-width: 820px;
	margin: 22px auto 0;
	overflow: hidden;
	border-radius: 18px;
	border: 1px solid rgba(201, 169, 92, 0.5);
	background: #000;
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.45);
	outline: none;
}

.eah-press__stage {
	position: relative;
	background: #000;
}

html body.eah-page .eah-press__video,
.eah-press__video {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: 420px;
	aspect-ratio: 16 / 9;
	object-fit: contain !important;
	background: #000 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.eah-press__video::-webkit-media-controls {
	display: none !important;
}

.eah-press__play {
	position: absolute;
	inset: 0 0 52px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	background: linear-gradient(180deg, rgba(5, 5, 5, 0.18) 0%, rgba(5, 5, 5, 0.42) 100%);
	color: #fff8ed;
	cursor: pointer;
}

.eah-press__play-icon {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #d4af37;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
	position: relative;
}

.eah-press__play-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #050505;
	transform: translate(-50%, -50%);
}

.eah-press__play-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #d4af37;
}

.eah-press__player.is-started .eah-press__play {
	display: none;
}

.eah-press__bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 18px 12px 10px;
	background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.88) 70%);
	box-sizing: border-box;
}

.eah-press__ctrl {
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: #fff8ed;
	cursor: pointer;
	position: relative;
}

.eah-press__toggle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #d4af37;
}

.eah-press__player.is-playing .eah-press__toggle::before {
	transform: translate(-50%, -50%);
	width: 10px;
	height: 14px;
	border: 0;
	background: linear-gradient(90deg, #d4af37 0 3px, transparent 3px 7px, #d4af37 7px 10px);
}

.eah-press__mute::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	width: 8px;
	height: 8px;
	transform: translateY(-50%);
	background: #d4af37;
	clip-path: polygon(0 30%, 40% 30%, 80% 0, 80% 100%, 40% 70%, 0 70%);
}

.eah-press__player.is-muted .eah-press__mute::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 7px;
	width: 18px;
	height: 2px;
	background: #d4af37;
	transform: translateY(-50%) rotate(-32deg);
}

.eah-press__fs::before {
	content: "";
	position: absolute;
	inset: 9px;
	border: 2px solid #d4af37;
	border-radius: 1px;
}

.eah-press__clock {
	flex: 0 0 auto;
	min-width: 34px;
	color: #fff8ed;
	font-size: 11px;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.02em;
}

.eah-press__seek,
.eah-press__vol {
	-webkit-appearance: none;
	appearance: none;
	height: 4px;
	margin: 0;
	background: rgba(255, 248, 237, 0.28);
	border-radius: 99px;
	accent-color: #d4af37;
	cursor: pointer;
}

.eah-press__seek {
	flex: 1 1 auto;
	min-width: 80px;
}

.eah-press__vol {
	flex: 0 0 72px;
}

.eah-press__seek::-webkit-slider-thumb,
.eah-press__vol::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #d4af37;
	border: 0;
}

.eah-press__player figcaption {
	padding: 12px 18px 14px;
	background: #0b0b0d;
	color: #d4af37 !important;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.eah-proof {
	padding-bottom: 12px;
}

.eah-band {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 28px;
	align-items: center;
	padding: 28px;
	border-radius: 18px;
	border: 1px solid rgba(201, 169, 92, 0.42);
	background: linear-gradient(135deg, #0d0d0f 0%, #070707 100%);
}

.eah-band h2 {
	margin-bottom: 8px;
}

.eah-proof__photos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 0;
}

.eah-proof__photos figure {
	margin: 0;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid rgba(201, 169, 92, 0.32);
	background: #070707;
	min-height: 140px;
}

.eah-proof__photos img {
	width: 100% !important;
	height: 160px !important;
	object-fit: cover;
	display: block !important;
	opacity: 1 !important;
}

.eah-proof__quotes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin: 16px 0 0;
}

.eah-proof__quotes blockquote {
	margin: 0;
	padding: 18px;
	border-radius: 14px;
	border: 1px solid rgba(201, 169, 92, 0.42);
	background: #070707;
}

.eah-proof__quotes p {
	margin: 0 0 10px;
	color: rgba(255, 248, 237, 0.82) !important;
	font-size: 14px;
	line-height: 1.5;
}

.eah-proof__quotes cite {
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #d4af37 !important;
}

.eah-proof__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0 0;
}

.eah-close {
	padding: 8px 0 48px;
}

.eah-close__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.eah-close__card {
	padding: 28px;
	border-radius: 18px;
	border: 1px solid rgba(201, 169, 92, 0.42);
	background: linear-gradient(180deg, #101010 0%, #070707 100%);
}

.eah-close__card--shop {
	background: linear-gradient(180deg, #16120c 0%, #0b0b0d 100%);
	border-color: rgba(212, 175, 55, 0.55);
}

.eah-close__card h2 {
	margin-bottom: 8px;
}

.eah-close__card > p:not(.eah-kicker) {
	margin: 0 0 18px;
	color: rgba(255, 248, 237, 0.62) !important;
	font-size: 14px;
}

.eah-app__stores {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.eah-store {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 1 auto;
	min-width: 170px;
	padding: 10px 16px 10px 12px;
	border-radius: 8px;
	background: #111 !important;
	color: #fff8ed !important;
	text-decoration: none !important;
	box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.28);
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.eah-store__logo {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	display: block;
}

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

.eah-store em {
	font-style: normal;
	font-size: 10px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.8;
	color: rgba(255, 248, 237, 0.8) !important;
}

.eah-store strong {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #fff8ed !important;
}

.eah-store:hover {
	transform: translateY(-3px);
	background: #1a1610 !important;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28), inset 0 0 0 1px #d4af37;
}

.eah-ig {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 2px;
	background: transparent !important;
	color: #fff8ed !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 500;
	box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.55);
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.eah-ig__logo {
	width: 16px;
	height: 16px;
	display: block;
	flex-shrink: 0;
	fill: currentColor;
}

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

.eah-go__actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

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

	.eah-btn:hover,
	.eah-store:hover,
	.eah-ig:hover,
	.eah-item:hover,
	.eah-cat:hover {
		transform: none;
	}
}

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

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

	.eah-hero {
		width: 100%;
		margin-left: 0;
		height: 36vh;
		min-height: 240px;
	}

	.eah-hero__stage {
		min-height: 0;
		border: 0;
	}

	.eah-hero__copy {
		padding: 24px 20px 28px;
		max-width: none;
	}

	.eah-cat,
	.eah-cat__link,
	.eah-cat__copy {
		min-height: 260px;
	}

	.eah-band {
		padding: 20px;
	}

	.eah-band .eah-proof__photos {
		grid-template-columns: repeat(3, 1fr);
	}

	.eah-press__player {
		max-width: 100%;
	}

	.eah-press__video {
		max-height: 280px;
	}
}

@media (max-width: 520px) {
	.eah-stats__grid,
	.eah-vitrine__grid,
	.eah-proof__photos,
	.eah-proof__quotes {
		grid-template-columns: 1fr 1fr;
	}

	.eah-stats__grid {
		grid-template-columns: 1fr 1fr;
	}

	.eah-item__peek {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}

	.eah-press__vol {
		display: none;
	}
}

/* Footer: içerik sağa, ödeme şeridi tam ekran beyaz */
html body.eah-page footer.wd-footer,
html body.eah-page footer.footer-container {
	overflow-x: hidden;
}

html body.eah-page footer .container.main-footer,
html body.eah-page footer .main-footer {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 28px 0 0 !important;
}

html body.eah-page footer .wpb-content-wrapper {
	width: 100% !important;
	max-width: none !important;
}

html body.eah-page footer .main-footer > .wpb-content-wrapper > .vc_row:first-child {
	max-width: 1280px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: 4.5vw !important;
	padding-left: 56px !important;
	padding-right: 12px !important;
	box-sizing: border-box !important;
}

html body.eah-page footer .vc_row {
	max-width: none !important;
}

html body.eah-page footer .vc_column_container,
html body.eah-page footer .vc_column {
	float: left !important;
	box-sizing: border-box !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

html body.eah-page footer .vc_row::after {
	content: "";
	display: table;
	clear: both;
}

html body.eah-page footer .vc_col-sm-6 {
	width: 50% !important;
}

html body.eah-page footer .vc_col-sm-4 {
	width: 33.3333% !important;
}

html body.eah-page footer .vc_col-sm-3 {
	width: 25% !important;
}

html body.eah-page footer .vc_col-sm-12 {
	width: 100% !important;
}

html body.eah-page footer .main-footer > .wpb-content-wrapper > .vc_row:first-child > .vc_col-sm-6:first-child {
	width: 36% !important;
}

html body.eah-page footer .main-footer > .wpb-content-wrapper > .vc_row:first-child > .vc_col-sm-6:nth-child(2) {
	width: 64% !important;
}

html body.eah-page footer .vc_row:has(.payment-strip),
html body.eah-page footer .vc_row:has(img[src*="iyzico"]),
html body.eah-page footer .vc_row:has(img[src*="troy"]) {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 14px 0 !important;
	background: #ffffff !important;
	background-color: #ffffff !important;
	float: none !important;
	clear: both !important;
	left: auto !important;
	transform: none !important;
}

html body.eah-page footer .vc_row:has(.payment-strip) .vc_column_container,
html body.eah-page footer .vc_row:has(.payment-strip) .vc_column,
html body.eah-page footer .vc_row:has(.payment-strip) .vc_col-sm-6,
html body.eah-page footer .vc_row:has(img[src*="iyzico"]) .vc_column_container,
html body.eah-page footer .vc_row:has(img[src*="iyzico"]) .vc_col-sm-6 {
	width: 100% !important;
	float: none !important;
	max-width: none !important;
	padding: 0 !important;
}

html body.eah-page footer .payment-strip {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	background: transparent !important;
	text-align: center !important;
}

@media (max-width: 768px) {
	html body.eah-page footer .vc_col-sm-6,
	html body.eah-page footer .vc_col-sm-4,
	html body.eah-page footer .vc_col-sm-3 {
		width: 100% !important;
		float: none !important;
	}

	html body.eah-page footer .main-footer > .wpb-content-wrapper > .vc_row:first-child {
		margin-right: 0 !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

/* İndirimli Ürünler ana menüde ikinci satıra düşüyor — gizle */
html body .wd-nav-main > li:has(> a[href*="indirimli-urunler"]),
html body #menu-main-navigation > li:has(> a[href*="indirimli-urunler"]),
html body #menu-mobile-navigation > li:has(> a[href*="indirimli-urunler"]),
html body .mobile-nav > li:has(> a[href*="indirimli-urunler"]) {
	display: none !important;
}
