/*
Theme Name: Elite Construction Repair
Theme URI: https://elitealanya.com/
Author: Elite Construction
Author URI: https://elitealanya.com/
Description: Elite Alanya ana sayfasının mevcut bölüm sırasını koruyan, güncel ve WPBakery bağımsız özel WordPress teması.
Version: 2.4.06
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: elite-construction
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, custom-menu, featured-images, translation-ready, wide-blocks
*/


:root {
	--elite-ink: #211d19;
	--elite-ink-soft: #635b52;
	--elite-cream: #f7f3ed;
	--elite-sand: #e9dfd2;
	--elite-bronze: #9a7449;
	--elite-gold: #c7a56b;
	--elite-white: #ffffff;
	--elite-border: rgba(33, 29, 25, .14);
	--elite-shadow: 0 24px 70px rgba(35, 28, 20, .12);
	--elite-radius: 22px;
	--elite-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--elite-ink);
	background: var(--elite-white);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.75;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.12;
	letter-spacing: -.025em;
}
h1 { font-size: clamp(2.8rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2rem, 4vw, 4.1rem); }
h3 { font-size: 1.5rem; }
p { margin-top: 0; }
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}
.screen-reader-text:focus {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 99999;
	width: auto;
	height: auto;
	padding: 12px;
	clip: auto;
	background: #fff;
}
.elite-container { width: min(calc(100% - 40px), var(--elite-container)); margin-inline: auto; }
.elite-section { padding: clamp(70px, 9vw, 130px) 0; }
.elite-section--soft { background: var(--elite-cream); }
.elite-eyebrow {
	margin-bottom: 14px;
	color: var(--elite-bronze);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}
.elite-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 24px;
	border: 1px solid var(--elite-gold);
	border-radius: 999px;
	background: var(--elite-gold);
	color: var(--elite-ink);
	font-weight: 700;
	transition: transform .2s ease, background .2s ease, color .2s ease;
}
.elite-button:hover { transform: translateY(-2px); background: #d4b77f; }
.elite-button--outline { background: transparent; color: var(--elite-ink); }
.elite-button--light { background: var(--elite-white); border-color: var(--elite-white); }
.elite-text-link {
	display: inline-flex;
	gap: 8px;
	color: var(--elite-bronze);
	font-weight: 700;
}
.elite-topbar {
	padding: 8px 0;
	background: var(--elite-ink);
	color: rgba(255,255,255,.8);
	font-size: .78rem;
}
.elite-topbar__inner, .elite-topbar__inner > div { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.elite-topbar a:hover { color: var(--elite-gold); }
.elite-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255,255,255,.94);
	border-bottom: 1px solid var(--elite-border);
	backdrop-filter: blur(14px);
	transition: box-shadow .2s ease;
}
.elite-header.is-scrolled { box-shadow: 0 12px 35px rgba(0,0,0,.08); }
.elite-header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.custom-logo { max-height: 62px; width: auto; }
.elite-brand__text { display: flex; flex-direction: column; line-height: 1.2; }
.elite-brand__text strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; }
.elite-brand__text span { color: var(--elite-ink-soft); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }
.elite-nav ul { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.elite-nav li { position: relative; }
.elite-nav a { font-size: .84rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.elite-nav a:hover { color: var(--elite-bronze); }
.elite-nav .sub-menu {
	position: absolute;
	top: 100%;
	left: -22px;
	min-width: 230px;
	display: none;
	padding: 18px 22px;
	background: #fff;
	box-shadow: var(--elite-shadow);
}
.elite-nav li:hover > .sub-menu { display: grid; gap: 12px; }
.elite-menu-toggle { display: none; border: 0; padding: 8px; background: transparent; }
.elite-menu-toggle span:not(.screen-reader-text) { display: block; width: 26px; height: 2px; margin: 5px; background: var(--elite-ink); }
.elite-hero {
	position: relative;
	min-height: min(790px, calc(100vh - 120px));
	display: flex;
	align-items: center;
	background:
		linear-gradient(90deg, rgba(20,17,14,.88), rgba(20,17,14,.40)),
		radial-gradient(circle at 78% 22%, #8f6f4b, #231d17 60%);
	background-size: cover;
	background-position: center;
	color: #fff;
}
.elite-hero__content { padding: 110px 0; }
.elite-hero h1 { max-width: 920px; margin-bottom: 24px; color: #fff; }
.elite-hero__content > p:not(.elite-eyebrow) { max-width: 680px; margin-bottom: 34px; font-size: clamp(1rem, 2vw, 1.35rem); color: rgba(255,255,255,.82); }
.elite-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 8vw, 120px); align-items: start; }
.elite-split p { color: var(--elite-ink-soft); font-size: 1.08rem; }
.elite-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.elite-section-heading h2 { margin-bottom: 0; }
.elite-project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.elite-project-card {
	overflow: hidden;
	border-radius: var(--elite-radius);
	background: #fff;
	box-shadow: 0 12px 38px rgba(30, 23, 17, .08);
	transition: transform .25s ease, box-shadow .25s ease;
}
.elite-project-card:hover { transform: translateY(-7px); box-shadow: var(--elite-shadow); }
.elite-project-card__image { position: relative; aspect-ratio: 1.36; display: block; overflow: hidden; background: var(--elite-sand); }
.elite-project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.elite-project-card:hover .elite-project-card__image img { transform: scale(1.04); }
.elite-project-card__placeholder { height: 100%; display: grid; place-items: center; color: var(--elite-ink-soft); }
.elite-project-card__status {
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(255,255,255,.92);
	font-size: .72rem;
	font-weight: 700;
}
.elite-project-card__body { padding: 26px; }
.elite-project-card__location { color: var(--elite-bronze); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.elite-project-card__body h3 { margin: 8px 0 12px; }
.elite-project-card__body p { color: var(--elite-ink-soft); }
.elite-stats { background: var(--elite-ink); color: #fff; }
.elite-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.elite-stats__grid div { padding: 28px; border-left: 1px solid rgba(255,255,255,.15); }
.elite-stats strong { display: block; margin-bottom: 8px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 4rem); color: var(--elite-gold); }
.elite-stats span { color: rgba(255,255,255,.72); }
.elite-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.elite-feature__panel { min-height: 430px; padding: clamp(34px, 5vw, 70px); border-radius: var(--elite-radius); background: var(--elite-cream); display: flex; flex-direction: column; justify-content: end; }
.elite-feature__panel--dark { background: var(--elite-ink); color: #fff; }
.elite-feature__panel p:not(.elite-eyebrow) { max-width: 590px; color: var(--elite-ink-soft); }
.elite-feature__panel--dark p:not(.elite-eyebrow) { color: rgba(255,255,255,.68); }
.elite-cta { padding: 70px 0; background: var(--elite-sand); }
.elite-cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.elite-cta h2 { max-width: 760px; margin: 0; }
.elite-page-hero { padding: clamp(80px, 10vw, 150px) 0; background: var(--elite-cream); }
.elite-page-hero h1 { max-width: 900px; margin-bottom: 18px; font-size: clamp(2.8rem, 6vw, 6rem); }
.elite-page-hero p:not(.elite-eyebrow) { max-width: 650px; color: var(--elite-ink-soft); }
.elite-project-hero { position: relative; min-height: 650px; display: flex; align-items: end; background: var(--elite-ink); overflow: hidden; color: #fff; }
.elite-project-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.elite-project-hero__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,14,11,.92), rgba(17,14,11,.12) 70%); }
.elite-project-hero__content { position: relative; z-index: 1; padding-bottom: 76px; }
.elite-project-hero h1 { margin-bottom: 16px; font-size: clamp(3rem, 7vw, 7rem); }
.elite-project-hero__content > p { max-width: 780px; font-size: 1.2rem; color: rgba(255,255,255,.82); }
.elite-project-summary { background: var(--elite-ink); color: #fff; border-top: 1px solid rgba(255,255,255,.14); }
.elite-project-summary__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.elite-project-summary__grid > div { padding: 28px 24px; border-right: 1px solid rgba(255,255,255,.14); }
.elite-project-summary span { display: block; color: rgba(255,255,255,.55); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
.elite-project-summary strong { font-size: 1.05rem; }
.elite-project-summary a { color: #fff; }
.elite-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(40px, 7vw, 100px); align-items: start; }
.elite-content { max-width: 860px; font-size: 1.04rem; }
.elite-content h2, .elite-content h3 { margin-top: 1.6em; }
.elite-content a { color: var(--elite-bronze); text-decoration: underline; }
.elite-content img { border-radius: 16px; }
.elite-contact-card { position: sticky; top: 120px; padding: 34px; border-radius: var(--elite-radius); background: var(--elite-cream); }
.elite-contact-card .elite-button { width: 100%; margin: 5px 0; }
.elite-contact-card .elite-text-link { margin-top: 16px; }
.elite-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.elite-gallery a { aspect-ratio: 1.25; overflow: hidden; border-radius: 16px; }
.elite-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.elite-gallery a:hover img { transform: scale(1.04); }
.elite-video { aspect-ratio: 16/9; overflow: hidden; border-radius: var(--elite-radius); background: #000; }
.elite-video iframe { width: 100%; height: 100%; }
.elite-pdf iframe { width: 100%; border: 0; border-radius: var(--elite-radius); background: #fff; box-shadow: var(--elite-shadow); }
.elite-footer { padding-top: 80px; background: #181512; color: rgba(255,255,255,.74); }
.elite-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr .8fr; gap: 60px; padding-bottom: 60px; }
.elite-footer h2, .elite-footer h3 { color: #fff; }
.elite-footer ul { list-style: none; margin: 0; padding: 0; }
.elite-footer a:hover { color: var(--elite-gold); }
.elite-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.elite-whatsapp {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 999;
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	font-weight: 800;
	box-shadow: 0 14px 35px rgba(0,0,0,.2);
}
.elite-empty { grid-column: 1/-1; padding: 50px; border: 1px dashed var(--elite-border); border-radius: var(--elite-radius); text-align: center; }
.elite-error { min-height: 65vh; display: flex; align-items: center; text-align: center; }
.elite-post-card { padding: 30px 0; border-bottom: 1px solid var(--elite-border); }
.nav-links { display: flex; gap: 8px; margin-top: 40px; }
.page-numbers { padding: 8px 14px; border-radius: 999px; background: var(--elite-cream); }
.page-numbers.current { background: var(--elite-ink); color: #fff; }

@media (max-width: 980px) {
	.elite-topbar__inner > span { display: none; }
	.elite-topbar__inner { justify-content: flex-end; }
	.elite-menu-toggle { display: block; }
	.elite-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		padding: 24px;
		background: #fff;
		border-top: 1px solid var(--elite-border);
		box-shadow: var(--elite-shadow);
	}
	.elite-nav.is-open { display: block; }
	.elite-nav ul { display: grid; gap: 18px; }
	.elite-nav .sub-menu { position: static; display: grid; box-shadow: none; padding: 12px 0 0 20px; }
	.elite-project-grid { grid-template-columns: repeat(2, 1fr); }
	.elite-stats__grid { grid-template-columns: repeat(2, 1fr); }
	.elite-content-layout { grid-template-columns: 1fr; }
	.elite-contact-card { position: static; }
	.elite-project-summary__grid { grid-template-columns: repeat(2, 1fr); }
	.elite-gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
	.elite-container { width: min(calc(100% - 28px), var(--elite-container)); }
	.elite-topbar__inner > div { gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
	.elite-topbar__inner > div a:last-child { display: none; }
	.elite-header__inner { min-height: 72px; }
	.custom-logo { max-height: 48px; }
	.elite-split, .elite-project-grid, .elite-feature, .elite-footer__grid { grid-template-columns: 1fr; }
	.elite-section-heading, .elite-cta__inner, .elite-footer__bottom { align-items: flex-start; flex-direction: column; }
	.elite-stats__grid, .elite-project-summary__grid { grid-template-columns: 1fr; }
	.elite-gallery { grid-template-columns: 1fr; }
	.elite-project-hero { min-height: 520px; }
	.elite-project-summary__grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
}


/* Elite Alanya mevcut ana sayfa görünümü — v1.1 */
.elite-legacy-home { background: #fff; }
.elite-legacy-slider { position: relative; min-height: 720px; overflow: hidden; background: #26272a; }
.elite-legacy-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	background:
		linear-gradient(90deg, rgba(28,29,32,.95), rgba(28,29,32,.35)),
		radial-gradient(circle at 80% 70%, #665746, #25262a 58%);
	background-position: center;
	background-size: cover;
	color: #fff;
	transition: opacity .65s ease, visibility .65s ease;
}
.elite-legacy-slide.is-active { opacity: 1; visibility: visible; }
.elite-legacy-slide__inner { min-height: 720px; display: flex; align-items: center; position: relative; }
.elite-legacy-slide__copy { width: min(720px, 80%); margin-left: 9%; }
.elite-legacy-slide h1 {
	margin: 0 0 12px;
	font-size: clamp(3rem, 6vw, 6.3rem);
	font-weight: 600;
	color: #efd3ae;
}
.elite-legacy-slide h1 span { color: #fff; }
.elite-legacy-slide h2 {
	margin: 0 0 34px;
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(1.2rem, 2vw, 2rem);
	color: #fff;
}
.elite-legacy-social {
	position: absolute;
	left: 2%;
	top: 50%;
	transform: rotate(-90deg) translateX(-50%);
	transform-origin: left top;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .15em;
}
.elite-legacy-outline-button {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	padding: 14px 25px;
	border: 1px solid #d0aa73;
	color: #fff;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .04em;
}
.elite-legacy-slider__dots {
	position: absolute;
	right: 32px;
	bottom: 30px;
	z-index: 4;
	display: flex;
	gap: 8px;
}
.elite-legacy-slider__dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 1px solid #efd3ae;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}
.elite-legacy-slider__dots button.is-active { background: #efd3ae; }
.elite-legacy-section { padding: 78px 0; }
.elite-legacy-heading { text-align: center; margin-bottom: 38px; }
.elite-legacy-heading h2 {
	margin: 0 0 8px;
	font-size: clamp(1.4rem, 2.2vw, 2.2rem);
	font-weight: 500;
}
.elite-legacy-heading h2 span, .elite-legacy-gold-title { color: #a98558; }
.elite-legacy-heading h3 {
	margin: 0;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
}
.elite-legacy-project-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; max-width: 880px; margin: 0 auto; }
.elite-legacy-project {
	padding: 15px 11px 17px;
	border-radius: 18px;
	background: #efefef;
	text-align: center;
}
.elite-legacy-project__location {
	min-height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #a98558;
	font-size: .65rem;
	font-weight: 700;
}
.elite-legacy-project__image {
	display: block;
	aspect-ratio: .76;
	margin-bottom: 12px;
	overflow: hidden;
	border-radius: 9px;
	background: #ddd;
}
.elite-legacy-project__image img { width: 100%; height: 100%; object-fit: cover; }
.elite-legacy-project__button {
	display: block;
	padding: 9px 7px;
	border: 1px solid #c7a56b;
	background: rgba(255,255,255,.4);
	color: #9a7449;
	font-size: .65rem;
}
.elite-legacy-counters { background: #f8f8f8; }
.elite-legacy-counter-grid { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 920px; margin: 0 auto; }
.elite-legacy-counter-grid > div {
	position: relative;
	min-height: 145px;
	padding: 10px 22px;
	border-right: 1px solid #ddd;
	text-align: center;
}
.elite-legacy-counter-grid > div:last-child { border-right: 0; }
.elite-counter-icon { display: block; min-height: 45px; font-size: 2.1rem; line-height: 1; }
.elite-legacy-counter-grid small { display: block; font-weight: 700; }
.elite-legacy-counter-grid strong { display: inline-block; margin-top: 6px; font-size: 2.3rem; line-height: 1; }
.elite-legacy-counter-grid em { margin-left: 5px; font-style: normal; font-size: .75rem; }
.elite-foundation__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: center; max-width: 980px; }
.elite-foundation__copy h2 { margin-bottom: 24px; font-family: "Manrope", Arial, sans-serif; font-size: clamp(1.5rem, 2.7vw, 2.4rem); font-weight: 800; }
.elite-foundation__copy p:not(.elite-legacy-gold-title) { color: #555; font-size: .9rem; line-height: 1.55; }
.elite-legacy-gold-title { margin-bottom: 5px; font-family: "Playfair Display", serif; font-size: 1.45rem; }
.elite-legacy-gold-button {
	display: inline-block;
	margin-top: 12px;
	padding: 11px 20px;
	background: linear-gradient(90deg,#d39a2d,#111);
	color: #fff;
	font-size: .72rem;
}
.elite-foundation__gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: center; }
.elite-foundation__gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.elite-citizenship { padding-top: 40px; padding-bottom: 105px; }
.elite-citizenship__frame { display: grid; grid-template-columns: 41% 59%; min-height: 535px; max-width: 1040px; padding: 0; background: #eeeae7; overflow: hidden; }
.elite-citizenship__copy { position: relative; padding: 45px 50px 180px; background: #a8865b; color: #fff; }
.elite-citizenship__copy h2 { margin-bottom: 4px; font-family: "Manrope", Arial, sans-serif; font-size: 1.9rem; font-weight: 500; }
.elite-citizenship__copy h3 { margin-bottom: 28px; font-family: "Manrope", Arial, sans-serif; font-size: 1rem; }
.elite-citizenship__copy p { font-size: .72rem; line-height: 1.55; }
.elite-passport { position: absolute; left: 35px; bottom: 12px; width: 220px; }
.elite-citizenship__family {
	background: linear-gradient(135deg,#eee7df,#cfc5bb);
	background-position: center;
	background-size: cover;
}
.elite-citizenship__placeholder { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #786b5f; text-align: center; }
.elite-citizenship__placeholder span { font-size: .75rem; }

@media (max-width: 980px) {
	.elite-legacy-slider, .elite-legacy-slide__inner { min-height: 600px; }
	.elite-legacy-project-grid { grid-template-columns: repeat(3, 1fr); }
	.elite-foundation__grid { grid-template-columns: 1fr; }
	.elite-citizenship__frame { grid-template-columns: 1fr 1.2fr; }
}
@media (max-width: 700px) {
	.elite-legacy-slider, .elite-legacy-slide__inner { min-height: 520px; }
	.elite-legacy-slide__copy { width: 92%; margin-left: 0; }
	.elite-legacy-social { display: none; }
	.elite-legacy-project-grid { grid-template-columns: 1fr 1fr; }
	.elite-legacy-counter-grid { grid-template-columns: 1fr 1fr; }
	.elite-legacy-counter-grid > div:nth-child(2) { border-right: 0; }
	.elite-foundation__gallery { gap: 8px; }
	.elite-citizenship__frame { grid-template-columns: 1fr; }
	.elite-citizenship__family { min-height: 360px; }
}


/* v1.2 — Original Elite Alanya overlay header and proportions */
body.home .elite-overlay-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	color: #fff;
}
body:not(.home) .elite-overlay-header {
	position: relative;
	z-index: 1000;
	background: #202b3b;
	color: #fff;
}
.elite-overlay-header__top {
	min-height: 62px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	border-bottom: 1px solid rgba(255,255,255,.20);
}
.elite-overlay-brand { display: flex; align-items: center; }
.elite-overlay-brand .custom-logo {
	width: auto;
	max-width: 250px;
	max-height: 42px;
}
.elite-overlay-brand__text {
	display: inline-flex;
	align-items: baseline;
	gap: 8px;
	color: #d3ad72;
}
.elite-overlay-brand__text strong {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 1.5rem;
	letter-spacing: .08em;
}
.elite-overlay-brand__text span {
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .07em;
}
.elite-overlay-contact {
	display: flex;
	align-items: center;
	gap: 20px;
}
.elite-overlay-phone a {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	line-height: 1.1;
}
.elite-overlay-phone strong {
	font-size: .84rem;
	color: #fff;
}
.elite-overlay-phone span {
	font-size: .63rem;
	color: rgba(255,255,255,.58);
}
.elite-language-links {
	display: flex;
	gap: 13px;
	padding-left: 20px;
	border-left: 1px solid rgba(255,255,255,.20);
}
.elite-language-links a {
	font-size: .72rem;
	font-weight: 700;
	color: #fff;
}
.elite-overlay-header__navrow {
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.elite-nav--overlay ul {
	display: flex;
	align-items: center;
	gap: 34px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.elite-nav--overlay a {
	color: #fff;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .01em;
	text-transform: uppercase;
}
.elite-nav--overlay a:hover { color: #d3ad72; }
.elite-menu-toggle--overlay {
	display: block;
	padding: 5px 0 5px 18px;
	border-left: 1px solid rgba(255,255,255,.20);
}
.elite-menu-toggle--overlay span:not(.screen-reader-text) {
	width: 22px;
	height: 2px;
	margin: 5px;
	background: #fff;
}
body.home .elite-legacy-slider,
body.home .elite-legacy-slide__inner {
	min-height: 100vh;
}
.elite-legacy-slide__inner { padding-top: 120px; }
.elite-legacy-slide__copy {
	width: min(670px, 75%);
	margin-left: 4%;
	transform: translateY(6%);
}
.elite-legacy-slide h1 {
	font-size: clamp(3rem, 4.2vw, 5.2rem);
	letter-spacing: -.035em;
}
.elite-legacy-slide h2 {
	font-size: clamp(1.25rem, 1.6vw, 1.75rem);
}
.elite-legacy-social {
	left: 0;
	top: 51%;
}
.elite-legacy-social-icons {
	position: absolute;
	left: 3px;
	top: 60%;
	display: grid;
	gap: 11px;
	font-size: .72rem;
	color: #fff;
}
.elite-legacy-outline-button {
	min-width: 175px;
	justify-content: center;
	padding: 13px 18px;
}
.elite-legacy-projects { padding-top: 76px; padding-bottom: 52px; }
.elite-legacy-counters { padding-top: 44px; padding-bottom: 48px; }
.elite-foundation { padding-top: 70px; padding-bottom: 125px; }
.elite-foundation__grid { max-width: 910px; gap: 58px; }
.elite-foundation__copy p:not(.elite-legacy-gold-title) {
	max-width: 470px;
	font-size: .82rem;
}
.elite-foundation__gallery { gap: 24px; }
.elite-citizenship { padding-top: 0; padding-bottom: 90px; }
.elite-citizenship__frame {
	max-width: 1120px;
	grid-template-columns: 33% 67%;
	min-height: 560px;
	background: #eeeae7;
}
.elite-citizenship__copy {
	padding: 40px 30px 150px;
}
.elite-citizenship__family {
	min-height: 560px;
	background-position: center;
}
.elite-passport {
	left: 30px;
	bottom: 20px;
	width: 185px;
}

@media (max-width: 980px) {
	.elite-overlay-header__navrow { justify-content: center; }
	.elite-nav--overlay ul { gap: 18px; }
	.elite-overlay-phone span { display: none; }
	body.home .elite-legacy-slider,
	body.home .elite-legacy-slide__inner { min-height: 760px; }
	.elite-legacy-slide__copy { margin-left: 6%; }
}

@media (max-width: 760px) {
	.elite-overlay-header__top {
		min-height: 70px;
		border-bottom: 0;
	}
	.elite-overlay-brand .custom-logo { max-width: 190px; }
	.elite-overlay-phone { display: none; }
	.elite-language-links { padding-left: 0; border-left: 0; }
	.elite-overlay-header__navrow { min-height: 0; }
	.elite-nav--overlay {
		position: absolute;
		top: 70px;
		left: 14px;
		right: 14px;
		display: none;
		padding: 22px;
		background: rgba(23,31,43,.98);
		border: 1px solid rgba(255,255,255,.12);
	}
	.elite-nav--overlay.is-open { display: block; }
	.elite-nav--overlay ul { display: grid; gap: 16px; }
	body.home .elite-legacy-slider,
	body.home .elite-legacy-slide__inner { min-height: 650px; }
	.elite-legacy-slide__inner { padding-top: 90px; }
	.elite-legacy-slide__copy {
		width: 100%;
		margin-left: 0;
		transform: none;
	}
	.elite-legacy-social-icons { display: none; }
	.elite-citizenship__frame { grid-template-columns: 1fr; }
	.elite-citizenship__family { min-height: 380px; }
}


/* ================================================================
   v1.3 — Elite Alanya ana sayfa tipografi ve hareket sistemi
   ================================================================ */

:root {
	--elite-header-width: 890px;
	--elite-hero-serif: "Cormorant Garamond", Georgia, serif;
	--elite-ui-sans: "Montserrat", Arial, sans-serif;
}

body {
	font-family: var(--elite-ui-sans);
}

/* Header proportions */
.elite-overlay-header__shell {
	width: min(calc(100% - 36px), var(--elite-header-width));
	margin-inline: auto;
}
.elite-overlay-header__top {
	min-height: 72px;
}
.elite-overlay-brand .custom-logo {
	width: auto;
	max-width: 310px;
	max-height: 56px;
}
.elite-overlay-brand__text strong {
	font-size: 2rem;
}
.elite-overlay-brand__text span {
	font-size: .78rem;
	line-height: 1.1;
}
.elite-overlay-brand__text small {
	font-size: .48rem;
	letter-spacing: .14em;
}
.elite-overlay-phone strong {
	font-size: .91rem;
}
.elite-overlay-phone span {
	font-size: .68rem;
}
.elite-language-links a {
	font-size: .79rem;
}
.elite-overlay-header__navrow {
	min-height: 62px;
}
.elite-nav--overlay ul {
	gap: 31px;
}
.elite-nav--overlay a {
	position: relative;
	padding: 9px 0;
	font-family: var(--elite-ui-sans);
	font-size: .79rem;
	font-weight: 700;
	letter-spacing: .015em;
}
.elite-nav--overlay a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 2px;
	height: 1px;
	background: #d2ae77;
	transition: right .3s ease;
}
.elite-nav--overlay a:hover::after,
.elite-nav--overlay .current-menu-item > a::after {
	right: 0;
}
.elite-fullscreen-toggle {
	display: grid;
	place-items: center;
	width: 45px;
	height: 42px;
	padding: 0 0 0 16px;
	border: 0;
	border-left: 1px solid rgba(255,255,255,.22);
	background: transparent;
	cursor: pointer;
}
.elite-fullscreen-toggle span:not(.screen-reader-text) {
	display: block;
	width: 24px;
	height: 2px;
	margin: 3px 0;
	background: #fff;
	transition: transform .25s ease;
}
.elite-overlay-header.is-scrolled {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(27,37,51,.96);
	box-shadow: 0 12px 40px rgba(0,0,0,.15);
	backdrop-filter: blur(12px);
	animation: eliteHeaderDown .35s ease both;
}
.elite-overlay-header.is-scrolled .elite-overlay-header__navrow {
	min-height: 48px;
}
@keyframes eliteHeaderDown {
	from { transform: translateY(-100%); }
	to { transform: translateY(0); }
}

/* Fullscreen Hompark-style menu */
.elite-fullscreen-menu {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	visibility: hidden;
	opacity: 0;
	background:
		linear-gradient(120deg, rgba(22,30,42,.98), rgba(37,43,51,.96)),
		#202b3b;
	color: #fff;
	transform: scale(1.03);
	transition: opacity .45s ease, visibility .45s ease, transform .45s ease;
}
.elite-fullscreen-menu.is-open {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
.elite-fullscreen-close {
	position: absolute;
	top: 28px;
	right: 38px;
	border: 0;
	background: transparent;
	color: #d2ae77;
	font-family: var(--elite-ui-sans);
	font-size: 3rem;
	font-weight: 200;
	cursor: pointer;
}
.elite-fullscreen-menu__inner {
	width: min(calc(100% - 44px), 880px);
}
.elite-fullscreen-menu__eyebrow {
	margin-bottom: 35px;
	color: #d2ae77;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .23em;
}
.elite-fullscreen-menu ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 55px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.elite-fullscreen-menu li {
	opacity: 0;
	transform: translateY(18px);
}
.elite-fullscreen-menu.is-open li {
	animation: eliteMenuItem .5s ease forwards;
}
.elite-fullscreen-menu.is-open li:nth-child(2) { animation-delay: .05s; }
.elite-fullscreen-menu.is-open li:nth-child(3) { animation-delay: .10s; }
.elite-fullscreen-menu.is-open li:nth-child(4) { animation-delay: .15s; }
.elite-fullscreen-menu.is-open li:nth-child(5) { animation-delay: .20s; }
.elite-fullscreen-menu.is-open li:nth-child(6) { animation-delay: .25s; }
.elite-fullscreen-menu a {
	color: #fff;
	font-family: var(--elite-hero-serif);
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 500;
}
.elite-fullscreen-menu a:hover {
	color: #d2ae77;
}
.elite-fullscreen-menu__contact {
	display: flex;
	gap: 35px;
	margin-top: 55px;
	padding-top: 22px;
	border-top: 1px solid rgba(255,255,255,.18);
	font-size: .82rem;
}
body.elite-menu-open {
	overflow: hidden;
}
@keyframes eliteMenuItem {
	to { opacity: 1; transform: translateY(0); }
}

/* Hero slider: image movement and typography */
.elite-legacy-slide {
	background: #1f2733;
}
.elite-legacy-slide__media {
	position: absolute;
	inset: -3%;
	z-index: 0;
	background-position: center;
	background-size: cover;
	transform: scale(1.02);
	will-change: transform;
}
.elite-legacy-slide--1 .elite-legacy-slide__media {
	transform-origin: 58% 45%;
}
.elite-legacy-slide--2 .elite-legacy-slide__media {
	transform-origin: 68% 44%;
}
.elite-legacy-slide--3 .elite-legacy-slide__media {
	transform-origin: 63% 50%;
}
.elite-legacy-slide.is-active .elite-legacy-slide__media {
	animation: eliteKenBurns 8.2s ease-out both;
}
.elite-legacy-slide__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(19,29,42,.76) 0%, rgba(19,29,42,.44) 46%, rgba(19,29,42,.18) 74%),
		linear-gradient(0deg, rgba(13,20,29,.24), rgba(13,20,29,.06));
}
.elite-legacy-slide__inner {
	z-index: 2;
}
@keyframes eliteKenBurns {
	0% { transform: scale(1.02) translate3d(0, 0, 0); }
	100% { transform: scale(1.11) translate3d(-1.2%, -.7%, 0); }
}
.elite-legacy-slide__copy {
	max-width: 720px;
}
.elite-legacy-slide h1 {
	position: relative;
	margin-bottom: 5px;
	color: #ebcda4;
	font-family: var(--elite-hero-serif);
	font-size: clamp(4rem, 5.15vw, 5.7rem);
	font-weight: 500;
	line-height: .96;
	letter-spacing: -.035em;
	opacity: 0;
	transform: translateY(38px);
}
.elite-legacy-slide h1 span {
	color: #ebcda4;
}
.elite-legacy-slide h2 {
	margin-top: 12px;
	font-family: var(--elite-ui-sans);
	font-size: clamp(1.26rem, 1.48vw, 1.62rem);
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -.025em;
	opacity: 0;
	transform: translateY(28px);
}
.elite-title-swoosh {
	position: relative;
	display: block;
	width: 145px;
	height: 13px;
	margin: -1px 0 1px 54px;
	opacity: 0;
	transform: scaleX(.2);
	transform-origin: left;
}
.elite-title-swoosh::before,
.elite-title-swoosh::after {
	content: "";
	position: absolute;
	left: 0;
	border-radius: 50%;
	border-bottom: 3px solid #bb8d4a;
	transform: rotate(-5deg);
}
.elite-title-swoosh::before {
	top: 0;
	width: 140px;
	height: 7px;
}
.elite-title-swoosh::after {
	top: 4px;
	left: 37px;
	width: 95px;
	height: 5px;
	border-bottom-width: 2px;
}
.elite-legacy-slide__actions {
	display: flex;
	align-items: center;
	gap: 34px;
	margin-top: 30px;
	opacity: 0;
	transform: translateY(22px);
}
.elite-trowel-icon {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	color: #d2ae77;
	font-size: 2.2rem;
	transform: rotate(-38deg);
}
.elite-legacy-slide.is-active h1 {
	animation: eliteTextUp .7s .25s cubic-bezier(.2,.8,.2,1) forwards;
}
.elite-legacy-slide.is-active .elite-title-swoosh {
	animation: eliteSwoosh .65s .67s ease forwards;
}
.elite-legacy-slide.is-active h2 {
	animation: eliteTextUp .65s .62s cubic-bezier(.2,.8,.2,1) forwards;
}
.elite-legacy-slide.is-active .elite-legacy-slide__actions {
	animation: eliteTextUp .65s .9s cubic-bezier(.2,.8,.2,1) forwards;
}
@keyframes eliteTextUp {
	to { opacity: 1; transform: translateY(0); }
}
@keyframes eliteSwoosh {
	to { opacity: 1; transform: scaleX(1); }
}
.elite-legacy-outline-button {
	min-width: 180px;
	min-height: 47px;
	font-family: var(--elite-ui-sans);
	font-size: .69rem;
	font-weight: 700;
}
.elite-legacy-slider__dots button {
	width: 7px;
	height: 7px;
}
.elite-legacy-social {
	font-family: var(--elite-ui-sans);
	font-size: .63rem;
}

/* Homepage headings and body matching */
.elite-legacy-heading h2,
.elite-legacy-gold-title,
.elite-citizenship__copy h2 {
	font-family: var(--elite-hero-serif);
}
.elite-legacy-heading h2 {
	font-size: 1.75rem;
}
.elite-legacy-heading h3,
.elite-foundation__copy h2,
.elite-citizenship__copy h3 {
	font-family: var(--elite-ui-sans);
}
.elite-legacy-project__location,
.elite-legacy-project__button,
.elite-legacy-counter-grid small,
.elite-legacy-counter-grid em,
.elite-foundation__copy p,
.elite-citizenship__copy p {
	font-family: var(--elite-ui-sans);
}

/* Scroll reveal */
.elite-reveal {
	opacity: 0;
	transform: translateY(32px);
	transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1);
}
.elite-reveal.is-revealed {
	opacity: 1;
	transform: translateY(0);
}
.elite-legacy-project:nth-child(2) { transition-delay: .08s; }
.elite-legacy-project:nth-child(3) { transition-delay: .16s; }
.elite-legacy-project:nth-child(4) { transition-delay: .24s; }
.elite-legacy-project:nth-child(5) { transition-delay: .32s; }
.elite-foundation__gallery.is-revealed img:nth-child(1) { animation: eliteGalleryRise .65s .08s both; }
.elite-foundation__gallery.is-revealed img:nth-child(2) { animation: eliteGalleryRise .65s .18s both; }
.elite-foundation__gallery.is-revealed img:nth-child(3) { animation: eliteGalleryRise .65s .28s both; }
@keyframes eliteGalleryRise {
	from { opacity: 0; transform: translateY(25px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Original-style lower contact/footer */
.elite-contact-info-strip {
	padding: 55px 0;
	background: #f4f2ef;
}
.elite-contact-info-strip__inner {
	width: min(calc(100% - 40px), 1040px);
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 45px;
}
.elite-contact-info-card {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.elite-contact-info-card__icon {
	color: #b48a51;
	font-size: 2.2rem;
	line-height: 1;
}
.elite-contact-info-card h3 {
	margin: 0 0 7px;
	font-family: var(--elite-ui-sans);
	font-size: .92rem;
}
.elite-contact-info-card p {
	margin: 0;
	color: #777;
	font-size: .73rem;
	line-height: 1.55;
}
.elite-footer--legacy {
	padding: 0;
	background: #1d2735;
}
.elite-footer--legacy__inner {
	width: min(calc(100% - 40px), 1040px);
	margin-inline: auto;
	padding: 75px 0 60px;
	display: grid;
	grid-template-columns: 1.4fr .8fr .8fr;
	gap: 60px;
}
.elite-footer-logo .custom-logo {
	max-width: 260px;
	max-height: 60px;
}
.elite-footer--legacy__intro p {
	max-width: 520px;
	margin-top: 24px;
	color: rgba(255,255,255,.64);
	font-size: .78rem;
}
.elite-footer--legacy__call {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.elite-footer--legacy__call span {
	margin-bottom: 10px;
	color: #b58b53;
	font-size: .63rem;
	font-weight: 700;
	letter-spacing: .15em;
}
.elite-footer--legacy__call > a:not(.elite-footer-email) {
	color: #fff;
	font-family: var(--elite-hero-serif);
	font-size: 1.65rem;
}
.elite-footer-email {
	margin-top: 6px;
	color: rgba(255,255,255,.65);
	font-size: .72rem;
}
.elite-footer--legacy__menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.elite-footer--legacy__menu a {
	color: rgba(255,255,255,.70);
	font-size: .72rem;
}
.elite-footer--legacy__bottom {
	padding: 20px max(20px, calc((100vw - 1040px) / 2));
	display: flex;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid rgba(255,255,255,.11);
	color: rgba(255,255,255,.45);
	font-size: .64rem;
}

/* Responsive */
@media (max-width: 980px) {
	.elite-overlay-header__shell {
		width: min(calc(100% - 30px), 900px);
	}
	.elite-overlay-brand .custom-logo {
		max-width: 260px;
		max-height: 50px;
	}
	.elite-nav--overlay ul {
		gap: 17px;
	}
	.elite-nav--overlay a {
		font-size: .69rem;
	}
	.elite-legacy-slide h1 {
		font-size: clamp(3.5rem, 7vw, 5rem);
	}
	.elite-contact-info-strip__inner {
		gap: 20px;
	}
}
@media (max-width: 760px) {
	.elite-overlay-header__shell {
		width: calc(100% - 28px);
	}
	.elite-overlay-brand .custom-logo {
		max-width: 215px;
		max-height: 45px;
	}
	.elite-overlay-header__navrow {
		display: none;
	}
	.elite-overlay-phone {
		display: none;
	}
	.elite-language-links {
		padding-left: 0;
		border-left: 0;
	}
	.elite-legacy-slide h1 {
		font-size: clamp(3.15rem, 14vw, 4.4rem);
		line-height: .94;
	}
	.elite-legacy-slide h2 {
		font-size: 1.05rem;
	}
	.elite-title-swoosh {
		width: 110px;
		margin-left: 30px;
	}
	.elite-title-swoosh::before {
		width: 108px;
	}
	.elite-title-swoosh::after {
		width: 70px;
	}
	.elite-fullscreen-menu ul {
		grid-template-columns: 1fr;
		gap: 11px;
	}
	.elite-fullscreen-menu a {
		font-size: clamp(2.1rem, 10vw, 3.2rem);
	}
	.elite-fullscreen-menu__contact {
		flex-direction: column;
		gap: 7px;
	}
	.elite-contact-info-strip__inner,
	.elite-footer--legacy__inner {
		grid-template-columns: 1fr;
	}
	.elite-footer--legacy__bottom {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elite-legacy-slide.is-active .elite-legacy-slide__media,
	.elite-legacy-slide.is-active h1,
	.elite-legacy-slide.is-active h2,
	.elite-legacy-slide.is-active .elite-title-swoosh,
	.elite-legacy-slide.is-active .elite-legacy-slide__actions,
	.elite-fullscreen-menu.is-open li,
	.elite-reveal,
	.elite-foundation__gallery.is-revealed img {
		animation: none !important;
		transition: none !important;
		transform: none !important;
		opacity: 1 !important;
	}
}


/* v1.4 changes */
.elite-overlay-contact { gap: 16px; }
.elite-language-links { display:none !important; }

/* Softer transparent slider transitions */
.elite-legacy-slider { background:#1f2733; }
.elite-legacy-slide {
    transition: opacity 1.15s ease-in-out, visibility 1.15s ease-in-out;
}
.elite-legacy-slide__media {
    transition: transform 8s ease-out, opacity 1.15s ease-in-out, filter 1.15s ease-in-out;
    opacity: 0;
    filter: saturate(.95) brightness(.92);
}
.elite-legacy-slide.is-active .elite-legacy-slide__media {
    opacity: 1;
    filter: saturate(1) brightness(1);
    animation: eliteKenBurnsSoft 8.6s ease-out both;
}
.elite-legacy-slide__shade {
    background:
        linear-gradient(90deg, rgba(19,29,42,.64) 0%, rgba(19,29,42,.34) 46%, rgba(19,29,42,.16) 74%),
        linear-gradient(0deg, rgba(13,20,29,.18), rgba(13,20,29,.04));
    transition: opacity 1.15s ease-in-out;
}
@keyframes eliteKenBurnsSoft {
    0% { transform: scale(1.01) translate3d(0,0,0); }
    100% { transform: scale(1.07) translate3d(-.6%, -.4%, 0); }
}

/* Projects panorama under slider */
.elite-projects-map-block {
    padding: 0;
    background: #f3f3f3;
}
.elite-projects-map-wrap {
    width: min(100%, 2048px);
    margin: 0 auto;
    overflow: hidden;
    background: #d7d7d7;
}
.elite-projects-map-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

/* spacing balance after projects replacement */
.elite-legacy-counters { padding-top: 58px; }

@media (max-width: 760px) {
    .elite-projects-map-block { overflow-x: auto; }
    .elite-projects-map-wrap { min-width: 1100px; }
}


/* v1.4.1 — heading directly under slider, map directly below */
.elite-projects-overview {
    padding: 58px 0 0;
    background: #fff;
}
.elite-projects-overview__heading {
    width: min(calc(100% - 40px), 1040px);
    margin: 0 auto 34px;
    text-align: center;
}
.elite-projects-overview__heading h2 {
    margin-bottom: 7px;
    font-family: var(--elite-hero-serif);
    font-size: clamp(1.65rem, 2.3vw, 2.15rem);
    font-weight: 500;
}
.elite-projects-overview__heading h2 span {
    color: #a98558;
}
.elite-projects-overview__heading h3 {
    margin: 0;
    font-family: var(--elite-ui-sans);
    font-size: clamp(.95rem, 1.25vw, 1.14rem);
    font-weight: 700;
}
.elite-projects-overview .elite-projects-map-block {
    padding: 0;
}
.elite-projects-overview .elite-projects-map-wrap {
    width: min(100%, 2048px);
}
.elite-legacy-counters {
    padding-top: 54px;
}
@media (max-width:760px) {
    .elite-projects-overview {
        padding-top: 42px;
    }
    .elite-projects-overview__heading {
        margin-bottom: 24px;
    }
}


/* ================================================================
   v1.5 — Our Projects dropdown visibility
   ================================================================ */
.elite-nav--overlay .sub-menu {
	top: calc(100% + 5px);
	left: -18px;
	z-index: 10050;
	min-width: 275px;
	display: none;
	align-items: stretch;
	gap: 0 !important;
	padding: 12px 0;
	border-top: 2px solid #c9a366;
	background: rgba(255,255,255,.99);
	box-shadow: 0 22px 55px rgba(11,18,27,.22);
}
.elite-nav--overlay li:hover > .sub-menu,
.elite-nav--overlay li:focus-within > .sub-menu {
	display: grid;
}
.elite-nav--overlay .sub-menu li {
	width: 100%;
}
.elite-nav--overlay .sub-menu a {
	display: block;
	width: 100%;
	padding: 10px 22px;
	color: #202b3b !important;
	font-size: .69rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .01em;
	text-align: left;
	white-space: nowrap;
}
.elite-nav--overlay .sub-menu a::after {
	display: none;
}
.elite-nav--overlay .sub-menu a:hover,
.elite-nav--overlay .sub-menu .current-menu-item > a {
	background: #f3eee7;
	color: #9a7449 !important;
}
.elite-fullscreen-menu .sub-menu {
	display: grid;
	grid-template-columns: 1fr;
	gap: 7px;
	margin: 10px 0 0;
	padding-left: 22px;
}
.elite-fullscreen-menu .sub-menu a {
	font-family: var(--elite-ui-sans);
	font-size: .95rem;
	color: rgba(255,255,255,.70);
}

/* ================================================================
   v1.5 — Elite Alanya-style About Us page
   ================================================================ */
.elite-about-page .elite-overlay-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: transparent;
}
.elite-about-page .elite-overlay-header.is-scrolled {
	position: fixed;
	background: rgba(27,37,51,.97);
}
.elite-about {
	background: #fff;
}
.elite-about-shell {
	width: min(calc(100% - 40px), 1040px);
	margin-inline: auto;
}
.elite-about-section {
	padding: clamp(75px, 9vw, 125px) 0;
}
.elite-about-hero {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: flex-end;
	background:
		linear-gradient(110deg, #202b3b 0%, #314052 54%, #202b3b 100%);
	background-position: center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}
.elite-about-hero__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(20,29,41,.88), rgba(20,29,41,.35)),
		linear-gradient(0deg, rgba(16,23,33,.66), rgba(16,23,33,.05));
}
.elite-about-hero__inner {
	position: relative;
	z-index: 1;
	padding-bottom: 75px;
}
.elite-about-hero h1 {
	max-width: 800px;
	margin: 0 0 20px;
	font-family: var(--elite-hero-serif);
	font-size: clamp(3.6rem, 7vw, 6.6rem);
	font-weight: 500;
	line-height: .98;
	color: #ebcda4;
}
.elite-about-breadcrumb {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: .72rem;
	text-transform: uppercase;
	letter-spacing: .09em;
}
.elite-about-breadcrumb a,
.elite-about-breadcrumb span {
	color: rgba(255,255,255,.62);
}
.elite-about-breadcrumb strong {
	color: #fff;
}
.elite-about-kicker {
	margin-bottom: 13px;
	color: #a98558;
	font-family: var(--elite-ui-sans);
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .20em;
	text-transform: uppercase;
}
.elite-about-office__grid {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	gap: clamp(45px, 7vw, 90px);
	align-items: center;
}
.elite-about-office__visual {
	position: relative;
	min-height: 540px;
	overflow: hidden;
	background: #202b3b;
	box-shadow: 0 30px 80px rgba(27,37,51,.16);
}
.elite-about-office__slide {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .9s ease, visibility .9s ease;
}
.elite-about-office__slide.is-active {
	opacity: 1;
	visibility: visible;
}
.elite-about-office__slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(24,32,43,.40), rgba(24,32,43,.03) 58%);
}
.elite-about-office__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.elite-about-office__placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: radial-gradient(circle at 70% 25%, #536275, #202b3b 66%);
	color: #fff;
}
.elite-about-office__placeholder span {
	color: #c9a366;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .22em;
}
.elite-about-office__placeholder strong {
	font-family: var(--elite-hero-serif);
	font-size: 3.4rem;
	font-weight: 500;
}
.elite-about-office__label {
	position: absolute;
	left: 30px;
	bottom: 56px;
	z-index: 2;
	color: #fff;
	font-family: var(--elite-hero-serif);
	font-size: 2.15rem;
}
.elite-about-office__controls {
	position: absolute;
	right: 25px;
	bottom: 26px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 12px;
}
.elite-about-office__controls span {
	width: 36px;
	height: 1px;
	background: rgba(255,255,255,.52);
}
.elite-about-office__controls button {
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: .64rem;
	font-weight: 700;
	letter-spacing: .10em;
	text-transform: uppercase;
	cursor: pointer;
}
.elite-about-office__copy h2,
.elite-about-story h2,
.elite-about-values h2,
.elite-about-qualities h2 {
	font-family: var(--elite-hero-serif);
	font-weight: 500;
	line-height: 1.05;
}
.elite-about-office__copy h2 {
	margin-bottom: 28px;
	font-size: clamp(2.45rem, 4.2vw, 4rem);
}
.elite-about-office__copy p:not(.elite-about-kicker),
.elite-about-story__copy p {
	color: #67615b;
	font-size: .88rem;
	line-height: 1.8;
}
.elite-about-story {
	background: #f5f2ee;
}
.elite-about-story__grid {
	display: grid;
	grid-template-columns: .82fr 1.18fr;
	gap: clamp(50px, 8vw, 120px);
}
.elite-about-story__title h2 {
	font-size: clamp(2.6rem, 4.5vw, 4.4rem);
}
.elite-about-values__grid {
	display: grid;
	grid-template-columns: .86fr 1.14fr;
	min-height: 480px;
	background: #202b3b;
	box-shadow: 0 30px 80px rgba(27,37,51,.14);
}
.elite-about-values__panel {
	padding: clamp(42px, 6vw, 75px);
	color: #fff;
}
.elite-about-values__panel h2 {
	margin-bottom: 30px;
	font-size: clamp(2.8rem, 4.5vw, 4.5rem);
	color: #ebcda4;
}
.elite-about-values__panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.elite-about-values__panel li {
	position: relative;
	padding: 12px 0 12px 24px;
	border-bottom: 1px solid rgba(255,255,255,.12);
	color: rgba(255,255,255,.78);
	font-size: .82rem;
}
.elite-about-values__panel li::before {
	content: "—";
	position: absolute;
	left: 0;
	color: #c9a366;
}
.elite-about-values__image {
	min-height: 480px;
	overflow: hidden;
	background: #fff;
}
.elite-about-values__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.75) contrast(1.04);
}
.elite-about-qualities {
	padding-top: 20px;
}
.elite-about-qualities__heading {
	max-width: 700px;
	margin-bottom: 50px;
}
.elite-about-qualities__heading h2 {
	font-size: clamp(3rem, 5vw, 5rem);
}
.elite-about-qualities__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px 70px;
}
.elite-about-qualities__grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.elite-about-qualities__grid li {
	position: relative;
	padding: 13px 0 13px 27px;
	border-bottom: 1px solid #e5dfd8;
	color: #5e5852;
	font-size: .80rem;
	line-height: 1.55;
}
.elite-about-qualities__grid li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 21px;
	width: 8px;
	height: 8px;
	border: 1px solid #b68b52;
	transform: rotate(45deg);
}
.elite-about-quote {
	margin: 70px 0 0;
	padding: 45px 55px;
	border-left: 3px solid #c9a366;
	background: #f5f2ee;
}
.elite-about-quote p {
	margin-bottom: 10px;
	font-family: var(--elite-hero-serif);
	font-size: clamp(2rem, 3.7vw, 3.5rem);
	line-height: 1.05;
}
.elite-about-quote cite {
	color: #9a7449;
	font-size: .72rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.elite-about-office__grid,
	.elite-about-story__grid,
	.elite-about-values__grid {
		grid-template-columns: 1fr;
	}
	.elite-about-office__visual {
		min-height: 500px;
	}
	.elite-about-values__image {
		min-height: 380px;
	}
}
@media (max-width: 760px) {
	.elite-nav--overlay .sub-menu {
		position: static;
		min-width: 0;
		padding: 7px 0 7px 14px;
		border: 0;
		box-shadow: none;
	}
	.elite-about-hero {
		min-height: 440px;
	}
	.elite-about-hero__inner {
		padding-bottom: 55px;
	}
	.elite-about-office__visual {
		min-height: 420px;
	}
	.elite-about-qualities__grid {
		grid-template-columns: 1fr;
	}
	.elite-about-quote {
		padding: 32px 28px;
	}
}


/* ================================================================
   v1.6 — Premium, better-proportioned About Us page
   ================================================================ */
.elite-about-section {
	padding: clamp(64px, 7vw, 96px) 0;
}
.elite-about-hero {
	min-height: 450px;
}
.elite-about-hero__inner {
	padding-bottom: 58px;
}
.elite-about-hero h1 {
	max-width: 720px;
	margin-bottom: 16px;
	font-size: clamp(2.8rem, 5.2vw, 4.75rem);
	line-height: 1;
}
.elite-about-breadcrumb {
	font-size: .66rem;
}

/* Office heading and three large images in one row */
.elite-about-office {
	position: relative;
	background:
		radial-gradient(circle at 8% 4%, rgba(201,163,102,.13), transparent 24%),
		linear-gradient(180deg, #fff 0%, #faf8f5 100%);
	overflow: hidden;
}
.elite-about-office::before {
	content: "";
	position: absolute;
	top: 115px;
	right: -115px;
	width: 260px;
	height: 260px;
	border: 1px solid rgba(169,133,88,.18);
	border-radius: 50%;
}
.elite-about-office__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 35px;
	margin-bottom: 34px;
}
.elite-about-office__heading h2 {
	margin: 0;
	font-family: var(--elite-hero-serif);
	font-size: clamp(2.2rem, 3.5vw, 3.25rem);
	font-weight: 500;
	line-height: 1;
}
.elite-about-office__line {
	flex: 1;
	max-width: 420px;
	height: 1px;
	margin-bottom: 9px;
	background: linear-gradient(90deg, rgba(169,133,88,.85), rgba(169,133,88,0));
}
.elite-about-office__gallery {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.elite-about-office__card {
	position: relative;
	min-width: 0;
	aspect-ratio: 1.22 / 1;
	margin: 0;
	overflow: hidden;
	background: #202b3b;
	box-shadow: 0 18px 45px rgba(27,37,51,.12);
}
.elite-about-office__card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(17,25,35,.38), transparent 54%);
	transition: background .4s ease;
}
.elite-about-office__card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .5s ease;
}
.elite-about-office__card:hover img {
	transform: scale(1.045);
	filter: saturate(1.05);
}
.elite-about-office__card:hover::after {
	background: linear-gradient(0deg, rgba(17,25,35,.48), transparent 64%);
}
.elite-about-office__number {
	position: absolute;
	left: 18px;
	bottom: 14px;
	z-index: 2;
	color: rgba(255,255,255,.9);
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .16em;
}
.elite-about-office__placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: radial-gradient(circle at 70% 20%, #536275, #202b3b 68%);
	color: #fff;
}
.elite-about-office__placeholder span {
	font-size: .58rem;
	font-weight: 700;
	letter-spacing: .2em;
	color: #c9a366;
}
.elite-about-office__placeholder strong {
	font-family: var(--elite-hero-serif);
	font-size: 1.85rem;
	font-weight: 500;
}

/* Premium copy card below the gallery */
.elite-about-office__intro {
	position: relative;
	z-index: 2;
	width: calc(100% - 70px);
	margin: -26px auto 0;
	padding: clamp(34px, 4vw, 52px);
	display: grid;
	grid-template-columns: 145px minmax(0, 1fr);
	gap: clamp(32px, 5vw, 68px);
	background: rgba(255,255,255,.97);
	border-top: 3px solid #b68b52;
	box-shadow: 0 26px 65px rgba(27,37,51,.13);
}
.elite-about-office__intro-mark {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 25px;
	border-right: 1px solid #e4ddd4;
}
.elite-about-office__intro-mark span {
	color: #a98558;
	font-size: .61rem;
	font-weight: 700;
	letter-spacing: .24em;
}
.elite-about-office__intro-mark strong {
	font-family: var(--elite-hero-serif);
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1;
}
.elite-about-office__copy h2 {
	max-width: 760px;
	margin-bottom: 25px;
	font-size: clamp(1.9rem, 3vw, 2.75rem);
	line-height: 1.1;
}
.elite-about-office__text-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.elite-about-office__copy p:not(.elite-about-kicker),
.elite-about-story__copy p {
	font-size: .83rem;
	line-height: 1.75;
}

/* More elegant section headings */
.elite-about-story__title h2 {
	font-size: clamp(2rem, 3.5vw, 3.2rem);
	line-height: 1.08;
}
.elite-about-values__panel h2 {
	font-size: clamp(2.2rem, 3.5vw, 3.35rem);
}
.elite-about-qualities__heading h2 {
	font-size: clamp(2.25rem, 3.8vw, 3.6rem);
}
.elite-about-qualities__heading {
	margin-bottom: 38px;
}
.elite-about-quote p {
	font-size: clamp(1.7rem, 2.7vw, 2.55rem);
}

/* Premium accents throughout */
.elite-about-story {
	background:
		linear-gradient(115deg, rgba(201,163,102,.08), transparent 33%),
		#f5f2ee;
}
.elite-about-values__grid {
	border-bottom: 5px solid #b68b52;
	box-shadow: 0 28px 70px rgba(27,37,51,.16);
}
.elite-about-qualities__grid li {
	transition: color .25s ease, padding-left .25s ease;
}
.elite-about-qualities__grid li:hover {
	padding-left: 32px;
	color: #202b3b;
}
.elite-about-quote {
	position: relative;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(27,37,51,.07);
}
.elite-about-quote::after {
	content: "“";
	position: absolute;
	right: 25px;
	top: -38px;
	color: rgba(182,139,82,.11);
	font-family: var(--elite-hero-serif);
	font-size: 12rem;
	line-height: 1;
}

@media (max-width: 900px) {
	.elite-about-office__gallery {
		gap: 12px;
	}
	.elite-about-office__intro {
		width: calc(100% - 34px);
		grid-template-columns: 110px minmax(0, 1fr);
		gap: 30px;
	}
	.elite-about-office__intro-mark strong {
		font-size: 2rem;
	}
}
@media (max-width: 760px) {
	.elite-about-hero {
		min-height: 390px;
	}
	.elite-about-hero h1 {
		font-size: clamp(2.55rem, 11vw, 3.5rem);
	}
	.elite-about-office__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}
	.elite-about-office__line {
		width: 170px;
	}
	.elite-about-office__gallery {
		grid-template-columns: 1fr;
	}
	.elite-about-office__card {
		aspect-ratio: 1.45 / 1;
	}
	.elite-about-office__intro {
		width: calc(100% - 20px);
		margin-top: -12px;
		grid-template-columns: 1fr;
		gap: 22px;
	}
	.elite-about-office__intro-mark {
		padding: 0 0 18px;
		border-right: 0;
		border-bottom: 1px solid #e4ddd4;
	}
	.elite-about-office__text-columns {
		grid-template-columns: 1fr;
		gap: 0;
	}
}


/* v1.7 — Compact About hero and user-controlled Head Office gallery */
.elite-about-hero {
	min-height: 300px;
}
.elite-about-hero__inner {
	min-height: 300px;
	padding-top: 105px;
	padding-bottom: 42px;
}
.elite-about-hero h1 {
	max-width: 680px;
	font-size: clamp(1.9rem, 3.1vw, 3.25rem);
	line-height: 1.03;
}
.elite-about-breadcrumb {
	margin-top: 14px;
	font-size: .68rem;
}
.elite-about-office {
	padding-top: 62px;
}
.elite-about-office__heading {
	margin-bottom: 26px;
}
.elite-about-office__heading h2 {
	font-size: clamp(1.65rem, 2.5vw, 2.45rem);
}
.elite-about-office__gallery {
	display: grid;
	grid-template-columns: repeat(var(--elite-office-columns, 3), minmax(0, 1fr));
	gap: var(--elite-office-gap, 18px);
}
.elite-about-office__card {
	height: var(--elite-office-height, 430px);
	min-height: 220px;
	border-radius: 12px;
}
.elite-about-office__card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.elite-about-office__placeholder {
	height: var(--elite-office-height, 430px);
	padding: 24px;
}
.elite-about-office__placeholder small {
	display: block;
	margin-top: 10px;
	color: rgba(255,255,255,.65);
	font-size: .65rem;
}
.elite-about-office__intro {
	margin-top: 34px;
}
.elite-about-office__copy h2 {
	font-size: clamp(1.55rem, 2.45vw, 2.55rem);
}
.elite-about-story__title h2,
.elite-about-values__panel h2,
.elite-about-qualities__heading h2 {
	font-size: clamp(1.65rem, 2.6vw, 2.65rem);
}
.elite-about-quote p {
	font-size: clamp(1.6rem, 2.7vw, 2.85rem);
}

@media (max-width: 980px) {
	.elite-about-office__gallery {
		grid-template-columns: repeat(min(var(--elite-office-columns, 3), 2), minmax(0, 1fr));
	}
}
@media (max-width: 700px) {
	.elite-about-hero,
	.elite-about-hero__inner {
		min-height: 250px;
	}
	.elite-about-hero__inner {
		padding-top: 90px;
		padding-bottom: 30px;
	}
	.elite-about-hero h1 {
		font-size: 1.85rem;
	}
	.elite-about-office__gallery {
		grid-template-columns: 1fr;
	}
	.elite-about-office__card,
	.elite-about-office__placeholder {
		height: min(var(--elite-office-height, 430px), 440px);
	}
}


/* v1.7.1 — About Office images fully visible and tighter spacing */
.elite-about-office__gallery {
	gap: var(--elite-office-gap, 8px);
	align-items: stretch;
}
.elite-about-office__card {
	height: var(--elite-office-height, 430px);
	padding: 8px;
	background: #f6f4f1;
	border: 1px solid rgba(0,0,0,.06);
	border-radius: 12px;
	box-shadow: 0 10px 24px rgba(22, 18, 12, .06);
}
.elite-about-office__card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	background: #f6f4f1;
}
.elite-about-office__number {
	top: 12px;
	right: 12px;
}
.elite-about-office__intro {
	margin-top: 20px;
}
.elite-about-story,
.elite-about-values,
.elite-about-qualities,
.elite-about-quote {
	padding-top: 52px;
}
@media (max-width: 700px) {
	.elite-about-office__card {
		padding: 6px;
	}
	.elite-about-office__intro {
		margin-top: 16px;
	}
}


/* v1.8 — Our Head Office responsive carousel */
.elite-about-office__slider {
	position: relative;
	padding: 0 58px 38px;
}
.elite-about-office__viewport {
	overflow: hidden;
	border-radius: 13px;
}
.elite-about-office__track {
	display: flex;
	gap: var(--elite-office-gap, 8px);
	will-change: transform;
	transition: transform .82s cubic-bezier(.22,.75,.2,1);
}
.elite-about-office__carousel-slide {
	position: relative;
	flex: 0 0 auto;
	height: var(--elite-office-height, 430px);
	margin: 0;
	padding: 7px;
	overflow: hidden;
	border: 1px solid rgba(35,29,22,.08);
	border-radius: 12px;
	background: #f5f2ed;
	box-shadow: 0 14px 34px rgba(31,24,16,.08);
}
.elite-about-office__carousel-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	border-radius: 7px;
	background: #f5f2ed;
}
.elite-about-office__carousel-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 24px;
	text-align: center;
	background: radial-gradient(circle at 70% 25%, #536275, #202b3b 66%);
	color: #fff;
}
.elite-about-office__carousel-placeholder span {
	color: #c9a366;
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .20em;
}
.elite-about-office__carousel-placeholder strong {
	font-family: var(--elite-hero-serif);
	font-size: 2rem;
	font-weight: 500;
}
.elite-about-office__carousel-placeholder small {
	color: rgba(255,255,255,.65);
	font-size: .64rem;
}
.elite-about-office__arrow {
	position: absolute;
	top: calc(50% - 19px);
	z-index: 4;
	width: 43px;
	height: 43px;
	display: grid;
	place-items: center;
	padding: 0 0 4px;
	border: 1px solid rgba(169,133,88,.55);
	border-radius: 50%;
	background: rgba(255,255,255,.94);
	color: #a98558;
	box-shadow: 0 10px 25px rgba(31,24,16,.12);
	font-family: Georgia, serif;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, transform .2s ease, opacity .2s ease;
}
.elite-about-office__arrow:hover {
	transform: translateY(-2px);
	background: #a98558;
	color: #fff;
}
.elite-about-office__arrow:disabled {
	opacity: .28;
	cursor: default;
	transform: none;
}
.elite-about-office__arrow--prev {
	left: 0;
}
.elite-about-office__arrow--next {
	right: 0;
}
.elite-about-office__dots {
	position: absolute;
	left: 50%;
	bottom: 6px;
	display: flex;
	align-items: center;
	gap: 7px;
	transform: translateX(-50%);
}
.elite-about-office__dots button {
	width: 7px;
	height: 7px;
	padding: 0;
	border: 1px solid #a98558;
	border-radius: 999px;
	background: transparent;
	cursor: pointer;
	transition: width .25s ease, background .25s ease;
}
.elite-about-office__dots button.is-active {
	width: 23px;
	background: #a98558;
}
.elite-about-office__slider.is-static .elite-about-office__arrow,
.elite-about-office__slider.is-static .elite-about-office__dots {
	display: none;
}
.elite-about-office__slider.is-dragging .elite-about-office__track {
	transition: none;
}
.elite-about-office__intro {
	margin-top: 15px;
}

@media (max-width: 980px) {
	.elite-about-office__slider {
		padding-inline: 50px;
	}
}
@media (max-width: 700px) {
	.elite-about-office__slider {
		padding: 0 0 35px;
	}
	.elite-about-office__arrow {
		top: auto;
		bottom: 0;
		width: 36px;
		height: 36px;
		font-size: 1.65rem;
	}
	.elite-about-office__arrow--prev {
		left: calc(50% - 67px);
	}
	.elite-about-office__arrow--next {
		right: calc(50% - 67px);
	}
	.elite-about-office__dots {
		bottom: 14px;
	}
	.elite-about-office__carousel-slide {
		height: min(var(--elite-office-height, 430px), 440px);
		padding: 5px;
	}
}


/* v1.9 — Project names and editable aligned project buttons */
.elite-project-hero {
	min-height: 520px;
}
.elite-project-hero__content {
	padding-bottom: 54px;
}
.elite-project-hero h1 {
	max-width: 900px;
	margin-bottom: 12px;
	font-size: clamp(2rem, 4.1vw, 4.35rem);
	line-height: 1.02;
}
.elite-project-hero__content > p {
	max-width: 700px;
	font-size: clamp(.92rem, 1.35vw, 1.12rem);
}
.elite-project-card__body h3 {
	margin: 8px 0 11px;
	font-size: clamp(1rem, 1.35vw, 1.25rem);
	line-height: 1.3;
}
.elite-project-tabs {
	position: relative;
	z-index: 5;
	padding: 18px 0;
	background: #f4f0ea;
	border-bottom: 1px solid rgba(50,40,28,.10);
	box-shadow: 0 8px 24px rgba(35,28,20,.06);
}
.elite-project-tabs__inner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 10px;
	align-items: stretch;
}
.elite-project-tabs__button {
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	border: 1px solid #b89562;
	border-radius: 4px;
	background: #fff;
	color: #253143;
	font-family: var(--elite-ui-sans, Arial, sans-serif);
	font-size: .75rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: .035em;
	text-align: center;
	text-transform: uppercase;
	transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease;
}
.elite-project-tabs__button:hover,
.elite-project-tabs__button:focus-visible {
	transform: translateY(-2px);
	border-color: #a47e49;
	background: #a47e49;
	color: #fff;
}
#project-about,
#project-gallery,
#project-plans {
	scroll-margin-top: 130px;
}
.elite-project-page .elite-section-heading h2,
.elite-project-page #project-plans h2 {
	font-size: clamp(1.55rem, 2.6vw, 2.7rem);
}

@media (max-width: 700px) {
	.elite-project-hero {
		min-height: 420px;
	}
	.elite-project-hero h1 {
		font-size: clamp(1.8rem, 9vw, 2.75rem);
	}
	.elite-project-tabs {
		padding: 12px 0;
	}
	.elite-project-tabs__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}
	.elite-project-tabs__button {
		min-height: 45px;
		padding: 9px 10px;
		font-size: .66rem;
	}
}
@media (max-width: 430px) {
	.elite-project-tabs__inner {
		grid-template-columns: 1fr;
	}
}


/* v1.9.1 — Existing Elite Alanya project pages are normal WordPress pages */
.elite-page-hero--project {
	padding: clamp(68px, 8vw, 108px) 0;
}
.elite-page-hero--project h1,
.elite-project-standard-page .elite-page-hero h1 {
	max-width: 820px;
	font-size: clamp(1.9rem, 3.8vw, 3.75rem);
	line-height: 1.05;
}
.elite-project-standard-page .elite-content h1,
.elite-project-standard-page .elite-content h2 {
	font-size: clamp(1.45rem, 2.4vw, 2.4rem);
}


/* v1.9.2 — Compact project title row, buttons on the same horizontal line */
.elite-page-hero--project {
	min-height: 0;
	padding: 34px 0 32px;
}
.elite-project-title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
}
.elite-project-title-row__heading {
	flex: 0 1 auto;
	min-width: 230px;
}
.elite-page-hero--project .elite-eyebrow {
	margin-bottom: 7px;
	font-size: .64rem;
	letter-spacing: .18em;
}
.elite-page-hero--project h1,
.elite-project-standard-page .elite-page-hero--project h1 {
	max-width: 620px;
	margin: 0;
	font-size: clamp(1.85rem, 2.8vw, 2.85rem);
	line-height: 1;
	white-space: nowrap;
}
.elite-project-tabs--inline {
	flex: 0 1 auto;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}
.elite-project-tabs--inline .elite-project-tabs__inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-end;
	gap: 8px;
}
.elite-project-tabs--inline .elite-project-tabs__button {
	width: 124px;
	min-height: 42px;
	padding: 9px 12px;
	border-color: #af8d5f;
	border-radius: 5px;
	background: #af8d5f;
	color: #fff;
	font-size: .68rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	white-space: nowrap;
}
.elite-project-tabs--inline .elite-project-tabs__button:hover,
.elite-project-tabs--inline .elite-project-tabs__button:focus-visible {
	transform: translateY(-2px);
	border-color: #253143;
	background: #253143;
	color: #fff;
}
.elite-page-hero--project + .elite-section {
	padding-top: 48px;
}

@media (max-width: 900px) {
	.elite-project-title-row {
		gap: 18px;
	}
	.elite-project-tabs--inline .elite-project-tabs__button {
		width: 108px;
		padding-inline: 8px;
		font-size: .63rem;
	}
}
@media (max-width: 700px) {
	.elite-page-hero--project {
		padding: 27px 0 25px;
	}
	.elite-project-title-row {
		display: grid;
		grid-template-columns: 1fr;
		align-items: start;
		gap: 18px;
	}
	.elite-page-hero--project h1,
	.elite-project-standard-page .elite-page-hero--project h1 {
		font-size: clamp(1.7rem, 8vw, 2.35rem);
		white-space: normal;
	}
	.elite-project-tabs--inline {
		width: 100%;
	}
	.elite-project-tabs--inline .elite-project-tabs__inner {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 7px;
	}
	.elite-project-tabs--inline .elite-project-tabs__button {
		width: 100%;
		min-height: 40px;
	}
}
@media (max-width: 470px) {
	.elite-project-tabs--inline .elite-project-tabs__inner {
		grid-template-columns: 1fr;
	}
}


/* v1.9.3 — Robust handling for old Hompark Portfolio project pages */
body.elite-project-standard-page .elite-page-hero {
	min-height: 0 !important;
	padding: 30px 0 28px !important;
}
body.elite-project-standard-page .elite-project-title-row {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 30px !important;
}
body.elite-project-standard-page .elite-page-hero h1 {
	max-width: 570px !important;
	margin: 0 !important;
	font-size: clamp(1.75rem, 2.55vw, 2.65rem) !important;
	line-height: 1 !important;
	white-space: nowrap;
}
body.elite-project-standard-page .elite-page-hero .elite-eyebrow {
	margin-bottom: 7px !important;
	font-size: .62rem !important;
}
body.elite-project-standard-page .elite-project-tabs--inline {
	display: block !important;
	flex: 0 1 auto !important;
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}
body.elite-project-standard-page .elite-project-tabs--inline .elite-project-tabs__inner {
	display: flex !important;
	grid-template-columns: none !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	justify-content: flex-end !important;
	gap: 8px !important;
}
body.elite-project-standard-page .elite-project-tabs--inline .elite-project-tabs__button {
	width: 122px !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 9px 10px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 1px solid #ad8a59 !important;
	border-radius: 5px !important;
	background: #ad8a59 !important;
	color: #fff !important;
	font-size: .67rem !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	text-transform: none !important;
	white-space: nowrap !important;
}
body.elite-project-standard-page .elite-page-content-section[hidden] {
	display: none !important;
}
body.elite-project-standard-page .elite-page-hero + .elite-page-content-section {
	padding-top: 38px;
}

@media (max-width: 800px) {
	body.elite-project-standard-page .elite-project-title-row {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 17px !important;
	}
	body.elite-project-standard-page .elite-page-hero h1 {
		font-size: clamp(1.7rem, 7.5vw, 2.35rem) !important;
		white-space: normal !important;
	}
	body.elite-project-standard-page .elite-project-tabs--inline {
		width: 100% !important;
	}
	body.elite-project-standard-page .elite-project-tabs--inline .elite-project-tabs__inner {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	body.elite-project-standard-page .elite-project-tabs--inline .elite-project-tabs__button {
		width: 100% !important;
	}
}
@media (max-width: 470px) {
	body.elite-project-standard-page .elite-project-tabs--inline .elite-project-tabs__inner {
		grid-template-columns: 1fr !important;
	}
}


/* v1.9.4 — Elegant compact project title */
body.elite-project-standard-page .elite-page-hero .elite-eyebrow {
	display: none !important;
}
body.elite-project-standard-page .elite-project-title-row__heading {
	min-width: 210px;
}
body.elite-project-standard-page .elite-page-hero h1 {
	max-width: 500px !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(1.55rem, 2.15vw, 2.25rem) !important;
	font-weight: 500 !important;
	line-height: 1.05 !important;
	letter-spacing: -.018em !important;
	color: #27221d !important;
}
body.elite-project-standard-page .elite-page-hero {
	padding-top: 25px !important;
	padding-bottom: 24px !important;
}
@media (max-width: 800px) {
	body.elite-project-standard-page .elite-page-hero h1 {
		font-size: clamp(1.45rem, 6.5vw, 2rem) !important;
	}
}


/* ================================================================
   v2.0 — Editable Elite Elize 2 About page
   ================================================================ */
.elite-e2-editable-page {
	overflow: hidden;
	background: #fff;
}
.elite-e2-editable-page__content {
	margin: 0;
}
.elite-e2-editable-page .alignwide {
	width: min(calc(100% - 40px), 1180px);
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}
.elite-e2-editable-page .alignfull {
	width: 100%;
	max-width: none;
}
.elite-e2-section {
	padding: clamp(64px, 8vw, 118px) 0;
}
.elite-e2-hero {
	padding-top: clamp(70px, 8vw, 120px);
	padding-bottom: clamp(70px, 8vw, 115px);
	background:
		radial-gradient(circle at 16% 16%, rgba(214,178,119,.20), transparent 34%),
		linear-gradient(135deg, #faf6ef, #f0e6d6);
}
.elite-e2-hero__columns,
.elite-e2-content-columns {
	gap: clamp(36px, 6vw, 85px);
}
.elite-e2-eyebrow {
	margin-bottom: 12px;
	color: #a67d45;
	font-family: var(--elite-ui-sans, Arial, sans-serif);
	font-size: .70rem;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}
.elite-e2-title {
	margin-bottom: 15px;
	color: #28231e;
	font-family: var(--elite-hero-serif, Georgia, serif);
	font-size: clamp(2.8rem, 6vw, 6.4rem);
	font-weight: 500;
	line-height: .92;
	letter-spacing: -.045em;
}
.elite-e2-subtitle {
	margin-bottom: 24px;
	color: #9d7442;
	font-family: var(--elite-hero-serif, Georgia, serif);
	font-size: clamp(1.35rem, 2.5vw, 2.25rem);
	font-weight: 500;
}
.elite-e2-section-title {
	margin-bottom: 24px;
	color: #2b251f;
	font-family: var(--elite-hero-serif, Georgia, serif);
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 500;
	line-height: 1.02;
}
.elite-e2-editable-page p,
.elite-e2-editable-page li,
.elite-e2-editable-page td,
.elite-e2-editable-page th {
	font-family: var(--elite-ui-sans, Arial, sans-serif);
}
.elite-e2-editable-page p {
	color: #5e574f;
	line-height: 1.75;
}
.elite-e2-lead {
	max-width: 850px;
	margin-right: auto;
	margin-bottom: 38px;
	margin-left: auto;
	font-size: 1.05rem;
}
.elite-e2-buttons {
	margin-top: 30px;
}
.elite-e2-button .wp-block-button__link {
	min-width: 150px;
	padding: 13px 22px;
	border: 1px solid #a98558;
	border-radius: 999px;
	background: #a98558;
	color: #fff;
	font-size: .75rem;
	font-weight: 700;
}
.elite-e2-button.is-style-outline .wp-block-button__link {
	background: transparent;
	color: #6f522e;
}
.elite-e2-image {
	margin: 0;
}
.elite-e2-image img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: 0 24px 70px rgba(54,40,22,.15);
}
.elite-e2-image--hero img {
	border-radius: 30px 8px 30px 8px;
}
.elite-e2-image--map img {
	border-radius: 14px;
}
.elite-e2-overview {
	background: #fff;
}
.elite-e2-table {
	width: min(calc(100% - 40px), 1120px);
	margin: 34px auto 0;
	overflow: hidden;
	border: 1px solid rgba(169,133,88,.28);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(54,40,22,.08);
}
.elite-e2-table table {
	margin: 0;
	border-collapse: collapse;
}
.elite-e2-table th,
.elite-e2-table td {
	padding: 17px 19px;
	border: 1px solid rgba(169,133,88,.18);
	text-align: left;
	vertical-align: middle;
}
.elite-e2-table th {
	width: 18%;
	background: #f6efe5;
	color: #8c6738;
	font-size: .72rem;
	text-transform: uppercase;
}
.elite-e2-table td {
	color: #3f3933;
	font-size: .88rem;
}
.elite-e2-small-note {
	max-width: 850px;
	margin: 22px auto 0;
	color: #847a6f !important;
	font-size: .76rem;
}
.elite-e2-section--soft {
	background: #f7f2eb;
}
.elite-e2-section--dark {
	background: #202b3b;
	color: #fff;
}
.elite-e2-section--dark .elite-e2-section-title,
.elite-e2-section--dark h3,
.elite-e2-section--dark p,
.elite-e2-section--dark li {
	color: #fff;
}
.elite-e2-section--dark p,
.elite-e2-section--dark li {
	color: rgba(255,255,255,.72);
}
.elite-e2-callouts {
	margin-top: 30px;
}
.elite-e2-card {
	height: 100%;
	padding: 27px;
	border: 1px solid rgba(169,133,88,.24);
	border-radius: 15px;
	background: rgba(255,255,255,.75);
	box-shadow: 0 15px 40px rgba(56,41,20,.06);
}
.elite-e2-card h3 {
	margin-bottom: 12px;
	color: #8d6637;
	font-family: var(--elite-hero-serif, Georgia, serif);
	font-size: 1.45rem;
	font-weight: 600;
}
.elite-e2-card p {
	margin-bottom: 0;
	font-size: .86rem;
}
.elite-e2-card--list {
	padding: 32px 34px;
}
.elite-e2-card--list ul {
	margin-bottom: 0;
}
.elite-e2-list-columns {
	gap: 25px;
	margin-top: 36px;
}
.elite-e2-list-columns h3,
.elite-e2-editable-page__content .wp-block-column > h3 {
	color: #9a713f;
	font-family: var(--elite-hero-serif, Georgia, serif);
	font-size: 1.65rem;
	font-weight: 600;
}
.elite-e2-editable-page ul {
	padding-left: 1.25em;
}
.elite-e2-editable-page li {
	margin-bottom: 8px;
	color: #554d45;
	line-height: 1.55;
}
.elite-e2-gallery {
	gap: 14px !important;
	margin-top: 34px;
}
.elite-e2-gallery figure.wp-block-image {
	overflow: hidden;
	border-radius: 15px;
	background: #eee7dd;
}
.elite-e2-gallery img {
	width: 100% !important;
	height: 100% !important;
	min-height: 270px;
	object-fit: cover !important;
	transition: transform .45s ease;
}
.elite-e2-gallery figure:hover img {
	transform: scale(1.025);
}
.elite-e2-gallery--interiors {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 12px !important;
}
.elite-e2-gallery--interiors img {
	min-height: 220px;
	max-height: 285px;
}
.elite-e2-payment {
	background:
		radial-gradient(circle at 10% 15%, rgba(205,166,101,.17), transparent 32%),
		#fff;
}
.elite-e2-payment-card {
	padding: 28px 30px;
	border-left: 4px solid #b58a4f;
	border-radius: 0 14px 14px 0;
	background: #f7f1e8;
}
.elite-e2-payment-card h3 {
	color: #8d6637;
	font-family: var(--elite-hero-serif, Georgia, serif);
	font-size: 1.6rem;
}
.elite-e2-cta {
	padding: 75px 20px;
	background: #202b3b;
	color: #fff;
	text-align: center;
}
.elite-e2-cta h2 {
	color: #fff;
	font-family: var(--elite-hero-serif, Georgia, serif);
	font-size: clamp(2rem, 4vw, 3.8rem);
}
.elite-e2-cta p {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	color: rgba(255,255,255,.72);
}

@media (max-width: 781px) {
	.elite-e2-section {
		padding: 60px 0;
	}
	.elite-e2-title {
		font-size: clamp(2.8rem, 14vw, 4.8rem);
	}
	.elite-e2-table {
		overflow-x: auto;
	}
	.elite-e2-table table {
		min-width: 760px;
	}
	.elite-e2-gallery {
		grid-template-columns: 1fr !important;
	}
	.elite-e2-gallery img {
		min-height: 250px;
	}
}


/* ================================================================
   v2.0.1 — Elite Elize 2 About routing and compact project bar
   ================================================================ */
body.elite-e2-editable-page-template .elite-page-hero,
body.elite-e2-editable-page-template .elite-project-tabs,
body.elite-e2-editable-page-template .elite-project-title-row {
	display: none !important;
}
.elite-e2-project-bar {
	position: relative;
	z-index: 8;
	padding: 24px 0;
	background: #f7f3ed;
	border-bottom: 1px solid rgba(61,49,34,.08);
	box-shadow: 0 8px 25px rgba(42,33,23,.045);
}
.elite-e2-project-bar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
}
.elite-e2-project-bar__title {
	flex: 0 1 auto;
	min-width: 230px;
}
.elite-e2-project-bar__title h1 {
	margin: 0;
	color: #29231e;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.55rem, 2.15vw, 2.25rem);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -.018em;
}
.elite-e2-project-bar__nav {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-end;
	gap: 8px;
}
.elite-e2-project-bar__button {
	width: 124px;
	min-height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px 12px;
	border: 1px solid #ad8a59;
	border-radius: 5px;
	background: #ad8a59;
	color: #fff;
	font-family: var(--elite-ui-sans, Arial, sans-serif);
	font-size: .67rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	transition:
		background .22s ease,
		border-color .22s ease,
		color .22s ease,
		transform .22s ease;
}
.elite-e2-project-bar__button:hover,
.elite-e2-project-bar__button:focus-visible {
	transform: translateY(-2px);
	border-color: #253143;
	background: #253143;
	color: #fff;
}
.elite-e2-project-bar__button.is-current {
	border-color: #253143;
	background: #253143;
	color: #fff;
}
body.elite-e2-editable-page-template .elite-e2-editable-page {
	padding-top: 0;
}
body.elite-e2-editable-page-template .elite-e2-editable-page__content > .elite-e2-hero:first-child {
	margin-top: 0;
}

@media (max-width: 800px) {
	.elite-e2-project-bar {
		padding: 20px 0;
	}
	.elite-e2-project-bar__inner {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.elite-e2-project-bar__title h1 {
		font-size: clamp(1.5rem, 7vw, 2.05rem);
	}
	.elite-e2-project-bar__nav {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100%;
	}
	.elite-e2-project-bar__button {
		width: 100%;
	}
}
@media (max-width: 470px) {
	.elite-e2-project-bar__nav {
		grid-template-columns: 1fr;
	}
}


/* ================================================================
   v2.0.2 — Sticky Elite Elize 2 project bar
   ================================================================ */
:root {
	--elite-header-sticky-height: 88px;
}

body.elite-e2-editable-page-template .elite-e2-project-bar {
	position: sticky;
	top: var(--elite-header-sticky-height);
	z-index: 920;
	box-shadow: 0 10px 24px rgba(24, 20, 16, .08);
}

body.admin-bar.elite-e2-editable-page-template .elite-e2-project-bar {
	top: calc(var(--elite-header-sticky-height) + 32px);
}

body.elite-e2-editable-page-template .elite-e2-project-bar::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: rgba(61, 49, 34, .08);
}

@media (max-width: 782px) {
	body.admin-bar.elite-e2-editable-page-template .elite-e2-project-bar {
		top: calc(var(--elite-header-sticky-height) + 46px);
	}
}

@media (max-width: 800px) {
	:root {
		--elite-header-sticky-height: 76px;
	}

	body.elite-e2-editable-page-template .elite-e2-project-bar {
		top: var(--elite-header-sticky-height);
	}
}


/* ================================================================
   v2.0.3 — No-gap project bar, fixed only after scrolling
   ================================================================ */
body.elite-e2-editable-page-template .elite-e2-project-bar,
body.admin-bar.elite-e2-editable-page-template .elite-e2-project-bar {
	position: relative !important;
	top: auto !important;
	left: auto;
	right: auto;
	width: auto;
}

body.elite-e2-editable-page-template .elite-e2-project-bar.is-fixed {
	position: fixed !important;
	top: var(--elite-project-bar-top, 0px) !important;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 990;
	background: rgba(247, 243, 237, .98);
	backdrop-filter: blur(12px);
	box-shadow: 0 10px 28px rgba(24, 20, 16, .12);
	animation: eliteProjectBarDown .22s ease both;
}

.elite-e2-project-bar-spacer {
	display: block;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

@keyframes eliteProjectBarDown {
	from {
		opacity: .96;
		transform: translateY(-6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* v2.1.0 — Elite Elize 3 editable About page */
body.elite-elize3-about-current .elite-e2-gallery.columns-5 {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
body.elite-elize3-about-current .elite-e2-gallery.columns-5 img {
	min-height: 230px;
}
body.elite-elize3-about-current .elite-e2-list-columns .elite-e2-table {
	width: 100%;
	margin-top: 20px;
}
body.elite-elize3-about-current .elite-e2-list-columns .elite-e2-table table {
	min-width: 0;
}
body.elite-elize3-about-current .elite-e2-list-columns .elite-e2-table th {
	width: 65%;
}
@media (max-width: 980px) {
	body.elite-elize3-about-current .elite-e2-gallery.columns-5 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 620px) {
	body.elite-elize3-about-current .elite-e2-gallery.columns-5 {
		grid-template-columns: 1fr;
	}
}


/* ================================================================
   v2.1.1 — Fix Elize 3 social-facilities gallery image widths
   ================================================================ */
body.elite-elize3-about-current
.elite-e2-gallery.columns-5.has-nested-images {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	gap: 14px !important;
	width: min(calc(100% - 40px), 1180px) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.elite-elize3-about-current
.elite-e2-gallery.columns-5.has-nested-images
> figure.wp-block-image {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 !important;
	flex-basis: auto !important;
	flex-grow: 0 !important;
	aspect-ratio: 4 / 3;
	overflow: hidden !important;
	border-radius: 15px;
	background: #eee7dd;
}

body.elite-elize3-about-current
.elite-e2-gallery.columns-5.has-nested-images
> figure.wp-block-image
> img {
	position: static !important;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
}

@media (max-width: 1100px) {
	body.elite-elize3-about-current
	.elite-e2-gallery.columns-5.has-nested-images {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 760px) {
	body.elite-elize3-about-current
	.elite-e2-gallery.columns-5.has-nested-images {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 480px) {
	body.elite-elize3-about-current
	.elite-e2-gallery.columns-5.has-nested-images {
		grid-template-columns: 1fr !important;
	}
}


/* v2.1.4 repair — consistent typography after duplicate-theme activation */
:root {
	--elite-hero-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--elite-ui-sans: "Montserrat", Arial, Helvetica, sans-serif;
}
html,
body,
button,
input,
select,
textarea {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
body,
.elite-nav,
.elite-e2-editable-page p,
.elite-e2-editable-page li,
.elite-e2-editable-page td,
.elite-e2-editable-page th {
	font-family: var(--elite-ui-sans) !important;
}
h1,
h2,
h3,
h4,
.elite-e2-title,
.elite-e2-section-title,
.elite-e2-project-bar__title h1,
.elite-legacy-slide__copy h1 {
	font-family: var(--elite-hero-serif) !important;
}


/* ================================================================
   v2.1.5 — Elite Elize 4 distance tables alignment
   ================================================================ */
body.elite-elize4-about-current .elite-e2-list-columns {
	align-items: flex-start !important;
	gap: 26px !important;
}

body.elite-elize4-about-current
.elite-e2-list-columns
> .wp-block-column {
	min-width: 0 !important;
}

body.elite-elize4-about-current
.elite-e2-list-columns
.elite-e2-table {
	width: 100% !important;
	max-width: none !important;
	margin: 20px 0 0 !important;
	overflow: hidden !important;
}

body.elite-elize4-about-current
.elite-e2-list-columns
.elite-e2-table table {
	width: 100% !important;
	min-width: 0 !important;
	table-layout: fixed !important;
}

body.elite-elize4-about-current
.elite-e2-list-columns
.elite-e2-table th {
	width: 42% !important;
	padding: 16px 18px !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
	hyphens: none !important;
	line-height: 1.45 !important;
}

body.elite-elize4-about-current
.elite-e2-list-columns
.elite-e2-table td {
	width: 58% !important;
	padding: 16px 18px !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
	line-height: 1.45 !important;
}

body.elite-elize4-about-current
.elite-e2-list-columns
h3 {
	min-height: 34px;
	margin-bottom: 0 !important;
}

@media (max-width: 781px) {
	body.elite-elize4-about-current .elite-e2-list-columns {
		display: block !important;
	}

	body.elite-elize4-about-current
	.elite-e2-list-columns
	> .wp-block-column + .wp-block-column {
		margin-top: 42px !important;
	}

	body.elite-elize4-about-current
	.elite-e2-list-columns
	.elite-e2-table th {
		width: 48% !important;
		padding: 14px 13px !important;
		font-size: .68rem !important;
	}

	body.elite-elize4-about-current
	.elite-e2-list-columns
	.elite-e2-table td {
		width: 52% !important;
		padding: 14px 13px !important;
	}
}


/* ================================================================
   v2.1.6 — Elite Sun Villas Garden editable About page
   ================================================================ */
body.elite-sunvillas-about-current .elite-sv-distance-columns {
	align-items: flex-start !important;
	gap: 26px !important;
}

body.elite-sunvillas-about-current
.elite-sv-distance-columns
> .wp-block-column {
	min-width: 0 !important;
}

body.elite-sunvillas-about-current
.elite-sv-distance-columns
.elite-e2-table {
	width: 100% !important;
	max-width: none !important;
	margin: 20px 0 0 !important;
	overflow: hidden !important;
}

body.elite-sunvillas-about-current
.elite-sv-distance-columns
.elite-e2-table table {
	width: 100% !important;
	min-width: 0 !important;
	table-layout: fixed !important;
}

body.elite-sunvillas-about-current
.elite-sv-distance-columns
.elite-e2-table th {
	width: 48% !important;
	padding: 16px 18px !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
	hyphens: none !important;
	line-height: 1.45 !important;
}

body.elite-sunvillas-about-current
.elite-sv-distance-columns
.elite-e2-table td {
	width: 52% !important;
	padding: 16px 18px !important;
	line-height: 1.45 !important;
}

body.elite-sunvillas-about-current .elite-sv-gallery.has-nested-images {
	display: grid !important;
	align-items: stretch !important;
	gap: 14px !important;
	width: min(calc(100% - 40px), 1180px) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.elite-sunvillas-about-current
.elite-sv-gallery.columns-2.has-nested-images {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.elite-sunvillas-about-current
.elite-sv-gallery.columns-3.has-nested-images {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.elite-sunvillas-about-current
.elite-sv-gallery.has-nested-images
> figure.wp-block-image {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 !important;
	flex-basis: auto !important;
	overflow: hidden !important;
	aspect-ratio: 4 / 3;
	border-radius: 15px;
	background: #eee7dd;
}

body.elite-sunvillas-about-current
.elite-sv-gallery.has-nested-images
> figure.wp-block-image
> img {
	display: block !important;
	width: 100% !important;
	min-width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
}

body.elite-sunvillas-about-current
.elite-sv-gallery--views.has-nested-images
> figure.wp-block-image {
	aspect-ratio: 16 / 10;
}

@media (max-width: 900px) {
	body.elite-sunvillas-about-current
	.elite-sv-gallery.columns-3.has-nested-images {
		grid-template-columns: 1fr !important;
	}

	body.elite-sunvillas-about-current
	.elite-sv-gallery.columns-2.has-nested-images {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 781px) {
	body.elite-sunvillas-about-current .elite-sv-distance-columns {
		display: block !important;
	}

	body.elite-sunvillas-about-current
	.elite-sv-distance-columns
	> .wp-block-column + .wp-block-column {
		margin-top: 42px !important;
	}
}


/* ================================================================
   v2.1.7 — City 2 / City 3 gallery-only project pages
   ================================================================ */
body.elite-city-gallery-only-page {
	background: #fff;
}

.elite-city-gallery-only {
	padding: clamp(34px, 5vw, 72px) 0 clamp(60px, 8vw, 110px);
	background:
		radial-gradient(circle at 50% 0, rgba(184, 149, 98, .08), transparent 30%),
		#fff;
}

.elite-city-gallery-only__inner {
	width: min(calc(100% - 40px), 1440px);
	margin: 0 auto;
}

.elite-city-gallery-only__heading {
	margin: 0 0 clamp(24px, 4vw, 44px);
	text-align: center;
}

.elite-city-gallery-only__heading h1 {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.6rem);
	font-weight: 500;
	line-height: 1.04;
	color: #251f1a;
}

.elite-city-gallery-only__heading::after {
	content: "";
	display: block;
	width: 72px;
	height: 1px;
	margin: 18px auto 0;
	background: #b89562;
}

.elite-city-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(12px, 1.6vw, 24px);
	align-items: stretch;
}

.elite-city-gallery-grid__item {
	display: block;
	position: relative;
	width: 100%;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border-radius: 14px;
	background: #eee9e2;
	box-shadow: 0 14px 34px rgba(35, 29, 22, .10);
}

.elite-city-gallery-grid__item img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center;
	transition: transform .35s ease, filter .35s ease;
}

.elite-city-gallery-grid__item:hover img,
.elite-city-gallery-grid__item:focus-visible img {
	transform: scale(1.025);
	filter: brightness(1.03);
}

.elite-city-gallery-only__empty {
	max-width: 760px;
	margin: 0 auto;
	padding: 34px;
	border: 1px solid rgba(184, 149, 98, .28);
	border-radius: 14px;
	background: #faf7f2;
	text-align: center;
}

@media (max-width: 980px) {
	.elite-city-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.elite-city-gallery-only__inner {
		width: min(calc(100% - 24px), 1440px);
	}

	.elite-city-gallery-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.elite-city-gallery-grid__item {
		border-radius: 10px;
	}
}



/* ================================================================
   v2.1.8 — City 2 / City 3 responsive fade slider
   ================================================================ */
.elite-city-slider {
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	outline: none;
}

.elite-city-slider__viewport {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 16px;
	background: #171d25;
	box-shadow: 0 20px 54px rgba(26, 23, 19, .16);
}

.elite-city-slider__slides {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	min-height: 430px;
	max-height: 790px;
}

.elite-city-slider__slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	transform: scale(1.01);
	transition:
		opacity .7s ease,
		visibility .7s ease,
		transform 1.1s ease;
}

.elite-city-slider__slide.is-active {
	z-index: 2;
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.elite-city-slider__slide a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.elite-city-slider__slide img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
	object-position: center;
	background: #171d25;
}

.elite-city-slider__arrow {
	position: absolute;
	z-index: 5;
	top: 50%;
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .44);
	border-radius: 50%;
	background: rgba(21, 27, 35, .55);
	color: #fff;
	font: inherit;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	transition: background .2s ease, transform .2s ease;
}

.elite-city-slider__arrow:hover,
.elite-city-slider__arrow:focus-visible {
	background: rgba(184, 149, 98, .9);
	transform: translateY(-50%) scale(1.05);
}

.elite-city-slider__arrow span {
	display: block;
	margin-top: -5px;
	font-family: Georgia, serif;
	font-size: 3.1rem;
	font-weight: 300;
	line-height: 1;
}

.elite-city-slider__arrow--previous {
	left: 22px;
}

.elite-city-slider__arrow--next {
	right: 22px;
}

.elite-city-slider__counter {
	position: absolute;
	z-index: 5;
	right: 20px;
	bottom: 18px;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 999px;
	background: rgba(21, 27, 35, .62);
	color: #fff;
	font-size: .82rem;
	font-variant-numeric: tabular-nums;
	letter-spacing: .06em;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.elite-city-slider__thumbnails {
	display: flex;
	gap: 10px;
	width: 100%;
	margin-top: 16px;
	padding: 4px 2px 10px;
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: #b89562 #eee8df;
}

.elite-city-slider__thumbnail {
	flex: 0 0 122px;
	width: 122px;
	height: 78px;
	padding: 0;
	overflow: hidden;
	border: 2px solid transparent;
	border-radius: 9px;
	background: #ece6dd;
	cursor: pointer;
	opacity: .72;
	transition: border-color .2s ease, opacity .2s ease, transform .2s ease;
}

.elite-city-slider__thumbnail:hover,
.elite-city-slider__thumbnail:focus-visible {
	opacity: 1;
	transform: translateY(-2px);
}

.elite-city-slider__thumbnail.is-active {
	border-color: #b89562;
	opacity: 1;
	box-shadow: 0 5px 16px rgba(72, 53, 31, .16);
}

.elite-city-slider__thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center;
}

.elite-city-slider.has-single-slide .elite-city-slider__viewport {
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 900px) {
	.elite-city-slider__slides {
		min-height: 350px;
	}

	.elite-city-slider__arrow {
		width: 44px;
		height: 44px;
	}

	.elite-city-slider__arrow--previous {
		left: 12px;
	}

	.elite-city-slider__arrow--next {
		right: 12px;
	}

	.elite-city-slider__thumbnail {
		flex-basis: 100px;
		width: 100px;
		height: 66px;
	}
}

@media (max-width: 620px) {
	.elite-city-slider__viewport {
		border-radius: 10px;
	}

	.elite-city-slider__slides {
		aspect-ratio: 4 / 3;
		min-height: 260px;
	}

	.elite-city-slider__arrow {
		width: 38px;
		height: 38px;
	}

	.elite-city-slider__arrow span {
		font-size: 2.5rem;
	}

	.elite-city-slider__counter {
		right: 10px;
		bottom: 10px;
	}

	.elite-city-slider__thumbnail {
		flex-basis: 84px;
		width: 84px;
		height: 56px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elite-city-slider__slide,
	.elite-city-slider__thumbnail,
	.elite-city-slider__arrow {
		transition: none !important;
	}
}



/* ================================================================
   v2.1.9 — Elite Elize 1 editable About page
   ================================================================ */
body.elite-elize1-about-current .elite-e1-hero {
	background:
		radial-gradient(circle at 84% 14%, rgba(184, 149, 98, .18), transparent 32%),
		linear-gradient(135deg, #fbf7f0 0%, #f4ecdf 100%);
}

body.elite-elize1-about-current .elite-e2-title {
	max-width: 620px;
}

body.elite-elize1-about-current .elite-e2-image img {
	border: 1px solid rgba(184, 149, 98, .25);
	box-shadow: 0 18px 48px rgba(65, 46, 24, .11);
}

body.elite-elize1-about-current .elite-e1-pool-banner img,
body.elite-elize1-about-current .elite-e1-living-banner img,
body.elite-elize1-about-current .elite-e1-city-view img {
	width: 100%;
	max-height: 600px;
	object-fit: cover;
}

body.elite-elize1-about-current .elite-e1-feature-columns {
	gap: clamp(18px, 3vw, 34px);
}

body.elite-elize1-about-current .elite-e1-gallery.has-nested-images {
	display: grid !important;
	gap: 16px !important;
	align-items: stretch;
}

body.elite-elize1-about-current
.elite-e1-gallery--amenities.has-nested-images {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.elite-elize1-about-current
.elite-e1-gallery--interiors.has-nested-images {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.elite-elize1-about-current
.elite-e1-gallery.has-nested-images
> figure.wp-block-image {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 14px;
	background: #efe7db;
	box-shadow: 0 12px 30px rgba(63, 46, 28, .10);
}

body.elite-elize1-about-current
.elite-e1-gallery.has-nested-images
> figure.wp-block-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

body.elite-elize1-about-current .elite-e1-location {
	background:
		linear-gradient(rgba(255, 255, 255, .94), rgba(255, 255, 255, .94)),
		radial-gradient(circle at center, rgba(184, 149, 98, .18), transparent 55%);
}

body.elite-elize1-about-current .elite-e1-distance-columns {
	align-items: flex-start;
}

body.elite-elize1-about-current .elite-e1-distance-columns > .wp-block-column {
	min-width: 0;
}

body.elite-elize1-about-current .elite-e1-payment .elite-e2-small-note {
	margin-top: 16px;
	text-align: left;
}

body.elite-elize1-about-current .elite-e1-cta {
	background:
		linear-gradient(135deg, rgba(31, 46, 64, .98), rgba(40, 55, 73, .98));
}

@media (max-width: 980px) {
	body.elite-elize1-about-current
	.elite-e1-gallery--amenities.has-nested-images,
	body.elite-elize1-about-current
	.elite-e1-gallery--interiors.has-nested-images {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 620px) {
	body.elite-elize1-about-current
	.elite-e1-gallery--amenities.has-nested-images,
	body.elite-elize1-about-current
	.elite-e1-gallery--interiors.has-nested-images {
		grid-template-columns: 1fr !important;
	}

	body.elite-elize1-about-current
	.elite-e1-gallery.has-nested-images
	> figure.wp-block-image {
		aspect-ratio: 16 / 10;
	}
}


/* ================================================================
   v2.2.0 — Elite Elize 2 C-Block editable About page
   ================================================================ */
body.elite-elize2-cblock-about-current .elite-cblock-hero {
	background:
		radial-gradient(circle at 82% 18%, rgba(184, 149, 98, .20), transparent 34%),
		linear-gradient(135deg, #fbf7ef 0%, #f1e5d2 100%);
}

body.elite-elize2-cblock-about-current .elite-cblock-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	margin: 8px 0 24px;
	padding: 10px 30px;
	border: 1px solid rgba(177, 133, 72, .65);
	border-radius: 999px;
	background: linear-gradient(135deg, #f9e8c4, #b88b4b);
	color: #2b2117;
	font-family: var(--elite-serif);
	font-size: clamp(1.25rem, 2.5vw, 2rem);
	font-weight: 500;
	letter-spacing: .16em;
	text-transform: uppercase;
	box-shadow: 0 12px 28px rgba(95, 67, 31, .12);
}

body.elite-elize2-cblock-about-current .elite-cblock-city-map img,
body.elite-elize2-cblock-about-current .elite-cblock-pool-banner img,
body.elite-elize2-cblock-about-current .elite-cblock-living-banner img {
	width: 100%;
	max-height: 610px;
	object-fit: cover;
}

body.elite-elize2-cblock-about-current
.wp-block-gallery.elite-cblock-lifestyle-gallery,
body.elite-elize2-cblock-about-current
.wp-block-gallery.elite-cblock-facilities-gallery,
body.elite-elize2-cblock-about-current
.wp-block-gallery.elite-cblock-interior-gallery {
	display: grid !important;
	gap: 16px !important;
	align-items: stretch;
}

body.elite-elize2-cblock-about-current
.elite-cblock-lifestyle-gallery {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.elite-elize2-cblock-about-current
.elite-cblock-facilities-gallery {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.elite-elize2-cblock-about-current
.elite-cblock-interior-gallery {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.elite-elize2-cblock-about-current
.wp-block-gallery[class*="elite-cblock-"]
> figure.wp-block-image {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 15px;
	background: #eee4d5;
	box-shadow: 0 13px 32px rgba(58, 42, 24, .11);
}

body.elite-elize2-cblock-about-current
.wp-block-gallery[class*="elite-cblock-"]
> figure.wp-block-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

body.elite-elize2-cblock-about-current .elite-cblock-facilities {
	background:
		linear-gradient(135deg, rgba(31, 46, 64, .99), rgba(39, 53, 70, .99));
}

body.elite-elize2-cblock-about-current .elite-cblock-options {
	margin-top: 26px;
}

body.elite-elize2-cblock-about-current .elite-cblock-info-table th {
	width: 20%;
}

body.elite-elize2-cblock-about-current .elite-cblock-cta {
	background:
		linear-gradient(135deg, rgba(31, 46, 64, .99), rgba(48, 62, 78, .99));
}

@media (max-width: 980px) {
	body.elite-elize2-cblock-about-current
	.elite-cblock-interior-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 720px) {
	body.elite-elize2-cblock-about-current
	.elite-cblock-lifestyle-gallery,
	body.elite-elize2-cblock-about-current
	.elite-cblock-facilities-gallery,
	body.elite-elize2-cblock-about-current
	.elite-cblock-interior-gallery {
		grid-template-columns: 1fr !important;
	}

	body.elite-elize2-cblock-about-current
	.wp-block-gallery[class*="elite-cblock-"]
	> figure.wp-block-image {
		aspect-ratio: 16 / 10;
	}

	body.elite-elize2-cblock-about-current .elite-cblock-label {
		min-width: 180px;
		font-size: 1.15rem;
	}
}


/* ================================================================
   v2.2.2 — Elite Elize 1 Photo Gallery slider repair
   ================================================================ */
.elite-elize1-gallery-slider-wrap {
	width: 100%;
	margin: 0 auto;
}

body.elite-elize1-gallery-slider-page .elite-page-content-section {
	padding-top: clamp(28px, 4vw, 54px);
	padding-bottom: clamp(58px, 7vw, 96px);
	background:
		radial-gradient(circle at 50% 0, rgba(184,149,98,.08), transparent 34%),
		#fff;
}

body.elite-elize1-gallery-slider-page .elite-page-content-section > .elite-container {
	width: min(calc(100% - 40px), 1420px);
	max-width: 1420px;
}

body.elite-elize1-gallery-slider-page .elite-content {
	max-width: none;
}

body.elite-elize1-gallery-slider-page .elite-content > *:first-child {
	margin-top: 0;
}

body.elite-elize1-gallery-slider-page .elite-city-slider__slides {
	min-height: clamp(360px, 54vw, 760px);
}

body.elite-elize1-gallery-slider-page .elite-city-slider__slide img {
	object-fit: contain;
}

@media (max-width: 620px) {
	body.elite-elize1-gallery-slider-page .elite-page-content-section > .elite-container {
		width: min(calc(100% - 22px), 1420px);
	}

	body.elite-elize1-gallery-slider-page .elite-city-slider__slides {
		min-height: 260px;
	}
}

/* ================================================================
   v2.2.3 — Reference Projects page
   ================================================================ */
body.elite-reference-projects-page {
	background: #f8f4ee;
}

.elite-reference-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(72px, 9vw, 128px) 0 clamp(52px, 7vw, 92px);
	background:
		radial-gradient(circle at 78% 20%, rgba(199,165,107,.20), transparent 30%),
		linear-gradient(135deg, #f8f3eb 0%, #fff 48%, #eee2d2 100%);
	border-bottom: 1px solid rgba(154,116,73,.20);
}

.elite-reference-hero::before,
.elite-reference-hero::after {
	content: "";
	position: absolute;
	pointer-events: none;
	border: 1px solid rgba(199,165,107,.36);
	border-radius: 50%;
}

.elite-reference-hero::before {
	width: 420px;
	height: 420px;
	right: -120px;
	top: -230px;
}

.elite-reference-hero::after {
	width: 260px;
	height: 260px;
	left: -140px;
	bottom: -190px;
}

.elite-reference-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 36px;
}

.elite-reference-hero__eyebrow {
	margin: 0 0 12px;
	color: var(--elite-bronze);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .28em;
	text-transform: uppercase;
}

.elite-reference-hero h1 {
	margin: 0;
	max-width: 850px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(48px, 7vw, 96px);
	font-weight: 500;
	line-height: .95;
	letter-spacing: -.035em;
}

.elite-reference-hero__years {
	margin: 0 0 7px;
	color: rgba(33,29,25,.68);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .18em;
	white-space: nowrap;
	text-transform: uppercase;
}

.elite-reference-section {
	position: relative;
	padding: clamp(54px, 7vw, 104px) 0 clamp(76px, 9vw, 136px);
	background:
		linear-gradient(rgba(255,255,255,.93), rgba(255,255,255,.98)),
		radial-gradient(circle at 15% 10%, rgba(199,165,107,.14), transparent 26%);
}

.elite-reference-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(22px, 2.5vw, 36px);
}

.elite-reference-card {
	position: relative;
	min-width: 0;
	margin: 0;
	background: #fff;
	border: 1px solid rgba(154,116,73,.20);
	border-radius: 22px;
	box-shadow: 0 20px 55px rgba(40,31,22,.10);
	overflow: hidden;
	transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.elite-reference-card:hover,
.elite-reference-card:focus-within {
	transform: translateY(-7px);
	border-color: rgba(154,116,73,.42);
	box-shadow: 0 30px 75px rgba(40,31,22,.16);
}

.elite-reference-card__button {
	display: block;
	width: 100%;
	padding: 0;
	color: inherit;
	background: transparent;
	border: 0;
	text-align: left;
	cursor: zoom-in;
}

.elite-reference-card__image {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #e8e0d6;
}

.elite-reference-card__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(19,25,36,.32), transparent 50%);
	opacity: .35;
	transition: opacity .35s ease;
}

.elite-reference-card:hover .elite-reference-card__image::after {
	opacity: .65;
}

.elite-reference-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.elite-reference-card:hover .elite-reference-card__image img {
	transform: scale(1.045);
}

.elite-reference-card__body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 94px;
	padding: 20px 22px 22px;
}

.elite-reference-card__title {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(23px, 2vw, 30px);
	font-weight: 600;
	line-height: 1.03;
}

.elite-reference-card__year {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 64px;
	padding: 8px 11px;
	color: #fff;
	background: linear-gradient(135deg, #8f673e, #c5a16a);
	border-radius: 999px;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
}

.elite-reference-empty {
	padding: 42px;
	background: #fff;
	border: 1px dashed rgba(154,116,73,.45);
	border-radius: 18px;
	text-align: center;
}

.elite-reference-lightbox {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: clamp(16px, 3vw, 44px);
	background: rgba(9,15,25,.93);
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s ease, visibility .25s ease;
}

.elite-reference-lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

.elite-reference-lightbox__stage {
	position: relative;
	width: min(1220px, 100%);
	max-height: calc(100vh - 60px);
}

.elite-reference-lightbox__figure {
	margin: 0;
}

.elite-reference-lightbox__image {
	display: block;
	width: 100%;
	max-height: calc(100vh - 155px);
	object-fit: contain;
	border-radius: 16px;
	box-shadow: 0 35px 100px rgba(0,0,0,.45);
}

.elite-reference-lightbox__caption {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 13px;
	padding-top: 17px;
	color: #fff;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(24px, 3vw, 36px);
	line-height: 1.1;
	text-align: center;
}

.elite-reference-lightbox__caption-year {
	color: #d7b97f;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
}

.elite-reference-lightbox__close,
.elite-reference-lightbox__arrow {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	color: #fff;
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 50%;
	font: inherit;
	cursor: pointer;
	backdrop-filter: blur(9px);
	transition: background .2s ease, transform .2s ease;
}

.elite-reference-lightbox__close:hover,
.elite-reference-lightbox__arrow:hover {
	background: rgba(199,165,107,.52);
	transform: scale(1.05);
}

.elite-reference-lightbox__close {
	top: -16px;
	right: -16px;
	font-size: 30px;
}

.elite-reference-lightbox__arrow {
	top: 50%;
	transform: translateY(-50%);
	font-size: 38px;
}

.elite-reference-lightbox__arrow:hover {
	transform: translateY(-50%) scale(1.05);
}

.elite-reference-lightbox__arrow--prev { left: 16px; }
.elite-reference-lightbox__arrow--next { right: 16px; }

body.elite-reference-lightbox-open {
	overflow: hidden;
}

/* Reference Projects editor */
.elite-reference-admin-list {
	display: grid;
	gap: 14px;
	margin-top: 14px;
}

.elite-reference-admin-row {
	display: grid;
	grid-template-columns: 150px minmax(180px, 1fr) 110px auto;
	gap: 14px;
	align-items: center;
	padding: 14px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
}

.elite-reference-admin-preview {
	position: relative;
	aspect-ratio: 16 / 9;
	background: #f0f0f1;
	border-radius: 6px;
	overflow: hidden;
}

.elite-reference-admin-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.elite-reference-admin-fields label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
}

.elite-reference-admin-fields input {
	width: 100%;
}

.elite-reference-admin-actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

@media (max-width: 980px) {
	.elite-reference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.elite-reference-hero__inner { align-items: flex-start; flex-direction: column; }
	.elite-reference-admin-row { grid-template-columns: 120px minmax(160px, 1fr); }
	.elite-reference-admin-actions { grid-column: 1 / -1; flex-direction: row; }
}

@media (max-width: 650px) {
	.elite-reference-grid { grid-template-columns: 1fr; }
	.elite-reference-hero { padding-top: 56px; }
	.elite-reference-hero__years { white-space: normal; }
	.elite-reference-card__body { min-height: 82px; padding: 17px 18px 19px; }
	.elite-reference-lightbox__close { top: 7px; right: 7px; }
	.elite-reference-lightbox__arrow { width: 42px; height: 42px; }
	.elite-reference-lightbox__arrow--prev { left: 7px; }
	.elite-reference-lightbox__arrow--next { right: 7px; }
	.elite-reference-admin-row { grid-template-columns: 1fr; }
	.elite-reference-admin-preview { max-width: 260px; }
}


/* ================================================================
   v2.2.8 — Elize 2 full-width layout and safe primary-menu cleanup
   ================================================================ */
html:has(body.elite-e2-editable-page-template) {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	background: #ffffff !important;
}
body.elite-e2-editable-page-template {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	overflow-x: hidden !important;
	background: #ffffff !important;
	transform: none !important;
	zoom: 1 !important;
}
body.elite-e2-editable-page-template > .elite-overlay-header,
body.elite-e2-editable-page-template > #main,
body.elite-e2-editable-page-template > footer,
body.elite-e2-editable-page-template .elite-e2-editable-page,
body.elite-e2-editable-page-template .elite-e2-editable-page__content,
body.elite-e2-editable-page-template .elite-e2-project-bar,
body.elite-e2-editable-page-template .wpb-content-wrapper,
body.elite-e2-editable-page-template #page,
body.elite-e2-editable-page-template .site,
body.elite-e2-editable-page-template .site-content {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	transform: none !important;
}
body.elite-e2-editable-page-template .elite-overlay-header__shell,
body.elite-e2-editable-page-template .elite-e2-project-bar__inner {
	width: min(calc(100% - 48px), 1240px) !important;
	max-width: 1240px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
body.elite-e2-editable-page-template .elite-overlay-header__navrow,
body.elite-e2-editable-page-template .elite-nav--overlay,
body.elite-e2-editable-page-template .elite-nav--overlay > div,
body.elite-e2-editable-page-template .elite-nav--overlay > ul {
	max-width: none !important;
}
body.elite-e2-editable-page-template .elite-e2-project-bar__title {
	flex: 0 1 420px !important;
	min-width: 220px !important;
}
body.elite-e2-editable-page-template .elite-e2-project-bar__nav {
	flex: 0 0 auto !important;
	overflow: visible !important;
}
body.elite-e2-editable-page-template .elite-e2-project-bar__button {
	flex: 0 0 124px !important;
}
@media (max-width: 980px) {
	body.elite-e2-editable-page-template .elite-overlay-header__shell,
	body.elite-e2-editable-page-template .elite-e2-project-bar__inner {
		width: min(calc(100% - 30px), 1240px) !important;
	}
	body.elite-e2-editable-page-template .elite-nav--overlay ul { gap: 20px !important; }
	body.elite-e2-editable-page-template .elite-nav--overlay a { font-size: .72rem !important; }
}
@media (max-width: 800px) {
	body.elite-e2-editable-page-template .elite-e2-project-bar__title { min-width: 0 !important; }
	body.elite-e2-editable-page-template .elite-e2-project-bar__nav { width: 100% !important; }
	body.elite-e2-editable-page-template .elite-e2-project-bar__button { flex-basis: auto !important; }
}
@media (max-width: 480px) {
	body.elite-e2-editable-page-template .elite-overlay-header__shell,
	body.elite-e2-editable-page-template .elite-e2-project-bar__inner {
		width: min(calc(100% - 22px), 1240px) !important;
	}
}

/* ================================================================
   v2.3.0 — Exact Elite Elize 2 restored content layout
   ================================================================ */
body.elite-elize2-exact-repaired,
body.elite-elize2-exact-repaired #main,
body.elite-elize2-exact-repaired .elite-e2-editable-page,
body.elite-elize2-exact-repaired .elite-e2-editable-page__content {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}
body.elite-elize2-exact-repaired .elite-overlay-header__shell,
body.elite-elize2-exact-repaired .elite-e2-project-bar__inner {
	width: min(calc(100% - 48px), 1240px) !important;
	max-width: 1240px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
body.elite-elize2-exact-repaired .elite-e2-editable-page .alignwide {
	width: min(calc(100% - 48px), 1180px) !important;
	max-width: 1180px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
body.elite-elize2-exact-repaired .elite-e2-editable-page .alignfull {
	width: 100% !important;
	max-width: none !important;
}
@media (max-width: 760px) {
	body.elite-elize2-exact-repaired .elite-overlay-header__shell,
	body.elite-elize2-exact-repaired .elite-e2-project-bar__inner,
	body.elite-elize2-exact-repaired .elite-e2-editable-page .alignwide {
		width: calc(100% - 24px) !important;
	}
}

/* ================================================================
   v2.3.1 — WhatsApp floating button hard size lock
   ================================================================ */
html body a.elite-whatsapp,
html body .elite-whatsapp {
	position: fixed !important;
	right: 22px !important;
	bottom: 22px !important;
	left: auto !important;
	top: auto !important;
	z-index: 100000 !important;
	width: 58px !important;
	min-width: 58px !important;
	max-width: 58px !important;
	height: 58px !important;
	min-height: 58px !important;
	max-height: 58px !important;
	display: grid !important;
	place-items: center !important;
	flex: 0 0 58px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: #25d366 !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-align: center !important;
	text-decoration: none !important;
	box-shadow: 0 14px 35px rgba(0,0,0,.20) !important;
	overflow: hidden !important;
	transform: none !important;
	clip-path: none !important;
}

@media (max-width: 600px) {
	html body a.elite-whatsapp,
	html body .elite-whatsapp {
		right: 14px !important;
		bottom: 14px !important;
		width: 52px !important;
		min-width: 52px !important;
		max-width: 52px !important;
		height: 52px !important;
		min-height: 52px !important;
		max-height: 52px !important;
		flex-basis: 52px !important;
	}
}

/* ================================================================
   v2.3.4 — WhatsApp icon and active/passive Customizer settings
   ================================================================ */
html body .elite-whatsapp__icon,
html body .elite-whatsapp__text {
	display: grid !important;
	place-items: center !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	color: inherit !important;
	line-height: 1 !important;
	pointer-events: none !important;
}

html body .elite-whatsapp__icon svg {
	display: block !important;
	width: 31px !important;
	height: 31px !important;
	max-width: 31px !important;
	max-height: 31px !important;
	fill: none;
	color: #fff !important;
}

html body .elite-whatsapp__text {
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: .01em !important;
}

html body .elite-whatsapp:hover,
html body .elite-whatsapp:focus-visible {
	background: #1fbd5b !important;
	color: #fff !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 18px 40px rgba(0,0,0,.26) !important;
}

@media (max-width: 600px) {
	html body .elite-whatsapp__icon svg {
		width: 28px !important;
		height: 28px !important;
		max-width: 28px !important;
		max-height: 28px !important;
	}
}

/* ================================================================
   v2.3.6 — Editable Price List
   No hard-coded image. Page content remains editable with Gutenberg/WPBakery.
   ================================================================ */
body.elite-price-list-page .elite-page-hero--price-list {
	padding: 38px 0 42px;
	background: var(--elite-cream);
}

body.elite-price-list-page .elite-page-hero--price-list .elite-eyebrow {
	margin-bottom: 7px;
}

body.elite-price-list-page .elite-page-hero--price-list h1 {
	max-width: none;
	margin: 0;
	font-size: clamp(2.5rem, 4.8vw, 4.4rem);
	line-height: 1;
}

body.elite-price-list-page .elite-price-list-featured {
	padding: 38px 0 0;
	background: #fff;
}

body.elite-price-list-page .elite-price-list-featured__image {
	width: 100%;
	max-height: 360px;
	border-radius: 14px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 18px 48px rgba(33, 29, 25, .12);
}

body.elite-price-list-page .elite-price-list-editor-section {
	padding: clamp(38px, 5vw, 70px) 0;
	background: #fff;
}

body.elite-price-list-page .elite-price-list-protected-content {
	max-width: 840px;
}

body.elite-price-list-page .elite-price-list-password-card {
	padding: clamp(28px, 5vw, 48px);
	border: 1px solid rgba(154, 116, 73, .24);
	border-radius: 18px;
	background: linear-gradient(145deg, #fff 0%, #faf7f2 100%);
	box-shadow: 0 22px 60px rgba(33, 29, 25, .10);
}

body.elite-price-list-page .elite-price-list-password-card h2 {
	margin: 0 0 10px;
	font-size: clamp(1.9rem, 3vw, 2.8rem);
	line-height: 1.05;
}

body.elite-price-list-page .elite-price-list-password-card__text {
	margin-bottom: 24px;
	color: var(--elite-ink-soft);
}

body.elite-price-list-page .elite-price-list-password-form label {
	display: block;
	margin-bottom: 8px;
	font-size: .76rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.elite-price-list-page .elite-price-list-password-form__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
}

body.elite-price-list-page .elite-price-list-password-form input[type="password"] {
	width: 100%;
	min-width: 0;
	height: 54px;
	padding: 0 17px;
	border: 1px solid rgba(33, 29, 25, .20);
	border-radius: 8px;
	background: #fff;
	color: var(--elite-ink);
	font: inherit;
	outline: none;
}

body.elite-price-list-page .elite-price-list-password-form input[type="password"]:focus {
	border-color: var(--elite-gold);
	box-shadow: 0 0 0 4px rgba(199, 165, 107, .16);
}

body.elite-price-list-page .elite-price-list-password-form button {
	min-height: 54px;
	padding: 0 25px;
	border: 1px solid var(--elite-gold);
	border-radius: 8px;
	background: var(--elite-gold);
	color: var(--elite-ink);
	font: inherit;
	font-size: .84rem;
	font-weight: 700;
	cursor: pointer;
}

/* Keep builder rows free to control their own width. */
body.elite-price-list-page .elite-price-list-editor-content > .vc_row,
body.elite-price-list-page .elite-price-list-editor-content > .wpb-content-wrapper,
body.elite-price-list-page .elite-price-list-editor-content > .alignfull,
body.elite-price-list-page .elite-price-list-editor-content > .alignwide {
	width: 100%;
	max-width: none;
}

/* Give ordinary Gutenberg/Classic content a readable width. */
body.elite-price-list-page .elite-price-list-editor-content > :not(.vc_row):not(.wpb-content-wrapper):not(.alignfull):not(.alignwide) {
	width: min(calc(100% - 40px), var(--elite-container));
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 600px) {
	body.elite-price-list-page .elite-page-hero--price-list {
		padding: 28px 0 30px;
	}

	body.elite-price-list-page .elite-page-hero--price-list h1 {
		font-size: clamp(2.2rem, 12vw, 3.4rem);
	}

	body.elite-price-list-page .elite-price-list-featured {
		padding-top: 22px;
	}

	body.elite-price-list-page .elite-price-list-featured__image {
		max-height: 240px;
		border-radius: 10px;
	}

	body.elite-price-list-page .elite-price-list-editor-section {
		padding: 30px 0 46px;
	}

	body.elite-price-list-page .elite-price-list-password-card {
		padding: 25px 21px;
		border-radius: 14px;
	}

	body.elite-price-list-page .elite-price-list-password-form__row {
		grid-template-columns: 1fr;
	}

	body.elite-price-list-page .elite-price-list-password-form button {
		width: 100%;
	}
}

/* ================================================================
   v2.3.7 — Gutenberg-editable Price List blocks
   ================================================================ */
body.elite-price-list-page .elite-price-list-gutenberg {
	width: min(calc(100% - 40px), var(--elite-container));
	margin-right: auto;
	margin-left: auto;
}

body.elite-price-list-page .elite-price-list-editable-image {
	margin-top: 0;
	margin-bottom: clamp(30px, 5vw, 58px);
}

body.elite-price-list-page .elite-price-list-editable-image img {
	display: block;
	width: 100%;
	max-height: 520px;
	border-radius: 16px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 20px 55px rgba(33, 29, 25, .12);
}

body.elite-price-list-page .elite-price-list-gutenberg > h2 {
	margin-bottom: 8px;
}

body.elite-price-list-page .elite-price-list-intro {
	max-width: 720px;
	margin: 0 auto 34px;
	color: var(--elite-ink-soft);
}

body.elite-price-list-page .elite-price-list-columns {
	gap: 18px;
	margin-bottom: 0;
}

body.elite-price-list-page .elite-price-list-buttons {
	width: 100%;
	gap: 14px;
}

body.elite-price-list-page .elite-price-list-button,
body.elite-price-list-page .elite-price-list-button .wp-block-button__link {
	width: 100%;
}

body.elite-price-list-page .elite-price-list-button .wp-block-button__link {
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 18px;
	border: 1px solid var(--elite-gold);
	border-radius: 8px;
	background: linear-gradient(90deg, #d89a2b 0%, #c68a28 34%, #0d0b09 34%, #0d0b09 100%);
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: .84rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}

body.elite-price-list-page .elite-price-list-button .wp-block-button__link:hover,
body.elite-price-list-page .elite-price-list-button .wp-block-button__link:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(33, 29, 25, .18);
}

@media (max-width: 781px) {
	body.elite-price-list-page .elite-price-list-columns {
		gap: 14px;
	}

	body.elite-price-list-page .elite-price-list-editable-image img {
		max-height: 340px;
		border-radius: 11px;
	}
}

/* ================================================================
   v2.3.8 — Gutenberg-editable Contact Us page
   ================================================================ */
body.elite-contact-page .elite-page-hero--contact {
	padding: 38px 0 42px;
	background: var(--elite-cream);
}
body.elite-contact-page .elite-page-hero--contact .elite-eyebrow { margin-bottom: 7px; }
body.elite-contact-page .elite-page-hero--contact h1 {
	margin: 0;
	font-size: clamp(2.5rem, 4.8vw, 4.4rem);
	line-height: 1;
}
body.elite-contact-page .elite-contact-editor-section {
	padding: clamp(46px, 6vw, 84px) 0;
	background: #fff;
}
body.elite-contact-page .elite-contact-gutenberg {
	width: min(calc(100% - 40px), var(--elite-container));
	margin-right: auto;
	margin-left: auto;
}
body.elite-contact-page .elite-contact-main-columns {
	align-items: stretch;
	gap: clamp(24px, 4vw, 56px);
	margin-bottom: clamp(58px, 8vw, 100px);
}
body.elite-contact-page .elite-contact-details-column,
body.elite-contact-page .elite-contact-form-column { margin: 0; }
body.elite-contact-page .elite-contact-kicker {
	margin: 0 0 12px;
	color: var(--elite-bronze);
	font-family: Montserrat, Arial, sans-serif;
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .18em;
}
body.elite-contact-page .elite-contact-kicker--light { color: var(--elite-gold); }
body.elite-contact-page .elite-contact-section-title,
body.elite-contact-page .elite-contact-form-card h2,
body.elite-contact-page .elite-contact-map-heading h2 {
	margin-bottom: 14px;
	font-size: clamp(2.1rem, 4vw, 3.6rem);
	line-height: 1.02;
}
body.elite-contact-page .elite-contact-intro {
	max-width: 620px;
	margin-bottom: 28px;
	color: var(--elite-ink-soft);
}
body.elite-contact-page .elite-contact-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 24px;
}
body.elite-contact-page .elite-contact-info-box {
	min-height: 150px;
	padding: 22px;
	border: 1px solid rgba(154, 116, 73, .22);
	border-radius: 14px;
	background: linear-gradient(145deg, #fff 0%, #faf7f2 100%);
	box-shadow: 0 14px 34px rgba(33, 29, 25, .06);
}
body.elite-contact-page .elite-contact-info-label {
	margin-bottom: 10px;
	color: var(--elite-bronze);
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: .15em;
}
/* Use a compact default only when Gutenberg has no typography choice. */
body.elite-contact-page .elite-contact-info-label:not([class*="-font-size"]):not([style*="font-size"]) {
	font-size: .67rem;
}
body.elite-contact-page .elite-contact-info-value,
body.elite-contact-page .elite-contact-info-box h3 {
	margin: 0;
	font-family: Montserrat, Arial, sans-serif;
	line-height: 1.5;
	word-break: break-word;
}
body.elite-contact-page .elite-contact-info-value:not([class*="-font-size"]):not([style*="font-size"]),
body.elite-contact-page .elite-contact-info-box h3.wp-block-heading:not([class*="-font-size"]):not([style*="font-size"]) {
	font-size: 1rem;
}
body.elite-contact-page .elite-contact-info-value a,
body.elite-contact-page .elite-contact-info-box h3 a {
	font-size: inherit;
	line-height: inherit;
}
body.elite-contact-page .elite-contact-info-box p:last-child { margin-bottom: 0; }
body.elite-contact-page .elite-contact-action-buttons { gap: 12px; }
body.elite-contact-page .elite-contact-action-buttons .wp-block-button__link {
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border-radius: 999px;
	font-family: Montserrat, Arial, sans-serif;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .04em;
}
body.elite-contact-page .elite-contact-whatsapp-button .wp-block-button__link {
	border: 1px solid #25d366;
	background: #25d366;
	color: #fff;
}
body.elite-contact-page .elite-contact-call-button .wp-block-button__link {
	border: 1px solid var(--elite-gold);
	background: transparent;
	color: var(--elite-ink);
}
body.elite-contact-page .elite-contact-form-card {
	height: 100%;
	padding: clamp(28px, 5vw, 52px);
	border-radius: 22px;
	background: #202b3b;
	color: #fff;
	box-shadow: 0 24px 70px rgba(32, 43, 59, .20);
}
body.elite-contact-page .elite-contact-form-card h2,
body.elite-contact-page .elite-contact-form-card p,
body.elite-contact-page .elite-contact-form-card label { color: #fff; }
body.elite-contact-page .elite-contact-native-form { margin-top: 26px; }
body.elite-contact-page .elite-contact-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}
body.elite-contact-page .elite-contact-native-form p { margin-bottom: 14px; }
body.elite-contact-page .elite-contact-native-form label {
	display: block;
	font-family: Montserrat, Arial, sans-serif;
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .04em;
}
body.elite-contact-page .elite-contact-native-form input[type="text"],
body.elite-contact-page .elite-contact-native-form input[type="email"],
body.elite-contact-page .elite-contact-native-form input[type="tel"],
body.elite-contact-page .elite-contact-native-form textarea {
	width: 100%;
	margin-top: 7px;
	padding: 13px 14px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 8px;
	background: rgba(255,255,255,.08);
	color: #fff;
	font: inherit;
	outline: none;
}
body.elite-contact-page .elite-contact-native-form input:focus,
body.elite-contact-page .elite-contact-native-form textarea:focus {
	border-color: var(--elite-gold);
	box-shadow: 0 0 0 4px rgba(199,165,107,.14);
}
body.elite-contact-page .elite-contact-native-form textarea { resize: vertical; }
body.elite-contact-page .elite-contact-native-form button {
	min-height: 52px;
	padding: 0 27px;
	border: 1px solid var(--elite-gold);
	border-radius: 999px;
	background: var(--elite-gold);
	color: var(--elite-ink);
	font-family: Montserrat, Arial, sans-serif;
	font-size: .78rem;
	font-weight: 700;
	cursor: pointer;
}
body.elite-contact-page .elite-contact-consent label {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: .69rem;
	font-weight: 400;
	line-height: 1.5;
}
body.elite-contact-page .elite-contact-consent input { margin-top: 4px; }
body.elite-contact-page .elite-contact-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}
body.elite-contact-page .elite-contact-form-message {
	margin: 18px 0;
	padding: 13px 15px;
	border-radius: 8px;
	font-size: .82rem;
}
body.elite-contact-page .elite-contact-form-message--success { background: rgba(37,211,102,.17); }
body.elite-contact-page .elite-contact-form-message--error { background: rgba(220,70,70,.22); }
body.elite-contact-page .elite-contact-map-section {
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid rgba(154,116,73,.18);
	border-radius: 22px;
	background: var(--elite-cream);
}
body.elite-contact-page .elite-contact-map-heading {
	align-items: center;
	gap: 28px;
	margin-bottom: 24px;
}
body.elite-contact-page .elite-contact-map-heading h2 { margin-bottom: 0; }
body.elite-contact-page .elite-contact-map-heading p:last-child { margin-bottom: 0; }
body.elite-contact-page .elite-contact-map-frame {
	display: block;
	width: 100%;
	height: 430px;
	border: 0;
	border-radius: 14px;
	background: #ddd;
}
@media (max-width: 900px) {
	body.elite-contact-page .elite-contact-main-columns { flex-wrap: wrap !important; }
	body.elite-contact-page .elite-contact-details-column,
	body.elite-contact-page .elite-contact-form-column { flex-basis: 100% !important; }
}
@media (max-width: 600px) {
	body.elite-contact-page .elite-page-hero--contact { padding: 28px 0 30px; }
	body.elite-contact-page .elite-page-hero--contact h1 { font-size: clamp(2.2rem, 12vw, 3.4rem); }
	body.elite-contact-page .elite-contact-editor-section { padding: 34px 0 52px; }
	body.elite-contact-page .elite-contact-info-grid,
	body.elite-contact-page .elite-contact-form-grid { grid-template-columns: 1fr; }
	body.elite-contact-page .elite-contact-info-box { min-height: 0; }
	body.elite-contact-page .elite-contact-form-card,
	body.elite-contact-page .elite-contact-map-section { border-radius: 15px; }
	body.elite-contact-page .elite-contact-map-frame { height: 320px; border-radius: 10px; }
}

/* Contact form v2.3.9 guaranteed fallback/editable repair section. */
body.elite-contact-page .elite-contact-form-repair-section {
	width: min(calc(100% - 40px), var(--elite-container));
	margin: 34px auto 0;
}
body.elite-contact-page .elite-contact-form-repair-card {
	max-width: 760px;
	margin-inline: auto;
}
@media (max-width: 767px) {
	body.elite-contact-page .elite-contact-form-repair-section {
		width: min(calc(100% - 28px), var(--elite-container));
		margin-top: 24px;
	}
}



/* Contact form v2.3.11: keep the form card compact when stacked on mobile. */
body.elite-contact-page .elite-contact-form-card {
	height: auto;
	min-height: 100%;
}
@media (max-width: 900px) {
	body.elite-contact-page .elite-contact-form-card {
		min-height: 0;
	}
}


/* Contact Us v2.3.12 — cache-safe information-card spacing. */
body.elite-contact-page .elite-contact-info-grid {
	gap: 28px !important;
	row-gap: 28px !important;
	column-gap: 28px !important;
}
body.elite-contact-page .elite-contact-info-grid > .wp-block-group__inner-container {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 28px !important;
	row-gap: 28px !important;
	column-gap: 28px !important;
	width: 100% !important;
}
body.elite-contact-page .elite-contact-info-box {
	margin: 0 !important;
}
@media (max-width: 600px) {
	body.elite-contact-page .elite-contact-info-grid,
	body.elite-contact-page .elite-contact-info-grid > .wp-block-group__inner-container {
		grid-template-columns: 1fr !important;
		gap: 26px !important;
		row-gap: 26px !important;
		column-gap: 0 !important;
	}
}


/* ================================================================
   v2.3.15 — Contact Us layout recovery
   Keeps the four information cards together and the form in the
   right-hand column, even when WordPress adds legacy block wrappers.
   ================================================================ */
body.elite-contact-page .elite-contact-gutenberg {
	width: min(calc(100% - 40px), var(--elite-container)) !important;
	max-width: var(--elite-container) !important;
	margin-inline: auto !important;
}
body.elite-contact-page .elite-contact-main-columns,
body.elite-contact-page .elite-contact-main-columns > .wp-block-columns__inner-container {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	gap: clamp(28px, 4vw, 56px) !important;
	width: 100% !important;
}
body.elite-contact-page .elite-contact-main-columns > .elite-contact-details-column,
body.elite-contact-page .elite-contact-main-columns > .wp-block-columns__inner-container > .elite-contact-details-column {
	flex: 0 0 calc(44% - 28px) !important;
	width: calc(44% - 28px) !important;
	max-width: calc(44% - 28px) !important;
}
body.elite-contact-page .elite-contact-main-columns > .elite-contact-form-column,
body.elite-contact-page .elite-contact-main-columns > .wp-block-columns__inner-container > .elite-contact-form-column {
	flex: 1 1 56% !important;
	width: auto !important;
	max-width: none !important;
}
body.elite-contact-page .elite-contact-info-grid,
body.elite-contact-page .elite-contact-info-grid > .wp-block-group__inner-container {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 24px !important;
	width: 100% !important;
}
body.elite-contact-page .elite-contact-info-grid > .elite-contact-info-box,
body.elite-contact-page .elite-contact-info-grid > .wp-block-group__inner-container > .elite-contact-info-box {
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
}
body.elite-contact-page .elite-contact-info-value {
	margin: 0 !important;
	font-size: 1rem;
	line-height: 1.5;
}
body.elite-contact-page .elite-contact-info-value a {
	display: inline !important;
	font-size: inherit !important;
	line-height: inherit !important;
	word-break: normal !important;
	overflow-wrap: anywhere !important;
}
body.elite-contact-page .elite-contact-form-card,
body.elite-contact-page .elite-contact-form-card .wp-block-shortcode,
body.elite-contact-page .elite-contact-form-card .elite-contact-native-form {
	width: 100% !important;
	max-width: none !important;
}
body.elite-contact-page .elite-contact-form-card .elite-contact-form-grid {
	width: 100% !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
body.elite-contact-page .elite-contact-native-form input,
body.elite-contact-page .elite-contact-native-form textarea {
	max-width: none !important;
}
@media (max-width: 900px) {
	body.elite-contact-page .elite-contact-main-columns,
	body.elite-contact-page .elite-contact-main-columns > .wp-block-columns__inner-container {
		flex-direction: column !important;
		flex-wrap: nowrap !important;
	}
	body.elite-contact-page .elite-contact-main-columns > .elite-contact-details-column,
	body.elite-contact-page .elite-contact-main-columns > .elite-contact-form-column,
	body.elite-contact-page .elite-contact-main-columns > .wp-block-columns__inner-container > .elite-contact-details-column,
	body.elite-contact-page .elite-contact-main-columns > .wp-block-columns__inner-container > .elite-contact-form-column {
		flex: 1 1 auto !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}
@media (max-width: 600px) {
	body.elite-contact-page .elite-contact-gutenberg {
		width: min(calc(100% - 28px), var(--elite-container)) !important;
	}
	body.elite-contact-page .elite-contact-info-grid,
	body.elite-contact-page .elite-contact-info-grid > .wp-block-group__inner-container,
	body.elite-contact-page .elite-contact-form-card .elite-contact-form-grid {
		grid-template-columns: 1fr !important;
	}
}

/* ========================================================================== */
/* Contact Us v2.3.16 — stable template (independent from Gutenberg wrappers) */
/* ========================================================================== */
body.elite-contact-stable-page .elite-page-hero--contact-stable {
	padding: 28px 0 30px !important;
	min-height: 0 !important;
	background: var(--elite-cream, #f7f2eb);
}
body.elite-contact-stable-page .elite-page-hero--contact-stable h1 {
	margin: 0;
	font-size: clamp(2.35rem, 4.5vw, 4.4rem);
	line-height: 1;
}
body.elite-contact-stable-page .elite-contact-stable-section {
	padding: clamp(54px, 6vw, 88px) 0;
	background: #fff;
}
body.elite-contact-stable-page .elite-contact-stable-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
	gap: clamp(34px, 5vw, 76px);
	align-items: start;
}
body.elite-contact-stable-page .elite-contact-stable-details,
body.elite-contact-stable-page .elite-contact-stable-form-card {
	min-width: 0;
}
body.elite-contact-stable-page .elite-contact-stable-eyebrow,
body.elite-contact-stable-page .elite-contact-stable-label {
	margin: 0 0 12px;
	color: var(--elite-bronze, #a47435);
	font-family: inherit;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .18em;
	line-height: 1.25;
	text-transform: uppercase;
}
body.elite-contact-stable-page .elite-contact-stable-details > h2,
body.elite-contact-stable-page .elite-contact-stable-form-card > h2,
body.elite-contact-stable-page .elite-contact-stable-map-heading h2 {
	margin: 0 0 18px;
	font-size: clamp(2.2rem, 4vw, 4.6rem);
	line-height: 1.02;
}
body.elite-contact-stable-page .elite-contact-stable-intro {
	max-width: 650px;
	margin: 0 0 32px;
	font-size: 1.05rem;
	line-height: 1.7;
}
body.elite-contact-stable-page .elite-contact-stable-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}
body.elite-contact-stable-page .elite-contact-stable-card {
	min-width: 0;
	min-height: 156px;
	margin: 0;
	padding: 25px 26px;
	border: 1px solid rgba(164,116,53,.30);
	border-radius: 15px;
	background: var(--elite-cream, #fbf8f3);
	box-shadow: 0 12px 34px rgba(22,31,46,.05);
}
body.elite-contact-stable-page .elite-contact-stable-value,
body.elite-contact-stable-page .elite-contact-stable-copy {
	display: block;
	margin: 0;
	color: var(--elite-ink, #1f2d40);
	font-size: 1.06rem;
	font-weight: 500;
	line-height: 1.5;
	overflow-wrap: anywhere;
	word-break: normal;
}
body.elite-contact-stable-page a.elite-contact-stable-value:hover {
	color: var(--elite-bronze, #a47435);
}
body.elite-contact-stable-page .elite-contact-stable-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 27px;
}
body.elite-contact-stable-page .elite-contact-stable-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 24px;
	border: 1px solid var(--elite-ink, #1f2d40);
	border-radius: 999px;
	font-size: .9rem;
	font-weight: 700;
	text-decoration: none;
}
body.elite-contact-stable-page .elite-contact-stable-button--whatsapp {
	border-color: #25d366;
	background: #25d366;
	color: #fff;
}
body.elite-contact-stable-page .elite-contact-stable-button--call {
	background: #fff;
	color: var(--elite-ink, #1f2d40);
}
body.elite-contact-stable-page .elite-contact-stable-form-card {
	padding: clamp(30px, 4vw, 54px);
	border-radius: 24px;
	background: var(--elite-ink, #1f2d40);
	box-shadow: 0 24px 70px rgba(18,28,43,.17);
	color: #fff;
}
body.elite-contact-stable-page .elite-contact-stable-eyebrow--light {
	color: var(--elite-gold, #d7ae67);
}
body.elite-contact-stable-page .elite-contact-stable-form-card > h2,
body.elite-contact-stable-page .elite-contact-stable-form-card p,
body.elite-contact-stable-page .elite-contact-stable-form-card label {
	color: #fff;
}
body.elite-contact-stable-page .elite-contact-stable-form-intro {
	margin: 0 0 26px;
	font-size: 1rem;
	line-height: 1.65;
}
body.elite-contact-stable-page .elite-contact-stable-form {
	margin: 0;
}
body.elite-contact-stable-page .elite-contact-stable-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}
body.elite-contact-stable-page .elite-contact-stable-form p {
	margin: 0 0 15px;
}
body.elite-contact-stable-page .elite-contact-stable-form label {
	display: grid;
	gap: 8px;
	font-size: .82rem;
	font-weight: 700;
}
body.elite-contact-stable-page .elite-contact-stable-form input[type="text"],
body.elite-contact-stable-page .elite-contact-stable-form input[type="email"],
body.elite-contact-stable-page .elite-contact-stable-form input[type="tel"],
body.elite-contact-stable-page .elite-contact-stable-form textarea {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 9px;
	background: #fff;
	color: #1f2d40;
	font: inherit;
	outline: 0;
}
body.elite-contact-stable-page .elite-contact-stable-form input[type="text"],
body.elite-contact-stable-page .elite-contact-stable-form input[type="email"],
body.elite-contact-stable-page .elite-contact-stable-form input[type="tel"] {
	height: 48px;
	padding: 0 14px;
}
body.elite-contact-stable-page .elite-contact-stable-form textarea {
	min-height: 150px;
	padding: 13px 14px;
	resize: vertical;
}
body.elite-contact-stable-page .elite-contact-stable-form input:focus,
body.elite-contact-stable-page .elite-contact-stable-form textarea:focus {
	border-color: var(--elite-gold, #d7ae67);
	box-shadow: 0 0 0 3px rgba(215,174,103,.18);
}
body.elite-contact-stable-page .elite-contact-consent label {
	display: flex;
	grid-template-columns: none;
	align-items: flex-start;
	gap: 9px;
	font-size: .78rem;
	font-weight: 400;
	line-height: 1.45;
}
body.elite-contact-stable-page .elite-contact-consent input {
	margin-top: 3px;
}
body.elite-contact-stable-page .elite-contact-stable-form button {
	min-height: 49px;
	padding: 11px 24px;
	border: 0;
	border-radius: 999px;
	background: var(--elite-gold, #d7ae67);
	color: var(--elite-ink, #1f2d40);
	font-size: .9rem;
	font-weight: 800;
	cursor: pointer;
}
body.elite-contact-stable-page .elite-contact-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}
body.elite-contact-stable-page .elite-contact-form-message {
	margin: 0 0 20px;
	padding: 13px 15px;
	border-radius: 9px;
	font-size: .9rem;
}
body.elite-contact-stable-page .elite-contact-form-message--success { background: rgba(37,211,102,.18); }
body.elite-contact-stable-page .elite-contact-form-message--error { background: rgba(220,70,70,.25); }
body.elite-contact-stable-page .elite-contact-stable-map-section {
	padding: 0 0 clamp(60px, 8vw, 110px);
	background: #fff;
}
body.elite-contact-stable-page .elite-contact-stable-map-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 22px;
}
body.elite-contact-stable-page .elite-contact-stable-map-heading h2 {
	font-size: clamp(2rem, 3.2vw, 3.6rem);
}
body.elite-contact-stable-page .elite-contact-stable-map-heading > p {
	max-width: 420px;
	margin: 0;
	line-height: 1.6;
}
body.elite-contact-stable-page .elite-contact-stable-map {
	display: block;
	width: 100%;
	height: 420px;
	border: 0;
	border-radius: 20px;
	background: #eee;
}
@media (max-width: 1040px) {
	body.elite-contact-stable-page .elite-contact-stable-layout {
		grid-template-columns: 1fr;
	}
	body.elite-contact-stable-page .elite-contact-stable-form-card {
		max-width: none;
	}
}
@media (max-width: 680px) {
	body.elite-contact-stable-page .elite-page-hero--contact-stable {
		padding: 23px 0 25px !important;
	}
	body.elite-contact-stable-page .elite-contact-stable-section {
		padding: 38px 0 50px;
	}
	body.elite-contact-stable-page .elite-contact-stable-grid,
	body.elite-contact-stable-page .elite-contact-stable-form-grid {
		grid-template-columns: 1fr;
	}
	body.elite-contact-stable-page .elite-contact-stable-card {
		min-height: 0;
	}
	body.elite-contact-stable-page .elite-contact-stable-form-card {
		padding: 28px 21px;
		border-radius: 18px;
	}
	body.elite-contact-stable-page .elite-contact-stable-map-heading {
		display: block;
	}
	body.elite-contact-stable-page .elite-contact-stable-map-heading > p {
		margin-top: 12px;
	}
	body.elite-contact-stable-page .elite-contact-stable-map {
		height: 320px;
		border-radius: 14px;
	}
}

/* =========================================================
   v2.3.22 — DISCOVER PAGES
   ========================================================= */
body.elite-discover-page {
	background: #fff;
}
.elite-discover-hero {
	position: relative;
	min-height: clamp(420px, 56vw, 650px);
	display: flex;
	align-items: flex-end;
	background-color: #25211d;
	background-position: center;
	background-size: cover;
	isolation: isolate;
}
.elite-discover-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(18,16,14,.18) 0%, rgba(18,16,14,.78) 100%);
}
.elite-discover-hero__content {
	padding-top: 190px;
	padding-bottom: clamp(62px, 8vw, 100px);
	color: #fff;
}
.elite-discover-hero .elite-eyebrow {
	color: #e2c38f;
	letter-spacing: .22em;
}
.elite-discover-hero h1 {
	max-width: 1000px;
	margin: 0;
	font-size: clamp(3.2rem, 7vw, 7.4rem);
	color: #fff;
	text-transform: uppercase;
}
.elite-discover-hero__lead {
	max-width: 760px;
	margin: 22px 0 0;
	font-family: Montserrat, Arial, sans-serif;
	font-size: clamp(1rem, 1.6vw, 1.25rem);
	line-height: 1.7;
	color: rgba(255,255,255,.88);
}
.elite-discover-tabs {
	position: relative;
	z-index: 5;
	border-bottom: 1px solid var(--elite-border);
	background: rgba(255,255,255,.98);
	box-shadow: 0 12px 28px rgba(33,29,25,.06);
}
.elite-discover-tabs__inner {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 0;
	overflow-x: auto;
	scrollbar-width: thin;
}
.elite-discover-tabs__link {
	position: relative;
	flex: 0 0 auto;
	padding: 24px 25px 21px;
	font-family: Montserrat, Arial, sans-serif;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	white-space: nowrap;
	color: var(--elite-ink-soft);
}
.elite-discover-tabs__link::after {
	content: "";
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 0;
	height: 3px;
	background: var(--elite-gold);
	transform: scaleX(0);
	transition: transform .25s ease;
}
.elite-discover-tabs__link:hover,
.elite-discover-tabs__link.is-current {
	color: var(--elite-ink);
}
.elite-discover-tabs__link:hover::after,
.elite-discover-tabs__link.is-current::after {
	transform: scaleX(1);
}
.elite-discover-content-section {
	padding-top: clamp(70px, 8vw, 115px);
}
.elite-discover-content {
	max-width: var(--elite-container);
}
.elite-discover-content > * + * {
	margin-top: clamp(60px, 8vw, 110px);
}
.elite-discover-kicker {
	margin-bottom: 18px;
	font-family: Montserrat, Arial, sans-serif;
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--elite-bronze);
}
.elite-discover-intro {
	max-width: 930px;
	margin-inline: auto;
	text-align: center;
}
.elite-discover-intro h2,
.elite-discover-lead h2,
.elite-discover-story h2 {
	font-size: clamp(2.15rem, 4vw, 4.4rem);
}
.elite-discover-intro .has-large-font-size,
.elite-discover-lead .has-large-font-size {
	color: var(--elite-ink-soft);
	line-height: 1.8;
}
.elite-discover-link-grid,
.elite-discover-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}
.elite-discover-link-card {
	overflow: hidden;
	border: 1px solid var(--elite-border);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(33,29,25,.08);
	transition: transform .28s ease, box-shadow .28s ease;
}
.elite-discover-link-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 28px 70px rgba(33,29,25,.14);
}
.elite-discover-link-card__image {
	margin: 0 !important;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.elite-discover-link-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}
.elite-discover-link-card:hover .elite-discover-link-card__image img {
	transform: scale(1.035);
}
.elite-discover-link-card__body {
	padding: 30px 32px 34px;
}
.elite-discover-link-card__body h2 {
	margin-bottom: 15px;
	font-size: clamp(1.65rem, 2.7vw, 2.55rem);
}
.elite-discover-link-card__body p {
	color: var(--elite-ink-soft);
}
.elite-discover-link-card__link {
	margin: 22px 0 0;
	font-family: Montserrat, Arial, sans-serif;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .08em;
	color: var(--elite-bronze) !important;
}
.elite-discover-split {
	gap: clamp(38px, 7vw, 90px);
	align-items: center !important;
}
.elite-discover-main-image,
.elite-discover-secondary-image {
	margin: 0 !important;
	overflow: hidden;
	border-radius: 22px;
	box-shadow: var(--elite-shadow);
}
.elite-discover-main-image img,
.elite-discover-secondary-image img {
	width: 100%;
	min-height: 460px;
	height: 100%;
	object-fit: cover;
}
.elite-discover-card-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}
.elite-discover-card {
	min-height: 100%;
	padding: 30px 25px;
	border: 1px solid rgba(154,116,73,.25);
	border-radius: 16px;
	background: var(--elite-cream);
}
.elite-discover-card__number {
	margin: 0 0 24px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.35rem;
	font-style: italic;
	line-height: 1;
	color: var(--elite-gold);
}
.elite-discover-card h3 {
	margin-bottom: 14px;
	font-size: 1.4rem;
}
.elite-discover-card p:last-child {
	margin-bottom: 0;
	font-size: .94rem;
	color: var(--elite-ink-soft);
}
.elite-discover-story {
	padding: clamp(38px, 6vw, 80px);
	border-radius: 24px;
	background: #f1ebe3;
}
.elite-discover-story .wp-block-buttons,
.elite-discover-cta .wp-block-buttons {
	margin-top: 28px;
	gap: 12px;
}
.elite-discover-page .wp-block-button__link {
	padding: 15px 25px;
	border: 1px solid var(--elite-ink);
	border-radius: 0;
	background: var(--elite-ink);
	font-family: Montserrat, Arial, sans-serif;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .08em;
	color: #fff;
	transition: .25s ease;
}
.elite-discover-page .wp-block-button__link:hover {
	background: var(--elite-bronze);
	border-color: var(--elite-bronze);
}
.elite-discover-page .wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	color: var(--elite-ink);
}
.elite-discover-page .wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: var(--elite-ink);
	color: #fff;
}
.elite-discover-note {
	padding: 22px 26px;
	border-left: 3px solid var(--elite-gold);
	background: #faf8f5;
	font-size: .86rem;
	color: var(--elite-ink-soft);
}
.elite-discover-note p {
	margin: 0;
}
.elite-discover-cta {
	padding: clamp(50px, 7vw, 90px);
	border-radius: 24px;
	background: #202b3b;
	color: #fff;
	text-align: center;
}
.elite-discover-cta h2,
.elite-discover-cta p {
	color: #fff;
}
.elite-discover-cta h2 {
	font-size: clamp(2rem, 4vw, 4rem);
}
.elite-discover-cta p {
	max-width: 680px;
	margin-inline: auto;
	color: rgba(255,255,255,.78);
}
.elite-discover-cta .wp-block-buttons {
	justify-content: center;
}
.elite-discover-cta .wp-block-button__link {
	border-color: #fff;
	background: #fff;
	color: #202b3b;
}
.elite-discover-cta .wp-block-button.is-style-outline .wp-block-button__link {
	border-color: rgba(255,255,255,.75);
	color: #fff;
}

@media (max-width: 1050px) {
	.elite-discover-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
	.elite-discover-hero { min-height: 480px; }
	.elite-discover-hero__content { padding-top: 150px; padding-bottom: 58px; }
	.elite-discover-tabs__inner { justify-content: flex-start; }
	.elite-discover-tabs__link { padding: 18px 17px 16px; font-size: .65rem; }
	.elite-discover-link-grid,
	.elite-discover-card-grid { grid-template-columns: 1fr; }
	.elite-discover-split { display: flex; flex-direction: column; gap: 34px; }
	.elite-discover-split > .wp-block-column { width: 100%; }
	.elite-discover-main-image img,
	.elite-discover-secondary-image img { min-height: 300px; }
	.elite-discover-story { padding: 34px 24px; }
	.elite-discover-link-card__body { padding: 25px 24px 28px; }
}


/* ================================================================
   v2.3.33 — Stable single-line desktop primary navigation
   ================================================================ */
@media (min-width: 761px) {
	.elite-overlay-header__shell {
		width: min(calc(100% - 32px), 1180px);
	}
	.elite-nav--overlay > ul {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		gap: clamp(12px, 2vw, 28px);
	}
	.elite-nav--overlay > ul > li {
		flex: 0 0 auto;
	}
	.elite-nav--overlay > ul > li > a {
		display: block;
		white-space: nowrap;
	}
}
@media (min-width: 761px) and (max-width: 1080px) {
	.elite-nav--overlay > ul { gap: 13px; }
	.elite-nav--overlay > ul > li > a {
		font-size: .66rem;
		letter-spacing: 0;
	}
}

/* v2.3.40 — smoother home hero transitions and image compositing */
.elite-legacy-slider {
	isolation: isolate;
	contain: paint;
}
.elite-legacy-slide {
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	transition: opacity .92s cubic-bezier(.22,.61,.36,1), visibility 0s linear .92s;
}
.elite-legacy-slide.is-active {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	transition: opacity .92s cubic-bezier(.22,.61,.36,1), visibility 0s linear 0s;
}
.elite-legacy-slide__media {
	inset: -1.5%;
	opacity: 1 !important;
	filter: none !important;
	transform: translate3d(0,0,0) scale(1.015);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	will-change: transform;
	transition: none !important;
}
.elite-legacy-slide.is-active .elite-legacy-slide__media {
	animation: eliteKenBurns2340 8.6s linear both;
}
.elite-legacy-slider.is-transitioning .elite-legacy-slide__media {
	animation-play-state: paused;
}
@keyframes eliteKenBurns2340 {
	0% { transform: translate3d(0,0,0) scale(1.015); }
	100% { transform: translate3d(-.45%,-.28%,0) scale(1.055); }
}
@media (prefers-reduced-motion: reduce) {
	.elite-legacy-slide,
	.elite-legacy-slide__media {
		transition: none !important;
		animation: none !important;
		transform: none !important;
	}
}

/* ================================================================
   v2.3.41 — Elite Elize 5 brochure project pages
   ================================================================ */
body.elite-elize5-current {
	background: #f8f4ee;
}
.elite-e5-project-page {
	background: #f8f4ee;
}
.elite-e5-project-page__content {
	background: #f8f4ee;
}
.elite-e5-intro {
	padding: clamp(64px, 8vw, 112px) 20px clamp(48px, 6vw, 82px);
	background:
		radial-gradient(circle at 15% 15%, rgba(203, 158, 89, .18), transparent 35%),
		linear-gradient(135deg, #fffdf9, #f1e5d4);
	text-align: center;
}
.elite-e5-intro--compact {
	padding-top: clamp(55px, 6vw, 88px);
	padding-bottom: clamp(40px, 5vw, 68px);
}
.elite-e5-title {
	max-width: 980px;
	margin: 0 auto 20px;
	color: #2c241c;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(3rem, 7vw, 7rem);
	font-weight: 500;
	line-height: .92;
	letter-spacing: -.045em;
}
.elite-e5-intro--compact .elite-e5-title {
	font-size: clamp(2.7rem, 6vw, 5.5rem);
}
.elite-e5-lead {
	max-width: 850px;
	margin: 0 auto 30px;
	color: #645b52;
	font-family: Montserrat, Arial, sans-serif;
	font-size: clamp(.95rem, 1.4vw, 1.12rem);
	line-height: 1.8;
}
.elite-e5-brochure-section {
	padding: clamp(54px, 7vw, 100px) 20px;
	background: #fffdfa;
}
.elite-e5-brochure-section--soft {
	background: #f3ece3;
}
.elite-e5-section-title {
	max-width: 900px;
	margin: 0 auto 38px;
	color: #30271f;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.2rem, 4.5vw, 4.6rem);
	font-weight: 500;
	line-height: 1;
}
.elite-e5-brochure-image {
	width: min(100%, 1492px) !important;
	max-width: 1492px !important;
	margin: 0 auto clamp(28px, 4vw, 56px) !important;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(168, 122, 57, .22);
	border-radius: 18px;
	background: #efe3d3;
	box-shadow: 0 28px 80px rgba(73, 48, 20, .14);
}
.elite-e5-brochure-image img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin: 0;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.elite-e5-brochure-image--hero {
	border-radius: 24px;
	box-shadow: 0 34px 95px rgba(73, 48, 20, .18);
}
.elite-e5-brochure-image--map img {
	aspect-ratio: 1920 / 1359;
	object-fit: cover;
}
.elite-e5-brochure-grid {
	width: min(100%, 1492px) !important;
	max-width: 1492px !important;
	margin: 0 auto clamp(30px, 4vw, 60px) !important;
	gap: clamp(22px, 3vw, 42px) !important;
	align-items: flex-start !important;
}
.elite-e5-brochure-grid > .wp-block-column {
	min-width: 0;
}
.elite-e5-brochure-grid .elite-e5-brochure-image {
	margin-bottom: 0 !important;
}
.elite-e5-plan-summary {
	width: min(calc(100% - 20px), 1180px) !important;
	max-width: 1180px !important;
	margin: 20px auto clamp(40px, 5vw, 75px) !important;
	padding: clamp(26px, 4vw, 46px);
	border: 1px solid rgba(168, 122, 57, .24);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 22px 65px rgba(73, 48, 20, .09);
}
.elite-e5-plan-summary .elite-e5-section-title {
	margin-bottom: 22px;
	font-size: clamp(2rem, 3.5vw, 3.4rem);
}
.elite-e5-gallery-page .elite-e5-brochure-image {
	margin-bottom: clamp(24px, 4vw, 50px) !important;
}
body.elite-elize5-current .elite-e2-project-bar__title h1 {
	white-space: nowrap;
}
@media (max-width: 900px) {
	.elite-e5-brochure-grid {
		flex-direction: column !important;
	}
	.elite-e5-brochure-grid > .wp-block-column {
		flex-basis: 100% !important;
		width: 100% !important;
	}
	.elite-e5-brochure-grid .elite-e5-brochure-image {
		margin-bottom: 26px !important;
	}
}
@media (max-width: 600px) {
	.elite-e5-intro,
	.elite-e5-brochure-section {
		padding-right: 12px;
		padding-left: 12px;
	}
	.elite-e5-title {
		font-size: clamp(2.8rem, 15vw, 4.8rem);
	}
	.elite-e5-brochure-image {
		border-radius: 10px;
	}
	.elite-e5-plan-summary {
		padding: 18px 12px;
	}
}

/* Project gallery and family navigation repair — v2.3.43 */
.elite-project-gallery-intro {
	padding: clamp(52px, 7vw, 92px) 20px clamp(28px, 4vw, 50px);
	background: linear-gradient(135deg, #f8f2e9 0%, #fffdfa 60%, #f2e7d8 100%);
}
.elite-project-gallery-title {
	margin: 8px auto 12px;
	color: #2b231c;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(3rem, 7vw, 6.2rem);
	font-weight: 500;
	line-height: .95;
}
.elite-project-gallery-lead {
	max-width: 760px;
	margin: 0 auto;
	color: #6b625a;
	font-family: Montserrat, Arial, sans-serif;
	font-size: clamp(.95rem, 1.5vw, 1.12rem);
	line-height: 1.8;
}
.elite-project-gallery-section {
	padding: clamp(34px, 5vw, 74px) 20px clamp(62px, 8vw, 110px);
	background: #fffdfa;
}
.elite-project-photo-gallery.has-nested-images {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	width: min(100%, 1320px) !important;
	max-width: 1320px !important;
	margin: 0 auto !important;
	gap: clamp(14px, 2vw, 24px) !important;
	align-items: stretch !important;
}
.elite-project-photo-gallery.has-nested-images > figure.wp-block-image {
	position: relative;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border: 1px solid rgba(166, 120, 56, .2);
	border-radius: 16px;
	background: #efe7dc;
	box-shadow: 0 18px 50px rgba(58, 39, 22, .1);
}
.elite-project-photo-gallery.has-nested-images > figure.wp-block-image a {
	display: block;
	width: 100%;
	height: 100%;
}
.elite-project-photo-gallery.has-nested-images > figure.wp-block-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	transition: transform .45s ease;
}
.elite-project-photo-gallery.has-nested-images > figure.wp-block-image:hover img {
	transform: scale(1.025);
}
body.elite-elize5-current .elite-e5-gallery-page {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: min(100%, 1320px);
	margin: 0 auto;
	gap: 24px;
}
body.elite-elize5-current .elite-e5-gallery-page .elite-e5-brochure-image {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}
body.elite-elize5-current .elite-e5-gallery-page .elite-e5-brochure-image img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
@media (max-width: 980px) {
	.elite-project-photo-gallery.has-nested-images {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media (max-width: 620px) {
	.elite-project-gallery-intro,
	.elite-project-gallery-section {
		padding-right: 12px;
		padding-left: 12px;
	}
	.elite-project-photo-gallery.has-nested-images,
	body.elite-elize5-current .elite-e5-gallery-page {
		grid-template-columns: 1fr !important;
		gap: 14px !important;
	}
	.elite-project-photo-gallery.has-nested-images > figure.wp-block-image {
		border-radius: 11px;
	}
}

/* ================================================================
   v2.3.44 — Project submenu fly-out and Elite Elize 2 visibility
   ================================================================ */
@media (min-width: 761px) {
	/* First panel: project names under OUR PROJECTS. */
	.elite-nav--overlay > div > ul > li > .sub-menu,
	.elite-nav--overlay > ul > li > .sub-menu {
		overflow: visible !important;
	}

	/* Second panel: About Us / Photo Gallery / Plans beside the project. */
	.elite-nav--overlay .sub-menu > li.menu-item-has-children {
		position: relative;
	}
	.elite-nav--overlay .sub-menu .sub-menu {
		top: -14px !important;
		left: calc(100% - 2px) !important;
		z-index: 10070 !important;
		min-width: 215px;
		margin: 0 !important;
		padding: 12px 0;
		border-top: 0;
		border-left: 2px solid #c9a366;
		box-shadow: 18px 20px 48px rgba(11,18,27,.19);
	}
	.elite-nav--overlay .sub-menu > li.menu-item-has-children:hover > .sub-menu,
	.elite-nav--overlay .sub-menu > li.menu-item-has-children:focus-within > .sub-menu {
		display: grid;
	}
	.elite-nav--overlay .sub-menu > li.menu-item-has-children > a {
		position: relative;
		padding-right: 42px;
	}
	.elite-nav--overlay .sub-menu > li.menu-item-has-children > a::after {
		content: "›";
		position: absolute;
		top: 50%;
		right: 18px;
		display: block !important;
		width: auto;
		height: auto;
		margin: 0;
		background: none;
		color: #9a7449;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.15rem;
		font-weight: 400;
		line-height: 1;
		transform: translateY(-52%);
	}
}

/* ================================================================
   v2.3.45 — Exact project subpages and controlled gallery dimensions
   ================================================================ */
body.elite-project-gallery-page .elite-e2-editable-page__content {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	width: min(calc(100% - 40px), 1320px) !important;
	max-width: 1320px !important;
	margin: 0 auto !important;
	padding: clamp(38px, 5vw, 72px) 0 clamp(70px, 8vw, 118px) !important;
	gap: clamp(15px, 2vw, 24px) !important;
	align-items: start !important;
}
body.elite-project-gallery-page .elite-e2-editable-page__content > * {
	grid-column: 1 / -1;
	min-width: 0;
}
body.elite-project-gallery-page .elite-e2-editable-page__content > figure.wp-block-image {
	grid-column: auto !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border: 1px solid rgba(154, 116, 73, .2);
	border-radius: 15px;
	background: #eee6da;
	box-shadow: 0 16px 42px rgba(48, 35, 24, .11);
}
body.elite-project-gallery-page .elite-e2-editable-page__content > figure.wp-block-image a {
	display: block;
	width: 100%;
	height: 100%;
}
body.elite-project-gallery-page .elite-e2-editable-page__content > figure.wp-block-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
}
body.elite-project-gallery-page .elite-e2-editable-page__content .wp-block-gallery.has-nested-images {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	gap: clamp(15px, 2vw, 24px) !important;
	align-items: stretch !important;
}
body.elite-project-gallery-page .elite-e2-editable-page__content .wp-block-gallery.has-nested-images > figure.wp-block-image {
	position: relative;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	aspect-ratio: 16 / 9 !important;
	overflow: hidden;
	border: 1px solid rgba(154, 116, 73, .2);
	border-radius: 15px;
	background: #eee6da;
	box-shadow: 0 16px 42px rgba(48, 35, 24, .11);
}
body.elite-project-gallery-page .elite-e2-editable-page__content .wp-block-gallery.has-nested-images > figure.wp-block-image a {
	display: block;
	width: 100%;
	height: 100%;
}
body.elite-project-gallery-page .elite-e2-editable-page__content .wp-block-gallery.has-nested-images > figure.wp-block-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
}
body.elite-project-gallery-page .elite-e2-editable-page__content > .wp-block-group:has(> .wp-block-image),
body.elite-project-gallery-page .elite-e2-editable-page__content > .wp-block-group:has(> .wp-block-group__inner-container > .wp-block-image) {
	width: 100% !important;
	max-width: none !important;
}
body.elite-project-gallery-page .elite-e2-editable-page__content > .wp-block-group:has(> .wp-block-image),
body.elite-project-gallery-page .elite-e2-editable-page__content > .wp-block-group:has(> .wp-block-group__inner-container > .wp-block-image) > .wp-block-group__inner-container {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(15px, 2vw, 24px) !important;
}
body.elite-project-gallery-page .elite-e2-editable-page__content > .wp-block-group:has(> .wp-block-image) > .wp-block-image,
body.elite-project-gallery-page .elite-e2-editable-page__content > .wp-block-group:has(> .wp-block-group__inner-container > .wp-block-image) > .wp-block-group__inner-container > .wp-block-image {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 15px;
}
body.elite-project-gallery-page .elite-e2-editable-page__content > .wp-block-group:has(> .wp-block-image) > .wp-block-image img,
body.elite-project-gallery-page .elite-e2-editable-page__content > .wp-block-group:has(> .wp-block-group__inner-container > .wp-block-image) > .wp-block-group__inner-container > .wp-block-image img {
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	object-fit: cover !important;
}
body.elite-project-plans-page .elite-e2-editable-page__content {
	width: min(calc(100% - 40px), 1240px) !important;
	max-width: 1240px !important;
	margin: 0 auto !important;
	padding: clamp(38px, 5vw, 72px) 0 clamp(70px, 8vw, 118px) !important;
}
body.elite-project-plans-page .elite-e2-editable-page__content .wp-block-image {
	width: min(100%, 1180px) !important;
	max-width: 1180px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
body.elite-project-plans-page .elite-e2-editable-page__content .wp-block-image img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain !important;
}
@media (max-width: 980px) {
	body.elite-project-gallery-page .elite-e2-editable-page__content,
	body.elite-project-gallery-page .elite-e2-editable-page__content .wp-block-gallery.has-nested-images,
	body.elite-project-gallery-page .elite-e2-editable-page__content > .wp-block-group:has(> .wp-block-image),
	body.elite-project-gallery-page .elite-e2-editable-page__content > .wp-block-group:has(> .wp-block-group__inner-container > .wp-block-image) > .wp-block-group__inner-container {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media (max-width: 620px) {
	body.elite-project-gallery-page .elite-e2-editable-page__content,
	body.elite-project-plans-page .elite-e2-editable-page__content {
		width: calc(100% - 24px) !important;
	}
	body.elite-project-gallery-page .elite-e2-editable-page__content,
	body.elite-project-gallery-page .elite-e2-editable-page__content .wp-block-gallery.has-nested-images,
	body.elite-project-gallery-page .elite-e2-editable-page__content > .wp-block-group:has(> .wp-block-image),
	body.elite-project-gallery-page .elite-e2-editable-page__content > .wp-block-group:has(> .wp-block-group__inner-container > .wp-block-image) > .wp-block-group__inner-container {
		grid-template-columns: 1fr !important;
		gap: 14px !important;
	}
	body.elite-project-gallery-page .elite-e2-editable-page__content > figure.wp-block-image,
	body.elite-project-gallery-page .elite-e2-editable-page__content .wp-block-gallery.has-nested-images > figure.wp-block-image {
		border-radius: 10px;
	}
}


/* v2.3.46 — Duplicate project subpage and primary-menu cleanup. */

/* ================================================================
   v2.3.48 — Manually managed project pages and visible Gutenberg gallery
   ================================================================ */
body.elite-manual-project-page .elite-manual-project-content {
	width: min(calc(100% - 40px), 1320px);
	max-width: 1320px;
	margin: 0 auto;
	padding: clamp(38px, 5vw, 72px) 0 clamp(70px, 8vw, 118px);
}
body.elite-manual-project-gallery-page .elite-manual-project-content {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(15px, 2vw, 24px);
	align-items: start;
}
body.elite-manual-project-gallery-page .elite-manual-project-content > * {
	grid-column: 1 / -1;
	min-width: 0;
}
body.elite-manual-project-gallery-page .elite-manual-project-content > figure.wp-block-image {
	grid-column: auto;
}
body.elite-manual-project-gallery-page .elite-manual-project-content figure.wp-block-image {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid rgba(154, 116, 73, .2);
	border-radius: 15px;
	background: #eee6da;
	box-shadow: 0 16px 42px rgba(48, 35, 24, .11);
}
body.elite-manual-project-gallery-page .elite-manual-project-content > figure.wp-block-image,
body.elite-manual-project-gallery-page .elite-manual-project-content .wp-block-gallery.has-nested-images > figure.wp-block-image {
	aspect-ratio: 16 / 9;
}
body.elite-manual-project-gallery-page .elite-manual-project-content figure.wp-block-image > a {
	display: block;
	width: 100%;
	height: 100%;
}
body.elite-manual-project-gallery-page .elite-manual-project-content figure.wp-block-image img,
body.elite-manual-project-gallery-page .elite-manual-project-content .wp-block-gallery img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	object-fit: cover !important;
}
body.elite-manual-project-gallery-page .elite-manual-project-content .wp-block-gallery.has-nested-images {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	gap: clamp(15px, 2vw, 24px) !important;
	align-items: stretch !important;
}
body.elite-manual-project-gallery-page .elite-manual-project-content .wp-block-gallery.has-nested-images > figure.wp-block-image {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}
body.elite-manual-project-plans-page .elite-manual-project-content {
	width: min(calc(100% - 40px), 1240px);
	max-width: 1240px;
}
body.elite-manual-project-plans-page .elite-manual-project-content .wp-block-image {
	width: min(100%, 1180px) !important;
	max-width: 1180px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
body.elite-manual-project-plans-page .elite-manual-project-content .wp-block-image img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
	object-fit: contain !important;
}
@media (max-width: 980px) {
	body.elite-manual-project-gallery-page .elite-manual-project-content,
	body.elite-manual-project-gallery-page .elite-manual-project-content .wp-block-gallery.has-nested-images {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media (max-width: 620px) {
	body.elite-manual-project-page .elite-manual-project-content {
		width: calc(100% - 24px);
	}
	body.elite-manual-project-gallery-page .elite-manual-project-content,
	body.elite-manual-project-gallery-page .elite-manual-project-content .wp-block-gallery.has-nested-images {
		grid-template-columns: 1fr !important;
		gap: 14px !important;
	}
	body.elite-manual-project-gallery-page .elite-manual-project-content figure.wp-block-image {
		border-radius: 10px;
	}
}

/* ================================================================
   v2.3.56 — Header automatic language selector integration
   ================================================================ */
@media (min-width: 761px) {
	.elite-overlay-header__navrow {
		justify-content: flex-end;
		gap: clamp(15px, 1.6vw, 25px);
	}
	.elite-overlay-header__navrow > .elite-nav {
		min-width: 0;
	}
}

.elite-language-switcher {
	position: relative;
	z-index: 1300;
	flex: 0 0 auto;
	font-family: var(--elite-ui-sans);
}
.elite-language-switcher--header {
	min-height: 30px;
	display: flex;
	align-items: center;
	padding-left: 18px;
	border-left: 1px solid rgba(255,255,255,.24);
}
.elite-language-switcher--setup > a,
.elite-language-switcher--header .gt_selected > a,
.elite-language-switcher--header .gt_switcher > a,
.elite-language-switcher--header .gt_float_switcher > a {
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	padding: 4px 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: var(--elite-ui-sans) !important;
	font-size: .72rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: .01em;
	text-transform: uppercase;
	white-space: nowrap;
}
.elite-language-switcher--setup > a:hover,
.elite-language-switcher--header a:hover {
	color: #d3ad72 !important;
}
.elite-language-switcher__chevron {
	font-size: 1rem;
	line-height: .8;
}

/* GTranslate dropdown/select variants. */
.elite-language-switcher .gt_switcher {
	position: relative !important;
	width: auto !important;
	font-family: var(--elite-ui-sans) !important;
}
.elite-language-switcher .gt_switcher .gt_selected {
	border: 0 !important;
	background: transparent !important;
}
.elite-language-switcher .gt_switcher .gt_selected a {
	width: auto !important;
	padding-right: 17px !important;
	background-color: transparent !important;
	background-position: right center !important;
}
.elite-language-switcher .gt_switcher .gt_option {
	position: absolute !important;
	top: calc(100% + 9px) !important;
	right: 0 !important;
	left: auto !important;
	width: max-content !important;
	min-width: 185px !important;
	max-height: min(420px, 70vh) !important;
	padding: 8px !important;
	border: 1px solid rgba(31,42,58,.12) !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: 0 18px 45px rgba(13,21,31,.20) !important;
}
.elite-language-switcher .gt_switcher .gt_option a {
	display: flex !important;
	align-items: center;
	gap: 8px;
	padding: 9px 11px !important;
	border-radius: 5px;
	color: #202b3b !important;
	font-family: var(--elite-ui-sans) !important;
	font-size: .72rem !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}
.elite-language-switcher .gt_switcher .gt_option a:hover {
	background: #f4eee4 !important;
	color: #9a7449 !important;
}
.elite-language-switcher select,
.elite-language-switcher select.gt_selector {
	min-width: 118px;
	height: 36px;
	padding: 0 25px 0 7px;
	border: 0;
	outline: 0;
	background-color: transparent;
	color: #fff;
	font-family: var(--elite-ui-sans);
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}
.elite-language-switcher select option {
	background: #fff;
	color: #202b3b;
}
.elite-language-switcher .gt_float_switcher {
	position: static !important;
	width: auto !important;
	box-shadow: none !important;
	background: transparent !important;
	font-family: var(--elite-ui-sans) !important;
}
.elite-language-switcher img {
	width: auto !important;
	max-width: 22px !important;
	height: auto !important;
	margin: 0 5px 0 0 !important;
}

/* Fullscreen/mobile placement. */
.elite-language-switcher--fullscreen {
	display: none;
	margin-top: 26px;
	justify-content: center;
}
.elite-language-switcher--fullscreen .gt_switcher .gt_selected a,
.elite-language-switcher--fullscreen .gt_float_switcher > a,
.elite-language-switcher--fullscreen select,
.elite-language-switcher--fullscreen > a {
	color: #fff !important;
}

/* Hide Google translation toolbar spacing if it is injected. */
body { top: 0 !important; }
.goog-te-banner-frame,
.skiptranslate > iframe,
body > .skiptranslate:first-child {
	display: none !important;
}

@media (max-width: 1080px) and (min-width: 761px) {
	.elite-language-switcher--header { padding-left: 10px; }
	.elite-language-switcher--header .gt_selected > a,
	.elite-language-switcher--header select,
	.elite-language-switcher--setup > a { font-size: .64rem !important; }
	.elite-language-switcher img { max-width: 18px !important; }
}
@media (max-width: 760px) {
	.elite-language-switcher--header { display: none; }
	.elite-language-switcher--fullscreen { display: flex; }
	.elite-language-switcher--fullscreen .gt_switcher .gt_option {
		right: 50% !important;
		transform: translateX(50%);
	}
}


/* ================================================================
   v2.3.57 — Reliable language dropdown and configurable header social links
   v2.3.58 — Social icons moved before the first navigation button
   ================================================================ */
.elite-overlay-brand {
	display: flex;
	align-items: center;
	justify-content: center;
}
.elite-overlay-brand__logo {
	display: flex;
	align-items: center;
	min-width: 0;
}
.elite-overlay-header__navrow {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
}
.elite-nav--overlay {
	min-width: 0;
}
.elite-nav--overlay > ul,
.elite-nav--overlay > div > ul {
	justify-content: flex-start;
}
.elite-header-social {
	display: flex;
	align-items: center;
	gap: 7px;
}
.elite-header-social--header {
	min-height: 30px;
	padding-right: 15px;
	border-right: 1px solid rgba(255,255,255,.20);
}
.elite-header-social a {
	display: grid;
	place-items: center;
	width: 27px;
	height: 27px;
	flex: 0 0 27px;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 50%;
	color: rgba(255,255,255,.90);
	text-decoration: none;
	transition: color .22s ease, border-color .22s ease, background-color .22s ease, transform .22s ease;
}
.elite-header-social a:hover,
.elite-header-social a:focus-visible {
	border-color: #d3ad72;
	background: rgba(211,173,114,.15);
	color: #d3ad72;
	transform: translateY(-1px);
}
.elite-header-social svg {
	display: block;
	width: 15px;
	height: 15px;
}
.elite-overlay-header.is-scrolled .elite-header-social--header {
	display: flex;
}
.elite-overlay-header.is-scrolled .elite-overlay-header__top {
	min-height: 62px;
}
.elite-header-social--fullscreen {
	justify-content: center;
	margin: 24px auto 12px;
}
.elite-header-social--fullscreen a {
	width: 34px;
	height: 34px;
	flex-basis: 34px;
}
.elite-header-social--fullscreen svg {
	width: 18px;
	height: 18px;
}

/* Theme-owned dropdown. GTranslate supplies only individual language links. */
.elite-language-switcher__toggle {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 36px;
	padding: 5px 0;
	border: 0;
	background: transparent;
	color: #fff;
	font-family: var(--elite-ui-sans);
	font-size: .72rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .01em;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
}
.elite-language-switcher__toggle:hover,
.elite-language-switcher__toggle:focus-visible {
	color: #d3ad72;
	outline: none;
}
.elite-language-switcher__flag {
	font-size: 1rem;
	line-height: 1;
}
.elite-language-switcher__arrow {
	width: 11px;
	height: 8px;
	transition: transform .22s ease;
}
.elite-language-switcher.is-open .elite-language-switcher__arrow {
	transform: rotate(180deg);
}
.elite-language-switcher__menu {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 10080;
	width: max-content;
	min-width: 180px;
	max-height: min(430px, 72vh);
	padding: 7px;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	border: 1px solid rgba(31,42,58,.12);
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(13,21,31,.22);
	transform: translateY(-7px);
	transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}
.elite-language-switcher.is-open .elite-language-switcher__menu {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
.elite-language-switcher__item a {
	display: flex !important;
	align-items: center;
	gap: 9px;
	width: 100%;
	min-height: 38px;
	padding: 8px 10px !important;
	border-radius: 6px;
	color: #202b3b !important;
	font-family: var(--elite-ui-sans) !important;
	font-size: .72rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	text-transform: none !important;
	white-space: nowrap;
}
.elite-language-switcher__item a::after { display: none !important; }
.elite-language-switcher__item a:hover,
.elite-language-switcher__item a:focus-visible,
.elite-language-switcher__item.is-current a {
	background: #f4eee4 !important;
	color: #9a7449 !important;
	outline: none;
}
.elite-language-switcher__item img {
	width: 22px !important;
	max-width: 22px !important;
	height: auto !important;
	margin: 0 !important;
	box-shadow: 0 0 0 1px rgba(0,0,0,.08);
}
.elite-language-switcher--setup > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #fff;
	font-size: .72rem;
	font-weight: 700;
}
.elite-language-switcher--fullscreen .elite-language-switcher__menu {
	right: 50%;
	transform: translate(50%, -7px);
}
.elite-language-switcher--fullscreen.is-open .elite-language-switcher__menu {
	transform: translate(50%, 0);
}
@media (max-width: 1080px) and (min-width: 761px) {
	.elite-overlay-header__navrow { gap: 10px; }
	.elite-header-social--header { gap: 5px; padding-right: 10px; }
	.elite-header-social--header a { width: 24px; height: 24px; flex-basis: 24px; }
	.elite-header-social--header svg { width: 13px; height: 13px; }
}
@media (max-width: 760px) {
	.elite-header-social { gap: 9px; }
	.elite-language-switcher--fullscreen { position: relative; }
	.elite-language-switcher--fullscreen .elite-language-switcher__toggle { font-size: .82rem; }
}


/* ================================================================
   v2.3.59 — Header alignment and image-based language flag
   ================================================================ */
.elite-overlay-header__navrow {
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	min-height: 58px;
	column-gap: 18px;
}
.elite-header-social--header,
.elite-language-switcher--header {
	display: flex;
	align-items: center;
	align-self: stretch;
	min-height: 100%;
}
.elite-header-social--header {
	justify-self: start;
	padding-right: 16px;
}
.elite-language-switcher--header {
	justify-self: end;
	padding-left: 16px;
	border-left: 1px solid rgba(255,255,255,.20);
}
.elite-nav--overlay {
	min-width: 0;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
}
.elite-nav--overlay > ul,
.elite-nav--overlay > div > ul {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100%;
	margin: 0;
}
.elite-nav--overlay a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	line-height: 1;
}
.elite-language-switcher__toggle {
	min-height: 44px;
	padding: 0;
}
.elite-language-switcher__flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 16px;
	line-height: 0;
	flex: 0 0 22px;
}
.elite-language-switcher__flag svg,
.elite-language-switcher__flag img {
	display: block;
	width: 22px;
	height: 16px;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(255,255,255,.18);
}
.elite-language-switcher__flag-fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 16px;
	border-radius: 2px;
	background: rgba(255,255,255,.14);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
	color: #fff;
	font-size: .52rem;
	font-weight: 700;
	letter-spacing: .04em;
}
@media (max-width: 980px) {
	.elite-overlay-header__navrow {
		grid-template-columns: auto minmax(0,1fr) auto;
		column-gap: 12px;
	}
	.elite-header-social--header { padding-right: 12px; }
	.elite-language-switcher--header { padding-left: 12px; }
}
@media (max-width: 760px) {
	.elite-header-social--header,
	.elite-language-switcher--header {
		align-self: center;
		min-height: auto;
	}
	.elite-language-switcher--header {
		padding-left: 0;
		border-left: 0;
	}
}


/* ================================================================
   v2.3.60 — Homepage consultation link and live social links
   ================================================================ */
.elite-legacy-social-icons {
	z-index: 5;
	align-items: center;
}
.elite-legacy-social-icons a {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border: 1px solid transparent;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
}
.elite-legacy-social-icons a:hover,
.elite-legacy-social-icons a:focus-visible {
	color: #efd3ae;
	border-color: rgba(239,211,174,.7);
	background: rgba(0,0,0,.18);
	transform: translateY(-1px);
	outline: none;
}
.elite-legacy-social-icons svg {
	display: block;
	width: 14px;
	height: 14px;
}
.elite-legacy-outline-button:hover,
.elite-legacy-outline-button:focus-visible {
	background: #d0aa73;
	color: #182333;
	outline: none;
}


/* ================================================================
   v2.3.61 — Homepage vertical social spacing and divider
   ================================================================ */
.elite-legacy-social {
	left: 20px;
	top: 48.6%;
	font-size: .7rem;
	letter-spacing: .18em;
	line-height: 1;
	z-index: 5;
}
.elite-legacy-social-icons {
	left: 19px;
	top: 54.2%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	z-index: 5;
}
.elite-legacy-social-icons::before {
	content: "";
	display: block;
	width: 1px;
	height: 34px;
	background: rgba(255,255,255,.58);
	margin: 0 0 2px;
}
.elite-legacy-social-icons a {
	width: 22px;
	height: 22px;
}
.elite-legacy-social-icons svg {
	width: 13px;
	height: 13px;
}
@media (max-width: 1100px) {
	.elite-legacy-social { left: 16px; top: 48.4%; }
	.elite-legacy-social-icons { left: 15px; top: 54.1%; }
}
@media (max-width: 767px) {
	.elite-legacy-social,
	.elite-legacy-social-icons {
		display: none;
	}
}


/* ================================================================
   v2.3.62 — Remove duplicate homepage social rail
   ================================================================ */
body.home .elite-legacy-social,
body.home .elite-legacy-social-icons {
	display: none !important;
}


/* ================================================================
   v2.3.64 — Remove grey info strip, move working hours into footer
   ================================================================ */
.elite-contact-info-strip {
	display: none !important;
}
.elite-footer--legacy__inner {
	grid-template-columns: 1.4fr .8fr .9fr;
	align-items: start;
}
.elite-footer--legacy__hours {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.elite-footer--legacy__hours span {
	margin-bottom: 10px;
	color: #b58b53;
	font-size: .63rem;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
}
.elite-footer--legacy__hours p {
	margin: 0;
	color: rgba(255,255,255,.78);
	font-size: .82rem;
	line-height: 1.9;
}
.elite-footer--legacy__hours br {
	content: "";
}
@media (max-width: 980px) {
	.elite-footer--legacy__hours {
		grid-column: auto;
	}
}


/* ================================================================
   v2.3.65 — Footer refinement with 30 Years badge
   ================================================================ */
.elite-footer--legacy {
	background: linear-gradient(180deg, #1b2738 0%, #192334 100%);
}
.elite-footer--legacy__inner {
	width: min(calc(100% - 40px), 1120px);
	grid-template-columns: 1.55fr .9fr .9fr;
	gap: 52px;
	padding: 70px 0 56px;
}
.elite-footer--legacy__brand-row {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.elite-footer-logo .custom-logo {
	max-width: 300px;
	max-height: 72px;
}
.elite-footer--legacy__years-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 10px;
	border-radius: 18px;
	background: rgba(255,255,255,.04);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.elite-footer--legacy__years-badge img {
	display: block;
	width: auto;
	height: 88px;
}
.elite-footer--legacy__intro p {
	max-width: 560px;
	margin-top: 0;
	color: rgba(255,255,255,.70);
	font-size: .84rem;
	line-height: 1.95;
}
.elite-footer--legacy__call,
.elite-footer--legacy__hours {
	padding-top: 8px;
}
.elite-footer--legacy__call > a:not(.elite-footer-email) {
	font-size: 1.8rem;
}
.elite-footer--legacy__bottom {
	padding: 18px max(20px, calc((100vw - 1120px) / 2));
	background: rgba(0,0,0,.10);
}
@media (max-width: 980px) {
	.elite-footer--legacy__inner {
		width: min(calc(100% - 30px), 900px);
		grid-template-columns: 1fr;
		gap: 34px;
		padding: 56px 0 44px;
	}
	.elite-footer--legacy__years-badge img {
		height: 76px;
	}
}
@media (max-width: 640px) {
	.elite-footer--legacy__brand-row {
		gap: 14px;
	}
	.elite-footer-logo .custom-logo {
		max-width: 250px;
		max-height: 62px;
	}
	.elite-footer--legacy__years-badge img {
		height: 64px;
	}
}


/* ================================================================
   v2.3.66 — Smaller hamburger menu typography on phones
   ================================================================ */
@media (max-width: 760px) {
	.elite-fullscreen-menu__inner {
		width: min(calc(100% - 34px), 720px);
	}
	.elite-fullscreen-menu ul {
		gap: 8px;
	}
	.elite-fullscreen-menu a {
		font-size: clamp(1.55rem, 7.2vw, 2.45rem);
		line-height: 1.06;
	}
	.elite-fullscreen-menu .sub-menu {
		gap: 5px;
		margin-top: 8px;
		padding-left: 16px;
	}
	.elite-fullscreen-menu .sub-menu a {
		font-size: .82rem;
		line-height: 1.45;
	}
	.elite-fullscreen-menu__contact {
		margin-top: 34px;
		padding-top: 16px;
	}
}
@media (max-width: 480px) {
	.elite-fullscreen-menu__inner {
		width: calc(100% - 28px);
	}
	.elite-fullscreen-menu a {
		font-size: clamp(1.42rem, 6.8vw, 2.1rem);
	}
	.elite-fullscreen-menu .sub-menu a {
		font-size: .78rem;
	}
}


/* ================================================================
   v2.3.67 — Cleaner mobile navigation without affecting desktop
   ================================================================ */
@media (max-width: 760px) {
	/* Keep desktop nav row completely hidden on phones. */
	.elite-overlay-header__navrow,
	.elite-header-social--header,
	.header-language-links,
	.elite-language-links--header {
		display: none !important;
	}

	.elite-overlay-header__shell {
		width: calc(100% - 24px);
	}
	.elite-overlay-header__top {
		min-height: 78px;
		padding: 10px 0;
	}
	.elite-overlay-brand .custom-logo {
		max-width: 190px;
		max-height: 42px;
	}
	.elite-overlay-contact {
		gap: 12px;
	}

	/* Fullscreen menu becomes a clean mobile panel. */
	.elite-fullscreen-menu {
		place-items: start center;
		padding: 92px 0 28px;
		overflow-y: auto;
		background: linear-gradient(180deg, rgba(17,27,39,.985), rgba(21,31,44,.97));
	}
	.elite-fullscreen-close {
		top: 18px;
		right: 20px;
		font-size: 2.4rem;
		line-height: 1;
	}
	.elite-fullscreen-menu__inner {
		width: min(calc(100% - 28px), 420px);
		padding-bottom: 16px;
	}
	.elite-fullscreen-menu__eyebrow {
		margin-bottom: 18px;
		font-size: .7rem;
		letter-spacing: .18em;
		text-align: left;
	}
	.elite-fullscreen-menu nav > ul,
	.elite-fullscreen-menu nav > div > ul,
	.elite-fullscreen-menu ul {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
	}
	.elite-fullscreen-menu li {
		border-bottom: 1px solid rgba(255,255,255,.08);
		padding: 0;
	}
	.elite-fullscreen-menu a {
		display: block;
		padding: 14px 0 13px;
		font-size: clamp(1.2rem, 7vw, 1.7rem);
		line-height: 1.05;
		letter-spacing: .01em;
	}
	.elite-fullscreen-menu .sub-menu {
		display: grid;
		gap: 0;
		margin: 0 0 8px;
		padding: 0 0 0 14px;
	}
	.elite-fullscreen-menu .sub-menu li {
		border-bottom: 0;
	}
	.elite-fullscreen-menu .sub-menu a {
		padding: 7px 0;
		font-family: var(--elite-ui-sans);
		font-size: .85rem;
		font-weight: 600;
		line-height: 1.45;
		color: rgba(255,255,255,.76);
		text-transform: none;
	}
	.elite-header-social--fullscreen {
		justify-content: flex-start;
		margin: 18px 0 8px;
	}
	.elite-language-switcher--fullscreen {
		position: relative;
		margin-top: 12px;
	}
	.elite-language-switcher--fullscreen .elite-language-switcher__toggle {
		min-height: 42px;
		padding: 8px 0;
		font-size: .92rem;
	}
	.elite-fullscreen-menu__contact {
		align-items: flex-start;
		margin-top: 22px;
		padding-top: 18px;
		border-top: 1px solid rgba(255,255,255,.08);
	}
	.elite-fullscreen-menu__contact a {
		padding: 0;
		font-size: .92rem;
		line-height: 1.5;
		font-family: var(--elite-ui-sans);
		border-bottom: 0;
	}
}
@media (max-width: 420px) {
	.elite-overlay-brand .custom-logo {
		max-width: 176px;
		max-height: 38px;
	}
	.elite-fullscreen-menu {
		padding-top: 88px;
	}
	.elite-fullscreen-menu__inner {
		width: calc(100% - 24px);
	}
	.elite-fullscreen-menu a {
		font-size: clamp(1.08rem, 6.2vw, 1.5rem);
	}
	.elite-fullscreen-menu .sub-menu a {
		font-size: .8rem;
	}
}


/* ================================================================
   v2.3.68 — Compact language selector, clean header and reliable maps
   ================================================================ */
.elite-header-social--header{display:none!important}
@media(min-width:761px){.elite-overlay-header__navrow{grid-template-columns:minmax(0,1fr) auto;column-gap:18px}.elite-nav--overlay>ul,.elite-nav--overlay>div>ul{justify-content:flex-start}}
body>.gt_float_switcher,body>.gtranslate_wrapper,.gt_switcher_wrapper,.gt_container{display:none!important}
.elite-language-switcher{position:relative!important;display:flex;align-items:center;z-index:10090}
.elite-language-switcher__toggle{display:inline-flex!important;align-items:center!important;gap:7px!important;min-height:40px!important;padding:4px 0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#fff!important;font-family:var(--elite-ui-sans)!important;font-size:.72rem!important;font-weight:700!important;line-height:1!important;text-transform:none!important;white-space:nowrap!important}
.elite-language-switcher__flag,.elite-language-switcher__item-flag{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:16px!important;flex:0 0 22px!important;line-height:0!important}
.elite-language-switcher__flag svg,.elite-language-switcher__item-flag svg{display:block!important;width:22px!important;height:16px!important;border-radius:2px!important;box-shadow:0 0 0 1px rgba(255,255,255,.18)!important}
.elite-language-switcher__arrow{display:block!important;width:11px!important;height:8px!important;flex:0 0 auto!important}
.elite-language-switcher__menu{display:none!important;position:absolute!important;top:calc(100% + 9px)!important;right:0!important;left:auto!important;width:max-content!important;min-width:158px!important;max-height:min(360px,68vh)!important;padding:6px!important;overflow-y:auto!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;border:1px solid rgba(31,42,58,.12)!important;border-radius:8px!important;background:#fff!important;box-shadow:0 16px 38px rgba(13,21,31,.22)!important;transform:none!important}
.elite-language-switcher.is-open>.elite-language-switcher__menu{display:block!important}
.elite-language-switcher__item a,.elite-language-switcher__link{display:flex!important;align-items:center!important;gap:9px!important;width:100%!important;min-height:36px!important;padding:7px 9px!important;border-radius:5px!important;background:transparent!important;color:#202b3b!important;font-family:var(--elite-ui-sans)!important;font-size:.72rem!important;font-weight:700!important;line-height:1.2!important;text-decoration:none!important;text-transform:none!important;white-space:nowrap!important}
.elite-language-switcher__item a:hover,.elite-language-switcher__item a:focus-visible,.elite-language-switcher__item.is-current a{background:#f4eee4!important;color:#9a7449!important}
.elite-language-switcher__item-label{display:inline-block}
.elite-project-map-embed{display:block;width:100%;height:440px;border:0;border-radius:12px;background:#e8e5df;box-shadow:0 18px 45px rgba(19,27,37,.12)}
@media(max-width:760px){.elite-language-switcher--fullscreen{display:flex!important;justify-content:flex-start!important;width:max-content}.elite-language-switcher--fullscreen .elite-language-switcher__menu{right:auto!important;left:0!important;transform:none!important}.elite-language-switcher--fullscreen .elite-language-switcher__toggle{font-size:.82rem!important}.elite-project-map-embed{height:330px;border-radius:8px}}


/* ================================================================
   v2.3.69 — Compact theme language control and full-width project maps
   ================================================================ */
/* GTranslate may inject its own large selector. Keep only the theme selector. */
body .gt_switcher,
body .gt_float_switcher,
body .gt_switcher_wrapper,
body .gtranslate_wrapper,
body #gtranslate_wrapper,
body [id^="gtranslate_wrapper"],
body .gtranslate-container,
body .gt_container,
body .menu-item-gtranslate,
body .menu-item-gtranslate-menu,
body .goog-te-gadget,
body .goog-te-combo {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}
/* Restore the theme-owned selector after the broad plugin cleanup above. */
body .elite-language-switcher {
	display: flex !important;
	visibility: visible !important;
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	overflow: visible !important;
}
body .elite-language-switcher__toggle {
	display: inline-flex !important;
	align-items: center !important;
	gap: 7px !important;
	width: auto !important;
	height: 40px !important;
	min-height: 40px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: .72rem !important;
	line-height: 1 !important;
}
body .elite-language-switcher__flag,
body .elite-language-switcher__item-flag {
	display: inline-flex !important;
	width: 22px !important;
	height: 16px !important;
	min-width: 22px !important;
	min-height: 16px !important;
	max-width: 22px !important;
	max-height: 16px !important;
	flex: 0 0 22px !important;
	overflow: hidden !important;
}
body .elite-language-switcher__flag svg,
body .elite-language-switcher__item-flag svg {
	display: block !important;
	width: 22px !important;
	height: 16px !important;
	min-width: 22px !important;
	min-height: 16px !important;
	max-width: 22px !important;
	max-height: 16px !important;
}
body .elite-language-switcher__current {
	display: inline-block !important;
	font-size: .72rem !important;
	font-weight: 700 !important;
	white-space: nowrap !important;
}
body .elite-language-switcher__arrow {
	display: block !important;
	width: 11px !important;
	height: 8px !important;
	min-width: 11px !important;
	min-height: 8px !important;
}
body .elite-language-switcher__menu {
	display: none !important;
	position: absolute !important;
	top: calc(100% + 8px) !important;
	right: 0 !important;
	left: auto !important;
	z-index: 10150 !important;
	width: max-content !important;
	height: auto !important;
	min-width: 158px !important;
	min-height: 0 !important;
	max-height: 360px !important;
	padding: 6px !important;
	margin: 0 !important;
	overflow-y: auto !important;
	visibility: visible !important;
	opacity: 1 !important;
	border: 1px solid rgba(31,42,58,.12) !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: 0 16px 38px rgba(13,21,31,.22) !important;
	transform: none !important;
}
body .elite-language-switcher.is-open > .elite-language-switcher__menu {
	display: block !important;
}
body .elite-language-switcher__item,
body .elite-language-switcher__item a {
	width: 100% !important;
	height: auto !important;
	min-height: 36px !important;
	visibility: visible !important;
	overflow: visible !important;
}

/* Project location uses the same wide interactive map language as home. */
.elite-project-map-section--single {
	padding: clamp(58px, 7vw, 96px) 0 0 !important;
	background: #fff !important;
}
.elite-project-map-section--single .elite-container {
	width: min(calc(100% - 40px), var(--elite-container, 1240px));
}
.elite-project-map-section--single .elite-project-map-section__canvas {
	width: 100%;
	margin-top: 26px;
}
.elite-project-map--single {
	width: 100% !important;
	height: 540px !important;
	min-height: 420px !important;
	border: 0 !important;
	border-top: 1px solid rgba(154,116,73,.25) !important;
	border-bottom: 1px solid rgba(154,116,73,.25) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.elite-project-map-embed {
	display: none !important;
}
@media (max-width: 760px) {
	body .elite-language-switcher--fullscreen .elite-language-switcher__menu {
		right: auto !important;
		left: 0 !important;
	}
	.elite-project-map-section--single {
		padding-top: 50px !important;
	}
	.elite-project-map--single {
		height: 420px !important;
		min-height: 360px !important;
	}
}


/* ================================================================
   v2.3.70 — Visible language labels, Unicode-safe Russian and spacing
   ================================================================ */
body .elite-language-switcher__item {
	display: block !important;
	width: 100% !important;
	min-height: 38px !important;
	margin: 0 !important;
	padding: 0 !important;
}
body .elite-language-switcher__link {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 10px !important;
	width: 100% !important;
	min-width: 145px !important;
	min-height: 38px !important;
	padding: 8px 10px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #202b3b !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: .76rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: left !important;
	text-decoration: none !important;
	text-transform: none !important;
	white-space: nowrap !important;
	visibility: visible !important;
	opacity: 1 !important;
	cursor: pointer !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}
body .elite-language-switcher__link:hover,
body .elite-language-switcher__link:focus-visible,
body .elite-language-switcher__item.is-current .elite-language-switcher__link {
	background: #f4eee4 !important;
	color: #9a7449 !important;
	outline: none !important;
}
body .elite-language-switcher__item-label {
	display: inline-block !important;
	flex: 1 1 auto !important;
	width: auto !important;
	height: auto !important;
	min-width: 78px !important;
	color: inherit !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: .76rem !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	text-indent: 0 !important;
	text-shadow: none !important;
	white-space: nowrap !important;
	visibility: visible !important;
	opacity: 1 !important;
	unicode-bidi: isolate !important;
}
body .elite-language-switcher__current {
	color: #fff !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: .72rem !important;
	font-weight: 700 !important;
	unicode-bidi: isolate !important;
}
@media (min-width: 761px) {
	body .elite-language-switcher--header {
		margin-left: 22px !important;
		padding-left: 20px !important;
		border-left: 1px solid rgba(255,255,255,.22) !important;
	}
}


/* ================================================================
   v2.3.71 — Restore right-side header social icons layout
   ================================================================ */
@media (min-width: 761px) {
	.elite-overlay-header__navrow {
		grid-template-columns: minmax(0, 1fr) auto auto !important;
		column-gap: 0 !important;
		align-items: center;
	}
	.elite-nav--overlay {
		justify-content: center;
	}
	.elite-nav--overlay > ul,
	.elite-nav--overlay > div > ul {
		justify-content: center !important;
	}
	.elite-header-social--header {
		display: flex !important;
		align-items: center;
		justify-self: end;
		align-self: stretch;
		min-height: 100%;
		gap: 7px;
		margin-left: 18px;
		padding-left: 18px;
		padding-right: 14px;
		border-left: 1px solid rgba(255,255,255,.20);
		border-right: 0;
	}
	.elite-language-switcher--header {
		display: flex !important;
		align-items: center;
		justify-self: end;
		align-self: stretch;
		min-height: 100%;
		margin-left: 0 !important;
		padding-left: 14px !important;
		border-left: 1px solid rgba(255,255,255,.20) !important;
	}
}


/* ================================================================
   v2.3.72 — Clean desktop header row: menu | social | language
   ================================================================ */
@media (min-width: 761px) {
	.elite-overlay-header__navrow {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 0 !important;
		min-height: 58px;
	}
	.elite-nav--overlay {
		flex: 1 1 auto !important;
		min-width: 0 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}
	.elite-nav--overlay > ul,
	.elite-nav--overlay > div > ul {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		flex-wrap: nowrap !important;
		gap: 0 !important;
		width: 100%;
		margin: 0;
	}
	.elite-nav--overlay > ul > li,
		.elite-nav--overlay > div > ul > li {
		flex: 0 0 auto;
	}
	.elite-header-social--header {
		display: inline-flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: center !important;
		align-self: center !important;
		justify-self: auto !important;
		min-height: auto !important;
		height: auto !important;
		margin: 0 0 0 18px !important;
		padding: 0 14px 0 18px !important;
		gap: 7px !important;
		border-left: 1px solid rgba(255,255,255,.20) !important;
		border-right: 0 !important;
	}
	.elite-header-social--header a {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 26px !important;
		height: 26px !important;
		flex: 0 0 26px !important;
	}
	.elite-header-social--header svg {
		width: 14px !important;
		height: 14px !important;
	}
	.elite-language-switcher--header {
		display: inline-flex !important;
		flex: 0 0 auto !important;
		align-items: center !important;
		align-self: center !important;
		justify-self: auto !important;
		min-height: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 0 0 14px !important;
		border-left: 1px solid rgba(255,255,255,.20) !important;
		white-space: nowrap !important;
	}
	.elite-language-switcher--header .elite-language-switcher__toggle {
		min-height: 26px !important;
		padding: 0 !important;
	}
}


/* ================================================================
   v2.3.73 — Desktop header order: social | menu | language
   ================================================================ */
@media (min-width: 761px) {
	.elite-overlay-header__navrow {
		display: grid !important;
		grid-template-columns: auto minmax(0, 1fr) auto !important;
		align-items: center !important;
		column-gap: 0 !important;
		row-gap: 0 !important;
		min-height: 58px;
	}
	.elite-header-social--header {
		order: 1;
		display: inline-flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: center !important;
		justify-self: start !important;
		align-self: center !important;
		min-width: max-content;
		min-height: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 18px 0 0 !important;
		gap: 7px !important;
		border-left: 0 !important;
		border-right: 1px solid rgba(255,255,255,.20) !important;
	}
	.elite-header-social--header a {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 24px !important;
		height: 24px !important;
		flex: 0 0 24px !important;
	}
	.elite-header-social--header svg {
		width: 13px !important;
		height: 13px !important;
	}
	.elite-nav--overlay {
		order: 2;
		min-width: 0 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 0 18px !important;
	}
	.elite-nav--overlay > ul,
	.elite-nav--overlay > div > ul {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		flex-wrap: nowrap !important;
		gap: 0 !important;
		width: 100%;
		margin: 0;
	}
	.elite-language-switcher--header {
		order: 3;
		display: inline-flex !important;
		align-items: center !important;
		justify-self: end !important;
		align-self: center !important;
		min-width: max-content;
		min-height: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 0 0 18px !important;
		border-left: 1px solid rgba(255,255,255,.20) !important;
		white-space: nowrap !important;
	}
	.elite-language-switcher--header .elite-language-switcher__toggle {
		min-height: 24px !important;
		padding: 0 !important;
	}
}


/* v2.3.74 fallback — authoritative desktop order: Social | Menu | Language. */
@media (min-width:761px) {
	.elite-header-row-v2374{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;column-gap:0!important}
	.elite-header-row-v2374>.elite-header-row__social{display:flex!important;align-items:center!important;padding-right:18px!important;border-right:1px solid rgba(255,255,255,.22)!important}
	.elite-header-row-v2374 .elite-header-social--header{position:static!important;display:flex!important;flex-flow:row nowrap!important;align-items:center!important;gap:7px!important;margin:0!important;padding:0!important;border:0!important;transform:none!important}
	.elite-header-row-v2374 .elite-header-social--header a{display:inline-flex!important;width:27px!important;height:27px!important;flex:0 0 27px!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;border-radius:50%!important}
	.elite-header-row-v2374>.elite-header-row__menu{display:flex!important;align-items:center!important;justify-content:center!important;padding:0 18px!important;min-width:0!important}
	.elite-header-row-v2374>.elite-header-row__language{display:flex!important;align-items:center!important;padding-left:18px!important;border-left:1px solid rgba(255,255,255,.22)!important;min-width:max-content!important}
}


/* ================================================================
   v2.3.75 — Final desktop header spacing consistency
   ================================================================ */
@media (min-width: 761px) {
	body .elite-header-row-v2374 {
		display:flex !important;
		align-items:center !important;
		justify-content:space-between !important;
		gap:0 !important;
	}
	body .elite-header-row-v2374 > .elite-header-row__social {
		flex:0 0 auto !important;
		padding-right:18px !important;
		border-right:1px solid rgba(255,255,255,.22) !important;
	}
	body .elite-header-row-v2374 > .elite-header-row__menu {
		flex:1 1 auto !important;
		min-width:0 !important;
		padding:0 22px !important;
	}
	body .elite-header-row-v2374 > .elite-header-row__menu > ul,
	body .elite-header-row-v2374 > .elite-header-row__menu > div > ul,
	body .elite-header-row-v2374 .elite-nav--overlay > ul,
	body .elite-header-row-v2374 .elite-nav--overlay > div > ul {
		justify-content:center !important;
		gap:clamp(14px,1.5vw,26px) !important;
		width:auto !important;
	}
	body .elite-header-row-v2374 > .elite-header-row__menu li,
	body .elite-header-row-v2374 .elite-nav--overlay > ul > li {
		flex:0 0 auto !important;
	}
	body .elite-header-row-v2374 > .elite-header-row__language {
		flex:0 0 auto !important;
		padding-left:18px !important;
		border-left:1px solid rgba(255,255,255,.22) !important;
	}
	body.admin-bar .elite-header-row-v2374,
	body:not(.admin-bar) .elite-header-row-v2374 {
		min-height:58px !important;
	}
}


/* ================================================================
   v2.3.76 — Functional language switching and borderless options
   ================================================================ */
body .elite-language-switcher__menu .elite-language-switcher__item,
body .elite-language-switcher__menu .elite-language-switcher__link {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}
body .elite-language-switcher__menu .elite-language-switcher__link {
	background: transparent !important;
}
body .elite-language-switcher__menu .elite-language-switcher__link:hover,
body .elite-language-switcher__menu .elite-language-switcher__link:focus-visible,
body .elite-language-switcher__menu .elite-language-switcher__item.is-current .elite-language-switcher__link {
	background: #f4eee4 !important;
}


/* ================================================================
   v2.3.78 — Invisible independent GTranslate engine (design unchanged)
   ================================================================ */
body .elite-gtranslate-engine.gtranslate_wrapper {
	position: absolute !important;
	left: -100000px !important;
	top: 0 !important;
	display: block !important;
	visibility: hidden !important;
	width: 1px !important;
	height: 1px !important;
	min-width: 1px !important;
	min-height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}


/* ================================================================
   v2.3.79 — Encoding-safe active language label
   The visual header layout is intentionally unchanged.
   ================================================================ */
.elite-language-switcher__current {
	display: inline-block;
	white-space: nowrap;
}
.elite-language-switcher[data-current-language="en"] .elite-language-switcher__current::before {
	content: "English";
}
.elite-language-switcher[data-current-language="tr"] .elite-language-switcher__current::before {
	content: "T\00FC rk\00E7 e";
}
.elite-language-switcher[data-current-language="ru"] .elite-language-switcher__current::before {
	content: "\0420\0443\0441\0441\043A\0438\0439";
}

/* ================================================================
   v2.3.80 — Header 30 Years text area, smaller footer badge, back-to-top
   ================================================================ */
.elite-overlay-header__top {
	column-gap: 24px;
}
.elite-overlay-brand {
	flex: 0 0 auto;
}
.elite-header-anniversary {
	display: flex;
	align-items: center;
	gap: 18px;
	flex: 1 1 auto;
	min-width: 0;
	padding-left: 8px;
}
.elite-header-anniversary__badge {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 56px;
	flex: 0 0 86px;
	line-height: 1;
}
.elite-header-anniversary__number {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: -.06em;
	background: linear-gradient(90deg, #c9a15f 0%, #d9ba7b 38%, #8f8f94 62%, #565860 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.elite-header-anniversary__word {
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-20%);
	padding: 2px 6px;
	border-radius: 999px;
	background: rgba(24, 36, 54, .84);
	color: #d5ab68;
	font-family: Montserrat, Arial, sans-serif;
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: none;
	white-space: nowrap;
}
.elite-header-anniversary__text {
	min-width: 0;
	color: rgba(255,255,255,.96);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.5rem, 2vw, 2.6rem);
	font-style: italic;
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: .01em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.elite-overlay-contact {
	flex: 0 0 auto;
}

.elite-footer--legacy__years-badge {
	padding: 6px 8px;
	border-radius: 16px;
}
.elite-footer--legacy__years-badge img {
	height: 68px;
}

.elite-back-to-top {
	position: fixed;
	right: 22px;
	bottom: 94px;
	z-index: 99998;
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(211,173,114,.75);
	border-radius: 50%;
	background: rgba(24, 36, 54, .94);
	color: #e2bc7d;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 14px 32px rgba(0,0,0,.22);
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity .22s ease, visibility .22s ease, transform .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease;
}
.elite-back-to-top:hover,
.elite-back-to-top:focus-visible {
	background: #d3ad72;
	border-color: #d3ad72;
	color: #1b2738;
	transform: translateY(-2px);
}
.elite-back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@media (max-width: 1380px) {
	.elite-header-anniversary__badge {
		width: 74px;
		height: 50px;
		flex-basis: 74px;
	}
	.elite-header-anniversary__number {
		font-size: 3rem;
	}
	.elite-header-anniversary__text {
		font-size: clamp(1.3rem, 1.7vw, 2rem);
	}
}
@media (max-width: 1180px) {
	.elite-header-anniversary {
		gap: 14px;
	}
	.elite-header-anniversary__text {
		font-size: 1.35rem;
	}
}
@media (max-width: 1080px) {
	.elite-header-anniversary {
		display: none;
	}
	.elite-overlay-header__top {
		column-gap: 18px;
	}
}
@media (max-width: 980px) {
	.elite-footer--legacy__years-badge img {
		height: 58px;
	}
}
@media (max-width: 640px) {
	.elite-footer--legacy__years-badge img {
		height: 50px;
	}
	.elite-back-to-top {
		right: 14px;
		bottom: 76px;
		width: 44px;
		height: 44px;
		font-size: 1.2rem;
	}
}


/* ================================================================
   v2.3.80 — Header 30 years motto, smaller footer badge and back-to-top button
   ================================================================ */
.elite-overlay-brand {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 18px;
	min-width: 0;
}
.elite-overlay-brand__experience {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
	margin-left: 6px;
	color: #ffffff;
}
.elite-overlay-brand__experience-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}
.elite-overlay-brand__experience-badge img {
	display: block;
	width: auto;
	height: 52px;
}
.elite-overlay-brand__experience-text {
	display: block;
	color: rgba(255,255,255,.97);
	font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
	font-size: clamp(1.35rem, 1.85vw, 2.25rem);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: .01em;
	white-space: nowrap;
	text-shadow: 0 2px 10px rgba(0,0,0,.14);
}
.elite-footer--legacy__years-badge img {
	height: 68px;
}
.elite-back-to-top {
	position: fixed;
	right: 22px;
	bottom: 96px;
	z-index: 10020;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 0;
	border-radius: 50%;
	background: linear-gradient(180deg, #d3ad72 0%, #b68b50 100%);
	box-shadow: 0 16px 38px rgba(0,0,0,.22);
	color: #ffffff;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity .22s ease, visibility .22s ease, transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}
.elite-back-to-top:hover,
.elite-back-to-top:focus-visible {
	background: linear-gradient(180deg, #ddb982 0%, #be965b 100%);
	box-shadow: 0 18px 42px rgba(0,0,0,.26);
	outline: none;
}
.elite-back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.elite-back-to-top svg {
	display: block;
	width: 18px;
	height: 18px;
}
@media (max-width: 1240px) {
	.elite-overlay-brand__experience-text {
		font-size: clamp(1.12rem, 1.7vw, 1.7rem);
	}
	.elite-overlay-brand__experience-badge img {
		height: 46px;
	}
}
@media (max-width: 1024px) {
	.elite-overlay-brand {
		gap: 12px;
	}
	.elite-overlay-brand__experience {
		gap: 10px;
		margin-left: 0;
	}
	.elite-overlay-brand__experience-badge img {
		height: 38px;
	}
	.elite-overlay-brand__experience-text {
		font-size: 1rem;
		white-space: normal;
		max-width: 26ch;
		line-height: 1.1;
	}
}
@media (max-width: 860px) {
	.elite-overlay-brand__experience {
		display: none;
	}
}
@media (max-width: 980px) {
	.elite-footer--legacy__years-badge img {
		height: 58px;
	}
}
@media (max-width: 640px) {
	.elite-footer--legacy__years-badge img {
		height: 50px;
	}
	.elite-back-to-top {
		right: 16px;
		bottom: 88px;
		width: 46px;
		height: 46px;
	}
}


/* ================================================================
   v2.3.81 — Smaller 30 years badges and consistent header layout
   ================================================================ */
.elite-overlay-header__top {
	align-items: center;
}
.elite-overlay-brand {
	flex: 0 0 auto;
	gap: 0;
}
.elite-header-anniversary {
	gap: 12px;
	padding-left: 2px;
	flex: 1 1 auto;
}
.elite-header-anniversary__badge {
	width: 64px;
	height: 42px;
	flex: 0 0 64px;
}
.elite-header-anniversary__number {
	font-size: 2.5rem;
}
.elite-header-anniversary__word {
	right: 5px;
	padding: 1px 4px;
	font-size: .52rem;
}
.elite-header-anniversary__text {
	font-size: clamp(1.05rem, 1.35vw, 1.6rem);
	line-height: 1.05;
	white-space: nowrap;
}
.elite-footer--legacy__years-badge {
	padding: 0;
	background: transparent;
	box-shadow: none;
}
.elite-footer--legacy__years-badge img {
	height: 52px !important;
	width: auto;
}
@media (max-width: 1380px) {
	.elite-header-anniversary__badge {
		width: 58px;
		height: 38px;
		flex-basis: 58px;
	}
	.elite-header-anniversary__number {
		font-size: 2.2rem;
	}
	.elite-header-anniversary__text {
		font-size: clamp(.98rem, 1.15vw, 1.35rem);
	}
}
@media (max-width: 1180px) {
	.elite-overlay-header__top {
		column-gap: 16px;
	}
	.elite-header-anniversary {
		gap: 10px;
	}
	.elite-header-anniversary__text {
		font-size: .95rem;
	}
}
@media (max-width: 980px) {
	.elite-footer--legacy__years-badge img {
		height: 44px !important;
	}
}
@media (max-width: 640px) {
	.elite-footer--legacy__years-badge img {
		height: 38px !important;
	}
}


/* ================================================================
   v2.3.82 — Consistent closed/open frontend header + smaller 30 years
   ================================================================ */
body .elite-overlay-header__top {
	min-height: 66px !important;
	gap: 18px !important;
}
body .elite-header-anniversary {
	flex: 1 1 auto !important;
	justify-content: flex-start !important;
	gap: 10px !important;
	min-width: 0 !important;
	max-width: 520px !important;
}
body .elite-header-anniversary__badge {
	width: 52px !important;
	height: 34px !important;
	flex: 0 0 52px !important;
}
body .elite-header-anniversary__number {
	font-size: 2.05rem !important;
}
body .elite-header-anniversary__word {
	right: 4px !important;
	font-size: .48rem !important;
	padding: 1px 3px !important;
}
body .elite-header-anniversary__text {
	font-size: 1rem !important;
	line-height: 1.1 !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}
body .elite-footer--legacy__brand-row {
	gap: 12px !important;
	margin-bottom: 12px !important;
}
body .elite-footer--legacy__years-badge {
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}
body .elite-footer--legacy__years-badge img {
	height: 34px !important;
	width: auto !important;
	max-width: none !important;
}
body .elite-footer--legacy__intro p {
	margin-top: 12px !important;
}
@media (max-width: 1180px) {
	body .elite-header-anniversary {
		max-width: 420px !important;
	}
	body .elite-header-anniversary__text {
		font-size: .92rem !important;
	}
}
@media (max-width: 980px) {
	body .elite-footer--legacy__years-badge img {
		height: 30px !important;
	}
}
@media (max-width: 760px) {
	body .elite-header-anniversary {
		display: none !important;
	}
}
@media (max-width: 640px) {
	body .elite-footer--legacy__years-badge img {
		height: 26px !important;
	}
}

/* ================================================================
   v2.3.83 — real 30 years badge image and fixed visible sizes
   ================================================================ */
body .elite-header-anniversary{
	display:flex!important;
	align-items:center!important;
	justify-content:flex-start!important;
	gap:14px!important;
	flex:0 1 460px!important;
	max-width:460px!important;
	min-width:280px!important;
	margin:0 auto!important;
}
body .elite-header-anniversary__badge{
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	width:auto!important;
	height:auto!important;
	flex:0 0 auto!important;
	background:transparent!important;
	box-shadow:none!important;
	padding:0!important;
}
body .elite-header-anniversary__badge img{
	display:block!important;
	width:88px!important;
	height:auto!important;
	max-width:none!important;
}
body .elite-header-anniversary__text-group{
	display:flex!important;
	flex-direction:column!important;
	gap:4px!important;
	min-width:0!important;
}
body .elite-header-anniversary__title{
	display:block!important;
	font:700 13px/1.1 Montserrat,Arial,sans-serif!important;
	color:#ffffff!important;
	margin:0!important;
}
body .elite-header-anniversary__text{
	display:block!important;
	font:500 12px/1.35 Montserrat,Arial,sans-serif!important;
	color:#ffffff!important;
	white-space:normal!important;
	overflow:visible!important;
	text-overflow:clip!important;
	margin:0!important;
}
body .elite-footer--legacy__brand-row{
	align-items:flex-start!important;
	gap:18px!important;
}
body .elite-footer--legacy__years-badge img{
	display:block!important;
	width:132px!important;
	height:auto!important;
	max-width:132px!important;
}
body .elite-footer--legacy__intro p{
	margin-top:14px!important;
	max-width:340px!important;
}
@media (max-width: 1180px){
	body .elite-header-anniversary{
		flex:0 1 360px!important;
		max-width:360px!important;
		gap:10px!important;
	}
	body .elite-header-anniversary__badge img{
		width:74px!important;
	}
	body .elite-footer--legacy__years-badge img{
		width:118px!important;
		max-width:118px!important;
	}
}
@media (max-width: 980px){
	body .elite-header-anniversary{
		flex:0 1 300px!important;
		max-width:300px!important;
	}
	body .elite-header-anniversary__badge img{
		width:66px!important;
	}
	body .elite-header-anniversary__title{
		font-size:12px!important;
	}
	body .elite-header-anniversary__text{
		font-size:11px!important;
	}
}
@media (max-width: 760px){
	body .elite-header-anniversary{
		display:none!important;
	}
}
@media (max-width: 640px){
	body .elite-footer--legacy__years-badge img{
		width:98px!important;
		max-width:98px!important;
	}
}


/* ================================================================
   v2.3.84 — force fresh public cache + reliable 30 years badge sizes
   ================================================================ */
body .elite-overlay-header .elite-header-anniversary{
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	gap:16px!important;
	flex:0 1 420px!important;
	max-width:420px!important;
	min-width:260px!important;
	margin:0 auto!important;
}
body .elite-overlay-header .elite-header-anniversary__badge{
	flex:0 0 auto!important;
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
}
body .elite-overlay-header .elite-header-anniversary__badge img{
	display:block!important;
	width:112px!important;
	max-width:112px!important;
	height:auto!important;
}
body .elite-overlay-header .elite-header-anniversary__text-group{
	display:flex!important;
	flex-direction:column!important;
	gap:6px!important;
}
body .elite-overlay-header .elite-header-anniversary__title{
	font:700 14px/1.1 Montserrat,Arial,sans-serif!important;
	margin:0!important;
}
body .elite-overlay-header .elite-header-anniversary__text{
	font:500 13px/1.35 Montserrat,Arial,sans-serif!important;
	margin:0!important;
	white-space:normal!important;
}
body .elite-footer--legacy .elite-footer--legacy__brand-row{
	align-items:flex-start!important;
	gap:18px!important;
}
body .elite-footer--legacy .elite-footer--legacy__years-badge{
	flex:0 0 auto!important;
}
body .elite-footer--legacy .elite-footer--legacy__years-badge img{
	display:block!important;
	width:150px!important;
	max-width:150px!important;
	min-width:150px!important;
	height:auto!important;
}
@media (max-width:1180px){
	body .elite-overlay-header .elite-header-anniversary{max-width:360px!important;flex-basis:360px!important;}
	body .elite-overlay-header .elite-header-anniversary__badge img{width:96px!important;max-width:96px!important;}
	body .elite-footer--legacy .elite-footer--legacy__years-badge img{width:132px!important;max-width:132px!important;min-width:132px!important;}
}
@media (max-width:980px){
	body .elite-overlay-header .elite-header-anniversary{max-width:300px!important;flex-basis:300px!important;}
	body .elite-overlay-header .elite-header-anniversary__badge img{width:82px!important;max-width:82px!important;}
	body .elite-overlay-header .elite-header-anniversary__title{font-size:13px!important;}
	body .elite-overlay-header .elite-header-anniversary__text{font-size:12px!important;}
}
@media (max-width:760px){
	body .elite-overlay-header .elite-header-anniversary{display:none!important;}
}


/* ================================================================
   v2.3.85 — smaller 30 years badges + translated anniversary line
   ================================================================ */
body .elite-overlay-header .elite-header-anniversary__badge img{
	width:96px!important;
	max-width:96px!important;
}
body .elite-overlay-header .elite-header-anniversary__text-group{
	gap:0!important;
}
body .elite-overlay-header .elite-header-anniversary__text{
	font-size:16px!important;
	line-height:1.35!important;
	font-weight:600!important;
}
body .elite-footer--legacy .elite-footer--legacy__years-badge img{
	width:128px!important;
	max-width:128px!important;
	min-width:128px!important;
}
@media (max-width:1180px){
	body .elite-overlay-header .elite-header-anniversary__badge img{width:86px!important;max-width:86px!important;}
	body .elite-footer--legacy .elite-footer--legacy__years-badge img{width:118px!important;max-width:118px!important;min-width:118px!important;}
}
@media (max-width:980px){
	body .elite-overlay-header .elite-header-anniversary__badge img{width:76px!important;max-width:76px!important;}
	body .elite-overlay-header .elite-header-anniversary__text{font-size:14px!important;}
}


/* ================================================================
   v2.3.86 — 30 years badge sizing and footer logo row alignment
   ================================================================ */
/* Header anniversary area */
body .elite-overlay-header .elite-header-anniversary{
	max-width:520px!important;
	flex:0 1 520px!important;
	justify-content:flex-start!important;
	gap:14px!important;
}
body .elite-overlay-header .elite-header-anniversary__badge img{
	width:82px!important;
	max-width:82px!important;
	height:auto!important;
}
body .elite-overlay-header .elite-header-anniversary__text{
	font-size:17px!important;
	line-height:1.2!important;
	white-space:nowrap!important;
}
body .elite-overlay-header .elite-header-anniversary__text-group{
	gap:0!important;
}
/* Footer brand row: keep logo + 30 years side by side */
body .elite-footer--legacy .elite-footer--legacy__intro{
	max-width:420px!important;
}
body .elite-footer--legacy .elite-footer--legacy__brand-row{
	display:flex!important;
	flex-wrap:nowrap!important;
	align-items:center!important;
	justify-content:flex-start!important;
	gap:16px!important;
}
body .elite-footer--legacy .elite-footer-logo,
body .elite-footer--legacy .custom-logo-link{
	flex:0 1 auto!important;
}
body .elite-footer--legacy .elite-footer--legacy__years-badge{
	flex:0 0 auto!important;
	margin:0!important;
}
body .elite-footer--legacy .elite-footer--legacy__years-badge img{
	width:92px!important;
	max-width:92px!important;
	min-width:92px!important;
	height:auto!important;
}
@media (max-width:1180px){
	body .elite-overlay-header .elite-header-anniversary{max-width:430px!important;flex-basis:430px!important;}
	body .elite-overlay-header .elite-header-anniversary__badge img{width:74px!important;max-width:74px!important;}
	body .elite-overlay-header .elite-header-anniversary__text{font-size:15px!important;}
}
@media (max-width:980px){
	body .elite-overlay-header .elite-header-anniversary{max-width:100%!important;flex-basis:auto!important;justify-content:center!important;}
	body .elite-overlay-header .elite-header-anniversary__text{white-space:normal!important;text-align:center!important;}
	body .elite-footer--legacy .elite-footer--legacy__brand-row{justify-content:center!important;}
}


/* v2.3.91 — footer logo + 30 years same line */
body .elite-footer--legacy .elite-footer--legacy__intro{
	max-width:440px!important;
}
body .elite-footer--legacy .elite-footer--legacy__brand-row{
	display:flex!important;
	flex-direction:row!important;
	align-items:center!important;
	justify-content:flex-start!important;
	flex-wrap:nowrap!important;
	column-gap:18px!important;
	row-gap:0!important;
	width:100%!important;
}
body .elite-footer--legacy .elite-footer-logo{
	display:flex!important;
	align-items:center!important;
	flex:0 0 auto!important;
	margin:0!important;
}
body .elite-footer--legacy .elite-footer-logo .custom-logo-link{
	display:block!important;
	margin:0!important;
}
body .elite-footer--legacy .elite-footer-logo img{
	display:block!important;
	max-width:260px!important;
	height:auto!important;
}
body .elite-footer--legacy .elite-footer--legacy__years-badge{
	display:flex!important;
	align-items:center!important;
	justify-content:flex-start!important;
	flex:0 0 auto!important;
	margin:0!important;
}
body .elite-footer--legacy .elite-footer--legacy__years-badge img{
	width:86px!important;
	max-width:86px!important;
	min-width:86px!important;
	height:auto!important;
}
@media (max-width:980px){
	body .elite-footer--legacy .elite-footer--legacy__brand-row{justify-content:center!important;}
}


/* v2.3.91 — footer brand row aligned like approved sample */
body .elite-footer--legacy .elite-footer--legacy__intro{
	max-width:500px!important;
}
body .elite-footer--legacy .elite-footer--legacy__brand-row{
	display:flex!important;
	flex-direction:row!important;
	align-items:center!important;
	justify-content:space-between!important;
	flex-wrap:nowrap!important;
	gap:26px!important;
	width:100%!important;
}
body .elite-footer--legacy .elite-footer-logo{
	display:flex!important;
	align-items:center!important;
	justify-content:flex-start!important;
	flex:1 1 auto!important;
	min-width:0!important;
	margin:0!important;
}
body .elite-footer--legacy .elite-footer-logo .custom-logo-link{
	display:block!important;
	max-width:100%!important;
	margin:0!important;
}
body .elite-footer--legacy .elite-footer-logo img{
	display:block!important;
	width:auto!important;
	max-width:300px!important;
	max-height:64px!important;
	height:auto!important;
}
body .elite-footer--legacy .elite-footer--legacy__years-badge{
	display:flex!important;
	align-items:center!important;
	justify-content:flex-end!important;
	flex:0 0 auto!important;
	margin:0 0 0 auto!important;
}
body .elite-footer--legacy .elite-footer--legacy__years-badge img{
	display:block!important;
	width:104px!important;
	max-width:104px!important;
	min-width:104px!important;
	height:auto!important;
}
body .elite-footer--legacy .elite-footer--legacy__intro p{
	max-width:100%!important;
	margin-top:20px!important;
}
@media (max-width:980px){
	body .elite-footer--legacy .elite-footer--legacy__intro{max-width:100%!important;}
	body .elite-footer--legacy .elite-footer--legacy__brand-row{justify-content:space-between!important;gap:18px!important;}
	body .elite-footer--legacy .elite-footer-logo img{max-width:240px!important;max-height:54px!important;}
	body .elite-footer--legacy .elite-footer--legacy__years-badge img{width:88px!important;max-width:88px!important;min-width:88px!important;}
}
@media (max-width:640px){
	body .elite-footer--legacy .elite-footer--legacy__brand-row{gap:12px!important;}
	body .elite-footer--legacy .elite-footer-logo img{max-width:190px!important;max-height:44px!important;}
	body .elite-footer--legacy .elite-footer--legacy__years-badge img{width:72px!important;max-width:72px!important;min-width:72px!important;}
}


/* v2.3.91 — use approved footer brand strip image */
body .elite-footer--legacy .elite-footer--legacy__intro{
	max-width:520px!important;
}
body .elite-footer--legacy .elite-footer--legacy__brand-row--image{
	display:block!important;
	width:100%!important;
	margin:0 0 18px!important;
}
body .elite-footer--legacy .elite-footer--legacy__brand-row--image img{
	display:block!important;
	width:100%!important;
	max-width:484px!important;
	height:auto!important;
}
body .elite-footer--legacy .elite-footer--legacy__intro p{
	max-width:484px!important;
	margin-top:0!important;
}
@media (max-width:980px){
	body .elite-footer--legacy .elite-footer--legacy__brand-row--image{margin-left:auto!important;margin-right:auto!important;}
	body .elite-footer--legacy .elite-footer--legacy__brand-row--image img{max-width:420px!important;}
	body .elite-footer--legacy .elite-footer--legacy__intro p{max-width:420px!important;}
}
@media (max-width:640px){
	body .elite-footer--legacy .elite-footer--legacy__brand-row--image img{max-width:100%!important;}
	body .elite-footer--legacy .elite-footer--legacy__intro p{max-width:100%!important;}
}

/* v2.3.91 — Projects: multi-image uploader for Pictures and Plans admin sections */


/* ================================================================
   v2.3.91 — Project distance tables: wide label column / narrow value column
   ================================================================ */
body .elite-e2-list-columns .elite-e2-table table,
body .elite-e1-distance-columns .elite-e2-table table,
body .elite-sv-distance-columns .elite-e2-table table {
	width: 100% !important;
	min-width: 0 !important;
	table-layout: fixed !important;
}
body .elite-e2-list-columns .elite-e2-table tr > th:first-child,
body .elite-e1-distance-columns .elite-e2-table tr > th:first-child,
body .elite-sv-distance-columns .elite-e2-table tr > th:first-child {
	width: 68% !important;
}
body .elite-e2-list-columns .elite-e2-table tr > td:last-child,
body .elite-e1-distance-columns .elite-e2-table tr > td:last-child,
body .elite-sv-distance-columns .elite-e2-table tr > td:last-child {
	width: 32% !important;
}
@media (max-width: 620px) {
	body .elite-e2-list-columns .elite-e2-table tr > th:first-child,
	body .elite-e1-distance-columns .elite-e2-table tr > th:first-child,
	body .elite-sv-distance-columns .elite-e2-table tr > th:first-child {
		width: 66% !important;
	}
	body .elite-e2-list-columns .elite-e2-table tr > td:last-child,
	body .elite-e1-distance-columns .elite-e2-table tr > td:last-child,
	body .elite-sv-distance-columns .elite-e2-table tr > td:last-child {
		width: 34% !important;
	}
}


/* v2.3.99 — restore v2.3.91 project widths; add padding-only inner spacing */


/* v2.3.99 — verified project section gutter (stylesheet fallback) */
html body .elite-e2-section{
	box-sizing:border-box!important;
	padding-left:clamp(16px,2.65vw,1cm)!important;
	padding-right:clamp(16px,2.65vw,1cm)!important;
}
html body .elite-e2-section>.alignwide,
html body .elite-e2-section>.wp-block-columns,
html body .elite-e2-section>.wp-block-group__inner-container>.alignwide,
html body .elite-e2-section>.wp-block-group__inner-container>.wp-block-columns{
	box-sizing:border-box!important;
	width:100%!important;
	max-width:1180px!important;
	margin-right:auto!important;
	margin-left:auto!important;
}

/* v2.4.04 — Elite Elize 1 gutter is injected into final rendered HTML in single-project.php. */


/* v2.4.04 — Elize 1: exact 1 cm gutter on actual top-level Gutenberg blocks. */
#elite-elize1-about-content > *,
#elite-elize1-manual-about-content > *,
#elite-elize1-editable-about-content > *{
	box-sizing:border-box!important;
	padding-left:1cm!important;
	padding-right:1cm!important;
}
@media(max-width:640px){
	#elite-elize1-about-content > *,
	#elite-elize1-manual-about-content > *,
	#elite-elize1-editable-about-content > *{padding-left:16px!important;padding-right:16px!important;}
}


/* ================================================================
   v2.4.04 — stable 68/32 project distance tables
   Works even when old content no longer retains the custom Columns class.
   ================================================================ */
html body .elite-e2-list-columns .elite-e2-table table,
html body .elite-e1-distance-columns .elite-e2-table table,
html body .elite-sv-distance-columns .elite-e2-table table,
html body .wp-block-columns .elite-e2-table table {
	width: 100% !important;
	min-width: 0 !important;
	table-layout: fixed !important;
}
html body .elite-e2-list-columns .elite-e2-table tr > :first-child,
html body .elite-e1-distance-columns .elite-e2-table tr > :first-child,
html body .elite-sv-distance-columns .elite-e2-table tr > :first-child,
html body .wp-block-columns .elite-e2-table tr > :first-child {
	box-sizing: border-box !important;
	width: 68% !important;
	min-width: 68% !important;
	max-width: 68% !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
	hyphens: none !important;
}
html body .elite-e2-list-columns .elite-e2-table tr > :nth-child(2),
html body .elite-e1-distance-columns .elite-e2-table tr > :nth-child(2),
html body .elite-sv-distance-columns .elite-e2-table tr > :nth-child(2),
html body .wp-block-columns .elite-e2-table tr > :nth-child(2) {
	box-sizing: border-box !important;
	width: 32% !important;
	min-width: 32% !important;
	max-width: 32% !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
}


/* ================================================================
   v2.4.06 — right-aligned desktop dropdowns with item separators
   ================================================================ */
@media (min-width: 761px) {
	/* Use the same alignment and row treatment in every main navigation flyout. */
	html body .elite-overlay-header .elite-nav--overlay .sub-menu {
		gap: 0 !important;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}
	html body .elite-overlay-header .elite-nav--overlay .sub-menu > li {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	html body .elite-overlay-header .elite-nav--overlay .sub-menu > li > a {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		width: 100% !important;
		min-height: 46px !important;
		margin: 0 !important;
		padding: 11px 22px !important;
		text-align: right !important;
		white-space: nowrap !important;
		border: 0 !important;
		border-radius: 0 !important;
	}
	html body .elite-overlay-header .elite-nav--overlay .sub-menu > li:not(:last-child) > a {
		border-bottom: 1px solid rgba(154, 116, 73, .20) !important;
	}
	/* Keep space for the project flyout arrow without losing right alignment. */
	html body .elite-overlay-header .elite-nav--overlay .sub-menu > li.menu-item-has-children > a {
		padding-right: 42px !important;
	}
}
