/* Cameron Real Estate V5 */
:root{
  --wine:#7c2105;
  --wine-dark:#551502;
  --wine-light:#9b4d34;
  --ink:#1a1715;
  --muted:#6e6660;
  --ivory:#fbf8f4;
  --paper:#fff;
  --stone:#f3eee9;
  --line:#e5dcd4;
  --serif:"Baskerville","Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif;
  --sans:"Helvetica Neue",Helvetica,Arial,sans-serif;
  --container:1380px;
  --shadow:0 18px 50px rgba(53,31,21,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit;color:inherit}
button{cursor:pointer}
.container{width:min(100% - 40px,820px);margin-inline:auto}
.container-wide{width:min(100% - 64px,var(--container));margin-inline:auto}
.section{padding:76px 0}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{clip:auto!important;width:auto;height:auto;margin:10px;padding:10px 14px;background:#fff;z-index:99999}
h1,h2,h3{margin:0;font-family:var(--serif);font-weight:400;line-height:1.04;letter-spacing:-.025em}
h1{font-size:clamp(3.2rem,4.5vw,5.7rem)}
h2{font-size:clamp(2.2rem,3vw,3.8rem)}
h3{font-size:1.25rem}
p{margin:0 0 1.2em}
.eyebrow{margin:0 0 18px;color:var(--wine);font-size:.68rem;font-weight:700;letter-spacing:.21em;text-transform:uppercase}
.signature-rule{display:flex;align-items:center;gap:10px;margin:23px 0 25px}
.signature-rule span{display:block;width:38px;height:1px;background:#cfb7ac}.signature-rule i{display:block;width:7px;height:7px;background:var(--wine);transform:rotate(45deg)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:50px;padding:0 25px;border:1px solid var(--wine);background:transparent;font-family:var(--sans);font-size:.68rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;transition:.22s}
.button:hover{transform:translateY(-1px)}.button--solid{background:var(--wine);color:#fff}.button--solid:hover{background:var(--wine-dark);border-color:var(--wine-dark)}.button--outline:hover{background:var(--wine);color:#fff}
.text-link{display:inline-flex;align-items:center;gap:18px;color:var(--wine);font-family:var(--sans);font-size:.69rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.text-link span{font-size:1rem;transition:transform .2s}.text-link:hover span{transform:translateX(3px)}

/* Header */
.site-header{position:sticky;top:0;z-index:100;background:rgba(251,248,244,.97);backdrop-filter:blur(13px);border-bottom:1px solid transparent}.site-header.is-scrolled{border-bottom-color:var(--line);box-shadow:0 9px 30px rgba(38,22,15,.05)}
.site-header__inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:32px}.site-brand{display:block;width:270px;flex:0 0 auto}.site-brand img{width:100%;height:auto}
.primary-nav{display:flex;align-items:center;gap:31px}.primary-nav ul{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}.primary-nav a:not(.button){font-family:var(--sans);font-size:.66rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}.primary-nav a:not(.button):after{content:"";display:block;width:0;height:1px;margin-top:7px;background:var(--wine);transition:.2s}.primary-nav a:not(.button):hover:after,.primary-nav .current-menu-item>a:after{width:100%}.header-cta{min-height:42px;padding:0 20px}.menu-toggle{display:none;border:0;background:none;padding:8px}.menu-toggle>span:not(.screen-reader-text){display:block;width:24px;height:1px;background:var(--ink);margin:5px}

/* Approved clean hero */
.home-hero-clean{position:relative;min-height:530px;overflow:hidden;background:var(--ivory)}
.home-hero-clean__image{position:absolute;inset:0;background-image:linear-gradient(90deg,var(--ivory) 0%,var(--ivory) 25%,rgba(251,248,244,.96) 34%,rgba(251,248,244,.65) 47%,rgba(251,248,244,0) 65%),url('../images/demo/hero-home-v972.webp');background-size:cover;background-position:center right}
.home-hero-clean__inner{position:relative;z-index:1;min-height:530px;display:flex;align-items:center}
.home-hero-clean__copy{width:min(520px,43%);padding:44px 0 75px}
.home-hero-clean__copy h1{max-width:510px;text-wrap:balance}
.home-hero-clean__copy>p:not(.eyebrow){max-width:440px;color:#49433f;font-size:1rem;line-height:1.85}
.home-hero-clean__actions{display:flex;align-items:center;gap:14px;margin-top:28px;flex-wrap:wrap}

/* Search */
.home-search-clean{position:relative;z-index:5;margin-top:-50px}
.property-search{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.property-search__quick{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:end;padding:16px 18px}
.property-search__field{display:flex;flex-direction:column;padding:0 18px;border-right:1px solid var(--line)}.property-search__field:first-child{padding-left:0}
.property-search__field span,.advanced-search-panel label>span{margin-bottom:6px;color:#5d5651;font-family:var(--sans);font-size:.57rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.property-search select,.property-search input{width:100%;min-height:40px;padding:0 18px 0 0;border:0;background:transparent;outline:none;font-size:.85rem}.property-search__submit{min-width:160px;margin-left:18px}
.advanced-search-toggle{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:11px 18px;border:0;border-top:1px solid var(--line);background:#fff;color:#5d5651;font-family:var(--sans);font-size:.61rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.advanced-search-toggle span:last-child{font-size:1rem;transition:transform .2s}.advanced-search-toggle[aria-expanded="true"] span:last-child{transform:rotate(45deg)}
.advanced-search-panel{padding:25px 24px;border-top:1px solid var(--line);background:var(--ivory)}.advanced-search-panel__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 22px}.advanced-search-panel label{display:flex;flex-direction:column}.advanced-search-panel input{min-height:42px;padding:0 12px;border:1px solid #d9cec6;background:#fff}.advanced-search-panel__keyword{grid-column:span 2}.advanced-search-features{margin:24px 0 0;padding:20px 0 0;border:0;border-top:1px solid var(--line)}.advanced-search-features legend{padding:0;color:#5d5651;font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.advanced-search-features>div{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:14px}.advanced-search-features label{display:inline-flex;flex-direction:row;align-items:center;gap:8px;font-size:.75rem}.advanced-search-features input{width:auto;min-height:0}.advanced-search-panel__actions{display:flex;align-items:center;justify-content:flex-end;gap:24px;margin-top:24px}.advanced-search-panel__actions>a{font-size:.67rem;text-decoration:underline;text-underline-offset:3px}

/* 6 properties: 3 x 2 */
.home-properties{padding-top:72px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:31px}.section-heading--centered>div{flex:1;text-align:center;padding-left:145px}.section-heading--centered h2{font-size:clamp(2rem,2.6vw,3.2rem)}
.property-grid{display:grid}.property-grid--six{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 18px}.property-grid--archive{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 18px}
.property-card{min-width:0;background:#fff;border:1px solid var(--line);transition:.25s}.property-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(43,24,15,.07)}.property-card__image{display:block;overflow:hidden;background:#e6ddd6}.property-card__image img{width:100%;aspect-ratio:1.55/1;object-fit:cover;transition:transform .6s}.property-card:hover .property-card__image img{transform:scale(1.025)}.property-card__body{position:relative;padding:16px 17px 18px}.property-card h3{font-size:1.32rem;margin-bottom:4px}.property-card__location{margin:0 0 11px;color:#615a55;font-family:var(--sans);font-size:.67rem;letter-spacing:.1em;text-transform:uppercase}.property-card__meta{margin:0 0 6px;color:#716965;font-family:var(--sans);font-size:.69rem;text-transform:uppercase}.property-card__price{margin:0;color:var(--wine);font-family:var(--sans);font-size:.83rem;font-weight:700;text-align:right}

/* Benefits */
.home-benefits{padding:4px 0 42px}.home-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.home-benefits article{display:grid;grid-template-columns:54px 1fr;gap:15px;padding:28px 24px;border-right:1px solid var(--line)}.home-benefits article:last-child{border-right:0}.home-benefits__icon{display:grid;place-items:center;width:46px;height:46px;color:var(--wine)}.home-benefits__icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.5}.home-benefits h3{margin:0 0 5px;font-family:var(--sans);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.home-benefits p{margin:0;color:#68605b;font-size:.75rem;line-height:1.65}

/* SEO editorial */
.home-seo{background:#fff}.home-seo__grid{display:grid;grid-template-columns:1fr .92fr 1fr;gap:50px;align-items:center}.home-seo__copy h2{font-size:clamp(2rem,2.5vw,3.2rem);margin-bottom:22px}.home-seo__copy p{color:#4f4844;font-size:.94rem;line-height:1.85}.home-seo__image img{width:100%;aspect-ratio:.95/1;object-fit:cover}
.home-seo-links{padding:0 0 65px;background:#fff}.home-seo-links__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.home-seo-links a{display:block;padding:22px 20px;background:var(--ivory);border:1px solid var(--line);transition:.2s}.home-seo-links a:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(43,24,15,.05)}.home-seo-links strong{display:block;margin-bottom:8px;font-family:var(--serif);font-size:1.2rem;font-weight:400;line-height:1.1}.home-seo-links span{color:var(--wine);font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}

/* Burgundy footer */
.site-footer{background:linear-gradient(115deg,var(--wine-dark),var(--wine) 60%,#81311c);color:#fff}.site-footer__inner{display:grid;grid-template-columns:1.35fr .75fr .9fr .95fr 1fr;gap:46px;padding-top:52px;padding-bottom:42px}.footer-brand img{width:270px;margin-bottom:19px}.footer-brand p,.footer-column p,.footer-column li,.footer-column a{color:rgba(255,255,255,.79);font-family:var(--sans);font-size:.75rem;line-height:1.8}.footer-column h2{margin:0 0 14px;color:#fff;font-family:var(--sans);font-size:.65rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.footer-column ul{list-style:none;margin:0;padding:0}.footer-column li{margin:3px 0}.social-links{display:flex;gap:13px;flex-wrap:wrap}.social-links a{color:#fff;font-size:.64rem;text-transform:uppercase}.footer-newsletter form{display:flex;border:1px solid rgba(255,255,255,.45)}.footer-newsletter input{min-width:0;flex:1;padding:11px 12px;border:0;background:transparent;color:#fff;outline:none}.footer-newsletter input::placeholder{color:rgba(255,255,255,.62)}.footer-newsletter button{width:45px;border:0;background:transparent;color:#fff;font-size:1.1rem}.site-footer__bottom{display:flex;justify-content:space-between;gap:24px;padding:18px 0 23px;border-top:1px solid rgba(255,255,255,.22);font-family:var(--sans);font-size:.61rem;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.72)}.site-footer__bottom p{margin:0}.site-footer__bottom a{margin-left:20px;color:rgba(255,255,255,.8)}

/* Interior templates */
.page-hero{padding-top:78px;padding-bottom:54px}.page-hero--compact{padding-top:55px;padding-bottom:32px}.page-hero h1{font-size:clamp(3rem,5vw,5.5rem)}.page-hero p:last-child{max-width:650px;color:#57504c}.archive-search{margin-bottom:18px}.archive-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:16px;border-bottom:1px solid var(--line)}.archive-toolbar p{margin:0;color:#625b56}.archive-toolbar select{padding:10px 40px 10px 12px;border:1px solid #ddd4cd;background:#fff}.pagination{margin-top:48px;text-align:center}.pagination .nav-links{display:flex;justify-content:center;gap:8px}.pagination .page-numbers{display:grid;place-items:center;width:42px;height:42px;border:1px solid #ded6d0}.pagination .current{background:var(--wine);color:#fff;border-color:var(--wine)}.empty-state{text-align:center;padding:90px 20px;background:var(--stone)}.empty-state h2{font-size:2.5rem}
.property-header{display:flex;justify-content:space-between;align-items:end;gap:40px;padding-top:65px;padding-bottom:34px}.property-header h1{font-size:clamp(2.8rem,4.3vw,5.2rem);margin-bottom:12px}.property-reference{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:#6b635e}.property-header__price{font-family:var(--serif);font-size:2rem;white-space:nowrap;padding-bottom:10px}.property-gallery{display:grid;grid-template-columns:2fr .8fr;gap:8px;max-height:720px;overflow:hidden}.property-gallery img{width:100%;height:100%;object-fit:cover}.property-gallery__main{min-height:560px}.property-gallery__side{display:grid;grid-template-rows:1fr 1fr;gap:8px}.property-content__grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);gap:80px}.property-facts{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:44px}.property-facts>div{padding:20px 16px;border-right:1px solid var(--line)}.property-facts>div:last-child{border:0}.property-facts span{display:block;margin-bottom:8px;color:#716964;font-size:.64rem;letter-spacing:.08em;text-transform:uppercase}.property-facts strong{font-family:var(--serif);font-size:1.35rem;font-weight:400}.property-features{margin-top:44px}.property-features ul{columns:2;list-style:none;padding:0}.property-features li{position:relative;padding-left:18px;margin-bottom:10px}.property-features li:before{content:"";position:absolute;left:0;top:.65em;width:5px;height:5px;background:var(--wine)}.property-inquiry__box{position:sticky;top:115px;padding:34px;border:1px solid #ded6d0;background:var(--stone)}.property-inquiry h2{font-size:2.1rem}.property-inquiry label,.premium-form label{display:block;margin-bottom:16px;font-size:.68rem;letter-spacing:.07em;text-transform:uppercase}.property-inquiry input,.property-inquiry textarea,.premium-form input,.premium-form textarea{width:100%;padding:11px 0;border:0;border-bottom:1px solid #bdb4ad;background:transparent;outline:none;text-transform:none;letter-spacing:0}.property-inquiry textarea,.premium-form textarea{resize:vertical}.property-inquiry .button{width:100%;margin-top:8px}.honeypot{position:absolute!important;left:-9999px!important}.form-notice{padding:12px 14px;background:#edf7ef;border:1px solid #cbe7d1;margin-bottom:20px;font-size:.82rem}.form-notice--missing,.form-notice--invalid,.form-notice--error{background:#fff1f1;border-color:#e7c5c5}.prose{font-family:var(--serif);font-size:1.17rem;line-height:1.8}.prose h2,.prose h3{margin-top:1.8em}.prose a{text-decoration:underline;text-decoration-color:var(--wine-light);text-underline-offset:4px}.page-content{padding-bottom:100px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.article-card img{aspect-ratio:1.4/1;object-fit:cover;margin-bottom:20px}.article-card h2{font-size:2rem}.article-card p{color:#5b5550}.article-single{padding-top:90px;padding-bottom:100px}.article-single header{max-width:900px;margin-bottom:44px}.article-single__image{margin-bottom:50px}.not-found{text-align:center;padding-top:150px;padding-bottom:160px}.not-found h1{font-size:4.4rem}.split-page{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 88px)}.split-page__visual{background-size:cover;background-position:center;min-height:700px}.split-page__content{padding:90px clamp(40px,8vw,140px);align-self:center}.split-page__content h1{font-size:clamp(3rem,5vw,6rem)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 28px}.form-grid__full{grid-column:1/-1}.premium-form .button{margin-top:10px}.contact-page{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:center;padding-top:100px;padding-bottom:120px}.contact-page h1{font-size:5.5rem}.contact-page__logo img{width:100%;max-width:520px;margin-left:auto}.seo-pillar{padding-bottom:100px}.seo-pillar__cta{margin-top:70px;padding:44px;background:var(--stone);border-left:3px solid var(--wine)}

@media(max-width:1200px){.site-brand{width:240px}.primary-nav{gap:19px}.primary-nav ul{gap:19px}.header-cta{display:none}.home-hero-clean__copy{width:48%}.property-grid--six{grid-template-columns:repeat(3,1fr)}.home-seo__grid{gap:32px}.site-footer__inner{grid-template-columns:1.2fr .8fr .9fr 1fr}.footer-newsletter{grid-column:1/-1}.advanced-search-panel__grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:920px){.container-wide{width:min(100% - 36px,var(--container))}.site-header__inner{min-height:80px}.site-brand{width:215px}.menu-toggle{display:block}.primary-nav{position:fixed;inset:80px 0 auto;background:#fff;border-top:1px solid var(--line);display:none;flex-direction:column;align-items:stretch;padding:27px 24px 32px;box-shadow:0 20px 40px rgba(30,20,16,.1)}.primary-nav.is-open{display:flex}.primary-nav ul{flex-direction:column;align-items:flex-start;gap:18px}.header-cta{display:inline-flex}.home-hero-clean{min-height:600px}.home-hero-clean__image{background-image:linear-gradient(90deg,rgba(251,248,244,.98),rgba(251,248,244,.85) 58%,rgba(251,248,244,.28)),url('../images/demo/hero-home-v972.webp')}.home-hero-clean__inner{min-height:600px}.home-hero-clean__copy{width:70%}.property-search__quick{grid-template-columns:1fr 1fr;gap:16px}.property-search__field{border:0;padding:0}.property-search__submit{margin:0}.advanced-search-panel__grid{grid-template-columns:1fr 1fr}.section-heading--centered>div{padding-left:0;text-align:left}.section-heading{align-items:flex-start;flex-direction:column}.property-grid--six,.property-grid--archive{grid-template-columns:repeat(2,1fr)}.home-benefits__grid{grid-template-columns:1fr 1fr}.home-benefits article:nth-child(2){border-right:0}.home-benefits article:nth-child(-n+2){border-bottom:1px solid var(--line)}.home-seo__grid{grid-template-columns:1fr}.home-seo__image{order:-1}.home-seo__image img{aspect-ratio:1.6/1}.home-seo-links__grid{grid-template-columns:1fr 1fr}.site-footer__inner{grid-template-columns:1fr 1fr}.footer-newsletter{grid-column:auto}.property-content__grid{grid-template-columns:1fr;gap:48px}.property-inquiry__box{position:static}.property-gallery{grid-template-columns:1fr}.property-gallery__side{display:none}.split-page,.contact-page{grid-template-columns:1fr}.split-page__visual{min-height:440px}.contact-page__logo{display:none}}
@media(max-width:640px){body{font-size:15px}.container-wide{width:min(100% - 24px,var(--container))}.section{padding:58px 0}.site-brand{width:185px}h1{font-size:3.15rem}h2{font-size:2.35rem}.home-hero-clean{min-height:570px}.home-hero-clean__inner{min-height:570px}.home-hero-clean__image{background-position:62% center}.home-hero-clean__copy{width:100%;padding-bottom:92px}.home-hero-clean__copy>p:not(.eyebrow){max-width:95%}.home-search-clean{margin-top:-58px}.property-search__quick{grid-template-columns:1fr;padding:18px}.property-search__submit{width:100%}.advanced-search-panel__grid{grid-template-columns:1fr}.advanced-search-panel__keyword{grid-column:auto}.advanced-search-panel__actions{flex-direction:column;align-items:stretch}.advanced-search-panel__actions .button{width:100%}.property-grid--six,.property-grid--archive{grid-template-columns:1fr}.home-benefits__grid{grid-template-columns:1fr}.home-benefits article{border-right:0;border-bottom:1px solid var(--line)}.home-seo-links__grid,.site-footer__inner,.article-grid{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column;gap:12px}.site-footer__bottom a{margin:0 16px 0 0}.property-header{flex-direction:column;align-items:flex-start}.property-gallery__main{min-height:380px}.property-facts{grid-template-columns:1fr 1fr}.property-facts>div:nth-child(2){border-right:0}.property-facts>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.form-grid{grid-template-columns:1fr}.form-grid__full{grid-column:auto}.split-page__content{padding:60px 24px}.contact-page h1{font-size:3.8rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}


/* Cameron V6 — currency, landing pages and complete templates */
.currency-switcher{display:flex;align-items:center;gap:5px;white-space:nowrap;font-size:.62rem;letter-spacing:.08em}
.currency-switcher button{padding:5px 2px;border:0;border-bottom:1px solid transparent;background:transparent;font-size:.62rem;font-weight:700;letter-spacing:.08em}
.currency-switcher button.is-active{color:var(--wine);border-bottom-color:var(--wine)}
.currency-switcher small{display:grid;place-items:center;width:16px;height:16px;margin-left:4px;border:1px solid var(--line);border-radius:50%;color:var(--muted);font-size:.58rem;cursor:help}
.budget-input{display:grid;grid-template-columns:minmax(0,1fr) 68px;align-items:center}
.budget-input select{min-height:38px;padding:0 5px;border-left:1px solid var(--line);font-size:.7rem;font-weight:700}
.property-price{font-variant-numeric:tabular-nums}
.footer-rate{margin-top:16px;font-size:.65rem;color:rgba(255,255,255,.65)}

.page-hero--editorial{padding-top:90px;padding-bottom:70px}
.page-hero--editorial h1{max-width:980px;font-size:clamp(3.2rem,5.6vw,6.4rem);text-wrap:balance}
.page-hero__intro{max-width:760px;margin-top:28px;color:#574f49;font-size:1.02rem;line-height:1.9}

.editorial-split__grid,.seo-copy__grid,.pillar-section__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:90px;align-items:start}
.editorial-split h2,.seo-copy h2,.pillar-section h2{max-width:520px}
.property-grid--landing{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 18px}

.value-strip{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.value-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.value-strip article{padding:34px 28px;border-right:1px solid var(--line)}
.value-strip article:first-child{padding-left:0}.value-strip article:last-child{padding-right:0;border-right:0}
.value-strip svg{width:40px;height:40px;fill:none;stroke:var(--wine);stroke-width:1.4}
.value-strip h3{margin:15px 0 8px;font-family:var(--sans);font-size:.69rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.value-strip p{margin:0;color:#655d58;font-size:.78rem;line-height:1.7}

.page-cta{position:relative;overflow:hidden;background:linear-gradient(112deg,var(--wine-dark),var(--wine) 64%,#98452d);color:#fff}
.page-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:50px;padding-top:54px;padding-bottom:54px}
.page-cta .eyebrow{color:#e9cfc5}.page-cta h2{max-width:800px}.page-cta p{max-width:780px;margin:10px 0 0;color:rgba(255,255,255,.78)}

.faq-section__grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:90px}
.faq-list details{border-top:1px solid var(--line)}
.faq-list details:last-child{border-bottom:1px solid var(--line)}
.faq-list summary{position:relative;padding:22px 45px 22px 0;cursor:pointer;font-family:var(--serif);font-size:1.24rem;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";position:absolute;right:5px;top:20px;color:var(--wine);font-family:var(--sans)}
.faq-list details[open] summary:after{content:"−"}
.faq-list details div{padding:0 50px 20px 0;color:#5d5550}

.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.process-grid article{padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.process-grid span,.services-page article>span,.pillar-cards>a>span{color:var(--wine);font-family:var(--serif);font-size:1.1rem}
.process-grid h3{margin:20px 0 10px;font-family:var(--serif);font-size:1.42rem;text-transform:none;letter-spacing:0}
.process-grid p{margin:0;color:#625a55;font-size:.84rem}

.services-page__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.services-page article{padding:50px;background:var(--ivory)}
.services-page h2{margin:14px 0 18px}.services-page p{max-width:520px;color:#574f49}

.about-story__grid{display:grid;grid-template-columns:1.08fr .92fr;gap:90px;align-items:center}
.about-story__image img{width:100%;aspect-ratio:1.1/1;object-fit:cover}

.areas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.areas-grid article{padding:38px;background:#fff}
.areas-grid h2{font-size:2rem;margin-bottom:13px}.areas-grid p{margin:0;color:#5e5651}

.pillar-nav{position:sticky;top:88px;z-index:20;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.pillar-nav>div{display:flex;gap:28px;overflow:auto;padding-top:15px;padding-bottom:15px}
.pillar-nav a{white-space:nowrap;color:#514a45;font-size:.66rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.pillar-section--stone{background:var(--stone)}
.pillar-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pillar-cards a{padding:35px;border:1px solid var(--line);background:#fff}
.pillar-cards h2{margin:15px 0}.pillar-cards p{color:#5a524d}

.contact-layout__grid,.estimation-layout__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;align-items:start}
.contact-layout__details,.estimation-layout__grid>div:first-child{position:sticky;top:135px}
.premium-form{display:grid;grid-template-columns:1fr 1fr;gap:20px 28px}
.premium-form label{display:flex;flex-direction:column}
.premium-form select{min-height:48px;padding:0;border:0;border-bottom:1px solid #bdb4ad;background:transparent}
.premium-form .button{justify-self:start}
.sitemap-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.sitemap-page ul{list-style:none;margin:22px 0 0;padding:0}
.sitemap-page li{padding:8px 0;border-bottom:1px solid var(--line)}

@media(max-width:1100px){
  .primary-nav{gap:17px}.currency-switcher{order:2}.header-cta{display:none}
  .property-grid--landing{grid-template-columns:repeat(2,1fr)}
  .value-strip__grid,.process-grid{grid-template-columns:repeat(2,1fr)}
  .editorial-split__grid,.seo-copy__grid,.pillar-section__grid,.about-story__grid,.contact-layout__grid,.estimation-layout__grid{grid-template-columns:1fr;gap:45px}
  .contact-layout__details,.estimation-layout__grid>div:first-child{position:static}
  .faq-section__grid{grid-template-columns:1fr;gap:35px}
}
@media(max-width:760px){
  .page-hero--editorial{padding-top:62px;padding-bottom:45px}
  .page-hero--editorial h1{font-size:3.2rem}
  .property-grid--landing,.services-page__grid,.areas-grid,.pillar-cards,.sitemap-page__grid{grid-template-columns:1fr}
  .value-strip__grid,.process-grid{grid-template-columns:1fr}
  .value-strip article{padding:26px 0;border-right:0;border-bottom:1px solid var(--line)}
  .page-cta__inner{align-items:flex-start;flex-direction:column}
  .premium-form{grid-template-columns:1fr}
  .pillar-nav{top:80px}
}


/* Cameron V7 — About page, multilingual and visual separation */
.cameron-language-switcher{display:flex;align-items:center;white-space:nowrap}
.cameron-language-switcher ul{display:flex;align-items:center;gap:7px;list-style:none;margin:0;padding:0}
.cameron-language-switcher li{font-size:.61rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.cameron-language-switcher li+li:before{content:"/";margin-right:7px;color:#b4aaa4}
.cameron-language-switcher .current-lang a,.cameron-language-switcher .is-active a{color:var(--wine)}
.cameron-language-switcher .trp-language-switcher{width:auto;height:auto}
.cameron-language-switcher .trp-language-switcher>div{padding:0;border:0;background:transparent}
.cameron-language-switcher .trp-language-switcher>div>a{padding:4px 6px;font-size:.61rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}

.about-intro__grid{display:grid;grid-template-columns:1.08fr .92fr;gap:92px;align-items:center}
.about-intro__visual{position:relative}
.about-intro__visual>img{width:100%;aspect-ratio:1.12/1;object-fit:cover}
.about-intro__seal{position:absolute;right:-38px;bottom:34px;width:170px;padding:21px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);text-align:center}
.about-intro__seal img{width:85px;margin:0 auto 14px}
.about-intro__seal span{display:block;color:#6b625d;font-size:.58rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.about-intro__content h2{margin-bottom:28px}

.about-principles{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.about-principles__grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.about-principles article{padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.about-principles article>span{color:var(--wine);font-family:var(--serif);font-size:1.05rem}
.about-principles h3{margin:20px 0 10px;font-family:var(--serif);font-size:1.45rem;letter-spacing:0;text-transform:none}
.about-principles p{margin:0;color:#625a55;font-size:.83rem;line-height:1.75}

.about-marrakech{background:var(--stone)}
.about-marrakech__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}
.about-marrakech__copy h2{margin-bottom:28px}
.about-marrakech__visual{position:relative}
.about-marrakech__visual>img{width:100%;aspect-ratio:1.15/1;object-fit:cover}
.about-marrakech__links{position:absolute;left:-38px;bottom:28px;width:min(370px,80%);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.about-marrakech__links a{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid var(--line);font-size:.68rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.about-marrakech__links a:last-child{border-bottom:0}
.about-marrakech__links span{color:var(--wine)}

.about-digital__grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:55px 90px;align-items:start}
.about-digital__metrics{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.about-digital__metrics article{padding:27px;background:#fff}
.about-digital__metrics strong{display:block;margin-bottom:6px;font-family:var(--serif);font-size:1.35rem;font-weight:400}
.about-digital__metrics span{color:#6d655f;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}

.about-clients{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.about-clients__grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line)}
.about-clients article{padding:48px;background:var(--ivory)}
.about-clients article:nth-child(2){background:#fff}
.about-clients h2{margin-bottom:20px}
.about-clients p:not(.eyebrow){color:#574f4a;max-width:560px}

.about-seo__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}

.site-prefooter{position:relative;background:#fff;border-top:1px solid var(--line)}
.site-prefooter__grid{display:grid;grid-template-columns:1.15fr repeat(3,1fr);align-items:stretch}
.site-prefooter__intro{padding:46px 38px 46px 0}
.site-prefooter__intro h2{font-size:2.15rem}
.site-prefooter__grid>a{display:flex;flex-direction:column;justify-content:center;padding:40px 28px;border-left:1px solid var(--line);transition:.2s}
.site-prefooter__grid>a:hover{background:var(--ivory)}
.site-prefooter__grid>a>span{margin-bottom:14px;color:var(--wine);font-family:var(--serif)}
.site-prefooter__grid>a>strong{font-family:var(--serif);font-size:1.15rem;font-weight:400}
.site-prefooter__grid>a>small{margin-top:7px;color:#6b625d;font-size:.64rem;letter-spacing:.07em;text-transform:uppercase}

@media(max-width:1200px){
  .about-principles__grid,.about-digital__metrics{grid-template-columns:repeat(2,1fr)}
  .site-prefooter__grid{grid-template-columns:1fr 1fr}.site-prefooter__intro{grid-column:1/-1;padding-bottom:25px}.site-prefooter__grid>a:nth-of-type(1){border-left:0}.site-prefooter__grid>a:last-child{grid-column:1/-1;border-left:0;border-top:1px solid var(--line)}
}
@media(max-width:980px){
  .about-intro__grid,.about-marrakech__grid,.about-digital__grid,.about-seo__grid{grid-template-columns:1fr;gap:45px}
  .about-intro__seal{right:18px;bottom:18px}.about-marrakech__visual{order:-1}.about-marrakech__links{left:18px}
  .about-clients__grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .about-principles__grid,.about-digital__metrics,.site-prefooter__grid{grid-template-columns:1fr}
  .about-principles article,.about-digital__metrics article{padding:25px}
  .about-intro__seal{position:relative;right:auto;bottom:auto;width:100%;margin-top:12px;box-shadow:none}
  .about-marrakech__links{position:relative;left:auto;bottom:auto;width:100%;margin-top:12px;box-shadow:none}
  .about-clients article{padding:34px 24px}
  .site-prefooter__intro{grid-column:auto;padding:35px 0}.site-prefooter__grid>a,.site-prefooter__grid>a:nth-of-type(1),.site-prefooter__grid>a:last-child{grid-column:auto;border-left:0;border-top:1px solid var(--line);padding:28px 0}
}


/* Cameron V8 — typographic discipline and complete editorial pages */
body, p, li, input, select, textarea, button, label, .prose, .prose p, .page-hero__intro, .article-card p, .faq-list details div, .site-prefooter small, .site-footer, .property-card__meta, .property-card__location{font-family:var(--sans)!important}
body{font-size:16px;line-height:1.72}
h1,h2,h3,h4,.property-card h3,.faq-list summary,.home-seo-links strong,.site-prefooter strong{font-family:var(--serif)!important}
.prose{font-size:1rem;line-height:1.9;color:#4f4844}
.prose p{font-size:1rem;line-height:1.9}
.prose h2,.prose h3{color:var(--ink)}
.eyebrow,.button,.text-link,.primary-nav,.footer-column h2{font-family:var(--sans)!important}
.page-hero--editorial h1{line-height:.98;letter-spacing:-.035em}

.image-text-section{background:#fff}
.image-text-section:nth-of-type(even){background:var(--ivory)}
.image-text-section__grid{display:grid;grid-template-columns:1.04fr .96fr;gap:82px;align-items:center}
.image-text-section--reverse .image-text-section__visual{order:2}
.image-text-section__visual{position:relative}
.image-text-section__visual:after{content:"";position:absolute;right:-15px;bottom:-15px;width:34%;height:43%;border-right:1px solid var(--wine);border-bottom:1px solid var(--wine);pointer-events:none}
.image-text-section--reverse .image-text-section__visual:after{right:auto;left:-15px;border-right:0;border-left:1px solid var(--wine)}
.image-text-section__visual img{width:100%;aspect-ratio:1.12/1;object-fit:cover}
.image-text-section__content h2{max-width:650px;margin-bottom:27px}
.image-text-section__content .text-link{margin-top:12px}

.editorial-cards--stone{background:var(--stone)}
.editorial-cards__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.editorial-cards__grid article{padding:32px 28px;background:#fff}
.editorial-cards--stone .editorial-cards__grid article{background:var(--ivory)}
.editorial-cards__grid article>span{color:var(--wine);font-family:var(--serif);font-size:1.05rem}
.editorial-cards__grid h3{margin:18px 0 11px;font-size:1.42rem;font-weight:400;letter-spacing:-.01em;text-transform:none}
.editorial-cards__grid p{margin:0;color:#625a55;font-size:.86rem;line-height:1.75}

.market-links{background:#fff}
.market-links__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.market-links__grid a{display:block;padding:25px 22px;border:1px solid var(--line);background:var(--ivory);transition:.2s}
.market-links__grid a:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(43,24,15,.06)}
.market-links__grid strong{display:block;margin-bottom:9px;font-family:var(--serif);font-size:1.25rem;font-weight:400}
.market-links__grid span{display:block;color:#69615b;font-size:.74rem;line-height:1.65}

.about-standard{background:var(--stone)}
.about-standard__grid,.buyer-analysis__grid,.seller-proof__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:90px;align-items:start}
.about-standard h2,.buyer-analysis h2,.seller-proof h2{max-width:620px}
.about-audiences{background:#fff}
.about-audiences__grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line)}
.about-audiences article{padding:48px;background:var(--ivory)}
.about-audiences h2{margin-bottom:22px}.about-audiences p{color:#5b534e}

.buyer-analysis__list{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line)}
.buyer-analysis__list article{padding:26px;background:#fff}
.buyer-analysis__list h3{font-size:1.25rem;margin-bottom:9px;text-transform:none;letter-spacing:0}
.buyer-analysis__list p{margin:0;color:#625a55;font-size:.84rem}
.seller-proof{background:#fff}

.services-expanded__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.services-expanded article{padding:44px;background:#fff}
.services-expanded article>span{color:var(--wine);font-family:var(--serif);font-size:1.05rem}
.services-expanded h2{margin:15px 0 16px;font-size:2.15rem}
.services-expanded p{max-width:580px;color:#5b534e}

.areas-detailed__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.areas-detailed article{padding:36px;background:#fff}
.areas-detailed article>span{color:var(--wine);font-family:var(--serif)}
.areas-detailed h2{margin:13px 0 15px;font-size:2rem}
.areas-detailed p{color:#5b534e}
.areas-detailed strong{display:block;color:var(--wine);font-family:var(--sans);font-size:.66rem;letter-spacing:.09em;text-transform:uppercase}

.journal-guides{background:var(--stone)}
.journal-guides__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.journal-guides__grid a{padding:32px;border:1px solid var(--line);background:#fff}
.journal-guides__grid span{color:var(--wine);font-family:var(--serif)}
.journal-guides__grid h2{margin:14px 0;font-size:1.85rem}
.journal-guides__grid p{margin:0;color:#5b534e}
.journal-empty{padding:45px;background:var(--stone);text-align:center}
.journal-empty h2{font-size:2.2rem;margin-bottom:12px}

.legal-page h2{margin-top:2em;font-size:2rem}
.legal-page h2:first-child{margin-top:0}

.site-prefooter{position:relative;z-index:1}
.page-cta + .site-prefooter{border-top:24px solid var(--ivory)}

@media(max-width:1050px){
 .image-text-section__grid,.about-standard__grid,.buyer-analysis__grid,.seller-proof__grid{grid-template-columns:1fr;gap:42px}
 .image-text-section--reverse .image-text-section__visual{order:0}
 .editorial-cards__grid,.market-links__grid{grid-template-columns:repeat(2,1fr)}
 .services-expanded__grid,.areas-detailed__grid{grid-template-columns:1fr}
}
@media(max-width:700px){
 .editorial-cards__grid,.market-links__grid,.about-audiences__grid,.buyer-analysis__list,.journal-guides__grid{grid-template-columns:1fr}
 .about-audiences article,.services-expanded article{padding:30px 24px}
 .image-text-section__visual:after{display:none}
}


/* Cameron V9 — professional contact, valuation, logos and footer separation */
.site-brand{width:var(--cameron-header-logo-width,260px)}
.site-brand__image{width:100%;height:auto;max-height:72px;object-fit:contain;object-position:left center}
.footer-brand__logo{width:var(--cameron-footer-logo-width,300px)!important;height:auto;max-height:130px;object-fit:contain;object-position:left center}

.footer-transition{background:var(--ivory);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.footer-transition__inner{display:grid;grid-template-columns:1fr auto auto auto 1fr;align-items:center;gap:22px;min-height:92px}
.footer-transition__line{height:1px;background:var(--line)}
.footer-transition__mark img{width:38px;height:38px;object-fit:contain}
.footer-transition p{margin:0;color:#665d57;font-size:.66rem;font-weight:700;letter-spacing:.15em;text-align:center;text-transform:uppercase}
.site-prefooter{margin-top:38px}
.site-prefooter + .footer-transition{margin-top:32px}

.contact-premium{padding-top:68px;padding-bottom:88px}
.contact-premium__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:78px;align-items:start}
.contact-premium__sidebar{position:sticky;top:125px}
.contact-premium__sidebar h2{max-width:480px;margin-bottom:24px}
.contact-premium__sidebar>p:not(.eyebrow){max-width:480px;color:#5a514b}
.contact-premium__channels{margin-top:36px;border-top:1px solid var(--line)}
.contact-premium__channels article{display:grid;grid-template-columns:34px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}
.contact-premium__channels article>span{color:var(--wine);font-family:var(--serif);font-size:.9rem}
.contact-premium__channels strong{display:block;margin-bottom:3px;font-size:.67rem;letter-spacing:.12em;text-transform:uppercase}
.contact-premium__channels p,.contact-premium__channels a{margin:0;color:#5a524d;font-size:.9rem}
.contact-premium__assurance{display:grid;grid-template-columns:48px 1fr;gap:17px;align-items:center;margin-top:28px;padding:20px;background:var(--stone);border:1px solid var(--line)}
.contact-premium__assurance img{width:48px;height:48px;object-fit:contain}
.contact-premium__assurance p{margin:0;color:#625954;font-size:.76rem;line-height:1.7}

.contact-premium__form-card,.valuation-form-card{padding:42px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 52px rgba(43,25,15,.06)}
.contact-premium__form-card h2{margin-bottom:14px}
.contact-premium__form-intro{max-width:690px;color:#635b55}

.professional-form{margin-top:34px}
.professional-form__section{padding:30px 0;border-top:1px solid var(--line)}
.professional-form__section:first-of-type{padding-top:0;border-top:0}
.professional-form__section>h3{margin-bottom:21px;font-family:var(--sans)!important;font-size:.67rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.professional-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:21px 24px}
.professional-form__grid--three{grid-template-columns:repeat(3,1fr)}
.professional-form label{display:flex;flex-direction:column;gap:8px}
.professional-form label>span{color:#5c544e;font-size:.63rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.professional-form input,.professional-form select,.professional-form textarea{width:100%;min-height:48px;padding:10px 12px;border:1px solid #d8cec6;background:var(--ivory);outline:none;transition:.2s}
.professional-form textarea{min-height:150px;resize:vertical}
.professional-form input:focus,.professional-form select:focus,.professional-form textarea:focus{border-color:var(--wine);background:#fff;box-shadow:0 0 0 3px rgba(124,33,5,.07)}
.professional-form__full{grid-column:1/-1}
.professional-form__footer{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-top:28px;border-top:1px solid var(--line)}
.professional-form__footer p{max-width:600px;margin:0;color:#756c66;font-size:.72rem}
.form-honeypot{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}

.contact-seo{background:var(--stone)}
.contact-seo__grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:85px;align-items:start}

.valuation-intro__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:88px;align-items:center}
.valuation-intro__visual{position:relative}
.valuation-intro__visual>img{width:100%;aspect-ratio:1.18/1;object-fit:cover}
.valuation-intro__seal{position:absolute;right:-22px;bottom:28px;display:flex;align-items:center;gap:12px;padding:15px 18px;background:#fff;border:1px solid var(--line);box-shadow:0 14px 38px rgba(42,24,15,.08)}
.valuation-intro__seal img{width:42px;height:42px;object-fit:contain}
.valuation-intro__seal span{font-size:.64rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.valuation-intro__copy h2{margin-bottom:26px}

.valuation-form-section{background:var(--stone)}
.valuation-form-section__header{display:grid;grid-template-columns:1fr .75fr;gap:70px;align-items:end;margin-bottom:34px}
.valuation-form-section__header>p{margin:0;color:#5c544f}
.valuation-form-card{padding:0 46px}
.professional-form--valuation{margin-top:0}
.professional-form__section-heading{display:grid;grid-template-columns:42px 1fr;gap:17px;align-items:start;margin-bottom:24px}
.professional-form__section-heading>span{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--wine);color:var(--wine);font-family:var(--serif)}
.professional-form__section-heading h3{margin:0 0 4px;font-family:var(--serif)!important;font-size:1.45rem;font-weight:400;letter-spacing:0;text-transform:none}
.professional-form__section-heading p{margin:0;color:#746b65;font-size:.78rem}

.valuation-process__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.valuation-process article{padding:30px;background:#fff}
.valuation-process article>span{color:var(--wine);font-family:var(--serif);font-size:1rem}
.valuation-process h3{margin:16px 0 10px;font-size:1.33rem;font-weight:400;letter-spacing:0;text-transform:none}
.valuation-process p{margin:0;color:#5f5751;font-size:.82rem}

.faq-section{padding-bottom:92px}
.faq-list details{background:#fff}
.faq-list summary{padding:24px 48px 24px 20px}
.faq-list details div{padding:0 48px 24px 20px}

.valuation-seo{background:#fff;border-top:1px solid var(--line)}
.valuation-seo__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.valuation-seo__grid a{display:block;padding:25px;border:1px solid var(--line);background:var(--ivory);transition:.2s}
.valuation-seo__grid a:hover{transform:translateY(-2px);box-shadow:0 13px 30px rgba(42,25,16,.06)}
.valuation-seo__grid strong{display:block;margin-bottom:7px;font-family:var(--serif);font-size:1.25rem;font-weight:400}
.valuation-seo__grid span{display:block;color:#69605a;font-size:.72rem;line-height:1.65;text-transform:uppercase;letter-spacing:.07em}

@media(max-width:1150px){
  .contact-premium__grid,.valuation-intro__grid,.contact-seo__grid{grid-template-columns:1fr;gap:46px}
  .contact-premium__sidebar{position:static}
  .professional-form__grid--three{grid-template-columns:1fr 1fr}
  .valuation-form-section__header{grid-template-columns:1fr;gap:18px}
  .valuation-process__grid{grid-template-columns:1fr 1fr}
}
@media(max-width:850px){
  .footer-transition__inner{grid-template-columns:1fr auto 1fr}
  .footer-transition__mark{display:none}
  .footer-transition p{grid-column:2}
  .professional-form__grid,.professional-form__grid--three{grid-template-columns:1fr}
  .professional-form__full{grid-column:auto}
  .professional-form__footer{align-items:flex-start;flex-direction:column}
  .valuation-seo__grid{grid-template-columns:1fr}
}
@media(max-width:650px){
  .contact-premium__form-card,.valuation-form-card{padding:28px 20px}
  .valuation-intro__seal{position:relative;right:auto;bottom:auto;margin-top:12px;box-shadow:none}
  .valuation-process__grid{grid-template-columns:1fr}
  .footer-transition__inner{display:flex;justify-content:center;min-height:76px}
  .footer-transition__line{display:none}
  .footer-transition p{font-size:.58rem}
}


/* Cameron V9.1 — clean footer spacing and refined estimation page */
.footer-transition{display:none!important}

.site-prefooter{
    margin-top:52px;
    margin-bottom:0;
}

.site-prefooter + .site-footer,
main + .site-footer{
    margin-top:58px;
}

.page-cta + .site-prefooter{
    margin-top:58px;
}

.footer-transition + .site-footer{
    margin-top:58px;
}

.valuation-intro--editorial{
    padding-top:76px;
    padding-bottom:82px;
}

.valuation-intro__editorial-grid{
    display:grid;
    grid-template-columns:.88fr 1.12fr;
    gap:90px;
    align-items:start;
}

.valuation-intro__editorial-grid h2{
    max-width:640px;
}

.valuation-intro__editorial-copy{
    max-width:760px;
}

.valuation-form-section{
    padding-top:84px;
    padding-bottom:90px;
}

.valuation-form-section__header{
    margin-bottom:40px;
}

.valuation-form-card{
    padding:42px 48px 46px;
}

.professional-form--valuation{
    margin-top:0;
}

.professional-form--valuation .professional-form__section{
    padding:34px 0;
}

.professional-form--valuation .professional-form__section:first-of-type{
    padding-top:6px;
}

.professional-form--valuation .professional-form__section-heading{
    margin-bottom:28px;
    padding-left:4px;
}

.professional-form--valuation .professional-form__grid{
    padding-left:4px;
    padding-right:4px;
}

.professional-form--valuation .professional-form__footer{
    margin-top:4px;
    padding-top:30px;
    padding-bottom:2px;
}

.faq-section{
    padding-top:84px;
    padding-bottom:100px;
}

.valuation-seo{
    padding-top:82px;
    padding-bottom:88px;
}

@media(max-width:1150px){
    .valuation-intro__editorial-grid{
        grid-template-columns:1fr;
        gap:38px;
    }
}

@media(max-width:760px){
    .site-prefooter,
    .site-prefooter + .site-footer,
    main + .site-footer,
    .page-cta + .site-prefooter,
    .footer-transition + .site-footer{
        margin-top:38px;
    }

    .valuation-form-card{
        padding:28px 20px 32px;
    }

    .professional-form--valuation .professional-form__section-heading,
    .professional-form--valuation .professional-form__grid{
        padding-left:0;
        padding-right:0;
    }
}


/* Cameron V9.3 — 12-property grids and AJAX loading */
.property-grid--landing,
.property-grid--archive{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:34px 18px;
}

.property-load-more{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:13px;
    margin-top:48px;
    text-align:center;
}

.property-load-more__button{
    min-width:245px;
    justify-content:center;
    gap:14px;
    background:#fff;
}

.property-load-more__button.is-loading{
    cursor:wait;
    opacity:.65;
}

.property-load-more__button:disabled{
    pointer-events:none;
}

.property-load-more__status{
    min-height:20px;
    margin:0;
    color:#706762;
    font-size:.75rem;
}

.market-links__grid{
    grid-template-columns:repeat(5,minmax(0,1fr));
}

.pillar-cards{
    grid-template-columns:repeat(4,minmax(0,1fr));
}

@media(max-width:1180px){
    .market-links__grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }

    .pillar-cards{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:920px){
    .property-grid--landing,
    .property-grid--archive{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .market-links__grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:640px){
    .property-grid--landing,
    .property-grid--archive,
    .market-links__grid,
    .pillar-cards{
        grid-template-columns:1fr;
    }

    .property-load-more{
        margin-top:36px;
    }

    .property-load-more__button{
        width:100%;
    }
}


/* Cameron Theme V9.4 — premium single property page */
.single-property--premium{
    padding-bottom:54px;
}

.property-top{
    display:flex;
    align-items:flex-end;
    justify-content:flex-start;
    gap:50px;
    padding-top:64px;
    padding-bottom:32px;
}

.property-top__copy{
    max-width:920px;
}

.property-top h1{
    max-width:900px;
    margin-bottom:18px;
    font-size:clamp(3rem,5vw,5.7rem);
    line-height:.98;
}

.property-top__meta{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
}

.property-top__meta span{
    padding:7px 10px;
    border:1px solid var(--line);
    color:#68605a;
    font-size:.62rem;
    font-weight:700;
    letter-spacing:.1em;
    text-transform:uppercase;
}

.property-top__price{
    padding-bottom:8px;
    font-family:var(--serif);
    font-size:clamp(1.8rem,2.5vw,2.8rem);
    white-space:nowrap;
}

.property-gallery-premium{
    position:relative;
}

.property-gallery-premium__mosaic{
    display:grid;
    grid-template-columns:1.7fr .8fr .8fr;
    grid-template-rows:280px 280px;
    gap:8px;
    overflow:hidden;
}

.property-gallery-premium__item{
    position:relative;
    overflow:hidden;
    padding:0;
    border:0;
    background:#ede8e3;
    cursor:zoom-in;
}

.property-gallery-premium__item--1{
    grid-row:1/3;
}

.property-gallery-premium__item img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .45s ease;
}

.property-gallery-premium__item:hover img{
    transform:scale(1.025);
}

.property-gallery-premium__mosaic--1{
    grid-template-columns:1fr;
    grid-template-rows:620px;
}

.property-gallery-premium__mosaic--1 .property-gallery-premium__item--1{
    grid-row:auto;
}

.property-gallery-premium__mosaic--2{
    grid-template-columns:1.5fr 1fr;
    grid-template-rows:560px;
}

.property-gallery-premium__mosaic--2 .property-gallery-premium__item--1{
    grid-row:auto;
}

.property-gallery-premium__mosaic--3,
.property-gallery-premium__mosaic--4{
    grid-template-columns:1.6fr .9fr;
}

.property-gallery-premium__count{
    position:absolute;
    right:18px;
    bottom:18px;
    display:inline-flex;
    align-items:center;
    gap:9px;
    min-height:42px;
    padding:0 15px;
    border:1px solid rgba(255,255,255,.75);
    background:rgba(255,255,255,.94);
    color:#342d29;
    cursor:pointer;
    font-size:.66rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    backdrop-filter:blur(8px);
}

.property-gallery-premium__fallback img{
    width:100%;
    max-height:650px;
    object-fit:cover;
}

.property-details{
    padding-top:72px;
}

.property-details__layout{
    display:grid;
    grid-template-columns:minmax(0,1.55fr) minmax(330px,.68fr);
    gap:88px;
    align-items:start;
}

.property-main-content{
    min-width:0;
}

.property-facts-premium{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    margin-bottom:42px;
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
}

.property-facts-premium>div{
    padding:20px 18px;
    border-right:1px solid var(--line);
}

.property-facts-premium>div:last-child{
    border-right:0;
}

.property-facts-premium span{
    display:block;
    margin-bottom:8px;
    color:#746b65;
    font-size:.61rem;
    font-weight:700;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.property-facts-premium strong{
    font-family:var(--serif);
    font-size:1.45rem;
    font-weight:400;
}

.property-lead{
    max-width:820px;
    margin:0 0 28px;
    font-family:var(--serif);
    font-size:1.55rem;
    line-height:1.55;
}

.property-description-divider{
    display:flex;
    align-items:center;
    width:min(100%,850px);
    margin:0 0 34px;
}

.property-description-divider::before{
    content:"";
    flex:1;
    height:1px;
    background:var(--line);
}

.property-description-divider span{
    width:42px;
    height:2px;
    margin-left:0;
    background:var(--wine);
    order:-1;
}

.property-copy{
    max-width:850px;
}

.property-section-heading{
    margin-bottom:28px;
}

.property-amenities{
    margin-top:66px;
    padding-top:46px;
    border-top:1px solid var(--line);
}

.property-amenities__grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
}

.property-amenity{
    display:flex;
    align-items:center;
    gap:13px;
    min-height:62px;
    padding:12px 14px;
    border:1px solid var(--line);
    background:#fff;
}

.property-amenity>span{
    display:grid;
    place-items:center;
    flex:0 0 38px;
    width:38px;
    height:38px;
    border-radius:50%;
    background:var(--stone);
    color:var(--wine);
}

.property-amenity svg{
    width:22px;
    height:22px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.5;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.property-amenity strong{
    font-size:.76rem;
    font-weight:600;
}

.property-contact{
    position:relative;
}

.property-contact__card{
    position:sticky;
    top:118px;
    overflow:hidden;
    border:1px solid var(--line);
    background:#fff;
    box-shadow:0 20px 55px rgba(52,31,19,.07);
}

.property-adviser{
    display:grid;
    grid-template-columns:92px 1fr;
    gap:18px;
    align-items:center;
    padding:24px;
    background:var(--stone);
}

.property-adviser__photo,
.property-adviser__placeholder{
    display:grid;
    place-items:center;
    width:92px;
    height:92px;
    border-radius:50%;
    object-fit:cover;
    background:var(--wine);
    color:#fff;
    font-family:var(--serif);
    font-size:2rem;
}

.property-adviser p{
    margin:0 0 5px;
    color:var(--wine);
    font-size:.58rem;
    font-weight:700;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.property-adviser h2{
    margin:0 0 4px;
    font-size:1.65rem;
}

.property-adviser span{
    color:#6b625c;
    font-size:.76rem;
}

.property-contact__direct{
    display:grid;
    gap:9px;
    padding:20px 24px 0;
}

.property-contact__direct a{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-height:46px;
    padding:0 14px;
    font-size:.67rem;
    font-weight:700;
    letter-spacing:.07em;
    text-transform:uppercase;
}

.property-contact__email{
    border:1px solid var(--wine);
    color:var(--wine);
}

.property-contact__whatsapp{
    border:1px solid #1e9f63;
    background:#1e9f63;
    color:#fff;
}

.property-contact__divider{
    display:flex;
    align-items:center;
    gap:10px;
    padding:20px 24px 14px;
    color:#857b74;
    font-size:.58rem;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.property-contact__divider:before,
.property-contact__divider:after{
    content:"";
    flex:1;
    height:1px;
    background:var(--line);
}

.property-contact__form{
    display:grid;
    gap:13px;
    padding:0 24px 24px;
}

.property-contact__form label{
    display:flex;
    flex-direction:column;
    gap:6px;
}

.property-contact__form label>span{
    color:#5c544e;
    font-size:.58rem;
    font-weight:700;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.property-contact__form input,
.property-contact__form textarea{
    width:100%;
    padding:11px 12px;
    border:1px solid #d6ccc5;
    background:var(--ivory);
    outline:none;
}

.property-contact__form input:focus,
.property-contact__form textarea:focus{
    border-color:var(--wine);
    background:#fff;
}

.property-contact__form textarea{
    min-height:118px;
    resize:vertical;
}

.property-contact__form .button{
    justify-content:center;
    width:100%;
}

.property-contact__reference{
    margin:0;
    padding:14px 24px;
    border-top:1px solid var(--line);
    background:var(--ivory);
    color:#746b65;
    font-size:.64rem;
}

.property-contact__reference strong{
    color:var(--wine);
}

.property-lightbox[hidden]{
    display:none;
}

.has-property-lightbox{
    overflow:hidden;
}

.property-lightbox{
    position:fixed;
    inset:0;
    z-index:99999;
}

.property-lightbox__backdrop{
    position:absolute;
    inset:0;
    background:rgba(17,13,11,.95);
}

.property-lightbox__dialog{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    padding:54px 80px;
}

.property-lightbox__slides{
    width:100%;
    height:100%;
}

.property-lightbox__slide{
    display:none;
    width:100%;
    height:100%;
    margin:0;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}

.property-lightbox__slide.is-active{
    display:flex;
}

.property-lightbox__slide img{
    max-width:100%;
    max-height:calc(100% - 34px);
    object-fit:contain;
}

.property-lightbox__slide figcaption{
    margin-top:12px;
    color:#fff;
    font-size:.72rem;
}

.property-lightbox__close,
.property-lightbox__nav{
    position:absolute;
    z-index:3;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,255,255,.35);
    background:rgba(0,0,0,.25);
    color:#fff;
    cursor:pointer;
}

.property-lightbox__close{
    top:20px;
    right:24px;
    width:46px;
    height:46px;
    font-size:2rem;
}

.property-lightbox__nav{
    top:50%;
    width:52px;
    height:70px;
    transform:translateY(-50%);
    font-size:2.8rem;
}

.property-lightbox__nav--prev{
    left:18px;
}

.property-lightbox__nav--next{
    right:18px;
}

@media(max-width:1100px){
    .property-gallery-premium__mosaic{
        grid-template-columns:1.6fr 1fr;
    }

    .property-gallery-premium__item--5{
        display:none;
    }

    .property-details__layout{
        grid-template-columns:1fr;
        gap:54px;
    }

    .property-contact__card{
        position:static;
    }

    .property-amenities__grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:760px){
    .property-top{
        align-items:flex-start;
        flex-direction:column;
        gap:20px;
        padding-top:46px;
    }

    .property-top__price{
        padding:0;
    }

    .property-gallery-premium__mosaic,
    .property-gallery-premium__mosaic--1,
    .property-gallery-premium__mosaic--2,
    .property-gallery-premium__mosaic--3,
    .property-gallery-premium__mosaic--4{
        display:block;
        height:390px;
    }

    .property-gallery-premium__item{
        display:none;
        width:100%;
        height:100%;
    }

    .property-gallery-premium__item--1{
        display:block;
    }

    .property-facts-premium{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .property-facts-premium>div:nth-child(2n){
        border-right:0;
    }

    .property-facts-premium>div:nth-child(-n+2){
        border-bottom:1px solid var(--line);
    }

    .property-amenities__grid{
        grid-template-columns:1fr;
    }

    .property-adviser{
        grid-template-columns:74px 1fr;
    }

    .property-adviser__photo,
    .property-adviser__placeholder{
        width:74px;
        height:74px;
    }

    .property-lightbox__dialog{
        padding:64px 18px 24px;
    }

    .property-lightbox__nav{
        width:42px;
        height:60px;
    }
}


/* Cameron Theme V9.4.2 — price placement and direct WhatsApp */
.property-top{
    align-items:flex-start;
}

.property-top__copy{
    max-width:1100px;
}

.property-commercial-strip{
    border-bottom:1px solid var(--line);
    background:#fff;
}

.property-commercial-strip__inner{
    display:grid;
    grid-template-columns:minmax(230px,.72fr) minmax(420px,1.35fr) minmax(310px,.8fr);
    gap:36px;
    align-items:stretch;
    min-height:128px;
}

.property-commercial-strip__identity{
    display:flex;
    justify-content:center;
    flex-direction:column;
    padding:24px 0;
}

.property-commercial-strip__identity>span,
.property-commercial-strip__information span{
    display:block;
    margin-bottom:7px;
    color:#81766e;
    font-size:.58rem;
    font-weight:700;
    letter-spacing:.11em;
    text-transform:uppercase;
}

.property-commercial-strip__price{
    color:var(--wine);
    font-family:var(--serif);
    font-size:clamp(2rem,2.8vw,3.15rem);
    line-height:1;
}

.property-commercial-strip__information{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    border-left:1px solid var(--line);
}

.property-commercial-strip__information>div{
    display:flex;
    justify-content:center;
    flex-direction:column;
    padding:24px 22px;
    border-right:1px solid var(--line);
}

.property-commercial-strip__information strong{
    font-family:var(--serif);
    font-size:1.08rem;
    font-weight:400;
    line-height:1.25;
}

.property-commercial-strip__whatsapp{
    display:flex;
    align-items:center;
    gap:14px;
    align-self:center;
    min-height:72px;
    padding:15px 18px;
    border:1px solid #178c57;
    background:#1fa463;
    color:#fff;
    transition:transform .2s ease,background .2s ease;
}

.property-commercial-strip__whatsapp:hover{
    background:#178c57;
    color:#fff;
    transform:translateY(-1px);
}

.property-commercial-strip__whatsapp small,
.property-commercial-strip__whatsapp strong{
    display:block;
}

.property-commercial-strip__whatsapp small{
    margin-bottom:4px;
    color:rgba(255,255,255,.78);
    font-size:.55rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.property-commercial-strip__whatsapp strong{
    font-size:.73rem;
    line-height:1.25;
}

.property-whatsapp-icon{
    display:grid;
    place-items:center;
    flex:0 0 36px;
    width:36px;
    height:36px;
}

.property-whatsapp-icon svg{
    width:30px;
    height:30px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.65;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.property-contact__whatsapp--primary{
    justify-content:flex-start!important;
    min-height:64px!important;
    padding:12px 15px!important;
}

.property-contact__whatsapp--primary>span:last-child{
    display:block;
    text-align:left;
}

.property-contact__whatsapp--primary small,
.property-contact__whatsapp--primary strong{
    display:block;
}

.property-contact__whatsapp--primary small{
    margin-bottom:3px;
    color:rgba(255,255,255,.76);
    font-size:.5rem;
    letter-spacing:.06em;
    text-transform:uppercase;
}

.property-contact__whatsapp--primary strong{
    font-size:.72rem;
}

.property-contact__email{
    background:#fff;
}

@media(max-width:1180px){
    .property-commercial-strip__inner{
        grid-template-columns:minmax(210px,.7fr) 1.3fr;
    }

    .property-commercial-strip__whatsapp{
        grid-column:1/-1;
        justify-content:center;
        margin-bottom:22px;
    }
}

@media(max-width:760px){
    .property-commercial-strip__inner{
        display:block;
        min-height:0;
    }

    .property-commercial-strip__identity{
        padding:22px 0;
    }

    .property-commercial-strip__information{
        grid-template-columns:1fr;
        border-top:1px solid var(--line);
        border-left:0;
    }

    .property-commercial-strip__information>div{
        padding:15px 0;
        border-right:0;
        border-bottom:1px solid var(--line);
    }

    .property-commercial-strip__whatsapp{
        margin:20px 0 24px;
    }
}


/* Cameron Theme V9.4.3 — prestations grouped by category */
.property-amenity-groups{
    display:grid;
    gap:42px;
}

.property-amenity-group{
    padding-top:4px;
}

.property-amenity-group__heading{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:20px;
    margin-bottom:18px;
    padding-bottom:13px;
    border-bottom:1px solid var(--line);
}

.property-amenity-group__heading h3{
    margin:0;
    font-family:var(--serif);
    font-size:1.45rem;
    font-weight:400;
}


.property-amenity-group .property-amenities__grid{
    margin:0;
}

@media(max-width:760px){
    .property-amenity-groups{
        gap:34px;
    }

    .property-amenity-group__heading h3{
        font-size:1.25rem;
    }
}


/* Cameron Theme V9.4.4 — suppression du WhatsApp doublon */
.property-commercial-strip__inner{
    grid-template-columns:minmax(230px,.72fr) minmax(0,1.7fr);
}

.property-commercial-strip__whatsapp{
    display:none!important;
}

@media(max-width:1180px){
    .property-commercial-strip__inner{
        grid-template-columns:minmax(210px,.7fr) minmax(0,1.3fr);
    }
}

@media(max-width:760px){
    .property-commercial-strip__inner{
        display:block;
    }
}


/* Cameron Theme V9.5.0 — useful explorer links */
.site-prefooter__grid>a{
    position:relative;
    min-height:300px;
    overflow:hidden;
}

.site-prefooter__grid>a>i{
    position:absolute;
    right:28px;
    bottom:32px;
    display:grid;
    place-items:center;
    width:40px;
    height:40px;
    border:1px solid var(--line);
    border-radius:50%;
    color:var(--wine);
    font-style:normal;
    transition:transform .25s ease,background .25s ease,color .25s ease;
}

.site-prefooter__grid>a:hover>i{
    transform:translateX(4px);
    background:var(--wine);
    color:#fff;
}

.site-prefooter__grid>a:hover strong{
    color:var(--wine);
}

/* Homepage neighborhood magazine */
.home-neighborhoods{
    background:var(--stone);
}

.home-neighborhoods__layout{
    display:grid;
    grid-template-columns:1.28fr .72fr;
    gap:28px;
}

.home-neighborhoods__feature{
    position:relative;
    overflow:hidden;
    min-height:660px;
    background:#fff;
}

.home-neighborhoods__feature>a{
    display:block;
    height:420px;
    overflow:hidden;
}

.home-neighborhoods__feature img,
.home-neighborhoods__side-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .45s ease;
}

.home-neighborhoods__feature:hover img,
.home-neighborhoods__side article:hover img{
    transform:scale(1.025);
}

.home-neighborhoods__feature>div{
    padding:34px 36px 38px;
}

.home-neighborhoods__feature h3{
    margin:8px 0 15px;
    font-size:2.6rem;
}

.home-neighborhoods__feature p:not(.eyebrow){
    max-width:660px;
    color:#5f5650;
}

.home-neighborhoods__side{
    display:grid;
    gap:28px;
}

.home-neighborhoods__side article{
    display:grid;
    grid-template-columns:205px 1fr;
    min-height:316px;
    overflow:hidden;
    background:#fff;
}

.home-neighborhoods__side-image{
    position:relative;
    overflow:hidden;
}

.home-neighborhoods__side-image span{
    position:absolute;
    top:18px;
    left:18px;
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    background:rgba(255,255,255,.94);
    color:var(--wine);
    font-family:var(--serif);
}

.home-neighborhoods__side article>div{
    display:flex;
    justify-content:center;
    flex-direction:column;
    padding:26px;
}

.home-neighborhoods__side h3{
    margin:6px 0 12px;
    font-size:1.75rem;
}

.home-neighborhoods__side p:not(.eyebrow){
    display:-webkit-box;
    overflow:hidden;
    color:#655c56;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}

/* Neighborhood hub */
.neighborhood-hub-hero{
    padding:92px 0 72px;
    background:#fff;
}

.neighborhood-hub-hero__grid{
    display:grid;
    grid-template-columns:1.18fr .82fr;
    gap:90px;
    align-items:end;
}

.neighborhood-hub-hero h1{
    max-width:820px;
    margin:12px 0 0;
    font-size:clamp(4rem,7vw,7.2rem);
    line-height:.92;
}

.neighborhood-hub-hero__intro>p{
    max-width:650px;
    margin:0 0 34px;
    color:#5f5752;
    font-family:var(--serif);
    font-size:1.35rem;
    line-height:1.55;
}

.neighborhood-hub-hero__intro>div{
    display:grid;
    grid-template-columns:1fr 1fr;
    border-top:1px solid var(--line);
}

.neighborhood-hub-hero__intro span{
    display:flex;
    flex-direction:column;
    gap:5px;
    padding:20px 18px 0 0;
    color:#766c65;
    font-size:.66rem;
    letter-spacing:.07em;
    text-transform:uppercase;
}

.neighborhood-hub-hero__intro span+span{
    padding-left:22px;
    border-left:1px solid var(--line);
}

.neighborhood-hub-hero__intro strong{
    color:var(--wine);
    font-family:var(--serif);
    font-size:2rem;
    font-weight:400;
}

.neighborhood-featured{
    background:var(--stone);
}

.neighborhood-featured__grid{
    display:grid;
    grid-template-columns:1.28fr .72fr;
    min-height:620px;
    background:#fff;
}

.neighborhood-featured__image{
    position:relative;
    overflow:hidden;
}

.neighborhood-featured__image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.neighborhood-featured__image>span{
    position:absolute;
    top:24px;
    left:24px;
    padding:9px 12px;
    background:#fff;
    color:var(--wine);
    font-size:.61rem;
    font-weight:700;
    letter-spacing:.1em;
    text-transform:uppercase;
}

.neighborhood-featured article{
    display:flex;
    justify-content:center;
    flex-direction:column;
    padding:58px;
}

.neighborhood-featured h2{
    margin:10px 0 12px;
    font-size:3.3rem;
}

.neighborhood-featured__subtitle{
    color:var(--wine)!important;
    font-family:var(--serif);
    font-size:1.25rem;
}

.neighborhood-featured article>p:not(.eyebrow):not(.neighborhood-featured__subtitle){
    color:#625954;
    line-height:1.75;
}

.neighborhood-featured ul{
    display:grid;
    gap:9px;
    margin:22px 0 27px;
    padding:0;
    list-style:none;
}

.neighborhood-featured li{
    position:relative;
    padding-left:20px;
    color:#4e4641;
    font-size:.82rem;
}

.neighborhood-featured li:before{
    content:"";
    position:absolute;
    top:.62em;
    left:0;
    width:7px;
    height:1px;
    background:var(--wine);
}

.neighborhood-directory{
    background:#fff;
}

.neighborhood-directory .section-heading>p{
    max-width:520px;
    color:#6a615b;
}

.neighborhood-directory__grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:28px;
}

.neighborhood-card{
    overflow:hidden;
    border:1px solid var(--line);
    background:#fff;
    transition:transform .25s ease,box-shadow .25s ease;
}

.neighborhood-card:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 42px rgba(47,28,17,.07);
}

.neighborhood-card__image{
    position:relative;
    display:block;
    height:285px;
    overflow:hidden;
}

.neighborhood-card__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .45s ease;
}

.neighborhood-card:hover .neighborhood-card__image img{
    transform:scale(1.035);
}

.neighborhood-card__image>span{
    position:absolute;
    top:18px;
    left:18px;
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    background:rgba(255,255,255,.94);
    color:var(--wine);
    font-family:var(--serif);
}

.neighborhood-card__content{
    padding:28px 28px 30px;
}

.neighborhood-card h3{
    margin:7px 0 10px;
    font-size:2rem;
}

.neighborhood-card__subtitle{
    color:var(--wine)!important;
    font-family:var(--serif);
    font-size:1.03rem;
    line-height:1.45;
}

.neighborhood-card__content>p:not(.eyebrow):not(.neighborhood-card__subtitle){
    color:#675e58;
    line-height:1.7;
}

.neighborhood-card small{
    display:block;
    margin:18px 0;
    padding-top:14px;
    border-top:1px solid var(--line);
    color:#746a64;
    line-height:1.55;
}

.neighborhood-card small strong{
    color:#3f3834;
}

.neighborhood-seo{
    background:var(--ivory);
}

.neighborhood-seo__grid{
    display:grid;
    grid-template-columns:.82fr 1.18fr;
    gap:90px;
}

.neighborhood-seo h2{
    max-width:520px;
    margin-top:10px;
}

.neighborhood-seo .button{
    margin-top:14px;
}

/* Single neighborhood */
.single-neighborhood__breadcrumb{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    padding-top:32px;
    color:#82776f;
    font-size:.63rem;
    letter-spacing:.06em;
    text-transform:uppercase;
}

.single-neighborhood__breadcrumb strong{
    color:var(--wine);
}

.single-neighborhood-hero{
    padding:46px 0 0;
}

.single-neighborhood-hero__grid{
    display:grid;
    grid-template-columns:.72fr 1.28fr;
    min-height:650px;
    background:var(--stone);
}

.single-neighborhood-hero__copy{
    display:flex;
    justify-content:center;
    flex-direction:column;
    padding:68px 58px;
}

.single-neighborhood-hero h1{
    margin:10px 0 18px;
    font-size:clamp(3.8rem,6vw,6.4rem);
    line-height:.94;
}

.single-neighborhood-hero__subtitle{
    margin-bottom:20px!important;
    color:var(--wine)!important;
    font-family:var(--serif);
    font-size:1.35rem;
    line-height:1.45;
}

.single-neighborhood-hero__copy>p:last-child{
    color:#615853;
    line-height:1.75;
}

.single-neighborhood-hero__image{
    min-width:0;
    overflow:hidden;
}

.single-neighborhood-hero__image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.single-neighborhood-overview{
    border-bottom:1px solid var(--line);
    background:#fff;
}

.single-neighborhood-overview__grid{
    display:grid;
    grid-template-columns:.55fr 1.15fr .8fr;
}

.single-neighborhood-overview__grid>div,
.single-neighborhood-overview__grid>a{
    display:flex;
    justify-content:center;
    flex-direction:column;
    min-height:126px;
    padding:23px 28px;
    border-right:1px solid var(--line);
}

.single-neighborhood-overview__grid>a{
    border-right:0;
    color:#fff;
    background:var(--wine);
}

.single-neighborhood-overview span{
    display:block;
    margin-bottom:7px;
    color:#81766e;
    font-size:.57rem;
    font-weight:700;
    letter-spacing:.1em;
    text-transform:uppercase;
}

.single-neighborhood-overview a span{
    color:rgba(255,255,255,.7);
}

.single-neighborhood-overview strong{
    font-family:var(--serif);
    font-size:1.05rem;
    font-weight:400;
    line-height:1.4;
}

.single-neighborhood-content{
    background:#fff;
}

.single-neighborhood-content__grid{
    display:grid;
    grid-template-columns:.62fr 1.38fr;
    gap:90px;
    align-items:start;
}

.single-neighborhood-content aside{
    position:sticky;
    top:120px;
    padding:30px;
    border:1px solid var(--line);
    background:var(--ivory);
}

.single-neighborhood-content ol{
    margin:20px 0 0;
    padding:0;
    list-style:none;
}

.single-neighborhood-content li{
    display:grid;
    grid-template-columns:34px 1fr;
    gap:12px;
    padding:15px 0;
    border-top:1px solid var(--line);
}

.single-neighborhood-content li span{
    color:var(--wine);
    font-family:var(--serif);
}

.single-neighborhood-content li strong{
    font-size:.77rem;
    line-height:1.45;
}

.single-neighborhood-content__article h2{
    margin-top:48px;
    font-size:2.3rem;
}

.single-neighborhood-content__article h2:first-child{
    margin-top:0;
}

.single-neighborhood-properties{
    background:var(--stone);
}

.single-neighborhood-related{
    background:#fff;
}

.neighborhood-directory__grid--related{
    grid-template-columns:repeat(3,minmax(0,1fr));
}

/* Responsive neighborhoods */
@media(max-width:1100px){
    .home-neighborhoods__layout,
    .neighborhood-featured__grid,
    .neighborhood-hub-hero__grid,
    .neighborhood-seo__grid,
    .single-neighborhood-hero__grid,
    .single-neighborhood-content__grid{
        grid-template-columns:1fr;
    }

    .home-neighborhoods__feature{
        min-height:0;
    }

    .neighborhood-featured__image{
        min-height:480px;
    }

    .neighborhood-directory__grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .single-neighborhood-content aside{
        position:static;
    }

    .single-neighborhood-hero__image{
        min-height:500px;
        order:-1;
    }
}

@media(max-width:760px){
    .site-prefooter__grid>a{
        min-height:0;
    }

    .site-prefooter__grid>a>i{
        right:0;
        bottom:22px;
    }

    .home-neighborhoods__side article{
        grid-template-columns:1fr;
    }

    .home-neighborhoods__side-image{
        height:240px;
    }

    .neighborhood-hub-hero{
        padding:58px 0 45px;
    }

    .neighborhood-hub-hero h1{
        font-size:3.7rem;
    }

    .neighborhood-hub-hero__intro>div{
        grid-template-columns:1fr;
    }

    .neighborhood-hub-hero__intro span+span{
        padding-left:0;
        border-left:0;
    }

    .neighborhood-featured__image{
        min-height:340px;
    }

    .neighborhood-featured article{
        padding:34px 25px;
    }

    .neighborhood-directory__grid,
    .neighborhood-directory__grid--related{
        grid-template-columns:1fr;
    }

    .neighborhood-card__image{
        height:270px;
    }

    .single-neighborhood-hero__copy{
        padding:44px 24px;
    }

    .single-neighborhood-hero__image{
        min-height:360px;
    }

    .single-neighborhood-overview__grid{
        grid-template-columns:1fr;
    }

    .single-neighborhood-overview__grid>div,
    .single-neighborhood-overview__grid>a{
        min-height:98px;
        border-right:0;
        border-bottom:1px solid var(--line);
    }

    .single-neighborhood-content__grid{
        gap:42px;
    }
}


/* ========================================================================== 
   Cameron V9.6.0 — stabilisation visuelle finale
   ========================================================================== */
.site-header__inner{min-height:86px;gap:clamp(18px,2vw,34px)}
.site-brand{width:clamp(210px,17vw,270px);max-width:28vw}
.primary-nav{min-width:0;gap:clamp(14px,1.65vw,30px)}
.primary-nav ul{min-width:0;gap:clamp(14px,1.55vw,27px)}
.primary-nav a:not(.button){font-size:clamp(.6rem,.64vw,.67rem)}
.header-cta{flex:0 0 auto;min-height:42px;padding-inline:18px}

.archive-properties .page-hero--compact{padding-top:68px;padding-bottom:42px}
.archive-properties .page-hero--compact h1{max-width:1050px;font-size:clamp(3.35rem,5.5vw,5.8rem);text-wrap:balance}
.archive-properties .page-hero--compact>p:last-child{max-width:760px;margin-top:8px;color:#5f5751}
.archive-search{margin-top:0}
.archive-search .property-search{width:100%;overflow:hidden}
.archive-search .property-search__quick{grid-template-columns:minmax(150px,.9fr) minmax(165px,1fr) minmax(175px,1.05fr) minmax(275px,1.28fr) minmax(165px,auto);gap:0;align-items:stretch;padding:16px 18px}
.property-search__field{min-width:0;justify-content:flex-end}
.property-search__field select,.property-search__field input{min-width:0}
.property-search__field--budget{padding-right:18px}
.budget-input{display:grid;grid-template-columns:minmax(0,1fr) 82px;align-items:center;min-width:0}
.budget-input input{width:100%;min-width:0;padding-right:12px}
.budget-input select{width:82px;min-width:82px;padding:0 24px 0 10px;border-left:1px solid var(--line);text-align:center}
.archive-search .property-search__submit{align-self:stretch;min-width:165px;min-height:52px;margin:0 0 0 18px}
.archive-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px;padding-bottom:14px;border-bottom:1px solid var(--line)}
.archive-toolbar p{margin:0;color:#4f4843}
.archive-toolbar form{flex:0 0 auto}
.archive-toolbar select{min-width:190px;min-height:44px;padding:0 42px 0 15px;border:1px solid var(--line);background:#fff}

.property-card{display:flex;min-width:0;height:100%;flex-direction:column}
.property-card__image{flex:0 0 auto}
.property-card__body{display:flex;min-width:0;min-height:156px;flex:1;flex-direction:column;padding:18px 18px 20px}
.property-card h3{overflow-wrap:anywhere;line-height:1.18}
.property-card__location{min-height:1.5em;overflow-wrap:anywhere}
.property-card__meta{margin-top:auto}
.property-card__price{margin-top:7px;line-height:1.35}

.neighborhood-empty{padding:48px;border:1px solid var(--line);background:var(--ivory)}
.neighborhood-empty h3{margin-bottom:10px;font-size:1.7rem}
.neighborhood-empty p{margin:0;color:var(--muted)}

@media(max-width:1380px){
  .site-brand{width:225px}
  .primary-nav,.primary-nav ul{gap:16px}
  .header-cta{padding-inline:14px}
  .archive-search .property-search__quick{grid-template-columns:minmax(140px,.9fr) minmax(150px,1fr) minmax(155px,1fr) minmax(245px,1.2fr) minmax(150px,auto)}
}

@media(max-width:1120px){
  .site-brand{width:215px;max-width:none}
  .header-cta{display:none}
  .archive-search .property-search__quick{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:end;padding:22px}
  .archive-search .property-search__field{padding:0;border:0}
  .archive-search .property-search__field--budget{padding-right:0}
  .archive-search .property-search__submit{grid-column:1/-1;width:100%;margin:0}
}

@media(max-width:680px){
  .archive-properties .page-hero--compact{padding-top:46px;padding-bottom:30px}
  .archive-properties .page-hero--compact h1{font-size:3.05rem}
  .archive-search .property-search__quick{grid-template-columns:1fr;gap:16px;padding:18px}
  .archive-search .property-search__submit{grid-column:auto}
  .archive-toolbar{align-items:stretch;flex-direction:column}
  .archive-toolbar form,.archive-toolbar select{width:100%}
  .property-card__body{min-height:0}
  .neighborhood-empty{padding:30px 22px}
}


/* Cameron V9.7.0 — clean landing pages and SEO navigation */
.page-editor-content{
    padding-top:10px;
    padding-bottom:54px;
    background:#fff;
}

.page-editor-content__inner{
    max-width:920px;
}

.landing-search-section{
    padding:18px 0 0;
    background:var(--ivory);
}

.landing-search .property-search{
    box-shadow:0 22px 52px rgba(51,31,20,.07);
}

.property-search__field--fixed{
    display:flex;
    justify-content:flex-end;
    flex-direction:column;
}

.property-search__field--fixed strong{
    min-height:38px;
    display:flex;
    align-items:center;
    font-size:.82rem;
    font-weight:500;
}

.property-load-more__button[aria-disabled="true"]{
    pointer-events:none;
    opacity:.62;
}

.property-breadcrumb{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    padding-top:26px;
    color:#837870;
    font-size:.6rem;
    letter-spacing:.07em;
    text-transform:uppercase;
}

.property-breadcrumb a:hover{
    color:var(--wine);
}

.property-breadcrumb strong{
    color:#3f3834;
}

.single-property-related{
    background:var(--stone);
}

@media(max-width:760px){
    .page-editor-content{
        padding-bottom:36px;
    }

    .property-breadcrumb{
        padding-top:20px;
        line-height:1.55;
    }
}


/* Cameron V9.7.3 — accueil et footer */
.home-seo-links__heading{
    max-width:760px;
    margin-bottom:26px;
}

.home-seo-links__heading h2{
    margin:8px 0 0;
    font-size:clamp(2rem,3vw,3.1rem);
}

.footer-brand__logo{
    display:block;
    width:min(100%,300px)!important;
    height:auto!important;
    max-height:none!important;
    object-fit:contain;
    object-position:left center;
}

.footer-column a{
    transition:color .2s ease,transform .2s ease;
}

.footer-column a:hover{
    color:#fff;
}

@media(max-width:640px){
    .home-seo-links__heading{
        margin-bottom:20px;
    }

    .footer-brand__logo{
        width:min(100%,270px)!important;
    }
}


/* ==========================================================================
   Cameron V9.7.5 — navigation WordPress avec sous-menus
   ========================================================================== */
.site-header,
.site-header__inner,
.primary-nav,
.primary-nav #primary-menu{
    overflow:visible;
}

.primary-nav #primary-menu{
    display:flex;
    align-items:center;
    gap:clamp(15px,1.45vw,27px);
    margin:0;
    padding:0;
    list-style:none;
}

.primary-nav #primary-menu > .menu-item{
    position:relative;
    display:flex;
    align-items:center;
    min-height:86px;
}

.primary-nav #primary-menu > .menu-item > a{
    display:flex;
    align-items:center;
    min-height:86px;
}

.primary-nav .menu-item-has-children > a{
    padding-right:5px;
}

.primary-nav .submenu-toggle{
    display:grid;
    place-items:center;
    flex:0 0 24px;
    width:24px;
    height:24px;
    margin-left:-4px;
    padding:0;
    border:0;
    border-radius:50%;
    background:transparent;
    color:var(--ink);
    cursor:pointer;
    transition:background .2s ease,color .2s ease;
}

.primary-nav .submenu-toggle:hover,
.primary-nav .submenu-toggle:focus-visible{
    background:rgba(124,33,5,.08);
    color:var(--wine);
    outline:none;
}

.primary-nav .submenu-toggle span{
    width:7px;
    height:7px;
    border-right:1px solid currentColor;
    border-bottom:1px solid currentColor;
    transform:translateY(-2px) rotate(45deg);
    transition:transform .22s ease;
}

.primary-nav .menu-item.is-submenu-open > .submenu-toggle span{
    transform:translateY(2px) rotate(225deg);
}

.primary-nav #primary-menu .sub-menu{
    position:absolute;
    z-index:300;
    top:calc(100% - 7px);
    left:50%;
    display:block!important;
    min-width:290px;
    margin:0;
    padding:12px 0;
    border:1px solid rgba(124,33,5,.14);
    background:rgba(255,255,255,.99);
    box-shadow:0 22px 55px rgba(43,25,16,.13);
    list-style:none;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translate(-50%,12px);
    transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
}

.primary-nav #primary-menu .sub-menu:before{
    content:"";
    position:absolute;
    right:0;
    bottom:100%;
    left:0;
    height:16px;
}

.primary-nav #primary-menu .menu-item:hover > .sub-menu,
.primary-nav #primary-menu .menu-item:focus-within > .sub-menu,
.primary-nav #primary-menu .menu-item.is-submenu-open > .sub-menu{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translate(-50%,0);
}

.primary-nav #primary-menu .sub-menu .menu-item{
    position:relative;
    display:flex;
    align-items:center;
    width:100%;
    min-height:0;
}

.primary-nav #primary-menu .sub-menu a:not(.button){
    display:flex;
    align-items:center;
    width:100%;
    min-height:47px;
    padding:10px 22px;
    color:#433b36;
    font-family:var(--sans);
    font-size:.69rem;
    font-weight:650;
    line-height:1.35;
    letter-spacing:.055em;
    text-transform:none;
    white-space:normal;
    transition:background .18s ease,color .18s ease,padding .18s ease;
}

.primary-nav #primary-menu .sub-menu a:not(.button):after{
    display:none;
}

.primary-nav #primary-menu .sub-menu a:not(.button):hover,
.primary-nav #primary-menu .sub-menu .current-menu-item > a,
.primary-nav #primary-menu .sub-menu .current-menu-ancestor > a{
    padding-left:27px;
    background:#faf6f2;
    color:var(--wine);
}

.primary-nav #primary-menu .sub-menu .submenu-toggle{
    position:absolute;
    right:12px;
    width:30px;
    height:30px;
    margin:0;
}

.primary-nav #primary-menu .sub-menu .menu-item-has-children > a{
    padding-right:50px;
}

.primary-nav #primary-menu .sub-menu .sub-menu{
    top:-13px;
    left:calc(100% - 4px);
    transform:translate(12px,0);
}

.primary-nav #primary-menu .sub-menu .menu-item:hover > .sub-menu,
.primary-nav #primary-menu .sub-menu .menu-item:focus-within > .sub-menu,
.primary-nav #primary-menu .sub-menu .menu-item.is-submenu-open > .sub-menu{
    transform:translate(0,0);
}

.primary-nav #primary-menu > .current-menu-ancestor > a:after,
.primary-nav #primary-menu > .current-menu-parent > a:after{
    width:100%;
}

@media(max-width:920px){
    body.has-open-navigation{
        overflow:hidden;
    }

    .primary-nav{
        overflow-y:auto;
        max-height:calc(100vh - 80px);
        padding:14px 24px 30px;
    }

    .primary-nav #primary-menu{
        display:flex;
        width:100%;
        flex-direction:column;
        align-items:stretch;
        gap:0;
    }

    .primary-nav #primary-menu > .menu-item{
        display:grid;
        grid-template-columns:minmax(0,1fr) 46px;
        width:100%;
        min-height:0;
        border-bottom:1px solid var(--line);
    }

    .primary-nav #primary-menu > .menu-item:not(.menu-item-has-children){
        grid-template-columns:1fr;
    }

    .primary-nav #primary-menu > .menu-item > a{
        min-height:58px;
        padding:15px 2px;
        font-family:var(--serif)!important;
        font-size:1.32rem!important;
        font-weight:400!important;
        line-height:1.2;
        letter-spacing:0!important;
        text-transform:none!important;
        white-space:normal;
    }

    .primary-nav #primary-menu > .menu-item > a:after{
        display:none;
    }

    .primary-nav .submenu-toggle{
        align-self:center;
        justify-self:end;
        width:40px;
        height:40px;
        margin:0;
        border:1px solid var(--line);
    }

    .primary-nav #primary-menu .sub-menu{
        position:static;
        grid-column:1/-1;
        display:none!important;
        min-width:0;
        width:100%;
        margin:0 0 12px;
        padding:4px 0 8px 15px;
        border:0;
        border-left:1px solid rgba(124,33,5,.28);
        background:transparent;
        box-shadow:none;
        opacity:1;
        visibility:visible;
        pointer-events:auto;
        transform:none!important;
        transition:none;
    }

    .primary-nav #primary-menu .menu-item.is-submenu-open > .sub-menu{
        display:block!important;
    }

    .primary-nav #primary-menu .sub-menu:before{
        display:none;
    }

    .primary-nav #primary-menu .sub-menu .menu-item{
        display:grid;
        grid-template-columns:minmax(0,1fr) 42px;
        border:0;
    }

    .primary-nav #primary-menu .sub-menu .menu-item:not(.menu-item-has-children){
        grid-template-columns:1fr;
    }

    .primary-nav #primary-menu .sub-menu a:not(.button){
        min-height:44px;
        padding:10px 14px;
        font-size:.75rem;
        line-height:1.4;
        letter-spacing:.045em;
        text-transform:uppercase;
    }

    .primary-nav #primary-menu .sub-menu a:not(.button):hover,
    .primary-nav #primary-menu .sub-menu .current-menu-item > a{
        padding-left:18px;
        background:#faf6f2;
    }

    .primary-nav #primary-menu .sub-menu .submenu-toggle{
        position:static;
        align-self:center;
        justify-self:end;
        width:34px;
        height:34px;
        margin-right:2px;
    }

    .primary-nav #primary-menu .sub-menu .sub-menu{
        margin-left:14px;
        padding-left:12px;
    }

    .primary-nav .currency-switcher,
    .primary-nav .language-switcher,
    .primary-nav .header-cta{
        flex:0 0 auto;
    }

    .primary-nav .header-cta{
        width:100%;
        justify-content:center;
        margin-top:4px;
    }
}


/* ========================================================================== 
   Cameron V9.7.6 — résultats de recherche premium
   ========================================================================== */
.property-results-page,
.site-search-page{
    background:#fbf8f4;
}

.property-results-hero{
    padding:72px 0 110px;
    border-bottom:1px solid var(--line);
    background:#f5f0eb;
}

.property-results-hero__inner{
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);
    gap:80px;
    align-items:end;
}

.property-results-hero h1{
    max-width:900px;
    margin:12px 0 0;
    font-size:clamp(3.8rem,6vw,6.6rem);
    line-height:.94;
    text-wrap:balance;
}

.property-results-hero__inner>p{
    max-width:550px;
    margin:0 0 7px;
    color:#665d57;
    font-family:var(--serif)!important;
    font-size:1.2rem;
    line-height:1.6;
}

.property-results-search{
    position:relative;
    z-index:3;
    margin-top:-62px;
}

.property-results-search__panel{
    border:1px solid #ddd3cb;
    background:#fff;
    box-shadow:0 25px 65px rgba(60,35,22,.09);
}

.property-results-search .property-search{
    border:0;
    box-shadow:none;
}

.property-results-search .property-search__quick{
    padding:18px 20px;
}

.property-results-catalog{
    padding-top:58px;
}

.property-results-toolbar{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:36px;
    align-items:start;
    margin-bottom:32px;
    padding-bottom:22px;
    border-bottom:1px solid var(--line);
}

.property-results-toolbar__summary{
    min-width:0;
}

.property-results-toolbar__count{
    display:flex;
    align-items:baseline;
    gap:8px;
    margin:0;
}

.property-results-toolbar__count strong{
    color:var(--wine);
    font-family:var(--serif);
    font-size:2.2rem;
    font-weight:400;
    line-height:1;
}

.property-results-toolbar__count span{
    color:#605852;
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.property-results-toolbar__chips{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:16px;
}

.property-results-toolbar__chips>a{
    display:inline-flex;
    align-items:center;
    gap:9px;
    min-height:34px;
    padding:7px 10px 7px 12px;
    border:1px solid #d8cec6;
    background:#fff;
    color:#554d48;
    font-size:.63rem;
    font-weight:600;
    letter-spacing:.03em;
}

.property-results-toolbar__chips>a:hover{
    border-color:var(--wine);
    color:var(--wine);
}

.property-results-toolbar__chips i{
    display:grid;
    place-items:center;
    width:17px;
    height:17px;
    border-radius:50%;
    background:#f1ebe6;
    font-style:normal;
    line-height:1;
}

.property-results-toolbar__chips .property-results-toolbar__reset{
    border-color:transparent;
    background:transparent;
    color:var(--wine);
    text-decoration:underline;
    text-underline-offset:4px;
}

.property-results-sort{
    display:grid;
    grid-template-columns:auto 210px;
    gap:11px;
    align-items:center;
}

.property-results-sort label{
    color:#7b7069;
    font-size:.6rem;
    font-weight:700;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.property-results-sort select{
    min-height:46px;
    padding:0 42px 0 15px;
    border:1px solid #d8cec6;
    background:#fff;
    color:#433c38;
}

.property-results-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:34px 26px;
}

.property-result-card{
    display:flex;
    min-width:0;
    height:100%;
    flex-direction:column;
    overflow:hidden;
    border:1px solid #ddd3cb;
    background:#fff;
    transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}

.property-result-card:hover{
    transform:translateY(-4px);
    border-color:#c9b9ad;
    box-shadow:0 24px 55px rgba(55,32,19,.09);
}

.property-result-card__visual{
    position:relative;
    display:block;
    overflow:hidden;
    min-height:390px;
    background:#e9e1db;
}

.property-result-card__visual img{
    display:block;
    width:100%;
    height:100%;
    min-height:390px;
    aspect-ratio:1.52/1;
    object-fit:cover;
    transition:transform .65s ease;
}

.property-result-card:hover .property-result-card__visual img{
    transform:scale(1.035);
}

.property-result-card__shade{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(20,14,11,.22),transparent 32%,transparent 72%,rgba(20,14,11,.16));
    pointer-events:none;
}

.property-result-card__badges{
    position:absolute;
    top:18px;
    left:18px;
    display:flex;
    flex-wrap:wrap;
    gap:7px;
}

.property-result-card__badges i{
    padding:8px 10px;
    background:rgba(255,255,255,.94);
    color:#3d3531;
    font-size:.57rem;
    font-style:normal;
    font-weight:700;
    letter-spacing:.09em;
    text-transform:uppercase;
    backdrop-filter:blur(8px);
}

.property-result-card__badges i:first-child{
    background:var(--wine);
    color:#fff;
}

.property-result-card__gallery{
    position:absolute;
    right:18px;
    bottom:18px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    min-height:34px;
    padding:7px 10px;
    background:rgba(255,255,255,.94);
    color:#403733;
    font-size:.62rem;
    font-weight:700;
    backdrop-filter:blur(8px);
}

.property-result-card__gallery svg{
    width:17px;
    height:17px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.5;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.property-result-card__content{
    display:flex;
    flex:1;
    flex-direction:column;
    padding:24px 25px 22px;
}

.property-result-card__topline{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin-bottom:11px;
}

.property-result-card__topline p,
.property-result-card__topline span{
    margin:0;
    color:#7a7069;
    font-size:.59rem;
    font-weight:700;
    letter-spacing:.1em;
    text-transform:uppercase;
}

.property-result-card__topline p{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.property-result-card__topline span{
    flex:0 0 auto;
    color:var(--wine);
}

.property-result-card h2{
    margin:0 0 20px;
    font-size:clamp(1.65rem,2vw,2.15rem);
    line-height:1.13;
}

.property-result-card h2 a:hover{
    color:var(--wine);
}

.property-result-card__facts{
    display:flex;
    flex-wrap:wrap;
    gap:10px 18px;
    margin-bottom:24px;
    color:#625a55;
}

.property-result-card__facts span{
    display:inline-flex;
    align-items:center;
    gap:7px;
    font-size:.69rem;
}

.property-result-card__facts svg{
    width:18px;
    height:18px;
    fill:none;
    stroke:var(--wine);
    stroke-width:1.35;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.property-result-card__footer{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:24px;
    margin-top:auto;
    padding-top:19px;
    border-top:1px solid var(--line);
}

.property-result-card__footer>p{
    margin:0;
    color:var(--wine);
    font-family:var(--serif)!important;
    font-size:1.45rem;
    line-height:1.1;
}

.property-result-card__footer>a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#3f3834;
    font-size:.62rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.property-result-card__footer>a i{
    display:grid;
    place-items:center;
    width:34px;
    height:34px;
    border:1px solid #d8cec6;
    border-radius:50%;
    color:var(--wine);
    font-style:normal;
    transition:.22s ease;
}

.property-result-card__footer>a:hover i{
    transform:translateX(3px);
    border-color:var(--wine);
    background:var(--wine);
    color:#fff;
}

/* Un résultat ne reste plus perdu dans une petite colonne. */
.property-results-grid--count-1{
    grid-template-columns:1fr;
}

.property-results-grid--count-1 .property-result-card{
    display:grid;
    grid-template-columns:minmax(0,1.32fr) minmax(380px,.68fr);
    min-height:500px;
}

.property-results-grid--count-1 .property-result-card__visual,
.property-results-grid--count-1 .property-result-card__visual img{
    min-height:500px;
    height:100%;
}

.property-results-grid--count-1 .property-result-card__content{
    justify-content:center;
    padding:42px 38px;
}

.property-results-grid--count-1 .property-result-card h2{
    font-size:clamp(2rem,3vw,3.15rem);
}

.property-results-empty{
    display:grid;
    grid-template-columns:180px minmax(0,720px);
    gap:55px;
    align-items:start;
    padding:72px;
    border:1px solid #ddd3cb;
    background:#fff;
}

.property-results-empty__number{
    color:#e2d7cf;
    font-family:var(--serif);
    font-size:9rem;
    line-height:.72;
}

.property-results-empty h2{
    margin:10px 0 17px;
    font-size:clamp(2.2rem,3.8vw,4rem);
}

.property-results-empty>div:last-child>p:not(.eyebrow){
    max-width:680px;
    color:#655d57;
    line-height:1.75;
}

.property-results-empty__actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:27px;
}

.property-load-more{
    margin-top:48px;
}

.property-load-more__button{
    min-width:260px;
    justify-content:center;
    background:#fff;
}

/* Recherche générale du site */
.site-search-hero{
    padding:78px 0 58px;
    border-bottom:1px solid var(--line);
    background:#f5f0eb;
}

.site-search-hero__inner{
    display:grid;
    grid-template-columns:1fr minmax(380px,.62fr);
    gap:80px;
    align-items:end;
}

.site-search-hero h1{
    margin:12px 0 0;
    font-size:clamp(3.6rem,5.5vw,6rem);
    line-height:.95;
}

.site-search-form{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    overflow:hidden;
    border:1px solid #d4c8bf;
    background:#fff;
}

.site-search-form input{
    min-width:0;
    min-height:58px;
    padding:0 18px;
    border:0;
    outline:0;
}

.site-search-form button{
    display:inline-flex;
    align-items:center;
    gap:18px;
    padding:0 22px;
    border:0;
    background:var(--wine);
    color:#fff;
    font-size:.63rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.site-search-results__toolbar{
    margin-bottom:28px;
    padding-bottom:16px;
    border-bottom:1px solid var(--line);
}

.site-search-results__toolbar p{
    margin:0;
    color:#625a55;
}

.site-search-results__toolbar strong{
    margin-right:5px;
    color:var(--wine);
    font-family:var(--serif);
    font-size:2rem;
    font-weight:400;
}

.site-search-results__grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:30px 26px;
}

.site-search-card{
    display:grid;
    grid-template-columns:230px minmax(0,1fr);
    min-height:290px;
    overflow:hidden;
    border:1px solid #ddd3cb;
    background:#fff;
}

.site-search-card__visual{
    display:grid;
    place-items:center;
    overflow:hidden;
    min-height:290px;
    background:#eee6df;
    color:rgba(124,33,5,.18);
    font-family:var(--serif);
    font-size:7rem;
}

.site-search-card__visual img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .45s ease;
}

.site-search-card:hover img{
    transform:scale(1.03);
}

.site-search-card__content{
    display:flex;
    justify-content:center;
    flex-direction:column;
    padding:28px;
}

.site-search-card h2{
    margin:8px 0 13px;
    font-size:1.8rem;
    line-height:1.15;
}

.site-search-card__content>p:not(.eyebrow){
    color:#665e58;
    line-height:1.65;
}

.site-search-pagination{
    margin-top:48px;
}

@media(max-width:1150px){
    .property-results-hero__inner,
    .site-search-hero__inner{
        grid-template-columns:1fr;
        gap:26px;
    }

    .property-results-hero__inner>p{
        max-width:720px;
    }

    .property-results-grid--count-1 .property-result-card{
        grid-template-columns:1fr;
    }

    .property-results-grid--count-1 .property-result-card__visual,
    .property-results-grid--count-1 .property-result-card__visual img{
        min-height:430px;
    }

    .site-search-results__grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:850px){
    .property-results-hero{
        padding:55px 0 92px;
    }

    .property-results-hero h1{
        font-size:3.8rem;
    }

    .property-results-toolbar{
        grid-template-columns:1fr;
    }

    .property-results-sort{
        grid-template-columns:80px minmax(0,1fr);
        max-width:360px;
    }

    .property-results-grid{
        grid-template-columns:1fr;
    }

    .property-result-card__visual,
    .property-result-card__visual img{
        min-height:390px;
    }

    .property-results-empty{
        grid-template-columns:1fr;
        gap:22px;
        padding:48px 38px;
    }

    .property-results-empty__number{
        font-size:6rem;
    }

    .site-search-card{
        grid-template-columns:200px minmax(0,1fr);
    }
}

@media(max-width:620px){
    .property-results-hero{
        padding-top:45px;
    }

    .property-results-hero h1,
    .site-search-hero h1{
        font-size:3.1rem;
    }

    .property-results-search{
        margin-top:-48px;
    }

    .property-results-search__panel{
        box-shadow:0 15px 38px rgba(60,35,22,.08);
    }

    .property-results-catalog{
        padding-top:42px;
    }

    .property-results-toolbar__count strong{
        font-size:1.85rem;
    }

    .property-results-sort{
        max-width:none;
    }

    .property-result-card__visual,
    .property-result-card__visual img,
    .property-results-grid--count-1 .property-result-card__visual,
    .property-results-grid--count-1 .property-result-card__visual img{
        min-height:280px;
    }

    .property-result-card__content,
    .property-results-grid--count-1 .property-result-card__content{
        padding:22px 19px 20px;
    }

    .property-result-card h2,
    .property-results-grid--count-1 .property-result-card h2{
        font-size:1.85rem;
    }

    .property-result-card__footer{
        align-items:flex-start;
        flex-direction:column;
    }

    .property-result-card__footer>a{
        width:100%;
        justify-content:space-between;
    }

    .property-results-empty{
        padding:38px 23px;
    }

    .property-results-empty__actions,
    .property-results-empty__actions .button{
        width:100%;
    }

    .site-search-hero{
        padding:52px 0 42px;
    }

    .site-search-form{
        grid-template-columns:1fr;
    }

    .site-search-form button{
        min-height:52px;
        justify-content:center;
    }

    .site-search-card{
        grid-template-columns:1fr;
    }

    .site-search-card__visual{
        min-height:230px;
    }
}


/* ==========================================================================
   Cameron V9.7.7 — carte immobilière premium unifiée sur tous les listings
   ========================================================================== */

/* Toutes les grilles de biens utilisent désormais le même composant. */
.property-grid>.property-result-card{
    min-width:0;
}

.property-result-card--compact .property-result-card__visual,
.property-result-card--compact .property-result-card__visual img{
    min-height:250px;
    height:250px;
    aspect-ratio:1.5/1;
}

.property-result-card--compact .property-result-card__badges{
    top:14px;
    left:14px;
    gap:6px;
}

.property-result-card--compact .property-result-card__badges i{
    padding:7px 9px;
    font-size:.52rem;
}

.property-result-card--compact .property-result-card__gallery{
    right:14px;
    bottom:14px;
    min-height:30px;
    padding:6px 9px;
}

.property-result-card--compact .property-result-card__content{
    padding:19px 18px 18px;
}

.property-result-card--compact .property-result-card__topline{
    margin-bottom:9px;
}

.property-result-card--compact .property-result-card__topline p,
.property-result-card--compact .property-result-card__topline span{
    font-size:.53rem;
}

.property-result-card--compact h3{
    margin:0 0 15px;
    font-family:var(--serif);
    font-size:1.48rem;
    font-weight:400;
    line-height:1.14;
}

.property-result-card--compact h3 a:hover{
    color:var(--wine);
}

.property-result-card--compact .property-result-card__facts{
    gap:9px 13px;
    margin-bottom:18px;
}

.property-result-card--compact .property-result-card__facts span{
    gap:6px;
    font-size:.62rem;
}

.property-result-card--compact .property-result-card__facts svg{
    width:16px;
    height:16px;
}

.property-result-card--compact .property-result-card__footer{
    gap:14px;
    padding-top:15px;
}

.property-result-card--compact .property-result-card__footer>p{
    font-size:1.18rem;
}

.property-result-card--compact .property-result-card__footer>a{
    gap:7px;
    font-size:.55rem;
}

.property-result-card--compact .property-result-card__footer>a i{
    width:30px;
    height:30px;
}

.property-result-card--demo a[href="#"]{
    cursor:default;
}

/* La sélection de l’accueil reste élégante sur trois colonnes. */
.home-properties .property-result-card--compact .property-result-card__visual,
.home-properties .property-result-card--compact .property-result-card__visual img{
    min-height:270px;
    height:270px;
}

/* Landing pages, quartiers et biens similaires. */
.landing-properties .property-result-card--compact,
.single-property-related .property-result-card--compact,
.single-neighborhood-properties .property-result-card--compact{
    height:100%;
}

@media(max-width:1180px){
    .property-result-card--compact .property-result-card__visual,
    .property-result-card--compact .property-result-card__visual img,
    .home-properties .property-result-card--compact .property-result-card__visual,
    .home-properties .property-result-card--compact .property-result-card__visual img{
        min-height:245px;
        height:245px;
    }
}

@media(max-width:920px){
    .property-result-card--compact .property-result-card__visual,
    .property-result-card--compact .property-result-card__visual img,
    .home-properties .property-result-card--compact .property-result-card__visual,
    .home-properties .property-result-card--compact .property-result-card__visual img{
        min-height:300px;
        height:300px;
    }
}

@media(max-width:640px){
    .property-result-card--compact .property-result-card__visual,
    .property-result-card--compact .property-result-card__visual img,
    .home-properties .property-result-card--compact .property-result-card__visual,
    .home-properties .property-result-card--compact .property-result-card__visual img{
        min-height:275px;
        height:275px;
    }

    .property-result-card--compact .property-result-card__content{
        padding:21px 18px 19px;
    }

    .property-result-card--compact h3{
        font-size:1.72rem;
    }

    .property-result-card--compact .property-result-card__footer{
        align-items:flex-start;
        flex-direction:column;
    }

    .property-result-card--compact .property-result-card__footer>a{
        width:100%;
        justify-content:space-between;
    }
}
