:root{
    --navy:#0C1E39;
    --navy-2:#142E50;
    --navy-3:#1E416D;
    --gold:#CD9F3A;
    --gold-light:#E2BE6F;
    --ivory:#F2E5CA;
    --paper:#F7F5F0;
    --white:#FFFFFF;
    --graphite:#4E5258;
    --muted:#737985;
    --line:#E5DED1;
    --success:#1E6B4E;
    --danger:#982E3B;
    --shadow:0 18px 50px rgba(12,30,57,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    min-height:100vh;
    margin:0;
    color:var(--navy);
    font-family:Arial,Helvetica,sans-serif;
    background:#fff;
}
body.site-menu-open{overflow:hidden}
img{max-width:100%}
a{color:inherit}
button,input,select,textarea{font:inherit}
.site-container{
    width:min(1180px,calc(100% - 36px));
    margin:0 auto;
}
.site-header{
    position:sticky;
    top:0;
    z-index:100;
    border-bottom:1px solid rgba(229,222,209,.8);
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(14px);
    transition:box-shadow .2s ease;
}
.site-header.scrolled{box-shadow:0 10px 30px rgba(12,30,57,.08)}
.site-header-inner{
    min-height:82px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}
.site-brand{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
}
.site-brand-mark{
    width:55px;
    height:55px;
    display:grid;
    place-items:center;
    flex:0 0 55px;
    border:2px solid var(--gold);
    border-radius:15px;
    color:var(--gold);
    font:700 23px Georgia,"Times New Roman",serif;
}
.site-brand strong{
    display:block;
    color:var(--navy);
    font:500 29px/1 Georgia,"Times New Roman",serif;
}
.site-brand strong span{color:var(--gold)}
.site-brand small{
    display:block;
    margin-top:7px;
    color:var(--gold);
    font-size:8px;
    font-weight:800;
    letter-spacing:3px;
}
.site-nav{
    display:flex;
    align-items:center;
    gap:28px;
}
.site-nav a{
    color:var(--navy);
    text-decoration:none;
    font-size:13px;
    font-weight:800;
}
.site-nav a:hover,.site-nav a.active{color:var(--gold)}
.site-nav .site-nav-cta{
    min-height:42px;
    display:inline-flex;
    align-items:center;
    padding:0 18px;
    border-radius:999px;
    color:#fff;
    background:var(--navy);
}
.site-nav .site-nav-cta:hover{color:#fff;background:var(--navy-2)}
.site-menu-toggle{
    display:none;
    width:44px;
    height:44px;
    border:1px solid var(--line);
    border-radius:11px;
    color:var(--navy);
    background:#fff;
    cursor:pointer;
}
.site-eyebrow{
    margin:0 0 10px;
    color:var(--gold);
    font-size:11px;
    font-weight:800;
    letter-spacing:2.2px;
    text-transform:uppercase;
}
.site-button{
    min-height:46px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 20px;
    border:0;
    border-radius:10px;
    color:#fff;
    background:var(--navy);
    text-decoration:none;
    font-size:12px;
    font-weight:800;
    cursor:pointer;
}
.site-button:hover{background:var(--navy-2)}
.site-button-light{
    color:var(--navy);
    border:1px solid var(--line);
    background:#fff;
}
.site-button-light:hover{background:#F5F2EB}
.site-button-gold{color:var(--navy);background:var(--gold)}
.site-button-gold:hover{background:var(--gold-light)}
.site-button-whatsapp{background:#1F7A55}
.site-button-whatsapp:hover{background:#196947}
.site-button-full{width:100%}
.home-hero{
    overflow:hidden;
    color:#fff;
    background:
        radial-gradient(circle at 80% 15%,rgba(205,159,58,.24),transparent 24rem),
        linear-gradient(135deg,#071426,var(--navy) 70%,#18385E);
}
.home-hero-grid{
    min-height:650px;
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(390px,.9fr);
    align-items:center;
    gap:70px;
    padding-top:64px;
    padding-bottom:64px;
}
.home-hero-copy h1{
    max-width:720px;
    margin:0;
    color:#fff;
    font:500 clamp(49px,6vw,77px)/.98 Georgia,"Times New Roman",serif;
    letter-spacing:-2px;
}
.home-hero-copy>p:not(.site-eyebrow){
    max-width:670px;
    margin:25px 0 30px;
    color:rgba(255,255,255,.76);
    font-size:18px;
    line-height:1.65;
}
.hero-search{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr)) auto;
    gap:10px;
    padding:13px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:16px;
    background:rgba(255,255,255,.10);
    backdrop-filter:blur(10px);
}
.hero-search label{display:grid;gap:6px}
.hero-search label span{
    color:rgba(255,255,255,.66);
    font-size:9px;
    font-weight:800;
    text-transform:uppercase;
}
.hero-search select{
    min-width:0;
    min-height:46px;
    padding:0 11px;
    border:0;
    border-radius:9px;
    color:var(--navy);
    background:#fff;
}
.hero-search button{
    min-height:46px;
    align-self:end;
    padding:0 18px;
    border:0;
    border-radius:9px;
    color:var(--navy);
    background:var(--gold);
    font-weight:800;
    cursor:pointer;
}
.home-trust-row{
    display:flex;
    flex-wrap:wrap;
    gap:22px;
    margin-top:24px;
    color:rgba(255,255,255,.65);
    font-size:11px;
}
.home-trust-row strong{color:var(--gold);font-size:15px}
.home-hero-visual{
    position:relative;
    min-height:490px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.15);
    border-radius:28px;
    background:rgba(255,255,255,.08);
    box-shadow:0 30px 80px rgba(0,0,0,.26);
}
.home-hero-visual>img{
    width:100%;
    height:100%;
    min-height:490px;
    display:block;
    object-fit:cover;
}
.home-hero-visual>a{
    position:absolute;
    left:20px;
    right:20px;
    bottom:20px;
    display:block;
    padding:18px;
    border-radius:15px;
    color:#fff;
    background:rgba(7,20,38,.87);
    text-decoration:none;
    backdrop-filter:blur(12px);
}
.home-hero-visual>a small,
.home-hero-visual>a strong,
.home-hero-visual>a span{display:block}
.home-hero-visual>a small{
    color:var(--gold);
    font-size:9px;
    font-weight:800;
    text-transform:uppercase;
}
.home-hero-visual>a strong{
    margin-top:7px;
    font:500 25px Georgia,"Times New Roman",serif;
}
.home-hero-visual>a span{
    margin-top:8px;
    color:rgba(255,255,255,.7);
    font-size:12px;
}
.home-hero-placeholder{
    min-height:490px;
    display:grid;
    place-items:center;
    align-content:center;
    gap:15px;
    padding:40px;
    text-align:center;
}
.home-hero-placeholder strong{font:500 30px Georgia,serif}
.home-hero-placeholder p{max-width:320px;margin:0;color:rgba(255,255,255,.65)}
.site-section{padding:78px 0}
.site-section-muted{background:var(--paper)}
.section-heading{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:25px;
    margin-bottom:30px;
}
.section-heading.centered{justify-content:center;text-align:center}
.section-heading h2{
    margin:0;
    font:500 clamp(35px,4vw,51px)/1.06 Georgia,"Times New Roman",serif;
}
.section-heading p:not(.site-eyebrow){
    max-width:600px;
    margin:10px 0 0;
    color:var(--muted);
    line-height:1.6;
}
.listing-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}
.listing-card{
    overflow:hidden;
    display:flex;
    flex-direction:column;
    min-width:0;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
    box-shadow:var(--shadow);
    transition:transform .2s ease,box-shadow .2s ease;
}
.listing-card:hover{
    transform:translateY(-3px);
    box-shadow:0 24px 55px rgba(12,30,57,.14);
}
.listing-card-image{
    position:relative;
    display:block;
    aspect-ratio:4/3;
    overflow:hidden;
    background:#F1EEE7;
}
.listing-card-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:transform .35s ease;
}
.listing-card:hover .listing-card-image img{transform:scale(1.025)}
.listing-operation,.listing-featured,.listing-reserved{
    position:absolute;
    top:13px;
    min-height:28px;
    display:inline-flex;
    align-items:center;
    padding:0 10px;
    border-radius:999px;
    font-size:9px;
    font-weight:800;
    text-transform:uppercase;
}
.listing-operation{left:13px;color:#fff;background:rgba(12,30,57,.88)}
.listing-featured{right:13px;color:var(--navy);background:var(--gold)}
.listing-reserved{right:13px;color:#fff;background:#8A6518}
.listing-card-body{
    display:flex;
    flex:1;
    flex-direction:column;
    padding:19px;
}
.listing-code{
    color:var(--gold);
    font-size:9px;
    font-weight:800;
    letter-spacing:1px;
}
.listing-card h3{
    min-height:52px;
    margin:7px 0 0;
    font:500 24px/1.1 Georgia,"Times New Roman",serif;
}
.listing-card h3 a{text-decoration:none}
.listing-card h3 a:hover{color:var(--gold)}
.listing-location{
    min-height:34px;
    margin:9px 0 0;
    color:var(--muted);
    font-size:11px;
    line-height:1.5;
}
.listing-features{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    margin-top:14px;
}
.listing-features span{
    min-height:27px;
    display:inline-flex;
    align-items:center;
    padding:0 8px;
    border:1px solid #ECE5D9;
    border-radius:999px;
    color:var(--graphite);
    font-size:9px;
}
.listing-features strong{margin-right:3px;color:var(--navy)}
.listing-card-footer{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:12px;
    margin-top:auto;
    padding-top:17px;
    border-top:1px solid #EEE8DE;
}
.listing-card-footer small,
.listing-card-footer strong,
.listing-card-footer span{display:block}
.listing-card-footer small{
    color:var(--muted);
    font-size:8px;
    text-transform:uppercase;
}
.listing-card-footer strong{
    margin-top:4px;
    font:500 24px Georgia,"Times New Roman",serif;
}
.listing-card-footer span{
    margin-top:3px;
    color:var(--muted);
    font-size:9px;
}
.site-link-arrow{
    color:var(--gold);
    font-size:10px;
    font-weight:800;
    text-decoration:none;
}
.public-empty-state{
    display:grid;
    place-items:center;
    min-height:330px;
    padding:45px;
    border:1px dashed var(--line);
    border-radius:18px;
    text-align:center;
    background:#FCFBF8;
}
.public-empty-state h1,.public-empty-state h2,.public-empty-state h3{
    margin:16px 0 0;
    font:500 34px Georgia,serif;
}
.public-empty-state p{
    max-width:560px;
    margin:10px 0 22px;
    color:var(--muted);
    line-height:1.6;
}
.service-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}
.service-grid article{
    padding:28px;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
}
.service-grid article>span{
    color:var(--gold);
    font:500 32px Georgia,serif;
}
.service-grid h3{
    margin:22px 0 10px;
    font:500 25px Georgia,serif;
}
.service-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}
.home-cta{
    padding:62px 0;
    color:#fff;
    background:var(--navy);
}
.home-cta-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}
.home-cta h2{
    max-width:720px;
    margin:0;
    color:#fff;
    font:500 clamp(35px,4vw,51px) Georgia,serif;
}
.page-hero{
    padding:82px 0;
    color:#fff;
    background:
        radial-gradient(circle at 80% 0,rgba(205,159,58,.22),transparent 25rem),
        var(--navy);
}
.page-hero.compact{padding:64px 0}
.page-hero h1{
    margin:0;
    color:#fff;
    font:500 clamp(45px,6vw,67px) Georgia,serif;
}
.page-hero p:not(.site-eyebrow){
    max-width:700px;
    margin:12px 0 0;
    color:rgba(255,255,255,.7);
    font-size:16px;
    line-height:1.6;
}
.listing-page-section{padding-top:36px}
.public-filters{
    display:grid;
    grid-template-columns:1.3fr repeat(6,minmax(115px,1fr)) auto auto;
    gap:10px;
    align-items:end;
    margin-bottom:28px;
    padding:17px;
    border:1px solid var(--line);
    border-radius:16px;
    background:#fff;
    box-shadow:var(--shadow);
}
.public-filters label{display:grid;gap:6px}
.public-filters label span{
    font-size:9px;
    font-weight:800;
    text-transform:uppercase;
}
.public-filters input,.public-filters select{
    width:100%;
    min-height:44px;
    padding:0 10px;
    border:1px solid #D7D5CF;
    border-radius:9px;
    color:var(--navy);
    background:#fff;
}
.public-pagination{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:25px;
    margin-top:28px;
}
.public-pagination a{color:var(--gold);font-size:12px;font-weight:800}
.public-pagination span{color:var(--muted);font-size:11px}
.property-public-head{padding:45px 0 28px;background:var(--paper)}
.breadcrumbs{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    color:var(--muted);
    font-size:10px;
}
.breadcrumbs a{text-decoration:none}
.property-public-title{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:30px;
    margin-top:28px;
}
.property-public-title h1{
    max-width:820px;
    margin:0;
    font:500 clamp(39px,5vw,62px)/1.02 Georgia,serif;
}
.property-public-title>div:first-child>p:last-child{
    margin:13px 0 0;
    color:var(--muted);
}
.property-public-price{text-align:right}
.property-public-price small,.property-public-price strong,.property-public-price span{display:block}
.property-public-price small{color:var(--muted);font-size:9px;text-transform:uppercase}
.property-public-price strong{margin-top:5px;font:500 32px Georgia,serif}
.property-public-price span{margin-top:4px;color:var(--muted);font-size:10px}
.property-public-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    gap:28px;
    padding-top:34px;
    padding-bottom:75px;
}
.property-public-main{min-width:0}
.property-gallery-main{
    position:relative;
    overflow:hidden;
    aspect-ratio:4/3;
    border-radius:20px;
    background:#F1EEE7;
}
.property-gallery-main>img{
    width:100%;
    height:100%;
    display:block;
    object-fit:contain;
    background:#fff;
}
.gallery-state{
    position:absolute;
    top:15px;
    right:15px;
    padding:8px 12px;
    border-radius:999px;
    color:#fff;
    background:#8A6518;
    font-size:9px;
    font-weight:800;
    text-transform:uppercase;
}
.public-no-image{
    height:100%;
    display:grid;
    place-items:center;
    align-content:center;
    gap:15px;
}
.property-gallery-thumbs{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:9px;
    margin-top:10px;
}
.property-gallery-thumbs button{
    overflow:hidden;
    aspect-ratio:4/3;
    padding:0;
    border:2px solid transparent;
    border-radius:9px;
    background:#fff;
    cursor:pointer;
}
.property-gallery-thumbs button.active{border-color:var(--gold)}
.property-gallery-thumbs img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}
.property-feature-strip{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:9px;
    margin-top:18px;
}
.property-feature-strip>div{
    padding:15px 8px;
    border:1px solid var(--line);
    border-radius:11px;
    text-align:center;
    background:#fff;
}
.property-feature-strip strong,.property-feature-strip span{display:block}
.property-feature-strip strong{font:500 23px Georgia,serif}
.property-feature-strip span{margin-top:5px;color:var(--muted);font-size:8px;text-transform:uppercase}
.property-public-section{
    margin-top:25px;
    padding:27px;
    border:1px solid var(--line);
    border-radius:17px;
    background:#fff;
}
.property-public-section h2{
    margin:0;
    font:500 32px Georgia,serif;
}
.property-description{
    margin-top:17px;
    color:var(--graphite);
    font-size:14px;
    line-height:1.8;
}
.property-information-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}
.property-data-list{display:grid;gap:0;margin:18px 0 0}
.property-data-list>div{
    display:grid;
    grid-template-columns:140px 1fr;
    gap:12px;
    padding:10px 0;
    border-bottom:1px solid #EEE8DE;
}
.property-data-list>div:last-child{border-bottom:0}
.property-data-list dt{color:var(--muted);font-size:10px;font-weight:800}
.property-data-list dd{margin:0;font-size:11px}
.amenities-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}
.amenities-grid span{
    padding:11px;
    border-radius:9px;
    color:var(--graphite);
    background:#F7F4ED;
    font-size:11px;
}
.property-contact-card{
    position:sticky;
    top:105px;
    align-self:start;
    padding:24px;
    border:1px solid var(--line);
    border-top:4px solid var(--gold);
    border-radius:18px;
    background:#fff;
    box-shadow:var(--shadow);
}
.public-agent{
    display:flex;
    align-items:center;
    gap:12px;
    padding-bottom:18px;
    border-bottom:1px solid #EEE8DE;
}
.public-agent-avatar{
    width:50px;
    height:50px;
    display:grid;
    place-items:center;
    flex:0 0 50px;
    border-radius:50%;
    color:var(--navy);
    background:var(--gold);
    font:700 19px Georgia,serif;
}
.public-agent small,.public-agent strong,.public-agent span{display:block}
.public-agent small{color:var(--muted);font-size:8px;text-transform:uppercase}
.public-agent strong{margin-top:4px;font-size:13px}
.public-agent span{margin-top:4px;color:var(--muted);font-size:10px}
.property-contact-card h2{margin:22px 0 0;font:500 27px Georgia,serif}
.property-contact-card>p{margin:10px 0 18px;color:var(--muted);font-size:12px;line-height:1.6}
.public-contact-form{display:grid;gap:12px}
.public-contact-form label{display:grid;gap:6px}
.public-contact-form label>span{font-size:10px;font-weight:800}
.public-contact-form input,.public-contact-form textarea{
    width:100%;
    padding:11px 12px;
    border:1px solid #D7D5CF;
    border-radius:9px;
    color:var(--navy);
    background:#fff;
}
.public-contact-form textarea{resize:vertical}
.public-checkbox{
    display:grid!important;
    grid-template-columns:auto 1fr;
    align-items:start;
    gap:8px!important;
}
.public-checkbox input{width:17px;min-height:17px;margin:0}
.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important}
.contact-page-grid{
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:28px;
}
.contact-info-panel{
    padding:38px;
    border-radius:20px;
    color:#fff;
    background:var(--navy);
}
.contact-info-panel h2{margin:0;color:#fff;font:500 42px Georgia,serif}
.contact-info-panel>p:not(.site-eyebrow){color:rgba(255,255,255,.7);line-height:1.7}
.contact-data{display:grid;gap:19px;margin-top:35px}
.contact-data small,.contact-data a,.contact-data span{display:block}
.contact-data small{color:var(--gold);font-size:8px;text-transform:uppercase}
.contact-data a,.contact-data span{margin-top:5px;color:#fff;font-size:13px;text-decoration:none}
.contact-form-panel{
    padding:32px;
    border:1px solid var(--line);
    border-radius:20px;
    background:#fff;
    box-shadow:var(--shadow);
}
.public-contact-form.large{gap:17px}
.public-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.public-notice{margin-bottom:18px;padding:13px 15px;border-radius:9px;font-size:12px}
.public-notice.success{color:var(--success);background:#E7F4ED}
.public-notice.error{color:var(--danger);background:#FBEAEC}
.site-footer{padding:58px 0 20px;color:#fff;background:#071426}
.site-footer-grid{
    display:grid;
    grid-template-columns:1.3fr .7fr .8fr;
    gap:50px;
}
.footer-brand strong{color:#fff}
.site-footer-grid>div:first-child>p{
    max-width:440px;
    margin:20px 0 0;
    color:rgba(255,255,255,.58);
    font-size:12px;
    line-height:1.7;
}
.site-footer h3{margin:0 0 16px;color:var(--gold);font-size:11px;text-transform:uppercase}
.site-footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}
.site-footer-grid a,.site-footer-grid span{color:rgba(255,255,255,.68);font-size:11px;text-decoration:none}
.site-footer-bottom{
    display:flex;
    justify-content:space-between;
    gap:20px;
    margin-top:40px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.1);
    color:rgba(255,255,255,.42);
    font-size:10px;
}
.site-footer-bottom a{color:rgba(255,255,255,.42)}
.floating-whatsapp{
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:90;
    min-height:62px;
    display:inline-flex;
    align-items:center;
    gap:11px;
    padding:8px 17px 8px 9px;
    border:1px solid rgba(255,255,255,.25);
    border-radius:999px;
    color:#fff;
    background:#1F7A55;
    box-shadow:0 16px 38px rgba(0,0,0,.24);
    text-decoration:none;
    transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
}
.floating-whatsapp:hover{
    transform:translateY(-2px);
    color:#fff;
    background:#196947;
    box-shadow:0 20px 44px rgba(0,0,0,.28);
}
.floating-whatsapp-icon{
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    flex:0 0 44px;
    border-radius:50%;
    color:#1F7A55;
    background:#fff;
}
.floating-whatsapp-icon svg{
    width:26px;
    height:26px;
    display:block;
    fill:currentColor;
}
.floating-whatsapp-copy small,
.floating-whatsapp-copy strong{
    display:block;
}
.floating-whatsapp-copy small{
    color:rgba(255,255,255,.74);
    font-size:8px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
}
.floating-whatsapp-copy strong{
    margin-top:3px;
    color:#fff;
    font-size:11px;
    white-space:nowrap;
}
@media(max-width:1100px){
    .home-hero-grid{grid-template-columns:1fr;gap:40px}
    .home-hero-visual{min-height:430px}
    .home-hero-visual>img,.home-hero-placeholder{min-height:430px}
    .listing-grid{grid-template-columns:repeat(2,1fr)}
    .public-filters{grid-template-columns:repeat(4,1fr)}
    .property-public-layout{grid-template-columns:1fr}
    .property-contact-card{position:static}
}
@media(max-width:820px){
    .site-menu-toggle{display:grid;place-items:center}
    .site-nav{
        position:fixed;
        left:18px;
        right:18px;
        top:91px;
        display:none;
        align-items:stretch;
        flex-direction:column;
        gap:0;
        padding:12px;
        border:1px solid var(--line);
        border-radius:15px;
        background:#fff;
        box-shadow:var(--shadow);
    }
    .site-menu-open .site-nav{display:flex}
    .site-nav a{padding:13px}
    .site-nav .site-nav-cta{justify-content:center}
    .hero-search{grid-template-columns:1fr 1fr}
    .home-hero-copy h1{font-size:53px}
    .service-grid{grid-template-columns:1fr}
    .property-public-title,.home-cta-inner{align-items:flex-start;flex-direction:column}
    .property-public-price{text-align:left}
    .property-information-grid{grid-template-columns:1fr}
    .contact-page-grid{grid-template-columns:1fr}
    .site-footer-grid{grid-template-columns:1fr 1fr}
    .site-footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:620px){
    .site-container{width:min(100% - 24px,1180px)}
    .site-header-inner{min-height:72px}
    .site-brand-mark{width:48px;height:48px;flex-basis:48px}
    .site-brand strong{font-size:25px}
    .site-brand small{font-size:7px;letter-spacing:2.3px}
    .home-hero-grid{min-height:auto;padding-top:50px;padding-bottom:50px}
    .home-hero-copy h1{font-size:44px;letter-spacing:-1px}
    .hero-search{grid-template-columns:1fr}
    .home-hero-visual{min-height:350px}
    .home-hero-visual>img,.home-hero-placeholder{min-height:350px}
    .site-section{padding:58px 0}
    .section-heading{align-items:flex-start;flex-direction:column}
    .listing-grid{grid-template-columns:1fr}
    .public-filters{grid-template-columns:1fr}
    .property-gallery-thumbs{grid-template-columns:repeat(4,1fr)}
    .property-feature-strip{grid-template-columns:repeat(2,1fr)}
    .property-public-section{padding:20px}
    .property-data-list>div{grid-template-columns:110px 1fr}
    .amenities-grid{grid-template-columns:1fr}
    .public-form-grid{grid-template-columns:1fr}
    .site-footer-grid{grid-template-columns:1fr}
    .site-footer-grid>div:first-child{grid-column:auto}
    .site-footer-bottom{align-items:flex-start;flex-direction:column}
}


/* Fase 6.1 — Nosotros y contactos recuperados */
.about-hero{
    background:
        radial-gradient(circle at 75% 20%,rgba(205,159,58,.28),transparent 26rem),
        linear-gradient(135deg,#071426,var(--navy));
}
.about-intro-grid{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);
    align-items:center;
    gap:70px;
}
.about-intro-copy h2{
    max-width:760px;
    margin:0;
    font:500 clamp(38px,5vw,58px)/1.05 Georgia,"Times New Roman",serif;
}
.about-intro-copy p{
    color:var(--graphite);
    font-size:14px;
    line-height:1.8;
}
.about-intro-copy .about-lead{
    margin-top:25px;
    color:var(--navy);
    font-size:18px;
}
.about-brand-panel{
    min-height:470px;
    display:grid;
    place-items:center;
    align-content:center;
    padding:44px;
    border-radius:26px;
    color:#fff;
    text-align:center;
    background:
        radial-gradient(circle at 50% 20%,rgba(205,159,58,.25),transparent 18rem),
        var(--navy);
    box-shadow:var(--shadow);
}
.about-brand-mark{
    width:105px;
    height:105px;
    display:grid;
    place-items:center;
    border:3px solid var(--gold);
    border-radius:28px;
    color:var(--gold);
    font:700 44px Georgia,"Times New Roman",serif;
}
.about-brand-panel>strong{
    margin-top:22px;
    color:#fff;
    font:500 48px Georgia,"Times New Roman",serif;
}
.about-brand-panel>strong span{color:var(--gold)}
.about-brand-panel>small{
    margin-top:8px;
    color:var(--gold-light);
    font-size:9px;
    font-weight:800;
    letter-spacing:4px;
}
.about-brand-panel blockquote{
    max-width:420px;
    margin:35px 0 0;
    color:rgba(255,255,255,.72);
    font:italic 16px/1.7 Georgia,"Times New Roman",serif;
}
.about-values-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:17px;
}
.about-values-grid article{
    min-height:245px;
    padding:26px;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
}
.about-values-grid article>span{
    color:var(--gold);
    font:500 29px Georgia,"Times New Roman",serif;
}
.about-values-grid h3{
    margin:28px 0 11px;
    font:500 25px Georgia,"Times New Roman",serif;
}
.about-values-grid p{
    margin:0;
    color:var(--muted);
    font-size:12px;
    line-height:1.7;
}
.about-numbers-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}
.about-numbers-grid article{
    padding:28px 20px;
    border:1px solid var(--line);
    border-radius:16px;
    text-align:center;
    background:#fff;
    box-shadow:var(--shadow);
}
.about-numbers-grid strong,
.about-numbers-grid span{display:block}
.about-numbers-grid strong{
    color:var(--gold);
    font:500 39px Georgia,"Times New Roman",serif;
}
.about-numbers-grid span{
    margin-top:8px;
    color:var(--muted);
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
}
.about-cta{
    padding:62px 0;
    color:#fff;
    background:var(--navy);
}
.about-cta h2{
    max-width:760px;
    margin:0;
    color:#fff;
    font:500 clamp(34px,4vw,50px) Georgia,"Times New Roman",serif;
}
.contact-summary-section{
    position:relative;
    z-index:2;
    margin-top:-22px;
}
.contact-summary-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    overflow:hidden;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
    box-shadow:var(--shadow);
}
.contact-summary-grid article{
    min-height:145px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:24px;
    border-right:1px solid var(--line);
}
.contact-summary-grid article:last-child{border-right:0}
.contact-summary-grid span{
    color:var(--gold);
    font-size:9px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
}
.contact-summary-grid strong,
.contact-summary-grid a{
    margin-top:9px;
    color:var(--navy);
    font-size:13px;
    font-weight:800;
    line-height:1.45;
    text-decoration:none;
}
.contact-summary-grid small{
    margin-top:7px;
    color:var(--muted);
    font-size:10px;
}
.contact-main-section{padding-top:45px}
@media(max-width:1000px){
    .about-intro-grid{grid-template-columns:1fr}
    .about-values-grid{grid-template-columns:repeat(2,1fr)}
    .about-numbers-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
    .contact-summary-grid{grid-template-columns:1fr}
    .contact-summary-grid article{
        min-height:auto;
        border-right:0;
        border-bottom:1px solid var(--line);
    }
    .contact-summary-grid article:last-child{border-bottom:0}
}
@media(max-width:560px){
    .about-values-grid,.about-numbers-grid{grid-template-columns:1fr}
    .about-brand-panel{min-height:390px;padding:30px 20px}
}


/* Fase 6.2 — WhatsApp, privacidad y cierre público */
.site-footer-legal{
    display:flex;
    align-items:center;
    gap:18px;
}
.site-footer-legal a{
    color:rgba(255,255,255,.42);
    text-decoration:none;
}
.site-footer-legal a:hover{color:var(--gold)}
.public-checkbox a{
    color:var(--gold);
    font-weight:800;
}
.contact-whatsapp-button{
    min-height:46px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:0 15px;
    border-radius:10px;
    color:#fff!important;
    background:#1F7A55;
    text-decoration:none;
    font-size:11px;
    font-weight:800;
}
.contact-whatsapp-button:hover{background:#196947}
.privacy-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 320px;
    gap:28px;
    align-items:start;
}
.privacy-content{
    display:grid;
    gap:15px;
}
.privacy-content section{
    padding:26px;
    border:1px solid var(--line);
    border-radius:16px;
    background:#fff;
}
.privacy-content h2{
    margin:0;
    font:500 27px Georgia,"Times New Roman",serif;
}
.privacy-content p{
    margin:12px 0 0;
    color:var(--graphite);
    font-size:13px;
    line-height:1.8;
}
.privacy-content a{color:var(--gold);font-weight:800}
.privacy-summary{
    position:sticky;
    top:105px;
    display:grid;
    gap:12px;
    padding:26px;
    border:1px solid var(--line);
    border-top:4px solid var(--gold);
    border-radius:18px;
    background:#fff;
    box-shadow:var(--shadow);
}
.privacy-summary h2{
    margin:4px 0 0;
    font:500 27px Georgia,"Times New Roman",serif;
}
.privacy-summary p,
.privacy-summary a:not(.site-button),
.privacy-summary span{
    margin:0;
    color:var(--muted);
    font-size:11px;
    line-height:1.6;
    text-decoration:none;
}
@media(max-width:820px){
    .privacy-layout{grid-template-columns:1fr}
    .privacy-summary{position:static}
}
@media(max-width:620px){
    .floating-whatsapp{
        right:14px;
        bottom:14px;
        width:58px;
        min-height:58px;
        padding:7px;
    }
    .floating-whatsapp-icon{
        width:44px;
        height:44px;
    }
    .floating-whatsapp-copy{display:none}
    .site-footer-legal{
        align-items:flex-start;
        flex-direction:column;
        gap:8px;
    }
}


/* Fase 8 — Equipo comercial público */
.team-hero{
    background:
        radial-gradient(circle at 78% 16%,rgba(205,159,58,.25),transparent 25rem),
        linear-gradient(135deg,#071426,var(--navy));
}
.team-public-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:21px;
}
.team-public-card{
    overflow:hidden;
    display:flex;
    flex-direction:column;
    border:1px solid var(--line);
    border-radius:20px;
    background:#fff;
    box-shadow:var(--shadow);
}
.team-public-photo{
    aspect-ratio:1/1;
    display:grid;
    place-items:center;
    overflow:hidden;
    color:var(--gold);
    background:
        radial-gradient(circle at 50% 30%,rgba(205,159,58,.17),transparent 55%),
        #F3EFE7;
    text-decoration:none;
    font:700 65px Georgia,"Times New Roman",serif;
}
.team-public-photo img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:transform .3s ease;
}
.team-public-card:hover .team-public-photo img{transform:scale(1.025)}
.team-public-body{
    display:flex;
    flex:1;
    flex-direction:column;
    padding:22px;
}
.team-public-body>small{
    color:var(--gold);
    font-size:9px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
}
.team-public-body h2{
    margin:7px 0 0;
    font:500 29px Georgia,"Times New Roman",serif;
}
.team-public-body h2 a{text-decoration:none}
.team-public-zones{
    margin:9px 0 0;
    color:var(--muted);
    font-size:10px;
}
.team-public-body>p:not(.team-public-zones){
    margin:14px 0 0;
    color:var(--graphite);
    font-size:12px;
    line-height:1.7;
}
.team-public-metric{
    display:flex;
    align-items:center;
    gap:8px;
    margin:18px 0;
    padding:12px;
    border-radius:10px;
    background:#F7F4ED;
}
.team-public-metric strong{
    color:var(--gold);
    font:500 25px Georgia,serif;
}
.team-public-metric span{
    color:var(--muted);
    font-size:9px;
    text-transform:uppercase;
}
.team-public-body .site-link-arrow{margin-top:auto}
.agent-profile-hero{
    padding:65px 0;
    color:#fff;
    background:
        radial-gradient(circle at 80% 10%,rgba(205,159,58,.24),transparent 26rem),
        var(--navy);
}
.agent-profile-grid{
    display:grid;
    grid-template-columns:360px minmax(0,1fr);
    align-items:center;
    gap:55px;
}
.agent-profile-photo{
    overflow:hidden;
    aspect-ratio:1/1;
    display:grid;
    place-items:center;
    border:2px solid rgba(255,255,255,.16);
    border-radius:30px;
    color:var(--gold);
    background:rgba(255,255,255,.08);
    box-shadow:0 30px 70px rgba(0,0,0,.25);
    font:700 90px Georgia,serif;
}
.agent-profile-photo img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}
.agent-profile-copy h1{
    margin:0;
    color:#fff;
    font:500 clamp(48px,6vw,74px)/1 Georgia,"Times New Roman",serif;
}
.agent-profile-zones{
    margin:15px 0 0;
    color:var(--gold-light);
    font-size:13px;
}
.agent-profile-bio{
    max-width:750px;
    margin-top:22px;
    color:rgba(255,255,255,.73);
    font-size:15px;
    line-height:1.8;
}
.agent-profile-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:25px;
}
.agent-profile-stats{
    display:flex;
    flex-wrap:wrap;
    gap:30px;
    margin-top:30px;
}
.agent-profile-stats strong,.agent-profile-stats span{display:block}
.agent-profile-stats strong{
    color:var(--gold);
    font:500 30px Georgia,serif;
}
.agent-profile-stats span{
    margin-top:5px;
    color:rgba(255,255,255,.6);
    font-size:9px;
    text-transform:uppercase;
}
.agent-profile-content{
    display:grid;
    grid-template-columns:minmax(0,1fr) 340px;
    gap:28px;
    align-items:start;
}
.agent-profile-contact{
    position:sticky;
    top:105px;
    padding:25px;
    border:1px solid var(--line);
    border-top:4px solid var(--gold);
    border-radius:18px;
    background:#fff;
    box-shadow:var(--shadow);
}
.agent-profile-contact h2{
    margin:0;
    font:500 28px Georgia,serif;
}
.agent-profile-contact>p:not(.site-eyebrow){
    color:var(--muted);
    font-size:12px;
    line-height:1.7;
}
.compact-agent-empty{
    min-height:250px;
}
.public-agent-link{
    position:relative;
    color:inherit;
    text-decoration:none;
}
.public-agent-photo{
    width:50px;
    height:50px;
    display:block;
    flex:0 0 50px;
    border-radius:50%;
    object-fit:cover;
}
.public-agent-profile-arrow{
    margin-left:auto;
    color:var(--gold);
    font-size:18px;
}
@media(max-width:1050px){
    .team-public-grid{grid-template-columns:repeat(2,1fr)}
    .agent-profile-grid{grid-template-columns:280px 1fr}
    .agent-profile-content{grid-template-columns:1fr}
    .agent-profile-contact{position:static}
}
@media(max-width:760px){
    .agent-profile-grid{grid-template-columns:1fr}
    .agent-profile-photo{max-width:340px}
}
@media(max-width:620px){
    .team-public-grid{grid-template-columns:1fr}
    .agent-profile-hero{padding:45px 0}
    .agent-profile-copy h1{font-size:48px}
}
