/* Evergreen Landing — built file, scoped under .el. Edit the source and rebuild. */
/* Evergreen Landing — lake teal, canopy green, rain-tree blossom */
.el:not(#el-scope) {
	--lake: #0f3a42;
	--lake-2: #17505a;
	--canopy: #224a34;
	--mist: #edf2ee;
	--ink: #17231f;
	--muted: #4f5f59;
	--line: #d3ddd7;
	--blossom: #c9466f;
	--blossom-dark: #a8355a;
	--blossom-soft: #f7dde6;
	--paper: #ffffff;
	--display: "Gloock", "Georgia", "Times New Roman", serif;
	--body: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--wrap: 1160px;
	--radius: 10px;
}

.el:not(#el-scope),
.el:not(#el-scope) *,
.el:not(#el-scope) *::before,
.el:not(#el-scope) *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.el:not(#el-scope) {
	font-family: var(--body);
	font-size: 17px;
	line-height: 1.6;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	color: var(--ink);
	text-align: left;
	-webkit-font-smoothing: antialiased;
}
.el:not(#el-scope).el-page { background: var(--paper); }

/* Neutralise theme and Elementor kit styles inside the landing sections */
.el:not(#el-scope) h1,
.el:not(#el-scope) h2,
.el:not(#el-scope) h3,
.el:not(#el-scope) summary { color: inherit; text-transform: none; letter-spacing: normal; padding: 0; border: 0; background: none; }
.el:not(#el-scope) h1,
.el:not(#el-scope) h2,
.el:not(#el-scope) h3 { font-weight: 400; margin: 0; }
.el:not(#el-scope) p { margin: 0 0 1em; }
.el:not(#el-scope) ul { margin: 0; }
.el:not(#el-scope) dl { margin: 0; }
.el:not(#el-scope) dt { font-weight: 400; }
.el:not(#el-scope) dd { margin: 0; }
.el:not(#el-scope) figure { margin: 0; }
.el:not(#el-scope) table,
.el:not(#el-scope) th,
.el:not(#el-scope) td,
.el:not(#el-scope) tr { border: 0; background: none; }
.el:not(#el-scope) button,
.el:not(#el-scope) input,
.el:not(#el-scope) select { font-family: inherit; text-transform: none; letter-spacing: normal; box-shadow: none; }
.el:not(#el-scope) iframe { max-width: 100%; }
.el:not(#el-scope) img { max-width: 100%; height: auto; display: block; }
.el:not(#el-scope) a { color: inherit; }
.el:not(#el-scope) :focus-visible { outline: 3px solid var(--blossom); outline-offset: 2px; }

.el:not(#el-scope) .el-wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.el:not(#el-scope) .el-sr,
.el:not(#el-scope) .el-hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.el:not(#el-scope) .el-skip { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--paper); padding: 8px 14px; border-radius: 6px; }
.el:not(#el-scope) .el-skip:focus { left: 8px; }

/* Buttons */
.el:not(#el-scope) .el-btn {
	display: inline-flex; align-items: center; justify-content: center;
	min-height: 46px; padding: 0 22px;
	font: 600 16px/1 var(--body);
	border-radius: 999px; border: 1.5px solid transparent;
	text-decoration: none; cursor: pointer; white-space: nowrap;
	transition: background-color .15s, color .15s, border-color .15s;
}
.el:not(#el-scope) .el-btn-primary { background: var(--blossom); color: #fff; }
.el:not(#el-scope) .el-btn-primary:hover { background: var(--blossom-dark); }
.el:not(#el-scope) .el-btn-light { background: var(--mist); color: var(--lake); }
.el:not(#el-scope) .el-btn-light:hover { background: #fff; }
.el:not(#el-scope) .el-btn-outline { border-color: rgba(237, 242, 238, .55); color: var(--mist); background: transparent; }
.el:not(#el-scope) .el-btn-outline:hover { border-color: var(--mist); }
.el:not(#el-scope) .el-btn-ghost { color: var(--mist); border-color: rgba(237, 242, 238, .35); min-height: 40px; font-size: 15px; }
.el:not(#el-scope) .el-btn-ghost:hover { border-color: var(--mist); }
.el:not(#el-scope) .el-btn-quiet { background: transparent; color: var(--lake); border-color: var(--line); }
.el:not(#el-scope) .el-btn-quiet:hover { border-color: var(--lake); }
.el:not(#el-scope) .el-btn-small { white-space: nowrap; min-height: 38px; padding: 0 16px; font-size: 14px; background: var(--paper); color: var(--blossom-dark); border-color: var(--blossom-soft); }
.el:not(#el-scope) .el-btn-small:hover { background: var(--blossom-soft); }
.el:not(#el-scope) .el-btn[disabled] { opacity: .6; cursor: progress; }

/* Header */
.el:not(#el-scope) .el-header-spacer { height: 65px; }
.el:not(#el-scope) .el-header { position: fixed; top: 0; left: 0; right: 0; z-index: 900; background: var(--lake); color: var(--mist); border-bottom: 1px solid rgba(255, 255, 255, .08); }
.el:not(#el-scope) .el-header .el-wrap { max-width: 1360px; }
.el:not(#el-scope) .el-header-inner { display: flex; align-items: center; gap: 28px; min-height: 64px; }
.el:not(#el-scope) .el-brand { text-decoration: none; font-weight: 700; font-size: 17px; line-height: 1.2; }
.el:not(#el-scope) .el-brand { white-space: nowrap; }
.el:not(#el-scope) .el-brand span { display: block; font-weight: 400; font-size: 12.5px; opacity: .72; }
.el:not(#el-scope) .el-nav { display: flex; gap: 22px; font-size: 15px; }
.el:not(#el-scope) .el-nav a { text-decoration: none; opacity: .85; white-space: nowrap; }
.el:not(#el-scope) .el-nav a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }

/* Hero */
.el:not(#el-scope) .el-hero { background: linear-gradient(180deg, var(--lake) 0%, var(--lake-2) 100%); color: var(--mist); position: relative; }
.el:not(#el-scope) .el-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 420px); gap: 56px; align-items: start; padding-top: 64px; padding-bottom: 24px; position: relative; z-index: 2; }
.el:not(#el-scope) .el-hero-kicker { margin: 0 0 14px; font-size: 16px; color: #b9d4cf; }
.el:not(#el-scope) .el-hero h1 {
	font-family: var(--display); font-weight: 400;
	font-size: clamp(48px, 7.4vw, 96px); line-height: .95; letter-spacing: -0.01em;
	margin: 0 0 22px;
}
.el:not(#el-scope) .el-hero-lede { font-size: clamp(18px, 2vw, 22px); line-height: 1.45; max-width: 30ch; margin: 0 0 30px; }
.el:not(#el-scope) .el-hero-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 32px; margin: 0 0 32px; max-width: 460px; }
.el:not(#el-scope) .el-hero-facts div { border-top: 1px solid rgba(237, 242, 238, .22); padding-top: 10px; }
.el:not(#el-scope) .el-hero-facts dt { font-size: 13px; color: #a9c6c1; }
.el:not(#el-scope) .el-hero-facts dd { margin: 2px 0 0; font-size: 17px; font-weight: 600; }
.el:not(#el-scope) .el-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.el:not(#el-scope) .el-hero-form {
	background: var(--paper); color: var(--ink);
	border-radius: 16px; padding: 28px 26px 22px;
	box-shadow: 0 30px 60px -30px rgba(3, 20, 24, .7);
}
.el:not(#el-scope) .el-hero-form h2 { font-family: var(--display); font-weight: 400; font-size: 27px; line-height: 1.15; margin: 0 0 6px; }
.el:not(#el-scope) .el-hero-form > p { margin: 0 0 18px; color: var(--muted); font-size: 15px; }

.el:not(#el-scope) .el-hero-art { display: block; width: 100%; height: clamp(150px, 22vw, 300px); margin-top: -40px; position: relative; z-index: 1; }
.el:not(#el-scope) .el-hero-photo { margin-top: 8px; }
.el:not(#el-scope) .el-hero-photo img { width: 100%; height: clamp(220px, 34vw, 460px); object-fit: cover; }

/* Forms */
.el:not(#el-scope) .el-form { display: grid; gap: 12px; }
.el:not(#el-scope) .el-field { display: grid; gap: 4px; font-size: 14px; font-weight: 600; color: var(--ink); }
.el:not(#el-scope) .el-field em { font-style: normal; font-weight: 400; color: var(--muted); }
.el:not(#el-scope) .el-field input,
.el:not(#el-scope) .el-field select {
	width: 100%; min-height: 46px; padding: 10px 14px;
	font: 400 16px/1.3 var(--body); color: var(--ink);
	background: #f7faf8; border: 1.5px solid var(--line); border-radius: var(--radius);
	appearance: none;
}
.el:not(#el-scope) .el-field select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%234f5f59' stroke-width='1.6'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px;
}
.el:not(#el-scope) .el-field input:focus,
.el:not(#el-scope) .el-field select:focus { outline: none; border-color: var(--lake-2); background: #fff; box-shadow: 0 0 0 3px rgba(23, 80, 90, .15); }
.el:not(#el-scope) .el-field input[aria-invalid="true"] { border-color: var(--blossom); }
.el:not(#el-scope) .el-error { margin: 0; min-height: 0; color: var(--blossom-dark); font-size: 14px; font-weight: 600; }
.el:not(#el-scope) .el-error:empty { display: none; }
.el:not(#el-scope) .el-submit { width: 100%; margin-top: 4px; }
.el:not(#el-scope) .el-consent { margin: 2px 0 0; font-size: 12px; line-height: 1.45; color: var(--muted); }
.el:not(#el-scope) .el-thanks { padding: 8px 0; }
.el:not(#el-scope) .el-thanks:focus { outline: none; }
.el:not(#el-scope) .el-thanks-title { font-family: var(--display); font-size: 26px; margin: 0 0 6px; color: var(--lake); }
.el:not(#el-scope) .el-thanks-body { margin: 0 0 16px; color: var(--muted); }

/* Sections */
.el:not(#el-scope) .el-section { padding: 88px 0; }
.el:not(#el-scope) .el-section-tint { background: var(--mist); }
.el:not(#el-scope) .el-h2 { font-family: var(--display); font-weight: 400; font-size: clamp(32px, 4vw, 46px); line-height: 1.08; color: var(--lake); margin: 0 0 16px; max-width: 22ch; }
.el:not(#el-scope) .el-intro { max-width: 62ch; color: var(--muted); margin: 0 0 32px; }
.el:not(#el-scope) .el-note { font-size: 13.5px; color: var(--muted); margin: 16px 0 0; max-width: 70ch; }
.el:not(#el-scope) .el-row-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* Price table */
.el:not(#el-scope) .el-prices { width: 100%; border-collapse: collapse; font-size: 17px; }
.el:not(#el-scope) .el-prices thead th { text-align: left; font-size: 13.5px; font-weight: 600; color: var(--muted); padding: 0 16px 12px 0; border-bottom: 2px solid var(--lake); }
.el:not(#el-scope) .el-prices tbody th,
.el:not(#el-scope) .el-prices td { text-align: left; padding: 18px 16px 18px 0; border-bottom: 1px solid var(--line); vertical-align: middle; }
.el:not(#el-scope) .el-prices tbody th { font-family: var(--display); font-weight: 400; font-size: 22px; color: var(--lake); white-space: nowrap; }
.el:not(#el-scope) .el-prices .el-price { font-weight: 700; font-size: 19px; white-space: nowrap; }
.el:not(#el-scope) .el-prices td:last-child { text-align: right; padding-right: 0; }

/* Project */
.el:not(#el-scope) .el-split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 64px; align-items: start; }
.el:not(#el-scope) .el-split p { max-width: 62ch; }
.el:not(#el-scope) .el-specs { margin: 8px 0 0; background: var(--paper); border-radius: 14px; padding: 8px 26px; }
.el:not(#el-scope) .el-specs div { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.el:not(#el-scope) .el-specs div:last-child { border-bottom: 0; }
.el:not(#el-scope) .el-specs dt { color: var(--muted); font-size: 15px; }
.el:not(#el-scope) .el-specs dd { margin: 0; font-weight: 600; }
.el:not(#el-scope) .el-mono { font-size: 14px; word-break: break-all; font-weight: 600; }

/* Gallery */

/* Location */
.el:not(#el-scope) .el-split-map { align-items: stretch; }
.el:not(#el-scope) .el-distances { list-style: none; padding: 0; margin: 20px 0 8px; }
.el:not(#el-scope) .el-distances li { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.el:not(#el-scope) .el-distances li span:last-child { font-weight: 600; white-space: nowrap; }
.el:not(#el-scope) .el-split-map .el-btn { margin-top: 24px; }
.el:not(#el-scope) .el-map { border-radius: 14px; overflow: hidden; min-height: 360px; background: var(--mist); }
.el:not(#el-scope) .el-map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; }

/* Visit band */
.el:not(#el-scope) .el-visit { background: var(--canopy); color: var(--mist); padding: 64px 0; }
.el:not(#el-scope) .el-visit-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.el:not(#el-scope) .el-visit h2 { font-family: var(--display); font-weight: 400; font-size: clamp(28px, 3.4vw, 40px); line-height: 1.1; margin: 0 0 8px; }
.el:not(#el-scope) .el-visit p { margin: 0; max-width: 52ch; color: #c9dccf; }
.el:not(#el-scope) .el-visit-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* FAQ */
.el:not(#el-scope) .el-faq > * { max-width: 820px; }
.el:not(#el-scope) .el-faq details { border-bottom: 1px solid var(--line); }
.el:not(#el-scope) .el-faq summary { cursor: pointer; list-style: none; padding: 20px 40px 20px 0; font-weight: 600; font-size: 18px; position: relative; }
.el:not(#el-scope) .el-faq summary::-webkit-details-marker { display: none; }
.el:not(#el-scope) .el-faq summary::after { content: "+"; position: absolute; right: 4px; top: 16px; font-size: 26px; font-weight: 400; color: var(--blossom); }
.el:not(#el-scope) .el-faq details[open] summary::after { content: "−"; }
.el:not(#el-scope) .el-faq details p { margin: 0 0 20px; color: var(--muted); max-width: 66ch; }

/* Footer */
.el:not(#el-scope) .el-footer { background: #0b2d33; color: #a9bfba; font-size: 13px; line-height: 1.6; padding: 40px 0 110px; }
.el:not(#el-scope) .el-footer p { margin: 0 0 12px; max-width: 110ch; }
.el:not(#el-scope) .el-footer-rera { color: var(--mist); font-weight: 600; }
.el:not(#el-scope) .el-footer a { color: var(--mist); }

/* Mobile contact bar */
.el:not(#el-scope) .el-bar { display: none; }

/* Dialog */
.el:not(#el-scope) .el-dialog {
	width: min(440px, calc(100% - 24px)); max-height: calc(100% - 24px);
	border: 0; border-radius: 16px; padding: 28px 26px 22px;
	color: var(--ink); background: var(--paper);
	box-shadow: 0 40px 80px -30px rgba(3, 20, 24, .6);
}
.el:not(#el-scope) .el-dialog::backdrop { background: rgba(8, 30, 35, .62); }
.el:not(#el-scope) .el-dialog h2 { font-family: var(--display); font-weight: 400; font-size: 27px; line-height: 1.15; margin: 0 0 6px; padding-right: 32px; color: var(--lake); }
.el:not(#el-scope) .el-dialog-sub { margin: 0 0 18px; color: var(--muted); font-size: 15px; }
.el:not(#el-scope) .el-dialog-close { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; border: 0; background: transparent; font-size: 28px; line-height: 1; color: var(--muted); cursor: pointer; border-radius: 50%; }
.el:not(#el-scope) .el-dialog-close:hover { background: var(--mist); }


/* Header extras */
.el:not(#el-scope) .el-nav a[aria-current="true"] { opacity: 1; text-decoration: underline; text-decoration-color: var(--blossom); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.el:not(#el-scope) .el-header-cta { min-height: 40px; font-size: 15px; }
.el:not(#el-scope) .el-header-call { margin-left: 0; }
.el:not(#el-scope) .el-nav { margin-left: auto; }
.el:not(#el-scope) .el-hero-rera { margin: 22px 0 0; font-size: 12.5px; color: #a9c6c1; }

/* Photo hero */
.el:not(#el-scope) .el-hero--photo { min-height: min(92vh, 860px); display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.el:not(#el-scope) .el-hero--photo .el-hero-grid { padding-top: 72px; padding-bottom: 72px; }
.el:not(#el-scope) .el-slides { position: absolute; inset: 0; z-index: 0; }
.el:not(#el-scope) .el-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.2s ease; transform: scale(1.04); }
.el:not(#el-scope) .el-slide.is-active { opacity: 1; animation: el-drift 9s ease-out forwards; }
@keyframes el-drift { from { transform: scale(1.08); } to { transform: scale(1.0); } }
.el:not(#el-scope) .el-hero-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(10, 40, 46, .78) 0%, rgba(10, 40, 46, .42) 38%, rgba(10, 40, 46, .08) 62%, rgba(10, 40, 46, .12) 100%), linear-gradient(0deg, rgba(10, 40, 46, .6) 0%, rgba(10, 40, 46, 0) 28%), linear-gradient(180deg, rgba(10, 40, 46, .35) 0%, rgba(10, 40, 46, 0) 18%); }
.el:not(#el-scope) .el-hero--photo .el-hero-copy { text-shadow: 0 2px 22px rgba(0, 0, 0, .45); }
.el:not(#el-scope) .el-slide-dots { position: absolute; left: 0; right: 0; bottom: 22px; z-index: 3; display: flex; gap: 8px; }
.el:not(#el-scope) .el-slide-dots button { width: 28px; height: 4px; padding: 0; border: 0; border-radius: 2px; background: rgba(237, 242, 238, .4); cursor: pointer; }
.el:not(#el-scope) .el-slide-dots button[aria-current="true"] { background: var(--mist); }
.el:not(#el-scope) .el-slide-dots button::before { content: ""; display: block; margin: -10px 0; height: 24px; }
@media (prefers-reduced-motion: reduce) { .el:not(#el-scope) .el-slide { transition: none; } .el:not(#el-scope) .el-slide.is-active { animation: none; transform: none; } }

/* EMI calculator */
.el:not(#el-scope) .el-emi { margin-top: 64px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); border-radius: 18px; overflow: hidden; border: 1px solid var(--line); }
.el:not(#el-scope) .el-emi-controls { padding: 34px 36px; display: grid; gap: 22px; align-content: start; }
.el:not(#el-scope) .el-emi-controls h3 { font-family: var(--display); font-weight: 400; font-size: 28px; line-height: 1.15; color: var(--lake); margin: 0; }
.el:not(#el-scope) .el-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.el:not(#el-scope) .el-chip { font: 600 14px/1 var(--body); padding: 9px 14px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--paper); color: var(--ink); cursor: pointer; }
.el:not(#el-scope) .el-chip:hover { border-color: var(--lake-2); }
.el:not(#el-scope) .el-chip.is-on { background: var(--lake); border-color: var(--lake); color: var(--mist); }
.el:not(#el-scope) .el-range { display: grid; gap: 10px; }
.el:not(#el-scope) .el-range > span { display: flex; justify-content: space-between; font-size: 15px; color: var(--muted); }
.el:not(#el-scope) .el-range output { font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; }
.el:not(#el-scope) .el-range input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 3px; background: linear-gradient(90deg, var(--blossom) var(--fill, 50%), var(--line) var(--fill, 50%)); outline-offset: 6px; }
.el:not(#el-scope) .el-range input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; background: var(--paper); border: 2px solid var(--blossom); box-shadow: 0 2px 6px rgba(0, 0, 0, .2); cursor: grab; }
.el:not(#el-scope) .el-range input[type="range"]::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: var(--paper); border: 2px solid var(--blossom); cursor: grab; }
.el:not(#el-scope) .el-emi-result { background: var(--lake); color: var(--mist); padding: 34px 36px; display: flex; flex-direction: column; }
.el:not(#el-scope) .el-emi-label { margin: 0; color: #a9c6c1; font-size: 15px; }
.el:not(#el-scope) .el-emi-value { margin: 4px 0 20px; font-family: var(--display); font-size: clamp(40px, 5vw, 58px); line-height: 1; font-variant-numeric: tabular-nums; }
.el:not(#el-scope) .el-emi-value small { font-family: var(--body); font-size: 16px; color: #a9c6c1; margin-left: 6px; }
.el:not(#el-scope) .el-emi-bar { height: 10px; border-radius: 5px; background: #e88aa9; overflow: hidden; }
.el:not(#el-scope) .el-emi-bar span { display: block; height: 100%; background: var(--mist); width: 60%; transition: width .3s ease; }
.el:not(#el-scope) .el-emi-breakup { margin: 18px 0 24px; display: grid; gap: 10px; }
.el:not(#el-scope) .el-emi-breakup div { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid rgba(237, 242, 238, .15); padding-bottom: 10px; }
.el:not(#el-scope) .el-emi-breakup dt { color: #c7dbd6; display: flex; align-items: center; gap: 8px; }
.el:not(#el-scope) .el-emi-breakup dd { margin: 0; font-weight: 700; font-variant-numeric: tabular-nums; }
.el:not(#el-scope) .el-key { width: 10px; height: 10px; border-radius: 2px; display: inline-block; }
.el:not(#el-scope) .el-key-p { background: var(--mist); } .el:not(#el-scope) .el-key-i { background: #e88aa9; }
.el:not(#el-scope) .el-emi-cta { margin-top: auto; }
.el:not(#el-scope) .el-emi-note { margin: 12px 0 0; font-size: 12.5px; color: #a9c6c1; }

/* Floor plans */
.el:not(#el-scope) .el-tabs { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 18px; }
.el:not(#el-scope) .el-tabs button { font: 600 15px/1 var(--body); padding: 12px 18px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--paper); color: var(--ink); cursor: pointer; }
.el:not(#el-scope) .el-tabs button[aria-selected="true"] { background: var(--lake); border-color: var(--lake); color: var(--mist); }
.el:not(#el-scope) .el-plan { position: relative; background: var(--paper); border-radius: 16px; overflow: hidden; }
.el:not(#el-scope) .el-plan-frame { display: block; padding: 24px; cursor: zoom-in; }
.el:not(#el-scope) .el-plan-img { width: 100%; max-height: 560px; object-fit: contain; margin: 0 auto; filter: blur(9px) grayscale(.2); transition: filter .5s ease; }
.el:not(#el-scope) .el-plan-lock { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 14px; text-align: center; background: rgba(237, 242, 238, .35); padding: 24px; }
.el:not(#el-scope) .el-plan-lock p { margin: 0; font-weight: 600; font-size: 18px; color: var(--lake); background: var(--paper); padding: 8px 14px; border-radius: 8px; }
.el:not(#el-scope) .el-unlocked .el-plan-img { filter: none; }
.el:not(#el-scope) .el-unlocked .el-plan-lock { display: none; }
.el:not(#el-scope) .el-plan-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.el:not(#el-scope) .el-plan-card { background: var(--paper); border-radius: 14px; padding: 22px; display: grid; gap: 4px; justify-items: start; }
.el:not(#el-scope) .el-plan-card svg { width: 84px; height: 56px; fill: none; stroke: var(--lake-2); stroke-width: 2; margin-bottom: 10px; }
.el:not(#el-scope) .el-plan-card-type { margin: 0; font-family: var(--display); font-size: 22px; color: var(--lake); }
.el:not(#el-scope) .el-plan-card-size { margin: 0 0 12px; color: var(--muted); font-size: 14.5px; }
.el:not(#el-scope) .el-master { margin-top: 56px; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 40px; align-items: center; }
.el:not(#el-scope) .el-master h3 { font-family: var(--display); font-weight: 400; font-size: 30px; color: var(--lake); margin: 0 0 10px; }
.el:not(#el-scope) .el-master p { color: var(--muted); max-width: 44ch; }
.el:not(#el-scope) .el-master-img { display: block; border-radius: 14px; overflow: hidden; background: var(--paper); cursor: zoom-in; }
.el:not(#el-scope) .el-master-img img { width: 100%; }

/* Amenities */
.el:not(#el-scope) .el-amenities { list-style: none; margin: 8px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.el:not(#el-scope) .el-amenities li { display: grid; gap: 14px; align-content: start; padding: 26px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 600; line-height: 1.35; }
.el:not(#el-scope) .el-amenities svg { width: 34px; height: 34px; color: var(--blossom); }

/* Gallery (dark) */
.el:not(#el-scope) .el-section-dark { background: var(--lake); color: var(--mist); }
.el:not(#el-scope) .el-section-dark .el-h2 { color: var(--mist); }
.el:not(#el-scope) .el-section-dark .el-note { color: #a9c6c1; }
.el:not(#el-scope) .el-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 10px; margin-top: 24px; }
.el:not(#el-scope) .el-gallery a { display: block; border-radius: 10px; overflow: hidden; aspect-ratio: 4 / 3; background: var(--lake-2); cursor: zoom-in; }
.el:not(#el-scope) .el-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.el:not(#el-scope) .el-gallery a:hover img { transform: scale(1.04); }
.el:not(#el-scope) .el-gallery--mosaic { grid-auto-rows: 200px; }
.el:not(#el-scope) .el-gallery--m4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.el:not(#el-scope) .el-gallery--m3 { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 220px; }
.el:not(#el-scope) .el-gallery--mosaic a { aspect-ratio: auto; }
.el:not(#el-scope) .el-gallery--mosaic a:first-child { grid-column: span 2; grid-row: span 2; }
.el:not(#el-scope) .el-video { margin-top: 24px; border-radius: 14px; overflow: hidden; aspect-ratio: 16 / 9; background: #0b2d33; position: relative; }
.el:not(#el-scope) .el-video iframe,
.el:not(#el-scope) .el-video-play { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.el:not(#el-scope) .el-video-play { padding: 0; cursor: pointer; background: #0b2d33; color: var(--mist); }
.el:not(#el-scope) .el-video-play img { width: 100%; height: 100%; object-fit: cover; opacity: .75; }
.el:not(#el-scope) .el-video-icon { position: absolute; left: 50%; top: 50%; width: 84px; height: 84px; margin: -42px 0 0 -42px; border-radius: 50%; background: var(--blossom); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(0, 0, 0, .35); }
.el:not(#el-scope) .el-video-icon svg { width: 34px; height: 34px; margin-left: 4px; }
.el:not(#el-scope) .el-video-label { position: absolute; left: 24px; bottom: 20px; font-weight: 600; font-size: 18px; }

/* Floating WhatsApp */
.el:not(#el-scope) .el-wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 45; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 24px rgba(0, 0, 0, .25); }
.el:not(#el-scope) .el-wa-float svg { width: 30px; height: 30px; }

/* Lightbox */
.el:not(#el-scope) .el-lightbox { width: 100vw; height: 100vh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(6, 22, 26, .96); color: var(--mist); }
.el:not(#el-scope) .el-lightbox::backdrop { background: rgba(6, 22, 26, .96); }
.el:not(#el-scope) .el-lightbox figure { margin: 0; height: 100%; display: flex; flex-direction: column; }
.el:not(#el-scope) .el-lb-stage { flex: 1; min-height: 0; overflow: hidden; display: grid; place-items: center; padding: 56px 72px 8px; touch-action: pan-y; }
.el:not(#el-scope) .el-lb-stage img { max-width: 100%; max-height: 100%; object-fit: contain; cursor: zoom-in; transition: transform .25s ease; user-select: none; }
.el:not(#el-scope) .el-lb-stage.is-zoomed img { transform: scale(2.2); cursor: zoom-out; }
.el:not(#el-scope) .el-lightbox figcaption { text-align: center; padding: 12px 16px 22px; font-size: 14px; color: #a9c6c1; }
.el:not(#el-scope) .el-lb-btn { position: absolute; border: 0; background: rgba(237, 242, 238, .1); color: var(--mist); width: 52px; height: 52px; border-radius: 50%; font-size: 30px; line-height: 1; cursor: pointer; }
.el:not(#el-scope) .el-lb-btn:hover { background: rgba(237, 242, 238, .2); }
.el:not(#el-scope) .el-lb-close { top: 16px; right: 16px; }
.el:not(#el-scope) .el-lb-prev { left: 16px; top: 50%; margin-top: -26px; }
.el:not(#el-scope) .el-lb-next { right: 16px; top: 50%; margin-top: -26px; }
.el:not(#el-scope) .el-lightbox.is-single .el-lb-prev,
.el:not(#el-scope) .el-lightbox.is-single .el-lb-next { display: none; }

/* Image-rich sections */
.el:not(#el-scope) .el-split-media { align-items: center; }
.el:not(#el-scope) .el-media-fig { display: block; position: relative; border-radius: 18px; overflow: hidden; box-shadow: 0 30px 60px -34px rgba(15, 58, 66, .55); cursor: zoom-in; }
.el:not(#el-scope) .el-media-fig img { width: 100%; height: auto; transition: transform .6s ease; }
.el:not(#el-scope) .el-media-fig:hover img { transform: scale(1.03); }
.el:not(#el-scope) .el-media-fig span { position: absolute; right: 12px; bottom: 10px; font-size: 11.5px; color: #fff; background: rgba(10, 40, 46, .55); padding: 3px 8px; border-radius: 4px; }
.el:not(#el-scope) .el-specs.el-specs-row { margin-top: 56px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0; }
.el:not(#el-scope) .el-specs.el-specs-row div { display: block; padding: 20px 24px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
.el:not(#el-scope) .el-specs.el-specs-row div:nth-child(4n) { border-right: 0; }
.el:not(#el-scope) .el-specs.el-specs-row div:nth-last-child(-n+4) { border-bottom: 0; }
.el:not(#el-scope) .el-specs.el-specs-row dt { font-size: 13.5px; margin-bottom: 4px; }
.el:not(#el-scope) .el-specs.el-specs-row dd { font-size: 17px; }

.el:not(#el-scope) .el-features { display: grid; grid-template-columns: 1.25fr 1fr; grid-auto-rows: clamp(300px, 34vw, 440px); gap: 12px; margin: 8px 0 36px; }
.el:not(#el-scope) .el-feature { position: relative; display: block; border-radius: 16px; overflow: hidden; cursor: zoom-in; background: var(--mist); }
.el:not(#el-scope) .el-feature img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.el:not(#el-scope) .el-feature:hover img { transform: scale(1.04); }
.el:not(#el-scope) .el-feature span,
.el:not(#el-scope) .el-gallery-cap {
	position: absolute; left: 0; right: 0; bottom: 0; padding: 36px 18px 14px;
	color: #fff; font-weight: 600; font-size: 15.5px;
	background: linear-gradient(0deg, rgba(8, 30, 35, .78), rgba(8, 30, 35, 0));
}
.el:not(#el-scope) .el-gallery a { position: relative; }
.el:not(#el-scope) .el-gallery-cap { font-size: 14px; padding: 30px 14px 12px; opacity: 0; transition: opacity .25s ease; }
.el:not(#el-scope) .el-gallery a:hover .el-gallery-cap,
.el:not(#el-scope) .el-gallery a:focus-visible .el-gallery-cap { opacity: 1; }
@media (hover: none) { .el:not(#el-scope) .el-gallery-cap { opacity: 1; } }

.el:not(#el-scope) .el-visit--photo { position: relative; overflow: hidden; padding: 120px 0; }
.el:not(#el-scope) .el-visit-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.el:not(#el-scope) .el-visit--photo::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(20, 48, 34, .94) 0%, rgba(20, 48, 34, .8) 45%, rgba(20, 48, 34, .55) 100%); }
.el:not(#el-scope) .el-visit--photo .el-visit-inner { position: relative; z-index: 2; }

/* Responsive */
@media (max-width: 960px) {
	.el:not(#el-scope) .el-hero-grid { grid-template-columns: 1fr; gap: 36px; padding-top: 44px; }
	.el:not(#el-scope) .el-hero-form { max-width: 520px; }
	.el:not(#el-scope) .el-split { grid-template-columns: 1fr; gap: 36px; }
	.el:not(#el-scope) .el-nav { display: none; }
	.el:not(#el-scope) .el-hero-art { margin-top: 0; }
}
@media (max-width: 640px) {
	body.el { font-size: 16px; }
	.el:not(#el-scope) .el-wrap { padding-left: 18px; padding-right: 18px; }
	.el:not(#el-scope) .el-header-call { display: none; }
	.el:not(#el-scope) .el-section { padding: 64px 0; }
	.el:not(#el-scope) .el-hero-form { padding: 24px 18px 18px; }
	.el:not(#el-scope) .el-hero-facts { gap: 12px 20px; }
	.el:not(#el-scope) .el-prices thead { display: none; }
	.el:not(#el-scope) .el-prices,
.el:not(#el-scope) .el-prices tbody,
.el:not(#el-scope) .el-prices tr,
.el:not(#el-scope) .el-prices th,
.el:not(#el-scope) .el-prices td { display: block; }
	.el:not(#el-scope) .el-prices tr { padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; }
	.el:not(#el-scope) .el-prices tbody th,
.el:not(#el-scope) .el-prices td { border: 0; padding: 0; }
	.el:not(#el-scope) .el-prices tbody th { grid-column: 1 / -1; }
	.el:not(#el-scope) .el-prices td[data-label="Unit size"] { grid-column: 1 / -1; color: var(--muted); font-size: 15px; }
	.el:not(#el-scope) .el-prices td:last-child { text-align: right; }
	.el:not(#el-scope) .el-specs { padding: 4px 18px; }
	.el:not(#el-scope) .el-specs div { grid-template-columns: 1fr; gap: 2px; }
	.el:not(#el-scope) .el-map,
.el:not(#el-scope) .el-map iframe { min-height: 280px; }
	.el:not(#el-scope) .el-bar {
		display: grid; grid-template-columns: 1fr 1fr 1.2fr;
		position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
		background: var(--lake); padding: 8px 8px calc(8px + env(safe-area-inset-bottom, 0px)); gap: 8px;
		box-shadow: 0 -8px 24px rgba(0, 0, 0, .18);
	}
	.el:not(#el-scope) .el-bar a,
.el:not(#el-scope) .el-bar button {
		display: flex; align-items: center; justify-content: center; min-height: 46px;
		border-radius: 999px; font: 600 15px/1 var(--body); text-decoration: none;
		color: var(--mist); background: rgba(255, 255, 255, .1); border: 0; cursor: pointer;
	}
	.el:not(#el-scope) .el-bar button { background: var(--blossom); color: #fff; }
}

@media (max-width: 1400px) {
	.el:not(#el-scope) .el-nav { gap: 16px; font-size: 14.5px; }
	.el:not(#el-scope) .el-header-call { display: none; }
}
@media (max-width: 1100px) {
	.el:not(#el-scope) .el-nav { display: none; }
}
@media (max-width: 960px) {
	.el:not(#el-scope) .el-header-cta { margin-left: auto; }
	.el:not(#el-scope) .el-emi { grid-template-columns: 1fr; }
	.el:not(#el-scope) .el-master { grid-template-columns: 1fr; }
	.el:not(#el-scope) .el-hero--photo { min-height: 0; }
	.el:not(#el-scope) .el-hero-shade { background: linear-gradient(180deg, rgba(10, 40, 46, .82) 0%, rgba(10, 40, 46, .7) 60%, rgba(10, 40, 46, .9) 100%); }
	.el:not(#el-scope) .el-gallery--mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 150px; }
	.el:not(#el-scope) .el-gallery--mosaic a:first-child { grid-row: span 1; }
}
@media (max-width: 640px) {
	.el:not(#el-scope) .el-header-cta { display: none; }
	.el:not(#el-scope) .el-emi-controls,
.el:not(#el-scope) .el-emi-result { padding: 26px 20px; }
	.el:not(#el-scope) .el-plan-frame { padding: 12px; }
	.el:not(#el-scope) .el-wa-float { display: none; }
	.el:not(#el-scope) .el-lb-stage { padding: 56px 8px 8px; }
	.el:not(#el-scope) .el-lb-prev,
.el:not(#el-scope) .el-lb-next { top: auto; bottom: 16px; margin-top: 0; }
	.el:not(#el-scope) .el-amenities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.el:not(#el-scope) .el-amenities li { padding: 20px 14px; font-size: 15px; }
}

@media (max-width: 960px) {
	.el:not(#el-scope) .el-amenities { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.el:not(#el-scope) .el-specs.el-specs-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.el:not(#el-scope) .el-specs.el-specs-row div:nth-child(4n) { border-right: 1px solid var(--line); }
	.el:not(#el-scope) .el-specs.el-specs-row div:nth-child(2n) { border-right: 0; }
	.el:not(#el-scope) .el-specs.el-specs-row div:nth-last-child(-n+4) { border-bottom: 1px solid var(--line); }
	.el:not(#el-scope) .el-specs.el-specs-row div:nth-last-child(-n+2) { border-bottom: 0; }
	.el:not(#el-scope) .el-features { grid-template-columns: 1fr; grid-auto-rows: auto; }
	.el:not(#el-scope) .el-feature { aspect-ratio: 4 / 3; }
	.el:not(#el-scope) .el-visit--photo { padding: 80px 0; }
	.el:not(#el-scope) .el-visit--photo::before { background: linear-gradient(0deg, rgba(20, 48, 34, .92), rgba(20, 48, 34, .7)); }
}
@media (max-width: 640px) {
	.el:not(#el-scope) .el-specs.el-specs-row div { padding: 16px 14px; }
	.el:not(#el-scope) .el-specs.el-specs-row dd { font-size: 15.5px; }
}

@media (max-width: 640px) {
	.el:not(#el-scope) .el-amenities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ===== Page-level compatibility (not scoped) ===== */
body.el-body { margin: 0; }
.admin-bar .el:not(#el-scope) .el-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .el:not(#el-scope) .el-header { top: 46px; } }
@media (max-width: 600px) { .admin-bar .el:not(#el-scope) .el-header { top: 0; } }
.elementor-editor-active .el:not(#el-scope) .el-header { position: relative; top: 0; }
.elementor-editor-active .el:not(#el-scope) .el-header-spacer { display: none; }
.elementor-editor-active .el:not(#el-scope) .el-slide { animation: none; }

/* Let Evergreen widgets run edge to edge inside Elementor containers and sections */
.elementor-widget[class*="elementor-widget-el-"] { margin-bottom: 0 !important; width: 100%; }
.elementor-widget[class*="elementor-widget-el-"] > .elementor-widget-container { margin: 0; padding: 0; }
.e-con:has(> .elementor-widget[class*="elementor-widget-el-"]),
.e-con:has(> .e-con-inner > .elementor-widget[class*="elementor-widget-el-"]) {
	--padding-top: 0px; --padding-bottom: 0px; --padding-left: 0px; --padding-right: 0px;
	--gap: 0px 0px; --row-gap: 0px; --column-gap: 0px; --content-width: 100%; --width: 100%;
	max-width: 100%;
}
.elementor-section:has(.elementor-widget[class*="elementor-widget-el-"]) > .elementor-container { max-width: none; }
.elementor-column:has(.elementor-widget[class*="elementor-widget-el-"]) > .elementor-widget-wrap { padding: 0 !important; }
