@import "assets/leaflet/leaflet.css";

:root {
  --ink: #090909;
  --ink-soft: #12100e;
  --wine: #291311;
  --wine-light: #43201c;
  --gold: #d5aa52;
  --gold-bright: #f0d487;
  --cream: #f4ead6;
  --paper: #f8f4eb;
  --muted: #a99f90;
  --line: rgba(213, 170, 82, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--cream); background: var(--ink); font-family: Tahoma, Arial, sans-serif; overflow-x: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed; z-index: 1000; top: 18px; right: 3vw; left: 3vw; height: 82px;
  display: grid; grid-template-columns: 190px 1fr 220px; align-items: center; gap: 20px;
  padding: 0 24px; border: 1px solid rgba(240, 212, 135, .2); border-radius: 44px 18px 44px 18px;
  background: rgba(9, 9, 9, .74); box-shadow: 0 18px 80px rgba(0,0,0,.32); backdrop-filter: blur(18px);
}
.brand { height: 64px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 156px; height: 86px; object-fit: contain; transform: scale(1.45); filter: brightness(1.35) contrast(1.05); }
.site-header nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 3vw, 48px); }
.site-header nav a { position: relative; color: rgba(255,255,255,.72); font-size: 14px; transition: .3s; }
.site-header nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; width: 0; height: 1px; background: var(--gold-bright); transition: width .3s; }
.site-header nav a:hover { color: white; }
.site-header nav a:hover::after { width: 100%; }
.header-cta { height: 46px; padding: 0 18px; border: 1px solid var(--line); border-radius: 25px 8px 25px 8px; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--gold-bright); font-size: 13px; background: rgba(213,170,82,.08); transition: .3s; }
.header-cta:hover { transform: translateY(-2px); background: var(--gold); color: var(--ink); }
.header-cta i { width: 7px; height: 7px; border-radius: 50%; background: #79d29a; box-shadow: 0 0 0 5px rgba(121,210,154,.12); animation: livePulse 2s infinite; }
.header-cta span { margin-right: auto; }

.hero { min-height: 100svh; position: relative; isolation: isolate; display: flex; align-items: flex-end; padding: 160px 7vw 86px; overflow: hidden; }
.hero-image { position: absolute; inset: 0; z-index: -4; background: url('assets/project-rabwa.webp') center 54% / cover no-repeat; animation: heroDrift 18s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(7,7,7,.15), rgba(7,7,7,.85) 58%, rgba(7,7,7,.98)), linear-gradient(0deg, #090909 0%, transparent 38%, rgba(26,11,9,.28)); }
.hero::before { content: ""; position: absolute; z-index: -2; width: 560px; height: 560px; right: 12%; top: 14%; border: 1px solid rgba(240,212,135,.22); border-radius: 52% 48% 44% 56% / 38% 62% 38% 62%; animation: morph 12s ease-in-out infinite, rotateSlow 28s linear infinite; }
.hero::after { content: ""; position: absolute; z-index: -2; width: 730px; height: 730px; right: 5%; top: 5%; border: 1px solid rgba(240,212,135,.09); border-radius: 44% 56% 65% 35% / 52% 38% 62% 48%; animation: morph 18s ease-in-out infinite reverse, rotateSlow 40s linear infinite reverse; }
.hero-lines { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-lines i { position: absolute; height: 1px; width: 48vw; right: -12vw; background: linear-gradient(90deg, transparent, rgba(240,212,135,.42), transparent); transform: rotate(-32deg); animation: sweepLine 8s ease-in-out infinite; }
.hero-lines i:nth-child(1) { top: 30%; }
.hero-lines i:nth-child(2) { top: 54%; animation-delay: -3s; }
.hero-lines i:nth-child(3) { top: 74%; animation-delay: -6s; }
.hero-copy { width: min(760px, 62vw); position: relative; z-index: 2; animation: riseIn 1s .12s both; }
.eyebrow, .section-index { color: var(--gold-bright); letter-spacing: .08em; font-size: 12px; font-weight: 700; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 20px 6px 20px 6px; background: rgba(9,9,9,.34); }
.eyebrow i { width: 22px; height: 1px; background: var(--gold); position: relative; }
.eyebrow i::after { content: ""; position: absolute; left: 0; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-bright); animation: dotTravel 2.8s linear infinite; }
.hero h1 { margin: 24px 0 20px; font-size: clamp(50px, 6.4vw, 104px); line-height: .98; font-weight: 800; letter-spacing: -.055em; }
.hero h1 em, .section-heading h2 em { color: var(--gold-bright); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero p { max-width: 630px; margin: 0; font-size: clamp(16px, 1.45vw, 22px); line-height: 1.9; color: rgba(255,255,255,.74); }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.gold-button, .glass-button { min-height: 58px; padding: 0 24px; border-radius: 30px 10px 30px 10px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; font-size: 14px; font-weight: 700; transition: .35s; }
.gold-button { color: var(--ink); background: linear-gradient(120deg, #b8862f, #f0d487 48%, #c5953d); background-size: 200% 100%; box-shadow: 0 16px 60px rgba(213,170,82,.2); animation: goldShift 4s ease-in-out infinite; }
.gold-button:hover { transform: translateY(-4px); box-shadow: 0 22px 70px rgba(213,170,82,.35); }
.glass-button { border: 1px solid rgba(255,255,255,.18); color: white; background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.glass-button:hover { border-color: var(--gold); color: var(--gold-bright); }
.hero-stats { display: flex; gap: 46px; margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-stats span { display: flex; flex-direction: column; gap: 5px; }
.hero-stats b { font-family: Georgia, serif; font-size: 27px; color: var(--gold-bright); }
.hero-stats small { color: rgba(255,255,255,.55); font-size: 11px; }
.hero-compass { position: absolute; left: 7vw; bottom: 102px; width: 118px; height: 118px; display: grid; place-items: center; border: 1px solid rgba(240,212,135,.32); border-radius: 50%; animation: rotateSlow 26s linear infinite; }
.hero-compass::before, .hero-compass::after { content: ""; position: absolute; background: rgba(240,212,135,.2); }
.hero-compass::before { width: 1px; height: 100%; }
.hero-compass::after { height: 1px; width: 100%; }
.hero-compass span { position: absolute; top: 9px; font: 12px Georgia, serif; color: var(--gold-bright); }
.hero-compass i { width: 12px; height: 44px; clip-path: polygon(50% 0,100% 100%,50% 75%,0 100%); background: var(--gold); }
.scroll-cue { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); display: flex; gap: 12px; align-items: center; font-size: 10px; color: rgba(255,255,255,.5); }
.scroll-cue span { width: 26px; height: 40px; border: 1px solid rgba(255,255,255,.25); border-radius: 16px; position: relative; }
.scroll-cue span::after { content: ""; width: 3px; height: 7px; background: var(--gold); border-radius: 4px; position: absolute; left: 50%; top: 7px; transform: translateX(-50%); animation: scrollDot 2s infinite; }

.ticker { height: 54px; overflow: hidden; border-block: 1px solid var(--line); background: var(--wine); color: var(--gold-bright); direction: ltr; }
.ticker > div { width: max-content; display: flex; align-items: center; gap: 36px; height: 100%; animation: tickerMove 24s linear infinite; }
.ticker span { font-family: Georgia, serif; font-size: 16px; white-space: nowrap; }
.ticker i { font-style: normal; font-size: 8px; color: var(--gold); }

.map-section { padding: 120px 4vw 110px; background: radial-gradient(circle at 18% 14%, rgba(79,37,29,.32), transparent 28%), #0a0908; position: relative; overflow: hidden; scroll-margin-top: 110px; }
.map-section::before { content: "MAP"; position: absolute; left: -2vw; top: 26px; color: rgba(255,255,255,.018); font: 260px/1 Georgia, serif; pointer-events: none; }
.section-heading { width: min(1520px, 100%); margin: 0 auto 48px; display: flex; justify-content: space-between; align-items: flex-end; gap: 70px; }
.section-heading h2 { margin: 14px 0 0; font-size: clamp(42px, 5vw, 78px); line-height: 1.02; letter-spacing: -.045em; }
.section-note { max-width: 410px; display: flex; gap: 14px; align-items: flex-start; padding-bottom: 8px; }
.section-note i { flex: none; width: 8px; height: 8px; border-radius: 50%; margin-top: 12px; background: var(--gold); box-shadow: 0 0 0 8px rgba(213,170,82,.1); }
.section-note p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }

.atlas-shell { width: min(1680px, 100%); margin: auto; }
.atlas-filters { display: flex; gap: 16px; margin-bottom: 16px; min-height: 62px; }
.atlas-search { width: min(430px, 31%); border: 1px solid var(--line); border-radius: 32px 11px 32px 11px; display: flex; align-items: center; gap: 10px; padding: 0 18px; background: rgba(255,255,255,.035); transition: .3s; }
.atlas-search:focus-within { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(213,170,82,.07); }
.atlas-search > span { font-size: 26px; color: var(--gold); transform: rotate(-15deg); }
.atlas-search input { min-width: 0; flex: 1; background: transparent; border: 0; outline: 0; color: white; font-size: 13px; }
.atlas-search input::placeholder { color: #776f65; }
.atlas-search button { border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.atlas-categories { flex: 1; display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; padding: 6px; border: 1px solid rgba(255,255,255,.08); border-radius: 34px 12px 34px 12px; background: rgba(255,255,255,.025); }
.atlas-categories button { border: 0; border-radius: 25px 8px 25px 8px; color: #9c958a; background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: .3s; font-size: 12px; }
.atlas-categories button b { font-size: 10px; padding: 4px 7px; border-radius: 9px; background: rgba(255,255,255,.07); color: #beb5a7; }
.atlas-categories button.active { background: var(--gold-bright); color: var(--ink); box-shadow: 0 10px 32px rgba(0,0,0,.24); }
.atlas-categories button.active b { background: rgba(0,0,0,.08); color: var(--ink); }
.category-dot { width: 7px; height: 7px; border-radius: 50%; background: #d8a83f; }
.category-dot.building { background: #2f78d7; }.category-dot.resort { background: #24a865; }.category-dot.sold { background: #c43f3a; }.category-dot.all { background: var(--gold); }

.atlas-stage { height: min(760px, 78vh); min-height: 620px; position: relative; overflow: hidden; border: 1px solid rgba(213,170,82,.32); border-radius: 54px 18px 54px 18px; box-shadow: 0 40px 120px rgba(0,0,0,.45); background: #181712; }
.atlas-stage::before { content: ""; position: absolute; z-index: 500; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; box-shadow: inset 0 0 80px rgba(9,9,9,.22); }
.atlas-map { width: 100%; height: 100%; background: #201d17; }
.leaflet-container { font-family: Tahoma, Arial, sans-serif; }
.leaflet-control-zoom { border: 0 !important; box-shadow: 0 10px 35px rgba(0,0,0,.25) !important; margin-top: 86px !important; margin-left: 18px !important; }
.leaflet-control-zoom a { color: var(--gold-bright) !important; background: rgba(18,16,14,.9) !important; border-color: rgba(213,170,82,.2) !important; width: 38px !important; height: 38px !important; line-height: 36px !important; }
.leaflet-control-zoom-in { border-radius: 17px 7px 0 0 !important; }.leaflet-control-zoom-out { border-radius: 0 0 17px 7px !important; }
.leaflet-control-attribution { border-radius: 13px 0 0 0; font-size: 9px !important; opacity: .7; }
.investre-marker-wrap { background: transparent !important; border: 0 !important; }
.investre-marker { width: 38px; height: 42px; position: relative; display: block; filter: drop-shadow(0 10px 12px rgba(0,0,0,.35)); transition: transform .3s; }
.investre-marker::before { content: ""; position: absolute; inset: 1px 4px 7px; border-radius: 50% 50% 50% 6px; transform: rotate(-45deg); border: 2px solid #fff4cc; background: #d6a126; }
.investre-marker i { position: absolute; z-index: 2; top: 11px; left: 14px; width: 10px; height: 10px; border-radius: 50%; border: 2px solid #fff4ca; background: rgba(33,22,10,.55); }
.investre-marker::after { content: ""; position: absolute; z-index: -1; left: 50%; bottom: 0; width: 30px; height: 10px; transform: translateX(-50%); border: 1px solid currentColor; border-radius: 50%; opacity: .5; animation: markerPulse 2.4s ease-out infinite; }
.investre-marker.building { color: #2f78d7; }.investre-marker.building::before { background: #2f78d7; }
.investre-marker.resort { color: #24a865; }.investre-marker.resort::before { background: #24a865; }
.investre-marker.sold { color: #c43f3a; filter: drop-shadow(0 8px 9px rgba(0,0,0,.3)); }.investre-marker.sold::before { background: #c43f3a; }
.investre-marker.active { transform: scale(1.32) translateY(-5px); z-index: 10; }
.investre-marker.active::after { animation-duration: 1.2s; opacity: 1; }
.investre-tooltip { background: #15120f !important; color: var(--cream) !important; border: 1px solid var(--gold) !important; border-radius: 14px 5px 14px 5px !important; padding: 8px 12px !important; box-shadow: 0 12px 30px rgba(0,0,0,.28) !important; }
.investre-tooltip::before { border-top-color: var(--gold) !important; }

.map-style-switch { position: absolute; z-index: 600; top: 18px; left: 18px; display: flex; padding: 5px; background: rgba(9,9,9,.84); backdrop-filter: blur(14px); border: 1px solid rgba(240,212,135,.2); border-radius: 24px 8px 24px 8px; }
.map-style-switch button { min-width: 92px; height: 37px; border: 0; border-radius: 19px 6px 19px 6px; background: transparent; color: #bcb3a5; cursor: pointer; font-size: 11px; }
.map-style-switch button.active { color: #15100a; background: var(--gold-bright); font-weight: 700; }
.map-utility { position: absolute; z-index: 600; left: 18px; top: 155px; display: grid; gap: 8px; }
.map-utility button { width: 38px; height: 38px; cursor: pointer; border: 1px solid rgba(213,170,82,.2); border-radius: 16px 6px 16px 6px; color: var(--gold-bright); background: rgba(12,11,9,.9); font-size: 18px; }
.map-loading { position: absolute; z-index: 900; inset: 0; display: grid; place-content: center; gap: 14px; text-align: center; background: rgba(9,9,9,.86); }
.map-loading span { width: 48px; height: 48px; margin: auto; border: 2px solid rgba(213,170,82,.2); border-top-color: var(--gold); border-radius: 50%; animation: rotateSlow 1s linear infinite; }

.atlas-list { position: absolute; z-index: 650; right: 18px; top: 18px; bottom: 18px; width: min(354px, 29vw); overflow: hidden; border: 1px solid rgba(240,212,135,.22); border-radius: 36px 12px 36px 12px; background: rgba(12,11,9,.91); backdrop-filter: blur(18px); box-shadow: 0 24px 70px rgba(0,0,0,.36); transition: transform .4s, opacity .4s; }
.atlas-list:not(.open) { transform: translateX(calc(100% + 24px)); opacity: 0; pointer-events: none; }
.atlas-list-head { height: 74px; padding: 0 18px 0 14px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.08); }
.atlas-list-head > div { display: flex; flex-direction: column; gap: 5px; }.atlas-list-head span { color: #aaa196; font-size: 10px; }.atlas-list-head b { font-size: 16px; }
.atlas-list-head button, .atlas-detail-close { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; background: rgba(255,255,255,.04); color: #aaa196; cursor: pointer; }
.atlas-list-scroll { height: calc(100% - 74px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--gold) rgba(255,255,255,.04); }
.atlas-row { width: 100%; min-height: 88px; padding: 13px 15px; display: grid; grid-template-columns: 38px 1fr 20px; align-items: center; gap: 11px; text-align: right; border: 0; border-bottom: 1px solid rgba(255,255,255,.055); background: transparent; color: white; cursor: pointer; transition: .25s; }
.atlas-row:hover, .atlas-row.active { background: linear-gradient(90deg, transparent, rgba(213,170,82,.1)); }
.atlas-row.active { box-shadow: inset -2px 0 var(--gold); }
.atlas-row-number { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50% 50% 50% 7px; background: #bc8730; color: #140d07; font: bold 10px Georgia, serif; transform: rotate(-8deg); }
.atlas-row-number.building { background: #2f78d7; }.atlas-row-number.resort { background: #24a865; }.atlas-row-number.sold { background: #c43f3a; color: white; }
.atlas-row-copy { min-width: 0; display: flex; flex-direction: column; gap: 7px; }.atlas-row-copy b { font-size: 13px; }.atlas-row-copy small { color: #968e83; font-size: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.atlas-row > i { color: var(--gold); font-style: normal; transition: transform .25s; }.atlas-row:hover > i { transform: translateX(-4px); }
.atlas-empty { padding: 50px 20px; text-align: center; display: flex; flex-direction: column; gap: 8px; }.atlas-empty span { color: var(--muted); font-size: 12px; }

.atlas-detail { position: absolute; z-index: 620; left: 18px; bottom: 18px; width: min(440px, 36vw); padding: 12px 20px 20px; border: 1px solid rgba(240,212,135,.28); border-radius: 38px 12px 38px 12px; background: rgba(13,11,9,.94); color: white; backdrop-filter: blur(18px); box-shadow: 0 24px 80px rgba(0,0,0,.4); animation: detailIn .42s ease both; overflow: hidden; }
.atlas-detail-close { position: absolute; z-index: 4; top: 20px; left: 20px; background: rgba(9,9,9,.84); color: white; }
.atlas-detail-image { height: 126px; margin: 0 0 16px; position: relative; overflow: hidden; border-radius: 29px 8px 26px 8px; background: #2a271e; }
.atlas-detail-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,9,9,.34), transparent 55%); pointer-events: none; }
.atlas-detail-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.atlas-detail-kicker { color: var(--gold-bright); display: flex; align-items: center; gap: 8px; font-size: 10px; letter-spacing: .06em; }
.atlas-detail-kicker span { width: 8px; height: 8px; border-radius: 50%; background: #d6a126; box-shadow: 0 0 0 6px rgba(216,168,63,.1); }.atlas-detail-kicker span.building { background: #2f78d7; }.atlas-detail-kicker span.resort { background: #24a865; }.atlas-detail-kicker span.sold { background: #c43f3a; }
.atlas-detail h3 { margin: 13px 0 8px; padding-left: 38px; font-size: 25px; }
.atlas-detail > p { margin: 0 0 16px; min-height: 40px; color: #aaa196; font-size: 11px; line-height: 1.75; }
.atlas-detail-facts { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid rgba(255,255,255,.08); padding: 12px 0; }
.atlas-detail-facts span { display: flex; flex-direction: column; gap: 5px; }.atlas-detail-facts span + span { padding-right: 14px; border-right: 1px solid rgba(255,255,255,.08); }
.atlas-detail-facts small { color: #7f786f; font-size: 9px; }.atlas-detail-facts b { color: var(--cream); font-size: 12px; }
.atlas-detail-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 14px; }
.atlas-detail-actions a { height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 20px 7px 20px 7px; font-size: 11px; }.atlas-detail-actions a.gold { background: var(--gold); color: #130d08; border-color: var(--gold); font-weight: 700; }
.atlas-coordinates { display: block; direction: ltr; text-align: center; color: #625d56; font-size: 8px; margin-top: 10px; }
.mobile-list-toggle { display: none; }

.property-crosshair { --type-color: #d6a126; position: absolute; z-index: 3; left: 50%; top: 50%; width: 34px; height: 34px; transform: translate(-50%,-50%); display: grid; place-items: center; border: 2px solid white; border-radius: 50% 50% 50% 9px; background: var(--type-color); box-shadow: 0 8px 24px rgba(0,0,0,.48), 0 0 0 8px rgba(255,255,255,.18); }
.property-crosshair::before, .property-crosshair::after { content: ""; position: absolute; opacity: .8; background: white; }
.property-crosshair::before { width: 1px; height: 62px; }.property-crosshair::after { width: 62px; height: 1px; }
.property-crosshair i { width: 8px; height: 8px; position: relative; z-index: 2; border: 2px solid white; border-radius: 50%; background: #17120e; }
.property-crosshair.building { --type-color: #2f78d7; }.property-crosshair.resort { --type-color: #24a865; }.property-crosshair.sold { --type-color: #c43f3a; }
.atlas-detail-image .property-crosshair { transform: translate(-50%,-50%) scale(.72); }

.property-catalog { padding: 100px 0 18px; scroll-margin-top: 110px; }
.property-catalog-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; margin-bottom: 38px; }
.property-catalog-head h3 { margin: 14px 0 0; font-size: clamp(42px,4.4vw,70px); line-height: 1.04; letter-spacing: -.045em; }
.property-catalog-head h3 em { color: var(--gold-bright); font-family: Georgia,serif; font-weight: 400; }
.property-legend { width: min(480px,100%); display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; padding: 23px 25px; border: 1px solid var(--line); border-radius: 34px 10px 34px 10px; background: rgba(255,255,255,.025); }
.property-legend > span { display: flex; align-items: center; gap: 9px; color: #c9c0b4; font-size: 11px; }
.property-legend i { width: 10px; height: 10px; border-radius: 50%; background: #d6a126; box-shadow: 0 0 0 4px rgba(214,161,38,.1); }.property-legend i.building { background: #2f78d7; }.property-legend i.resort { background: #24a865; }.property-legend i.sold { background: #c43f3a; }
.property-legend small { grid-column: 1/-1; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.07); color: #7f776d; font-size: 9px; }
.property-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.property-card { --type-color: #d6a126; min-width: 0; overflow: hidden; border: 1px solid rgba(240,212,135,.16); border-radius: 48px 14px 48px 14px; background: #12100e; box-shadow: 0 22px 70px rgba(0,0,0,.22), inset 0 3px var(--type-color); transition: transform .4s ease, border-color .4s ease; }
.property-card.building { --type-color: #2f78d7; }.property-card.resort { --type-color: #24a865; }.property-card.sold { --type-color: #c43f3a; }
.property-card:hover { transform: translateY(-7px); border-color: color-mix(in srgb, var(--type-color) 70%, transparent); }
.property-media { height: 218px; position: relative; overflow: hidden; border-radius: 46px 12px 46% 10px / 46px 12px 56px 10px; background: #29261f; }
.property-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,8,8,.76), transparent 55%); pointer-events: none; }
.property-media img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.86) contrast(1.06); transition: transform 1s ease, filter .5s ease; }
.property-card:hover .property-media img { transform: scale(1.055); filter: saturate(1) contrast(1.08); }
.property-card-index { position: absolute; z-index: 3; right: 22px; bottom: 17px; font: 25px/1 Georgia,serif; color: white; }
.property-category { position: absolute; z-index: 3; top: 18px; right: 18px; min-width: 76px; height: 31px; padding: 0 12px; display: grid; place-items: center; border-radius: 17px 5px 17px 5px; color: #171009; background: #d6a126; font-size: 9px; font-weight: 800; }.property-category.building { color: white; background: #2f78d7; }.property-category.resort { color: white; background: #24a865; }.property-category.sold { color: white; background: #c43f3a; }
.property-card-copy { padding: 23px 24px 25px; }
.property-card-copy h4 { min-height: 32px; margin: 0 0 10px; font-size: 22px; line-height: 1.45; }
.property-card-copy > p { min-height: 58px; margin: 0; color: #9c9388; font-size: 11px; line-height: 1.8; }
.property-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 18px 0; padding: 14px 0; border-block: 1px solid rgba(255,255,255,.08); }
.property-facts span { min-width: 0; display: flex; flex-direction: column; gap: 5px; }.property-facts span + span { padding-right: 15px; border-right: 1px solid rgba(255,255,255,.08); }
.property-facts small { color: #726a61; font-size: 8px; }.property-facts b { overflow: hidden; color: #e8dfd2; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.property-card-actions { display: grid; grid-template-columns: 1fr .72fr; gap: 8px; }
.property-card-actions button, .property-card-actions a { height: 44px; border-radius: 23px 7px 23px 7px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.11); color: #d8cfc3; background: transparent; cursor: pointer; font-size: 9px; transition: .3s; }
.property-card-actions button { gap: 20px; background: var(--type-color); border-color: var(--type-color); color: #100c08; font-weight: 800; }.property-card.building .property-card-actions button,.property-card.resort .property-card-actions button,.property-card.sold .property-card-actions button { color: white; }
.property-card-actions button:hover, .property-card-actions a:hover { transform: translateY(-2px); filter: brightness(1.12); }
.property-load-more { min-width: 310px; height: 58px; margin: 38px auto 0; padding: 0 20px; display: flex; align-items: center; justify-content: center; gap: 35px; border: 1px solid rgba(240,212,135,.3); border-radius: 30px 9px 30px 9px; color: var(--gold-bright); background: rgba(213,170,82,.06); cursor: pointer; font-weight: 700; }
.property-load-more span { padding-right: 18px; border-right: 1px solid rgba(240,212,135,.2); color: #81786e; font-size: 9px; }
.property-catalog-empty { min-height: 190px; display: grid; place-content: center; gap: 8px; text-align: center; border: 1px dashed rgba(240,212,135,.2); border-radius: 42px 12px 42px 12px; }.property-catalog-empty span { color: var(--muted); font-size: 11px; }

.menu-button { display: none; }
[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.portfolio-band { min-height: 370px; padding: 82px 0; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; text-align: center; background: #160d0b; border-block: 1px solid var(--line); }
.portfolio-band::before { content: ""; position: absolute; inset: 0; background: repeating-radial-gradient(circle at 50% 50%, transparent 0 48px, rgba(240,212,135,.035) 49px 50px); animation: bandBreath 8s ease-in-out infinite; }
.portfolio-orbit { position: absolute; left: 50%; top: 50%; width: 620px; height: 220px; transform: translate(-50%,-50%); border: 1px solid rgba(240,212,135,.15); border-radius: 50%; }
.portfolio-orbit::before { content: ""; position: absolute; inset: 18px -80px; border: inherit; border-radius: inherit; animation: orbitStretch 6s ease-in-out infinite alternate; }
.portfolio-band > .section-index { position: relative; z-index: 3; }
.portfolio-track { width: 100%; position: relative; z-index: 2; }
.portfolio-numbers { width: min(1200px,100%); display: flex; align-items: center; justify-content: space-around; gap: 35px; margin: 30px auto 0; padding-inline: 4vw; }
.portfolio-numbers:nth-child(2) { display: none; }
.portfolio-numbers > span { display: flex; flex-direction: column; gap: 6px; min-width: 100px; }
.portfolio-numbers > span { animation: statFloat 4.8s ease-in-out infinite; }.portfolio-numbers > span:nth-of-type(2) { animation-delay: -.9s; }.portfolio-numbers > span:nth-of-type(3) { animation-delay: -1.8s; }.portfolio-numbers > span:nth-of-type(4) { animation-delay: -2.7s; }
.portfolio-numbers b { font: 64px/1 Georgia, serif; color: var(--gold-bright); }
.portfolio-numbers small { color: rgba(255,255,255,.58); font-size: 11px; }
.portfolio-numbers > i { color: var(--gold); font-size: 11px; font-style: normal; animation: rotateSlow 7s linear infinite; }

.projects-section { padding: 130px 4vw; color: var(--cream); background: radial-gradient(circle at 12% 8%, rgba(78,39,31,.34), transparent 27%), #080807; border-top: 1px solid rgba(240,212,135,.1); scroll-margin-top: 110px; }
.projects-section .section-heading > p { max-width: 470px; color: #9c9388; font-size: 14px; line-height: 1.9; }
.projects-layout { width: min(1740px,100%); margin: auto; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.project-showcase { min-width: 0; min-height: 750px; display: grid; grid-template-rows: 300px 1fr; overflow: hidden; border: 1px solid rgba(240,212,135,.17); border-radius: 62px 16px 62px 16px; background: #12100e; box-shadow: 0 30px 90px rgba(0,0,0,.25); transition: transform .45s ease, border-color .45s ease; }
.project-showcase:hover { transform: translateY(-9px); border-color: rgba(240,212,135,.48); }
.project-visual { position: relative; min-height: 300px; overflow: hidden; display: block; border-radius: 60px 14px 48% 14px / 60px 14px 66px 14px; background: #241713; }
.project-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,8,5,.68), transparent 58%); }
.project-visual img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1), filter .8s; }
.project-showcase:hover .project-visual img { transform: scale(1.055); filter: saturate(1.12); }
.project-glow { position: absolute; z-index: 2; top: -120%; left: -20%; width: 28%; height: 320%; transform: rotate(24deg); background: linear-gradient(90deg, transparent, rgba(255,241,200,.26), transparent); animation: projectShine 7s ease-in-out infinite; }
.project-index { position: absolute; z-index: 3; right: 26px; bottom: 22px; font: 52px/1 Georgia, serif; color: var(--gold-bright); }
.project-badge { position: absolute; z-index: 3; top: 22px; right: 22px; height: 38px; padding: 0 14px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(240,212,135,.3); border-radius: 21px 7px 21px 7px; background: rgba(9,9,9,.62); backdrop-filter: blur(10px); color: var(--cream); font-size: 10px; }
.project-badge i { width: 6px; height: 6px; border-radius: 50%; background: #74cc8a; box-shadow: 0 0 0 5px rgba(116,204,138,.12); animation: livePulse 2s infinite; }
.project-arrow { position: absolute; z-index: 3; left: 24px; bottom: 24px; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: white; background: rgba(0,0,0,.16); transition: .35s; }
.project-showcase:hover .project-arrow { transform: rotate(45deg); background: var(--gold); color: #160e08; border-color: var(--gold); }
.project-content { padding: 26px 24px 28px; display: flex; flex-direction: column; }
.project-location { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.project-content h3 { margin: 12px 0 3px; font-size: 31px; line-height: 1.1; }
.project-content h4 { min-height: 42px; margin: 0 0 13px; font: 400 14px/1.5 Georgia, serif; color: var(--gold-bright); }
.project-content > p { margin: 0; color: #9b9287; font-size: 10px; line-height: 1.85; }
.project-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0; }
.project-tags span { padding: 7px 9px; border: 1px solid rgba(240,212,135,.13); border-radius: 14px 5px 14px 5px; background: rgba(213,170,82,.05); color: #c6bcae; font-size: 8px; }
.project-data { display: grid; grid-template-columns: 1fr; gap: 7px; margin-top: auto; padding: 15px 0; border-block: 1px solid rgba(255,255,255,.08); }
.project-data span { min-height: 28px; display: grid; grid-template-columns: 66px 1fr; align-items: center; gap: 6px; }.project-data span + span { padding: 0; border: 0; }
.project-data small { color: #777067; font-size: 8px; }.project-data b { overflow: hidden; color: #ded5c9; font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }
.project-links { display: grid; grid-template-columns: 1fr auto; gap: 9px; margin-top: 18px; }
.project-links a { height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 25px 8px 25px 8px; font-size: 11px; font-weight: 700; }
.project-main-link { gap: 22px; background: var(--gold); color: #140e08; }.project-main-link span { margin-right: auto; padding-left: 15px; }
.project-whatsapp { padding: 0 15px; border: 1px solid rgba(240,212,135,.2); color: var(--gold-bright); }

.services-section { padding: 130px 6vw; background: radial-gradient(circle at 85% 10%, rgba(83,38,31,.34), transparent 30%), #0f0d0b; scroll-margin-top: 110px; }
.services-grid { width: min(1540px,100%); margin: auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.services-grid article { min-height: 390px; position: relative; overflow: hidden; padding: 30px; border: 1px solid rgba(240,212,135,.17); border-radius: 56px 16px 56px 16px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); transition: .4s; }
.services-grid article:nth-child(even) { margin-top: 52px; }
.services-grid article:hover { transform: translateY(-10px); border-color: rgba(240,212,135,.48); background: linear-gradient(145deg, rgba(213,170,82,.13), rgba(255,255,255,.015)); }
.service-number { color: #6f665c; font: 13px Georgia,serif; }
.service-icon { width: 84px; height: 84px; margin: 46px 0 28px; position: relative; display: grid; place-items: center; border: 1px solid rgba(213,170,82,.24); border-radius: 50% 50% 50% 16px; transform: rotate(-10deg); }
.service-icon::before, .service-icon::after { content: ""; position: absolute; width: 34px; height: 34px; border: 1px solid var(--gold); border-radius: 50% 50% 8px 50%; animation: iconMorph 5s ease-in-out infinite; }.service-icon::after { width: 14px; height: 14px; background: var(--gold); opacity: .45; animation-delay: -2s; }
.services-grid h3 { margin: 0 0 14px; font-size: 23px; }.services-grid p { margin: 0; color: #928a80; font-size: 12px; line-height: 1.85; }
.service-line { position: absolute; right: 30px; left: 30px; bottom: 25px; height: 1px; background: rgba(255,255,255,.08); overflow: hidden; }.service-line::after { content: ""; position: absolute; height: 100%; width: 36%; right: -36%; background: var(--gold); animation: serviceSweep 4s ease-in-out infinite; }

.request-section { padding: 130px 7vw; position: relative; overflow: hidden; display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; align-items: center; background: #100d0b; scroll-margin-top: 110px; }
.request-glow { position: absolute; width: 700px; height: 700px; right: -300px; top: -270px; border-radius: 45% 55% 63% 37% / 44% 48% 52% 56%; background: radial-gradient(circle, rgba(146,77,53,.27), transparent 68%); animation: morph 13s infinite; }
.request-copy { position: relative; z-index: 1; }.request-copy h2 { margin: 17px 0 25px; font-size: clamp(46px,5.5vw,80px); line-height: 1.03; letter-spacing: -.05em; }.request-copy h2 em { color: var(--gold-bright); font-family: Georgia,serif; font-weight: 400; }.request-copy > p { max-width: 520px; color: #9d958a; font-size: 13px; line-height: 1.9; }
.direct-contact { margin-top: 38px; padding: 24px 28px; width: min(390px,100%); display: flex; flex-direction: column; gap: 8px; border: 1px solid var(--line); border-radius: 36px 10px 36px 10px; background: rgba(255,255,255,.025); }.direct-contact span,.direct-contact small { color: #81786d; font-size: 9px; }.direct-contact a { direction: ltr; text-align: right; font: 30px Georgia,serif; color: var(--gold-bright); }
.request-form { position: relative; z-index: 1; padding: 38px; border: 1px solid rgba(240,212,135,.22); border-radius: 60px 18px 60px 18px; background: linear-gradient(145deg, rgba(62,31,25,.6), rgba(255,255,255,.025)); box-shadow: 0 50px 130px rgba(0,0,0,.36); }
.form-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.09); }.form-top b { font-size: 22px; }.form-top span { color: #8f877d; font-size: 9px; display: flex; align-items: center; gap: 8px; }.form-top i { width: 6px; height: 6px; border-radius: 50%; background: #75c78c; box-shadow: 0 0 0 5px rgba(117,199,140,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.request-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }.request-form label > span { color: #958c81; font-size: 9px; padding-right: 8px; }.request-form input,.request-form select,.request-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.11); outline: 0; border-radius: 24px 8px 24px 8px; padding: 0 16px; color: white; background: rgba(7,6,5,.38); transition: .3s; }.request-form input,.request-form select { height: 50px; }.request-form textarea { min-height: 90px; padding-top: 14px; resize: vertical; }.request-form input:focus,.request-form select:focus,.request-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(213,170,82,.06); }.request-form select option { background: #17120f; }.request-form button { width: 100%; height: 58px; margin-top: 5px; padding: 0 22px; display: flex; align-items: center; justify-content: center; gap: 45px; border: 0; border-radius: 30px 9px 30px 9px; color: #160f08; background: linear-gradient(110deg,#bd8c38,#f0d487,#bd8c38); background-size: 200%; font-weight: 800; cursor: pointer; animation: goldShift 5s infinite; }.request-form button span { margin-right: auto; }.request-form > small { display: block; margin-top: 11px; text-align: center; color: #746c62; font-size: 8px; }

footer { min-height: 480px; padding: 100px 6vw 22px; position: relative; overflow: hidden; background: var(--wine); border-top: 1px solid var(--line); }
.footer-watermark { position: absolute; left: 50%; bottom: -42px; transform: translateX(-50%); color: rgba(240,212,135,.035); font-size: clamp(160px,26vw,420px); font-weight: 900; line-height: .7; white-space: nowrap; pointer-events: none; }
.footer-top { position: relative; z-index: 1; width: min(1540px,100%); margin: auto; display: grid; grid-template-columns: 1.3fr .55fr .65fr 1.1fr; gap: 6vw; }
.footer-brand img { width: 220px; height: 115px; object-fit: contain; transform: scale(1.45); transform-origin: right center; filter: brightness(1.35); }.footer-brand p { margin: 20px 0 0; color: #b6aa9b; font: 20px/1.7 Georgia,serif; }
.footer-links { display: flex; flex-direction: column; gap: 13px; }.footer-links > span,.footer-invite > span { margin-bottom: 10px; color: var(--gold); font-size: 9px; letter-spacing: .1em; }.footer-links a { color: #c6bcae; font-size: 12px; transition: .25s; }.footer-links a:hover { color: var(--gold-bright); transform: translateX(-4px); }
.footer-invite { padding-right: 35px; border-right: 1px solid rgba(240,212,135,.18); }.footer-invite h3 { margin: 10px 0 25px; font-size: 25px; line-height: 1.45; }.footer-invite a { padding-bottom: 8px; display: inline-flex; gap: 45px; border-bottom: 1px solid var(--gold); color: var(--gold-bright); font-size: 11px; }.footer-invite i { font-style: normal; }
.footer-bottom { position: relative; z-index: 1; width: min(1540px,100%); margin: 80px auto 0; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); color: #82766b; font-size: 8px; }

.advisor { position: fixed; z-index: 1100; left: 22px; bottom: 22px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; direction: rtl; }.advisor-toggle { min-width: 155px; height: 51px; padding: 0 16px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(240,212,135,.3); border-radius: 28px 9px 28px 9px; color: var(--gold-bright); background: rgba(13,11,9,.93); box-shadow: 0 18px 50px rgba(0,0,0,.35); backdrop-filter: blur(14px); cursor: pointer; }.advisor-toggle i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #160f08; background: var(--gold); font-style: normal; animation: advisorGlow 2.7s ease-in-out infinite; }.advisor-toggle span { font-size: 10px; font-weight: 700; }
.advisor-panel { width: min(350px,calc(100vw - 30px)); padding: 20px; border: 1px solid rgba(240,212,135,.25); border-radius: 34px 11px 34px 11px; color: white; background: rgba(15,12,10,.96); box-shadow: 0 24px 80px rgba(0,0,0,.42); animation: detailIn .35s ease both; }.advisor-head { display: flex; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.08); }.advisor-head > span { display: grid; grid-template-columns: 34px 1fr; column-gap: 9px; }.advisor-head > span i { grid-row: 1/3; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #160f08; font-style: normal; }.advisor-head b { font-size: 11px; }.advisor-head small { color: #7eb98e; font-size: 8px; }.advisor-head button { width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; background: transparent; color: #958c81; cursor: pointer; }.advisor-panel > p { min-height: 58px; margin: 16px 0; color: #aba297; font-size: 11px; line-height: 1.7; }.advisor-options { display: flex; flex-wrap: wrap; gap: 6px; }.advisor-options button { padding: 8px 10px; border: 1px solid rgba(213,170,82,.18); border-radius: 14px 5px 14px 5px; background: rgba(213,170,82,.06); color: var(--gold-bright); cursor: pointer; font-size: 8px; }.advisor-panel > a { height: 42px; margin-top: 15px; display: grid; place-items: center; border-radius: 21px 7px 21px 7px; background: var(--gold); color: #160f08; font-size: 10px; font-weight: 700; }

/* Multi-page Investre experience */
.inner-page { min-height: 100vh; background: #090908; }
.page-hero { min-height: 610px; padding: 190px 7vw 105px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; background: radial-gradient(circle at 12% 20%, rgba(83,40,31,.4), transparent 31%), linear-gradient(135deg,#080807,#130e0b); border-bottom: 1px solid rgba(240,212,135,.12); }
.page-hero::before { content: ""; position: absolute; width: 660px; height: 660px; top: -190px; left: -80px; border: 1px solid rgba(240,212,135,.11); border-radius: 48% 52% 37% 63% / 56% 42% 58% 44%; box-shadow: 0 0 0 90px rgba(240,212,135,.015),0 0 0 180px rgba(240,212,135,.01); animation: morph 14s ease-in-out infinite,rotateSlow 55s linear infinite; }
.page-hero > span { position: relative; z-index: 1; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.page-hero h1 { position: relative; z-index: 1; max-width: 1080px; margin: 18px 0 20px; font-size: clamp(58px,7.3vw,112px); line-height: .95; letter-spacing: -.055em; }
.page-hero h1 em { color: var(--gold-bright); font: 400 1em Georgia,serif; }
.page-hero > p { position: relative; z-index: 1; max-width: 690px; margin: 0; color: #a79e92; font-size: 15px; line-height: 1.9; }
.compact-page-hero { min-height: 540px; }
.hero-gallery { position: absolute; inset: 0; z-index: -4; overflow: hidden; background: #15100c; }
.hero-gallery span { position: absolute; inset: -3%; opacity: 0; background-position: center; background-size: cover; animation: heroProjectSlide 24s linear infinite; }
.hero-project-rail { position: absolute; z-index: 4; left: 6vw; bottom: 76px; display: grid; gap: 7px; }
.hero-project-rail span { width: 190px; padding: 9px 13px; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(240,212,135,.2); border-radius: 19px 6px 19px 6px; background: rgba(8,8,8,.54); backdrop-filter: blur(10px); animation: projectRailGlow 6s ease-in-out infinite; }
.hero-project-rail span:nth-child(2){animation-delay:-1.5s}.hero-project-rail span:nth-child(3){animation-delay:-3s}.hero-project-rail span:nth-child(4){animation-delay:-4.5s}
.hero-project-rail i { color: var(--gold); font: 10px Georgia,serif; }.hero-project-rail b { color: #ded5c9; font-size: 10px; }
.home-gateways { padding: 125px 5vw; background: radial-gradient(circle at 86% 12%,rgba(72,34,27,.28),transparent 26%),#0a0908; }
.gateway-grid { width: min(1660px,100%); margin: auto; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.gateway-card { min-height: 540px; position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 27px; border: 1px solid rgba(240,212,135,.18); border-radius: 66px 16px 66px 16px; background: #18130f; transition: transform .45s,border-color .45s; }
.gateway-card:nth-child(even) { margin-top: 55px; }.gateway-card:hover { transform: translateY(-8px); border-color: var(--gold); }
.gateway-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }.gateway-card:hover img { transform: scale(1.06); }
.gateway-wash { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(8,7,6,.98) 3%,rgba(8,7,6,.68) 45%,rgba(8,7,6,.08) 76%); }
.gateway-card > i { position: absolute; z-index: 2; top: 24px; right: 24px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50% 50% 50% 12px; background: var(--gold); color: #150f09; font: 15px Georgia,serif; }
.gateway-card > div { position: relative; z-index: 2; width: 100%; }.gateway-card small { color: #aaa195; font-size: 10px; }.gateway-card h3 { margin: 10px 0 25px; font-size: 29px; }.gateway-card b { padding-top: 17px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: var(--gold-bright); font-size: 10px; }
.home-final-cta,.route-cta { min-height: 590px; padding: 105px 7vw; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: radial-gradient(circle,rgba(92,44,34,.36),transparent 38%),#0d0b09; }
.home-final-cta > span,.route-cta > span { color: var(--gold); font-size: 11px; }.home-final-cta h2,.route-cta h2 { margin: 16px 0 35px; font-size: clamp(48px,6.2vw,90px); line-height: 1; }.home-final-cta h2 em,.route-cta h2 em { color: var(--gold-bright); font: 400 1em Georgia,serif; }
.home-final-cta > div { display: flex; gap: 12px; }
.directory-layout { width: min(1740px,92vw); margin: -72px auto 120px; position: relative; z-index: 3; display: grid; grid-template-columns: 360px minmax(0,1fr); gap: 22px; align-items: start; }
.property-filter-studio { position: sticky; top: 118px; padding: 24px; border: 1px solid rgba(240,212,135,.2); border-radius: 50px 14px 50px 14px; background: rgba(15,13,11,.97); box-shadow: 0 32px 100px rgba(0,0,0,.36); }
.filter-studio-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.08); }.filter-studio-head > span { display: grid; grid-template-columns: 35px 1fr; column-gap: 9px; }.filter-studio-head i { grid-row: 1/3; width: 34px; height: 34px; display: grid; place-items:center; border-radius:50% 50% 50% 9px; background:var(--gold); color:#150f08; font-style:normal; }.filter-studio-head b { font-size: 13px; }.filter-studio-head small { color:#746d64; font-size:8px; }.filter-studio-head button { border:0; background:transparent; color:var(--gold); cursor:pointer; font-size:8px; }
.directory-search { height: 68px; margin: 18px 0 10px; padding: 0 16px; display:flex; align-items:center; gap:12px; border:1px solid rgba(240,212,135,.17); border-radius:30px 9px 30px 9px; background:rgba(255,255,255,.025); }.directory-search > span { color:var(--gold); font-size:24px; }.directory-search > div { min-width:0; flex:1; display:flex; flex-direction:column; gap:3px; }.directory-search small{color:#746d64;font-size:8px}.directory-search input{width:100%;border:0;outline:0;background:transparent;color:white;font-size:11px}.directory-search input::placeholder{color:#58524b}
.filter-stack { display:grid; gap:8px; }.filter-stack label { min-height:64px; padding:8px 12px; display:grid; grid-template-columns:96px 1fr; align-items:center; gap:8px; border:1px solid rgba(255,255,255,.075); border-radius:26px 8px 26px 8px; background:rgba(255,255,255,.018); }.filter-stack label > span { display:flex;align-items:center;gap:7px;color:#878075; }.filter-stack label i { width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:rgba(213,170,82,.1);color:var(--gold);font-style:normal;font-size:9px}.filter-stack label small{font-size:8px}.filter-stack select{width:100%;height:42px;border:0;outline:0;border-radius:20px 6px 20px 6px;padding:0 10px;color:#e7ded2;background:#211d18;font-size:10px;cursor:pointer}.filter-stack option{background:#15120f}
.filter-result-meter { margin:18px 0; display:grid;grid-template-columns:95px 1fr;align-items:center;gap:15px; }.filter-result-meter span{display:flex;flex-direction:column}.filter-result-meter b{color:var(--gold-bright);font:28px Georgia,serif}.filter-result-meter small{color:#777067;font-size:8px}.filter-result-meter > i{height:4px;position:relative;overflow:hidden;border-radius:4px;background:rgba(255,255,255,.07)}.filter-result-meter > i::after{content:"";position:absolute;inset:0;width:var(--meter);background:var(--gold);border-radius:inherit;transition:width .5s}
.filter-map-link { height:48px; padding:0 16px; display:flex;align-items:center;justify-content:space-between;border-radius:24px 7px 24px 7px;background:var(--gold);color:#150e08;font-size:10px;font-weight:800; }
.mobile-filter-launch { display:none; }
.directory-results { min-width:0; padding:40px 0 0; }.directory-results-head { min-height:120px;display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:25px; }.directory-results-head h2{margin:10px 0 0;font-size:38px}.directory-results-head p{max-width:390px;margin:0;color:#898177;font-size:10px;line-height:1.8}.directory-property-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.property-card-actions .property-map-action{gap:20px;background:var(--type-color);border-color:var(--type-color);color:#100c08;font-weight:800}.property-card.building .property-map-action,.property-card.resort .property-map-action,.property-card.sold .property-map-action{color:white}
.map-page-hero { min-height:520px; }.performance-note { position:relative;z-index:1;margin-top:24px;display:flex;align-items:center;gap:9px;color:#777067;font-size:9px}.performance-note i{width:7px;height:7px;border-radius:50%;background:#71c989;box-shadow:0 0 0 6px rgba(113,201,137,.1)}
.standalone-map-section { padding: 0 4vw 110px; margin-top:-65px; position:relative; z-index:4; }.standalone-map-section .atlas-stage{height:min(790px,82vh);min-height:680px}.standalone-map-section .atlas-shell{width:min(1760px,100%)}
.atlas-list-more { width:calc(100% - 24px);height:44px;margin:12px;border:1px solid rgba(240,212,135,.2);border-radius:22px 7px 22px 7px;background:rgba(213,170,82,.07);color:var(--gold-bright);cursor:pointer;font-size:9px}.atlas-list-more span{margin-right:10px;color:#756d63}
.investre-marker::after { opacity:0;animation:none; }.investre-marker.active::after{opacity:1;animation:markerPulse 1.3s ease-out infinite}
.standalone-projects { padding-top:90px; }.projects-page-hero{min-height:560px}.services-page-hero,.request-page-hero{min-height:560px}.standalone-services{padding-top:100px}.services-grid-six{grid-template-columns:repeat(3,1fr);gap:18px}.services-grid-six article:nth-child(even){margin-top:0}.services-grid-six article:nth-child(2),.services-grid-six article:nth-child(5){margin-top:42px}
.standalone-request{padding-top:100px}.request-shortcuts{display:flex;gap:8px;margin-top:18px}.request-shortcuts a{padding:10px 14px;border:1px solid var(--line);border-radius:18px 6px 18px 6px;color:var(--gold-bright);font-size:9px}
.advisor-options a { padding:8px 10px;border:1px solid rgba(213,170,82,.18);border-radius:14px 5px 14px 5px;background:rgba(213,170,82,.06);color:var(--gold-bright);font-size:8px }
@keyframes heroProjectSlide { 0%,22% { opacity:1;transform:scale(1.02) translateX(0) } 28%,100% { opacity:0;transform:scale(1.1) translateX(-1.5%) } }
@keyframes projectRailGlow { 0%,100%{border-color:rgba(240,212,135,.16);transform:translateX(0)}50%{border-color:rgba(240,212,135,.48);transform:translateX(-5px)} }

@keyframes livePulse { 0%,100% { box-shadow: 0 0 0 4px rgba(121,210,154,.12); } 50% { box-shadow: 0 0 0 9px rgba(121,210,154,0); } }
@keyframes heroDrift { from { transform: scale(1.03) translateX(0); } to { transform: scale(1.1) translateX(-1.5%); } }
@keyframes morph { 0%,100% { border-radius: 52% 48% 44% 56% / 38% 62% 38% 62%; } 50% { border-radius: 38% 62% 58% 42% / 56% 41% 59% 44%; } }
@keyframes rotateSlow { to { transform: rotate(360deg); } }
@keyframes sweepLine { 0%,100% { opacity: .12; transform: translateX(0) rotate(-32deg); } 50% { opacity: .7; transform: translateX(-24vw) rotate(-32deg); } }
@keyframes dotTravel { from { transform: translateX(0); } to { transform: translateX(-22px); } }
@keyframes riseIn { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes goldShift { 0%,100% { background-position: 0 50%; } 50% { background-position: 100% 50%; } }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%,0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,17px); } }
@keyframes tickerMove { to { transform: translateX(-50%); } }
@keyframes markerPulse { from { transform: translateX(-50%) scale(.25); opacity: .7; } to { transform: translateX(-50%) scale(1.5); opacity: 0; } }
@keyframes detailIn { from { opacity: 0; transform: translateY(14px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes bandBreath { 0%,100% { transform: scale(.96); opacity: .65; } 50% { transform: scale(1.05); opacity: 1; } }
@keyframes orbitStretch { to { transform: scaleX(1.18) rotate(5deg); } }
@keyframes statFloat { 0%,100% { transform: translateY(0); opacity: .82; } 50% { transform: translateY(-11px); opacity: 1; } }
@keyframes projectShine { 0%,55% { transform: translateX(0) rotate(24deg); opacity: 0; } 72% { opacity: 1; } 100% { transform: translateX(520%) rotate(24deg); opacity: 0; } }
@keyframes iconMorph { 0%,100% { transform: rotate(0) scale(.9); border-radius: 50% 50% 8px 50%; } 50% { transform: rotate(90deg) scale(1.12); border-radius: 8px 50% 50% 50%; } }
@keyframes serviceSweep { 0%,100% { right: -36%; } 50% { right: 100%; } }
@keyframes advisorGlow { 0%,100% { box-shadow: 0 0 0 0 rgba(213,170,82,.3); } 50% { box-shadow: 0 0 0 8px rgba(213,170,82,0); } }

@media (max-width: 1100px) {
  .projects-layout { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
  .project-showcase { min-height: 730px; }
  .property-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 145px 1fr; right: 16px; left: 16px; top: 12px; height: 70px; }
  .site-header nav { position: fixed; top: 92px; right: 16px; left: 16px; padding: 28px; display: flex; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 30px 10px 30px 10px; background: rgba(9,9,9,.97); transform: translateY(-20px); opacity: 0; pointer-events: none; transition: .3s; }.site-header nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }.site-header nav a { padding: 15px 8px; border-bottom: 1px solid rgba(255,255,255,.07); }.header-cta { justify-self: end; width: 185px; }.brand img { width: 130px; }.menu-button { display: grid; place-items: center; gap: 5px; position: absolute; left: 16px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 18px 6px 18px 6px; background: rgba(213,170,82,.07); }.menu-button i { width: 17px; height: 1px; background: var(--gold-bright); }
  .hero { padding: 132px 6vw 76px; }.hero-copy { width: 82vw; }.hero h1 { font-size: clamp(48px, 9vw, 76px); }.hero-compass { display: none; }
  .atlas-filters { flex-direction: column; }.atlas-search { width: 100%; height: 58px; }.atlas-categories { flex: none; min-height: 58px; }
  .atlas-stage { height: 720px; min-height: 720px; border-radius: 40px 14px 40px 14px; }
  .atlas-list { width: 340px; }.atlas-detail { width: 370px; }
  .property-catalog-head { align-items: flex-start; flex-direction: column; gap: 28px; }.property-legend { width: 100%; }
  .portfolio-numbers { gap: 30px; }.portfolio-numbers b { font-size: 49px; }
  .projects-layout { gap: 20px; }.project-showcase { min-height: 740px; }.project-content { padding: 28px; }
  .services-grid { grid-template-columns: 1fr 1fr; }.services-grid article:nth-child(even) { margin-top: 32px; }
  .request-section { grid-template-columns: 1fr; gap: 60px; }.request-copy { text-align: center; }.request-copy > p,.direct-contact { margin-left: auto; margin-right: auto; }
  .footer-top { grid-template-columns: 1.2fr .7fr .8fr; }.footer-invite { grid-column: span 3; margin-top: 20px; padding: 30px 0 0; border-right: 0; border-top: 1px solid rgba(240,212,135,.16); }
}

@media (max-width: 680px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 7px; padding: 0 13px; border-radius: 30px 10px 30px 10px; }.brand { width: 110px; }.brand img { width: 110px; transform: scale(1.5); }.header-cta { width: auto; padding: 0 12px; font-size: 0; }.header-cta::after { content: "واتساب"; font-size: 10px; }.header-cta span { display: none; }
  .menu-button { position: relative; left: auto; margin: 0; }
  .hero { min-height: 820px; align-items: center; padding: 130px 22px 80px; }.hero-image { background-position: 38% center; }.hero-shade { background: linear-gradient(0deg, #090909, rgba(9,9,9,.74) 58%, rgba(9,9,9,.5)); }.hero::before { width: 380px; height: 380px; right: 10%; top: 15%; }
  .hero-copy { width: 100%; }.eyebrow { font-size: 9px; }.hero h1 { font-size: clamp(44px, 14vw, 64px); line-height: 1.05; }.hero p { font-size: 14px; line-height: 1.8; }.hero-actions { flex-direction: column; align-items: stretch; }.gold-button,.glass-button { min-height: 56px; }.hero-stats { gap: 18px; justify-content: space-between; margin-top: 34px; }.hero-stats b { font-size: 22px; }.hero-stats small { font-size: 8px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 22px; margin-bottom: 30px; }.section-heading h2 { font-size: 45px; }.map-section { padding: 82px 14px 80px; }
  .atlas-categories { display: flex; overflow-x: auto; justify-content: flex-start; padding: 6px; border-radius: 28px 9px 28px 9px; scrollbar-width: none; }.atlas-categories::-webkit-scrollbar { display: none; }.atlas-categories button { min-width: 112px; height: 44px; }
  .atlas-stage { height: 720px; min-height: 720px; border-radius: 32px 10px 32px 10px; }
  .map-style-switch { top: 12px; left: 12px; }.map-style-switch button { min-width: 76px; }
  .map-utility { top: 118px; left: 12px; }.leaflet-control-zoom { margin-top: 197px !important; margin-left: 12px !important; }
  .mobile-list-toggle { display: block; position: absolute; z-index: 670; right: 12px; top: 12px; height: 46px; padding: 0 16px; border: 1px solid rgba(213,170,82,.28); border-radius: 24px 8px 24px 8px; color: var(--gold-bright); background: rgba(9,9,9,.9); }
  .atlas-list { right: 12px; left: 12px; top: 70px; bottom: 150px; width: auto; }.atlas-list:not(.open) { transform: translateY(-120%); }
  .atlas-detail { right: 12px; left: 12px; bottom: 12px; width: auto; padding: 18px; border-radius: 26px 8px 26px 8px; }.atlas-detail h3 { font-size: 20px; }.atlas-detail > p { max-height: 40px; overflow: hidden; }
  .portfolio-band { min-height: 500px; padding: 70px 0; }.portfolio-orbit { width: 420px; height: 330px; }.portfolio-numbers { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 28px 15px; padding-inline: 18px; }.portfolio-numbers > i { display: none; }.portfolio-numbers b { font-size: 48px; }
  .property-catalog { padding-top: 74px; }.property-catalog-head h3 { font-size: 43px; }.property-legend { grid-template-columns: 1fr 1fr; padding: 19px; }.property-grid { grid-template-columns: 1fr; }.property-media { height: 230px; }.property-load-more { width: 100%; min-width: 0; }
  .projects-section { padding: 84px 14px; }.projects-layout { grid-template-columns: 1fr; }.project-showcase { min-height: 720px; grid-template-rows: 340px 1fr; border-radius: 46px 14px 46px 14px; }.project-visual { min-height: 330px; border-radius: 44px 12px 48% 12px / 44px 12px 62px 12px; }.project-content { padding: 24px 20px 26px; }.project-content h3 { font-size: 31px; }.project-links { grid-template-columns: 1fr auto; }
  .services-section { padding: 84px 14px; }.services-grid { grid-template-columns: 1fr; }.services-grid article,.services-grid article:nth-child(even) { min-height: 330px; margin-top: 0; }.service-icon { margin: 32px 0 22px; }
  .request-section { padding: 84px 14px; }.request-copy h2 { font-size: 49px; }.request-form { padding: 25px 18px; border-radius: 40px 12px 40px 12px; }.form-row { grid-template-columns: 1fr; }.form-top span { display: none; }
  footer { padding: 75px 20px 18px; }.footer-top { grid-template-columns: 1fr 1fr; gap: 42px 25px; }.footer-brand { grid-column: span 2; }.footer-brand img { width: 170px; }.footer-brand p { font-size: 17px; }.footer-invite { grid-column: span 2; }.footer-bottom { margin-top: 55px; flex-direction: column; gap: 9px; text-align: center; }.advisor { left: 12px; bottom: 12px; }.advisor-toggle { width: 50px; min-width: 50px; padding: 0 10px; border-radius: 50% 50% 50% 12px; }.advisor-toggle span { display: none; }
}

@media (max-width: 1280px) {
  .gateway-grid { grid-template-columns:repeat(2,1fr); }.gateway-card:nth-child(even){margin-top:0}.directory-layout{grid-template-columns:310px minmax(0,1fr)}.directory-property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 980px) {
  .page-hero{min-height:520px;padding:165px 5vw 90px}.page-hero h1{font-size:clamp(52px,9vw,80px)}.hero-project-rail{display:none}.gateway-card{min-height:470px}
  .directory-layout{width:min(94vw,760px);margin-top:-45px;grid-template-columns:1fr}.mobile-filter-launch{height:58px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(240,212,135,.25);border-radius:29px 9px 29px 9px;background:#17130f;color:var(--gold-bright);font-weight:800}.mobile-filter-launch span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--gold);color:#160f08}.property-filter-studio{display:none;position:relative;top:auto}.property-filter-studio.open{display:block}.directory-results{padding-top:20px}.directory-results-head{align-items:flex-start;flex-direction:column}.standalone-map-section{padding-inline:18px}.services-grid-six{grid-template-columns:1fr 1fr}
}
@media (max-width: 680px) {
  .page-hero{min-height:500px;padding:145px 20px 75px}.page-hero h1{font-size:48px;line-height:1.02}.page-hero>p{font-size:12px}.home-gateways{padding:80px 14px}.gateway-grid{grid-template-columns:1fr}.gateway-card{min-height:460px;border-radius:48px 13px 48px 13px}.home-final-cta,.route-cta{min-height:500px;padding:80px 18px}.home-final-cta h2,.route-cta h2{font-size:48px}.home-final-cta>div{width:100%;flex-direction:column}.directory-layout{margin-bottom:80px}.property-filter-studio{padding:18px;border-radius:38px 11px 38px 11px}.filter-stack label{grid-template-columns:88px 1fr}.directory-property-grid{grid-template-columns:1fr}.directory-results-head h2{font-size:30px}.directory-results-head p{font-size:9px}.standalone-map-section{margin-top:-35px;padding:0 12px 80px}.standalone-map-section .atlas-stage{height:720px;min-height:720px}.services-grid-six{grid-template-columns:1fr}.services-grid-six article:nth-child(2),.services-grid-six article:nth-child(5){margin-top:0}.standalone-projects{padding-top:70px}.standalone-request{padding-top:70px}.request-shortcuts{justify-content:center}.performance-note{line-height:1.7}
}
/* 2026 visual clarity pass */
.sr-only { position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important; }
.site-header { height: 94px; grid-template-columns: 205px 1fr 250px; padding-inline: 30px; }
.site-header nav { gap: clamp(24px,3.1vw,58px); }
.site-header nav a { display:flex;align-items:center;gap:9px;color:#c9c0b4;font-size:17px;font-weight:700;white-space:nowrap; }
.site-header nav a > i { width:7px;height:7px;flex:none;border-radius:50%;background:var(--gold-bright);opacity:0;transform:translateX(5px);box-shadow:0 0 0 0 rgba(240,212,135,.45); }
.site-header nav a.active { color:#fff4db; }
.site-header nav a.active > i { opacity:1;animation:navBeacon 1.8s ease-in-out infinite; }
.site-header nav a.active::after { width:100%;height:2px;box-shadow:0 0 14px rgba(240,212,135,.75); }
.header-cta { position:relative;overflow:hidden;height:62px;padding:0 24px;border-radius:33px 10px 33px 10px;font-size:16px;box-shadow:0 0 0 1px rgba(213,170,82,.06),0 16px 55px rgba(213,170,82,.12);animation:requestFloat 3.2s ease-in-out infinite; }
.header-cta::before { content:"";position:absolute;inset:-40% auto -40% -35%;width:32%;background:linear-gradient(90deg,transparent,rgba(255,248,211,.72),transparent);transform:rotate(18deg);animation:requestShine 3.4s ease-in-out infinite; }
.header-cta b,.header-cta i,.header-cta span { position:relative;z-index:1; }
.header-cta i { width:9px;height:9px; }
.header-cta.active { background:var(--gold);color:#100c08; }

.hero { min-height: min(980px,100svh);align-items:center;padding:175px 7vw 95px; }
.hero-gallery { background:#090806; }
.hero-gallery span { inset:0;background-position:22% 52%;background-size:cover;animation-duration:28s;filter:saturate(.94) contrast(1.04); }
.hero-shade { background:linear-gradient(90deg,rgba(5,5,4,.08) 0%,rgba(6,6,5,.36) 42%,rgba(8,8,7,.88) 68%,#090909 100%),linear-gradient(0deg,#090909 0%,transparent 36%,rgba(9,9,9,.22)); }
.hero-copy { width:min(720px,46vw); }
.hero h1 { margin:28px 0 24px;font-size:clamp(58px,5.55vw,94px);line-height:1.08;letter-spacing:-.025em; }
.hero h1 span,.hero h1 em { display:block; }
.hero h1 em { margin-top:8px;font-size:.83em;line-height:1.12; }
.hero p { max-width:680px;font-size:clamp(17px,1.18vw,21px);line-height:2; }
.hero-actions { margin-top:38px; }.gold-button,.glass-button{min-height:64px;padding-inline:29px;font-size:16px}
.hero-project-rail { bottom:58px;gap:9px; }.hero-project-rail span{width:225px;padding:12px 16px}.hero-project-rail b{font-size:13px}.hero-project-rail i{font-size:12px}
.hero-stats small { font-size:12px; }.hero-stats b{font-size:31px}

.home-gateways { padding-block:130px;background:radial-gradient(circle at 82% 8%,rgba(213,170,82,.08),transparent 24%),#090807; }
.section-heading h2 { line-height:1.12;letter-spacing:-.02em; }.section-note p{font-size:16px}
.gateway-grid { gap:18px; }
.gateway-card { min-height:490px;align-items:flex-end;padding:34px;border-color:rgba(240,212,135,.24);background:radial-gradient(circle at 70% 18%,rgba(213,170,82,.12),transparent 22%),linear-gradient(145deg,#17130e,#0d0c0a 68%); }
.gateway-card:nth-child(even) { margin-top:38px; }
.gateway-card::before { content:"";position:absolute;width:330px;height:330px;left:-120px;top:-100px;border:1px solid rgba(240,212,135,.13);border-radius:52% 48% 62% 38% / 44% 60% 40% 56%;box-shadow:0 0 0 48px rgba(240,212,135,.018),0 0 0 96px rgba(240,212,135,.012);animation:rotateSlow 32s linear infinite; }
.gateway-card::after { content:"";position:absolute;right:0;left:0;bottom:0;height:4px;background:linear-gradient(90deg,transparent,var(--gold),transparent);transform:translateX(65%);animation:gatewayScan 4.5s ease-in-out infinite; }
.gateway-orbit { position:absolute;top:76px;right:50%;width:180px;height:110px;border:1px solid rgba(240,212,135,.15);border-radius:50%;transform:translateX(50%) rotate(-14deg); }
.gateway-icon { position:absolute;z-index:2;top:95px;right:50%;width:92px;height:92px;display:grid;place-items:center;transform:translateX(50%);border:1px solid rgba(240,212,135,.34);border-radius:48% 52% 35% 65% / 42% 36% 64% 58%;background:rgba(213,170,82,.08);color:var(--gold-bright);font:44px/1 Georgia,serif;box-shadow:inset 0 0 35px rgba(213,170,82,.08),0 0 50px rgba(213,170,82,.08);animation:iconHover 4s ease-in-out infinite; }
.gateway-card > i { width:52px;height:52px;font-size:17px; }
.gateway-card small { display:block;min-height:46px;color:#bcb2a5;font-size:14px;line-height:1.75; }.gateway-card h3{margin:13px 0 28px;font-size:35px}.gateway-card b{padding-top:20px;font-size:13px}

.page-hero { min-height:650px;padding-top:205px;background:radial-gradient(circle at 12% 20%,rgba(213,170,82,.08),transparent 28%),linear-gradient(135deg,#080807,#100d09); }
.page-hero > span { font-size:13px; }.page-hero h1{max-width:1180px;font-size:clamp(58px,6.4vw,98px);line-height:1.08;letter-spacing:-.025em}.page-hero>p{max-width:780px;font-size:17px;line-height:2}

.directory-layout { width:min(1740px,94vw);margin:-78px auto 135px;display:block; }
.mobile-filter-launch{display:none}
.property-filter-studio { position:relative;top:auto;width:100%;padding:30px;border-color:rgba(240,212,135,.27);border-radius:52px 16px 52px 16px;background:linear-gradient(145deg,rgba(22,18,14,.98),rgba(11,10,8,.99));box-shadow:0 34px 100px rgba(0,0,0,.42); }
.filter-studio-head { padding:0 2px 24px; }.filter-studio-head > span{grid-template-columns:50px 1fr;column-gap:13px}.filter-studio-head i{width:48px;height:48px;font-size:21px}.filter-studio-head b{font-size:22px}.filter-studio-head small{font-size:12px;line-height:1.8}.filter-studio-head button{padding:12px 16px;border:1px solid rgba(213,170,82,.22);border-radius:22px 7px 22px 7px;color:var(--gold-bright);font-size:12px}
.property-type-chips { display:flex;gap:10px;padding:22px 0 18px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--gold) transparent; }
.property-type-chips button { min-width:150px;height:64px;padding:0 14px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid rgba(255,255,255,.09);border-radius:30px 9px 30px 9px;background:#171411;color:#d4cabc;cursor:pointer;transition:.25s;white-space:nowrap; }
.property-type-chips button i{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(213,170,82,.2);border-radius:50% 50% 50% 10px;color:var(--gold-bright);font:20px/1 Georgia,serif}.property-type-chips button span{font-size:13px;font-weight:700}.property-type-chips button b{min-width:24px;padding:4px 6px;border-radius:12px;background:rgba(255,255,255,.06);color:#a69d91;font-size:10px}
.property-type-chips button:hover{border-color:rgba(213,170,82,.5);transform:translateY(-2px)}.property-type-chips button.active{background:var(--gold-bright);border-color:var(--gold-bright);color:#130e08;box-shadow:0 12px 35px rgba(213,170,82,.18)}.property-type-chips button.active i{border-color:rgba(0,0,0,.16);color:#130e08}.property-type-chips button.active b{background:rgba(0,0,0,.1);color:#130e08}
.filter-control-row { display:grid;grid-template-columns:320px minmax(0,1fr);gap:12px;padding-top:4px; }
.directory-search { height:72px;margin:0;padding-inline:20px }.directory-search small{font-size:10px}.directory-search input{font-size:14px}.directory-search>span{font-size:29px}
.filter-stack { grid-template-columns:repeat(5,minmax(0,1fr));gap:9px; }.filter-stack label{min-height:72px;padding:9px 11px;grid-template-columns:74px 1fr;border-radius:30px 9px 30px 9px}.filter-stack label small{font-size:10px}.filter-stack label i{width:28px;height:28px;font-size:11px}.filter-stack select{height:48px;padding-inline:12px;font-size:12px}
.filter-studio-footer { margin-top:20px;padding-top:20px;display:grid;grid-template-columns:minmax(220px,1fr) 280px;gap:18px;align-items:center;border-top:1px solid rgba(255,255,255,.08) }.filter-result-meter{margin:0;grid-template-columns:115px 1fr}.filter-result-meter b{font-size:34px}.filter-result-meter small{font-size:10px}.filter-map-link{height:58px;padding-inline:22px;font-size:13px}
.directory-results { padding-top:70px }.directory-results-head{min-height:135px}.directory-results-head h2{font-size:47px;line-height:1.2}.directory-results-head p{font-size:13px;line-height:2}
.property-card-copy h4{font-size:25px}.property-card-copy>p{font-size:13px;line-height:1.9}.property-facts small{font-size:10px}.property-facts b{font-size:13px}.property-card-actions button,.property-card-actions a{height:50px;font-size:11px}.property-category{font-size:10px}

.atlas-filters { min-height:78px;gap:13px;margin-bottom:18px }.atlas-search{width:min(390px,28%);min-height:78px;padding-inline:22px}.atlas-search>span{font-size:32px}.atlas-search input{font-size:15px}.atlas-categories{padding:7px;border-radius:40px 13px 40px 13px}.atlas-categories button{min-height:62px;gap:10px;font-size:15px;font-weight:700}.atlas-categories button b{font-size:11px;padding:5px 8px}.map-category-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:50% 50% 50% 10px;background:rgba(213,170,82,.12);color:#d7a52f;font:20px/1 Georgia,serif;font-style:normal}.map-category-icon.building{color:#4b91ef;background:rgba(47,120,215,.12)}.map-category-icon.resort{color:#38c679;background:rgba(36,168,101,.12)}.map-category-icon.sold{color:#e3554e;background:rgba(196,63,58,.12)}.atlas-categories button.active .map-category-icon{background:rgba(0,0,0,.1);color:#130e08}
.atlas-detail{animation-duration:.18s}.atlas-detail-image{background:linear-gradient(135deg,#3a3427,#181612)}

/* intelligent, realistic map experience */
.atlas-stage{background:#12100d;box-shadow:0 42px 130px rgba(0,0,0,.52),0 0 0 1px rgba(213,170,82,.08)}
.atlas-map{cursor:grab}.atlas-map:active{cursor:grabbing}
.map-ambient{position:absolute;z-index:450;inset:0;overflow:hidden;pointer-events:none;opacity:.42;mix-blend-mode:soft-light}.map-ambient::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(240,212,135,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(240,212,135,.06) 1px,transparent 1px);background-size:72px 72px;mask-image:radial-gradient(circle at 50% 50%,#000,transparent 72%)}.map-ambient>i:first-child{position:absolute;width:520px;height:520px;left:50%;top:50%;border:1px solid rgba(240,212,135,.22);border-radius:50%;transform:translate(-50%,-50%);animation:mapRadar 6s ease-out infinite}.map-ambient>i:last-child{position:absolute;width:1px;height:54%;left:50%;top:23%;background:linear-gradient(transparent,rgba(240,212,135,.5),transparent);transform:rotate(34deg);transform-origin:center;animation:mapSweep 9s linear infinite}
.investre-cluster-wrap{background:transparent!important;border:0!important}.investre-cluster{--cluster:#d6a126;position:relative;width:66px;height:66px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px solid rgba(255,245,215,.94);border-radius:50% 50% 42% 58% / 50% 42% 58% 50%;background:linear-gradient(145deg,color-mix(in srgb,var(--cluster) 88%,#fff 12%),color-mix(in srgb,var(--cluster) 78%,#000 22%));color:#130d07;box-shadow:0 13px 30px rgba(0,0,0,.32),0 0 0 6px color-mix(in srgb,var(--cluster) 16%,transparent);cursor:pointer;animation:clusterFloat 3.4s ease-in-out infinite;transition:transform .22s}.investre-cluster:hover{transform:translateY(-5px) scale(1.08)}.investre-cluster::before,.investre-cluster::after{content:"";position:absolute;inset:-10px;border:1px solid var(--cluster);border-radius:50%;animation:clusterPulse 2.4s ease-out infinite}.investre-cluster::after{animation-delay:1.2s}.investre-cluster i{font:800 24px/1 Georgia,serif;font-style:normal}.investre-cluster b{margin-top:2px;font-size:8px}.investre-cluster em{position:absolute;bottom:-5px;width:10px;height:10px;transform:rotate(45deg);background:var(--cluster);border-right:2px solid #fff4d4;border-bottom:2px solid #fff4d4}.investre-cluster.building{--cluster:#2f78d7}.investre-cluster.resort{--cluster:#24a865}.investre-cluster.sold{--cluster:#c43f3a;color:#fff}
.investre-marker{will-change:transform}.investre-marker:hover{transform:scale(1.16) translateY(-3px)}.investre-marker.active{animation:selectedMarker .9s ease-in-out infinite alternate}.investre-marker::before{box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)}
.map-style-switch{padding:6px;border-radius:29px 9px 29px 9px;background:rgba(8,8,7,.88);box-shadow:0 14px 38px rgba(0,0,0,.28)}.map-style-switch button{min-width:108px;height:44px;font-size:12px}.map-style-switch button.active{box-shadow:0 8px 22px rgba(213,170,82,.22)}
.map-utility{top:172px}.map-utility button{width:44px;height:44px;border-radius:20px 7px 20px 7px;font-size:19px;backdrop-filter:blur(12px);transition:.22s}.map-utility button:hover{transform:translateY(-2px);border-color:rgba(240,212,135,.55);background:#d5aa52;color:#130d08}.map-utility button.locating{animation:locateSpin 1s linear infinite;background:#d5aa52;color:#130d08}
.map-discovery-hint{position:absolute;z-index:610;top:20px;left:50%;transform:translateX(-50%);min-height:50px;padding:0 20px;display:flex;align-items:center;gap:10px;border:1px solid rgba(240,212,135,.24);border-radius:26px 8px 26px 8px;background:rgba(9,9,8,.82);backdrop-filter:blur(16px);box-shadow:0 12px 36px rgba(0,0,0,.25);white-space:nowrap}.map-discovery-hint i{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:rgba(213,170,82,.14);color:var(--gold-bright);font-style:normal;animation:livePulse 2s infinite}.map-discovery-hint span{font-size:11px;color:#f2e7d2}.map-discovery-hint b{font-size:10px;color:var(--gold-bright)}
.atlas-map-status,.atlas-map-legend{position:absolute;z-index:610;left:50%;transform:translateX(-50%);display:flex;align-items:center;border:1px solid rgba(240,212,135,.2);background:rgba(9,9,8,.84);backdrop-filter:blur(16px);box-shadow:0 12px 34px rgba(0,0,0,.28)}.atlas-map-status{bottom:18px;min-height:42px;padding:0 16px;gap:10px;border-radius:22px 7px 22px 7px}.atlas-map-status span{display:flex;align-items:center;gap:7px;color:#d9cfbf;font-size:9px}.atlas-map-status span i{width:7px;height:7px;border-radius:50%;background:#7ad799;box-shadow:0 0 0 5px rgba(122,215,153,.12);animation:livePulse 2s infinite}.atlas-map-status b{font-size:11px;color:#fff5df}.atlas-map-status small{color:var(--gold-bright);font-size:9px}.atlas-map-legend{bottom:70px;padding:8px 12px;gap:13px;border-radius:19px 6px 19px 6px}.atlas-map-legend span{display:flex;align-items:center;gap:5px;color:#c9c0b4;font-size:8px;white-space:nowrap}.atlas-map-legend i{width:8px;height:8px;border-radius:50%;background:#d6a126}.atlas-map-legend i.building{background:#2f78d7}.atlas-map-legend i.resort{background:#24a865}.atlas-map-legend i.sold{background:#c43f3a}
.atlas-detail-image small{position:absolute;z-index:2;right:14px;bottom:11px;padding:5px 9px;border-radius:12px;background:rgba(8,8,7,.75);color:#fff0cc;font-size:8px;backdrop-filter:blur(8px)}
.leaflet-control-scale-line{border-color:rgba(240,212,135,.5)!important;background:rgba(9,9,8,.72)!important;color:#fff1d1!important;font-size:8px!important;backdrop-filter:blur(8px)}

@keyframes clusterPulse{0%{transform:scale(.68);opacity:.72}100%{transform:scale(1.34);opacity:0}}
@keyframes clusterFloat{0%,100%{margin-top:0}50%{margin-top:-6px}}
@keyframes selectedMarker{to{transform:scale(1.42) translateY(-7px)}}
@keyframes mapRadar{0%{transform:translate(-50%,-50%) scale(.45);opacity:0}28%{opacity:.55}100%{transform:translate(-50%,-50%) scale(1.2);opacity:0}}
@keyframes mapSweep{to{transform:rotate(394deg)}}
@keyframes locateSpin{to{transform:rotate(360deg)}}

footer { min-height:590px;padding:155px 6vw 28px;background:radial-gradient(circle at 78% 20%,rgba(213,170,82,.07),transparent 25%),#080807;border-top-color:rgba(240,212,135,.32) }
.footer-marquee{position:absolute;z-index:2;top:0;right:0;left:0;height:64px;overflow:hidden;border-bottom:1px solid rgba(240,212,135,.25);background:#d5aa52;color:#100c08;direction:ltr}.footer-marquee>div{height:100%;width:max-content;display:flex;align-items:center;gap:30px;animation:footerTicker 22s linear infinite}.footer-marquee span{font:700 19px Georgia,serif;white-space:nowrap}.footer-marquee i{font-style:normal;font-size:12px}
.footer-watermark{bottom:-22px;color:rgba(240,212,135,.055);-webkit-text-stroke:1px rgba(240,212,135,.08);animation:watermarkGlow 5s ease-in-out infinite}.footer-top{grid-template-columns:1.35fr .6fr .75fr 1.1fr;gap:5vw}.footer-brand p{color:#d6ccbf;font-size:24px;line-height:1.75}.footer-links{gap:17px}.footer-links>span,.footer-invite>span{font-size:12px}.footer-links a{color:#d3cabd;font-size:15px}.footer-invite h3{font-size:33px;line-height:1.5}.footer-invite a{font-size:14px}.footer-bottom{margin-top:95px;font-size:11px;color:#9d9387}

@keyframes navBeacon{0%,100%{transform:translateX(4px) scale(.8);box-shadow:0 0 0 0 rgba(240,212,135,.5)}50%{transform:translateX(-4px) scale(1.15);box-shadow:0 0 0 8px rgba(240,212,135,0)}}
@keyframes requestFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
@keyframes requestShine{0%,58%{left:-38%;opacity:0}68%{opacity:1}100%{left:118%;opacity:0}}
@keyframes gatewayScan{0%,100%{transform:translateX(72%);opacity:.1}50%{transform:translateX(-72%);opacity:1}}
@keyframes iconHover{0%,100%{transform:translateX(50%) translateY(0) rotate(-2deg)}50%{transform:translateX(50%) translateY(-9px) rotate(2deg)}}
@keyframes footerTicker{to{transform:translateX(-50%)}}
@keyframes watermarkGlow{0%,100%{opacity:.65}50%{opacity:1}}
@keyframes heroProjectSlide{0%,22%{opacity:1;transform:scale(1.02) translateX(0)}25%,100%{opacity:0;transform:scale(1.08) translateX(-1.2%)}}

@media(max-width:1280px){
  .site-header{grid-template-columns:180px 1fr 220px}.site-header nav{gap:24px}.site-header nav a{font-size:15px}.header-cta{height:56px}.hero-copy{width:min(680px,54vw)}
  .filter-control-row{grid-template-columns:1fr}.filter-stack{grid-template-columns:repeat(5,1fr)}
}
@media(max-width:980px){
  .site-header{height:76px;grid-template-columns:145px 1fr;}.site-header nav a{font-size:17px}.header-cta{width:190px;height:50px}.hero{min-height:900px;padding-top:145px}.hero-copy{width:82vw}.hero h1{font-size:clamp(54px,8vw,78px)}
  .directory-layout{margin-top:-48px}.mobile-filter-launch{display:flex;height:64px;font-size:15px}.property-filter-studio{display:none;padding:22px}.property-filter-studio.open{display:block}.property-type-chips{padding-top:18px}.filter-stack{grid-template-columns:repeat(2,1fr)}.filter-studio-footer{grid-template-columns:1fr 240px}
  .atlas-filters{flex-direction:column}.atlas-search{width:100%;min-height:68px}.atlas-categories{display:flex;overflow-x:auto;justify-content:flex-start}.atlas-categories button{min-width:150px;padding-inline:12px}.map-discovery-hint{top:78px}.atlas-map-status{bottom:12px}.atlas-map-legend{display:none}
  .footer-top{grid-template-columns:1.2fr .7fr .8fr}.footer-brand p{font-size:21px}
}
@media(max-width:680px){
  .site-header{height:70px;padding-inline:10px;grid-template-columns:112px minmax(0,1fr) 42px;gap:6px}.brand,.brand img{width:108px}.header-cta{width:150px;height:46px;padding-inline:10px;animation:none;font-size:14px}.header-cta::after{content:none}.menu-button{position:relative;inset:auto;width:42px;height:42px;margin:0}.hero{min-height:850px;padding:125px 20px 70px;align-items:flex-end}.hero-copy{width:100%}.hero h1{font-size:clamp(45px,13vw,62px);line-height:1.12}.hero h1 em{font-size:.78em}.hero p{font-size:15px;line-height:1.9}.hero-project-rail{display:none}.hero-shade{background:linear-gradient(0deg,#090909 0%,rgba(9,9,9,.83) 66%,rgba(9,9,9,.38))}.hero-gallery span{background-position:center}.hero-stats small{font-size:9px}
  .home-gateways{padding:90px 14px}.gateway-card{min-height:430px;padding:27px}.gateway-card:nth-child(even){margin-top:0}.gateway-icon{top:76px}.gateway-orbit{top:58px}.gateway-card small{font-size:13px}.gateway-card h3{font-size:32px}
  .page-hero{min-height:540px;padding:150px 20px 82px}.page-hero h1{font-size:48px;line-height:1.14}.page-hero>p{font-size:14px}
  .property-filter-studio{padding:18px;border-radius:34px 10px 34px 10px}.filter-studio-head{align-items:flex-start}.filter-studio-head>span{grid-template-columns:42px 1fr}.filter-studio-head i{width:40px;height:40px}.filter-studio-head b{font-size:17px}.filter-studio-head small{font-size:10px}.filter-studio-head button{padding:8px;font-size:9px}.property-type-chips button{min-width:132px;height:58px}.property-type-chips button span{font-size:12px}.filter-stack{grid-template-columns:1fr}.filter-stack label{grid-template-columns:80px 1fr}.filter-studio-footer{grid-template-columns:1fr}.filter-map-link{width:100%}.directory-results-head h2{font-size:34px}.directory-results-head p{font-size:12px}
  .atlas-categories button{min-width:140px;min-height:58px;font-size:14px}.map-category-icon{width:32px;height:32px}.standalone-map-section{padding-inline:10px}.map-style-switch button{min-width:82px;height:40px}.map-utility{top:132px}.map-utility button{width:40px;height:40px}.map-discovery-hint{top:68px;max-width:calc(100% - 28px);min-height:44px;padding-inline:12px}.map-discovery-hint b{display:none}.map-discovery-hint span{font-size:10px}.atlas-map-status{display:none}.map-ambient{opacity:.26}.investre-cluster{transform:scale(.9)}
  footer{padding:130px 22px 24px}.footer-marquee{height:56px}.footer-marquee span{font-size:16px}.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}.footer-brand p{font-size:20px}.footer-links a{font-size:14px}.footer-invite{grid-column:span 2}.footer-invite h3{font-size:29px}.footer-bottom{font-size:10px}
}

/* final clarity, navigation motion, and pointer response */
body{font-family:"Segoe UI",Tahoma,Arial,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
*:focus:not(:focus-visible){outline:none}*:focus-visible{outline:2px solid var(--gold-bright);outline-offset:4px}
main{transform-origin:50% 0;transition:opacity .17s ease,transform .17s ease,filter .17s ease}
.route-view{min-width:0;animation:routePageIn .62s cubic-bezier(.2,.72,.2,1) both}
.route-is-leaving main{opacity:0;transform:translateY(7px) scale(.998);filter:blur(2px)}
.route-is-entering main{animation:routePageIn .62s cubic-bezier(.2,.72,.2,1) both}
.pointer-aura{position:fixed;z-index:995;left:var(--pointer-x,-120px);top:var(--pointer-y,-120px);width:210px;height:210px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(240,212,135,.095),rgba(213,170,82,.025) 40%,transparent 70%);mix-blend-mode:screen;pointer-events:none;transition:width .25s,height .25s}

.brand{position:relative;isolation:isolate;overflow:visible}
.brand::after{content:"";position:absolute;z-index:2;top:6px;bottom:6px;left:-24%;width:18%;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(255,249,220,.82),transparent);opacity:0;pointer-events:none}
.brand img{transition:transform .45s cubic-bezier(.2,.75,.2,1),filter .45s ease;transform-origin:center}
.route-is-entering .brand img{animation:logoRouteIn .72s cubic-bezier(.2,.75,.2,1) both}
.route-is-entering .brand::after{animation:logoShine .82s .12s ease both}

.motion-enabled .reveal-target{opacity:0;transform:translateY(30px) scale(.99);filter:blur(3px);transition:opacity .74s ease,transform .74s cubic-bezier(.2,.72,.2,1),filter .6s ease;transition-delay:var(--reveal-delay,0ms)}
.motion-enabled .reveal-target.is-visible{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}

.page-hero h1,.hero h1{text-wrap:balance;text-shadow:0 8px 40px rgba(0,0,0,.34)}
.page-hero>span,.eyebrow,.section-index{font-size:14px;line-height:1.7;letter-spacing:.045em}
.page-hero>p{color:#d0c6b9;font-size:18px;line-height:2;font-weight:450}
.performance-note{min-height:42px;width:max-content;padding:0 14px;border:1px solid rgba(240,212,135,.14);border-radius:22px 7px 22px 7px;background:rgba(255,255,255,.025);color:#b8afa3;font-size:12px}
.section-note p,.projects-section .section-heading>p,.request-copy>p,.directory-results-head p{color:#c1b7aa}

.project-location{font-size:12px}.project-content h3{font-size:34px}.project-content h4{font-size:17px;line-height:1.65}.project-content>p{color:#bdb3a7;font-size:14px;line-height:1.9}.project-tags span{padding:8px 11px;color:#ded4c7;font-size:11px}.project-data small{color:#a39a8f;font-size:11px}.project-data b{font-size:13px}.project-links a{height:54px;font-size:14px}.project-badge{height:42px;font-size:12px}
.services-grid h3{font-size:27px}.services-grid p{color:#bdb3a7;font-size:15px;line-height:1.95}.service-number{color:#a79c8f;font-size:16px}

.filter-studio-head small,.directory-search small,.filter-stack label small,.filter-result-meter small{color:#b0a79b;font-size:12px}.filter-studio-head button{font-size:13px}.directory-search input{font-size:16px}.filter-stack select{font-size:14px}.property-type-chips button span{font-size:14px}.property-type-chips button b{font-size:11px}.directory-results-head p{font-size:15px}.property-card-copy>p{color:#bdb3a7;font-size:14px}.property-facts small{color:#a49a8d;font-size:11px}.property-facts b{font-size:14px}.property-card-actions button,.property-card-actions a{font-size:13px}.property-category{font-size:11px}.property-load-more,.filter-map-link{font-size:14px}.property-load-more span{font-size:11px}
.property-type-chips{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));overflow:visible}.property-type-chips button{min-width:0;padding-inline:9px}.property-type-chips button span{white-space:nowrap}

.atlas-list-head span{color:#c5bbad;font-size:12px}.atlas-list-head b{font-size:19px}.atlas-row-copy b{font-size:15px}.atlas-row-copy small{color:#b0a69a;font-size:12px;line-height:1.55}.atlas-row-number{font-size:12px}.atlas-detail-kicker{font-size:12px}.atlas-detail h3{font-size:28px}.atlas-detail>p{color:#c1b7aa;font-size:14px;line-height:1.85}.atlas-detail-facts small{color:#a69d91;font-size:11px}.atlas-detail-facts b{font-size:14px}.atlas-detail-actions a{height:46px;font-size:13px}.atlas-coordinates{color:#91887d;font-size:10px}.atlas-list-more{font-size:12px}.map-discovery-hint span{font-size:13px}.map-discovery-hint b{font-size:12px}.atlas-map-status span,.atlas-map-status small{font-size:11px}.atlas-map-status b{font-size:13px}.atlas-map-legend span{font-size:11px}.atlas-detail-image small{font-size:10px}.leaflet-control-scale-line{font-size:10px!important}

.map-loading{background:radial-gradient(circle at 50% 44%,rgba(213,170,82,.11),transparent 24%),linear-gradient(145deg,#0d0c0a,#17120e);color:#f6ead3;isolation:isolate}.map-loading::before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(240,212,135,.12);border-radius:48% 52% 37% 63% / 58% 42% 58% 42%;animation:rotateSlow 26s linear infinite}.map-loading-brand{width:158px;height:94px;position:relative;display:grid;place-items:center}.map-loading-brand img{position:relative;z-index:2;width:145px;height:92px;object-fit:contain;filter:brightness(1.25);animation:loadingLogo 2s ease-in-out infinite}.map-loading-brand i{position:absolute;inset:4px;border:1px solid rgba(240,212,135,.28);border-radius:50%;animation:loadingOrbit 2.7s linear infinite}.map-loading b{position:relative;z-index:2;font-size:17px}.map-loading small{position:relative;z-index:2;color:#b5aa9b;font-size:12px}.map-loading>span{display:none}

.form-top span{color:#b8afa3;font-size:12px}.request-form label>span{color:#c2b8ab;font-size:12px}.request-form input,.request-form select,.request-form textarea{font-size:14px}.request-form>small{color:#a2998e;font-size:11px}.direct-contact span,.direct-contact small{color:#aaa094;font-size:12px}.request-shortcuts a{font-size:12px}.advisor-toggle span{font-size:12px}.advisor-head b{font-size:14px}.advisor-head small{font-size:11px}.advisor-panel>p{font-size:13px}.advisor-options a{font-size:11px}.advisor-panel>a{font-size:13px}.footer-bottom{font-size:12px}

@media(hover:hover) and (pointer:fine){
  .brand:hover img{transform:scale(1.55) translateY(-2px);filter:brightness(1.55) contrast(1.08) drop-shadow(0 0 16px rgba(240,212,135,.3))}.brand:hover::after{animation:logoShine .72s ease both}
  .page-hero h1 span,.page-hero h1 em,.hero h1 span,.hero h1 em{display:block;transition:transform .5s cubic-bezier(.2,.72,.2,1),color .4s ease}.page-hero:hover h1 span,.hero:hover h1 span{transform:translateX(-7px)}.page-hero:hover h1 em,.hero:hover h1 em{transform:translateX(9px);color:#ffe29a}
  .gateway-card,.project-showcase,.property-card,.services-grid article,.request-form,.property-filter-studio,.direct-contact{will-change:transform}.gateway-card:hover,.project-showcase:hover,.property-card:hover,.services-grid article:hover{transform:translateY(-9px) scale(1.012);box-shadow:0 34px 100px rgba(0,0,0,.38),0 0 0 1px rgba(240,212,135,.12)}
  .request-form:hover,.property-filter-studio:hover,.direct-contact:hover{transform:translateY(-4px);border-color:rgba(240,212,135,.42)}
  .atlas-row:hover{background:linear-gradient(90deg,rgba(213,170,82,.14),rgba(255,255,255,.025));padding-right:18px}.map-style-switch button:hover,.atlas-categories button:hover,.property-type-chips button:hover{filter:brightness(1.14)}
  .gold-button:hover,.glass-button:hover,.project-links a:hover,.filter-map-link:hover,.request-shortcuts a:hover{transform:translateY(-4px) scale(1.015)}
}

@keyframes routePageIn{from{opacity:0;transform:translateY(14px) scale(.997);filter:blur(3px)}to{opacity:1;transform:none;filter:blur(0)}}
@keyframes logoRouteIn{0%{opacity:.25;transform:scale(1.22) translateY(-8px)}60%{opacity:1;transform:scale(1.53) translateY(1px)}100%{transform:scale(1.45)}}
@keyframes logoShine{0%{left:-24%;opacity:0}35%{opacity:1}100%{left:112%;opacity:0}}
@keyframes loadingLogo{0%,100%{transform:scale(1);filter:brightness(1.18)}50%{transform:scale(1.055);filter:brightness(1.52) drop-shadow(0 0 18px rgba(240,212,135,.22))}}
@keyframes loadingOrbit{to{transform:rotate(360deg)}}

@media(max-width:680px){
  .pointer-aura{display:none}.page-hero>span,.eyebrow,.section-index{font-size:13px}.page-hero>p{font-size:16px}.performance-note{width:100%;font-size:11px}.project-content>p,.services-grid p,.property-card-copy>p{font-size:14px}.atlas-row-copy small{font-size:11px}.map-loading::before{width:330px;height:330px}.map-loading small{max-width:260px;text-align:center;line-height:1.7}.footer-bottom{font-size:11px}
}

@media(max-width:980px){.property-type-chips{display:flex;overflow-x:auto}.property-type-chips button{min-width:145px;padding-inline:12px}}

/* fully branded controls, luminous pointer, and animated footer signature */
.pointer-aura{position:fixed;z-index:995;left:var(--pointer-x,-320px);top:var(--pointer-y,-320px);width:500px;height:500px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,240,181,.19) 0,rgba(240,212,135,.095) 11%,rgba(213,170,82,.042) 32%,rgba(213,170,82,.012) 54%,transparent 72%);box-shadow:inset 0 0 80px rgba(240,212,135,.025);mix-blend-mode:screen;filter:blur(1px);opacity:.88;pointer-events:none;transition:width .34s cubic-bezier(.2,.72,.2,1),height .34s cubic-bezier(.2,.72,.2,1),opacity .3s,filter .3s}
.pointer-aura::after{content:"";position:absolute;inset:34%;border:1px solid rgba(255,235,170,.11);border-radius:50%;box-shadow:0 0 34px rgba(240,212,135,.08);animation:pointerAuraBreath 3.4s ease-in-out infinite}
.pointer-over-action .pointer-aura{width:620px;height:620px;opacity:1;filter:blur(0)}

.footer-watermark{bottom:-22px;color:transparent;background:linear-gradient(105deg,rgba(240,212,135,.045) 12%,rgba(255,232,158,.22) 38%,rgba(240,212,135,.07) 52%,rgba(255,244,206,.24) 66%,rgba(240,212,135,.045) 88%);background-size:260% 100%;background-position:100% 50%;-webkit-background-clip:text;background-clip:text;-webkit-text-stroke:1px rgba(240,212,135,.11);filter:drop-shadow(0 0 14px rgba(213,170,82,.05));animation:watermarkSpectacle 7s ease-in-out infinite,watermarkSweep 10s linear infinite}

.filter-stack .filter-field{position:relative;min-width:0;min-height:72px;padding:9px 11px;display:grid;grid-template-columns:74px minmax(0,1fr);align-items:center;gap:8px;border:1px solid rgba(255,255,255,.085);border-radius:30px 9px 30px 9px;background:linear-gradient(145deg,rgba(255,255,255,.03),rgba(255,255,255,.012));transition:border-color .25s,background .25s,transform .25s}
.filter-stack .filter-field:hover,.filter-stack .filter-field:focus-within{z-index:30;border-color:rgba(240,212,135,.38);background:rgba(213,170,82,.035);transform:translateY(-1px)}
.filter-stack .filter-field>span{display:flex;align-items:center;gap:7px;color:#b0a79b}.filter-stack .filter-field>span i{width:30px;height:30px;display:grid;place-items:center;border-radius:50% 50% 50% 10px;background:rgba(213,170,82,.11);color:var(--gold-bright);font-style:normal;font-size:12px}.filter-stack .filter-field>span small{font-size:12px}
.styled-select{position:relative;min-width:0}.styled-select.open{z-index:50}.styled-select-trigger{width:100%;height:48px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid rgba(240,212,135,.09);border-radius:22px 7px 22px 7px;background:linear-gradient(135deg,#262119,#1b1814);color:#eee3d4;cursor:pointer;box-shadow:inset 0 1px rgba(255,255,255,.025);transition:.25s}.styled-select-trigger:hover,.styled-select.open .styled-select-trigger{border-color:rgba(240,212,135,.48);background:linear-gradient(135deg,#2b241a,#1c1813);box-shadow:0 10px 30px rgba(0,0,0,.25),inset 0 0 0 1px rgba(240,212,135,.05)}
.styled-select-value{min-width:0;display:flex;align-items:center;gap:8px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styled-select-value i{width:6px;height:6px;flex:none;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(213,170,82,.09)}.styled-select-chevron{color:var(--gold-bright);font-size:19px;line-height:1;transition:transform .25s}.styled-select.open .styled-select-chevron{transform:rotate(180deg)}
.styled-select-menu{position:absolute;z-index:70;top:calc(100% + 9px);inset-inline:0;min-width:max(100%,190px);max-height:270px;padding:7px;display:grid;gap:4px;overflow:auto;border:1px solid rgba(240,212,135,.3);border-radius:26px 8px 26px 8px;background:rgba(14,12,10,.98);box-shadow:0 26px 70px rgba(0,0,0,.55),inset 0 1px rgba(255,255,255,.035);backdrop-filter:blur(20px);opacity:0;visibility:hidden;transform:translateY(-7px) scale(.98);transform-origin:top center;transition:opacity .2s,visibility .2s,transform .2s}.styled-select.open .styled-select-menu{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.styled-select-option{min-height:43px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid transparent;border-radius:19px 6px 19px 6px;background:transparent;color:#d4cabd;text-align:right;cursor:pointer;font-size:13px;transition:.2s}.styled-select-option:hover{padding-inline-start:17px;border-color:rgba(240,212,135,.16);background:rgba(213,170,82,.08);color:#fff0ca}.styled-select-option i{width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:rgba(213,170,82,.12);color:var(--gold-bright);font-style:normal;font-size:10px;opacity:0;transform:scale(.6);transition:.2s}.styled-select-option.selected{border-color:rgba(240,212,135,.28);background:linear-gradient(105deg,rgba(213,170,82,.2),rgba(213,170,82,.06));color:#ffe39a;font-weight:750}.styled-select-option.selected i{opacity:1;transform:scale(1)}

.request-select-field{position:relative;display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.request-select-field>span{padding-right:8px;color:#c2b8ab;font-size:12px}.request-form .styled-select-trigger{height:50px;margin:0;padding:0 16px;gap:8px;border:1px solid rgba(255,255,255,.11);border-radius:24px 8px 24px 8px;background:rgba(7,6,5,.72);color:#eee3d4;font-weight:500;animation:none}.request-form .styled-select-trigger span,.request-form .styled-select-option span{margin-right:0}.request-form .styled-select-menu{z-index:90}.request-form .styled-select-option{width:100%;height:auto;min-height:43px;margin:0;padding:0 13px;gap:14px;border:1px solid transparent;border-radius:19px 6px 19px 6px;background:transparent;color:#d4cabd;font-weight:500;animation:none}.request-form .styled-select-option:hover{padding-inline-start:17px;border-color:rgba(240,212,135,.16);background:rgba(213,170,82,.08);color:#fff0ca}.request-form .styled-select-option.selected{border-color:rgba(240,212,135,.28);background:linear-gradient(105deg,rgba(213,170,82,.2),rgba(213,170,82,.06));color:#ffe39a;font-weight:750}

@keyframes pointerAuraBreath{0%,100%{transform:scale(.82);opacity:.35}50%{transform:scale(1.2);opacity:.8}}
@keyframes watermarkSpectacle{0%,100%{transform:translateX(-50%) translateY(0) scale(1);filter:drop-shadow(0 0 12px rgba(213,170,82,.04))}50%{transform:translateX(-50%) translateY(-8px) scale(1.018);filter:drop-shadow(0 0 28px rgba(213,170,82,.14))}}
@keyframes watermarkSweep{to{background-position:-160% 50%}}

@media(max-width:680px){.filter-stack .filter-field{grid-template-columns:82px minmax(0,1fr)}.styled-select-menu{min-width:100%}}

@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; } }

/* Property details and sharing */
.property-card-main-link{display:block;color:inherit}.property-card[data-property-card]{cursor:pointer}.property-card-actions button{flex:1;height:50px;border:1px solid var(--line);border-radius:25px 8px 25px 8px;color:var(--gold-bright);background:rgba(213,170,82,.06);font:800 13px inherit;cursor:pointer;transition:.25s}.property-card-actions button:hover{color:#100c08;background:var(--gold-bright)}.property-open-cue{position:absolute;right:20px;bottom:18px;padding:8px 12px;border:1px solid rgba(255,255,255,.16);border-radius:18px 6px 18px 6px;color:white;background:rgba(8,7,6,.76);backdrop-filter:blur(12px);font-size:11px;font-weight:800;opacity:0;transform:translateY(8px);transition:.28s}.property-card:hover .property-open-cue{opacity:1;transform:none}.property-detail-page{padding-top:120px;background:radial-gradient(circle at 83% 12%,rgba(213,170,82,.09),transparent 30%),#090908}.property-detail-shell{min-height:720px;padding:30px 5vw 120px}.property-detail-loading,.property-detail-missing{min-height:550px;display:grid;place-items:center;align-content:center;gap:16px;text-align:center}.property-detail-loading i{width:70px;height:70px;border:1px solid var(--line);border-top-color:var(--gold-bright);border-radius:50%;animation:spin 1s linear infinite}.property-detail-loading b{font-size:18px}.property-detail-missing>i{font-size:54px;color:var(--gold)}.property-detail-missing h1{margin:0;font-size:48px}.property-detail-missing p{color:#9d9488}.property-detail-missing a,.property-back-link{display:inline-flex;width:max-content;padding:12px 18px;border:1px solid var(--line);border-radius:22px 7px 22px 7px;color:var(--gold-bright)}.property-back-link{margin-bottom:24px}.property-detail-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);gap:34px;align-items:center}.property-detail-visual{position:relative;min-height:650px;overflow:hidden;border:1px solid var(--line);border-radius:70px 18px 70px 18px;background:#12100d;box-shadow:0 45px 130px rgba(0,0,0,.42)}.property-detail-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(7,6,5,.62))}.property-detail-visual>img{width:100%;height:650px;object-fit:cover;filter:saturate(.75) contrast(1.08)}.property-detail-visual .property-crosshair{left:50%;top:50%}.property-detail-visual>em{position:absolute;z-index:2;right:26px;top:24px;padding:9px 14px;border-radius:18px 6px 18px 6px;color:#102016;background:#7ad49b;font-style:normal;font-weight:800}.property-detail-visual>small{position:absolute;z-index:2;right:28px;bottom:25px;color:#e7ded1;font-size:12px}.property-detail-intro{padding:25px 15px}.property-detail-kicker{display:flex;align-items:center;gap:9px;color:var(--gold-bright);font-size:13px;font-weight:800}.property-detail-kicker i{width:34px;height:1px;background:var(--gold)}.property-detail-intro h1{margin:18px 0;font-size:clamp(48px,5.2vw,88px);line-height:1.08;letter-spacing:-.055em}.property-detail-intro>p{max-width:680px;color:#aca296;font-size:16px;line-height:2}.property-detail-primary-actions{margin-top:30px;display:grid;gap:11px}.property-detail-primary-actions>a,.property-detail-primary-actions>button{min-height:76px;padding:12px 18px;display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:28px 9px 28px 9px;color:#f1e6d7;background:rgba(255,255,255,.025);text-align:right;cursor:pointer;transition:.25s}.property-detail-primary-actions>a:hover,.property-detail-primary-actions>button:hover{transform:translateX(-5px);border-color:rgba(240,212,135,.48);background:rgba(213,170,82,.08)}.property-detail-primary-actions>*>i{width:48px;height:48px;display:grid;place-items:center;border-radius:18px 6px 18px 6px;color:#150f08;background:var(--gold-bright);font-size:22px;font-style:normal}.property-detail-primary-actions span{display:flex;flex:1;flex-direction:column}.property-detail-primary-actions b{font-size:15px}.property-detail-primary-actions small{margin-top:4px;color:#8f867a;font-size:11px}.property-detail-primary-actions em{color:var(--gold);font-size:21px;font-style:normal}.property-information{margin-top:110px;padding:70px;border:1px solid var(--line);border-radius:75px 20px 75px 20px;background:linear-gradient(145deg,#17130f,#0d0c0a);position:relative;overflow:hidden}.property-information:before{content:"INVESTRE";position:absolute;left:-20px;top:-50px;color:rgba(240,212,135,.025);font:180px Georgia,serif}.property-information>header{position:relative}.property-information>header>span{color:var(--gold);font-size:12px;font-weight:800}.property-information h2{margin:12px 0 35px;font-size:54px;line-height:1.12}.property-information h2 em{color:var(--gold-bright);font-style:normal}.property-info-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.property-info-grid article{min-height:128px;padding:20px;display:flex;align-items:center;gap:14px;border:1px solid rgba(255,255,255,.08);border-radius:28px 9px 28px 9px;background:rgba(255,255,255,.025)}.property-info-grid article>i{width:46px;height:46px;display:grid;place-items:center;border-radius:17px 6px 17px 6px;background:rgba(213,170,82,.09);font-size:22px;font-style:normal}.property-info-grid article span{display:flex;flex-direction:column}.property-info-grid small{color:#8f867b;font-size:11px}.property-info-grid b{margin-top:5px;font-size:14px}.property-description-panel{position:relative;margin-top:14px;padding:30px;border:1px solid rgba(240,212,135,.14);border-radius:35px 11px 35px 11px;background:#0d0b09}.property-description-panel>span{display:flex;align-items:center;gap:10px;color:var(--gold-bright)}.property-description-panel>span i{font-style:normal}.property-description-panel p{margin:14px 0 0;color:#b1a79b;font-size:15px;line-height:2.1}.property-contact-band{margin-top:28px;padding:45px 55px;display:flex;align-items:center;justify-content:space-between;gap:30px;border:1px solid rgba(240,212,135,.28);border-radius:55px 16px 55px 16px;background:radial-gradient(circle at 15% 50%,rgba(213,170,82,.16),transparent 25%),#14100c}.property-contact-band small{color:var(--gold);font-weight:800}.property-contact-band h2{margin:8px 0 0;font-size:38px;line-height:1.2}.property-contact-band>a{padding:18px 25px;border-radius:28px 9px 28px 9px;color:#160f08;background:var(--gold-bright);font-size:14px;font-weight:900}.property-contact-band>a i{margin-right:28px;font-style:normal}.property-share-dialog{width:min(650px,calc(100vw - 24px));padding:0;border:1px solid rgba(240,212,135,.28);border-radius:45px 13px 45px 13px;color:white;background:#110e0b;box-shadow:0 60px 180px rgba(0,0,0,.72)}.property-share-dialog::backdrop{background:rgba(5,4,3,.8);backdrop-filter:blur(11px)}.property-share-box{padding:28px}.property-share-box>header{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid var(--line)}.property-share-box>header>span{display:grid;grid-template-columns:42px 1fr;column-gap:10px}.property-share-box>header i{grid-row:1/3;width:42px;height:42px;display:grid;place-items:center;border-radius:15px 5px 15px 5px;color:#120d07;background:var(--gold-bright);font-style:normal}.property-share-box>header b{font-size:18px}.property-share-box>header small{color:#8f867a;font-size:11px}.property-share-box>header button{width:38px;height:38px;border:1px solid var(--line);border-radius:14px;color:white;background:transparent;font-size:24px;cursor:pointer}.share-property-mini{margin:18px 0;display:flex;align-items:center;gap:13px}.share-property-mini img{width:110px;height:70px;object-fit:cover;border-radius:20px 7px 20px 7px}.share-property-mini span{display:flex;flex-direction:column}.share-property-mini b{font-size:15px}.share-property-mini small{margin-top:4px;color:#8f867a}.share-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}.share-options>a,.share-options>button{min-height:74px;padding:11px;display:flex;align-items:center;gap:11px;border:1px solid rgba(255,255,255,.09);border-radius:23px 8px 23px 8px;color:white;background:rgba(255,255,255,.025);text-align:right;cursor:pointer}.share-options>a:hover,.share-options>button:hover{border-color:var(--line);background:rgba(213,170,82,.07)}.share-options>*>i{width:39px;height:39px;display:grid;place-items:center;border-radius:14px 5px 14px 5px;color:var(--gold-bright);background:rgba(213,170,82,.09);font-size:18px;font-style:normal}.share-options .whatsapp>i{color:#092114;background:#65d58f}.share-options span{display:flex;flex-direction:column}.share-options b{font-size:13px}.share-options small{margin-top:3px;color:#81796f;font-size:10px}.property-share-box>p{margin:16px 0 0;color:#8b8277;text-align:center;font-size:11px}@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:1100px){.property-detail-hero{grid-template-columns:1fr}.property-detail-visual,.property-detail-visual>img{min-height:520px;height:520px}.property-info-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.property-detail-shell{padding:15px 13px 75px}.property-detail-page{padding-top:92px}.property-detail-visual,.property-detail-visual>img{min-height:390px;height:390px}.property-detail-visual{border-radius:42px 12px 42px 12px}.property-detail-intro{padding-inline:4px}.property-detail-intro h1{font-size:46px}.property-detail-intro>p{font-size:14px}.property-information{margin-top:65px;padding:38px 16px;border-radius:45px 13px 45px 13px}.property-information h2{font-size:39px}.property-info-grid{grid-template-columns:1fr}.property-contact-band{padding:35px 22px;align-items:stretch;flex-direction:column}.property-contact-band h2{font-size:32px}.property-contact-band>a{text-align:center}.share-options{grid-template-columns:1fr}.property-open-cue{opacity:1;transform:none}}

/* Static Hostinger package */
body[data-page]{min-height:100vh}.styled-select-menu{direction:rtl}.atlas-map{z-index:1}.leaflet-pane,.leaflet-control{z-index:auto}.leaflet-map-pane{z-index:1}.leaflet-control-container{position:relative;z-index:500}.static-data-error{padding:30px;color:#f0d487;text-align:center}

/* Customer request and property-offer system */
.site-header{grid-template-columns:180px minmax(360px,1fr) 158px 158px;gap:14px}
.header-quick{position:relative;min-width:0;height:58px;padding:0 12px;display:flex;align-items:center;gap:9px;border:1px solid rgba(240,212,135,.18);border-radius:22px 7px 22px 7px;overflow:hidden;transition:.3s;color:#f6eddc}.header-quick.request{background:linear-gradient(125deg,rgba(213,170,82,.19),rgba(255,255,255,.025))}.header-quick.offer{border-color:rgba(174,98,77,.3);background:linear-gradient(125deg,rgba(82,37,31,.42),rgba(255,255,255,.018))}.header-quick:after{content:"";position:absolute;inset:-100% auto -100% -30%;width:24%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,244,208,.35),transparent);animation:headerQuickShine 5s ease-in-out infinite}.header-quick.offer:after{animation-delay:-2.4s}.header-quick:hover,.header-quick.active{transform:translateY(-2px);border-color:rgba(240,212,135,.62);box-shadow:0 10px 30px rgba(0,0,0,.28)}.header-quick.request:hover,.header-quick.request.active{background:linear-gradient(125deg,rgba(213,170,82,.34),rgba(74,44,23,.22))}.header-quick.offer:hover,.header-quick.offer.active{background:linear-gradient(125deg,rgba(113,49,41,.62),rgba(213,170,82,.08))}.header-quick>i{position:relative;z-index:1;flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(240,212,135,.25);border-radius:14px 5px 14px 5px;color:var(--gold-bright);font-style:normal;font-size:18px;background:rgba(8,8,8,.45)}.header-quick span{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column;gap:2px}.header-quick b{font-size:13px}.header-quick small{font-size:9px;color:rgba(255,255,255,.48);white-space:nowrap}@keyframes headerQuickShine{0%,62%{left:-40%;opacity:0}72%{opacity:1}90%,100%{left:125%;opacity:0}}
.lead-page{padding:128px 4vw 100px;background:radial-gradient(circle at 82% 12%,rgba(86,39,30,.34),transparent 34%),radial-gradient(circle at 16% 42%,rgba(213,170,82,.08),transparent 28%),#090909;overflow:hidden}.lead-hero{position:relative;min-height:450px;padding:65px clamp(28px,6vw,90px);display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(240,212,135,.18);border-radius:58px 16px 58px 16px;background:linear-gradient(118deg,rgba(45,20,17,.74),rgba(14,13,12,.92) 58%,rgba(213,170,82,.06));box-shadow:0 40px 120px rgba(0,0,0,.38);isolation:isolate;overflow:hidden}.lead-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 49%,rgba(240,212,135,.045) 50%,transparent 51%),linear-gradient(0deg,transparent 49%,rgba(240,212,135,.035) 50%,transparent 51%);background-size:92px 92px;mask-image:linear-gradient(90deg,#000,transparent);z-index:-1}.lead-hero:after{content:"";position:absolute;width:520px;height:520px;left:-110px;top:-150px;border:1px solid rgba(240,212,135,.13);border-radius:44% 56% 61% 39%/56% 42% 58% 44%;animation:leadMorph 14s ease-in-out infinite,rotateSlow 35s linear infinite;z-index:-1}.lead-hero-copy{width:min(710px,64%)}.lead-hero-copy>span{display:inline-flex;align-items:center;gap:10px;color:var(--gold-bright);font-size:13px;font-weight:800}.lead-hero-copy>span i{width:28px;height:1px;background:var(--gold);box-shadow:10px 0 var(--gold)}.lead-hero h1{margin:20px 0 18px;font-size:clamp(45px,5.3vw,78px);line-height:1.08;letter-spacing:-.045em}.lead-hero h1 em,.lead-aside h2 em{color:var(--gold-bright);font-family:Georgia,"Times New Roman",serif;font-weight:400}.lead-hero p{max-width:670px;margin:0;color:rgba(255,255,255,.7);font-size:17px;line-height:2}.lead-promises{margin-top:28px;display:flex;flex-wrap:wrap;gap:9px}.lead-promises span{padding:9px 13px;border:1px solid rgba(117,211,149,.16);border-radius:18px 6px 18px 6px;color:#bfe8cb;background:rgba(76,172,112,.06);font-size:11px;font-weight:700}
.lead-orbit{position:relative;flex:0 0 260px;width:260px;height:260px;display:grid;place-items:center;border:1px solid rgba(240,212,135,.26);border-radius:50%;animation:leadFloat 5s ease-in-out infinite}.lead-orbit:before,.lead-orbit:after{content:"";position:absolute;border:1px solid rgba(240,212,135,.12);border-radius:50%;animation:rotateSlow 18s linear infinite}.lead-orbit:before{inset:28px;border-style:dashed}.lead-orbit:after{inset:-28px;animation-direction:reverse;animation-duration:30s}.lead-orbit>i{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--gold-bright);box-shadow:0 0 0 8px rgba(213,170,82,.08),0 0 24px rgba(240,212,135,.8);animation:orbitDot 9s linear infinite}.lead-orbit>i:nth-child(2){animation-delay:-3s}.lead-orbit>i:nth-child(3){animation-delay:-6s}.lead-orbit>b{font-size:55px;color:var(--gold-bright);font-weight:400}.lead-orbit>span{position:absolute;bottom:52px;font-size:12px;letter-spacing:.22em;color:rgba(255,255,255,.56)}@keyframes orbitDot{from{transform:rotate(0) translateX(130px) rotate(0)}to{transform:rotate(360deg) translateX(130px) rotate(-360deg)}}@keyframes leadFloat{50%{transform:translateY(-12px) rotate(2deg)}}@keyframes leadMorph{50%{border-radius:60% 40% 36% 64%/40% 64% 36% 60%;transform:scale(1.06)}}
.lead-workspace{position:relative;margin-top:34px;display:grid;grid-template-columns:minmax(260px,350px) minmax(0,1fr);gap:28px;align-items:start}.lead-aside{position:sticky;top:125px;padding:38px 34px;border:1px solid rgba(240,212,135,.14);border-radius:42px 12px 42px 12px;background:linear-gradient(160deg,rgba(33,20,17,.72),rgba(16,15,13,.9));box-shadow:0 28px 90px rgba(0,0,0,.24)}.lead-aside h2{margin:16px 0 30px;font-size:30px;line-height:1.35}.lead-aside ol{list-style:none;margin:0;padding:0;display:grid;gap:9px}.lead-aside li{padding:16px 0;display:flex;gap:14px;align-items:center;border-bottom:1px solid rgba(255,255,255,.07)}.lead-aside li>i{flex:0 0 39px;height:39px;display:grid;place-items:center;border:1px solid var(--line);border-radius:14px 4px 14px 4px;color:var(--gold-bright);font-size:10px;font-style:normal}.lead-aside li span{display:flex;flex-direction:column;gap:5px}.lead-aside li b{font-size:13px}.lead-aside li small{color:rgba(255,255,255,.46);font-size:10px;line-height:1.6}.lead-contact-card{margin-top:26px;padding:20px;border:1px solid rgba(240,212,135,.14);border-radius:24px 7px 24px 7px;background:rgba(213,170,82,.06);display:flex;flex-direction:column;gap:7px}.lead-contact-card small,.lead-contact-card span{color:rgba(255,255,255,.48);font-size:10px}.lead-contact-card a{font-family:Georgia,serif;font-size:25px;color:var(--gold-bright);direction:ltr;text-align:right}
.lead-form{padding:clamp(24px,4vw,54px);border:1px solid rgba(240,212,135,.16);border-radius:52px 15px 52px 15px;background:linear-gradient(150deg,rgba(20,18,16,.96),rgba(12,11,10,.98));box-shadow:0 38px 120px rgba(0,0,0,.32)}.lead-form-head{padding-bottom:24px;display:flex;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid rgba(255,255,255,.08)}.lead-form-head>span{display:flex;align-items:center;gap:10px}.lead-form-head>span i{width:8px;height:8px;border-radius:50%;background:#75d395;box-shadow:0 0 0 6px rgba(117,211,149,.08);animation:livePulse 2s infinite}.lead-form-head b{font-size:18px}.lead-form-head em{color:rgba(255,255,255,.42);font-size:10px;font-style:normal}.lead-form-section{min-width:0;margin:0;padding:34px 0;border:0;border-bottom:1px solid rgba(255,255,255,.08)}.lead-form-section legend{width:100%;padding:0 0 24px;display:flex;align-items:center;gap:13px}.lead-form-section legend>i{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(240,212,135,.24);border-radius:15px 5px 15px 5px;color:var(--gold-bright);font-size:11px;font-style:normal;background:rgba(213,170,82,.07)}.lead-form-section legend span{display:flex;flex-direction:column;gap:4px}.lead-form-section legend b{font-size:16px}.lead-form-section legend small{font-size:10px;color:rgba(255,255,255,.44)}
.lead-fields{display:grid;gap:14px}.lead-fields.two{grid-template-columns:repeat(2,minmax(0,1fr))}.lead-fields.three{margin-top:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.lead-fields label,.lead-title-field,.lead-textarea{display:flex;flex-direction:column;gap:9px}.lead-fields label>span,.lead-title-field>span,.lead-textarea>span{font-size:11px;font-weight:800;color:#cfc4b5}.lead-fields input,.lead-title-field input,.lead-textarea textarea,.lead-map-field input{width:100%;min-height:54px;padding:0 17px;border:1px solid rgba(255,255,255,.1);border-radius:20px 6px 20px 6px;outline:0;color:#fff;background:rgba(6,6,6,.54);font-size:14px;font-weight:700;transition:.25s}.lead-textarea textarea{padding:16px;min-height:125px;resize:vertical;line-height:1.8}.lead-fields input:focus,.lead-title-field input:focus,.lead-textarea textarea:focus,.lead-map-field input:focus{border-color:rgba(240,212,135,.65);box-shadow:0 0 0 4px rgba(213,170,82,.06);background:rgba(18,14,11,.85)}.lead-fields input::placeholder,.lead-title-field input::placeholder,.lead-textarea textarea::placeholder,.lead-map-field input::placeholder{color:rgba(255,255,255,.25);font-weight:500}
.choice-tile-grid{margin:4px 0 20px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.choice-tile-grid label{position:relative;cursor:pointer}.choice-tile-grid input{position:absolute;opacity:0;pointer-events:none}.choice-tile-grid label>span{min-height:122px;padding:16px 8px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;text-align:center;border:1px solid rgba(255,255,255,.09);border-radius:24px 7px 24px 7px;background:rgba(255,255,255,.025);transition:.25s}.choice-tile-grid label>span>i{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(240,212,135,.15);border-radius:16px 5px 16px 5px;color:var(--gold-bright);font-size:22px;font-style:normal}.choice-tile-grid b{font-size:12px}.choice-tile-grid small{font-size:8px;color:rgba(255,255,255,.38);line-height:1.5}.choice-tile-grid input:checked+span{transform:translateY(-3px);border-color:rgba(240,212,135,.65);background:linear-gradient(145deg,rgba(213,170,82,.25),rgba(74,37,28,.2));box-shadow:0 14px 36px rgba(0,0,0,.28)}.choice-tile-grid input:focus-visible+span{outline:2px solid var(--gold-bright);outline-offset:3px}
.choice-line{padding:15px 18px;display:flex;align-items:center;flex-wrap:wrap;gap:9px;border:1px solid rgba(255,255,255,.08);border-radius:23px 7px 23px 7px;background:rgba(255,255,255,.018)}.choice-line>span{margin-left:auto;font-size:11px;font-weight:800;color:#cfc4b5}.choice-line label{position:relative;cursor:pointer}.choice-line input{position:absolute;opacity:0}.choice-line b{min-width:90px;height:38px;padding:0 13px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.09);border-radius:18px 6px 18px 6px;font-size:11px;transition:.25s}.choice-line input:checked+b{color:#120e09;border-color:var(--gold-bright);background:linear-gradient(120deg,#c6973f,#f0d487)}
.lead-title-field{margin-bottom:18px}.lead-map-field{margin-top:18px;padding:17px;display:grid;grid-template-columns:minmax(235px,.8fr) minmax(0,1.2fr);align-items:center;gap:16px;border:1px solid rgba(240,212,135,.15);border-radius:25px 8px 25px 8px;background:rgba(213,170,82,.04)}.lead-map-field>span{display:grid;grid-template-columns:38px 1fr;gap:3px 10px;align-items:center}.lead-map-field>span i{grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;border-radius:14px 5px 14px 5px;color:var(--gold-bright);font-style:normal;background:rgba(213,170,82,.1)}.lead-map-field b{font-size:11px}.lead-map-field small{font-size:8px;color:rgba(255,255,255,.4)}
.lead-upload{position:relative;min-height:142px;padding:22px;display:flex;align-items:center;gap:17px;border:1px dashed rgba(240,212,135,.35);border-radius:30px 9px 30px 9px;background:linear-gradient(135deg,rgba(213,170,82,.07),rgba(255,255,255,.015));cursor:pointer;transition:.3s}.lead-upload:hover{border-color:var(--gold-bright);background:rgba(213,170,82,.1);transform:translateY(-2px)}.lead-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.upload-symbol{flex:0 0 58px;width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(240,212,135,.25);border-radius:22px 7px 22px 7px;color:var(--gold-bright);font-size:28px;background:rgba(5,5,5,.38)}.lead-upload>span:nth-of-type(2){display:flex;flex-direction:column;gap:7px}.lead-upload b{font-size:14px}.lead-upload small{font-size:9px;line-height:1.7;color:rgba(255,255,255,.42)}.lead-upload>em{margin-right:auto;padding:10px 14px;border:1px solid rgba(240,212,135,.2);border-radius:18px 6px 18px 6px;color:var(--gold-bright);font-size:10px;font-style:normal;font-weight:800}.lead-upload-preview{margin-top:12px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.lead-upload-summary{grid-column:1/-1;display:flex;gap:10px;align-items:center;color:#bfe8cb;font-size:10px}.lead-upload-summary span{color:rgba(255,255,255,.4)}.lead-upload-preview figure{position:relative;margin:0;height:128px;border:1px solid rgba(240,212,135,.14);border-radius:19px 6px 19px 6px;overflow:hidden;background:#060606}.lead-upload-preview img{width:100%;height:100%;object-fit:cover}.lead-upload-preview figcaption{position:absolute;inset:auto 0 0;padding:26px 9px 8px;display:flex;justify-content:space-between;gap:5px;background:linear-gradient(transparent,rgba(0,0,0,.92))}.lead-upload-preview figcaption b{max-width:72%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}.lead-upload-preview figcaption small{font-size:7px}.lead-upload-error{grid-column:1/-1;margin:0;padding:12px;color:#ffb4a9;border:1px solid rgba(255,103,84,.25);border-radius:16px 5px 16px 5px;background:rgba(255,79,54,.07);font-size:11px}.lead-textarea{margin-top:18px}
.lead-consent{margin:22px 0;display:flex;align-items:flex-start;gap:10px;color:rgba(255,255,255,.62);font-size:11px;line-height:1.7;cursor:pointer}.lead-consent input{appearance:none;flex:0 0 21px;width:21px;height:21px;margin:0;border:1px solid rgba(240,212,135,.3);border-radius:7px;background:#090909}.lead-consent input:checked{background:var(--gold);box-shadow:inset 0 0 0 5px #15100a}.lead-submit{width:100%;min-height:76px;padding:0 26px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:30px 9px 30px 9px;color:#150f08;background:linear-gradient(110deg,#b7832c,#f0d487 48%,#c8953c);background-size:200% 100%;box-shadow:0 20px 55px rgba(213,170,82,.18);cursor:pointer;overflow:hidden;animation:goldShift 4s ease-in-out infinite;transition:.3s}.lead-submit:hover{transform:translateY(-3px);box-shadow:0 25px 70px rgba(213,170,82,.3)}.lead-submit>span{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.lead-submit b{font-size:14px}.lead-submit small{font-size:9px;color:rgba(20,14,7,.65)}.lead-submit>i{font-size:27px;font-style:normal}.lead-submit.is-loading{pointer-events:none;filter:saturate(.7)}.lead-submit.is-loading>i{animation:spin 1s linear infinite}.lead-submit:disabled{opacity:.8}.lead-form-status{min-height:0;display:flex;flex-direction:column;gap:4px;font-size:11px;transition:.25s}.lead-form-status.working,.lead-form-status.success,.lead-form-status.error{min-height:48px;margin-top:12px;padding:12px 15px;border-radius:18px 6px 18px 6px}.lead-form-status.working{color:var(--gold-bright);background:rgba(213,170,82,.06)}.lead-form-status.success{color:#bfe8cb;background:rgba(76,172,112,.08);border:1px solid rgba(117,211,149,.18)}.lead-form-status.error{color:#ffb4a9;background:rgba(255,79,54,.07)}.lead-form-status span{color:rgba(255,255,255,.5);font-size:9px}
@media(max-width:1180px){.site-header{grid-template-columns:145px minmax(300px,1fr) 130px 130px;padding-inline:16px}.site-header nav{gap:18px}.header-quick{height:52px;padding:0 8px}.header-quick>i{flex-basis:30px;width:30px;height:30px}.header-quick small{display:none}.lead-orbit{flex-basis:220px;width:220px;height:220px}.lead-orbit>i{animation-name:none}.choice-tile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lead-workspace{grid-template-columns:285px minmax(0,1fr)}.lead-fields.three{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.site-header{height:76px;grid-template-columns:118px minmax(76px,1fr) minmax(76px,1fr) 44px;gap:7px;right:12px;left:12px;top:10px;padding-inline:10px}.site-header nav{top:94px}.brand,.brand img{width:112px}.header-quick{height:46px;padding:0 7px;border-radius:17px 5px 17px 5px}.header-quick>i{display:none}.header-quick b{font-size:10px;text-align:center}.header-quick small{display:none}.menu-button{position:relative!important;inset:auto!important;margin:0!important}.lead-page{padding:110px 18px 70px}.lead-hero{min-height:580px;padding:46px 30px;align-items:flex-start}.lead-hero-copy{width:100%}.lead-hero h1{font-size:clamp(43px,9vw,68px)}.lead-orbit{position:absolute;left:54px;bottom:-34px;width:190px;height:190px;opacity:.55}.lead-workspace{grid-template-columns:1fr}.lead-aside{position:relative;top:auto}.lead-aside ol{grid-template-columns:repeat(3,1fr)}.lead-aside li{border-bottom:0}.lead-contact-card{max-width:300px}.lead-map-field{grid-template-columns:1fr}.lead-upload-preview{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:620px){.site-header{grid-template-columns:88px minmax(68px,1fr) minmax(68px,1fr) 40px;gap:5px}.brand,.brand img{width:86px}.header-quick{padding:0 3px;justify-content:center}.header-quick b{font-size:8px}.lead-page{padding-inline:10px}.lead-hero{min-height:610px;padding:42px 22px;border-radius:36px 10px 36px 10px}.lead-hero h1{font-size:42px}.lead-hero p{font-size:14px}.lead-promises span{font-size:9px}.lead-orbit{left:34px;bottom:-28px;width:170px;height:170px}.lead-workspace{margin-top:15px;gap:15px}.lead-aside{padding:28px 22px;border-radius:32px 9px 32px 9px}.lead-aside ol{grid-template-columns:1fr}.lead-aside li{border-bottom:1px solid rgba(255,255,255,.07)}.lead-form{padding:24px 17px;border-radius:34px 10px 34px 10px}.lead-form-head{align-items:flex-start;flex-direction:column}.lead-fields.two,.lead-fields.three{grid-template-columns:1fr}.choice-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.choice-line{align-items:stretch}.choice-line>span{width:100%;margin:0}.choice-line label{flex:1}.choice-line b{min-width:0}.lead-upload{padding:20px 15px;align-items:flex-start;flex-wrap:wrap}.upload-symbol{flex-basis:45px;width:45px;height:45px}.lead-upload>em{margin-right:62px}.lead-upload-preview{grid-template-columns:repeat(2,minmax(0,1fr))}.lead-submit{padding:0 18px}.lead-submit b{font-size:12px}}

/* Compact request / offer layout: functional hero with no decorative orbit. */
.lead-page{padding:112px 3vw 60px}
.lead-hero{min-height:0;padding:42px clamp(24px,5vw,64px);display:block;border-radius:42px 14px 42px 14px}
.lead-hero:after,.lead-orbit{display:none!important}
.lead-hero-copy{width:min(900px,100%)}
.lead-hero h1{margin:14px 0 12px;font-size:clamp(40px,4.6vw,68px)}
.lead-hero p{font-size:15px;line-height:1.8}
.lead-promises{margin-top:18px}
.lead-workspace{margin-top:18px;gap:18px;grid-template-columns:minmax(250px,320px) minmax(0,1fr)}
.lead-aside{padding:28px 25px}
.lead-aside h2{margin:10px 0 18px;font-size:26px}
.lead-aside li{padding:11px 0}
.lead-contact-card{margin-top:16px;padding:16px}
.lead-form{padding:clamp(20px,3vw,38px)}
.lead-form-head{padding-bottom:18px}
.lead-form-section{padding:24px 0}
.lead-form-section legend{padding-bottom:16px}
.choice-tile-grid{margin-bottom:14px}
.lead-fields.three{margin-top:14px}
.lead-upload{min-height:118px}
.lead-textarea{margin-top:14px}

@media(max-width:900px){
  .lead-page{padding:96px 12px 48px}
  .lead-hero{min-height:0;padding:30px 22px}
  .lead-hero h1{font-size:clamp(36px,9vw,52px)}
  .lead-workspace{grid-template-columns:1fr}
}
@media(max-width:620px){
  .lead-page{padding:92px 10px 42px}
  .lead-hero{min-height:0;padding:28px 18px;border-radius:30px 9px 30px 9px}
  .lead-hero h1{font-size:35px;margin:12px 0 10px}
  .lead-promises{margin-top:14px;gap:6px}
  .lead-workspace{margin-top:12px;gap:12px}
  .lead-aside{padding:22px 18px}
  .lead-aside h2{margin:8px 0 14px}
  .lead-form{padding:20px 16px}
  .lead-form-section{padding:20px 0}
}

/* Clear property hierarchy: details, contact, then secondary actions */
.property-card-copy{padding-bottom:14px}.property-card-copy>p{min-height:0}.property-facts{margin:14px 0 0}.property-card-actions{display:block;padding:0 18px 18px}.property-card-actions .property-contact-action{width:100%;height:60px;padding:0 15px;display:flex;align-items:center;justify-content:flex-start;gap:11px;border:0;border-radius:24px 8px 24px 8px;color:#102016;background:linear-gradient(110deg,#63d18b,#94e2ae);box-shadow:0 12px 34px rgba(70,190,112,.15);font-size:12px;font-weight:900}.property-contact-action>i{width:34px;height:34px;display:grid;place-items:center;border-radius:13px 5px 13px 5px;color:#c9f4d7;background:#153321;font-style:normal}.property-contact-action>span{display:flex;flex:1;flex-direction:column;align-items:flex-start;gap:2px}.property-contact-action b{font-size:12px}.property-contact-action small{font-size:8px;color:rgba(11,47,25,.65)}.property-contact-action>em{font-size:19px;font-style:normal}.property-card-secondary-actions{margin-top:8px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.property-card-actions .property-card-secondary-actions>a,.property-card-actions .property-card-secondary-actions>button{width:100%;height:42px;gap:8px;border:1px solid rgba(240,212,135,.16);border-radius:18px 6px 18px 6px;color:#cfc5b8;background:rgba(255,255,255,.025);font-size:10px;font-weight:800}.property-card-actions .property-card-secondary-actions>a:hover,.property-card-actions .property-card-secondary-actions>button:hover{color:var(--gold-bright);border-color:rgba(240,212,135,.4);background:rgba(213,170,82,.07)}
.property-detail-shell{padding:18px 4vw 72px}.property-back-link{margin-bottom:14px}.property-detail-hero{grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr);gap:24px}.property-detail-visual{min-height:520px;border-radius:52px 14px 52px 14px}.property-detail-visual>img{height:520px}.property-detail-intro{padding:14px 6px}.property-detail-intro h1{margin:13px 0 16px;font-size:clamp(42px,4.5vw,72px)}.property-detail-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.property-detail-summary>span{min-width:0;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:18px 6px 18px 6px;background:rgba(255,255,255,.025);display:flex;flex-direction:column;gap:5px}.property-detail-summary small{color:#887f73;font-size:9px}.property-detail-summary b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.property-detail-intro>p{margin:16px 0 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:13px;line-height:1.85}.property-detail-primary-actions{margin-top:18px;gap:8px}.property-detail-primary-actions>a.property-detail-contact{min-height:68px;border:0;color:#102016;background:linear-gradient(110deg,#63d18b,#9ae6b3);box-shadow:0 14px 40px rgba(70,190,112,.14)}.property-detail-primary-actions>a.property-detail-contact>i{color:#d5f6df;background:#173824}.property-detail-primary-actions>a.property-detail-contact small{color:rgba(12,54,29,.62)}.property-detail-secondary-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.property-detail-secondary-actions>a,.property-detail-secondary-actions>button{min-height:54px;padding:8px 12px;display:flex;align-items:center;gap:9px;border:1px solid rgba(240,212,135,.16);border-radius:20px 6px 20px 6px;color:#eee4d6;background:rgba(255,255,255,.025);text-align:right;cursor:pointer}.property-detail-secondary-actions>*>i{width:34px;height:34px;display:grid;place-items:center;border-radius:13px 5px 13px 5px;color:var(--gold-bright);background:rgba(213,170,82,.09);font-style:normal}.property-detail-secondary-actions span{display:flex;flex-direction:column}.property-detail-secondary-actions b{font-size:11px}.property-detail-secondary-actions small{margin-top:2px;color:#82796e;font-size:8px}
.property-information{margin-top:32px;padding:36px;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);gap:12px 18px;border-radius:48px 14px 48px 14px}.property-information>header{grid-column:1/-1}.property-information h2{margin:7px 0 16px;font-size:34px}.property-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.property-info-grid article{min-height:88px;padding:13px;border-radius:20px 6px 20px 6px}.property-info-grid article>i{width:38px;height:38px;font-size:17px}.property-info-grid small{font-size:9px}.property-info-grid b{font-size:11px}.property-description-panel{margin:0;min-height:100%;padding:24px;border-radius:26px 8px 26px 8px}.property-description-panel p{font-size:12px;line-height:1.95}.property-contact-band{display:none}
@media(max-width:1100px){.property-detail-hero{grid-template-columns:1fr}.property-detail-visual,.property-detail-visual>img{min-height:460px;height:460px}.property-information{grid-template-columns:1fr}.property-information>header,.property-info-grid,.property-description-panel{grid-column:1}}
@media(max-width:680px){.property-card-copy{padding:17px 17px 10px}.property-card-actions{padding:0 13px 13px}.property-detail-shell{padding:12px 12px 55px}.property-detail-visual,.property-detail-visual>img{min-height:340px;height:340px}.property-detail-intro h1{font-size:39px}.property-detail-summary{grid-template-columns:1fr 1fr}.property-detail-summary>span:last-child{grid-column:1/-1}.property-detail-secondary-actions{grid-template-columns:1fr 1fr}.property-information{margin-top:18px;padding:24px 13px}.property-information h2{font-size:28px}.property-info-grid{grid-template-columns:1fr 1fr}.property-info-grid article{min-height:82px;padding:11px;gap:9px}.property-description-panel{padding:19px}}
