@font-face{font-family:IRANYekanX;src:url("../fonts/IRANYekanX-Light.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:IRANYekanX;src:url("../fonts/IRANYekanX-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:IRANYekanX;src:url("../fonts/IRANYekanX-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:IRANYekanX;src:url("../fonts/IRANYekanX-DemiBold.ttf") format("truetype");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:IRANYekanX;src:url("../fonts/IRANYekanX-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:IRANYekanX;src:url("../fonts/IRANYekanX-ExtraBold.ttf") format("truetype");font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:IRANYekanX;src:url("../fonts/IRANYekanX-Black.ttf") format("truetype");font-weight:900;font-style:normal;font-display:swap}

:root{
  --red:#c71835;
  --red-deep:#a90e27;
  --ink:#101215;
  --ink-2:#181b20;
  --graphite:#282b30;
  --warm:#f3f1ed;
  --paper:#faf9f7;
  --white:#fff;
  --muted:#72767d;
  --line:#dfdfdc;
  --line-dark:#30333a;
  --radius-sm:14px;
  --radius-md:22px;
  --radius-lg:32px;
  --shell:1360px;
  --shadow:0 24px 70px rgba(15,17,20,.12);
  --ease:cubic-bezier(.22,.8,.2,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:95px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:IRANYekanX,Tahoma,sans-serif;font-size:15px;font-weight:400;line-height:1.9;overflow-x:hidden;text-rendering:optimizeLegibility}
html[dir="rtl"] body{direction:rtl;text-align:right}
html[dir="rtl"] input,html[dir="rtl"] select,html[dir="rtl"] textarea{text-align:right;direction:rtl}
html[dir="rtl"] .nav-menu,html[dir="rtl"] .nav-links{direction:rtl}
html[dir="rtl"] .brand,html[dir="rtl"] .footer-phone{direction:ltr}
body.menu-open,body.modal-open{overflow:hidden}
::selection{background:var(--red);color:#fff}
:focus-visible{outline:2px solid #ff4260;outline-offset:3px}
img{display:block;width:100%;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{border:0;color:inherit;cursor:pointer}
ul,ol,dl{margin:0;padding:0}
h1,h2,h3,p{margin-top:0}
.shell{width:min(var(--shell),calc(100% - 64px));margin-inline:auto}
.skip-link{position:fixed;z-index:999;right:20px;top:12px;transform:translateY(-150%);background:#fff;color:#000;padding:8px 15px;border-radius:8px}
.skip-link:focus{transform:none}

.site-header{position:absolute;z-index:80;inset:0 0 auto;color:#fff}
.utility-bar{height:38px;background:rgba(7,8,10,.86);border-bottom:1px solid rgba(255,255,255,.08)}
.utility-inner{height:100%;display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#b9bdc4}
.utility-inner p,.utility-inner div{display:flex;align-items:center;gap:12px;margin:0}
.utility-inner a{font-size:10px;font-weight:500;letter-spacing:.02em}
.pulse{width:6px;height:6px;border-radius:50%;background:#ff3959;box-shadow:0 0 0 5px rgba(255,57,89,.12)}
.utility-separator{width:1px;height:13px;background:#484b51}
.nav-layer{height:88px;background:rgba(13,15,18,.52);border-bottom:1px solid rgba(255,255,255,.1);backdrop-filter:blur(18px);transition:.35s var(--ease)}
.site-header.is-scrolled{position:fixed}
.site-header.is-scrolled .utility-bar{display:none}
.site-header.is-scrolled .nav-layer{height:76px;background:rgba(13,15,18,.94);box-shadow:0 16px 45px rgba(0,0,0,.16)}
.nav{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:34px}
.brand{display:inline-flex;align-items:center;gap:12px;justify-self:start;direction:ltr}
.brand-symbol{width:39px;height:39px;border-radius:12px;background:var(--red);position:relative;display:inline-block;overflow:hidden;box-shadow:inset 0 -9px 16px rgba(76,0,13,.22)}
.brand-symbol::before,.brand-symbol::after,.brand-symbol i{content:"";position:absolute;background:#fff;transform:rotate(45deg);border-radius:2px}
.brand-symbol::before{width:19px;height:19px;left:5px;top:15px}
.brand-symbol::after{width:19px;height:19px;right:5px;top:15px}
.brand-symbol i{width:11px;height:21px;left:14px;top:21px;background:var(--red);z-index:2}
.brand-copy{display:grid;gap:3px;line-height:1}
.brand-copy strong{font-family:Arial,sans-serif;font-size:21px;letter-spacing:-.06em}
.brand-copy strong span{color:#ff3857}
.brand-copy small{font:600 7px/1.1 Arial,sans-serif;text-transform:uppercase;letter-spacing:.2em;color:#9da2aa}
.nav-links{display:flex;align-items:center;gap:32px;font-size:12px;font-weight:600}
.nav-links a{position:relative;color:#e8eaed;transition:.25s}
.nav-links a::after{content:"";position:absolute;right:0;bottom:-15px;height:2px;width:0;background:var(--red);transition:.35s var(--ease)}
.nav-links a:hover{color:#fff}
.nav-links a:hover::after{width:100%}
.nav-actions{justify-self:end;display:flex;align-items:center;gap:10px}
.icon-button,.menu-button{width:42px;height:42px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.03);display:grid;place-items:center;transition:.25s}
.icon-button:hover,.menu-button:hover{background:#fff;color:#111;border-color:#fff}
.menu-button{display:none;position:relative}
.menu-close-icon{display:none}
.menu-button.active .menu-open-icon{display:none}
.menu-button.active .menu-close-icon{display:block}

.button{min-height:44px;padding:0 18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:11px;font-weight:700;white-space:nowrap;transition:transform .3s var(--ease),background .3s,color .3s,box-shadow .3s}
.button:hover{transform:translateY(-2px)}
.button-light{background:#fff;color:var(--ink)}
.button-light:hover{background:#f1f1ef;box-shadow:0 12px 28px rgba(0,0,0,.15)}
.button-red{background:var(--red);color:#fff;box-shadow:0 14px 34px rgba(199,24,53,.22)}
.button-red:hover{background:var(--red-deep);box-shadow:0 18px 40px rgba(199,24,53,.3)}
.button-dark{background:var(--ink);color:#fff}
.button-dark:hover{background:var(--red)}
.button:active{transform:translateY(0) scale(.985)}
.button-large{min-height:52px;padding-inline:24px;font-size:12px}
.text-button{background:none;color:#fff;display:inline-flex;align-items:center;gap:12px;font-size:11px}
.play-button{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.35);display:grid;place-items:center;transition:.3s}
.text-button:hover .play-button{background:#fff;color:#111;transform:scale(1.06)}
.circle-link{width:40px;height:40px;border-radius:50%;background:#ececeb;display:grid;place-items:center;transition:.3s}
.circle-link:hover{background:var(--red);color:#fff;transform:rotate(-8deg)}
.text-link{display:inline-flex;align-items:center;gap:12px;font-size:12px;font-weight:700}

.lucide{width:18px;height:18px;flex:0 0 auto;stroke-width:1.75}
.button .lucide{width:16px;height:16px;transition:transform .3s var(--ease)}
.button:hover .lucide{transform:translateX(-2px)}
.icon-button .lucide,.menu-button .lucide{width:19px;height:19px}
.play-button .lucide{width:14px;height:14px;fill:currentColor}
.circle-link .lucide{width:17px;height:17px}
.text-link .lucide{width:17px;height:17px;transition:transform .3s var(--ease),color .3s}
.text-link:hover .lucide{transform:translateX(-4px);color:var(--red)}
.search-icon-wrap .lucide{width:20px;height:20px}
.field-label .lucide{width:15px;height:15px;color:#a9acb1}
.favorite .lucide{width:18px;height:18px}
.favorite.active .lucide{fill:currentColor}
.property-features .lucide{width:14px;height:14px}
.service-icon .lucide{width:24px;height:24px}
.check-list .lucide{width:12px;height:12px}
.modal-close .lucide{width:17px;height:17px}

.hero{height:min(860px,100vh);min-height:720px;position:relative;background:var(--ink);color:#fff;overflow:hidden}
.hero-dark{position:absolute;inset:0 0 0 48%;background:#0c0e11;z-index:1}
.hero-photo{position:absolute;inset:0 41% 0 0;background:url("../img/hero.jpg") center/cover no-repeat;transform:scale(1.015);animation:heroIn 1.6s var(--ease) both}
.hero-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 70%,rgba(12,14,17,.94) 100%)}
.hero-grid{height:100%;position:relative;z-index:3;display:grid;grid-template-columns:47% 53%;padding-top:126px}
.hero-copy{grid-column:1;padding:88px 55px 70px 0;align-self:center}
.overline{display:flex;align-items:center;gap:11px;color:var(--red);font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.overline span{width:28px;height:2px;background:currentColor}
.overline-light{color:#ff4964}
.hero-overline{color:#ff526c}
.hero h1,.section-header h2,.private-copy h2,.services-header h2,.about-copy h2,.center-header h2,.contact-copy h2,.interactive-header h2{font-size:clamp(34px,3.6vw,52px);line-height:1.3;letter-spacing:-.055em;font-weight:900}
.hero h1{font-size:clamp(48px,5.3vw,78px);margin:21px 0 22px;max-width:690px}
.hero-line{display:block;white-space:nowrap}
h1 em,h2 em{font-style:normal;color:var(--red)}
.hero-copy>p{max-width:580px;color:#b8bdc5;font-size:15px;line-height:2.15;margin-bottom:32px}
.hero-actions{display:flex;align-items:center;gap:24px}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);max-width:570px;margin-top:54px;padding-top:25px;border-top:1px solid rgba(255,255,255,.15)}
.hero-stats div{border-left:1px solid rgba(255,255,255,.14);padding-inline:20px}
.hero-stats div:first-child{padding-right:0}
.hero-stats div:last-child{border-left:0}
.hero-stats dt{font-size:25px;font-weight:700;line-height:1;color:#fff}
.hero-stats dd{font-size:9px;color:#81868e;margin:8px 0 0}
.hero-index{position:absolute;z-index:4;left:32px;bottom:41px;color:#fff;display:flex;align-items:center;gap:11px;transform-origin:left bottom;transform:rotate(-90deg) translateY(100%)}
.hero-index span:first-child{color:#ff4763;font:700 11px/1 Arial,sans-serif}
.hero-index span:last-child{font:700 8px/1 Arial,sans-serif;letter-spacing:.25em;color:#b7bbc2}
.hero-index i{width:34px;height:1px;background:#61656c}
.scroll-cue{position:absolute;z-index:4;right:calc((100% - min(var(--shell),calc(100% - 64px)))/2);bottom:112px;display:flex;align-items:center;gap:14px;font-size:9px;color:#a7abb3;writing-mode:vertical-rl}
.scroll-cue i{display:block;width:1px;height:48px;background:linear-gradient(var(--red) 50%,rgba(255,255,255,.25) 50%);background-size:100% 200%;animation:scrollLine 2s ease-in-out infinite}
@keyframes heroIn{from{opacity:.45;transform:scale(1.08)}to{opacity:1;transform:scale(1.015)}}
@keyframes scrollLine{0%{background-position:0 100%}100%{background-position:0 -100%}}

.search-section{position:relative;z-index:8;margin-top:-55px}
.surface{background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.8);box-shadow:var(--shadow);backdrop-filter:blur(18px)}
.property-search{border-radius:var(--radius-md);padding:18px;display:grid;grid-template-columns:minmax(230px,250px) minmax(0,1fr);gap:15px 24px;min-width:0}
.search-heading{grid-row:span 2;display:flex;align-items:center;gap:14px;padding:12px 18px;border-left:1px solid var(--line);min-width:0}
.search-heading>div{min-width:0}
.search-icon-wrap{width:48px;height:48px;border-radius:15px;background:#f6e9ec;color:var(--red);display:grid;place-items:center;flex:0 0 auto}
.search-heading strong,.search-heading small{display:block}
.search-heading strong{font-size:13px}
.search-heading small{font-size:9px;color:#96999e;margin-top:3px}
.search-tabs{display:flex;align-items:center;gap:3px;min-width:0}
.search-tab{background:transparent;border-radius:999px;padding:6px 14px;color:#83868c;font-size:10px;font-weight:800}
.search-tab.active{background:#f5e8eb;color:var(--red)}
.search-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:0;align-items:stretch;min-width:0;width:100%}
.search-fields>*{min-width:0}
.search-field{display:block;padding:9px 19px;border-left:1px solid var(--line);min-width:0}
.field-label{display:flex;align-items:center;gap:8px;color:#96999e;font-size:9px}
.search-field select{border:0;background:transparent;outline:0;width:100%;min-width:0;margin-top:3px;color:var(--ink);font-size:11px;font-weight:800;appearance:none;cursor:pointer;padding:0 0 0 20px;text-overflow:ellipsis}
.search-submit{margin-right:15px;align-self:center;min-height:48px}

.section{padding:125px 0}
.section-header{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:52px}
.section-header h2{margin:13px 0 0}
.section-aside{width:min(430px,100%)}
.section-aside>p{font-size:12px;color:var(--muted);line-height:2.1;margin-bottom:24px}
.filter-tabs{display:inline-flex;padding:4px;border:1px solid var(--line);border-radius:999px;background:#f4f3f1}
.filter-tab{background:transparent;padding:7px 15px;border-radius:999px;font-size:10px;color:#7b7e84}
.filter-tab.active{background:var(--ink);color:#fff;box-shadow:0 6px 16px rgba(16,18,21,.15)}
.property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}
.property-card{min-width:0;background:#fff;border:1px solid #e4e3df;border-radius:26px;padding:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 0 rgba(16,18,21,.03);transition:transform .45s var(--ease),box-shadow .45s,border-color .45s}
.property-card:hover{transform:translateY(-7px);box-shadow:0 28px 70px rgba(16,18,21,.11);border-color:#d9d7d2}
.property-card.filter-out{display:none}
.property-photo,.property-photo-wide{display:block;height:auto;aspect-ratio:4/3;overflow:hidden;background:#e4e4e1;border-radius:19px}
.property-photo img{height:100%;object-fit:cover;transition:transform 1s var(--ease)}
.property-card:hover .property-photo img{transform:scale(1.045)}
.property-content{padding:20px 16px 14px;display:flex;flex:1;flex-direction:column}
.property-topline{display:flex;justify-content:space-between;align-items:center;color:#8b8e94;font-size:9px}
.property-topline>span{display:flex;align-items:center;gap:7px}
.property-topline>span::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--red)}
.favorite{width:38px;height:38px;border:1px solid #e8e6e1;border-radius:50%;background:#f7f6f3;display:grid;place-items:center;transition:transform .25s,background .25s,color .25s,border-color .25s}
.favorite:hover,.favorite.active{background:var(--red);color:#fff}
.favorite:hover{transform:scale(1.05)}
.favorite.active{transform:scale(1.05);border-color:var(--red)}
.property-content h3{font-size:20px;font-weight:700;line-height:1.5;margin:8px 0 15px;letter-spacing:-.025em}
.property-features{display:flex;flex-wrap:wrap;gap:7px;list-style:none;color:#73767c;font-size:9px;padding-bottom:18px}
.property-features li{display:flex;align-items:center;gap:6px;padding:6px 9px;background:#f5f4f1;border:1px solid #eceae5;border-radius:10px;white-space:nowrap}
.property-footer{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-top:auto;padding-top:16px;border-top:1px solid #eceae6}
.property-footer small,.property-footer strong{display:block}
.property-footer small{font-size:8px;color:#9a9ca1}
.property-footer strong{font-size:13px;margin-top:2px}
.section-more{display:flex;justify-content:center;margin-top:38px}
.empty-state{padding:35px;text-align:center;border:1px dashed var(--line);border-radius:var(--radius-md);color:var(--muted)}

.private-section{padding:40px 0 100px}
.private-layout{min-height:690px;background:var(--ink);border-radius:var(--radius-lg);overflow:hidden;display:grid;grid-template-columns:1.08fr .92fr;color:#fff}
.private-media{position:relative;min-height:580px}
.private-media img{height:100%;object-fit:cover}
.private-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 60%,var(--ink) 100%)}
.private-copy{padding:80px 70px 80px 40px;align-self:center;position:relative}
.private-copy h2{font-size:clamp(34px,3.6vw,50px);margin:16px 0 24px}
.private-copy p{color:#aeb2b9;font-size:12px;max-width:540px;line-height:2.15}
.check-list{list-style:none;display:grid;gap:12px;margin:28px 0 35px;font-size:11px;color:#d5d7db}
.check-list li{display:flex;align-items:center;gap:11px}
.check-list li span{width:23px;height:23px;border-radius:50%;background:#332027;color:#ff4d68;display:grid;place-items:center;font-size:9px}
.private-signature{position:absolute;left:38px;bottom:-18px;font:900 110px/1 Arial,sans-serif;color:rgba(255,255,255,.035);letter-spacing:-.1em}

.areas-section{background:var(--warm)}
.area-grid{display:grid;grid-template-columns:1.18fr .82fr .82fr;gap:22px;align-items:end}
.area-card{display:block}
.area-image{height:380px;border-radius:var(--radius-md);overflow:hidden;background:#ddd}
.area-card-large .area-image{height:480px}
.area-image img{height:100%;object-fit:cover;transition:transform .9s var(--ease)}
.area-card:hover .area-image img{transform:scale(1.045)}
.area-info{display:flex;align-items:end;justify-content:space-between;padding:19px 4px 0}
.area-info>div>span{font-size:8px;font-weight:700;line-height:1;color:var(--red)}
.area-info h3{font-size:23px;margin:4px 0 1px}
.area-info p{font-size:9px;color:#80838a;margin:0}

.services-section{background:var(--ink);color:#fff}
.services-header{max-width:730px;margin-bottom:52px}
.services-header h2{margin:14px 0 18px}
.services-header p{color:#93979f;font-size:12px}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line-dark);border-radius:var(--radius-md);overflow:hidden}
.service-card{min-height:370px;padding:34px 29px;border-left:1px solid var(--line-dark);position:relative;transition:.4s var(--ease);overflow:hidden}
.service-card:last-child{border-left:0}
.service-card::after{content:"";position:absolute;inset:auto 0 0;height:3px;background:var(--red);transform:scaleX(0);transform-origin:right;transition:.4s var(--ease)}
.service-card:hover{background:#171a1f}
.service-card:hover::after{transform:scaleX(1)}
.service-number{font:700 9px/1 Arial,sans-serif;color:#656970}
.service-icon{width:58px;height:58px;border-radius:18px;background:#202329;color:#e0e2e6;display:grid;place-items:center;margin:44px 0 35px;transition:.35s}
.service-card:hover .service-icon{background:var(--red);color:#fff;transform:translateY(-4px)}
.service-card h3{font-size:18px;margin-bottom:11px}
.service-card p{font-size:10px;line-height:2;color:#8f939a;min-height:62px}
.service-card a{font-size:9px;color:#c5c8cd;display:inline-flex;gap:10px;align-items:center;margin-top:21px}
.service-card a .lucide{width:15px;height:15px;color:#ff4a65;transition:transform .25s}
.service-card a:hover .lucide{transform:translateX(-4px)}

.interactive-header{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:48px}
.interactive-header h2{margin:13px 0 0}
.interactive-header>p{width:min(430px,100%);font-size:12px;line-height:2.1;color:var(--muted);margin:0}

.journey-section{background:#efede8;padding:120px 0}
.journey-shell{background:#0f1114;color:#fff;border:1px solid #202329;border-radius:32px;padding:12px;display:grid;grid-template-columns:390px minmax(0,1fr);gap:12px;box-shadow:0 35px 90px rgba(15,17,20,.16);perspective:1300px}
.journey-steps{border:1px solid #26292f;border-radius:23px;padding:10px;background:#15171b;display:grid;gap:7px;align-content:center}
.journey-steps{scrollbar-width:none}
.journey-steps::-webkit-scrollbar{display:none}
.journey-step{width:100%;min-height:76px;border:1px solid transparent;border-radius:17px;background:transparent;color:#9b9fa7;text-align:right;padding:10px 13px;display:grid;grid-template-columns:43px 1fr 18px;align-items:center;gap:11px;transition:background .35s var(--ease),color .35s,border-color .35s,transform .35s var(--ease)}
.journey-step:hover{background:#1d2025;color:#fff;transform:translateX(-3px)}
.journey-step.active{background:#fff;color:var(--ink);border-color:#fff;box-shadow:0 16px 32px rgba(0,0,0,.22)}
.journey-step-number{width:43px;height:43px;border:1px solid #353940;border-radius:13px;display:grid;place-items:center;font-size:10px;font-weight:800;color:#c7cad0;transition:.35s}
.journey-step.active .journey-step-number{background:var(--red);border-color:var(--red);color:#fff;box-shadow:0 8px 20px rgba(199,24,53,.3)}
.journey-step strong,.journey-step small{display:block}
.journey-step strong{font-size:11px;font-weight:700;line-height:1.6}
.journey-step small{font-size:8px;color:#6f747d;margin-top:1px}
.journey-step.active small{color:#787b81}
.journey-step>.lucide{width:15px;height:15px;opacity:.35;transition:.35s}
.journey-step.active>.lucide{opacity:1;color:var(--red);transform:rotate(-12deg)}
.journey-stage{min-width:0;min-height:660px;border-radius:23px;padding:33px 38px 35px;position:relative;overflow:hidden;background:radial-gradient(circle at 22% 30%,rgba(199,24,53,.17),transparent 31%),linear-gradient(145deg,#1b1e23 0,#101216 70%);border:1px solid #2b2e34;transform-style:preserve-3d}
.journey-stage::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(to bottom,black,transparent 85%);pointer-events:none}
.journey-stage-top{position:relative;z-index:3;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;color:#81858d}
.journey-count{direction:ltr;font-size:9px;letter-spacing:.1em}
.journey-count b{font-size:18px;color:#fff;font-weight:800}
.journey-progress{height:3px;border-radius:999px;background:#30333a;overflow:hidden}
.journey-progress span{display:block;width:14.285%;height:100%;background:linear-gradient(90deg,#ff4764,var(--red));border-radius:inherit;box-shadow:0 0 16px rgba(255,57,89,.7);transition:width .55s var(--ease)}
.journey-duration{font-size:8px;border:1px solid #34373e;border-radius:999px;padding:5px 10px}
.journey-visual{position:absolute;z-index:1;left:-40px;top:35px;width:420px;height:420px;display:grid;place-items:center;pointer-events:none}
.journey-orbit{position:absolute;border:1px solid rgba(255,255,255,.09);border-radius:50%;animation:orbitSpin 18s linear infinite}
.journey-orbit::after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 16px rgba(255,50,80,.8);top:14%;right:14%}
.journey-orbit-one{width:320px;height:320px}
.journey-orbit-two{width:220px;height:220px;animation-direction:reverse;animation-duration:13s}
.journey-orbit-two::after{width:5px;height:5px;background:#fff;box-shadow:0 0 12px #fff}
.journey-pulse{width:110px;height:110px;border-radius:34px;background:linear-gradient(145deg,#dd1d3d,#9c0d25);display:grid;place-items:center;transform:rotate(-8deg);box-shadow:0 30px 70px rgba(199,24,53,.3)}
.journey-pulse::before,.journey-pulse::after{content:"";position:absolute;border:1px solid rgba(255,255,255,.25);border-radius:38px;inset:-14px;animation:pulseRing 2.6s ease-out infinite}
.journey-pulse::after{inset:-29px;animation-delay:.8s}
.journey-pulse .lucide{width:38px;height:38px;transform:rotate(8deg)}
.journey-code{position:absolute;left:27px;bottom:42px;font:700 8px/1 Arial,sans-serif;letter-spacing:.25em;color:#60646c}
.journey-stage-copy{position:relative;z-index:2;width:min(57%,580px);margin-right:auto;margin-top:225px}
.journey-kicker{display:inline-flex;align-items:center;gap:8px;color:#ff4a66;font-size:9px;font-weight:700}
.journey-kicker::before{content:"";width:20px;height:1px;background:currentColor}
.journey-stage-copy h3{font-size:clamp(28px,3vw,44px);line-height:1.35;margin:11px 0 14px;letter-spacing:-.04em}
.journey-stage-copy>p{font-size:11px;line-height:2.15;color:#969aa2;margin-bottom:23px}
.journey-output{display:inline-flex;align-items:center;gap:12px;border:1px solid #33363d;background:rgba(255,255,255,.035);border-radius:14px;padding:10px 13px}
.journey-output span{display:flex;align-items:center;gap:7px;color:#777b83;font-size:8px}
.journey-output .lucide{width:14px;height:14px;color:#ff4561}
.journey-output strong{font-size:10px}
.journey-controls{position:absolute;z-index:4;left:30px;bottom:30px;display:flex;direction:rtl;gap:8px}
.journey-control{width:42px;height:42px;border:1px solid #3a3d44;border-radius:50%;background:#1c1f24;color:#92969e;display:grid;place-items:center;transition:.3s}
.journey-control:hover:not(:disabled){background:#fff;color:#111;border-color:#fff;transform:translateY(-2px)}
.journey-control-next{background:var(--red);border-color:var(--red);color:#fff}
.journey-control:disabled{opacity:.3;cursor:not-allowed}
.journey-control .lucide{width:16px;height:16px}
@keyframes orbitSpin{to{transform:rotate(360deg)}}
@keyframes pulseRing{0%{opacity:.65;transform:scale(.86)}75%,100%{opacity:0;transform:scale(1.12)}}

.intelligence-section{background:#fbfaf8}
.intelligence-room{background:#0f1115;border:1px solid #22252b;border-radius:30px;padding:10px;box-shadow:0 32px 80px rgba(15,17,20,.14);perspective:1300px}
.intelligence-toolbar{min-height:76px;border:1px solid #282b31;border-radius:21px;background:#171a1f;padding:10px 14px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}
.desk-brand{display:flex;align-items:center;gap:11px;direction:ltr;justify-self:end}
.desk-brand>span{width:42px;height:42px;border-radius:13px;background:var(--red);color:#fff;display:grid;place-items:center;box-shadow:0 10px 22px rgba(199,24,53,.25)}
.desk-brand .lucide{width:19px;height:19px}
.desk-brand strong,.desk-brand small{display:block;text-align:left}
.desk-brand strong{font:800 10px/1.2 Arial,sans-serif;letter-spacing:.12em;color:#fff}
.desk-brand small{font-size:7px;color:#696d75;margin-top:4px}
.intelligence-tabs{display:inline-flex;gap:4px;padding:4px;border:1px solid #30343a;border-radius:999px;background:#111317}
.intelligence-tab{min-height:40px;padding:0 16px;border-radius:999px;background:transparent;color:#7f838b;font-size:9px;font-weight:700;display:inline-flex;align-items:center;gap:7px;transition:.3s}
.intelligence-tab .lucide{width:14px;height:14px}
.intelligence-tab.active{background:#fff;color:var(--ink);box-shadow:0 8px 20px rgba(0,0,0,.25)}
.desk-live{justify-self:start;display:flex;align-items:center;gap:8px;color:#7b7f87;font-size:8px}
.desk-live i,.live-status i{width:6px;height:6px;border-radius:50%;background:#31a76a;box-shadow:0 0 0 5px rgba(49,167,106,.1)}
.intelligence-workspace{display:grid;grid-template-columns:370px minmax(0,1fr);gap:10px;margin-top:10px}
.intelligence-detail{min-height:560px;border-radius:21px;background:#f4f2ed;color:var(--ink);padding:30px;display:flex;flex-direction:column;position:relative;overflow:hidden;transform-style:preserve-3d}
.intelligence-detail::after{content:"A";position:absolute;left:-18px;bottom:-85px;font:900 260px/1 Arial,sans-serif;color:rgba(16,18,21,.035);pointer-events:none}
.intelligence-detail-head{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}
.intelligence-index{font-size:32px;font-weight:900;line-height:1;color:var(--red)}
.live-status{display:flex;align-items:center;gap:7px;font-size:8px;color:#74777d;border:1px solid #deddd8;border-radius:999px;padding:6px 10px;background:#fff}
.intelligence-eyebrow{font-size:9px;font-weight:700;color:var(--red);margin-top:54px;position:relative;z-index:1}
.intelligence-detail h3{font-size:27px;line-height:1.45;margin:8px 0 13px;position:relative;z-index:1}
.intelligence-detail>p{font-size:10px;line-height:2;color:#74777d;position:relative;z-index:1}
.intelligence-checks{list-style:none;display:grid;gap:10px;margin:22px 0 30px;position:relative;z-index:1}
.intelligence-checks li{font-size:9px;display:flex;align-items:center;gap:8px}
.intelligence-checks .lucide{width:16px;height:16px;padding:3px;border-radius:50%;background:#e4e2dc;color:var(--red)}
.intelligence-score{margin-top:auto;position:relative;z-index:1;border-top:1px solid #dcdad5;padding-top:20px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:9px}
.intelligence-score>span{font-size:8px;color:#85888e}
.intelligence-score strong{font-size:25px;line-height:1}
.intelligence-score>div{grid-column:1/-1;height:4px;border-radius:999px;background:#dedcd7;overflow:hidden}
.intelligence-score>div span{display:block;width:98%;height:100%;border-radius:inherit;background:var(--red);transition:width .55s var(--ease)}
.intelligence-deck{min-width:0;min-height:560px;border:1px solid #292c32;border-radius:21px;background:linear-gradient(145deg,#191c21,#111317 75%);padding:24px;position:relative;overflow:hidden}
.intelligence-deck::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:32px 32px;mask-image:linear-gradient(to bottom,black,transparent 85%);pointer-events:none}
.deck-head{min-height:70px;display:grid;grid-template-columns:50px 1fr auto;align-items:center;gap:13px;position:relative;z-index:2;border-bottom:1px solid #2b2e34;padding-bottom:17px}
.deck-mode-icon{width:50px;height:50px;border-radius:15px;background:var(--red);color:#fff;display:grid;place-items:center;box-shadow:0 12px 28px rgba(199,24,53,.25)}
.deck-mode-icon .lucide{width:22px;height:22px}
.deck-head small,.deck-head h3{display:block}
.deck-head small{font-size:8px;color:#ff5971;font-weight:700}
.deck-head h3{font-size:17px;color:#fff;margin:3px 0 0}
.deck-counter{direction:ltr;font:700 9px/1 Arial,sans-serif;color:#5f646c;border:1px solid #30343a;border-radius:999px;padding:8px 11px}
.deck-counter b{font-size:16px;color:#fff}
.deck-counter i{font-style:normal}
.intelligence-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}
.intelligence-node{min-width:0;min-height:168px;padding:17px;background:#1d2025;border:1px solid #30343a;border-radius:17px;color:#9b9fa7;text-align:right;display:grid;grid-template-columns:42px 1fr 16px;align-items:start;align-content:space-between;gap:10px;transition:color .35s,background .35s,border-color .35s,transform .35s var(--ease),box-shadow .35s}
.intelligence-node:hover{color:#fff;border-color:#4b4f57;transform:translateY(-4px)}
.intelligence-node.active{background:linear-gradient(145deg,#df1d40,#a90e28);color:#fff;border-color:#e62a4a;box-shadow:0 20px 42px rgba(0,0,0,.28),0 12px 32px rgba(199,24,53,.2)}
.intelligence-node>span:first-child{width:42px;height:42px;border-radius:13px;background:#2a2e34;display:grid;place-items:center;color:#d6d8dc;transition:.35s}
.intelligence-node.active>span:first-child{background:rgba(255,255,255,.17);color:#fff}
.intelligence-node>span:nth-child(2){align-self:end;grid-column:1/-1}
.intelligence-node b,.intelligence-node small{display:block}
.intelligence-node b{font-size:11px;font-weight:700;line-height:1.5}
.intelligence-node small{font-size:7px;color:#6f737b;margin-top:3px}
.intelligence-node.active small{color:#ffc1cb}
.intelligence-node>.lucide{width:14px;height:14px;color:#5d626b;justify-self:end;transition:.3s}
.intelligence-node.active>.lucide{color:#fff;transform:rotate(-10deg)}
.intelligence-node[hidden]{display:none}
.deck-footer{height:40px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin-top:16px;position:relative;z-index:2;color:#62666e;font-size:7px}
.deck-footer>span:first-child{display:flex;align-items:center;gap:7px}
.deck-footer .lucide{width:13px;height:13px;color:#777c85}
.deck-footer strong{font:700 7px/1 Arial,sans-serif;letter-spacing:.12em}
.deck-scan{height:2px;background:#292c32;border-radius:999px;overflow:hidden}
.deck-scan i{display:block;width:32%;height:100%;background:linear-gradient(90deg,transparent,var(--red),transparent);animation:deckScan 2.8s ease-in-out infinite}
@keyframes deckScan{0%{transform:translateX(-120%)}100%{transform:translateX(410%)}}

.about-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:90px;align-items:center}
.about-copy h2{font-size:clamp(34px,3.6vw,50px);margin:14px 0 25px}
.about-copy>p{font-size:12px;color:var(--muted);line-height:2.2;max-width:590px}
.about-stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:39px;border-top:1px solid var(--line)}
.about-stats div{padding:24px 18px 0;border-left:1px solid var(--line)}
.about-stats div:first-child{padding-right:0}
.about-stats div:last-child{border-left:0}
.about-stats strong{font-size:clamp(27px,3vw,42px);font-weight:800;line-height:1}
.about-stats span{display:block;color:#888b91;font-size:8px;margin-top:9px}
.about-visual{height:650px;position:relative;padding-left:70px}
.about-visual>img{height:100%;object-fit:cover;border-radius:var(--radius-md)}
.about-visual blockquote{position:absolute;left:0;bottom:42px;width:min(410px,85%);background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.8);box-shadow:var(--shadow);border-radius:18px;padding:27px;margin:0}
.quote-mark{font:900 42px/1 Georgia,serif;color:var(--red)}
.about-visual blockquote p{font-size:12px;line-height:2;margin:2px 0 9px}
.about-visual blockquote footer{font-size:8px;color:#8a8d93}

.process-section{padding:110px 0;background:#fff}
.center-header{text-align:center;max-width:760px;margin:0 auto 60px}
.center-header .overline{justify-content:center}
.center-header h2{font-size:clamp(33px,3.6vw,49px);margin:13px 0 0}
.process-list{display:grid;grid-template-columns:repeat(4,1fr);list-style:none;position:relative}
.process-list::before{content:"";position:absolute;right:12%;left:12%;top:32px;height:1px;background:#dedfdf}
.process-list li{text-align:center;padding-inline:24px;position:relative}
.process-list li>span{width:65px;height:65px;border-radius:50%;border:1px solid #d7d8d8;background:#fff;display:grid;place-items:center;margin:0 auto 25px;position:relative;z-index:1;font-size:10px;font-weight:700;line-height:1;transition:.35s}
.process-list li:hover>span{background:var(--red);border-color:var(--red);color:#fff;transform:scale(1.08)}
.process-list h3{font-size:16px;margin-bottom:8px}
.process-list p{font-size:9px;line-height:1.9;color:#86898f;margin:0}

.journal-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px}
.journal-feature>a{display:block;height:430px;border-radius:var(--radius-md);overflow:hidden}
.journal-feature img,.journal-item img{height:100%;object-fit:cover;transition:transform .8s var(--ease)}
.journal-feature:hover img,.journal-item:hover img{transform:scale(1.04)}
.article-meta{display:flex;align-items:center;gap:9px;font-size:8px;color:var(--red);margin-top:18px}
.article-meta span{width:3px;height:3px;border-radius:50%;background:#bbb}
.journal-feature h3{font-size:23px;line-height:1.65;margin:8px 0 0;max-width:720px}
.journal-list{display:grid;gap:26px}
.journal-item{display:grid;grid-template-columns:210px 1fr;gap:23px;padding-bottom:26px;border-bottom:1px solid var(--line)}
.journal-item:last-child{border-bottom:0}
.journal-item>a{height:178px;border-radius:16px;overflow:hidden}
.journal-item .article-meta{margin-top:3px}
.journal-item h3{font-size:15px;line-height:1.8;margin:6px 0}
.journal-item p{font-size:9px;color:#888b91;margin:0}

.contact-section{padding:30px 0 110px}
.contact-card{background:var(--ink);color:#fff;border-radius:var(--radius-lg);padding:70px 7%;display:grid;grid-template-columns:1.05fr .95fr;gap:90px;position:relative;overflow:hidden}
.contact-card::after{content:"A";position:absolute;left:-28px;bottom:-160px;font:900 430px/1 Arial,sans-serif;color:rgba(255,255,255,.025)}
.contact-copy,.contact-form{position:relative;z-index:1}
.contact-copy h2{font-size:clamp(34px,3.6vw,50px);margin:14px 0 20px}
.contact-copy p{font-size:11px;color:#9da1a8;max-width:540px}
.contact-form{background:#191c21;border:1px solid #2a2e34;border-radius:var(--radius-md);padding:27px;display:grid;grid-template-columns:1fr 1fr;gap:17px}
.contact-form label span{display:block;color:#a5a8ae;font-size:8px;margin-bottom:6px}
.contact-form input{width:100%;height:48px;border:1px solid #363a41;border-radius:12px;background:#121419;color:#fff;outline:0;padding:0 14px;font-size:11px;transition:.25s}
.contact-form input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(199,24,53,.12)}
.contact-form .button{grid-column:1/-1}
.contact-form>small{grid-column:1/-1;text-align:center;color:#6f737a;font-size:7px}

.site-footer{background:#0b0d10;color:#fff;padding:75px 0 25px;border-top:1px solid #202329}
.footer-main{display:grid;grid-template-columns:1.6fr repeat(3,.7fr);gap:70px;padding-bottom:55px}
.footer-brand .brand{margin-bottom:22px}
.footer-brand>p{color:#878b92;font-size:10px;max-width:380px}
.footer-phone{font-size:17px;font-weight:700;line-height:1;color:#fff;display:inline-block;margin-top:18px}
.footer-links h3{font-size:10px;color:#fff;margin-bottom:20px}
.footer-links a{display:block;color:#7f838a;font-size:9px;margin:9px 0;transition:.25s}
.footer-links a:hover{color:#fff;transform:translateX(-4px)}
.footer-bottom{border-top:1px solid #24272c;padding-top:24px;display:flex;align-items:center;justify-content:space-between;color:#5f636a;font-size:8px}
.social-links{display:flex;gap:8px}
.social-links a{width:34px;height:34px;border:1px solid #2c3036;border-radius:50%;display:grid;place-items:center;font:700 8px/1 Arial,sans-serif;color:#8c9097;transition:.25s}
.social-links a:hover{background:var(--red);border-color:var(--red);color:#fff}

.toast{position:fixed;z-index:200;left:50%;bottom:24px;transform:translate(-50%,25px);opacity:0;pointer-events:none;background:#fff;color:#111;border:1px solid #e4e4e2;box-shadow:0 18px 55px rgba(0,0,0,.18);border-radius:14px;padding:12px 19px;font-size:10px;transition:.35s var(--ease)}
.toast.show{opacity:1;transform:translate(-50%,0)}
.modal{position:fixed;z-index:150;inset:0;display:grid;place-items:center;visibility:hidden;opacity:0;transition:.3s}
.modal.open{visibility:visible;opacity:1}
.modal-backdrop{position:absolute;inset:0;background:rgba(7,8,10,.82);backdrop-filter:blur(10px)}
.modal-dialog{position:relative;width:min(540px,calc(100% - 30px));background:#fff;border-radius:var(--radius-md);padding:45px;color:var(--ink);transform:translateY(20px) scale(.98);transition:.4s var(--ease)}
.modal.open .modal-dialog{transform:none}
.modal-close{position:absolute;left:15px;top:15px;width:36px;height:36px;border-radius:50%;background:#eee;font-size:20px}
.modal-icon{margin-bottom:27px}
.modal-dialog h2{font-size:30px;line-height:1.4;margin:12px 0}
.modal-dialog p{font-size:11px;color:var(--muted);margin-bottom:25px}

.reveal{opacity:0;transform:translateY(26px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
.reveal.visible{opacity:1;transform:none}

@media(max-width:1180px){
  .nav-links{gap:20px}.nav-cta{display:none}
  .hero-grid{grid-template-columns:53% 47%}.hero-dark{inset:0 0 0 44%}.hero-copy{padding-right:30px;padding-left:0}
  .scroll-cue{display:none}
  .property-search{grid-template-columns:1fr;padding:16px;gap:12px}
  .search-heading{grid-row:auto;border-left:0;border-bottom:1px solid var(--line);padding:8px 10px 14px}
  .search-tabs{padding:0 8px;flex-wrap:wrap}
  .search-submit{margin-right:12px}
  .private-copy{padding-inline:50px 30px}
  .area-grid{grid-template-columns:1.1fr .9fr}.area-card:last-child{grid-column:2}
  .service-grid{grid-template-columns:1fr 1fr}.service-card{border-bottom:1px solid var(--line-dark)}.service-card:nth-child(even){border-left:0}
  .journey-shell{grid-template-columns:330px minmax(0,1fr)}.journey-step{grid-template-columns:40px 1fr 16px;padding-inline:10px}.journey-stage{padding-inline:30px}.journey-stage-copy{width:61%}
  .intelligence-workspace{grid-template-columns:330px minmax(0,1fr)}.intelligence-detail{padding:27px}.intelligence-deck{padding:20px}.intelligence-node{min-height:158px;padding:14px}
  .about-grid{gap:55px}
}

@media(max-width:900px){
  .shell{width:min(720px,calc(100% - 36px))}
  .site-header.is-scrolled .nav-layer{height:70px}
  .nav{grid-template-columns:1fr auto}.nav-links{position:fixed;inset:126px 0 0;background:rgba(12,14,17,.98);backdrop-filter:blur(16px);display:flex;flex-direction:column;align-items:flex-start;padding:40px max(28px,calc((100% - 720px)/2));gap:23px;font-size:19px;transform:translateY(-120%);opacity:0;visibility:hidden;transition:.45s var(--ease)}
  .site-header.is-scrolled .nav-links{inset:70px 0 0}
  .nav-links.open{transform:none;opacity:1;visibility:visible}
  .nav-links a::after{bottom:-5px}.menu-button{display:grid}.search-trigger{display:none}
  .hero{height:auto;min-height:850px}.hero-dark{inset:0;background:linear-gradient(180deg,rgba(12,14,17,.15) 0,rgba(12,14,17,.28) 40%,#0c0e11 62%)}.hero-photo{inset:0 0 38%;background-position:45% center}.hero-photo::after{background:linear-gradient(180deg,rgba(12,14,17,.05),#0c0e11 100%)}
  .hero-grid{grid-template-columns:1fr;padding-top:120px;align-items:end}.hero-copy{grid-column:1;padding:430px 0 70px;align-self:end}.hero-copy>p{max-width:650px}.hero-index{display:none}
  .property-search{grid-template-columns:1fr;padding:16px}.search-heading{grid-row:auto;border-left:0;border-bottom:1px solid var(--line);padding:7px 8px 15px}.search-tabs{padding:0 6px}.search-fields{grid-template-columns:1fr 1fr}.search-field:nth-child(2){border-left:0}.search-submit{grid-column:1/-1;margin:12px 0 0}
  .section{padding:95px 0}.section-header{display:block}.section-aside{margin-top:25px}
  .property-grid{grid-template-columns:1fr 1fr}.property-card:first-child{grid-column:auto}
  .private-layout{grid-template-columns:1fr}.private-media{height:480px;min-height:0}.private-media::after{background:linear-gradient(180deg,transparent 65%,var(--ink))}.private-copy{padding:60px 35px 75px}
  .area-grid{grid-template-columns:1fr 1fr}.area-card-large{grid-column:1/-1}.area-card:last-child{grid-column:auto}.area-card-large .area-image{height:440px}
  .interactive-header{display:block}.interactive-header>p{margin-top:18px}.journey-section{padding:95px 0}.journey-shell{grid-template-columns:1fr}.journey-steps{display:grid;grid-template-columns:repeat(7,210px);overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;align-content:initial}.journey-step{scroll-snap-align:start}.journey-stage{min-height:580px}.journey-stage-copy{width:66%;margin-top:190px}.journey-visual{width:350px;height:350px}.journey-orbit-one{width:280px;height:280px}.journey-orbit-two{width:190px;height:190px}
  .intelligence-toolbar{grid-template-columns:1fr auto}.desk-live{display:none}.intelligence-workspace{grid-template-columns:1fr}.intelligence-detail{min-height:460px}.intelligence-eyebrow{margin-top:38px}.intelligence-deck{min-height:0;order:-1}.intelligence-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .about-grid{grid-template-columns:1fr}.about-visual{height:560px}
  .process-list{grid-template-columns:1fr 1fr;gap:50px 15px}.process-list::before{display:none}
  .journal-grid{grid-template-columns:1fr}.journal-feature>a{height:390px}
  .contact-card{grid-template-columns:1fr;gap:35px;padding:55px 40px}
  .footer-main{grid-template-columns:1.5fr 1fr 1fr}.footer-links:last-child{display:none}
}

@media(max-width:600px){
  html{scroll-padding-top:72px}
  body{font-size:14px}.shell{width:calc(100% - 24px)}
  .utility-bar{height:32px}.utility-inner>div span:last-child,.utility-separator{display:none}.utility-inner p{font-size:8px}
  .nav-layer{height:70px}.nav{gap:10px}.brand-symbol{width:35px;height:35px}.brand-copy strong{font-size:19px}.brand-copy small{font-size:6px}
  .nav-actions{gap:7px}.menu-button{width:40px;height:40px}.nav-links{inset:102px 0 0;padding:34px 22px}.site-header.is-scrolled .nav-links{inset:70px 0 0}
  .hero{min-height:830px}.hero-photo{inset:0 0 45%;background-position:43% center}.hero-dark{background:linear-gradient(180deg,rgba(12,14,17,.03) 0,rgba(12,14,17,.15) 32%,#0c0e11 53%)}.hero-grid{padding-top:100px}.hero-copy{padding:390px 0 62px}
  .hero h1{font-size:43px;line-height:1.22;margin-top:15px}.hero-copy>p{font-size:12px;line-height:2}.hero-actions{align-items:flex-start;flex-direction:column;gap:16px}.hero-actions .button{width:100%}.text-button{padding-right:6px}
  .hero-stats{margin-top:34px;gap:0}.hero-stats div{padding-inline:10px}.hero-stats dt{font-size:20px}.scroll-cue{display:none}
  .search-section{margin-top:-28px}.property-search{border-radius:18px}.search-heading small{display:none}.search-fields{grid-template-columns:1fr}.search-field,.search-field:nth-child(2){border-left:0;border-bottom:1px solid var(--line);padding:12px 8px}.search-submit{grid-column:auto;width:100%}
  .section{padding:78px 0}.section-header{margin-bottom:34px}.section-header h2,.private-copy h2,.services-header h2,.about-copy h2,.center-header h2,.contact-copy h2,.interactive-header h2{font-size:31px;line-height:1.4}.section-aside>p{font-size:11px}
  .filter-tabs{width:100%;justify-content:space-between;overflow:auto}.filter-tab{padding-inline:12px}
  .property-grid{grid-template-columns:1fr}.property-card:first-child{grid-column:auto}.property-photo,.property-photo-wide{height:auto;aspect-ratio:4/3}
  .private-section{padding:20px 0 70px}.private-layout{border-radius:22px}.private-media{height:340px}.private-copy{padding:45px 24px 65px}.private-copy h2{font-size:31px}.private-signature{font-size:75px}
  .area-grid{grid-template-columns:1fr}.area-card-large,.area-card:last-child{grid-column:auto}.area-image,.area-card-large .area-image{height:330px}.area-info{padding-top:14px}
  .service-grid{grid-template-columns:1fr}.service-card,.service-card:nth-child(even){border-left:0;border-bottom:1px solid var(--line-dark);min-height:310px}.service-card:last-child{border-bottom:0}.service-icon{margin:32px 0 27px}
  .interactive-header{margin-bottom:30px}.interactive-header>p{font-size:10px;line-height:2}.journey-section{padding:76px 0}.journey-shell{border-radius:24px;padding:7px}.journey-steps{grid-template-columns:repeat(7,188px);border-radius:18px;padding:7px}.journey-step{min-height:70px;border-radius:14px;grid-template-columns:38px 1fr 14px}.journey-step-number{width:38px;height:38px}.journey-stage{min-height:600px;border-radius:18px;padding:23px 18px 24px}.journey-stage-top{grid-template-columns:auto 1fr;gap:10px}.journey-duration{grid-column:1/-1;justify-self:start}.journey-visual{left:50%;top:63px;width:310px;height:310px;transform:translateX(-50%)}.journey-orbit-one{width:250px;height:250px}.journey-orbit-two{width:170px;height:170px}.journey-pulse{width:90px;height:90px;border-radius:27px}.journey-stage-copy{width:100%;margin-top:295px}.journey-stage-copy h3{font-size:28px}.journey-stage-copy>p{font-size:10px}.journey-output{width:100%;justify-content:space-between}.journey-controls{left:18px;bottom:18px}.journey-code{display:none}
  .intelligence-room{border-radius:24px;padding:7px}.intelligence-toolbar{grid-template-columns:1fr;gap:11px;border-radius:18px;padding:13px}.desk-brand{justify-self:start}.desk-brand small{display:none}.intelligence-tabs{display:grid;grid-template-columns:1fr 1fr;width:100%;border-radius:16px}.intelligence-tab{padding:8px 7px;border-radius:12px;justify-content:center;text-align:center;line-height:1.6}.intelligence-workspace{margin-top:7px;gap:7px}.intelligence-detail{min-height:430px;border-radius:18px;padding:24px}.intelligence-index{font-size:29px}.intelligence-eyebrow{margin-top:32px}.intelligence-detail h3{font-size:25px}.intelligence-deck{border-radius:18px;padding:16px}.deck-head{grid-template-columns:44px 1fr auto}.deck-mode-icon{width:44px;height:44px;border-radius:13px}.deck-head h3{font-size:14px}.deck-counter{padding:7px 8px}.intelligence-grid{grid-template-columns:1fr;gap:8px}.intelligence-node,.intelligence-node:hover,.intelligence-node.active{min-height:92px;border-radius:14px;padding:12px;grid-template-columns:40px 1fr 15px;align-items:center;transform:none;box-shadow:none}.intelligence-node>span:first-child{width:40px;height:40px}.intelligence-node>span:nth-child(2){grid-column:auto;align-self:center}.intelligence-node small{font-size:7px}.deck-footer{grid-template-columns:1fr auto}.deck-scan{display:none}.deck-footer>span:first-child{font-size:6px}
  .about-grid{gap:45px}.about-stats div{padding-inline:10px}.about-stats strong{font-size:27px}.about-visual{height:430px;padding-left:0}.about-visual blockquote{left:10px;right:10px;width:auto;bottom:10px;padding:20px}
  .process-section{padding:80px 0}.process-list{grid-template-columns:1fr;gap:38px}.process-list li{max-width:320px;margin:auto}
  .journal-feature>a{height:300px}.journal-feature h3{font-size:19px}.journal-item{grid-template-columns:120px 1fr;gap:15px}.journal-item>a{height:135px}.journal-item p{display:none}
  .contact-section{padding-bottom:75px}.contact-card{padding:42px 22px;border-radius:22px}.contact-form{grid-template-columns:1fr;padding:20px}.contact-form .button,.contact-form>small{grid-column:auto}
  .footer-main{grid-template-columns:1fr 1fr;gap:45px 25px}.footer-brand{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column;gap:18px}
  .modal-dialog{padding:40px 24px}.modal-dialog h2{font-size:25px}
}

/* ==========================================================================
   Atrohome 1.3 — service pages, live map, comments and polish
   ========================================================================== */

/* Keep the full-screen navigation below WordPress' own toolbar. */
.admin-bar .mobile-menu-panel{top:32px;height:calc(100dvh - 32px)}
.admin-bar .mobile-menu-inner{padding-top:max(18px,env(safe-area-inset-top))}
@media(max-width:782px){
  .admin-bar .mobile-menu-panel{top:46px;height:calc(100dvh - 46px)}
  .admin-bar .article-progress{top:46px}
}
@media(max-width:600px){
  .admin-bar .mobile-menu-inner{padding-top:13px}
  .admin-bar .mobile-menu-head{min-height:53px}
}

/* Redesigned footer contact card. */
.footer-brand>p{margin-bottom:20px}
.footer-contact-card{width:min(365px,100%);min-height:92px;margin-top:19px;padding:12px;border:1px solid #2b2e34;border-radius:19px;background:linear-gradient(135deg,#181b20,#111317);display:grid;grid-template-columns:48px minmax(0,1fr) 33px;align-items:center;gap:12px;direction:rtl;transition:transform .35s var(--ease),border-color .35s,background .35s;overflow:hidden;position:relative}
.footer-contact-card::before{content:"";position:absolute;inset:auto -25px -65px auto;width:125px;height:125px;border-radius:50%;background:rgba(199,24,53,.13);filter:blur(2px)}
.footer-contact-card:hover{transform:translateY(-3px);border-color:#4a343b;background:linear-gradient(135deg,#1c1f24,#15171b)}
.footer-contact-icon{width:48px;height:48px;border-radius:14px;background:var(--red);color:#fff;display:grid;place-items:center;box-shadow:0 12px 28px rgba(199,24,53,.25)}
.footer-contact-icon .lucide{width:20px;height:20px}
.footer-contact-copy{min-width:0}.footer-contact-copy small,.footer-contact-copy strong,.footer-contact-copy b{display:block}
.footer-contact-copy small{font-size:7px;color:#8f949b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.footer-contact-copy small i{display:inline-block;width:6px;height:6px;margin-left:5px;border-radius:50%;background:#36bb83;box-shadow:0 0 0 4px rgba(54,187,131,.1)}
.footer-contact-copy strong{font:750 16px/1.45 Arial,sans-serif;color:#fff;margin:3px 0;direction:ltr;text-align:right}
.footer-contact-copy b{font-size:7px;font-weight:500;color:#747980}
.footer-contact-arrow{position:relative;width:31px;height:31px;border-radius:50%;border:1px solid #34383f;color:#aeb2b9;display:grid;place-items:center;transition:.3s}.footer-contact-arrow .lucide{width:13px}.footer-contact-card:hover .footer-contact-arrow{background:#fff;color:#111;border-color:#fff;transform:translate(-2px,-2px)}

/* Full services page. */
.services-page{background:#f7f6f3}.services-page-hero{position:relative;min-height:760px;background:#0d0f12;color:#fff;padding:185px 0 90px;overflow:hidden}
.services-page-photo{position:absolute;inset:0 55% 0 0;background:linear-gradient(90deg,rgba(13,15,18,.05),#0d0f12 98%),url("../img/property-villa-day.jpg") center/cover no-repeat;opacity:.74}
.services-page-hero::after{content:"ATRO";position:absolute;left:-35px;bottom:-80px;font:900 260px/1 Arial,sans-serif;color:rgba(255,255,255,.018);letter-spacing:-.08em}
.services-page-hero-inner{position:relative}.services-page-hero h1{font-size:clamp(48px,5.6vw,78px);line-height:1.32;letter-spacing:-.06em;margin:20px 0 25px;max-width:880px}
.services-page-intro{display:flex;align-items:center;justify-content:space-between;gap:45px;max-width:980px}.services-page-intro p{max-width:670px;color:#afb4bc;font-size:12px;line-height:2.15;margin:0}
.services-hero-index{display:flex;align-items:center;gap:13px;margin-top:65px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14);max-width:760px}.services-hero-index>span{font:700 26px/1 Arial,sans-serif;color:#fff}.services-hero-index small{font-size:8px;color:#777c84}.services-hero-index i{height:27px;width:1px;background:#353940;margin-inline:15px}
.services-catalog{padding:120px 0}.services-catalog-head{display:grid;grid-template-columns:1.15fr .85fr;align-items:end;gap:80px;margin-bottom:55px}.services-catalog-head>div>span,.service-signature-copy>span,.services-faq>header>span{font:700 8px/1 Arial,sans-serif;color:var(--red);letter-spacing:.14em}.services-catalog-head h2{font-size:clamp(36px,4vw,52px);line-height:1.4;letter-spacing:-.05em;margin:12px 0 0}.services-catalog-head>p{color:#73777d;font-size:11px;line-height:2.1;margin:0}
.services-catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #dddbd6;border-radius:27px;overflow:hidden;background:#dddbd6;gap:1px}.service-detail-card{min-height:435px;padding:31px;background:#fff;display:flex;flex-direction:column;transition:.4s var(--ease)}.service-detail-card:hover{background:#14171b;color:#fff}
.service-detail-card-head{display:flex;align-items:center;justify-content:space-between}.service-detail-card-head>span{font:700 9px/1 Arial,sans-serif;color:#a3a6ab}.service-detail-card-head>.lucide{width:26px;height:26px;color:var(--red)}
.service-detail-card h2{font-size:21px;margin:48px 0 12px}.service-detail-card>p{font-size:10px;color:#777b81;line-height:2.05;min-height:82px}.service-detail-card:hover>p{color:#9398a0}
.service-detail-card ul{list-style:none;display:grid;gap:8px;margin:20px 0 28px}.service-detail-card li{display:flex;align-items:center;gap:8px;font-size:8px;color:#696d73}.service-detail-card:hover li{color:#b6bac1}.service-detail-card li .lucide{width:12px;color:#39a878}
.service-detail-card>a{margin-top:auto;padding-top:17px;border-top:1px solid #e9e7e2;display:flex;align-items:center;justify-content:space-between;font-size:9px;font-weight:750}.service-detail-card:hover>a{border-color:#2e3238}.service-detail-card>a .lucide{width:15px;color:var(--red)}
.service-signature-process{background:#0f1114;color:#fff;padding:120px 0}.service-signature-layout{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.service-signature-media{position:relative;height:650px;border-radius:27px;overflow:hidden}.service-signature-media img{height:100%;object-fit:cover}.service-signature-media::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,12,15,.5),transparent 55%)}.service-signature-media>span{position:absolute;z-index:2;right:22px;bottom:20px;font:700 8px/1 Arial,sans-serif;letter-spacing:.15em}
.service-signature-copy h2{font-size:clamp(38px,4.3vw,57px);line-height:1.4;letter-spacing:-.055em;margin:15px 0 35px}.service-process-list{display:grid;border-top:1px solid #30333a;margin-bottom:35px}.service-process-list>div{display:grid;grid-template-columns:42px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid #30333a}.service-process-list b{font:700 9px/1 Arial,sans-serif;color:#ff4964;padding-top:5px}.service-process-list strong,.service-process-list small{display:block}.service-process-list strong{font-size:13px}.service-process-list small{font-size:9px;color:#898e96;line-height:1.9;margin-top:5px}
.services-faq{padding:110px 0;display:flex;align-items:center;justify-content:space-between;gap:70px}.services-faq>header{max-width:700px}.services-faq h2{font-size:37px;line-height:1.5;margin:10px 0}.services-faq p{font-size:10px;color:#767a80;margin:0}.services-faq>div{display:flex;align-items:center;gap:12px;flex:0 0 auto}.services-call{min-height:53px;display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid #dddbd6;border-radius:999px}.services-call>.lucide{width:17px;color:var(--red)}.services-call small,.services-call strong{display:block}.services-call small{font-size:7px;color:#8b8f95}.services-call strong{font:700 11px/1.4 Arial,sans-serif}

/* Interactive all-properties map. */
.properties-map-page{background:#0e1013;min-height:100vh}.properties-map-head{padding:175px 0 62px;color:#fff;background:#0e1013}.properties-map-head-inner{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:70px}.properties-map-head h1{font-size:clamp(39px,4.5vw,62px);line-height:1.4;letter-spacing:-.055em;margin:16px 0 0}.properties-map-head-inner>p{font-size:11px;color:#9ca1a9;line-height:2.1;margin:0}
.live-map-workspace{height:calc(100dvh - 100px);min-height:690px;display:grid;grid-template-columns:390px minmax(0,1fr);direction:ltr;border-top:1px solid #292c31;background:#15181c}.live-map-sidebar{direction:rtl;background:#f7f6f3;display:grid;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden;position:relative;z-index:4}.live-map-sidebar-head{display:grid;grid-template-columns:44px 1fr 35px;align-items:center;gap:11px;padding:18px;border-bottom:1px solid #dddcd8}.live-map-sidebar-head>span{font:800 28px/1 Arial,sans-serif;color:var(--red)}.live-map-sidebar-head strong,.live-map-sidebar-head small{display:block}.live-map-sidebar-head strong{font-size:11px}.live-map-sidebar-head small{font-size:7px;color:#8b8f94}.live-map-sidebar-head button{display:none;width:35px;height:35px;border-radius:50%;background:#e9e7e2;place-items:center}.live-map-sidebar-head .lucide{width:15px}
.live-map-filters{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:10px;border-bottom:1px solid #dddcd8}.live-map-filters label{display:block;padding:8px 10px;background:#fff;border:1px solid #e2e0db;border-radius:12px}.live-map-filters label>span{display:flex;align-items:center;gap:5px;font-size:7px;color:#8c9095}.live-map-filters .lucide{width:12px;color:var(--red)}.live-map-filters select{width:100%;height:27px;border:0;background:transparent;outline:0;font-size:9px;font-weight:700}
.live-map-results{overflow-y:auto;padding:8px;scrollbar-width:thin}.live-map-result-card{width:100%;direction:rtl;display:grid;grid-template-columns:105px minmax(0,1fr) 25px;gap:11px;align-items:center;text-align:right;padding:7px;margin-bottom:6px;border:1px solid transparent;border-radius:15px;background:transparent;transition:.25s}.live-map-result-card:hover,.live-map-result-card.active{background:#fff;border-color:#dedcd7;box-shadow:0 10px 30px rgba(15,17,20,.07)}.live-map-result-card img{width:105px;height:86px;border-radius:11px;object-fit:cover}.live-map-result-card>span{min-width:0}.live-map-result-card small,.live-map-result-card strong,.live-map-result-card em,.live-map-result-card b{display:block}.live-map-result-card small{font-size:7px;color:var(--red);font-style:normal}.live-map-result-card strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:3px 0}.live-map-result-card em{font-size:7px;color:#8a8e94;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-map-result-card b{font-size:9px;margin-top:5px}.live-map-result-card>.lucide{width:15px;color:#afb2b6}.live-map-result-card.active>.lucide{color:var(--red)}
.live-map-empty{align-self:center;text-align:center;color:#898d93}.live-map-empty .lucide{width:28px;height:28px;margin:0 auto 10px}.live-map-empty strong,.live-map-empty span{display:block;font-size:9px}.live-map-empty span{font-size:8px;margin-top:5px}
.live-map-canvas-wrap{position:relative;min-width:0}.live-map-canvas{position:absolute;inset:0;z-index:1;background:#d7dbdd}.live-map-canvas .leaflet-control-attribution{font-size:7px}.live-map-loading{position:absolute;z-index:3;inset:0;display:flex;align-items:center;justify-content:center;gap:9px;background:#d9dddf;color:#676c72;font-size:9px}.live-map-loading>span{width:18px;height:18px;border:2px solid #aaa;border-top-color:var(--red);border-radius:50%;animation:mapSpin .8s linear infinite}@keyframes mapSpin{to{transform:rotate(360deg)}}
.atro-live-map-icon{background:transparent!important;border:0!important}.atro-live-map-icon>span{position:relative;width:46px;height:46px;border-radius:50% 50% 50% 7px;transform:rotate(-45deg);background:var(--red);border:4px solid #fff;box-shadow:0 8px 25px rgba(64,8,18,.3);display:grid;place-items:center}.atro-live-map-icon b{transform:rotate(45deg);font:800 9px/1 IRANYekanX,sans-serif;color:#fff}.atro-live-map-icon i{position:absolute;inset:7px;border:1px solid rgba(255,255,255,.35);border-radius:50%}
.live-map-legend{position:absolute;z-index:2;left:20px;bottom:20px;direction:rtl;display:flex;align-items:center;gap:13px;padding:10px 13px;border-radius:12px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);box-shadow:0 8px 25px rgba(15,17,20,.12);font-size:8px}.live-map-legend>span{display:flex;align-items:center;gap:6px;font-weight:700}.live-map-legend>span i{width:8px;height:8px;border-radius:50%;background:var(--red)}.live-map-legend small{color:#85898f;border-right:1px solid #d7d5d0;padding-right:12px}
.live-map-list-toggle{display:none;position:absolute;z-index:3;right:14px;top:14px;align-items:center;gap:7px;padding:10px 13px;border-radius:999px;background:#111318;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.2);font-size:9px;font-weight:700}.live-map-list-toggle .lucide{width:14px}.live-map-list-toggle span{background:var(--red);border-radius:999px;padding:2px 6px}
.live-map-property-panel{position:absolute;z-index:3;right:22px;bottom:22px;width:min(380px,calc(100% - 44px));direction:rtl;background:#fff;border-radius:20px;padding:7px;box-shadow:0 25px 70px rgba(0,0,0,.24);overflow:hidden;opacity:0;transform:translateY(18px);transition:.3s var(--ease)}.live-map-property-panel.open{opacity:1;transform:none}.live-map-property-panel>button{position:absolute;z-index:2;left:13px;top:13px;width:32px;height:32px;border-radius:50%;background:rgba(14,16,19,.72);color:#fff;display:grid;place-items:center}.live-map-property-panel>button .lucide{width:14px}.live-map-property-panel>img{width:100%;height:190px;border-radius:15px;object-fit:cover}.live-map-property-panel>div{padding:17px 14px 12px}.live-map-property-panel>div>span{font-size:7px;color:var(--red)}.live-map-property-panel h2{font-size:18px;margin:4px 0}.live-map-property-panel p{font-size:8px;color:#85898f;margin:0}.live-map-property-panel ul{list-style:none;display:flex;gap:7px;margin:12px 0}.live-map-property-panel li{display:flex;align-items:center;gap:5px;padding:5px 8px;border-radius:8px;background:#f2f0ec;font-size:7px}.live-map-property-panel li .lucide{width:12px}.live-map-property-panel footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:12px;border-top:1px solid #e5e3df}.live-map-property-panel footer strong{font-size:11px}.live-map-property-panel footer a{display:flex;align-items:center;gap:6px;font-size:8px;font-weight:750;color:var(--red)}.live-map-property-panel footer .lucide{width:13px}

/* Journal comments. */
.article-comments{padding:100px 0;background:#f0eee9}.article-comments-inner{max-width:980px}.article-comments-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:40px}.article-comments-head>div>span,.comment-reply-title-wrap>span{font:700 8px/1 Arial,sans-serif;color:var(--red);letter-spacing:.14em}.article-comments-head h2{font-size:36px;margin:10px 0 5px}.article-comments-head p{font-size:10px;color:#777b81;margin:0}.article-comments-head>strong{font:800 38px/1 Arial,sans-serif;color:var(--red);text-align:center}.article-comments-head>strong small{display:block;font:500 7px/1.6 IRANYekanX,sans-serif;color:#858990;margin-top:5px}
.atro-comment-list,.atro-comment-list .children{list-style:none}.atro-comment-list>.comment{margin-bottom:12px}.atro-comment-list .comment-body{position:relative;padding:24px;background:#fff;border:1px solid #dfddd8;border-radius:18px}.atro-comment-list .children{margin:10px 45px 0 0}.atro-comment-list .comment-author{display:flex;align-items:center;gap:11px}.atro-comment-list .avatar{width:48px;height:48px;border-radius:14px}.atro-comment-list .fn{font-size:10px;font-style:normal}.atro-comment-list .says{display:none}.atro-comment-list .comment-metadata{position:absolute;left:22px;top:25px;font-size:7px;color:#96999e}.atro-comment-list .comment-content{padding:16px 59px 0 0;font-size:10px;color:#5e6268;line-height:2}.atro-comment-list .comment-content p:last-child{margin-bottom:0}.atro-comment-list .reply{text-align:left}.atro-comment-list .reply a{font-size:8px;font-weight:700;color:var(--red)}
.atro-comment-form-wrap{margin-top:35px;padding:35px;background:#fff;border:1px solid #dedcd7;border-radius:24px}.comment-reply-title-wrap h3{font-size:26px;margin:8px 0}.comment-form-note{font-size:8px;color:#898d93}.atro-comment-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.atro-comment-form>p{margin:0}.atro-comment-form label{display:block;font-size:8px;color:#777b81;margin:0 5px 5px}.atro-comment-form input,.atro-comment-form textarea{width:100%;border:1px solid #dfddd8;border-radius:12px;background:#faf9f7;outline:0;padding:0 13px}.atro-comment-form input{height:47px}.atro-comment-form textarea{padding-block:12px;resize:vertical}.atro-comment-form :is(input,textarea):focus{border-color:#cba5ac;box-shadow:0 0 0 4px rgba(199,24,53,.06)}.atro-comment-form .comment-form-comment,.atro-comment-form .form-submit,.atro-comment-form .comment-form-cookies-consent{grid-column:1/-1}.atro-comment-form .comment-form-cookies-consent{display:flex;align-items:flex-start;gap:7px;font-size:8px;color:#777b81}.atro-comment-form .comment-form-cookies-consent input{width:15px;height:15px;margin-top:3px}.atro-comment-form .comment-form-cookies-consent label{margin:0}.atro-comment-form .form-submit{margin-top:5px}.atro-comment-form .logged-in-as{grid-column:1/-1;font-size:8px}.comment-navigation{display:flex;justify-content:space-between;font-size:8px;margin:20px 0}

@media(max-width:1100px){
  .services-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .services-faq{align-items:flex-start;flex-direction:column}.services-faq>div{flex-wrap:wrap}
  .live-map-workspace{grid-template-columns:340px minmax(0,1fr)}
}

@media(max-width:900px){
  .services-page-hero{min-height:700px;padding-top:160px}.services-page-photo{inset:0;opacity:.2}.services-page-intro{align-items:flex-start;flex-direction:column;gap:25px}.services-catalog-head{grid-template-columns:1fr;gap:25px}.service-signature-layout{grid-template-columns:1fr;gap:55px}.service-signature-media{height:520px}
  .properties-map-head-inner{grid-template-columns:1fr;gap:25px}.properties-map-head{padding:155px 0 50px}.live-map-workspace{display:block;height:calc(100dvh - 46px);min-height:650px;position:relative}.live-map-canvas-wrap{height:100%}.live-map-sidebar{position:absolute;z-index:10;inset:0 auto 0 0;width:min(390px,88vw);transform:translateX(-105%);transition:.38s var(--ease);box-shadow:18px 0 50px rgba(0,0,0,.18)}html[dir="rtl"] .live-map-sidebar{inset:0 0 0 auto;transform:translateX(105%)}.live-map-sidebar.open{transform:none}.live-map-sidebar-head button{display:grid}.live-map-list-toggle{display:flex}.live-map-property-panel{right:14px;bottom:70px}.live-map-legend{bottom:14px}
}

@media(max-width:600px){
  .footer-contact-card{min-height:86px}.footer-contact-copy strong{font-size:14px}
  .services-page-hero{padding:140px 0 70px;min-height:650px}.services-page-hero h1{font-size:39px}.services-hero-index{gap:8px;overflow:hidden}.services-hero-index i{margin-inline:6px}.services-hero-index>span{font-size:20px}.services-catalog{padding:75px 0}.services-catalog-head h2{font-size:33px}.services-catalog-grid{grid-template-columns:1fr}.service-detail-card{min-height:390px;padding:25px}.service-signature-process{padding:75px 0}.service-signature-media{height:390px}.service-signature-copy h2{font-size:35px}.services-faq{padding:75px 0}.services-faq h2{font-size:29px}.services-faq>div{width:100%;align-items:stretch;flex-direction:column}.services-faq .button,.services-call{width:100%;justify-content:center}
  .properties-map-head{padding:135px 0 38px}.properties-map-head h1{font-size:35px}.properties-map-head-inner>p{font-size:9px}.live-map-workspace{height:calc(100dvh - 46px);min-height:590px}.live-map-sidebar{width:92vw}.live-map-legend{left:10px;right:10px;justify-content:center}.live-map-legend small{display:none}.live-map-property-panel{right:8px;bottom:62px;width:calc(100% - 16px)}.live-map-property-panel>img{height:155px}.live-map-result-card{grid-template-columns:90px 1fr 20px}.live-map-result-card img{width:90px;height:75px}
  .article-comments{padding:70px 0}.article-comments-inner{width:calc(100% - 28px)}.article-comments-head{align-items:flex-start}.article-comments-head h2{font-size:29px}.article-comments-head p{display:none}.article-comments-head>strong{font-size:30px}.atro-comment-list .comment-body{padding:18px}.atro-comment-list .comment-metadata{position:static;margin:5px 59px 0 0}.atro-comment-list .comment-content{padding:13px 0 0}.atro-comment-list .children{margin-right:18px}.atro-comment-form-wrap{padding:22px}.atro-comment-form{grid-template-columns:1fr}.atro-comment-form>p{grid-column:1/-1}
}

/* WordPress integration and inner templates */
.custom-logo{width:auto;max-width:190px;max-height:58px;object-fit:contain}
.nav-menu{display:flex;align-items:center;gap:32px;list-style:none}
.nav-menu .sub-menu{position:absolute;top:calc(100% + 18px);right:-18px;min-width:190px;background:rgba(18,20,24,.98);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:10px;list-style:none;opacity:0;visibility:hidden;transform:translateY(8px);transition:.25s var(--ease);box-shadow:0 18px 45px rgba(0,0,0,.25)}
.nav-menu li{position:relative}.nav-menu li:hover>.sub-menu,.nav-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.nav-menu .sub-menu a{display:block;padding:9px 10px;border-radius:8px}.nav-menu .sub-menu a:hover{background:rgba(255,255,255,.07)}.nav-menu .sub-menu a::after{display:none}
.admin-bar .site-header{top:32px}
.atro-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.contact-form.is-loading{opacity:.72;pointer-events:none}
.contact-form .button[disabled]{cursor:wait}
.atrohome-reduce-motion .reveal{opacity:1;transform:none}
.atrohome-reduce-motion *,.atrohome-reduce-motion *::before,.atrohome-reduce-motion *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}

.inner-main{background:var(--paper);min-height:70vh}
.inner-hero{position:relative;background:#101216;color:#fff;padding:220px 0 105px;overflow:hidden}
.inner-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 10%,rgba(199,24,53,.16),transparent 34%),linear-gradient(125deg,#101216,#1b1e24)}
.inner-hero::after{content:"ATRO / SIGNATURE";position:absolute;left:3vw;bottom:-20px;color:rgba(255,255,255,.035);font:900 clamp(50px,10vw,150px)/1 Arial,sans-serif;letter-spacing:-.07em;white-space:nowrap}
.inner-hero .shell{position:relative;z-index:1}.inner-hero h1{font-size:clamp(38px,5vw,68px);line-height:1.35;max-width:900px;margin:18px 0 12px}.inner-hero p{max-width:650px;color:#aeb3bb;font-size:14px}
.inner-hero-compact{padding-bottom:80px}.article-hero .article-meta{color:#ff4964}.article-hero .article-meta span{background:#5f6269}
.inner-section{padding:95px 0 120px}.posts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.post-card{background:#fff;border:1px solid #e8e8e4;border-radius:22px;overflow:hidden;transition:.35s var(--ease)}.post-card:hover{transform:translateY(-7px);box-shadow:0 22px 55px rgba(16,18,21,.1)}.post-card-image{display:block;height:290px;overflow:hidden}.post-card-image img{height:100%;object-fit:cover;transition:.7s var(--ease)}.post-card:hover .post-card-image img{transform:scale(1.04)}.post-card-copy{padding:25px}.post-card-copy h2{font-size:21px;line-height:1.65;margin:12px 0}.post-card-copy p{font-size:11px;color:var(--muted);line-height:2}.post-card-copy .text-link{margin-top:18px}
.prose-content{width:min(900px,calc(100% - 64px));padding:85px 0 120px;font-size:15px;line-height:2.25}.prose-content>*{max-width:100%}.prose-content h2{font-size:32px;line-height:1.5;margin:55px 0 20px}.prose-content h3{font-size:23px;margin:40px 0 15px}.prose-content p,.prose-content ul,.prose-content ol{margin-bottom:22px}.prose-content a{color:var(--red);text-decoration:underline;text-underline-offset:4px}.prose-content blockquote{margin:40px 0;border-right:3px solid var(--red);padding:22px 28px;background:#fff;border-radius:12px}.entry-cover{margin:-40px 0 65px;border-radius:24px;overflow:hidden}.entry-cover img{max-height:620px;object-fit:cover}
.pagination-wrap{margin-top:48px}.nav-links .page-numbers,.pagination .page-numbers{display:inline-grid;place-items:center;min-width:42px;height:42px;padding:0 12px;border-radius:50%;background:#fff;border:1px solid var(--line);margin:3px}.pagination .current{background:var(--red);color:#fff;border-color:var(--red)}
.archive-filter{display:grid;grid-template-columns:1fr 1fr auto;gap:18px;align-items:end;padding:22px;border-radius:20px;margin:-55px 0 55px;position:relative;z-index:3}.archive-filter label span{display:block;font-size:9px;color:var(--muted);margin:0 8px 5px}.archive-filter input,.archive-filter select{width:100%;height:48px;border:1px solid var(--line);border-radius:13px;background:#fff;padding:0 14px;outline:0}.archive-filter input:focus,.archive-filter select:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(199,24,53,.08)}.archive-property-grid .property-card:first-child{grid-column:auto}.content-empty{grid-column:1/-1;text-align:center;padding:85px 30px;background:#fff;border:1px solid var(--line);border-radius:22px}.content-empty h2{font-size:27px}.content-empty p{color:var(--muted)}
.property-single-hero{height:min(760px,85vh);min-height:620px;position:relative;background:#111;color:#fff;overflow:hidden}.property-single-image,.property-single-overlay{position:absolute;inset:0}.property-single-image img{height:100%;object-fit:cover}.property-single-overlay{background:linear-gradient(180deg,rgba(8,9,11,.25),rgba(8,9,11,.88))}.property-single-heading{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:75px}.property-single-heading h1{font-size:clamp(42px,6vw,78px);line-height:1.3;margin:15px 0}.property-single-features{display:flex;flex-wrap:wrap;gap:10px;list-style:none}.property-single-features li{display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);backdrop-filter:blur(12px);padding:8px 13px;border-radius:999px;font-size:10px}.property-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:70px;align-items:start;padding:90px 0 125px}.property-description{width:auto;padding:0}.property-enquiry{position:sticky;top:110px;border-radius:22px;padding:28px}.property-enquiry>span{font-size:9px;color:var(--muted)}.property-enquiry>strong{display:block;font-size:21px;margin:6px 0 20px}.property-enquiry p{font-size:10px;color:var(--muted);line-height:2;margin-bottom:22px}.property-enquiry .button{width:100%}.property-call{display:block;text-align:center;font:700 14px/1 Arial,sans-serif;margin-top:20px}
.not-found-page{min-height:100vh;background:#101216;color:#fff;display:grid;place-items:center;padding:150px 0 80px}.not-found-content{text-align:center}.not-found-content>span{font:900 clamp(100px,20vw,260px)/.8 Arial,sans-serif;color:rgba(255,255,255,.04)}.not-found-content .overline{justify-content:center;margin:30px 0 12px}.not-found-content h1{font-size:clamp(36px,5vw,60px);margin:0 0 15px}.not-found-content p{color:#9da2aa}.not-found-content>div:last-child{display:flex;justify-content:center;gap:10px;margin-top:30px}

@media(max-width:900px){
  .nav-layer{backdrop-filter:none}.nav{position:relative}.brand,.nav-actions{position:relative;z-index:92}
  .nav-links{inset:0 auto 0 0!important;width:100vw;max-width:none;z-index:88;height:100dvh;padding:130px max(28px,calc((100% - 720px)/2)) 40px;background:radial-gradient(circle at 85% 12%,rgba(199,24,53,.22),transparent 28%),rgba(11,13,16,.985);border:0;transform:translateX(105%);opacity:1;visibility:hidden;display:block;overflow-y:auto;justify-self:auto}
  .site-header.is-scrolled .nav-links{inset:0;padding-top:105px}
  .nav-links::before{content:"ATROHOME";position:absolute;left:18px;bottom:8px;font:900 clamp(48px,16vw,110px)/1 Arial,sans-serif;letter-spacing:-.08em;color:rgba(255,255,255,.035);pointer-events:none}
  .nav-links.open{transform:none;visibility:visible}
  .nav-menu{display:flex;flex-direction:column;align-items:stretch;gap:0}
  .nav-menu>li>a,.nav-links>a{display:flex;align-items:center;justify-content:space-between;min-height:68px;border-bottom:1px solid rgba(255,255,255,.11);font-size:23px;font-weight:700;color:#fff}
  .nav-menu>li>a::before,.nav-links>a::before{content:"↙";font:400 19px/1 Arial,sans-serif;color:#e32b49;order:2}
  .nav-links a::after{display:none}.nav-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;background:transparent;border:0;box-shadow:none;padding:0 18px 8px}.nav-menu .sub-menu a{font-size:14px;color:#aeb3bb}
  html[dir="ltr"] .nav-links{transform:translateX(-105%)}html[dir="ltr"] .nav-links.open{transform:none}
  .posts-grid{grid-template-columns:1fr 1fr}.inner-hero{padding:190px 0 80px}.property-single-layout{grid-template-columns:1fr;gap:45px}.property-enquiry{position:static}.archive-filter{grid-template-columns:1fr 1fr}.archive-filter .button{grid-column:1/-1}.property-single-heading{padding-bottom:55px}
}
@media(max-width:782px){.admin-bar .site-header{top:46px}}
@media(max-width:600px){
  .nav-links{padding:105px 22px 30px}.site-header.is-scrolled .nav-links{padding-top:88px}.nav-menu>li>a,.nav-links>a{min-height:61px;font-size:20px}
  .inner-hero{padding:150px 0 65px}.inner-hero h1{font-size:36px}.inner-section{padding:65px 0 85px}.posts-grid{grid-template-columns:1fr}.post-card-image{height:250px}.prose-content{width:calc(100% - 24px);padding:60px 0 85px}.prose-content h2{font-size:27px}.entry-cover{margin-top:-25px;border-radius:18px}.archive-filter{grid-template-columns:1fr;padding:15px;margin-top:-35px}.archive-filter .button{grid-column:auto}.property-single-hero{min-height:580px}.property-single-layout{padding:60px 0 85px}.not-found-content>div:last-child{flex-direction:column}.not-found-content .button{width:100%}
}

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

/* ==========================================================================
   Atrohome 1.2 — Turkey property platform
   ========================================================================== */

body.menu-open{position:fixed;left:0;right:0;width:100%;overflow:hidden}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#7d8188;font-size:10px;font-weight:600;margin-bottom:28px}
.breadcrumbs .lucide{width:13px;height:13px}.breadcrumbs a:hover{color:var(--red)}
.breadcrumbs-light{color:rgba(255,255,255,.62)}.breadcrumbs-light a:hover{color:#fff}

/* Stable, viewport-independent mobile menu. */
.mobile-menu-panel{display:none;position:fixed;z-index:9999;inset:0;height:100dvh;overflow:hidden;background:#0b0d10;color:#fff;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s var(--ease),visibility .35s}
.mobile-menu-panel.open{opacity:1;visibility:visible;pointer-events:auto}
.mobile-menu-glow{position:absolute;inset:0;background:radial-gradient(circle at 88% 8%,rgba(199,24,53,.28),transparent 28%),radial-gradient(circle at 10% 92%,rgba(132,90,52,.16),transparent 31%);pointer-events:none}
.mobile-menu-inner{position:relative;height:100%;display:grid;grid-template-rows:auto minmax(0,1fr) auto;padding-block:max(20px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain}
.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:19px;border-bottom:1px solid rgba(255,255,255,.11)}
.mobile-menu-close{width:47px;height:47px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.05);display:grid;place-items:center;color:#fff;transition:.25s}
.mobile-menu-close:hover{background:#fff;color:#111;transform:rotate(6deg)}
.mobile-menu-content{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:7vw;align-items:center;padding-block:36px}
.mobile-menu-nav{display:grid}
.mobile-menu-nav>a{min-height:82px;display:grid;grid-template-columns:50px minmax(0,1fr) 24px;align-items:center;gap:17px;border-bottom:1px solid rgba(255,255,255,.11);transition:.3s var(--ease)}
.mobile-menu-nav>a:first-child{border-top:1px solid rgba(255,255,255,.11)}
.mobile-menu-nav>a:hover{padding-inline:10px;color:#fff;background:linear-gradient(90deg,transparent,rgba(255,255,255,.035))}
.mobile-menu-icon{width:45px;height:45px;border-radius:14px;background:#1b1e23;color:#cfd2d8;display:grid;place-items:center;transition:.3s}
.mobile-menu-nav>a:hover .mobile-menu-icon{background:var(--red);color:#fff;transform:rotate(-4deg)}
.mobile-menu-nav>a>span:nth-child(2){font-size:22px;font-weight:750;display:flex;align-items:center;gap:14px}
.mobile-menu-nav small{font:700 8px/1 Arial,sans-serif;color:#626872;letter-spacing:.16em}
.mobile-menu-nav>a>.lucide{width:17px;color:#e33450;transition:.3s}.mobile-menu-nav>a:hover>.lucide{transform:translate(-4px,-4px)}
.mobile-menu-card{border:1px solid rgba(255,255,255,.12);border-radius:27px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.22)}
.mobile-menu-card>div{display:flex;align-items:center;gap:10px;font-size:9px;color:#aeb3bb}
.mobile-menu-card h2{font-size:clamp(25px,2.5vw,38px);line-height:1.55;margin:26px 0 30px}
.mobile-menu-card .button{width:100%}.mobile-menu-phone{display:block;text-align:center;margin-top:18px;color:#aeb3bb;font:600 13px/1.4 Arial,sans-serif}
.mobile-menu-foot{display:flex;justify-content:space-between;gap:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);font:600 8px/1.4 Arial,sans-serif;color:#686e77;letter-spacing:.14em}

/* Search dialog and connected form. */
.property-search-modal{position:fixed;z-index:9998;inset:0;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:.35s var(--ease)}
.property-search-modal.open{opacity:1;visibility:visible;pointer-events:auto}
.search-modal-backdrop{position:absolute;inset:0;background:rgba(7,9,12,.76);backdrop-filter:blur(12px)}
.property-search-dialog{position:relative;width:min(1050px,100%);max-height:calc(100dvh - 48px);overflow:auto;background:#f7f6f3;border-radius:30px;padding:34px;box-shadow:0 40px 120px rgba(0,0,0,.35);transform:translateY(25px) scale(.98);transition:.45s var(--ease)}
.property-search-modal.open .property-search-dialog{transform:none}
.property-search-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:28px}
.property-search-dialog-head>div>span{font:700 8px/1 Arial,sans-serif;letter-spacing:.16em;color:var(--red)}
.property-search-dialog-head h2{font-size:clamp(26px,3.2vw,42px);line-height:1.4;margin:10px 0 7px;letter-spacing:-.04em}
.property-search-dialog-head p{font-size:11px;color:var(--muted);margin:0;max-width:650px}
.search-modal-close{width:47px;height:47px;border-radius:50%;background:#e9e7e2;display:grid;place-items:center;flex:0 0 auto;transition:.25s}.search-modal-close:hover{background:var(--ink);color:#fff;transform:rotate(7deg)}
.advanced-property-search{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.advanced-search-field,.advanced-search-prices label{display:block;background:#fff;border:1px solid #e3e1dc;border-radius:15px;padding:11px 15px;min-width:0;transition:.25s}
.advanced-search-field:focus-within,.advanced-search-prices label:focus-within{border-color:#c9a7ad;box-shadow:0 0 0 4px rgba(199,24,53,.06)}
.advanced-search-field>span,.advanced-search-prices span{display:flex;align-items:center;gap:7px;font-size:8px;color:#96999e}
.advanced-search-field>span .lucide{width:14px;height:14px;color:var(--red)}
.advanced-search-field select,.advanced-search-prices input{width:100%;height:30px;border:0;background:transparent;outline:0;color:var(--ink);font-size:11px;font-weight:700}
.advanced-search-prices{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.advanced-search-submit{grid-column:1/-1;margin-top:4px;min-height:55px}
.search-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:22px;padding-top:18px;border-top:1px solid #dedcd7;font-size:9px;color:#777b81}
.search-modal-footer span,.search-modal-footer a{display:flex;align-items:center;gap:8px}.search-modal-footer a{color:var(--ink);font-weight:700}.search-modal-footer .lucide{width:15px;height:15px;color:var(--red)}
.search-more-button{display:flex;align-items:center;gap:7px;margin:8px auto -3px;background:transparent;color:#777b81;font-size:9px;font-weight:700}.search-more-button:hover{color:var(--red)}.search-more-button .lucide{width:14px}

/* Refined property cards. */
.property-photo{position:relative}.property-media-label{position:absolute;z-index:2;top:13px;right:13px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.91);backdrop-filter:blur(10px);font-size:8px;font-weight:800;color:#17191d}
.property-media-arrow{position:absolute;z-index:2;left:13px;top:13px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(14,16,19,.7);color:#fff;backdrop-filter:blur(10px);opacity:0;transform:translate(5px,5px);transition:.35s var(--ease)}
.property-card:hover .property-media-arrow{opacity:1;transform:none}.property-media-arrow .lucide{width:15px}
.post-card{background:#fff;border:1px solid #e5e3de;border-radius:24px;padding:7px;overflow:hidden;transition:.4s var(--ease)}
.post-card:hover{transform:translateY(-6px);box-shadow:0 25px 65px rgba(15,17,20,.1)}
.post-card-image{position:relative;display:block;height:auto;aspect-ratio:1.42;border-radius:18px;overflow:hidden}.post-card-image img{height:100%;object-fit:cover;transition:transform .8s var(--ease)}.post-card:hover .post-card-image img{transform:scale(1.045)}
.post-card-arrow{position:absolute;top:13px;left:13px;width:39px;height:39px;border-radius:50%;background:rgba(14,16,19,.76);backdrop-filter:blur(9px);color:#fff;display:grid;place-items:center;opacity:0;transition:.3s}.post-card:hover .post-card-arrow{opacity:1}
.post-card-category{position:absolute;right:13px;top:13px;background:#fff;border-radius:999px;padding:7px 11px;font-size:8px;font-weight:750}
.post-card-copy{padding:21px 17px 16px}.post-card-copy .article-meta{display:flex;align-items:center;gap:8px;color:#989ba0;font-size:8px}.post-card-copy .article-meta i{width:18px;height:1px;background:#d0cfcb}
.post-card-copy h2{font-size:19px;line-height:1.55;margin:10px 0}.post-card-copy>p{color:var(--muted);font-size:10px;line-height:2;margin-bottom:19px}
.post-card-foot{border-top:1px solid #eceae5;padding-top:13px;display:flex;justify-content:space-between;align-items:center;gap:12px}.post-card-foot>span{font-size:8px;color:#8d9096}.post-card-foot .text-link{font-size:9px}

/* Property archive. */
.property-archive-page{background:#f7f6f3}.property-archive-hero{position:relative;min-height:520px;padding:180px 0 120px;background:#0d0f12;color:#fff;overflow:hidden}
.property-archive-hero-art{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,12,15,.98) 0%,rgba(10,12,15,.73) 52%,rgba(10,12,15,.22) 100%),url("../img/property-penthouse.jpg") center 48%/cover no-repeat;opacity:.86}
.property-archive-hero-art::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 25%,rgba(199,24,53,.2),transparent 26%)}
.property-archive-hero-inner{position:relative}.property-archive-hero h1{font-size:clamp(42px,5vw,68px);line-height:1.28;letter-spacing:-.055em;margin:18px 0}.property-archive-hero h1 em{color:#ff3e5d}
.property-archive-hero-inner>p{max-width:650px;color:#bbc0c7;font-size:13px;line-height:2.15}
.property-archive-trust{display:flex;flex-wrap:wrap;gap:13px;margin-top:31px}.property-archive-trust span{display:flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(255,255,255,.04);font-size:9px;color:#dadddf}.property-archive-trust .lucide{width:14px;color:#ff4964}
.property-results-section{padding:0 0 110px}.archive-search-shell{position:relative;z-index:4;margin-top:-62px;padding:22px;border-radius:26px}
.archive-search-title{display:flex;align-items:center;gap:13px;padding-bottom:17px;border-bottom:1px solid #e8e6e1;margin-bottom:15px}.archive-search-icon{width:44px;height:44px;border-radius:14px;background:#f6e9ec;color:var(--red);display:grid;place-items:center}.archive-search-title strong,.archive-search-title small{display:block}.archive-search-title strong{font-size:12px}.archive-search-title small{font-size:8px;color:#96999e;margin-top:2px}.archive-filter-toggle{display:none;margin-right:auto;background:#f1efeb;border-radius:11px;padding:9px 12px;font-size:9px;font-weight:700;align-items:center;gap:7px}
.archive-advanced-search{grid-template-columns:repeat(4,minmax(0,1fr))}.archive-advanced-search .advanced-search-prices{grid-column:span 2}.archive-advanced-search .advanced-search-submit{grid-column:span 2;margin:0}
.property-results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:58px 0 28px}.property-results-toolbar>div:first-child{display:flex;align-items:center;gap:13px}.property-results-toolbar>div:first-child>span{font:800 34px/1 Arial,sans-serif;color:var(--red)}.property-results-toolbar p{margin:0;color:#74777d;font-size:11px}
.property-toolbar-actions{display:flex;align-items:center;gap:11px}.property-sort{height:44px;display:flex;align-items:center;gap:8px;padding:0 13px;background:#fff;border:1px solid #e1dfda;border-radius:13px}.property-sort select{border:0;outline:0;background:transparent;font-size:9px;font-weight:700}.property-sort .lucide{width:14px}
.archive-view-switch{display:flex;background:#ebe9e5;border-radius:12px;padding:4px}.archive-view-switch button{width:35px;height:35px;border-radius:9px;background:transparent;color:#858990;display:grid;place-items:center}.archive-view-switch button.active{background:#fff;color:var(--ink);box-shadow:0 5px 14px rgba(15,17,20,.08)}.archive-view-switch .lucide{width:16px}
.active-property-filters{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:-10px 0 25px;font-size:8px;color:#7b7f85}.active-property-filters b{display:flex;align-items:center;gap:5px;padding:5px 9px;background:#eee8e8;color:#9f1c32;border-radius:999px}.active-property-filters .lucide{width:11px}.active-property-filters a{margin-right:auto;color:var(--red);font-weight:700}
.archive-property-grid.list-view{grid-template-columns:1fr}.archive-property-grid.list-view .property-card{display:grid;grid-template-columns:370px minmax(0,1fr)}.archive-property-grid.list-view .property-photo{height:100%;aspect-ratio:auto}.archive-property-grid.list-view .property-content{padding:27px}.archive-property-grid.list-view .property-content h3{font-size:26px}
.content-empty-icon{width:65px;height:65px;border-radius:20px;background:#f3e6e9;color:var(--red);display:grid;place-items:center;margin:0 auto 18px}.content-empty>div{display:flex;justify-content:center;gap:10px;margin-top:24px}
.archive-consultation{background:#0f1114;color:#fff;padding:55px 0}.archive-consultation-inner{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:55px}.archive-consultation span{font-size:8px;color:#ff4964}.archive-consultation h2{font-size:25px;line-height:1.55;margin:8px 0 0}.archive-consultation p{font-size:10px;color:#9fa3aa;margin:0}

/* Property detail. */
.property-detail-page{padding-top:150px;background:#f7f6f3}.property-detail-head{padding-bottom:30px}.property-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.property-detail-labels{display:flex;align-items:center;gap:8px;margin-bottom:9px}.property-detail-labels span,.property-detail-labels b{font-size:8px;padding:6px 10px;border-radius:999px;background:#eee9e8;color:var(--red)}.property-detail-labels b{background:#e8f4ee;color:#23845f}
.property-heading-row h1{font-size:clamp(34px,4vw,57px);line-height:1.25;letter-spacing:-.055em;margin:0 0 9px}.property-heading-row p{display:flex;align-items:center;gap:8px;color:#757980;font-size:10px;margin:0}.property-heading-row p .lucide{width:14px;color:var(--red)}.property-heading-row p span{width:1px;height:12px;background:#d3d1cc}
.property-heading-actions{display:flex;gap:8px}.property-heading-actions button{height:43px;border:1px solid #dedcd7;border-radius:999px;background:#fff;padding:0 14px;display:flex;align-items:center;gap:8px;font-size:9px;font-weight:700}.property-heading-actions .favorite{width:auto}.property-heading-actions button:hover{background:var(--ink);color:#fff}.property-heading-actions .lucide{width:15px}
.property-gallery{height:min(620px,55vw);min-height:450px;display:grid;grid-template-columns:1.35fr .65fr .65fr;grid-template-rows:1fr 1fr;gap:8px;position:relative}.property-gallery-item{padding:0;overflow:hidden;background:#ddd;position:relative}.property-gallery-item::after{content:"";position:absolute;inset:0;background:rgba(11,13,16,.09);opacity:0;transition:.3s}.property-gallery-item:hover::after{opacity:1}.property-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.property-gallery-item:hover img{transform:scale(1.025)}
.property-gallery-item-1{grid-row:1/-1;border-radius:0 25px 25px 0}.property-gallery-item-2{border-radius:0}.property-gallery-item-3{border-radius:25px 0 0 0}.property-gallery-item-4{border-radius:0}.property-gallery-item-5{border-radius:0 0 0 25px}
.property-gallery-count{position:absolute;z-index:3;left:18px;bottom:18px;display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.94);backdrop-filter:blur(9px);border-radius:12px;padding:10px 13px;font-size:9px;font-weight:750}.property-gallery-count .lucide{width:15px}
.property-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 365px;gap:65px;padding-top:65px;padding-bottom:110px;align-items:start}.property-detail-main{min-width:0}.property-overview{border-bottom:1px solid #dedcd7;padding-bottom:42px}.property-price-mobile{display:none}
.property-key-specs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;background:#dedcd7;border:1px solid #dedcd7;border-radius:18px;overflow:hidden}.property-key-specs>div{background:#fff;padding:19px 14px;display:grid;grid-template-columns:39px 1fr;column-gap:11px;align-items:center}.property-key-specs>div>span{grid-row:span 2;width:39px;height:39px;border-radius:12px;background:#f4f1ee;color:var(--red);display:grid;place-items:center}.property-key-specs .lucide{width:17px}.property-key-specs small{font-size:7px;color:#96999e}.property-key-specs strong{font-size:11px}
.property-content-section{padding:55px 0;border-bottom:1px solid #dedcd7}.property-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:25px;margin-bottom:29px}.property-section-title>div>span{font:700 8px/1 Arial,sans-serif;color:var(--red);letter-spacing:.13em}.property-section-title h2{font-size:28px;letter-spacing:-.035em;margin:8px 0 0}.property-section-title p{font-size:9px;color:#858990;margin:6px 0 0}.property-section-title>.lucide{width:26px;height:26px;color:#a7a9ad}
.property-description.prose-content{width:auto;padding:0;font-size:13px;line-height:2.3;color:#555960}.property-description.prose-content>*:first-child{margin-top:0}.property-description.prose-content>*:last-child{margin-bottom:0}
.property-amenities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.property-amenities>div{height:58px;display:grid;grid-template-columns:37px 1fr 15px;align-items:center;gap:11px;padding:0 12px;border:1px solid #e2e0db;border-radius:14px;background:#fff;font-size:10px;font-weight:650}.property-amenities>div>span{width:37px;height:37px;border-radius:11px;background:#f4f1ee;color:var(--red);display:grid;place-items:center}.property-amenities .lucide{width:16px}.property-amenities>div>.lucide{width:13px;color:#39a57b}
.property-details-table{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #dedcd7}.property-details-table>div{display:flex;justify-content:space-between;gap:20px;padding:14px 4px;border-bottom:1px solid #dedcd7}.property-details-table>div:nth-child(odd){margin-left:30px}.property-details-table dt{font-size:9px;color:#858990}.property-details-table dd{margin:0;font-size:10px;font-weight:750}
.property-map{height:460px;border-radius:20px;overflow:hidden;background:#ddd;z-index:1}.property-map .leaflet-control-attribution{font-size:8px}.property-map-foot{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:14px 5px;font-size:9px}.property-map-foot span,.property-map-foot a{display:flex;align-items:center;gap:7px}.property-map-foot a{color:var(--red);font-weight:700}.property-map-foot .lucide{width:14px}
.property-advisor-card{position:sticky;top:100px;background:#fff;border:1px solid #dfddd8;border-radius:25px;padding:25px;box-shadow:0 25px 65px rgba(15,17,20,.09)}.property-advisor-price{padding-bottom:20px;border-bottom:1px solid #e9e7e2}.property-advisor-price small,.property-advisor-price strong,.property-advisor-price span{display:block}.property-advisor-price small{font-size:8px;color:#8b8e94}.property-advisor-price strong{font-size:25px;margin:4px 0}.property-advisor-price span{font-size:8px;color:#a0a2a6}
.property-advisor{display:flex;align-items:center;gap:12px;padding:20px 0}.property-advisor-avatar{width:51px;height:51px;border-radius:16px;background:#171a1e;color:#fff;display:grid;place-items:center}.property-advisor-avatar .lucide{width:22px}.property-advisor>div small,.property-advisor>div strong,.property-advisor>div span{display:block}.property-advisor>div small{font-size:7px;color:#8c9095}.property-advisor>div strong{font-size:11px;margin:2px 0}.property-advisor>div span{font-size:7px;color:#43a47f}.property-advisor>div span i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#45b98b;margin-left:5px}
.property-mini-form{display:grid;gap:9px}.property-mini-form label>span,.full-lead-form label>span,.consultation-form label>span{display:block;font-size:8px;color:#85898f;margin:0 5px 5px}.property-mini-form input,.full-lead-form input,.full-lead-form select,.full-lead-form textarea,.consultation-form input,.consultation-form select,.consultation-form textarea{width:100%;border:1px solid #e1dfda;border-radius:12px;background:#f9f8f6;outline:0;padding:0 12px;transition:.25s}.property-mini-form input{height:45px}.property-mini-form input:focus,.full-lead-form :is(input,select,textarea):focus,.consultation-form :is(input,select,textarea):focus{border-color:#cba5ac;box-shadow:0 0 0 4px rgba(199,24,53,.06)}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.property-mini-form .button{width:100%;margin-top:4px}
.property-contact-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.property-contact-buttons>a{min-height:56px;border:1px solid #e2e0dc;border-radius:13px;padding:9px;display:flex;align-items:center;gap:8px;transition:.25s}.property-contact-buttons>a:hover{background:#f2efec;border-color:#ccc8c1}.property-contact-buttons>a>.lucide{width:16px;color:var(--red)}.property-contact-buttons span{font-size:8px;font-weight:750}.property-contact-buttons small{display:block;color:#96999e;font-weight:400;font-size:7px}
.property-advisor-note{display:flex;align-items:flex-start;gap:7px;font-size:7px;color:#8c9095;line-height:1.8;margin:17px 0 0}.property-advisor-note .lucide{width:13px;color:#39a57b;margin-top:2px}
.similar-properties{padding:100px 0;background:#f0eee9}.similar-properties .section-header h2{font-size:36px}
.property-mobile-cta{display:none}
.property-lightbox{position:fixed;z-index:10001;inset:0;opacity:0;visibility:hidden;pointer-events:none;transition:.3s}.property-lightbox.open{opacity:1;visibility:visible;pointer-events:auto}.property-lightbox-backdrop{position:absolute;inset:0;background:rgba(5,7,9,.96)}.property-lightbox-dialog{position:relative;width:100%;height:100%;display:grid;grid-template-rows:auto 1fr;padding:20px;color:#fff}.property-lightbox-head{display:flex;justify-content:space-between;align-items:center;font:600 10px/1 Arial,sans-serif}.property-lightbox-head button{display:flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.09);color:#fff}.property-lightbox-stage{display:grid;grid-template-columns:55px minmax(0,1fr) 55px;align-items:center;gap:15px;min-height:0}.property-lightbox-stage img{width:100%;height:100%;max-height:calc(100dvh - 90px);object-fit:contain}.property-lightbox-stage button{width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;display:grid;place-items:center}

/* Journal archive and article. */
.journal-archive-hero{padding:180px 0 110px;background:#101215;color:#fff}.journal-archive-hero-inner{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:80px}.journal-archive-hero h1{font-size:clamp(45px,5vw,70px);line-height:1.28;letter-spacing:-.06em;margin:17px 0 0}.journal-archive-hero-inner>p{font-size:12px;color:#a2a6ad;line-height:2.1;margin-bottom:10px}
.journal-featured{display:grid;grid-template-columns:1.15fr .85fr;min-height:520px;margin-top:-52px;position:relative;z-index:3;background:#fff;border-radius:28px;padding:8px;box-shadow:0 28px 75px rgba(15,17,20,.13);overflow:hidden}.journal-featured-image{position:relative;border-radius:22px;overflow:hidden}.journal-featured-image img{height:100%;object-fit:cover}.journal-featured-image>span{position:absolute;right:16px;top:16px;background:var(--red);color:#fff;padding:7px 11px;border-radius:999px;font-size:8px}
.journal-featured-copy{padding:55px;align-self:center}.journal-featured-copy .article-meta{font-size:8px;color:#8b8e93}.journal-featured-copy h2{font-size:34px;line-height:1.5;letter-spacing:-.04em;margin:14px 0}.journal-featured-copy>p{font-size:11px;color:#72767d;line-height:2.1}.journal-featured-copy>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:30px}.journal-featured-copy>div:last-child>span{display:flex;align-items:center;gap:9px;font-size:9px}.journal-featured-copy .avatar{width:42px;height:42px;border-radius:50%}
.journal-archive-section{padding:110px 0}.journal-toolbar{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:38px}.journal-toolbar>div:first-child>span{font-size:8px;color:var(--red);font-weight:750}.journal-toolbar h2{font-size:31px;margin:7px 0 0}.journal-categories{display:flex;flex-wrap:wrap;gap:5px}.journal-categories a{padding:7px 13px;border-radius:999px;background:#efede9;color:#777b81;font-size:8px;font-weight:700}.journal-categories a:hover,.journal-categories a.active{background:var(--ink);color:#fff}
.article-progress{position:fixed;z-index:100;top:0;left:0;right:0;height:3px}.admin-bar .article-progress{top:32px}.article-progress span{display:block;height:100%;width:0;background:var(--red)}
.article-single-hero{padding:190px 0 115px;background:#101215;color:#fff;text-align:center}.article-single-hero .breadcrumbs{justify-content:center}.article-single-category{display:inline-flex;padding:6px 11px;border-radius:999px;background:rgba(199,24,53,.17);color:#ff4964;font-size:8px;font-weight:700}.article-single-hero h1{max-width:980px;margin:18px auto;font-size:clamp(40px,5.4vw,72px);line-height:1.4;letter-spacing:-.06em}.article-single-hero>div>p{max-width:750px;margin:0 auto;color:#aeb2b9;font-size:13px;line-height:2}
.article-byline{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:22px;margin-top:32px;color:#a0a4aa;font-size:9px}.article-byline>span{display:flex;align-items:center;gap:7px}.article-byline .lucide{width:14px}.article-author .avatar{width:42px;height:42px;border-radius:50%}.article-author>span{display:block;text-align:right}.article-author small,.article-author strong{display:block}.article-author small{font-size:7px}.article-author strong{color:#fff;font-size:9px}
.article-cover{margin-top:-64px;position:relative;z-index:3}.article-cover img{width:100%;max-height:720px;object-fit:cover;border-radius:28px}.article-cover>span{display:block;padding:8px 5px;font-size:8px;color:#8a8d92}
.article-layout{display:grid;grid-template-columns:220px minmax(0,780px);justify-content:center;gap:70px;padding:75px 0 100px}.article-side{position:relative}.article-share,.article-toc{position:sticky;top:100px}.article-share{display:flex;align-items:center;gap:6px;margin-bottom:28px}.article-share>span{font-size:8px;color:#85898f;margin-left:5px}.article-share button,.article-share a{width:35px;height:35px;border:1px solid #dfddd8;border-radius:50%;background:#fff;display:grid;place-items:center}.article-share .lucide{width:14px}.article-share button:hover,.article-share a:hover{background:var(--ink);color:#fff}
.article-toc{top:160px;border-right:2px solid #e2e0dc;padding-right:17px}.article-toc>span{font-size:9px;font-weight:750}.article-toc ol{list-style:none;display:grid;gap:10px;margin-top:14px}.article-toc a{font-size:8px;color:#82858b;line-height:1.7}.article-toc a:hover,.article-toc a.active{color:var(--red)}
.article-body.prose-content{width:auto;padding:0;font-size:14px;color:#4f5359}.article-body.prose-content>p:first-of-type::first-letter{font-size:58px;font-weight:900;line-height:.8;float:right;color:var(--red);margin:12px 0 0 10px}.article-body.prose-content h2{font-size:31px}.article-body.prose-content img{border-radius:20px}.article-disclaimer{display:flex;gap:13px;padding:20px;background:#f4eee9;border-radius:15px;margin-top:45px}.article-disclaimer .lucide{color:var(--red);flex:0 0 auto}.article-disclaimer p{font-size:9px;margin:0}
.article-author-box{display:grid;grid-template-columns:80px 1fr auto;gap:22px;align-items:center;padding-block:35px;border-top:1px solid #dddbd6;border-bottom:1px solid #dddbd6}.article-author-box .avatar{width:78px;height:78px;border-radius:22px}.article-author-box>div>span{font-size:8px;color:var(--red)}.article-author-box h2{font-size:20px;margin:4px 0}.article-author-box p{font-size:9px;color:#777b81;margin:0;max-width:640px}.related-articles{padding:100px 0;background:#f0eee9}.related-articles .section-header h2{font-size:35px}

/* Contact and consultation. */
.contact-page-hero{padding:190px 0 110px;background:#101215;color:#fff}.contact-page-hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:end}.contact-page-hero h1{font-size:clamp(43px,5vw,68px);line-height:1.32;letter-spacing:-.055em;margin:17px 0 0}.contact-page-hero-inner>p{font-size:12px;color:#a6aab1;line-height:2.1}
.contact-page-main{padding:90px 0}.contact-page-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.contact-channel-list{display:grid;border-top:1px solid #dddbd6}.contact-channel-list>a,.contact-channel-list>div{min-height:100px;display:grid;grid-template-columns:48px 1fr 20px;align-items:center;gap:15px;border-bottom:1px solid #dddbd6}.contact-channel-list>a>span,.contact-channel-list>div>span{width:45px;height:45px;border-radius:14px;background:#ece9e5;color:var(--red);display:grid;place-items:center}.contact-channel-list small,.contact-channel-list strong{display:block}.contact-channel-list small{font-size:8px;color:#8a8e94}.contact-channel-list strong{font-size:11px}.contact-channel-list>a>.lucide{width:16px;color:#aaa}.contact-channel-list>a:hover>.lucide{color:var(--red);transform:translate(-3px,-3px)}
.contact-form-card{padding:40px;border-radius:25px}.contact-form-card>span,.consultation-form-head>span{font:700 8px/1 Arial,sans-serif;color:var(--red);letter-spacing:.13em}.contact-form-card h2{font-size:31px;margin:9px 0}.contact-form-card>p{font-size:10px;color:#7c8086}.full-lead-form{display:grid;gap:12px;margin-top:25px}.full-lead-form>div{display:grid;grid-template-columns:1fr 1fr;gap:12px}.full-lead-form input,.full-lead-form select{height:48px}.full-lead-form textarea{padding-block:11px;resize:vertical}.full-lead-form .button{justify-self:start;min-width:190px}
.contact-office-map{padding-bottom:110px}.contact-office-map .property-map{height:500px}
.consultation-hero{position:relative;min-height:850px;background:#0e1013;color:#fff;overflow:hidden}.consultation-hero-photo{position:absolute;inset:0 50% 0 0;background:linear-gradient(90deg,rgba(14,16,19,.07),#0e1013 100%),url("../img/property-villa-day.jpg") center/cover no-repeat;opacity:.78}.consultation-hero-inner{position:relative;display:grid;grid-template-columns:1fr 510px;gap:7vw;align-items:center;min-height:850px;padding-top:100px;padding-bottom:70px}.consultation-copy h1{font-size:clamp(42px,4.7vw,66px);line-height:1.38;letter-spacing:-.06em;margin:18px 0}.consultation-copy>p{max-width:650px;color:#aeb2b9;font-size:12px;line-height:2.15}.consultation-promises{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px}.consultation-promises span{display:flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:8px;color:#c5c8cd}.consultation-promises .lucide{width:13px;color:#ff4964}
.consultation-form-card{background:#f7f6f3;color:var(--ink);border-radius:27px;padding:34px;box-shadow:0 35px 90px rgba(0,0,0,.3)}.consultation-form-head{margin-bottom:25px}.consultation-form-head h2{font-size:29px;margin:8px 0 3px}.consultation-form-head p{font-size:9px;color:#858990;margin:0}.consultation-form{display:grid;gap:13px}.consultation-choice>span{display:block;font-size:8px;color:#858990;margin-bottom:7px}.consultation-choice>div{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.consultation-choice input{position:absolute;opacity:0}.consultation-choice label>span{height:67px;border:1px solid #e0ded9;border-radius:13px;background:#fff;display:grid;place-items:center;gap:2px;font-size:8px;font-weight:700;cursor:pointer}.consultation-choice label>span .lucide{width:18px;color:#868a90}.consultation-choice input:checked+span{border-color:var(--red);background:#f7e9ec;color:var(--red)}.consultation-choice input:checked+span .lucide{color:var(--red)}.consultation-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.consultation-form input,.consultation-form select{height:46px}.consultation-form textarea{padding-block:10px;resize:vertical}.consultation-form .button{width:100%}.consultation-privacy{display:flex;align-items:flex-start;gap:6px;color:#858990;font-size:7px;line-height:1.8}.consultation-privacy .lucide{width:12px;color:#38a47b}
.consultation-steps{padding:100px 0}.consultation-steps>header span{font:700 8px/1 Arial,sans-serif;color:var(--red);letter-spacing:.13em}.consultation-steps>header h2{font-size:34px;margin:10px 0 35px}.consultation-steps>div{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #dfddd8;border-radius:23px;overflow:hidden}.consultation-steps article{padding:35px;border-left:1px solid #dfddd8}.consultation-steps article:last-child{border-left:0}.consultation-steps article>span{font:700 8px/1 Arial,sans-serif;color:#999da3}.consultation-steps article>.lucide{display:block;width:26px;height:26px;color:var(--red);margin:32px 0 25px}.consultation-steps h3{font-size:17px}.consultation-steps p{font-size:9px;color:#7c8086;margin:0}

@media(max-width:1180px){
  .archive-advanced-search{grid-template-columns:repeat(2,minmax(0,1fr))}
  .property-detail-layout{grid-template-columns:minmax(0,1fr) 330px;gap:35px}
  .property-key-specs{grid-template-columns:repeat(3,1fr)}
  .journal-featured-copy{padding:35px}.journal-featured-copy h2{font-size:28px}
  .consultation-hero-inner{grid-template-columns:1fr 470px;gap:40px}
}

@media(max-width:900px){
  .mobile-menu-panel{display:block}
  .site-header .nav-links{display:none!important}
  .mobile-menu-content{grid-template-columns:1fr;gap:28px;align-items:start;padding-block:25px}.mobile-menu-card{padding:25px}.mobile-menu-nav>a{min-height:70px}.mobile-menu-nav>a>span:nth-child(2){font-size:19px}
  .property-search-dialog{padding:25px;border-radius:24px}
  .property-archive-hero{padding:155px 0 100px;min-height:470px}.property-archive-hero-art{background-position:65% center}
  .archive-search-shell{margin-top:-48px}.archive-filter-toggle{display:flex}#archive-filters{display:none}#archive-filters.open{display:block}.archive-advanced-search{grid-template-columns:1fr 1fr}
  .archive-property-grid.list-view .property-card{grid-template-columns:260px minmax(0,1fr)}
  .archive-consultation-inner{grid-template-columns:1fr auto}.archive-consultation-inner>p{grid-column:1/-1;grid-row:2}
  .property-detail-page{padding-top:125px}.property-heading-row{align-items:flex-start}.property-heading-actions span{display:none}.property-gallery{height:520px;grid-template-columns:1fr 1fr}.property-gallery-item-1{grid-column:1/-1;grid-row:1;border-radius:22px 22px 0 0}.property-gallery-item-2{border-radius:0 0 22px 0}.property-gallery-item-3{border-radius:0 0 0 22px}.property-gallery-item-4,.property-gallery-item-5{display:none}
  .property-detail-layout{grid-template-columns:1fr;gap:35px}.property-advisor-card{position:static}.property-key-specs{grid-template-columns:repeat(5,1fr)}.property-price-mobile{display:block;margin-bottom:22px}.property-price-mobile small,.property-price-mobile strong{display:block}.property-price-mobile small{font-size:8px;color:#898d93}.property-price-mobile strong{font-size:24px}.property-advisor-price{display:none}
  .journal-archive-hero-inner,.contact-page-hero-inner{grid-template-columns:1fr;gap:30px}.journal-featured{grid-template-columns:1fr;min-height:0}.journal-featured-image{min-height:390px}.journal-toolbar{align-items:flex-start;flex-direction:column}.journal-post-grid{grid-template-columns:1fr 1fr}
  .article-layout{grid-template-columns:1fr;gap:25px}.article-side{display:flex;justify-content:space-between;gap:20px}.article-share,.article-toc{position:static}.article-toc{max-width:50%}.article-author-box{width:calc(100% - 64px)}
  .contact-page-grid{grid-template-columns:1fr;gap:45px}.contact-channel-list{grid-template-columns:1fr 1fr}.contact-channel-list>a,.contact-channel-list>div{border:1px solid #dddbd6;padding:12px;border-radius:15px;margin:4px;min-height:85px}
  .consultation-hero-photo{inset:0;opacity:.2}.consultation-hero-inner{grid-template-columns:1fr;gap:45px;padding-top:155px}.consultation-copy{max-width:750px}.consultation-form-card{max-width:650px;width:100%;justify-self:center}
}

@media(max-width:600px){
  .mobile-menu-inner{width:100%;padding-inline:18px}.mobile-menu-head .brand-copy small{display:none}.mobile-menu-head{padding-bottom:14px}.mobile-menu-content{padding-block:18px}.mobile-menu-nav>a{min-height:62px;grid-template-columns:42px 1fr 18px;gap:11px}.mobile-menu-icon{width:39px;height:39px;border-radius:12px}.mobile-menu-nav>a>span:nth-child(2){font-size:16px}.mobile-menu-card{padding:20px;border-radius:20px}.mobile-menu-card h2{font-size:22px;margin:18px 0}.mobile-menu-foot{font-size:7px}
  .property-search-modal{padding:10px}.property-search-dialog{max-height:calc(100dvh - 20px);padding:20px;border-radius:21px}.property-search-dialog-head h2{font-size:25px}.property-search-dialog-head p{display:none}.search-modal-close{width:41px;height:41px}.advanced-property-search{grid-template-columns:1fr}.advanced-search-prices{grid-template-columns:1fr}.search-modal-footer{align-items:flex-start;flex-direction:column}
  .property-archive-hero{padding:135px 0 75px}.property-archive-hero h1{font-size:37px}.property-archive-hero-inner>p{font-size:10px}.property-archive-trust span:nth-child(3){display:none}.archive-search-shell{padding:14px;border-radius:19px}.archive-search-title{padding:0;border:0;margin:0}.archive-search-title>div{display:none}.archive-advanced-search{grid-template-columns:1fr;margin-top:14px}.archive-advanced-search .advanced-search-prices,.archive-advanced-search .advanced-search-submit{grid-column:auto}.property-results-toolbar{margin:40px 0 20px}.property-toolbar-actions{gap:6px}.property-sort{padding:0 9px}.archive-view-switch{display:none}.archive-property-grid.list-view{grid-template-columns:1fr}.archive-property-grid.list-view .property-card{display:flex}.archive-property-grid.list-view .property-photo{aspect-ratio:4/3}.archive-consultation-inner{grid-template-columns:1fr}.archive-consultation .button{justify-self:start}.archive-consultation-inner>p{grid-row:auto}
  .property-detail-page{padding-top:105px}.property-detail-head{width:calc(100% - 30px)}.property-heading-row{display:block}.property-heading-row h1{font-size:32px}.property-heading-actions{margin-top:20px}.property-gallery{width:calc(100% - 20px);height:440px;min-height:0;gap:5px}.property-gallery-count{left:10px;bottom:10px}.property-detail-layout{width:calc(100% - 30px);padding-top:40px;padding-bottom:80px}.property-key-specs{grid-template-columns:repeat(2,1fr)}.property-key-specs>div:last-child{grid-column:1/-1}.property-content-section{padding:40px 0}.property-section-title h2{font-size:24px}.property-amenities,.property-details-table{grid-template-columns:1fr}.property-details-table>div:nth-child(odd){margin-left:0}.property-map{height:360px}.property-advisor-card{padding:18px}.similar-properties{padding:70px 0}.similar-properties .section-header h2{font-size:29px}.property-mobile-cta{position:fixed;z-index:70;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));display:grid;grid-template-columns:.65fr 1.35fr;gap:7px;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border:1px solid #ddd9d3;border-radius:16px;padding:7px;box-shadow:0 15px 40px rgba(0,0,0,.16)}.property-mobile-cta a{min-height:45px;border-radius:11px;display:flex;align-items:center;justify-content:center;gap:7px;background:#eeece8;font-size:9px;font-weight:750}.property-mobile-cta a:last-child{background:var(--red);color:#fff}.property-lightbox-dialog{padding:12px}.property-lightbox-stage{grid-template-columns:35px 1fr 35px;gap:5px}.property-lightbox-stage button{width:34px;height:34px}
  .journal-archive-hero{padding:145px 0 85px}.journal-archive-hero h1{font-size:39px}.journal-featured{width:calc(100% - 24px);border-radius:21px}.journal-featured-image{min-height:250px}.journal-featured-copy{padding:24px 17px}.journal-featured-copy h2{font-size:23px}.journal-featured-copy>div:last-child{align-items:flex-start;flex-direction:column}.journal-archive-section{padding:75px 0}.journal-toolbar h2{font-size:27px}.journal-post-grid{grid-template-columns:1fr}
  .article-single-hero{padding:145px 0 90px}.article-single-hero h1{font-size:36px}.article-single-hero>div>p{font-size:11px}.article-cover{width:calc(100% - 20px);margin-top:-43px}.article-cover img{border-radius:18px}.article-layout{width:calc(100% - 28px);padding:50px 0 70px}.article-side{display:block}.article-toc{max-width:none;margin-top:25px}.article-body.prose-content h2{font-size:26px}.article-author-box{width:calc(100% - 28px);grid-template-columns:60px 1fr}.article-author-box .avatar{width:58px;height:58px}.article-author-box .button{grid-column:1/-1}.related-articles{padding:70px 0}
  .contact-page-hero{padding:145px 0 80px}.contact-page-hero h1{font-size:38px}.contact-page-main{padding:65px 0}.contact-page-grid{width:calc(100% - 28px)}.contact-channel-list{grid-template-columns:1fr}.contact-form-card{padding:23px}.contact-form-card h2{font-size:27px}.full-lead-form>div{grid-template-columns:1fr}.full-lead-form .button{width:100%}.contact-office-map{width:calc(100% - 28px);padding-bottom:80px}.contact-office-map .property-map{height:370px}
  .consultation-hero-inner{width:calc(100% - 28px);padding-top:140px}.consultation-copy h1{font-size:37px}.consultation-form-card{padding:22px}.consultation-fields{grid-template-columns:1fr}.consultation-steps{width:calc(100% - 28px);padding:75px 0}.consultation-steps>div{grid-template-columns:1fr}.consultation-steps article{border-left:0;border-bottom:1px solid #dfddd8}.consultation-steps article:last-child{border-bottom:0}
}
