:root{--black:#0a0a0a;--black-2:#111;--black-3:#171717;--gold:#c9a96e;--gold-light:#e5cd9e;--ivory:#f4efe6;--muted:#aaa49a;--line:#e5cd9e2e;--white:#fff;--admin-bg:#f2efe8;--admin-ink:#1b211d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--black);color:var(--ivory);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,100% - 40px);margin:0 auto}.site-header{z-index:10;border-bottom:1px solid var(--line);position:absolute;top:0;left:0;right:0}.nav{justify-content:space-between;align-items:center;height:88px;display:flex}.brand{letter-spacing:.11em;flex-direction:column;gap:4px;font-family:Georgia,serif;font-size:22px;display:inline-flex}.brand span{letter-spacing:.28em;color:var(--gold);font-family:Arial,sans-serif;font-size:8px}.navlinks{color:#ddd7cd;align-items:center;gap:28px;font-size:13px;display:flex}.btn{cursor:pointer;letter-spacing:.02em;border:0;border-radius:2px;justify-content:center;align-items:center;padding:14px 20px;font-weight:700;display:inline-flex}.btn-gold{background:var(--gold);color:#111}.btn-outline{border:1px solid var(--gold);color:var(--gold-light);background:0 0}.small-button{padding:11px 15px}.hero{background:linear-gradient(120deg,#080808 0%,#111 55%,#090909 100%);align-items:center;min-height:820px;display:grid;position:relative;overflow:hidden}.hero-glow{background:radial-gradient(circle,#c9a96e2e,#c9a96e00 65%);border-radius:50%;width:700px;height:700px;position:absolute;top:80px;right:-170px}.hero-grid{grid-template-columns:1.08fr .92fr;align-items:center;gap:55px;padding-top:88px;display:grid;position:relative}.hero-copy{padding:80px 0}.eyebrow{text-transform:uppercase;letter-spacing:.24em;color:var(--gold);font-size:11px;font-weight:700}.hero h1{letter-spacing:-.05em;margin:28px 0;font-family:Georgia,serif;font-size:clamp(74px,9vw,128px);font-weight:400;line-height:.82}.hero h2{color:var(--gold-light);margin:0 0 24px;font-family:Georgia,serif;font-size:clamp(25px,3vw,40px);font-weight:400;line-height:1.12}.hero p{max-width:650px;color:var(--muted);font-size:18px;line-height:1.75}.actions{gap:12px;margin-top:32px;display:flex}.hero-visual{justify-content:center;align-items:flex-end;min-height:610px;display:flex;position:relative}.portrait-placeholder{border:1px solid var(--line);text-align:center;background:linear-gradient(#26221c,#101010);flex-direction:column;justify-content:center;align-items:center;width:82%;height:560px;display:flex;position:relative;overflow:hidden}.portrait-placeholder:before{content:"";background:radial-gradient(circle,#c9a96e47,#0000 68%);border-radius:50%;width:280px;height:280px;position:absolute}.portrait-placeholder span{color:#e5cd9e47;z-index:1;font-family:Georgia,serif;font-size:130px}.portrait-placeholder small{color:var(--muted);z-index:1;line-height:1.6}.hero-stat{background:var(--ivory);color:#111;flex-direction:column;padding:24px 28px;display:flex;position:absolute;bottom:40px;left:0;box-shadow:0 20px 60px #00000040}.hero-stat strong{font-family:Georgia,serif;font-size:36px}.hero-stat span{text-transform:uppercase;letter-spacing:.14em;color:#666;font-size:11px}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0d0d0d}.trust-grid{grid-template-columns:repeat(4,1fr);display:grid}.trust-grid>div{border-right:1px solid var(--line);flex-direction:column;gap:8px;padding:34px;display:flex}.trust-grid>div:last-child{border-right:0}.trust-grid strong{color:var(--gold-light);font-family:Georgia,serif;font-size:30px}.trust-grid span{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:11px}.section{padding:105px 0}.section-soft{background:var(--black-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-title{margin:14px 0 42px;font-family:Georgia,serif;font-size:clamp(40px,5vw,64px);font-weight:400;line-height:1.05}.about-grid{grid-template-columns:.8fr 1.2fr;gap:100px;display:grid}.about-copy{color:var(--muted);font-size:18px;line-height:1.85}.gold-quote{color:var(--gold-light);font-family:Georgia,serif;font-size:25px!important}.strength-grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.strength-card{background:var(--black-2);min-height:240px;padding:32px}.strength-card span{color:var(--gold);letter-spacing:.14em;font-size:12px}.strength-card h3{margin:46px 0 14px;font-family:Georgia,serif;font-size:25px;font-weight:400}.strength-card p{color:var(--muted);font-size:14px;line-height:1.7}.section-heading-row{justify-content:space-between;align-items:end;gap:50px;display:flex}.section-heading-row>p{max-width:410px;color:var(--muted);margin-bottom:44px;line-height:1.7}.property-filters{flex-wrap:wrap;gap:8px;margin-bottom:34px;display:flex}.filter-button{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;padding:11px 17px}.filter-button.active,.filter-button:hover{background:var(--gold);color:#111;border-color:var(--gold)}.property-grid{grid-template-columns:repeat(2,1fr);gap:26px;display:grid}.property-card{background:var(--black-2);border:1px solid var(--line);transition:transform .25s,border-color .25s}.property-card:hover{border-color:#e5cd9e80;transform:translateY(-4px)}.property-media{height:370px;position:relative;overflow:hidden}.property-media img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.property-card:hover .property-media img{transform:scale(1.035)}.property-tags{gap:7px;display:flex;position:absolute;top:16px;left:16px}.property-tags span{text-transform:uppercase;letter-spacing:.12em;background:#080808d1;border:1px solid #ffffff1f;padding:8px 10px;font-size:10px}.property-arrow{background:var(--gold);color:#111;place-items:center;width:44px;height:44px;display:grid;position:absolute;bottom:16px;right:16px}.property-card-body{padding:25px}.property-location{color:var(--gold);text-transform:uppercase;letter-spacing:.15em;font-size:11px}.property-title-row{justify-content:space-between;align-items:start;gap:20px;display:flex}.property-title-row h3{margin:8px 0;font-family:Georgia,serif;font-size:28px;font-weight:400}.property-title-row strong{white-space:nowrap;color:var(--gold-light);margin-top:14px}.property-summary{color:var(--muted);line-height:1.65}.property-meta{border-top:1px solid var(--line);color:#cbc5ba;flex-wrap:wrap;gap:16px;margin-top:20px;padding-top:18px;font-size:12px;display:flex}.property-meta span{align-items:center;gap:7px;display:flex}.service-grid{border-top:1px solid var(--line);grid-template-columns:repeat(2,1fr);display:grid}.service-grid article{border-bottom:1px solid var(--line);padding:38px}.service-grid article:nth-child(odd){border-right:1px solid var(--line)}.service-grid h3{font-family:Georgia,serif;font-size:30px;font-weight:400}.service-grid p{color:var(--muted);line-height:1.75}.contact-panel{border:1px solid var(--line);background:linear-gradient(120deg,#15120f,#0d0d0d);justify-content:space-between;align-items:center;gap:40px;padding:55px;display:flex}.contact-panel h2{margin:14px 0;font-family:Georgia,serif;font-size:46px;font-weight:400}.contact-panel p{color:var(--muted);max-width:650px;line-height:1.7}.footer{border-top:1px solid var(--line);background:#050505;padding:60px 0}.footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:50px;display:grid}.footer p{color:var(--muted);font-size:13px;line-height:1.7}.property-page{background:var(--black);min-height:100vh}.detail-nav{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:92px;display:flex}.detail-nav>a:first-child{color:var(--muted);align-items:center;gap:8px;font-size:13px;display:flex}.detail-hero{justify-content:space-between;align-items:end;gap:40px;padding-top:70px;padding-bottom:38px;display:flex}.detail-hero h1{margin:16px 0;font-family:Georgia,serif;font-size:clamp(48px,7vw,82px);font-weight:400;line-height:1}.detail-hero p{color:var(--muted);align-items:center;gap:8px;display:flex}.detail-hero>strong{color:var(--gold-light);white-space:nowrap;font-family:Georgia,serif;font-size:32px}.gallery{grid-template-columns:2fr 1fr;gap:10px;height:620px;display:grid}.gallery img{object-fit:cover;width:100%;height:100%}.gallery>div{grid-template-rows:1fr 1fr;gap:10px;display:grid;overflow:hidden}.detail-layout{grid-template-columns:1fr 360px;gap:50px;padding-top:60px;padding-bottom:110px;display:grid}.overview-grid{border:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.overview-grid>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);gap:8px;padding:22px;display:grid}.overview-grid svg{color:var(--gold)}.overview-grid span{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:11px}.detail-copy{border-bottom:1px solid var(--line);padding:55px 0}.detail-copy h2{font-family:Georgia,serif;font-size:42px;font-weight:400}.detail-copy p{color:var(--muted);font-size:17px;line-height:1.85}.facility-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:30px;display:grid}.facility-grid span{color:#d7d0c5;align-items:center;gap:10px;display:flex}.facility-grid svg{color:var(--gold)}.map-placeholder{border:1px solid var(--line);background:radial-gradient(circle,#c9a96e1f,#0000 62%);flex-direction:column;justify-content:center;align-items:center;gap:10px;height:280px;margin-top:28px;display:flex}.map-placeholder svg{color:var(--gold)}.map-placeholder small{color:var(--muted)}.enquiry-card{background:var(--black-2);border:1px solid var(--line);align-self:start;padding:28px;position:sticky;top:24px}.enquiry-card h3{margin:12px 0;font-family:Georgia,serif;font-size:32px;font-weight:400}.enquiry-card p{color:var(--muted);line-height:1.6}.enquiry-card label{color:#d6d0c6;gap:7px;margin:17px 0;font-size:12px;display:grid}.enquiry-card input,.enquiry-card textarea{color:#fff;background:#090909;border:1px solid #3a352e;padding:13px}.enquiry-card textarea{resize:vertical;min-height:100px}.enquiry-card .btn{width:100%;margin-top:10px}.auth-wrap{background:var(--black);place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{background:var(--black-2);border:1px solid var(--line);width:min(440px,100%);padding:34px}.field{gap:7px;margin:18px 0;display:grid}.field input,.field select,.field textarea{color:#fff;background:#090909;border:1px solid #39342d;width:100%;padding:13px}.admin{background:var(--admin-bg);min-height:100vh;color:var(--admin-ink);grid-template-columns:240px 1fr;display:grid}.sidebar{background:var(--black);color:#fff;padding:26px 18px}.sidebrand{color:var(--gold-light);padding:8px 10px 26px;font-family:Georgia,serif;font-size:20px}.sideitem{color:#cfc8bd;border-radius:4px;margin:4px 0;padding:12px 10px;display:block}.sideitem.active,.sideitem:hover{color:var(--gold-light);background:#24201a}.main{padding:32px}.topbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px;display:flex}.admin-title{margin:8px 0;font-family:Georgia,serif;font-size:40px;font-weight:400}.stats{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.card{background:#fff;border:1px solid #ded9cf;padding:24px}.small{color:#6f746f;font-size:14px}.stat-number{margin:8px 0 0;font-family:Georgia,serif;font-size:34px}.table-wrap{overflow:auto}table{border-collapse:collapse;background:#fff;width:100%}th,td{text-align:left;white-space:nowrap;border-bottom:1px solid #e2dfd8;padding:14px}.badge{background:#eee8dc;border-radius:999px;padding:6px 9px;font-size:11px;display:inline-block}.btn-admin{color:#fff;background:#161b17}.btn-light{color:#222;background:#fff;border:1px solid #d5d0c7}.btn-danger{color:#9e3c33;background:#fff;border:1px solid #dfb8b4}.admin-summary{color:#676b66;gap:24px;margin-bottom:20px;font-size:13px;display:flex}.admin-property-list{gap:14px;display:grid}.admin-property-card{background:#fff;border:1px solid #ddd8cf;grid-template-columns:160px 1fr auto;align-items:center;gap:22px;padding:14px;display:grid}.admin-property-card>img{object-fit:cover;width:160px;height:110px}.admin-property-card h3{margin:10px 0 6px;font-family:Georgia,serif;font-size:23px}.admin-property-card p{color:#777;margin:0 0 8px;font-size:13px}.admin-row{gap:8px;display:flex}.status{border-radius:999px;padding:6px 9px;font-size:11px}.status-available{color:#376642;background:#e4f0e6}.status-reserved{color:#8e651e;background:#fff0d6}.status-sold,.status-off-market{color:#666;background:#eee}.admin-actions{flex-wrap:wrap;justify-content:end;gap:8px;display:flex}.admin-actions .btn{padding:10px 13px;font-size:12px}.property-form{gap:20px;display:grid}.form-card{background:#fff;border:1px solid #ddd8cf;padding:26px}.form-card h3{margin-top:0;font-family:Georgia,serif;font-size:25px;font-weight:400}.form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.form-grid label{color:#5f655f;gap:7px;font-size:12px;display:grid}.form-grid input,.form-grid select,.form-grid textarea{color:#222;background:#fff;border:1px solid #d2cec5;padding:12px}.span-2{grid-column:span 2}.checkbox-label{align-items:center;gap:10px!important;display:flex!important}.checkbox-label input{width:auto}.upload-zone{color:#666;text-align:center;border:1px dashed #bdb7aa;flex-direction:column;justify-content:center;align-items:center;min-height:180px;display:flex}.upload-zone small{color:#999;margin-top:8px}.form-actions{justify-content:flex-end;gap:10px;display:flex}@media (max-width:950px){.hero-grid,.about-grid,.detail-layout{grid-template-columns:1fr}.hero-visual{min-height:480px}.trust-grid,.strength-grid{grid-template-columns:repeat(2,1fr)}.property-grid{grid-template-columns:1fr}.gallery{height:500px}.enquiry-card{position:static}.admin-property-card{grid-template-columns:120px 1fr}.admin-property-card>img{width:120px}.admin-actions{grid-column:2}.stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.navlinks a:not(.small-button){display:none}.hero{min-height:auto}.hero-copy{padding:100px 0 30px}.hero h1{font-size:72px}.hero-grid{gap:0}.hero-visual{min-height:420px}.portrait-placeholder{height:400px}.hero-stat{left:8px}.trust-grid,.strength-grid,.service-grid,.overview-grid{grid-template-columns:1fr}.service-grid article:nth-child(odd){border-right:0}.section-heading-row,.contact-panel,.detail-hero{display:block}.section-heading-row>p{margin-top:-20px}.property-media{height:270px}.property-title-row{display:block}.gallery{grid-template-columns:1fr;height:auto}.gallery-main{height:360px!important}.gallery>div{grid-template-rows:none;grid-template-columns:1fr 1fr}.gallery>div img{height:180px}.facility-grid,.footer-grid,.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.admin{grid-template-columns:1fr}.sidebar{display:none}.main{padding:20px}.admin-property-card{grid-template-columns:1fr}.admin-property-card>img{width:100%;height:220px}.admin-actions{grid-column:auto;justify-content:start}.stats{grid-template-columns:1fr}.topbar{align-items:flex-start}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.hero-fade{animation:.9s both heroFade}.hero-fade-delay{animation:1.15s .15s both heroFade}@keyframes heroFade{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.portrait-frame{border:1px solid var(--line);background:#111;width:88%;height:650px;position:relative;overflow:hidden}.portrait-frame:after{content:"";background:linear-gradient(#0000 55%,#05050573);position:absolute;inset:0}.portrait-frame img{object-fit:cover;object-position:center 18%;filter:contrast(1.04)brightness(.9);width:100%;height:100%;transition:transform 1.1s}.portrait-frame:hover img{transform:scale(1.025)}.scroll-cue{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);align-items:center;gap:10px;font-size:10px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.scroll-cue span{background:var(--gold);width:34px;height:1px}.gold-rule{background:var(--gold);width:80px;height:1px;margin-top:28px}.luxury-service-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.luxury-service-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;min-height:330px;padding:32px;transition:transform .3s,background .3s;display:flex}.luxury-service-card:hover{background:#13110e;transform:translateY(-6px)}.luxury-service-card>span{color:var(--gold);font-family:Georgia,serif;font-size:18px}.luxury-service-card h3{margin:55px 0 18px;font-family:Georgia,serif;font-size:30px;font-weight:400}.luxury-service-card p{color:var(--muted);line-height:1.75}.luxury-service-card a{color:var(--gold-light);text-transform:uppercase;letter-spacing:.12em;margin-top:auto;font-size:12px}.testimonial-note{max-width:680px;color:var(--muted);margin-top:-20px;margin-bottom:36px;line-height:1.7}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.testimonial-card{border:1px solid var(--line);background:linear-gradient(145deg,#111,#0b0b0b);flex-direction:column;min-height:290px;padding:34px;display:flex}.stars{color:var(--gold);letter-spacing:.2em}.testimonial-card blockquote{color:#e8e0d5;margin:38px 0;font-family:Georgia,serif;font-size:24px;line-height:1.45}.testimonial-card strong{margin-top:auto}.testimonial-card span{color:var(--muted);margin-top:7px;font-size:12px}.contact-section{border-top:1px solid var(--line);background:linear-gradient(120deg,#15120f,#090909)}.contact-grid{grid-template-columns:.9fr 1.1fr;gap:70px;display:grid}.contact-intro>p{color:var(--muted);font-size:17px;line-height:1.8}.contact-methods{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:1fr 1fr;margin-top:38px;display:grid}.contact-methods>*{border-right:1px solid var(--line);border-bottom:1px solid var(--line);gap:7px;padding:20px;display:grid}.contact-methods span{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);font-size:10px}.contact-methods strong{font-size:13px}.contact-form{border:1px solid var(--line);background:#0c0c0c;gap:20px;padding:34px;display:grid}.contact-form label{color:#d8d1c6;gap:8px;font-size:12px;display:grid}.contact-form input,.contact-form select,.contact-form textarea{width:100%;color:var(--ivory);background:#080808;border:1px solid #383229;padding:14px}.contact-form textarea{resize:vertical;min-height:150px}.form-two{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact-form small{color:var(--muted);line-height:1.5}.brand-statement{border-top:1px solid var(--line);background:#070707;padding:90px 0}.brand-statement .container{align-items:center;gap:36px;display:flex}.brand-statement span{color:#e5cd9e3d;font-family:Georgia,serif;font-size:92px}.brand-statement h2{margin:0;font-family:Georgia,serif;font-size:clamp(36px,5vw,66px);font-weight:400}.footer-grid-upgraded{grid-template-columns:1.3fr .7fr 1fr .7fr}.footer-grid-upgraded>div{flex-direction:column;align-items:flex-start;gap:9px;display:flex}.footer-grid-upgraded strong{color:var(--gold-light);margin-bottom:10px}.footer-grid-upgraded a,.footer-grid-upgraded span{color:var(--muted);font-size:13px}.footer-muted{opacity:.7}.footer-bottom{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;margin-top:45px;padding-top:25px;font-size:12px;display:flex}.btn:hover{transform:translateY(-2px)}.btn-gold:hover{background:var(--gold-light);box-shadow:0 12px 30px #c9a96e2e}@media (max-width:1050px){.luxury-service-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.footer-grid-upgraded{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.portrait-frame{width:100%;height:430px}.scroll-cue{display:none}.luxury-service-grid,.testimonial-grid,.contact-methods,.form-two,.footer-grid-upgraded{grid-template-columns:1fr}.brand-statement .container{display:block}.brand-statement span{font-size:60px}.footer-bottom{flex-direction:column;gap:20px}}.site-header{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(#070707eb,#0707078a,#0000)}.brand-lockup,.footer-brand{letter-spacing:0;flex-direction:row;align-items:center;gap:13px;display:flex}.brand-monogram{border:1px solid #e5cd9e7a;place-items:center;width:43px;height:43px;display:grid;position:relative;letter-spacing:.05em!important;color:var(--gold-light)!important;font-family:Georgia,serif!important;font-size:17px!important}.brand-monogram:after{content:"";border:1px solid #e5cd9e29;position:absolute;inset:4px}.brand-copy{letter-spacing:.11em;flex-direction:column;font-family:Georgia,serif;font-size:20px;line-height:1.1;display:flex}.brand-copy small{letter-spacing:.27em;color:var(--gold);margin-top:6px;font-family:Arial,sans-serif;font-size:7px}.navlinks>a:not(.btn){padding:12px 0;transition:color .25s;position:relative}.navlinks>a:not(.btn):after{content:"";background:var(--gold);height:1px;transition:right .28s;position:absolute;bottom:5px;left:0;right:100%}.navlinks>a:not(.btn):hover{color:var(--gold-light)}.navlinks>a:not(.btn):hover:after{right:0}.hero{background:radial-gradient(circle at 68% 48%,#c9a96e13,#0000 28%),linear-gradient(112deg,#070707 0%,#0d0d0d 58%,#080808 100%)}.hero-grid{grid-template-columns:1.22fr .78fr;gap:42px}.hero-copy{z-index:2;position:relative}.hero h1{text-shadow:0 18px 55px #00000052}.hero-signature{color:#d8c59f;letter-spacing:.05em;align-items:center;gap:14px;margin:-4px 0 22px;font-family:Georgia,serif;font-size:15px;font-style:italic;display:flex}.hero-signature span{background:var(--gold);width:44px;height:1px}.hero-line{pointer-events:none;background:linear-gradient(90deg,#0000,#c9a96e47,#0000);height:1px;position:absolute;transform:rotate(-24deg)}.hero-line-one{width:720px;top:245px;right:-210px}.hero-line-two{opacity:.55;width:520px;top:510px;right:-100px}.hero-glow{opacity:.78;filter:blur(10px);top:35px;right:-130px}.portrait-frame{width:100%;height:665px;box-shadow:0 36px 90px #00000061}.hero-stat{border-top:3px solid var(--gold);bottom:28px;left:-52px}.actions .btn-gold{padding:16px 25px;font-size:15px}.scroll-cue{gap:9px;animation:2.2s ease-in-out infinite scrollPulse;bottom:24px}.scroll-cue .scroll-line{background:var(--gold);width:26px;height:1px}.scroll-cue .scroll-arrow{color:var(--gold);font-size:17px;line-height:1}@keyframes scrollPulse{0%,to{opacity:.55;transform:translate(-50%)translateY(0)}50%{opacity:1;transform:translate(-50%)translateY(5px)}}.strength-card,.luxury-service-card,.testimonial-card{position:relative;overflow:hidden}.strength-card:before,.luxury-service-card:before,.testimonial-card:before{content:"";background:linear-gradient(125deg,#0000 0%,#c9a96e0b 45%,#0000 70%);transition:transform .75s;position:absolute;inset:0;transform:translate(-100%)}.strength-card:hover:before,.luxury-service-card:hover:before,.testimonial-card:hover:before{transform:translate(100%)}.strength-card{transition:background .3s,transform .3s}.strength-card:hover{background:#15120f;transform:translateY(-4px)}.testimonial-card{transition:transform .3s,border-color .3s}.testimonial-card:hover{border-color:#e5cd9e6b;transform:translateY(-5px)}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #c9a96e14}.contact-methods>*{transition:background .25s}.contact-methods>:hover{background:#c9a96e0e}.footer-grid-upgraded a{transition:color .2s}.footer-grid-upgraded a:hover{color:var(--gold-light)}@media (max-width:1050px){.hero-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:clamp(72px,10vw,104px)}.hero-stat{left:-20px}}@media (max-width:950px){.hero-grid{grid-template-columns:1fr}.hero-copy{padding-bottom:25px}.hero-visual{width:100%;max-width:620px;min-height:650px;margin:0 auto 70px}.portrait-frame{height:620px}.hero-stat{left:-12px}.hero-line{display:none}}@media (max-width:700px){.site-header{position:absolute}.nav{height:78px}.brand-monogram{width:37px;height:37px}.brand-copy{font-size:16px}.navlinks{gap:0}.small-button{padding:10px 12px;font-size:11px}.hero-copy{padding-top:118px}.hero h1{font-size:68px;line-height:.87}.hero h2{font-size:28px}.hero-signature{font-size:13px}.hero p{font-size:16px}.actions{flex-direction:column;align-items:stretch}.actions .btn{width:100%}.hero-visual{min-height:470px;margin-bottom:48px}.portrait-frame{height:455px}.hero-stat{padding:18px 20px;bottom:-20px;left:10px}.hero-stat strong{font-size:29px}.section{padding:78px 0}.section-title{font-size:42px}.trust-grid>div{padding:25px}.contact-form{padding:24px}.footer-brand{margin-bottom:10px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-fade,.hero-fade-delay,.scroll-cue{animation:none}.portrait-frame img,.btn,.strength-card,.luxury-service-card,.testimonial-card{transition:none}}.mobile-menu{display:none;position:relative}.mobile-menu summary{cursor:pointer;background:#080808c7;border:1px solid #e5cd9e80;place-content:center;gap:5px;width:44px;height:44px;list-style:none;display:grid}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{background:var(--gold-light);width:19px;height:1px;transition:transform .25s,opacity .25s;display:block}.mobile-menu[open] summary span:first-child{transform:translateY(6px)rotate(45deg)}.mobile-menu[open] summary span:nth-child(2){opacity:0}.mobile-menu[open] summary span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.mobile-menu nav{border:1px solid var(--line);z-index:30;background:#0a0a0afa;width:min(280px,100vw - 40px);padding:18px;display:grid;position:absolute;top:52px;right:0;box-shadow:0 24px 70px #0000008c}.mobile-menu nav a{border-bottom:1px solid var(--line);letter-spacing:.08em;padding:14px 10px;font-size:13px}.mobile-menu nav a:last-child{color:var(--gold-light);border-bottom:0}.hero{min-height:100svh}.btn{transition:background .25s,color .25s,border-color .25s,transform .25s}.actions .btn:hover{transform:translateY(-2px)}.actions .btn-gold:hover{color:var(--gold-light);border:1px solid var(--gold);background:0 0}.actions .btn-outline:hover{background:var(--gold);color:#111}@media (max-width:700px){.container{width:min(100% - 32px,1180px)}.desktop-nav{display:none}.mobile-menu{display:block}.site-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#070707fa,#070707d1);position:absolute}.nav{height:82px}.brand-copy{letter-spacing:.14em;font-size:13px}.brand-copy small{font-size:6px}.hero{min-height:auto;padding-bottom:58px}.hero-grid{flex-direction:column;gap:0;padding-top:106px;display:flex}.hero-visual{order:1;width:100%;max-width:none;height:auto;min-height:0;margin:0 auto 38px;display:block}.portrait-frame{width:100%;height:410px;box-shadow:0 28px 70px #00000073}.portrait-frame img{object-position:center 18%}.hero-stat{padding:15px 18px;bottom:-18px;left:14px}.hero-stat strong{font-size:27px}.hero-stat span{font-size:9px}.hero-copy{order:2;padding:24px 0 0}.hero-copy .eyebrow{font-size:9px;line-height:1.6}.hero h1{margin:22px 0 25px;font-size:58px;line-height:.88}.hero h2{margin-bottom:21px;font-size:30px;line-height:1.13}.hero-signature{align-items:flex-start;margin-bottom:19px;font-size:12px;line-height:1.5}.hero-signature span{flex:0 0 38px;margin-top:9px}.hero p{font-size:15px;line-height:1.7}.actions{gap:10px;margin-top:26px}.actions .btn{min-height:52px}.scroll-cue,.hero-line{display:none}}@media (max-width:420px){.portrait-frame{height:370px}.hero h1{font-size:54px}.hero h2{font-size:27px}.brand-monogram{width:38px;height:38px}}.crm-shell{color:#1a201c;background:#f3f1ec;grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.crm-sidebar{color:#f7f1e6;background:#0b0d0c;border-right:1px solid #252923;flex-direction:column;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0}.crm-brand{color:#f4e6c9;align-items:center;gap:12px;padding:0 8px 26px;display:flex}.crm-brand-mark{border:1px solid #b99559;place-items:center;width:42px;height:42px;font:20px Georgia,serif;display:grid}.crm-brand strong,.crm-brand small,.crm-user strong,.crm-user small{display:block}.crm-brand strong{letter-spacing:.04em;font:16px Georgia,serif}.crm-brand small{color:#b99559;text-transform:uppercase;letter-spacing:.2em;margin-top:3px;font-size:8px}.crm-nav{gap:4px;display:grid}.crm-nav-link{color:#b9bcb8;border-radius:6px;align-items:center;gap:12px;min-height:43px;padding:0 12px;font-size:14px;transition:all .2s;display:flex}.crm-nav-link:hover{color:#f5e6c8;background:#171a17}.crm-nav-link.active{color:#ddbd82;background:#252119}.crm-nav-arrow{margin-left:auto}.crm-sidebar-card{color:#cba96a;background:#151614;border:1px solid #302c25;gap:10px;margin-top:auto;padding:14px;display:flex}.crm-sidebar-card strong,.crm-sidebar-card small{display:block}.crm-sidebar-card strong{color:#f2eadf;font-size:12px}.crm-sidebar-card small{color:#8f938d;margin-top:4px;font-size:10px;line-height:1.5}.crm-user{align-items:center;gap:10px;padding:18px 8px 0;display:flex}.crm-user strong{font-size:12px}.crm-user small{color:#8f938d;margin-top:2px;font-size:10px}.crm-avatar{color:#151812;background:#d7bb83;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font:13px Georgia,serif;display:grid}.crm-avatar.small{width:32px;height:32px;font-size:11px}.crm-avatar.large{width:66px;height:66px;font-size:20px}.crm-main{min-width:0;padding:34px 38px 50px}.crm-page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.crm-page-header h1,.crm-profile-name h1{color:#182019;margin:7px 0;font:400 clamp(32px,4vw,46px)/1.1 Georgia,serif}.crm-page-header p:not(.crm-kicker){color:#727871;margin:0}.crm-kicker{text-transform:uppercase;letter-spacing:.2em;margin:0;font-weight:700;color:#a77c3d!important;font-size:10px!important}.crm-primary-button{color:#fff;cursor:pointer;background:#152019;border:0;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-size:13px;font-weight:700;display:inline-flex}.crm-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.crm-stat-card{background:#fff;border:1px solid #dedbd3;gap:14px;min-height:135px;padding:20px;display:flex}.crm-stat-icon{color:#946c34;background:#f0e8d8;place-items:center;width:38px;height:38px;display:grid}.crm-stat-card small,.crm-stat-card strong,.crm-stat-card div>span{display:block}.crm-stat-card small{color:#767b75;font-size:12px}.crm-stat-card strong{margin:7px 0;font:34px Georgia,serif}.crm-stat-card div>span{color:#8b908a;font-size:10px}.crm-stat-card .positive{color:#3d7650}.crm-dashboard-grid{grid-template-columns:minmax(0,1.55fr) minmax(290px,.75fr);gap:20px;margin-bottom:20px;display:grid}.crm-panel{background:#fff;border:1px solid #dedbd3;padding:22px}.crm-panel-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;display:flex}.crm-panel-heading h2,.crm-profile-side h2{margin:5px 0 0;font:400 24px Georgia,serif}.crm-panel-heading>a,.crm-text-button{color:#87642f;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;font-size:11px;display:inline-flex}.crm-task-list{display:grid}.crm-task{border-top:1px solid #ece9e2;grid-template-columns:48px 35px 1fr auto;align-items:center;gap:12px;padding:15px 0;display:grid}.crm-task time{font-size:12px;font-weight:700}.crm-task-icon{color:#78613b;background:#f2eee5;place-items:center;width:32px;height:32px;display:grid}.crm-task strong,.crm-task small{display:block}.crm-task strong{font-size:13px}.crm-task small{color:#858982;margin-top:4px;font-size:10px}.crm-task-type{border:1px solid #ddd6c8;padding:5px 8px;font-size:10px}.crm-pipeline-row{grid-template-columns:86px 1fr 20px;align-items:center;gap:9px;margin:15px 0;font-size:11px;display:grid}.crm-pipeline-row>div{background:#ece9e2;height:5px}.crm-pipeline-row i{background:#b38a4c;height:100%;display:block}.crm-pipeline-row strong{text-align:right}.crm-conversion{color:#9a743d;border-top:1px solid #e8e4dc;gap:12px;margin-top:22px;padding-top:18px;display:flex}.crm-conversion small,.crm-conversion strong{display:block}.crm-conversion small{color:#898d87;font-size:10px}.crm-conversion strong{color:#293029;margin-top:3px;font-size:12px}.crm-table-wrap{overflow:auto}.crm-table{border-collapse:collapse;background:0 0;width:100%}.crm-table th{text-transform:uppercase;letter-spacing:.12em;color:#8d918b;font-size:9px}.crm-table th,.crm-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #ebe8e1;padding:13px 12px}.crm-table td{font-size:12px}.crm-table td>small{color:#8b8f89;margin-top:4px;font-size:9px;display:block}.crm-person{color:#202620;align-items:center;gap:9px;display:flex}.crm-person>span{color:#75572d;background:#eee7d9;border-radius:50%;place-items:center;width:31px;height:31px;font:10px Georgia,serif;display:grid}.crm-person strong,.crm-person small{display:block}.crm-person small{color:#8b8f89;margin-top:3px;font-size:9px}.crm-status{background:#eee9df;border-radius:999px;padding:6px 9px;font-size:9px;display:inline-flex}.status-new-lead{color:#50627d;background:#edf0f6}.status-contacted{color:#8d6a2d;background:#f6edda}.status-viewing{color:#3f7053;background:#e6f1eb}.status-negotiation{color:#684e7b;background:#eee8f4}.status-booking{color:#965b38;background:#f8e7dd}.status-completed{color:#426b49;background:#e5efe6}.crm-toolbar{gap:10px;margin-bottom:18px;display:flex}.crm-search{color:#8b8f89;background:#fff;border:1px solid #dcd8cf;flex:1;align-items:center;gap:8px;min-width:300px;max-width:480px;height:42px;padding:0 13px;display:flex}.crm-search input{width:100%;font:inherit;background:0 0;border:0;outline:0}.crm-filter-button,.crm-view-toggle button,.crm-profile-actions>button{cursor:pointer;color:#343a34;background:#fff;border:1px solid #d8d4cb;align-items:center;gap:7px;height:42px;padding:0 13px;display:inline-flex}.crm-view-toggle{margin-left:auto;display:flex}.crm-view-toggle button+button{border-left:0}.crm-view-toggle button.active{color:#fff;background:#1a211b;border-color:#1a211b}.crm-kanban{grid-template-columns:repeat(6,minmax(240px,1fr));gap:12px;padding-bottom:15px;display:grid;overflow-x:auto}.crm-kanban-column{background:#eae7df;border:1px solid #dad6cd;min-height:560px}.crm-kanban-column>header{border-bottom:1px solid #d7d3ca;align-items:center;gap:8px;height:48px;padding:0 12px;display:flex}.crm-kanban-column>header strong{font-size:11px}.crm-kanban-column>header small{background:#d7d2c8;border-radius:99px;padding:2px 6px;font-size:9px}.crm-kanban-column>header button{background:0 0;border:0;margin-left:auto}.crm-dot{background:#777;border-radius:50%;width:7px;height:7px}.dot-new-lead{background:#6b7e9c}.dot-contacted{background:#b38a4c}.dot-viewing{background:#4d8060}.dot-negotiation{background:#755b87}.dot-booking{background:#a96542}.dot-completed{background:#4b7652}.crm-kanban-cards{align-content:start;gap:9px;padding:9px;display:grid}.crm-lead-card{color:#202620;cursor:grab;background:#fff;border:1px solid #dcd8d0;padding:14px;box-shadow:0 2px 7px #1a1d190a}.crm-lead-card:active{cursor:grabbing}.crm-lead-card-top,.crm-lead-meta,.crm-lead-card footer{justify-content:space-between;align-items:center;display:flex}.crm-temperature{text-transform:uppercase;letter-spacing:.08em;border-radius:99px;padding:4px 6px;font-size:8px}.crm-temperature.hot{color:#9d5135;background:#fae5dc}.crm-temperature.warm{color:#907032;background:#f5edd9}.crm-temperature.cold{color:#596b78;background:#e9edf0}.crm-lead-card h3{margin:12px 0 4px;font:17px Georgia,serif}.crm-lead-card p{color:#7c817b;margin:0 0 15px;font-size:10px}.crm-lead-meta{font-size:10px}.crm-lead-card footer{border-top:1px solid #eeeae2;margin-top:14px;padding-top:12px;font-size:9px}.crm-lead-card footer span{color:#8c908a}.crm-inline-select{background:#fff;border:1px solid #ddd8cf;padding:6px;font-size:10px}.crm-back{color:#746b5d;align-items:center;gap:6px;margin-bottom:22px;font-size:11px;display:inline-flex}.crm-profile-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.crm-profile-person{align-items:center;gap:15px;display:flex}.crm-profile-name{align-items:center;gap:12px;display:flex}.crm-profile-name h1{margin:0}.crm-profile-person p{color:#7c817a;margin:5px 0 0;font-size:12px}.crm-profile-actions{gap:8px;display:flex}.crm-profile-actions .crm-primary-button{height:42px}.crm-profile-grid{grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:20px;display:grid}.crm-profile-main,.crm-profile-side{align-content:start;gap:20px;display:grid}.crm-ai-summary{color:#3c443d;margin:0;padding:5px 0 8px;font:18px/1.7 Georgia,serif}.crm-timeline article{grid-template-columns:34px 1fr;gap:12px;padding:0 0 24px;display:grid;position:relative}.crm-timeline article:not(:last-child):before{content:"";border-left:1px solid #ddd8cf;position:absolute;top:34px;bottom:0;left:16px}.crm-timeline article>span{color:#87642f;z-index:1;background:#f0e9dc;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.crm-timeline strong{font-size:12px}.crm-timeline p{color:#777d77;margin:5px 0;font-size:11px}.crm-timeline small{color:#a0a39e;font-size:9px}.crm-details{margin:15px 0 0}.crm-details>div{border-top:1px solid #ebe8e1;padding:12px 0}.crm-details dt{text-transform:uppercase;letter-spacing:.08em;color:#92968f;font-size:9px}.crm-details dd{margin:5px 0 0;font-size:12px}.crm-notes{margin:0;padding-left:18px}.crm-notes li{border-bottom:1px solid #eeeae3;padding:7px 0;font-size:12px;line-height:1.5}.crm-placeholder{text-align:center;place-items:center;min-height:65vh;display:grid}.crm-placeholder h1{margin:8px;font:38px Georgia,serif}.crm-placeholder p{color:#777d77}@media (max-width:1150px){.crm-stat-grid{grid-template-columns:repeat(2,1fr)}.crm-dashboard-grid,.crm-dashboard-grid-2,.crm-profile-grid{grid-template-columns:1fr}.crm-sidebar{z-index:20;width:220px;position:fixed;transform:translate(-100%)}.crm-shell{grid-template-columns:1fr}.crm-main{padding:26px}.crm-kanban{grid-template-columns:repeat(6,250px)}}@media (max-width:700px){.crm-main{padding:20px 14px}.crm-page-header,.crm-profile-header{display:block}.crm-page-header .crm-primary-button{width:100%;margin-top:18px}.crm-stat-grid{grid-template-columns:1fr 1fr}.crm-stat-card{min-height:118px;padding:14px}.crm-stat-card strong{font-size:28px}.crm-toolbar{flex-wrap:wrap}.crm-search{min-width:100%}.crm-view-toggle{margin-left:0}.crm-task{grid-template-columns:42px 32px 1fr}.crm-task-type{display:none}.crm-panel{padding:16px}.crm-profile-actions{flex-wrap:wrap;margin-top:17px}.crm-profile-actions>button{flex:1}.crm-profile-actions .crm-primary-button{width:100%}.crm-profile-name{flex-direction:column;align-items:flex-start;gap:5px}.crm-stat-grid{gap:9px}}.crm-dashboard-actions{align-items:center;gap:10px;display:flex}.crm-dashboard-actions .crm-icon-button{cursor:pointer;color:#4d544e;background:#fff;border:1px solid #d8d4cb;place-items:center;width:42px;height:42px;display:grid}.crm-dashboard-card{align-items:flex-start;gap:12px;min-height:118px;display:flex}.crm-dashboard-card small{color:#7f877f;margin-bottom:6px;display:block}.crm-dashboard-card strong{color:#1d231d;font-size:28px;display:block}.crm-dashboard-card span{color:#6c756e;font-size:12px;line-height:1.5;display:block}.crm-dashboard-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:18px;margin-top:20px;display:grid}.crm-dashboard-grid-2{grid-template-columns:1fr 1fr}.crm-dashboard-panel{padding:20px}.crm-dashboard-list{gap:10px;margin-top:8px;display:grid}.crm-dashboard-row{color:inherit;overflow-wrap:anywhere;word-break:break-word;background:#fff;border:1px solid #e8e2d8;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;padding:13px 14px;display:flex}.crm-dashboard-row.urgent{background:#fff8f4;border-color:#e2b2a8}.crm-dashboard-row-main{flex:auto;align-items:flex-start;gap:10px;min-width:0;display:flex}.crm-dashboard-row-main>div{flex:auto;min-width:0}.crm-dashboard-row-main strong{color:#211f1b;overflow-wrap:anywhere;word-break:break-word;margin-bottom:4px;font-size:14px;display:block}.crm-dashboard-row-main p{color:#5e665f;overflow-wrap:anywhere;word-break:break-word;margin:0 0 4px;font-size:12px}.crm-dashboard-row-main small{color:#8e958e;overflow-wrap:anywhere;word-break:break-word;font-size:11px;display:block}.crm-dashboard-row-meta{color:#7a7f76;white-space:normal;text-align:right;overflow-wrap:anywhere;word-break:break-word;flex:0 240px;min-width:0;margin-left:auto;font-size:11px;line-height:1.5;display:block}.crm-dashboard-badge{text-transform:uppercase;letter-spacing:.08em;border-radius:999px;align-items:center;gap:6px;padding:6px 8px;font-size:10px;font-weight:700;display:inline-flex}.crm-dashboard-badge.high{color:#8f4330;background:#f6ded8}.crm-dashboard-badge.neutral{color:#6e5c2f;background:#f2efe8}.crm-dashboard-pipeline{gap:10px;display:grid}.crm-dashboard-pipeline-item{color:inherit;border-bottom:1px solid #ece7df;grid-template-columns:minmax(0,1fr) 48px 18px;align-items:center;gap:10px;padding:12px 0;display:grid}.crm-dashboard-pipeline-item:last-child{border-bottom:0}.crm-dashboard-pipeline-item strong{color:#242824;margin-bottom:6px;font-size:13px;display:block}.crm-dashboard-pipeline-bar{background:#ece7de;border-radius:999px;height:6px;overflow:hidden}.crm-dashboard-pipeline-bar span{background:linear-gradient(90deg,#c7a55d,#f0d79b);height:100%;display:block}.crm-dashboard-action-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}.crm-dashboard-action{color:#243027;background:#faf6eb;border:1px solid #e2ddd3;border-radius:10px;align-items:center;gap:8px;padding:13px 14px;font-weight:600;display:flex}.crm-dashboard-action:hover{background:#f2ebdc}@media (max-width:900px){.crm-dashboard-grid,.crm-dashboard-grid-2{grid-template-columns:1fr}.crm-dashboard-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.crm-dashboard-actions{justify-content:flex-start;width:100%;margin-top:14px}.crm-dashboard-panel{padding:16px}.crm-dashboard-action-grid{grid-template-columns:1fr}.crm-dashboard-row{flex-direction:column;align-items:stretch}.crm-dashboard-row-main{width:100%}.crm-dashboard-row-meta{text-align:left;flex-basis:auto;max-width:none;margin-left:0}.crm-dashboard-pipeline-item{grid-template-columns:minmax(0,1fr) 38px 16px}}.crm-toast{z-index:80;color:#fff;background:#17231b;padding:13px 18px;font-size:12px;position:fixed;top:24px;right:24px;box-shadow:0 12px 35px #0000002e}.crm-card-actions{border-top:1px solid #eeeae2;gap:6px;margin-top:10px;padding-top:9px;display:flex}.crm-card-actions button,.crm-row-actions button{cursor:pointer;background:#fff;border:1px solid #ddd8cf;align-items:center;gap:4px;padding:5px 8px;font-size:9px;display:inline-flex}.crm-card-actions .danger,.crm-row-actions .danger{color:#a33b31;border-color:#e8c9c5}.crm-row-actions{gap:5px;display:flex}.crm-modal-backdrop{z-index:70;background:#0a0e0b9e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.crm-modal{color:#202620;background:#f8f6f1;border:1px solid #d6d0c5;width:min(760px,100%);max-height:92vh;padding:25px;overflow:auto;box-shadow:0 30px 80px #00000047}.crm-modal.small{width:min(520px,100%)}.crm-modal-header{justify-content:space-between;align-items:flex-start;margin-bottom:22px;display:flex}.crm-modal-header h2{margin:5px 0;font:400 29px Georgia,serif}.crm-modal-header>button{cursor:pointer;color:#555;background:0 0;border:0}.crm-form-grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.crm-form-grid label,.crm-form-stack label{text-transform:uppercase;letter-spacing:.08em;color:#747a73;gap:7px;font-size:10px;display:grid}.crm-form-grid input,.crm-form-grid select,.crm-form-stack input,.crm-form-stack select,.crm-form-stack textarea{color:#202620;text-transform:none;letter-spacing:normal;background:#fff;border:1px solid #d8d3c9;outline:none;width:100%;padding:11px 12px;font-size:12px}.crm-form-grid input:focus,.crm-form-grid select:focus,.crm-form-stack input:focus,.crm-form-stack select:focus,.crm-form-stack textarea:focus{border-color:#9c7740;box-shadow:0 0 0 2px #9c774014}.crm-form-grid .full{grid-column:1/-1}.crm-form-actions{border-top:1px solid #e0dbd2;justify-content:flex-end;gap:9px;padding-top:17px;display:flex}.crm-form-actions>button:first-child{cursor:pointer;background:#fff;border:1px solid #d8d3c9;padding:0 18px}.crm-form-stack{gap:15px;display:grid}.crm-form-stack .crm-primary-button{justify-self:end}.crm-profile-actions a{color:#343a34;background:#fff;border:1px solid #d8d4cb;align-items:center;gap:7px;height:42px;padding:0 13px;font-size:13px;display:inline-flex}.crm-danger-button{color:#973f36;cursor:pointer;background:#fff8f7;border:1px solid #e0bcb7;width:100%;margin-top:16px;padding:10px}.crm-note-list{gap:8px;display:grid}.crm-note-list article{border-top:1px solid #eeeae3;justify-content:space-between;gap:12px;padding-top:10px;display:flex}.crm-note-list p{margin:0;font-size:12px;line-height:1.5}.crm-note-list small{color:#999;margin-top:5px;font-size:9px;display:block}.crm-note-list button{color:#a24b41;cursor:pointer;background:0 0;border:0}.crm-empty{color:#8b908a;padding:10px 0;font-size:11px}.crm-placeholder .crm-primary-button{margin-top:16px}@media (max-width:700px){.crm-form-grid{grid-template-columns:1fr}.crm-form-grid .full{grid-column:auto}.crm-modal{padding:18px}.crm-row-actions{min-width:170px}.crm-profile-actions a{flex:1;justify-content:center}}.crm-filter-tabs{gap:6px;margin-bottom:16px;display:flex}.crm-filter-tabs button{cursor:pointer;background:#fff;border:1px solid #d8d3c9;padding:9px 14px;font-size:11px}.crm-filter-tabs button.active{color:#fff;background:#1a211b;border-color:#1a211b}.crm-task-manager{display:grid}.crm-task-manager article{border-bottom:1px solid #ebe8e1;grid-template-columns:34px 1fr auto;align-items:center;gap:12px;padding:14px 0;display:grid}.crm-task-manager article.done{opacity:.55}.crm-task-manager article.done strong{text-decoration:line-through}.crm-task-check{cursor:pointer;background:#fff;border:1px solid #cbc6bc;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.crm-task-title{align-items:center;gap:8px;display:flex}.crm-task-manager p,.crm-task-manager small{color:#858a84;margin:4px 0 0;font-size:10px}.crm-priority{text-transform:uppercase;border-radius:99px;padding:4px 6px;font-size:8px}.crm-priority.high{color:#9b483c;background:#f7dfda}.crm-priority.medium{color:#866529;background:#f3ead7}.crm-priority.low{color:#4b7054;background:#e7eee8}.crm-task-actions{gap:4px;display:flex}.crm-task-actions button{cursor:pointer;color:#777;background:0 0;border:0}.crm-calendar-panel{padding:0;overflow:hidden}.crm-calendar-head{border-bottom:1px solid #e3dfd7;justify-content:center;align-items:center;gap:22px;height:66px;display:flex}.crm-calendar-head h2{text-align:center;min-width:230px;font:24px Georgia,serif}.crm-calendar-head button{cursor:pointer;background:0 0;border:0}.crm-calendar-week,.crm-calendar-grid{grid-template-columns:repeat(7,1fr);display:grid}.crm-calendar-week span{text-align:center;text-transform:uppercase;letter-spacing:.1em;color:#888;border-bottom:1px solid #e5e1d9;padding:11px;font-size:9px}.crm-calendar-grid>button{text-align:left;cursor:pointer;color:#252b25;background:#fff;border:1px solid #e5e1d9;border-top:0;border-left:0;min-height:125px;padding:10px}.crm-calendar-grid>button:disabled{cursor:default;background:#f2f0eb}.crm-calendar-grid>button.today{background:#fbf6eb}.crm-calendar-grid strong{font-size:11px}.crm-calendar-grid button div{gap:4px;margin-top:8px;display:grid}.crm-calendar-grid button span{text-overflow:ellipsis;white-space:nowrap;color:#506456;background:#edf1ed;border-left:2px solid #6e8875;padding:4px 5px;font-size:8px;display:block;overflow:hidden}.crm-calendar-grid .kind-viewing{color:#805e2d;background:#f4eadb;border-color:#b99052}.crm-calendar-grid .kind-call{color:#4d6578;background:#e8eef4;border-color:#6c879b}.crm-calendar-grid .kind-followup{color:#6d527c;background:#eee7f3;border-color:#806491}@media (max-width:800px){.crm-calendar-grid{min-width:820px}.crm-calendar-panel{overflow:auto}.crm-calendar-week{min-width:820px}.crm-task-manager article{grid-template-columns:30px 1fr}.crm-task-actions{grid-column:2}}.crm-cloud-error{color:#8a2f22;background:#fff4f1;border:1px solid #e2b9b1;margin:0 0 18px;padding:12px 14px;font-size:13px}.crm-cloud-state{color:#665d4f;background:#faf7f0;border:1px solid #d8cfbf;margin:0 0 18px;padding:12px 14px;font-size:13px}button:disabled{opacity:.58;cursor:not-allowed}.crm-inline-icon-button{color:#9a7a3d;cursor:pointer;background:0 0;border:0;padding:4px}.crm-alert{border:1px solid;margin:0 0 18px;padding:12px 14px;font-size:12px}.crm-alert-error{color:#8e3e34;background:#fff6f4;border-color:#e2b6ae}.crm-alert-success{color:#376343;background:#f2f8f3;border-color:#b9d5bf}.crm-loading{color:#777d77;background:#fff;border:1px solid #dedbd3;justify-content:center;align-items:center;gap:10px;min-height:180px;display:flex}.spin{animation:.9s linear infinite crm-spin}@keyframes crm-spin{to{transform:rotate(360deg)}}.property-header-actions{align-items:center;gap:8px;display:flex}.crm-icon-button{cursor:pointer;color:#4c524c;background:#fff;border:1px solid #d8d4cb;place-items:center;width:42px;height:42px;display:grid}.property-empty-state{text-align:center;align-content:center;place-items:center;min-height:250px;display:grid}.property-empty-state h2{margin:0 0 8px;font:32px Georgia,serif}.property-empty-state p{color:#777d77;max-width:500px;margin:0 0 20px;line-height:1.6}.property-featured-status{color:#8b672f;background:#f7edd9}.admin-actions .btn{gap:6px}.admin-actions button:disabled{opacity:.55;cursor:not-allowed}.property-cloud-form{gap:18px;display:grid}.property-editor-header .crm-back{margin-bottom:14px}.property-form-section{padding:26px}.property-section-heading{border-bottom:1px solid #ebe7df;align-items:flex-start;gap:14px;margin-bottom:23px;padding-bottom:18px;display:flex}.property-section-heading>span{color:#8b672f;border:1px solid #c9a96e;place-items:center;width:31px;height:31px;font:11px Georgia,serif;display:grid}.property-section-heading h2{color:#202620;margin:0;font:27px Georgia,serif}.property-section-heading p{color:#858a84;margin:5px 0 0;font-size:11px}.property-form-grid textarea{resize:vertical;min-height:90px}.property-feature-toggle{background:#fbfaf7;border:1px solid #e0dcd3;padding:12px;grid-column:span 1!important;align-items:flex-start!important;gap:10px!important;display:flex!important}.property-feature-toggle input{margin-top:3px;width:auto!important}.property-feature-toggle span{gap:4px;display:grid}.property-feature-toggle strong{color:#313831;text-transform:none;letter-spacing:0;font-size:11px}.property-feature-toggle small{color:#888d87;text-transform:none;letter-spacing:0;font-size:9px;line-height:1.45}.property-upload-zone{text-align:center;color:#605d56;cursor:pointer;background:#fbfaf7;border:1px dashed #bdb7aa;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:170px;transition:all .2s;display:flex}.property-upload-zone:hover{background:#faf6ed;border-color:#9c7740}.property-upload-zone svg{color:#9c7740}.property-upload-zone strong{font-size:13px}.property-upload-zone span{color:#8b8f89;font-size:10px}.property-upload-zone input{display:none}.property-image-manager{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.property-image-item{background:#fff;border:1px solid #ded9d0;position:relative;overflow:hidden}.property-image-item.cover{box-shadow:0 0 0 2px #c9a96e}.property-image-item img{object-fit:cover;width:100%;height:180px;display:block}.property-image-badge{color:#fff;text-transform:uppercase;letter-spacing:.08em;background:#121311de;padding:5px 7px;font-size:9px;position:absolute;top:9px;left:9px}.property-image-actions{border-top:1px solid #e7e2d9;display:flex}.property-image-actions button{cursor:pointer;color:#5d635d;background:#fff;border:0;flex:1;justify-content:center;align-items:center;gap:5px;padding:9px 6px;font-size:9px;display:flex}.property-image-actions button+button{border-left:1px solid #e7e2d9}.property-image-actions button:hover{color:#77582b;background:#f7f3ea}.property-image-empty{color:#898d87;border:1px solid #e5e0d7;align-items:center;gap:10px;margin-top:14px;padding:18px;font-size:11px;display:flex}.property-form-actions{z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f3f0e9f0;border-top:1px solid #d8d3c9;justify-content:flex-end;gap:9px;padding:14px 0;display:flex;position:sticky;bottom:0}.property-form-actions .crm-primary-button{cursor:pointer;border:0}.property-form-actions button:disabled{opacity:.6;cursor:wait}.gallery-single{grid-template-columns:1fr}.public-property-empty{border:1px solid var(--line);color:var(--muted);flex-direction:column;gap:8px;margin-bottom:24px;padding:42px;display:flex}.public-property-empty strong{color:var(--gold-light);font:26px Georgia,serif}@media (max-width:900px){.property-image-manager{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-property-card{grid-template-columns:130px 1fr}.admin-property-card>img{width:130px;height:100px}.admin-actions{border-top:1px solid #eeeae2;grid-column:1/-1;justify-content:flex-start;padding-top:12px}}@media (max-width:700px){.property-header-actions{margin-top:16px}.property-form-section{padding:18px}.property-image-manager{grid-template-columns:1fr}.property-image-item img{height:220px}.property-form-grid{grid-template-columns:1fr!important}.property-form-grid .full,.property-feature-toggle{grid-column:1!important}.property-form-actions{flex-wrap:wrap}.property-form-actions .btn,.property-form-actions .crm-primary-button{flex:1;min-width:130px}.admin-property-card{grid-template-columns:86px 1fr;gap:12px}.admin-property-card>img{width:86px;height:78px}.admin-property-card h3{font-size:18px}.admin-summary{flex-wrap:wrap;gap:12px}.admin-actions .btn{flex:1}.gallery-single{height:430px}}.property-catalog-page{background:var(--black);min-height:100vh}.catalog-header{border-bottom:1px solid var(--line);background:#080808;position:relative}.catalog-nav{justify-content:space-between;align-items:center;gap:28px;height:88px;display:flex}.catalog-navlinks{color:#d7d0c5;align-items:center;gap:26px;font-size:13px;display:flex}.catalog-navlinks a[aria-current=page]{color:var(--gold-light)}.catalog-hero{background:radial-gradient(circle at 82% 30%,#c9a96e24,#0000 31%),linear-gradient(120deg,#080808,#11100e);padding:70px 0 65px}.catalog-back{color:var(--muted);align-items:center;gap:7px;margin-bottom:44px;font-size:12px;display:inline-flex}.catalog-hero-grid{grid-template-columns:1.3fr .7fr;align-items:end;gap:70px;display:grid}.catalog-hero h1{letter-spacing:-.035em;margin:16px 0 0;font:400 clamp(48px,6vw,82px)/1.02 Georgia,serif}.catalog-hero p{color:var(--muted);margin:0 0 8px;font-size:16px;line-height:1.8}.catalog-section{padding-top:70px}.catalog-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:28px;display:flex}.catalog-toolbar>div:last-child{text-align:right}.catalog-toolbar>div:last-child .property-filters{justify-content:flex-end}.catalog-filter-label{color:var(--muted);text-transform:uppercase;letter-spacing:.16em;margin-bottom:10px;font-size:10px;display:block}.catalog-results-line{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;justify-content:space-between;gap:20px;margin-bottom:26px;font-size:11px;display:flex}.catalog-property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-cta{background:#090909;padding:70px 0 100px}.property-gallery{padding-bottom:10px}.property-gallery-stage{border:1px solid var(--line);background:#0d0d0d;height:620px;position:relative;overflow:hidden}.property-gallery-stage>img{object-fit:cover;width:100%;height:100%;display:block}.property-gallery-count{letter-spacing:.08em;background:#050505c7;border:1px solid #ffffff24;padding:8px 11px;font-size:11px;position:absolute;bottom:18px;right:18px}.property-gallery-thumbs{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:9px;display:grid}.property-gallery-thumbs button{border:1px solid var(--line);cursor:pointer;opacity:.62;background:#0b0b0b;height:105px;padding:0;overflow:hidden}.property-gallery-thumbs button.active,.property-gallery-thumbs button:hover{opacity:1;border-color:var(--gold)}.property-gallery-thumbs img{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:950px){.catalog-hero-grid{grid-template-columns:1fr;gap:24px}.catalog-toolbar{display:block}.catalog-toolbar>div:last-child{text-align:left;margin-top:10px}.catalog-toolbar>div:last-child .property-filters{justify-content:flex-start}.property-gallery-stage{height:500px}.property-gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:700px){.catalog-nav{height:76px}.catalog-navlinks>a:not(.small-button){display:none}.catalog-hero{padding:48px 0}.catalog-back{margin-bottom:34px}.catalog-results-line{display:block}.catalog-results-line span{margin-bottom:7px;display:block}.catalog-property-grid{grid-template-columns:1fr}.property-gallery-stage{height:370px}.property-gallery-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}.property-gallery-thumbs button{height:85px}}.customer-stat{background:#fff;border:1px solid #ded8cd;align-items:center;gap:9px;padding:14px 18px;display:flex}.customer-stat strong{font-size:20px}.customer-stat span{color:#777;font-size:12px}.customer-toolbar{gap:10px;margin:22px 0;display:flex}.customer-toolbar label{background:#fff;border:1px solid #d9d3c8;flex:1;align-items:center;gap:10px;padding:0 14px;display:flex}.customer-toolbar input,.customer-toolbar select{background:0 0;border:0;outline:0;width:100%;padding:14px 0}.customer-toolbar select{background:#fff;border:1px solid #d9d3c8;width:180px;padding:0 12px}.customer-table-wrap{padding:0;overflow:hidden}.customer-table{width:100%}.customer-row{color:inherit;border-bottom:1px solid #eee8df;grid-template-columns:1.35fr 1.2fr .7fr 1fr;align-items:center;gap:18px;padding:17px 20px;text-decoration:none;display:grid}.customer-row:not(.customer-head):hover{background:#faf8f3}.customer-head{text-transform:uppercase;letter-spacing:.12em;color:#8a8175;background:#faf8f3;font-size:11px}.customer-person{align-items:center;gap:12px;display:flex}.customer-person>span,.customer-row>span{min-width:0}.customer-row strong,.customer-row small{display:block}.customer-row small{color:#827d74;margin-top:4px}.customer-status{color:#315f3c;background:#edf4ee;border-radius:20px;padding:5px 9px;font-size:11px;font-style:normal;display:inline-block}.customer-empty{text-align:center;padding:70px 20px}.customer-empty h2{margin:12px 0 7px}.customer-empty p{color:#777}.customer-tags{flex-wrap:wrap;gap:7px;margin:14px 0;display:flex}.customer-tags button{background:#faf4e7;border:1px solid #d5c6a7;padding:6px 9px}.customer-tag-add{display:flex}.customer-tag-add input{border:1px solid #ddd;flex:1;min-width:0;padding:9px}.customer-tag-add button{color:#fff;background:#112218;border:0;padding:0 12px}.customer-journey{border-bottom:1px solid #eee8df;justify-content:space-between;gap:15px;padding:13px 0;display:flex}.customer-journey span{color:#777;text-align:right;font-size:13px}.customer-note{border-bottom:1px solid #eee8df;padding:12px 0}.customer-note p{margin:0 0 5px}.customer-note small{color:#888}@media (max-width:850px){.customer-row{grid-template-columns:1fr}.customer-head{display:none}.customer-toolbar{display:block}.customer-toolbar select{width:100%;height:46px;margin-top:8px}.customer-stat{margin-top:12px}.customer-journey{display:block}.customer-journey span{text-align:left;margin-top:5px;display:block}}.crm-profile-actions>button{cursor:pointer;color:#343a34;background:#fff;border:1px solid #d8d4cb;align-items:center;gap:7px;height:42px;padding:0 13px;display:inline-flex}.crm-icon-danger{color:#9b4d43;cursor:pointer;background:0 0;border:0;padding:6px}.customer-journey>div{min-width:0}.customer-journey>div span,.customer-journey>div small{color:#777;margin-top:4px;font-size:12px;display:block}.customer-note{justify-content:space-between;gap:12px;display:flex}.crm-modal{max-height:90vh;overflow:auto}.crm-report-header{align-items:flex-start}.crm-report-toolbar{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;padding:18px 20px;display:flex}.crm-report-toolbar-main{flex-wrap:wrap;flex:1;gap:12px;display:flex}.crm-report-range{flex-wrap:wrap;gap:10px;display:flex}.crm-report-field{gap:6px;min-width:180px;display:grid}.crm-report-field span{text-transform:uppercase;letter-spacing:.14em;color:#7f847d;font-size:10px}.crm-report-field select,.crm-report-field input{color:#1f241f;background:#fff;border:1px solid #d9d2c8;padding:10px 12px}.crm-report-toolbar-meta{flex-wrap:wrap;gap:8px;display:flex}.crm-report-chip{color:#5e5442;background:#f9f4e8;border:1px solid #e4dccf;align-items:center;gap:8px;padding:9px 12px;font-size:12px;display:inline-flex}.crm-report-chip.muted{color:#76715d;background:#f4efe4}.crm-report-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.crm-report-card{min-height:132px;color:inherit;background:linear-gradient(135deg,#fff,#fbf6ea);border:1px solid #e1d8c8;gap:8px;padding:18px;display:grid}.crm-report-card small{text-transform:uppercase;letter-spacing:.14em;color:#8b887c;font-size:10px}.crm-report-card strong{color:#1e231e;font:32px Georgia,serif}.crm-report-card span{color:#6f756e;font-size:12px;line-height:1.5}.crm-report-section-grid{grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;display:grid}.crm-report-panel{padding:20px}.crm-report-panel-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.crm-report-panel-head h2{color:#202620;margin:6px 0 0;font:24px Georgia,serif}.crm-report-pill{color:#8b672f;text-transform:uppercase;letter-spacing:.11em;background:#f4ebd8;border-radius:999px;align-items:center;gap:6px;padding:8px 10px;font-size:11px;display:inline-flex}.crm-report-list{gap:10px;display:grid}.crm-report-row{color:inherit;border-bottom:1px solid #ece6db;grid-template-columns:minmax(0,1fr) 120px 42px;align-items:center;gap:10px;padding:12px 0;display:grid}.crm-report-row:last-child{border-bottom:0}.crm-report-row.link-row:hover{background:#faf7ef}.crm-report-row-main{gap:4px;min-width:0;display:grid}.crm-report-row-main strong{color:#242924;font-size:13px}.crm-report-row-main small{color:#7f847d;font-size:11px}.crm-report-meter{background:#ece6db;border-radius:999px;height:8px;overflow:hidden}.crm-report-meter-bar{background:linear-gradient(90deg,#c3a35e,#f0d89b);height:100%;display:block}.crm-report-meter-bar.gold{background:linear-gradient(90deg,#b58b40,#e6c779)}.crm-report-arrow{color:#9a7a3d;font-size:16px}.crm-report-table-wrap{overflow:auto}.crm-report-table{border-collapse:collapse;width:100%}.crm-report-table th,.crm-report-table td{border-bottom:1px solid #ece6db;padding:10px 0;font-size:13px}.crm-report-table th{text-transform:uppercase;letter-spacing:.14em;color:#8b887c;font-size:10px}.crm-report-table a{color:#1e231e;font-weight:600}.crm-report-metric-stack{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:10px;display:grid}.crm-report-mini-card{background:#fcfaf5;border:1px solid #e7dfd0;gap:4px;padding:12px;display:grid}.crm-report-mini-card span{text-transform:uppercase;letter-spacing:.12em;color:#8b887c;font-size:10px}.crm-report-mini-card strong{color:#202620;font-size:22px}.crm-report-metric-stack.secondary{margin-top:8px}.crm-report-trend-list{gap:10px;margin-top:10px;display:grid}.crm-report-trend-item{color:#585c57;grid-template-columns:110px 1fr 40px;align-items:center;gap:8px;font-size:12px;display:grid}.crm-report-trend-item strong{text-align:right}.crm-report-meter.compact{height:6px}.crm-report-trend-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.crm-report-trend-card{background:#fcfaf5;border:1px solid #e6dfd1;padding:14px}.crm-report-trend-card h3{color:#1f241f;margin:0 0 12px;font:18px Georgia,serif}.crm-report-trend-bars{grid-template-columns:repeat(auto-fit,minmax(52px,1fr));align-items:end;gap:8px;height:170px;display:grid}.crm-report-trend-bar{justify-items:center;gap:6px;display:grid}.crm-report-trend-bar span{color:#8b887c;text-align:center;font-size:10px}.crm-report-trend-bar div{background:linear-gradient(#c8a968,#7e6128);border-radius:999px 999px 4px 4px;width:100%;max-width:28px}.full-width{grid-column:1/-1}.crm-report-row-main{overflow-wrap:anywhere;word-break:break-word}@media (max-width:1100px){.crm-report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-report-section-grid{grid-template-columns:1fr}.crm-report-trend-grid{grid-template-columns:1fr 1fr}}@media (max-width:700px){.crm-report-toolbar{display:block}.crm-report-toolbar-meta{margin-top:10px}.crm-report-grid,.crm-report-metric-stack,.crm-report-trend-grid{grid-template-columns:1fr}.crm-report-row{grid-template-columns:minmax(0,1fr) 44px 28px}.crm-report-row span{font-size:11px}.crm-report-trend-bars{grid-template-columns:repeat(4,minmax(0,1fr));height:auto}.crm-report-trend-bar div{max-width:100%}}
