/* ================================================================
   KUAFÖR VE BERBER (EDITORIAL BEAUTY THEME)
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&family=Montserrat:wght@300;400;500;600&display=swap');

/* Anasayfa: hero tam genislik */
.home #primary.site-main,
.front-page #primary.site-main {
	padding: 0;
	max-width: none;
}

/* Hero yuksekligi: header + hero + ticker = tek ekran (scroll yok) */
.has-sector-hero {
	--edt-header-offset: 120px;
	--edt-ticker-offset: 60px;
	--edt-hero-height-boost: -10px;
}

.has-sector-hero .edt-hero--premium {
	min-height: calc(100svh - var(--edt-header-offset) - var(--edt-ticker-offset) + var(--edt-hero-height-boost));
	height: calc(100svh - var(--edt-header-offset) - var(--edt-ticker-offset) + var(--edt-hero-height-boost));
	max-height: calc(100svh - var(--edt-header-offset) - var(--edt-ticker-offset) + var(--edt-hero-height-boost));
}

.has-sector-hero .edt-hero__inner {
	padding-top: clamp(8px, 1.5vh, 20px);
	padding-bottom: clamp(52px, 7vh, 68px);
}

/* --- Tokens --- */
.editorial-salon {
	--edt-bg: #FDFBF7;             /* Cream / Sand */
	--edt-surface: #FFFFFF;        /* Pure White */
	--edt-primary: #D4A373;        /* Terracotta / Soft Rose Gold */
	--edt-primary-light: #EFE6DD;  /* Very Light Beige */
	--edt-dark: #2A2522;           /* Deep Espresso Brown */
	--edt-text: #6A605B;           /* Taupe / Warm Gray */
	--edt-border: #EADDD7;         /* Delicate Border */
	
	--edt-font-body: 'Montserrat', sans-serif;
	--edt-font-heading: 'Cormorant Garamond', serif;
	
	background-color: var(--edt-bg);
	color: var(--edt-text);
	font-family: var(--edt-font-body);
	font-size: 15px;
	line-height: 1.8;
	overflow-x: hidden;
}

.editorial-salon * { box-sizing: border-box; }
.editorial-salon img { display: block; max-width: 100%; }

.edt-container {
	margin: 0 auto;
	padding: 0 40px;
	width: min(1300px, 100%);
	position: relative;
	z-index: 5;
}

.center-text { text-align: center; display: flex; flex-direction: column; align-items: center; }

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.edt-kicker {
	color: var(--edt-primary);
	display: inline-block;
	font-family: var(--edt-font-body);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 4px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.editorial-salon h2 {
	color: var(--edt-dark);
	font-family: var(--edt-font-heading);
	font-size: clamp(40px, 5vw, 65px);
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 25px;
}
.editorial-salon h2 em { color: var(--edt-primary); font-style: italic; font-weight: 500; }

/* ================================================================
   BUTTONS
   ================================================================ */
.edt-btn {
	display: inline-flex; align-items: center; justify-content: center;
	font-family: var(--edt-font-body); font-size: 11px; font-weight: 600;
	padding: 16px 40px; text-decoration: none; transition: all 0.4s ease;
	text-transform: uppercase; letter-spacing: 2px; border-radius: 50px;
}
.edt-btn--solid {
	background: var(--edt-dark); color: var(--edt-bg) !important;
}
.edt-btn--solid:hover { background: var(--edt-primary); color: #fff !important; }

.edt-btn--link {
	background: transparent; color: var(--edt-dark) !important;
	padding: 16px 20px; border-radius: 0; border-bottom: 1px solid var(--edt-dark);
	gap: 10px;
}
.edt-btn--link:hover { color: var(--edt-primary) !important; border-color: var(--edt-primary); }

/* ================================================================
   PREMIUM DARK HERO (reference layout)
   ================================================================ */
.edt-hero--premium {
	--edt-hero-gold: #D4AF37;
	--edt-hero-dark: #0a0a0a;
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 85vh;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	overflow: hidden;
	background-color: var(--edt-hero-dark);
}

/* Background slider layers */
.edt-hero__bg-slides {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.edt-hero__bg-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1.1s ease, visibility 1.1s ease;
}

.edt-hero__bg-slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.edt-hero__bg-blur {
	position: absolute;
	inset: 0;
	background-image: var(--edt-hero-bg-image);
	background-size: cover;
	background-position: center;
	filter: blur(6px);
	transform: scale(1.08);
}

.edt-hero__bg-fill {
	position: absolute;
	inset: 0;
	background-image: var(--edt-hero-bg-fill-image);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.72;
	pointer-events: none;
}

.edt-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(89deg, rgb(0 0 0 / 81%) 0%, rgb(0 0 0 / 54%) 45%, rgb(0 0 0 / 26%) 100%);
	z-index: 2;
}

.edt-hero__inner {
	position: relative;
	z-index: 3;
	flex: 1;
	width: min(1320px, 100%);
	margin: 0 auto;
	padding: clamp(24px, 4vh, 48px) clamp(24px, 5vw, 80px);
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	gap: clamp(40px, 6vw, 80px);
	align-items: center;
	min-height: 0;
}

.edt-hero__text-side {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	max-width: 640px;
	min-height: clamp(160px, 22vh, 260px);
}

.edt-hero__content-slide {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(18px);
	transition: opacity 0.75s ease, transform 0.75s ease, visibility 0.75s ease;
	pointer-events: none;
}

.edt-hero__content-slide.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
	z-index: 2;
}

.edt-hero__title {
	margin: 0 0 28px;
	display: flex;
	flex-direction: column;
	gap: 0;
	line-height: 0.95;
}

.edt-hero__title-line {
	display: block;
	font-family: var(--edt-font-body);
	font-size: clamp(44px, 6.5vw, 88px);
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.edt-hero__title-line--light {
	color: #ffffff;
}

.edt-hero__title-line--gold {
	color: var(--edt-hero-gold);
}

.edt-hero__subtitle {
	margin: 0 0 48px;
	font-family: var(--edt-font-body);
	font-size: clamp(11px, 1.2vw, 14px);
	font-weight: 500;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
}

.edt-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 18px 36px;
	background: #ffffff;
	color: #0a0a0a !important;
	font-family: var(--edt-font-body);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	border-radius: 0;
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.edt-hero__cta:hover {
	background: var(--edt-hero-gold);
	color: #0a0a0a !important;
	transform: translateY(-2px);
}

.edt-hero__cta i {
	font-size: 13px;
	transition: transform 0.3s ease;
}

.edt-hero__cta:hover i {
	transform: translateX(4px);
}

.edt-hero__image-side {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.edt-hero__featured-track {
	position: relative;
	width: min(100%, 420px, 32vh);
	aspect-ratio: 1 / 1;
}

.edt-hero__featured {
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.08);
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease, visibility 1s ease;
}

.edt-hero__featured-slide {
	position: absolute;
	inset: 0;
}

.edt-hero__featured.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.edt-hero__featured img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* Slider controls */
.edt-hero__controls {
	position: absolute;
	bottom: clamp(28px, 5vh, 48px);
	left: clamp(24px, 5vw, 80px);
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 18px;
}

.edt-hero__arrow {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
	cursor: pointer;
	transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.edt-hero__arrow:hover {
	background: #fff;
	color: #0a0a0a;
	border-color: #fff;
}

.edt-hero__dots {
	display: flex;
	align-items: center;
	gap: 10px;
}

.edt-hero__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: transparent;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.edt-hero__dot.is-active {
	background: var(--edt-hero-gold);
	border-color: var(--edt-hero-gold);
	transform: scale(1.15);
}

/* ================================================================
   TICKER TAPE
   ================================================================ */
.edt-ticker { background: var(--edt-dark); color: var(--edt-bg); padding: 20px 0; overflow: hidden; display: flex; border-top: 1px solid var(--edt-border); border-bottom: 1px solid var(--edt-border); }
.edt-ticker__track { display: flex; white-space: nowrap; animation: ticker 40s linear infinite; gap: 50px; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.edt-ticker__item { display: flex; align-items: center; gap: 15px; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; }
.edt-ticker__item span { color: var(--edt-primary); font-size: 20px; }
.edt-ticker__item strong { color: var(--edt-primary-light); font-weight: 500; }

/* ================================================================
   SERVICES (MINIMAL GRID)
   ================================================================ */
.edt-services { padding: 150px 0; background: var(--edt-surface); }

.edt-section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 80px; }
.edts-left { max-width: 600px; }
.edts-right { max-width: 400px; padding-bottom: 15px; border-left: 1px solid var(--edt-border); padding-left: 30px; }

.edt-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--edt-border); border: 1px solid var(--edt-border); }
.edts-card { background: var(--edt-surface); padding: 50px; display: flex; flex-direction: column; justify-content: space-between; min-height: 350px; transition: background 0.4s; }
.edts-card:hover { background: var(--edt-bg); }

.edts-card-top { display: flex; justify-content: space-between; align-items: center; }
.edts-num { font-family: var(--edt-font-heading); font-size: 30px; font-style: italic; color: var(--edt-primary); }
.edts-card-top i { font-size: 24px; color: var(--edt-dark); opacity: 0.3; transition: all 0.4s; }
.edts-card:hover i { opacity: 1; transform: scale(1.1); color: var(--edt-primary); }

.edts-card h3 { font-family: var(--edt-font-heading); font-size: 28px; color: var(--edt-dark); font-weight: 500; margin: 0 0 15px; }
.edts-card h3 a { color: inherit; text-decoration: none; }
.edts-card h3 a:hover { color: var(--edt-primary); }
.edts-card p { margin: 0; font-size: 14px; }

/* ================================================================
   SIGNATURE (EDITORIAL ASYMMETRIC)
   ================================================================ */
.edt-signature { padding: 150px 0; background: var(--edt-bg); position: relative; overflow: hidden; }

.edt-huge-bg { position: absolute; top: 10%; left: 5%; font-family: var(--edt-font-heading); font-size: 15vw; color: rgba(212, 163, 115, 0.05); font-weight: 700; letter-spacing: -5px; line-height: 1; z-index: 1; }

.edt-signature__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }

.edsi-copy { position: relative; z-index: 2; }
.edsi-lead { margin: 0 0 30px; max-width: 520px; font-size: 15px; }

.edsi-steps { margin-top: 50px; display: flex; flex-direction: column; gap: 40px; }
.edsis-item { display: flex; gap: 30px; align-items: flex-start; }
.edsis-num { font-family: var(--edt-font-heading); font-size: 24px; color: var(--edt-dark); border: 1px solid var(--edt-border); width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.edsis-item h4 { font-family: var(--edt-font-heading); font-size: 24px; color: var(--edt-dark); margin: 0 0 10px; font-weight: 500; }
.edsis-item p { margin: 0; font-size: 14px; }

.edsi-visual { position: relative; z-index: 2; }
.edsi-image-main { width: 100%; aspect-ratio: 3/4; overflow: hidden; border-radius: 300px 300px 0 0; }
.edsi-image-main img { width: 100%; height: 100%; object-fit: cover; }
.edsi-float-card { position: absolute; bottom: -30px; left: -50px; background: var(--edt-surface); padding: 40px; max-width: 300px; box-shadow: 0 20px 40px rgba(42,37,34,0.05); border: 1px solid var(--edt-border); }
.edsi-float-card i { font-family: var(--edt-font-heading); font-size: 24px; color: var(--edt-primary); line-height: 1.4; display: block; }

/* ================================================================
   COLLECTIONS (ARCHED CARDS)
   ================================================================ */
.edt-packages { padding: 150px 0; background: var(--edt-surface); border-top: 1px solid var(--edt-border); border-bottom: 1px solid var(--edt-border); }

.edt-packages__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin-top: 80px; }

.edp-card { text-align: center; }
.edp-arch-image { display: block; position: relative; aspect-ratio: 2/3; overflow: hidden; border-radius: 200px 200px 0 0; margin-bottom: 30px; }
.edp-arch-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.edp-card:hover .edp-arch-image img { transform: scale(1.05); }

.edp-tag { position: absolute; top: 30px; left: 50%; transform: translateX(-50%); background: var(--edt-surface); color: var(--edt-dark); font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; padding: 8px 20px; border-radius: 30px; }

.edp-meta { display: block; font-size: 10px; color: var(--edt-primary); text-transform: uppercase; letter-spacing: 3px; margin-bottom: 15px; }
.edp-content h3 { font-family: var(--edt-font-heading); font-size: 32px; color: var(--edt-dark); font-weight: 400; margin: 0 0 15px; }
.edp-content p { margin: 0 0 25px; font-size: 14px; }

.edp-link { display: inline-block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--edt-dark); text-decoration: none; border-bottom: 1px solid var(--edt-dark); padding-bottom: 5px; transition: color 0.3s, border-color 0.3s; }
.edp-card:hover .edp-link { color: var(--edt-primary); border-color: var(--edt-primary); }

/* ================================================================
   TEAM & QUALITY
   ================================================================ */
.edt-team { padding: 150px 0; background: var(--edt-bg); }

.edt-team__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }

.edtm-visual { position: relative; }
.edtm-visual img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 0 0 200px 200px; }
.edtm-circle-text { position: absolute; top: -50px; right: -50px; width: 140px; height: 140px; animation: spin 15s linear infinite; background: var(--edt-primary-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.edtm-circle-text svg { position: absolute; width: 120px; height: 120px; color: var(--edt-dark); }
.edtm-circle-inner { width: 60px; height: 60px; background: var(--edt-surface); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--edt-primary); font-size: 20px; }
@keyframes spin { 100% { transform: rotate(360deg); } }

.edtm-prose { font-size: 16px; margin-bottom: 50px; max-width: 500px; }

.edtm-points { display: flex; flex-direction: column; gap: 30px; border-left: 1px solid var(--edt-border); padding-left: 30px; }
.edtmp-item strong { display: block; font-family: var(--edt-font-heading); font-size: 22px; color: var(--edt-dark); font-weight: 500; margin-bottom: 5px; }
.edtmp-item p { margin: 0; font-size: 14px; }

/* ================================================================
   PROCESS TIMELINE
   ================================================================ */
.edt-process { padding: 120px 0; background: var(--edt-surface); border-top: 1px solid var(--edt-border); }

.edt-process__head { margin-bottom: 60px; }

.edt-process__flex { display: flex; justify-content: space-between; align-items: center; }
.edpr-item { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1; }
.edpr-num { font-family: var(--edt-font-heading); font-size: 50px; color: var(--edt-primary-light); line-height: 1; margin-bottom: 20px; font-style: italic; }
.edpr-text h3 { font-family: var(--edt-font-heading); font-size: 24px; color: var(--edt-dark); font-weight: 400; margin: 0 0 5px; }
.edpr-text p { margin: 0; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--edt-text); }
.edpr-line { height: 1px; width: 50px; background: var(--edt-border); margin-top: -30px; }

/* ================================================================
   BLOG
   ================================================================ */
.edt-blog { padding: 140px 0; background: var(--edt-bg); border-top: 1px solid var(--edt-border); }

.edt-blog .edt-section-head { margin-bottom: 78px; }
.edt-blog .edts-left h2 { font-size: clamp(48px, 5.4vw, 72px); line-height: 0.95; font-weight: 400; }
.edt-blog .edts-right { max-width: 430px; padding-top: 6px; padding-bottom: 6px; }
.edt-blog .edts-right p { font-size: 17px; line-height: 1.75; }

.edt-blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }

.edt-blog-card { background: transparent; display: flex; flex-direction: column; min-height: 100%; overflow: hidden; border-radius: 0; }

.edt-blog-card__image { display: block; aspect-ratio: 1.18/1; overflow: hidden; background: transparent; border-radius: 999px 999px 0 0; }
.edt-blog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.edt-blog-card:hover .edt-blog-card__image img { transform: scale(1.05); }

.edt-blog-card__body { display: flex; flex-direction: column; flex: 1; min-height: 340px; padding: 38px 40px 36px; background: var(--edt-surface); border-left: 1px solid var(--edt-border); }
.edt-blog-card:first-child .edt-blog-card__body { border-left: 0; }
.edt-blog-card__meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-bottom: 24px; color: var(--edt-primary); font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.edt-blog-card__meta time { color: var(--edt-text); }
.edt-blog-card h3 { font-family: var(--edt-font-heading); font-size: 30px; line-height: 1.12; color: var(--edt-dark); font-weight: 400; margin: 0 0 22px; }
.edt-blog-card h3 a { color: inherit; text-decoration: none; }
.edt-blog-card h3 a:hover { color: var(--edt-primary); }
.edt-blog-card p { display: -webkit-box; margin: 0 0 46px; font-size: 15px; line-height: 1.75; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; }
.edt-blog-card__link { display: inline-flex; align-items: center; gap: 12px; margin-top: auto; color: var(--edt-dark); font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; text-decoration: none; }
.edt-blog-card__link:hover { color: var(--edt-primary); }

/* ================================================================
   CONTACT & FAQ
   ================================================================ */
.edt-contact-section { padding: 0; background: var(--edt-surface); }

.edt-contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding: 120px 40px; }

.edtc-info { max-width: 500px; }
.edtc-desc { font-size: 16px; margin-bottom: 50px; }

.edtc-details { display: flex; flex-direction: column; gap: 30px; border-top: 1px solid var(--edt-border); padding-top: 40px; }
.edtc-details div { display: flex; gap: 30px; align-items: flex-start; }
.edtc-details span { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: var(--edt-primary); font-weight: 600; width: 80px; flex-shrink: 0; }
.edtc-details p { margin: 0; font-family: var(--edt-font-heading); font-size: 22px; color: var(--edt-dark); font-weight: 400; line-height: 1.4; }

.edtc-faq-title { font-family: var(--edt-font-heading); font-size: 35px; color: var(--edt-dark); font-weight: 400; margin: 0 0 40px; border-bottom: 1px solid var(--edt-border); padding-bottom: 20px; }

.edt-accordion { display: flex; flex-direction: column; border-bottom: 1px solid var(--edt-border); }
.edt-faq-card { border-top: 1px solid var(--edt-border); transition: all 0.3s; }
.edt-faq-head { display: flex; justify-content: space-between; align-items: center; padding: 25px 0; cursor: pointer; list-style: none; font-size: 16px; color: var(--edt-dark); font-weight: 500; }
.edt-faq-head::-webkit-details-marker { display: none; }

.edt-faq-head i { font-size: 14px; color: var(--edt-primary); transition: transform 0.3s; }
.edt-faq-card[open] .edt-faq-head i { transform: rotate(45deg); }
.edt-faq-card[open] .edt-faq-head { color: var(--edt-primary); }

.edt-faq-body { padding: 0 0 25px; }
.edt-faq-body p { margin: 0; font-size: 14px; }

.edt-map { height: 500px; width: 100%; border-top: 1px solid var(--edt-border); }
.edt-map iframe { width: 100%; height: 100%; border: none; filter: grayscale(100%) opacity(70%); }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
	.has-sector-hero .edt-hero--premium {
		min-height: calc(100svh - var(--edt-header-offset) - var(--edt-ticker-offset) + var(--edt-hero-height-boost));
		height: calc(100svh - var(--edt-header-offset) - var(--edt-ticker-offset) + var(--edt-hero-height-boost));
		max-height: calc(100svh - var(--edt-header-offset) - var(--edt-ticker-offset) + var(--edt-hero-height-boost));
	}

	.has-sector-hero .edt-hero__inner {
		padding-bottom: clamp(48px, 6vh, 64px);
	}

	.edt-hero__inner {
		grid-template-columns: 1fr;
		align-content: center;
	}

	.edt-hero__text-side {
		max-width: none;
		align-items: center;
		text-align: center;
	}

	.edt-hero__image-side {
		justify-content: center;
	}

	.edt-hero__featured-track {
		width: min(100%, 360px, 28vh);
	}

	.edt-hero__controls {
		left: 50%;
		transform: translateX(-50%);
	}
	
	.edt-section-head { flex-direction: column; align-items: flex-start; gap: 20px; }
	.edts-right { border-left: none; padding-left: 0; border-top: 1px solid var(--edt-border); padding-top: 20px; }
	.edt-blog .edt-section-head { margin-bottom: 54px; }
	.edt-blog .edts-left h2 { font-size: 52px; }
	
	.edt-services__grid, .edt-packages__grid, .edt-blog__grid { grid-template-columns: repeat(2, 1fr); }
	
	.edt-signature__grid, .edt-team__grid, .edt-contact__grid { grid-template-columns: 1fr; gap: 80px; }
	.edsi-visual { margin: 0 auto; max-width: 500px; }
	.edsi-float-card { left: 0; bottom: -20px; width: 90%; }
	
	.edtm-visual { max-width: 500px; margin: 0 auto; order: -1; }
	.edtm-circle-text { right: -20px; top: -20px; }
	
	.edt-process__flex { flex-wrap: wrap; gap: 40px; }
	.edpr-line { display: none; }
	.edpr-item { min-width: 40%; }
}

@media (max-width: 768px) {
	.edt-hero__title-line {
		font-size: clamp(42px, 12vw, 64px);
	}

	.edt-hero__subtitle {
		letter-spacing: 0.22em;
		margin-bottom: 36px;
	}

	.edt-hero__featured-track {
		width: min(100%, 300px, 26vh);
	}

	.edt-hero__text-side {
		min-height: 180px;
	}

	.edt-services__grid, .edt-packages__grid, .edt-blog__grid { grid-template-columns: 1fr; }
	.edt-blog { padding: 100px 0; }
	.edt-blog .edts-left h2 { font-size: 44px; }
	.edt-blog-card__image { aspect-ratio: 1.25/1; }
	.edt-blog-card__body { min-height: 0; padding: 30px; }
	.edt-process__flex { flex-direction: column; }
	.edpr-item { width: 100%; }
}
