:root{
  --bg:#fbf8f2; --paper:#fff; --paper-soft:#f5efe6; --text:#202529; --muted:#756f66; --line:#e8ded1; --accent:#b86f4d; --accent-dark:#9f5d3f; --shadow:0 18px 50px rgba(31,37,41,.08); --serif: Georgia, 'Times New Roman', serif; --sans: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
*{box-sizing:border-box} body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.55} img{max-width:100%;height:auto;display:block} a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 44px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(232,222,209,.7)}.header-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;flex:0 0 auto}.brand-mark{width:38px;height:38px;border:1.2px solid var(--accent);border-radius:50%;display:grid;place-items:center;color:var(--accent);font-family:var(--serif);font-size:16px;line-height:1;background:#fff;box-shadow:0 4px 12px rgba(31,37,41,.04)}.brand-text{display:flex;flex-direction:column;justify-content:center;gap:1px;line-height:.92;white-space:nowrap}.brand-line{display:block;font-family:var(--serif);text-transform:uppercase;color:var(--text)}.brand-line-top{font-size:24px;letter-spacing:.045em;font-weight:600}.brand-line-bottom{font-size:24px;letter-spacing:.045em;font-weight:600}.main-nav ul{display:flex;gap:26px;align-items:center;list-style:none;margin:0;padding:0}.main-nav li{position:relative}.main-nav a{display:inline-flex;align-items:center;min-height:38px;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#222}.main-nav a:hover{color:var(--accent)}.main-nav .sub-menu{position:absolute;left:0;top:100%;min-width:220px;display:block;opacity:0;visibility:hidden;transform:translateY(8px);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:10px 0;transition:.18s ease}.main-nav li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.main-nav .sub-menu a{display:flex;padding:10px 16px;min-height:auto;white-space:nowrap;text-transform:none;letter-spacing:.02em;font-size:14px}.header-actions{display:flex;align-items:center;gap:12px}.currency-switch{display:none!important}.header-cta{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;padding:10px 16px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;background:#fff;color:var(--text)}.header-cta:hover{border-color:var(--accent);color:var(--accent)}.nav-toggle{border:0;background:transparent;font:inherit;color:var(--text);display:none;font-size:24px}.hero{position:relative;min-height:640px;overflow:hidden;background:#f9f4eb}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(251,248,242,.98) 0%,rgba(251,248,242,.76) 32%,rgba(251,248,242,.08) 62%),url('/wp-content/uploads/2026/05/marrakech-collection-01.jpg') center/cover no-repeat}.hero-content{position:relative;z-index:1;padding-top:120px}.hero-copy{max-width:620px}.hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(54px,7vw,92px);line-height:.98;margin:0 0 22px}.hero p{font-size:20px;color:#3a3a36;max-width:540px;margin:0 0 66px}.search-panel{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 190px;align-items:stretch;background:var(--paper);box-shadow:var(--shadow);border:1px solid var(--line);border-radius:2px;max-width:1080px}.search-panel label{padding:20px 22px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:4px}.search-panel span{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.search-panel input,.search-panel select{border:0;background:transparent;color:var(--muted);font:inherit;outline:0;padding:0}.search-panel button,.booking-form button{border:0;background:var(--accent);color:#fff;text-transform:uppercase;letter-spacing:.06em;font-weight:700;padding:0 28px;cursor:pointer}.search-panel button:hover,.booking-form button:hover{background:var(--accent-dark)}.trust-strip{background:var(--paper);border-block:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid div{padding:24px 28px;border-right:1px solid var(--line)}.trust-grid div:last-child{border-right:0}.trust-grid strong{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.04em}.trust-grid span{display:block;color:var(--muted);font-size:13px}.section{padding:58px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px}.kicker{display:block;color:var(--muted);text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:700;margin-bottom:8px}h1,h2,h3{font-family:var(--serif);font-weight:400}h2{font-size:clamp(30px,3vw,46px);line-height:1.06;margin:0} .section-head a{color:var(--accent);font-size:13px;text-transform:uppercase;letter-spacing:.08em}.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.property-card{background:var(--paper);border:1px solid var(--line);box-shadow:0 10px 30px rgba(31,37,41,.04)}.property-image{position:relative;aspect-ratio:1.25/1;overflow:hidden;background:#eee}.property-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.property-card:hover img{transform:scale(1.04)}.favorite{position:absolute;top:12px;right:14px;color:#fff;font-size:28px;text-shadow:0 2px 10px rgba(0,0,0,.22)}.property-body{padding:18px 18px 14px}.property-body h3{font-size:25px;margin:0 0 4px}.property-location{font-size:14px;color:var(--muted);margin:0 0 12px}.property-meta{display:flex;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:13px;border-bottom:1px solid var(--line);padding-bottom:13px}.property-price{display:flex;align-items:center;justify-content:space-between;padding-top:13px;font-size:14px}.property-price span{font-weight:700}.property-price a{color:var(--accent);font-size:20px}.image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#eee0d0,#faf7f1)}.explore,.capacity{padding-top:12px}.tile-grid{display:grid;gap:22px;margin-top:18px}.tile-grid.three{grid-template-columns:repeat(3,1fr)}.image-tile{position:relative;min-height:160px;padding:26px;display:flex;flex-direction:column;justify-content:end;overflow:hidden;color:#fff;background:#a98}.image-tile:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.50),rgba(0,0,0,.12));z-index:1}.image-tile:after{content:"";position:absolute;inset:0;background:center/cover no-repeat;transition:transform .5s ease}.image-tile:hover:after{transform:scale(1.05)}.image-tile span,.image-tile em{position:relative;z-index:2}.image-tile span{font-family:var(--serif);font-size:32px;line-height:1.05}.image-tile em{font-style:normal;margin-top:10px;font-size:14px}.tile-villa:after{background-image:url('/wp-content/uploads/2026/05/marrakech-collection-02.jpg')}.tile-appartement:after{background-image:url('/wp-content/uploads/2026/05/marrakech-collection-03.jpg')}.tile-riad:after{background-image:url('/wp-content/uploads/2026/05/marrakech-collection-04.jpg')}.tile-small:after{background-image:url('/wp-content/uploads/2026/05/marrakech-collection-08.jpg')}.tile-medium:after{background-image:url('/wp-content/uploads/2026/05/marrakech-collection-07.jpg')}.tile-large:after{background-image:url('/wp-content/uploads/2026/05/marrakech-collection-06.jpg')}.services-band{background:var(--paper);border-block:1px solid var(--line);padding:44px 0}.services-layout{display:grid;grid-template-columns:1.2fr 2.4fr;gap:48px;align-items:center}.services-layout h2{font-size:36px}.service-items{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.service-items div{padding:0 18px;border-left:1px solid var(--line);text-align:center}.service-items strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.service-items span{display:block;color:var(--muted);font-size:13px;margin-top:6px}.collection-grid{display:grid;grid-template-columns:.9fr 1.4fr;gap:44px;align-items:stretch}.collection-copy{background:var(--paper);border:1px solid var(--line);padding:42px}.collection-copy p{color:var(--muted);font-size:17px}.outline-btn{display:inline-flex;border:1px solid var(--accent);color:var(--accent);padding:13px 18px;text-transform:uppercase;letter-spacing:.06em;font-size:13px;margin-top:12px}.collection-image{min-height:360px;background:url('/wp-content/uploads/2026/05/marrakech-collection-05.jpg') center/cover no-repeat}.process-strip{background:var(--paper-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:36px 0}.process-grid{display:grid;grid-template-columns:1.1fr repeat(3,1fr);gap:28px;align-items:start}.process-grid h2{font-family:var(--sans);font-size:14px;text-transform:uppercase;letter-spacing:.16em;margin-top:8px}.process-grid strong{font-family:var(--serif);font-size:42px;color:var(--accent);font-weight:400}.process-grid span{display:block;font-weight:700;text-transform:uppercase;font-size:13px}.process-grid p{color:var(--muted);font-size:14px}.site-footer{background:#fff;border-top:1px solid var(--line);padding:52px 0 22px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:34px}.site-footer h3{font-family:var(--sans);font-size:12px;text-transform:uppercase;letter-spacing:.12em}.site-footer ul{padding:0;margin:0;list-style:none}.site-footer li{margin:7px 0}.site-footer a,.site-footer p{color:var(--muted);font-size:14px}.newsletter-form{display:flex;border:1px solid var(--line)}.newsletter-form input{border:0;padding:13px;flex:1;min-width:0}.newsletter-form button{border:0;background:var(--accent);color:#fff;width:46px}.footer-bottom{font-size:12px;color:var(--muted);text-align:center;border-top:1px solid var(--line);padding-top:20px;margin-top:34px}.archive-hero{background:var(--paper-soft);padding:86px 0 62px;border-bottom:1px solid var(--line)}.archive-hero h1{font-size:62px;margin:0}.archive-hero p{color:var(--muted);font-size:18px}.archive-layout{display:grid;grid-template-columns:260px 1fr;gap:36px}.filters-panel{background:#fff;border:1px solid var(--line);padding:24px;align-self:start;position:sticky;top:96px}.filters-panel h2{font-size:28px}.filters-panel label{display:block;margin:16px 0}.filters-panel select,.filters-panel button{width:100%;padding:12px;border:1px solid var(--line);background:#fff}.filters-panel button{background:var(--accent);color:#fff;border-color:var(--accent);text-transform:uppercase}.single-hero{position:relative;min-height:540px;background:#111;color:#fff;display:flex;align-items:end}.single-hero-image{position:absolute;inset:0}.single-hero-image img{width:100%;height:100%;object-fit:cover;opacity:.72}.single-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.55),rgba(0,0,0,.08))}.single-hero-copy{position:relative;z-index:1;padding-bottom:72px}.single-hero h1{font-size:76px;margin:0}.single-hero p{font-size:20px;max-width:660px}.single-layout{display:grid;grid-template-columns:1fr 380px;gap:48px}.single-content{background:#fff;border:1px solid var(--line);padding:44px}.single-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:28px}.single-facts span{color:var(--muted)}.pill-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;list-style:none}.pill-list li{border:1px solid var(--line);padding:8px 12px;background:var(--bg)}.booking-card{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:28px;align-self:start;position:sticky;top:98px}.booking-card h2{font-size:30px}.booking-form label{display:block;margin-bottom:14px;font-size:13px;text-transform:uppercase;letter-spacing:.05em}.booking-form input,.booking-form textarea{width:100%;border:1px solid var(--line);padding:12px;margin-top:6px;font:inherit}.booking-form textarea{min-height:90px}.booking-form button{width:100%;padding:15px}.content-page{background:#fff;border:1px solid var(--line);padding:48px;max-width:900px}.socials{display:flex;gap:12px;margin-top:16px}
@media (max-width: 960px){.main-nav{display:none;position:absolute;left:0;right:0;top:74px;background:#fff;border-bottom:1px solid var(--line);padding:20px}.main-nav.is-open{display:block}.main-nav ul{flex-direction:column;align-items:flex-start;gap:8px}.main-nav .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:4px 0 4px 16px}.header-cta{display:none}.nav-toggle{display:block}.hero{min-height:760px}.search-panel{grid-template-columns:1fr}.search-panel label{border-right:0;border-bottom:1px solid var(--line)}.search-panel button{min-height:56px}.trust-grid,.cards-grid,.tile-grid.three,.services-layout,.collection-grid,.process-grid,.footer-grid,.archive-layout,.single-layout{grid-template-columns:1fr}.service-items{grid-template-columns:1fr 1fr}.single-facts{grid-template-columns:1fr 1fr}.single-hero h1{font-size:46px}}
@media (max-width:560px){.container{width:min(100% - 28px,1180px)}.hero h1{font-size:48px}.section{padding:42px 0}.service-items{grid-template-columns:1fr}.cards-grid{gap:16px}}

.daralma-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:16px;height:16px;color:var(--accent)}
.daralma-icon svg{width:100%;height:100%;display:block}
.meta-icon{width:15px;height:15px}
.field-icon{width:15px;height:15px}
.field-label{display:inline-flex;align-items:center;gap:8px}
.property-location,.property-meta span,.single-facts span,.pill-list li{display:inline-flex;align-items:center;gap:8px}
.single-facts span{font-size:14px}
.pill-list li{gap:8px}
.single-facts{grid-template-columns:repeat(5,1fr)}

.property-gallery-section{background:#fff;padding:28px 0 0;border-bottom:1px solid var(--line)}
.property-gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:190px;gap:10px}
.property-gallery-item{overflow:hidden;background:var(--paper-soft);display:block}
.property-gallery-item.is-large{grid-row:span 2}
.property-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.property-gallery-item:hover img{transform:scale(1.03)}
.amenities-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;margin:44px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:34px 0}
.amenities-column h2{font-family:var(--sans);font-size:20px;text-transform:uppercase;letter-spacing:.08em;color:#0f3154;margin:0 0 20px}
.amenities-column ul{list-style:none;margin:0;padding:0;display:grid;gap:13px}
.amenities-column li{display:flex;align-items:flex-start;gap:10px;color:var(--text)}
.amenities-column li small{display:block;color:var(--muted);font-size:12px;margin-top:2px}
.amenities-column .daralma-icon{margin-top:2px;color:#0f3154}
@media (max-width:960px){.property-gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:160px}.property-gallery-item.is-large{grid-column:span 2}.amenities-columns{grid-template-columns:1fr}}

.services-title{display:flex;flex-direction:column;align-items:flex-start;gap:14px}
.services-title-icon{width:44px;height:44px;border:1px solid var(--line);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--paper);color:var(--accent)}
.services-title-icon .daralma-icon,.services-main-icon{width:22px;height:22px}
@media (max-width:960px){.services-title{align-items:flex-start}}

/* Single property V2 */
.single-property-page{background:#fffdf8}
.property-hero-v2{position:relative;min-height:680px;display:flex;align-items:end;overflow:hidden;background:#111;color:#fff}
.property-hero-bg{position:absolute;inset:0;background:center/cover no-repeat;transform:scale(1.01)}
.property-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,19,34,.62),rgba(5,19,34,.18) 55%,rgba(5,19,34,.06)),linear-gradient(0deg,rgba(5,19,34,.55),rgba(5,19,34,.05) 45%)}
.property-hero-content{position:relative;z-index:1;padding-bottom:62px}
.back-link{display:inline-flex;color:#fff;margin-bottom:38px;font-size:16px;opacity:.92}
.property-hero-v2 h1{font-family:var(--serif);font-size:clamp(52px,6vw,88px);line-height:.98;margin:0 0 16px;max-width:980px}
.property-hero-v2 p{font-size:20px;max-width:720px;margin:18px 0 0;color:rgba(255,255,255,.9)}
.property-hero-facts{display:flex;flex-wrap:wrap;gap:22px;align-items:center;font-size:19px;margin-top:18px}
.property-hero-facts span{display:inline-flex;align-items:center;gap:8px}
.property-hero-facts .daralma-icon{color:#fff;width:22px;height:22px}
.hero-gallery-button{display:inline-flex;margin-top:42px;background:#fff;color:#0b294a;border-radius:999px;padding:17px 44px;font-weight:700;min-width:260px;justify-content:center}
.single-v2-main{padding-top:70px}
.single-v2-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:58px;align-items:start}
.single-v2-content{min-width:0}
.advisor-block{display:grid;grid-template-columns:86px 1fr;gap:24px;align-items:center;margin-bottom:54px}
.advisor-avatar{width:76px;height:76px;border-radius:999px;background:var(--paper-soft);display:grid;place-items:center;font-family:var(--serif);font-size:34px;color:var(--accent);border:1px solid var(--line)}
.advisor-block h2{font-size:26px;margin:0 0 8px}.advisor-block p{margin:0;color:var(--muted)}
.advisor-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.advisor-actions a{display:inline-flex;border-radius:999px;padding:14px 24px;background:#eadbc9;color:#fff;font-weight:700}.advisor-actions a:nth-child(2){background:#0b294a}
.amenities-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:46px;margin:0 0 64px}.amenities-column h2{font-family:var(--sans);font-size:28px;line-height:1;text-transform:uppercase;letter-spacing:.02em;color:#0b294a;margin:0 0 24px}.amenities-column ul{list-style:none;padding:0;margin:0;display:grid;gap:13px}.amenities-column li{display:flex;gap:12px;align-items:flex-start;font-size:17px}.amenities-column .daralma-icon{width:20px;height:20px;color:#0b294a;margin-top:2px}
.property-gallery-section-v2{margin:56px 0}.gallery-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.gallery-head h2{font-size:38px}.gallery-head a{color:var(--accent);text-transform:uppercase;font-size:13px;letter-spacing:.08em}.property-gallery-mosaic{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:220px;gap:14px}.property-gallery-item{display:block;overflow:hidden;border-radius:12px;background:#eee}.property-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.property-gallery-item:hover img{transform:scale(1.04)}.property-gallery-item.is-large{grid-row:span 2}.availability-preview{margin:64px 0}.section-subhead h2{font-size:38px;margin-bottom:8px}.section-subhead p{color:var(--muted);max-width:720px}.calendar-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.calendar-preview-card{background:#fff;border:1px solid var(--line);box-shadow:0 10px 30px rgba(31,37,41,.04);padding:18px}.calendar-preview-card strong{display:block;text-align:center;margin-bottom:14px;font-weight:500}.calendar-preview-days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.calendar-preview-days span{display:grid;place-items:center;aspect-ratio:1/1;background:#d8e7ff;color:#0b294a;font-size:13px}.location-section-v2{border-top:1px solid var(--line);padding-top:56px;margin-top:56px}.location-section-v2 h2{font-size:42px;max-width:760px}.location-section-v2>p{color:#0b294a;font-size:18px;max-width:860px}.nearby-list{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:32px 0}.nearby-list div{border-top:1px solid var(--line);padding-top:16px}.nearby-list strong{display:block;font-size:17px}.nearby-list span{display:block;color:var(--accent);font-weight:700;margin-top:4px}.nearby-list p{color:var(--muted);margin:4px 0 0}.map-embed{margin-top:28px;border-radius:12px;overflow:hidden;border:1px solid var(--line);background:#f2f2f2}.map-embed iframe{display:block;width:100%;min-height:420px;border:0}.property-editorial-content{border-top:1px solid var(--line);padding-top:52px;margin-top:56px}.property-editorial-content h2{font-size:42px}.property-editorial-content p{font-size:18px;color:#0b294a}.faq-section-v2{border-top:1px solid var(--line);padding-top:52px;margin-top:56px}.faq-section-v2 h2{font-size:38px;margin-bottom:22px}.faq-list details{border-top:1px solid var(--line);padding:22px 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;list-style:none;font-size:18px;color:#0b294a;display:flex;justify-content:space-between;gap:20px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';color:var(--accent);font-size:24px}.faq-list details[open] summary:after{content:'–'}.faq-list p{color:#0b294a;font-size:17px;max-width:860px}.booking-card-v2{background:#eee6d7;border:0;border-radius:12px;box-shadow:0 18px 50px rgba(31,37,41,.08);padding:34px;top:98px}.booking-card-v2 h2{font-family:var(--sans);font-size:26px;text-align:center;color:#0b294a;margin:0 0 22px}.booking-card-v2 .booking-price{text-align:center;color:var(--accent);font-weight:700}.booking-card-v2 label{font-size:0;text-transform:none;letter-spacing:0;margin-bottom:12px}.booking-card-v2 input,.booking-card-v2 textarea{border:0;border-radius:18px;background:#fff;padding:15px 18px;font-size:15px;margin-top:0}.booking-card-v2 textarea{border-radius:18px;min-height:110px}.booking-card-v2 .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.booking-card-v2 button{background:#0b294a;border-radius:10px;margin-top:16px;font-size:18px;min-height:58px}.rgpd-check{font-size:12px!important;display:flex!important;align-items:flex-start;gap:8px;color:#0b294a}.rgpd-check input{width:auto!important;margin-top:3px!important}.related-properties{background:#f7f7f7}
@media (max-width: 1080px){.single-v2-layout{grid-template-columns:1fr}.booking-card-v2{position:relative;top:auto}.amenities-v2,.calendar-preview-grid{grid-template-columns:1fr}.property-gallery-mosaic{grid-template-columns:1fr 1fr}.property-gallery-item.is-large{grid-column:span 2}.nearby-list{grid-template-columns:1fr}}
@media (max-width: 620px){.property-hero-v2{min-height:560px}.property-hero-v2 h1{font-size:46px}.property-hero-facts{font-size:15px}.advisor-block{grid-template-columns:1fr}.booking-card-v2 .form-row{grid-template-columns:1fr}.property-gallery-mosaic{grid-template-columns:1fr;grid-auto-rows:210px}.property-gallery-item.is-large{grid-column:auto;grid-row:auto}}

/* Single property V2.1 refinements: keep our own palette and hierarchy */
.property-hero-overlay{background:linear-gradient(90deg,rgba(31,37,41,.52),rgba(31,37,41,.16) 58%,rgba(31,37,41,.03)),linear-gradient(0deg,rgba(31,37,41,.48),rgba(31,37,41,.04) 48%)}
.single-v2-main{background:#fffdf8}
.property-intro-v3{border-top:0!important;padding-top:0!important;margin-top:0!important;margin-bottom:48px;background:var(--paper);border:1px solid var(--line);padding:38px!important}
.property-intro-v3 h2{font-size:clamp(30px,3vw,44px);line-height:1.08;margin:0 0 18px;color:var(--text)}
.property-intro-v3 p{font-size:18px;color:#3a332d;max-width:850px}
.amenities-v2{background:var(--bg);border:1px solid var(--line);padding:34px;margin-bottom:52px;gap:34px}
.amenities-column h2{font-family:var(--sans);font-size:18px;text-transform:uppercase;letter-spacing:.08em;color:var(--text);border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:18px}
.amenities-column li{font-size:16px;color:var(--text)}
.amenities-column .daralma-icon{color:var(--accent)}
.booking-card-v2{background:var(--paper-soft);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:30px;color:var(--text)}
.booking-card-v2 h2{font-family:var(--serif);font-size:30px;line-height:1.08;text-align:left;color:var(--text);margin:0 0 12px}
.booking-card-v2 .booking-price{text-align:left;color:var(--accent);font-weight:700;margin:0 0 4px}
.booking-card-v2 .booking-note{font-size:14px;color:var(--muted);margin:0 0 22px}
.booking-card-v2 label{font-size:12px!important;text-transform:uppercase!important;letter-spacing:.07em!important;font-weight:700;color:var(--muted);display:block;margin-bottom:14px!important}
.booking-card-v2 input,.booking-card-v2 textarea{border:1px solid transparent;border-radius:12px;background:#fff;padding:13px 15px;font-size:15px;margin-top:7px;color:var(--text)}
.booking-card-v2 input:focus,.booking-card-v2 textarea:focus{outline:0;border-color:var(--accent)}
.booking-card-v2 textarea{border-radius:12px;min-height:110px}
.booking-card-v2 button{background:var(--accent);border-radius:12px;margin-top:12px;font-size:15px;min-height:54px;color:#fff}
.booking-card-v2 button:hover{background:var(--accent-dark)}
.rgpd-check{font-size:12px!important;text-transform:none!important;letter-spacing:0!important;font-weight:400!important;display:flex!important;align-items:flex-start;gap:8px;color:var(--muted)!important;line-height:1.4}
.rgpd-check input{width:auto!important;margin:2px 0 0!important;flex:0 0 auto}
.booking-card-v2 form>p{font-size:13px;color:var(--muted);text-align:left;margin:14px 0 0}
.availability-preview,.location-section-v2,.faq-section-v2{background:#fff;border:1px solid var(--line);padding:36px;margin:52px 0 0}
.location-section-v2 h2,.section-subhead h2,.faq-section-v2 h2{color:var(--text)}
.location-section-v2>p,.property-editorial-content p,.faq-list p,.faq-list summary{color:#3a332d}
.nearby-list span{color:var(--accent)}
.calendar-preview-days span{background:#f2e7d9;color:var(--text)}
.related-properties{background:var(--bg)}
@media (max-width:1080px){.property-intro-v3,.amenities-v2,.availability-preview,.location-section-v2,.faq-section-v2{padding:26px!important}.amenities-v2{grid-template-columns:1fr}}

/* CTA conseil fiche hébergement - v2.2 */
.property-cta-advice{display:grid;grid-template-columns:1fr auto;gap:26px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px 30px;margin:0 0 34px;box-shadow:0 12px 34px rgba(31,37,41,.045)}
.property-cta-advice h2{font-size:30px;line-height:1.08;margin:0 0 8px;color:var(--text)}
.property-cta-advice p{margin:0;color:var(--muted);font-size:16px;max-width:720px}
.property-cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.property-cta-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 22px;border-radius:999px;font-weight:700;font-size:14px;letter-spacing:.02em;white-space:nowrap}
.property-cta-actions .btn-primary{background:var(--accent);color:#fff;border:1px solid var(--accent)}
.property-cta-actions .btn-primary:hover{background:var(--accent-dark);border-color:var(--accent-dark)}
.property-cta-actions .btn-secondary{background:var(--paper-soft);color:var(--text);border:1px solid var(--line)}
.property-cta-actions .btn-secondary:hover{border-color:var(--accent);color:var(--accent)}
@media (max-width: 760px){.property-cta-advice{grid-template-columns:1fr;padding:24px}.property-cta-actions{justify-content:flex-start}.property-cta-actions a{width:100%}}

/* Single property clean rebuild - v2.3 */
.single-property-clean{background:var(--bg)}
.property-hero-clean{position:relative;min-height:620px;display:flex;align-items:flex-end;overflow:hidden;color:#fff;background:#202529}
.property-hero-clean-bg{position:absolute;inset:0;background:center/cover no-repeat;transform:scale(1.01)}
.property-hero-clean-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(31,37,41,.56),rgba(31,37,41,.20) 56%,rgba(31,37,41,.06)),linear-gradient(0deg,rgba(31,37,41,.58),rgba(31,37,41,.08) 52%)}
.property-hero-clean-content{position:relative;z-index:2;padding:120px 0 62px}
.back-link-clean{display:inline-flex;margin-bottom:24px;color:rgba(255,255,255,.86);font-size:14px}
.hero-kicker{color:rgba(255,255,255,.78)}
.property-hero-clean h1{font-size:clamp(48px,7vw,86px);line-height:.96;margin:0 0 18px;color:#fff;max-width:960px}
.property-hero-clean p{font-size:20px;max-width:680px;margin:0 0 24px;color:rgba(255,255,255,.88)}
.property-hero-clean-facts{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0 26px}
.property-hero-clean-facts span{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(10px);border-radius:999px;padding:10px 14px;font-size:14px;color:#fff}
.property-hero-clean-facts .daralma-icon{color:#fff;width:15px;height:15px}
.hero-gallery-button-clean{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--text);border-radius:999px;padding:13px 20px;font-weight:700;font-size:14px}
.single-clean-main{padding-top:42px;background:var(--bg)}
.single-clean-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:40px;align-items:start}
.single-clean-content{min-width:0}
.property-cta-clean{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px 28px;margin-bottom:30px;box-shadow:0 12px 34px rgba(31,37,41,.045)}
.property-cta-clean h2{font-size:30px;line-height:1.08;margin:0 0 8px;color:var(--text)}
.property-cta-clean p{margin:0;color:var(--muted);font-size:16px;max-width:720px}
.property-cta-clean-actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}
.property-cta-clean-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 22px;border-radius:999px;font-weight:700;font-size:14px;white-space:nowrap}
.property-cta-clean-actions .btn-primary{background:var(--accent);color:#fff;border:1px solid var(--accent)}
.property-cta-clean-actions .btn-secondary{background:var(--paper-soft);color:var(--text);border:1px solid var(--line)}
.property-intro-clean,.amenities-clean,.availability-clean,.location-clean,.faq-clean{background:#fff;border:1px solid var(--line);border-radius:18px;padding:36px;margin-bottom:32px;box-shadow:0 8px 24px rgba(31,37,41,.035)}
.property-intro-clean h2{font-size:clamp(30px,3vw,44px);line-height:1.08;margin:0 0 18px;color:var(--text)}
.property-text-content{font-size:18px;color:#3a332d;max-width:880px}
.property-text-content p:first-child{margin-top:0}
.amenities-clean{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;background:var(--paper-soft)}
.amenities-clean-column h2{font-family:var(--sans);font-size:15px;text-transform:uppercase;letter-spacing:.11em;color:var(--text);border-bottom:1px solid var(--line);padding-bottom:14px;margin:0 0 16px}
.amenities-clean-column ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.amenities-clean-column li{display:flex;gap:10px;align-items:flex-start;font-size:15px;color:var(--text)}
.amenities-clean-column .daralma-icon{color:var(--accent);width:18px;height:18px;margin-top:2px}
.section-title-row{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}
.section-title-row h2,.availability-clean h2,.location-clean h2,.faq-clean h2{font-size:38px;line-height:1.08;margin:0 0 8px;color:var(--text)}
.section-title-row a{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}
.property-gallery-clean{margin:36px 0 32px}
.property-gallery-clean-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:210px;gap:14px}
.property-gallery-clean-item{display:block;overflow:hidden;border-radius:16px;background:#eee;border:1px solid var(--line)}
.property-gallery-clean-item img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.property-gallery-clean-item:hover img{transform:scale(1.04)}
.property-gallery-clean-item.is-large{grid-row:span 2}
.availability-clean p,.location-clean>p,.faq-clean p{color:var(--muted);font-size:16px}
.calendar-preview-clean-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.calendar-preview-clean-card{background:var(--bg);border:1px solid var(--line);border-radius:14px;padding:16px}
.calendar-preview-clean-card strong{display:block;text-align:center;margin-bottom:14px;font-weight:500;color:var(--text)}
.calendar-preview-clean-days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.calendar-preview-clean-days span{display:grid;place-items:center;aspect-ratio:1/1;background:#f2e7d9;color:var(--text);border-radius:7px;font-size:12px}
.nearby-clean-list{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:28px 0}
.nearby-clean-list div{border-top:1px solid var(--line);padding-top:14px}
.nearby-clean-list strong{display:block;font-size:17px;color:var(--text)}
.nearby-clean-list span{display:block;color:var(--accent);font-weight:700;margin-top:4px}
.nearby-clean-list p{color:var(--muted);margin:4px 0 0}
.map-embed-clean{margin-top:24px;border-radius:16px;overflow:hidden;border:1px solid var(--line);background:#f2f2f2}
.map-embed-clean iframe{display:block;width:100%;min-height:390px;border:0}
.map-approx-clean-wrap{margin-top:24px}
.map-approx-iframe-box{position:relative;height:420px;border-radius:16px;overflow:hidden;border:1px solid var(--line);background:#f4f0ea}
.map-approx-iframe-box iframe{display:block;width:100%;height:100%;border:0;filter:saturate(.82) contrast(.96) brightness(1.02)}
.map-approx-note{margin-top:12px;font-size:14px;color:var(--muted)}
.faq-clean-list details{border-top:1px solid var(--line);padding:20px 0}
.faq-clean-list details:last-child{border-bottom:1px solid var(--line)}
.faq-clean-list summary{cursor:pointer;list-style:none;font-size:17px;color:var(--text);display:flex;justify-content:space-between;gap:20px;font-weight:700}
.faq-clean-list summary::-webkit-details-marker{display:none}
.faq-clean-list summary:after{content:'+';color:var(--accent);font-size:22px;font-weight:400}
.faq-clean-list details[open] summary:after{content:'–'}
.booking-card-clean{position:sticky;top:98px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:28px;color:var(--text)}
.booking-card-clean h2{font-size:30px;line-height:1.08;margin:0 0 10px;color:var(--text)}
.booking-price-clean{color:var(--accent);font-weight:700;margin:0 0 2px}
.booking-note-clean{font-size:14px;color:var(--muted);margin:0 0 20px}
.booking-form-clean label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.07em;font-weight:700;color:var(--muted);margin-bottom:13px}
.booking-form-clean input,.booking-form-clean textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;padding:12px 14px;font-size:15px;margin-top:7px;color:var(--text);font-family:var(--sans)}
.booking-form-clean input:focus,.booking-form-clean textarea:focus{outline:0;border-color:var(--accent)}
.booking-form-clean textarea{min-height:98px;resize:vertical}
.booking-form-clean .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.booking-form-clean button{width:100%;border:0;background:var(--accent);color:#fff;border-radius:12px;min-height:54px;text-transform:uppercase;letter-spacing:.06em;font-weight:700;cursor:pointer;margin-top:8px}
.booking-form-clean button:hover{background:var(--accent-dark)}
.booking-form-clean>p{font-size:13px;color:var(--muted);text-align:left;margin:14px 0 0}
.rgpd-clean{font-size:12px!important;text-transform:none!important;letter-spacing:0!important;font-weight:400!important;display:flex!important;gap:9px;align-items:flex-start;line-height:1.4;color:var(--muted)!important}
.rgpd-clean input{width:auto!important;margin:2px 0 0!important;flex:0 0 auto}
.related-clean{background:var(--bg)}
@media (max-width:1080px){.single-clean-layout{grid-template-columns:1fr}.booking-card-clean{position:relative;top:auto}.amenities-clean,.calendar-preview-clean-grid{grid-template-columns:1fr}.property-gallery-clean-grid{grid-template-columns:1fr 1fr}.property-gallery-clean-item.is-large{grid-column:span 2}.nearby-clean-list{grid-template-columns:1fr}}
@media (max-width:760px){.property-cta-clean{grid-template-columns:1fr}.property-cta-clean-actions{justify-content:flex-start}.property-cta-clean-actions a{width:100%}.booking-form-clean .form-row{grid-template-columns:1fr}.property-gallery-clean-grid{grid-template-columns:1fr;grid-auto-rows:220px}.property-gallery-clean-item.is-large{grid-column:auto;grid-row:auto}.property-hero-clean{min-height:560px}.property-hero-clean h1{font-size:44px}}

/* v2.4 — calendrier FR + galerie slider */
.property-gallery-clean .section-title-row button.gallery-open-all{border:0;background:transparent;color:var(--accent);text-transform:uppercase;font-size:13px;letter-spacing:.08em;cursor:pointer;padding:0}
.property-gallery-clean-item{appearance:none;border:1px solid var(--line);padding:0;cursor:pointer;text-align:left}
.calendar-legend-clean{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:18px 0 6px;color:var(--muted);font-size:14px}
.calendar-legend-clean span{display:inline-flex;align-items:center;gap:8px}
.calendar-legend-clean i{width:13px;height:13px;border-radius:50%;display:inline-block;border:1px solid transparent}
.calendar-legend-clean i.is-available{background:#dfeade;border-color:#c7d8c4}
.calendar-legend-clean i.is-unavailable{background:#f1d7ce;border-color:#dfb9aa}
.calendar-legend-clean i.is-request{background:#efe7d3;border-color:#d8c9a8}
.calendar-weekdays-clean{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:6px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.04em;text-align:center}
.calendar-preview-clean-days span{border:1px solid transparent;background:#dfeade;color:#314534;font-weight:500}
.calendar-preview-clean-days span.is-available{background:#dfeade;border-color:#c7d8c4;color:#314534}
.calendar-preview-clean-days span.is-unavailable{background:#f1d7ce;border-color:#dfb9aa;color:#7f392d;text-decoration:line-through;opacity:.9}
.calendar-preview-clean-days span.is-request{background:#efe7d3;border-color:#d8c9a8;color:#6e5b2f}
.calendar-preview-clean-days span.is-empty{background:transparent;border-color:transparent;pointer-events:none}
.gallery-lightbox{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:28px}
.gallery-lightbox.is-open{display:flex}
.has-gallery-open{overflow:hidden}
.gallery-lightbox-backdrop{position:absolute;inset:0;background:rgba(20,22,24,.78);backdrop-filter:blur(8px)}
.gallery-lightbox-panel{position:relative;z-index:1;width:min(1180px,calc(100vw - 56px));height:min(760px,calc(100vh - 56px));display:grid;grid-template-columns:72px 1fr 72px;align-items:center}
.gallery-lightbox-panel figure{margin:0;height:100%;position:relative;background:#111;border-radius:18px;overflow:hidden;box-shadow:0 22px 80px rgba(0,0,0,.32)}
.gallery-lightbox-image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#111;opacity:0;pointer-events:none;transition:opacity .18s ease}
.gallery-lightbox-image.is-active{opacity:1;pointer-events:auto}
.gallery-lightbox-panel figcaption{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);background:rgba(255,255,255,.92);color:var(--text);border-radius:999px;padding:7px 14px;font-size:13px;box-shadow:0 8px 30px rgba(0,0,0,.16)}
.gallery-lightbox-close,.gallery-lightbox-prev,.gallery-lightbox-next{border:0;cursor:pointer;color:#fff;background:rgba(255,255,255,.14);backdrop-filter:blur(10px);transition:background .18s ease}
.gallery-lightbox-close:hover,.gallery-lightbox-prev:hover,.gallery-lightbox-next:hover{background:rgba(255,255,255,.24)}
.gallery-lightbox-close{position:absolute;top:-10px;right:-10px;z-index:3;width:44px;height:44px;border-radius:50%;font-size:28px;line-height:1}
.gallery-lightbox-prev,.gallery-lightbox-next{width:52px;height:52px;border-radius:50%;font-size:42px;line-height:1;justify-self:center}
@media (max-width:760px){.gallery-lightbox{padding:14px}.gallery-lightbox-panel{width:calc(100vw - 28px);height:calc(100vh - 28px);grid-template-columns:44px 1fr 44px}.gallery-lightbox-prev,.gallery-lightbox-next{width:38px;height:38px;font-size:30px}.gallery-lightbox-close{top:8px;right:8px}.calendar-legend-clean{gap:10px}.calendar-preview-clean-card{padding:12px}}


/* v2.5 — lightbox robuste générée par JS */
.gallery-lightbox-main{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#111;display:block}
.property-gallery-clean-item.is-current-gallery-item{outline:2px solid var(--accent);outline-offset:2px}
.gallery-lightbox.is-open{display:flex!important}

.gallery-hidden-triggers{display:none!important}


/* v2.6 — lightbox simplifiée robuste + calendrier compact */
.hero-gallery-button-clean{border:0;cursor:pointer}
.calendar-weekdays-clean span{font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase;color:var(--muted)}
.daralma-lightbox{position:fixed;inset:0;z-index:2147483000;display:none;align-items:center;justify-content:center;padding:28px}
.daralma-lightbox.is-open{display:flex!important}
.daralma-lightbox-bg{position:absolute;inset:0;background:rgba(24,24,24,.82);backdrop-filter:blur(8px)}
.daralma-lightbox-inner{position:relative;z-index:1;width:min(1180px,calc(100vw - 56px));height:min(780px,calc(100vh - 56px));display:grid;grid-template-columns:64px 1fr 64px;align-items:center;gap:14px}
.daralma-lightbox-figure{position:relative;margin:0;height:100%;background:#111;border-radius:18px;overflow:hidden;box-shadow:0 28px 90px rgba(0,0,0,.38)}
.daralma-lightbox-img{width:100%;height:100%;object-fit:contain;display:block;background:#111}
.daralma-lightbox-close,.daralma-lightbox-arrow{border:0;cursor:pointer;color:#fff;background:rgba(255,255,255,.16);backdrop-filter:blur(10px);transition:background .18s ease;display:flex;align-items:center;justify-content:center}
.daralma-lightbox-close:hover,.daralma-lightbox-arrow:hover{background:rgba(255,255,255,.28)}
.daralma-lightbox-close{position:absolute;right:-8px;top:-8px;z-index:3;width:44px;height:44px;border-radius:50%;font-size:30px;line-height:1}
.daralma-lightbox-arrow{width:52px;height:52px;border-radius:50%;font-size:42px;line-height:1;justify-self:center}
.daralma-lightbox-count{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);background:rgba(255,255,255,.94);color:var(--text);border-radius:999px;padding:7px 14px;font-size:13px;box-shadow:0 8px 30px rgba(0,0,0,.16)}
.has-gallery-open{overflow:hidden}
@media (max-width:760px){.daralma-lightbox{padding:12px}.daralma-lightbox-inner{width:calc(100vw - 24px);height:calc(100vh - 24px);grid-template-columns:40px 1fr 40px;gap:6px}.daralma-lightbox-arrow{width:36px;height:36px;font-size:28px}.daralma-lightbox-close{right:8px;top:8px}.daralma-lightbox-figure{border-radius:12px}}

/* v2.7 — homepage robust when only 1/2/3 selected accommodations */
.featured-cards-grid.count-0{display:block}.empty-selection-card{background:#fff;border:1px solid var(--line);padding:34px;max-width:520px}.empty-selection-card h3{font-size:28px;margin:0 0 8px}.empty-selection-card p{color:var(--muted);margin:0}.featured-cards-grid.count-1{grid-template-columns:minmax(260px,360px);align-items:start}.featured-cards-grid.count-2{grid-template-columns:repeat(2,minmax(260px,360px));align-items:start}.featured-cards-grid.count-3{grid-template-columns:repeat(3,minmax(260px,1fr));align-items:start}.featured-cards-grid.count-1 .property-card,.featured-cards-grid.count-2 .property-card{max-width:360px}.featured-cards-grid .property-card{height:auto}.featured-cards-grid + *{clear:both}.properties-featured{overflow:hidden}
@media (max-width:960px){.featured-cards-grid.count-1,.featured-cards-grid.count-2,.featured-cards-grid.count-3{grid-template-columns:1fr}.featured-cards-grid.count-1 .property-card,.featured-cards-grid.count-2 .property-card{max-width:none}}

/* v2.7 — availability calendar connected to iCal/internal bookings only */
.availability-request-only{background:var(--paper-soft);border:1px solid var(--line);border-radius:14px;padding:24px;margin-top:18px}.availability-request-only p{margin-top:0}.calendar-legend-clean .is-request{display:none}.calendar-preview-clean-days .is-unavailable{background:#ffd9d9;color:#7b1e1e}.calendar-preview-clean-days .is-available{background:#dcefdc;color:#1c4722}.calendar-preview-clean-days .is-empty{background:transparent;border:0}


/* v3.4 archive/listing fixes */
.favorite{display:none!important}
.archive-section{overflow:hidden}
.archive-layout{align-items:start}
.archive-results{min-width:0;width:100%}
.archive-cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,360px));justify-content:start;align-items:start;gap:28px}
.archive-cards-grid .property-card{width:100%;max-width:360px;height:auto;align-self:start}
.archive-cards-grid .property-image{aspect-ratio:1.25/1;min-height:0}
.filters-panel form{display:block}.reset-filters{display:block;margin-top:14px;color:var(--accent);font-size:13px;text-transform:uppercase;letter-spacing:.06em}.property-card{overflow:hidden}.property-card:after{content:"";display:table;clear:both}
@media (max-width:960px){.archive-cards-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));}.archive-cards-grid .property-card{max-width:none}.filters-panel{position:relative;top:auto}}
@media (max-width:560px){.archive-cards-grid{grid-template-columns:1fr}}


.booking-quote-box{border:1px solid var(--line);background:var(--paper-soft);border-radius:16px;padding:16px 18px;margin:18px 0 20px}
.booking-quote-box strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:6px}
.booking-quote-box span{display:block;font-family:var(--serif);font-size:28px;line-height:1.1;color:var(--text)}
.booking-quote-box small{display:block;color:var(--muted);margin-top:6px;line-height:1.4}
.booking-quote-box.has-warning{border-color:#d9b39a;background:#fff7ef}
.booking-alert{border-radius:14px;padding:14px 16px;margin:16px 0;font-size:14px;line-height:1.45}
.booking-alert-success{background:#e7f2e4;border:1px solid #c9ddc3;color:#244b2a}
.booking-alert-error{background:#fff1eb;border:1px solid #e7c8b9;color:#843d2f}
.booking-form-clean button:disabled{opacity:.55;cursor:not-allowed}

.booking-form-clean label small{display:block;margin-top:3px;color:var(--muted);font-size:11px;font-weight:500;text-transform:none;letter-spacing:0}


.confirmation-page{background:var(--bg)}
.confirmation-hero{padding:90px 0;background:linear-gradient(180deg,#fff 0%,var(--bg) 100%)}
.confirmation-wrap{max-width:980px}
.confirmation-wrap>h1{font-size:clamp(44px,6vw,78px);line-height:.98;margin:0 0 24px;color:var(--text)}
.confirmation-wrap>p{font-size:20px;color:var(--muted);max-width:780px;margin:0 0 34px}
.confirmation-summary,.confirmation-next,.confirmation-contact{background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px;margin-top:24px;box-shadow:0 10px 30px rgba(31,37,41,.04)}
.confirmation-summary h2,.confirmation-next h2,.confirmation-contact h2{font-size:34px;margin:0 0 18px}
.confirmation-summary dl{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:0}
.confirmation-summary dl div{border:1px solid var(--line);border-radius:14px;padding:18px;background:var(--bg)}
.confirmation-summary dt{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:700;margin-bottom:6px}
.confirmation-summary dd{margin:0;font-size:18px;color:var(--text)}
.confirmation-next ol{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:0;margin:0}
.confirmation-next li{border-left:2px solid var(--accent);padding-left:18px}
.confirmation-next strong{display:block;color:var(--text);margin-bottom:8px}
.confirmation-next span,.confirmation-contact p{color:var(--muted)}
.confirmation-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
@media (max-width:760px){.confirmation-summary dl,.confirmation-next ol{grid-template-columns:1fr}.confirmation-hero{padding:54px 0}.confirmation-summary,.confirmation-next,.confirmation-contact{padding:24px}}


/* V4.2 — icônes hero propres et lisibles */
.property-hero-clean-facts span{
  gap:10px;
  padding:10px 17px 10px 12px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 8px 24px rgba(0,0,0,.12);
}
.hero-fact-icon{
  width:30px;
  height:30px;
  border-radius:999px;
  display:inline-grid;
  place-items:center;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.24);
  color:#fff;
  flex:0 0 auto;
}
.hero-fact-icon svg{
  width:18px;
  height:18px;
  display:block;
}
.property-hero-clean-facts .daralma-icon{display:none}
@media (max-width:760px){
  .hero-fact-icon{width:28px;height:28px}
  .hero-fact-icon svg{width:16px;height:16px}
}


/* V4.3 — correction définitive des icônes du hero : aucun rond gris interne */
.property-hero-clean-facts span{
  display:inline-flex;
  align-items:center;
  gap:9px;
}
.property-hero-clean-facts .hero-fact-icon{
  width:22px !important;
  height:22px !important;
  min-width:22px !important;
  border-radius:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  color:#fff !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  opacity:.98 !important;
}
.property-hero-clean-facts .hero-fact-icon svg{
  width:22px !important;
  height:22px !important;
  display:block !important;
}
.property-hero-clean-facts .hero-fact-icon svg *{
  stroke:#fff !important;
}
.property-hero-clean-facts .daralma-icon{
  display:none !important;
}


/* V4.4 — hero pictogrammes inline directs, sans pastille interne */
.property-hero-clean-facts span{
  gap:10px !important;
}
.property-hero-clean-facts .hero-picto-svg{
  width:22px !important;
  height:22px !important;
  min-width:22px !important;
  color:#fff !important;
  display:inline-block !important;
  flex:0 0 22px !important;
  opacity:.98 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.property-hero-clean-facts .hero-picto-svg path,
.property-hero-clean-facts .hero-picto-svg circle,
.property-hero-clean-facts .hero-picto-svg line,
.property-hero-clean-facts .hero-picto-svg polyline{
  stroke:#fff !important;
}
.property-hero-clean-facts .hero-fact-icon,
.property-hero-clean-facts .daralma-icon{
  display:none !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}


/* Mobile sticky booking CTA */
.mobile-booking-bar{display:none}
@media (max-width: 760px){
  body.single-hebergement{padding-bottom:88px}
  .mobile-booking-bar{
    position:fixed;left:12px;right:12px;bottom:12px;z-index:999;
    display:flex;align-items:center;justify-content:space-between;gap:14px;
    background:rgba(255,255,255,.96);backdrop-filter:blur(16px);
    border:1px solid var(--line);border-radius:999px;box-shadow:0 16px 40px rgba(31,37,41,.18);
    padding:10px 10px 10px 18px;color:var(--text);
    opacity:0;visibility:hidden;transform:translateY(120%);pointer-events:none;
    transition:opacity .25s ease, transform .25s ease, visibility .25s ease;
  }
  .mobile-booking-bar.is-visible{
    opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;
  }
  .mobile-booking-bar__price{display:flex;flex-direction:column;min-width:0;line-height:1.15}
  .mobile-booking-bar__price span{font-weight:800;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .mobile-booking-bar__price small{font-size:11px;color:var(--muted);margin-top:3px}
  .mobile-booking-bar a{
    flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;
    background:var(--accent);color:#fff;border-radius:999px;padding:13px 18px;
    font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;
  }
  .mobile-booking-bar a:active{transform:translateY(1px)}
  #demande-disponibilite{scroll-margin-top:90px}
}
@media (min-width: 761px){.mobile-booking-bar{display:none!important}}

/* V4.9 — pages institutionnelles Marrakech Collection */
.institutional-page{background:var(--bg);color:var(--text)}
.institutional-hero{position:relative;padding:96px 0 74px;background:linear-gradient(135deg,#fbf8f2 0%,#fff 55%,#f3ece2 100%);border-bottom:1px solid var(--line);overflow:hidden}
.institutional-hero:before{content:"";position:absolute;right:-140px;top:-180px;width:430px;height:430px;border-radius:50%;background:rgba(184,111,77,.08)}
.institutional-hero.centered{text-align:center}.institutional-hero .narrow{max-width:860px}
.institutional-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:54px;align-items:center;position:relative;z-index:1}
.institutional-hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(46px,6vw,78px);line-height:.98;margin:0 0 22px;letter-spacing:-.03em}
.institutional-hero p{font-size:20px;color:var(--muted);max-width:760px;margin:0 0 28px}
.institutional-hero-card{background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow)}
.institutional-hero-card strong{display:block;font-family:var(--serif);font-weight:400;font-size:30px;margin-bottom:10px;color:var(--text)}
.institutional-hero-card p{font-size:15px;margin:0 0 18px;color:var(--muted)}
.institutional-hero-card ul{margin:0;padding:0;list-style:none;display:grid;gap:10px}
.institutional-hero-card li{position:relative;padding-left:22px;color:var(--muted);font-size:15px}
.institutional-hero-card li:before{content:"";position:absolute;left:0;top:.65em;width:7px;height:7px;border-radius:50%;background:var(--accent)}
.institutional-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.institutional-actions.left{justify-content:flex-start;margin-top:24px}
.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:12px;line-height:1}
.btn-primary{background:var(--accent);color:#fff;border:1px solid var(--accent)}.btn-primary:hover{background:var(--accent-dark);border-color:var(--accent-dark)}
.btn-secondary{background:#fff;color:var(--text);border:1px solid var(--line)}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}
.institutional-section{padding:72px 0}.institutional-soft{background:var(--paper-soft);border-block:1px solid var(--line)}
.institutional-split{display:grid;grid-template-columns:.88fr 1.12fr;gap:70px;align-items:start}.institutional-split.reverse{grid-template-columns:1fr 1fr;align-items:stretch}
.institutional-split h2,.institutional-section-head h2,.institutional-cta h2{font-size:clamp(34px,4vw,54px);line-height:1.04;margin:0;font-family:var(--serif);font-weight:400;letter-spacing:-.02em}
.institutional-text{font-size:18px;color:var(--muted)}.institutional-text p{margin:0 0 18px}.institutional-text.boxed{background:#fff;border:1px solid var(--line);border-radius:22px;padding:38px;box-shadow:0 8px 24px rgba(31,37,41,.035)}
.institutional-section-head{max-width:820px;margin:0 0 34px}.institutional-section-head.center{text-align:center;margin-inline:auto}
.institutional-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.institutional-steps article,.institutional-cards-three article,.institutional-cards-four article,.contact-grid article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 8px 24px rgba(31,37,41,.035)}
.institutional-steps span{font-family:var(--serif);font-size:42px;color:var(--accent);display:block;line-height:1;margin-bottom:18px}.institutional-steps h3,.institutional-cards-four h3{font-family:var(--serif);font-weight:400;font-size:27px;margin:0 0 10px}
.institutional-steps p,.institutional-cards-three p,.institutional-cards-four p,.contact-grid p{color:var(--muted);margin:0;font-size:15px}
.institutional-cards-three{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.institutional-cards-three h2{font-size:31px;margin:0 0 12px}.institutional-cards-four{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.institutional-image-panel{min-height:440px;border-radius:24px;background:linear-gradient(0deg,rgba(0,0,0,.05),rgba(0,0,0,.05)),url('https://images.unsplash.com/photo-1600566752355-35792bedcfea?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;border:1px solid var(--line);box-shadow:var(--shadow)}
.institutional-cta{padding:72px 0;background:#fff;border-top:1px solid var(--line);text-align:center}.institutional-cta p{color:var(--muted);font-size:18px;max-width:680px;margin:14px auto 24px}
.faq-layout{display:grid;grid-template-columns:320px 1fr;gap:34px;align-items:start}.faq-aside{position:sticky;top:100px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 8px 24px rgba(31,37,41,.035)}
.faq-aside strong{display:block;font-family:var(--serif);font-weight:400;font-size:28px;margin-bottom:10px}.faq-aside p{color:var(--muted);margin:0 0 18px}
.institutional-faq-list{display:grid;gap:12px}.institutional-faq-list details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:0;overflow:hidden}.institutional-faq-list summary{cursor:pointer;padding:22px 26px;font-weight:800;list-style:none}.institutional-faq-list summary::-webkit-details-marker{display:none}.institutional-faq-list summary:after{content:"+";float:right;color:var(--accent);font-size:22px;line-height:1}.institutional-faq-list details[open] summary:after{content:"–"}.institutional-faq-list details p{padding:0 26px 24px;margin:0;color:var(--muted);font-size:16px}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.contact-grid h2{font-size:30px;margin:14px 0 10px}.contact-grid a{color:var(--accent);font-weight:800}.contact-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--paper-soft);border:1px solid var(--line);color:var(--accent);font-weight:800}.contact-card-highlight{border-color:rgba(184,111,77,.28)}
@media (max-width: 960px){.institutional-hero{padding:70px 0 54px}.institutional-hero-grid,.institutional-split,.institutional-split.reverse,.faq-layout{grid-template-columns:1fr;gap:28px}.institutional-steps,.institutional-cards-three,.institutional-cards-four,.contact-grid{grid-template-columns:1fr 1fr}.faq-aside{position:relative;top:auto}.institutional-image-panel{min-height:320px}}
@media (max-width: 640px){.institutional-hero h1{font-size:44px}.institutional-hero p{font-size:17px}.institutional-section{padding:48px 0}.institutional-steps,.institutional-cards-three,.institutional-cards-four,.contact-grid{grid-template-columns:1fr}.institutional-hero-card,.institutional-text.boxed{padding:24px}.btn-primary,.btn-secondary{width:100%}.institutional-actions{width:100%}}


/* v5.2 — pages SEO + formulaire contact */
.contact-form-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:start}
.contact-form-copy h2{font-size:44px;margin:0 0 16px}.contact-form-copy p{color:var(--muted);font-size:17px}.seo-check-list{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px}.seo-check-list li{position:relative;padding-left:26px;color:var(--text)}.seo-check-list li:before{content:"";position:absolute;left:0;top:.58em;width:10px;height:10px;border-radius:50%;background:var(--accent)}
.contact-form-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow)}
.mc-contact-form{display:grid;gap:16px}.mc-contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mc-contact-form label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.mc-contact-form input,.mc-contact-form select,.mc-contact-form textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--text);font:inherit;font-size:15px;padding:13px 14px;outline:none}.mc-contact-form textarea{min-height:140px;resize:vertical}.mc-contact-form input:focus,.mc-contact-form select:focus,.mc-contact-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(184,111,77,.12)}.mc-contact-form button{border:0;background:var(--accent);color:#fff;border-radius:999px;padding:15px 24px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;cursor:pointer}.mc-contact-form button:hover{background:var(--accent-dark)}.form-success-box,.form-error-box{border-radius:16px;padding:16px 18px;margin-bottom:18px;line-height:1.45}.form-success-box{background:#eaf5e6;border:1px solid #c9dec1;color:#2f5632}.form-error-box{background:#fff1ec;border:1px solid #e7c2b4;color:#8a3d28}.seo-intro-section{padding-top:32px}.centered-cta{text-align:center;max-width:760px}.centered-cta p{color:var(--muted);font-size:18px}
@media (max-width:880px){.contact-form-layout{grid-template-columns:1fr}.mc-contact-form .form-row{grid-template-columns:1fr}}


/* v5.3 — contact page tabs */
.contact-tabs-card{padding:0;overflow:hidden}
.contact-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line);background:var(--paper-soft)}
.contact-tab{appearance:none;border:0;background:transparent;padding:18px 18px;cursor:pointer;font:inherit;font-size:13px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--muted);border-bottom:2px solid transparent}
.contact-tab.is-active{background:#fff;color:var(--text);border-bottom-color:var(--accent)}
.contact-tab-panel{display:none;padding:30px}
.contact-tab-panel.is-active{display:block}
.contact-tabs-layout .contact-form-copy{position:sticky;top:100px}
@media (max-width:880px){.contact-tabs-layout .contact-form-copy{position:relative;top:auto}.contact-tab{padding:15px 10px;font-size:12px}.contact-tab-panel{padding:22px}}

/* v5.4 — Page Hébergements premium */
.page-hero-premium{position:relative;padding:92px 0 70px;background:linear-gradient(120deg,rgba(251,248,242,.98),rgba(245,239,230,.90)),url('/wp-content/uploads/2026/05/marrakech-collection-09.jpg') center/cover no-repeat;border-bottom:1px solid var(--line);overflow:hidden}
.page-hero-premium h1{max-width:850px;font-size:clamp(46px,6vw,86px);line-height:.98;margin:0 0 18px;color:var(--text)}
.page-hero-premium p{max-width:680px;margin:0;color:var(--muted);font-size:20px;line-height:1.55}
.hebergements-search-wrap{position:relative;z-index:5;margin-top:-35px}
.hebergements-search-panel{display:grid;grid-template-columns:1fr 1fr 1.15fr .85fr .85fr 160px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;overflow:hidden}
.hebergements-search-panel label{display:flex;flex-direction:column;gap:5px;padding:18px 18px;border-right:1px solid var(--line)}
.hebergements-search-panel label span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--text)}
.hebergements-search-panel input,.hebergements-search-panel select{border:0;background:transparent;font:inherit;color:var(--muted);outline:0;min-height:30px;padding:0}
.hebergements-search-panel button{border:0;background:var(--accent);color:#fff;text-transform:uppercase;font-weight:800;letter-spacing:.08em;cursor:pointer;padding:0 22px}
.hebergements-search-panel button:hover{background:var(--accent-dark)}
.hebergements-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:38px;align-items:start}
.hebergements-filters-panel{position:sticky;top:100px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 12px 32px rgba(31,37,41,.04)}
.hebergements-filters-panel h2{font-size:32px;margin:0 0 20px}
.hebergements-filters-panel label,.sort-form label{display:flex;flex-direction:column;gap:7px;color:var(--text);font-size:14px;font-weight:700;margin-bottom:16px}
.hebergements-filters-panel select,.sort-form select{width:100%;border:1px solid var(--line);background:#fff;padding:12px 13px;border-radius:10px;font:inherit;color:var(--text)}
.hebergements-filters-panel button{width:100%;border:0;background:var(--accent);color:#fff;text-transform:uppercase;letter-spacing:.08em;font-weight:800;padding:14px 18px;border-radius:999px;cursor:pointer;margin-top:4px}
.hebergements-results{min-width:0}.hebergements-results-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:26px}
.hebergements-results-head h2{font-size:clamp(30px,3vw,46px);margin:0}.hebergements-results-head p{margin:8px 0 0;color:var(--muted);max-width:620px}.sort-form{min-width:220px}.sort-form label{margin-bottom:0;font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}
.hebergements-cards-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:26px;align-items:start}.hebergements-cards-grid .property-card{height:auto}.hebergements-cards-grid .property-image{aspect-ratio:1.18/1}.hebergements-pagination{margin-top:34px;display:flex;gap:8px;flex-wrap:wrap}.hebergements-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:0 12px;color:var(--text)}.hebergements-pagination .current{background:var(--accent);border-color:var(--accent);color:#fff}.hebergements-reassurance{background:#fff;border-block:1px solid var(--line)}.centered-head{display:block;text-align:center;max-width:760px;margin-inline:auto}.three-grid{grid-template-columns:repeat(3,1fr)}.hebergements-seo-block .editorial-block{max-width:880px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:46px;box-shadow:0 14px 42px rgba(31,37,41,.04)}.hebergements-seo-block .editorial-block h2{font-size:clamp(34px,4vw,56px);margin-bottom:18px}.hebergements-seo-block .editorial-block p{color:var(--muted);font-size:17px}.cta-inline{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.cta-inline .btn-primary,.cta-inline .btn-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 20px;font-size:13px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.cta-inline .btn-primary{background:var(--accent);color:#fff}.cta-inline .btn-secondary{background:#fff;color:var(--text);border:1px solid var(--line)}
@media (max-width:1080px){.hebergements-search-panel{grid-template-columns:1fr 1fr 1fr}.hebergements-search-panel button{min-height:64px}.hebergements-layout{grid-template-columns:1fr}.hebergements-filters-panel{position:relative;top:auto}.hebergements-results-head{align-items:flex-start;flex-direction:column}.sort-form{width:100%}.three-grid{grid-template-columns:1fr}}
@media (max-width:680px){.page-hero-premium{padding:68px 0 80px}.page-hero-premium h1{font-size:48px}.page-hero-premium p{font-size:18px}.hebergements-search-wrap{margin-top:-45px}.hebergements-search-panel{grid-template-columns:1fr;border-radius:16px}.hebergements-search-panel label{border-right:0;border-bottom:1px solid var(--line)}.hebergements-cards-grid{grid-template-columns:1fr}.hebergements-seo-block .editorial-block{padding:30px 22px}}


/* v5.5 — footer premium + legal/articles pages */
.site-footer-premium{padding-top:0;background:#fff;border-top:1px solid var(--line)}
.footer-topline{display:grid;grid-template-columns:auto minmax(280px,520px);gap:34px;align-items:center;padding:46px 0 34px;border-bottom:1px solid var(--line)}
.footer-topline p{margin:0;color:var(--muted);font-size:15px;max-width:540px}.brand-footer{gap:12px}.brand-footer .brand-mark{width:42px;height:42px}.brand-footer .brand-line-top,.brand-footer .brand-line-bottom{font-size:22px;letter-spacing:.045em}
.footer-grid-premium{grid-template-columns:1.05fr 1fr 1fr 1.1fr 1.2fr;padding-top:38px}.footer-grid-premium h3{color:var(--text);font-weight:700}.footer-grid-premium a:hover{color:var(--accent)}.footer-socials{gap:10px;flex-wrap:wrap}.footer-socials a{border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:var(--bg);color:var(--text)!important}.footer-socials a:hover{border-color:var(--accent);color:var(--accent)!important}.footer-bottom-premium{display:flex;justify-content:space-between;gap:20px;align-items:center;text-align:left}.legal-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:42px;align-items:start}.legal-aside{position:sticky;top:102px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 8px 24px rgba(31,37,41,.035)}.legal-aside strong{display:block;font-family:var(--serif);font-size:26px;font-weight:400;margin-bottom:8px}.legal-aside p{color:var(--muted);font-size:14px}.legal-content{background:#fff;border:1px solid var(--line);border-radius:20px;padding:42px;box-shadow:0 8px 24px rgba(31,37,41,.035)}.legal-content h2{font-size:30px;margin:30px 0 10px}.legal-content h2:first-child{margin-top:0}.legal-content p{color:var(--muted);font-size:16px}.legal-content a{color:var(--accent)}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.article-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 8px 24px rgba(31,37,41,.035)}.article-card-image{display:block;aspect-ratio:1.35/1;background:var(--paper-soft);overflow:hidden}.article-card-image img{width:100%;height:100%;object-fit:cover}.article-card-image span{display:block;width:100%;height:100%;background:linear-gradient(135deg,#eee0d0,#faf7f1)}.article-card-body{padding:24px}.article-card-body h2{font-size:28px;margin:4px 0 10px}.article-card-body p{color:var(--muted)}.text-link{color:var(--accent);font-size:13px;text-transform:uppercase;letter-spacing:.08em}
@media (max-width:960px){.footer-topline,.footer-grid-premium,.legal-layout,.articles-grid{grid-template-columns:1fr}.legal-aside{position:relative;top:auto}.footer-bottom-premium{flex-direction:column;align-items:flex-start}.legal-content{padding:28px}}

/* v5.6 — legal pages: classic, readable, no CTA sidebar */
.legal-classic-page .legal-classic-hero{padding:78px 0 58px;background:linear-gradient(135deg,#fbf8f2 0%,#fff 68%,#f6efe6 100%)}
.legal-classic-container{max-width:920px}
.legal-classic-section{padding:56px 0 78px}
.legal-classic-content{background:#fff;border:1px solid var(--line);border-radius:18px;padding:46px 52px;box-shadow:0 8px 24px rgba(31,37,41,.035)}
.legal-classic-content .legal-updated{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:18px;margin:0 0 30px}
.legal-classic-content h2{font-family:var(--serif);font-size:30px;line-height:1.15;margin:34px 0 12px;color:var(--text)}
.legal-classic-content h2:first-of-type{margin-top:0}
.legal-classic-content p{font-size:16px;line-height:1.75;color:var(--muted);margin:0 0 14px}
.legal-classic-content a{color:var(--accent);text-decoration:none;border-bottom:1px solid rgba(184,111,77,.25)}
.legal-classic-content a:hover{border-bottom-color:var(--accent)}
.legal-page .legal-layout,.legal-page .legal-aside{display:none!important}
@media (max-width:640px){.legal-classic-content{padding:28px 22px;border-radius:14px}.legal-classic-content h2{font-size:25px}.legal-classic-page .legal-classic-hero{padding:56px 0 42px}}

/* v5.8 — Footer premium refonte */
.site-footer-luxury{background:#171b1d;color:#f9f4ec;border-top:0;padding:0;margin-top:0;position:relative;overflow:hidden}
.site-footer-luxury:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 0%,rgba(184,111,77,.18),transparent 34%),linear-gradient(180deg,#202529 0%,#151819 100%);pointer-events:none}
.site-footer-luxury .container{position:relative;z-index:1}.footer-luxury-inner{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.7fr);gap:70px;padding:68px 0 44px}.footer-luxury-brand{max-width:420px}.footer-luxury-brand .brand{display:inline-flex;margin-bottom:26px}.footer-luxury-brand .brand-mark{background:transparent;border-color:rgba(232,222,209,.55);color:#f9f4ec;box-shadow:none}.footer-luxury-brand .brand-line{color:#fff}.footer-luxury-brand p{color:rgba(249,244,236,.72);font-size:16px;line-height:1.7;margin:0 0 24px}.footer-luxury-actions{display:flex;gap:12px;flex-wrap:wrap}.footer-luxury-actions a{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(232,222,209,.25);border-radius:999px;padding:11px 16px;color:#fff!important;font-size:12px;text-transform:uppercase;letter-spacing:.08em;background:rgba(255,255,255,.04);transition:.18s ease}.footer-luxury-actions a:first-child{background:var(--accent);border-color:var(--accent)}.footer-luxury-actions a:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.5)}.footer-luxury-links{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.footer-luxury-links h3{font-family:var(--sans);font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:#fff;margin:0 0 18px;font-weight:700}.footer-luxury-links ul{list-style:none;margin:0;padding:0}.footer-luxury-links li{margin:0 0 11px;color:rgba(249,244,236,.64);font-size:14px}.footer-luxury-links a{color:rgba(249,244,236,.68)!important;font-size:14px;transition:.18s ease}.footer-luxury-links a:hover{color:#fff!important;padding-left:3px}.footer-luxury-bottom{border-top:1px solid rgba(232,222,209,.16);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 0 24px}.footer-luxury-bottom p{margin:0;color:rgba(249,244,236,.55);font-size:12px}.footer-legal-links{display:flex;gap:18px;flex-wrap:wrap}.footer-legal-links a{color:rgba(249,244,236,.62)!important;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.footer-legal-links a:hover{color:#fff!important}
@media (max-width:960px){.footer-luxury-inner{grid-template-columns:1fr;gap:42px;padding:52px 0 34px}.footer-luxury-links{grid-template-columns:1fr 1fr}.footer-luxury-bottom{flex-direction:column;align-items:flex-start}.footer-legal-links{gap:12px}}
@media (max-width:640px){.footer-luxury-links{grid-template-columns:1fr}.footer-luxury-actions a{width:100%}}

/* v6.0 homepage visual cleanup */
.image-tile{min-height:176px;background:#7b6b5d}
.collection-image{background-position:center}


/* V6.5 — correction alignement FAQ location villa Marrakech */
.faq-location-page .container.institutional-section-head{
  width:min(1180px,calc(100% - 44px));
  max-width:940px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:34px;
}
.faq-location-page .institutional-section-head h2{
  max-width:900px;
}
.faq-location-page .institutional-section-head .institutional-text{
  max-width:820px;
}
@media (max-width:640px){
  .faq-location-page .container.institutional-section-head{
    width:min(100% - 28px,1180px);
  }
}


/* V6.7 — page Articles premium */
.articles-hub-page{background:var(--bg);color:var(--text)}
.articles-hero{position:relative;padding:104px 0 82px;background:linear-gradient(135deg,#fff 0%,#fbf8f2 58%,#f1e7dc 100%);border-bottom:1px solid var(--line);overflow:hidden}
.articles-hero:after{content:"";position:absolute;right:-180px;top:-210px;width:520px;height:520px;border-radius:50%;background:rgba(184,111,77,.08)}
.articles-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.15fr) 410px;gap:58px;align-items:center}
.articles-hero h1{font-size:clamp(48px,6vw,82px);line-height:.98;margin:0 0 24px;letter-spacing:-.035em;max-width:900px}
.articles-hero p{font-size:20px;color:var(--muted);max-width:760px;margin:0 0 28px}
.articles-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.articles-hero-card{background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:var(--shadow)}
.articles-hero-card span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:var(--accent);font-weight:800;margin-bottom:16px}
.articles-hero-card strong{display:block;font-family:var(--serif);font-weight:400;font-size:32px;line-height:1.08;color:var(--text);margin-bottom:14px}
.articles-hero-card p{font-size:15px;margin:0;color:var(--muted)}
.articles-featured-section{padding:62px 0 34px}
.articles-featured-card{display:grid;grid-template-columns:1.18fr .82fr;gap:0;background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 18px 48px rgba(31,37,41,.07)}
.articles-featured-image{display:block;min-height:390px;background:var(--paper-soft);overflow:hidden}
.articles-featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.articles-featured-card:hover img{transform:scale(1.035)}
.articles-featured-image span{display:block;width:100%;height:100%;background:linear-gradient(135deg,#eadbc9,#fbf8f2)}
.articles-featured-content{padding:46px;display:flex;flex-direction:column;justify-content:center}
.articles-featured-content h2{font-size:clamp(34px,4vw,54px);line-height:1.04;margin:0 0 18px}
.articles-featured-content p{font-size:17px;color:var(--muted);margin:0 0 22px}
.articles-featured-empty{background:#fff;border:1px solid var(--line);border-radius:24px;padding:42px;box-shadow:0 8px 24px rgba(31,37,41,.035)}
.articles-featured-empty h2{font-size:40px;margin:0 0 12px}
.articles-featured-empty p{color:var(--muted);font-size:17px;margin:0}
.articles-guides-section{padding:34px 0 58px}
.articles-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.articles-guide-grid a{display:block;background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 8px 24px rgba(31,37,41,.035);transition:transform .18s ease,border-color .18s ease}
.articles-guide-grid a:hover{transform:translateY(-3px);border-color:rgba(184,111,77,.48)}
.articles-guide-grid span{display:block;font-family:var(--serif);font-size:38px;color:var(--accent);line-height:1;margin-bottom:18px}
.articles-guide-grid strong{display:block;font-family:var(--serif);font-weight:400;font-size:27px;line-height:1.1;margin-bottom:10px;color:var(--text)}
.articles-guide-grid em{font-style:normal;color:var(--muted);font-size:15px;line-height:1.5}
.articles-list-section{padding:66px 0;background:#fff;border-block:1px solid var(--line)}
.articles-list-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}
.articles-list-head h2{font-size:clamp(34px,4vw,52px);margin:0}
.articles-category-filter{display:flex;align-items:center;gap:10px;background:var(--bg);border:1px solid var(--line);border-radius:999px;padding:8px 12px 8px 16px}
.articles-category-filter label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--muted)}
.articles-category-filter select{border:0;background:transparent;font:inherit;color:var(--text);outline:0;min-width:190px}
.articles-grid-premium{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.article-card-premium{border-radius:22px;transition:transform .18s ease,box-shadow .18s ease}
.article-card-premium:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(31,37,41,.08)}
.article-card-premium .article-card-image{aspect-ratio:1.42/1}
.article-meta{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:800;margin-bottom:8px}
.article-card-premium h3{font-size:29px;line-height:1.08;margin:0 0 12px}
.article-card-premium p{font-size:15px;line-height:1.55;margin:0 0 18px;color:var(--muted)}
.articles-empty-card{grid-column:1/-1;max-width:620px}
.articles-pagination{display:flex;justify-content:center;gap:8px;margin-top:34px;flex-wrap:wrap}
.articles-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;border:1px solid var(--line);border-radius:999px;padding:0 14px;background:#fff;color:var(--text);font-size:14px}
.articles-pagination .current,.articles-pagination a:hover{border-color:var(--accent);color:var(--accent)}
.articles-seo-section{padding:64px 0;background:var(--bg)}
.articles-seo-box{background:#fff;border:1px solid var(--line);border-radius:24px;padding:42px;box-shadow:0 8px 24px rgba(31,37,41,.035)}
.articles-seo-box h2{font-size:clamp(32px,4vw,50px);line-height:1.06;margin:0 0 18px;max-width:860px}
.articles-seo-box p{font-size:17px;color:var(--muted);max-width:980px;margin:0 0 16px}
.articles-seo-box p:last-child{margin-bottom:0}
@media (max-width:980px){.articles-hero-grid,.articles-featured-card,.articles-guide-grid,.articles-grid-premium{grid-template-columns:1fr}.articles-hero{padding:70px 0}.articles-hero-card{padding:26px}.articles-featured-image{min-height:260px}.articles-featured-content{padding:30px}.articles-list-head{align-items:flex-start;flex-direction:column}.articles-category-filter{width:100%;border-radius:16px;align-items:flex-start;flex-direction:column}.articles-category-filter select{width:100%;min-width:0}.articles-seo-box{padding:30px}}

/* V6.8 — template premium pour les articles */
.article-single-page{background:var(--bg);color:var(--text)}
.article-hero{position:relative;min-height:620px;display:flex;align-items:flex-end;overflow:hidden;background:#202529;color:#fff}
.article-hero-bg{position:absolute;inset:0;background:center/cover no-repeat;transform:scale(1.01)}
.article-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(31,37,41,.72),rgba(31,37,41,.28) 56%,rgba(31,37,41,.08)),linear-gradient(0deg,rgba(31,37,41,.68),rgba(31,37,41,.08) 56%)}
.article-hero-inner{position:relative;z-index:2;padding:115px 0 70px;max-width:1180px}
.article-back-link{display:inline-flex;color:rgba(255,255,255,.84);font-size:14px;margin-bottom:26px}
.article-kicker{display:inline-flex;color:rgba(255,255,255,.82);text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;margin-bottom:14px}
.article-hero h1{max-width:960px;font-size:clamp(46px,6vw,82px);line-height:.98;margin:0 0 22px;color:#fff;letter-spacing:-.035em}
.article-hero p{max-width:760px;margin:0 0 28px;color:rgba(255,255,255,.88);font-size:20px;line-height:1.5}
.article-meta-row{display:flex;gap:12px;flex-wrap:wrap;color:rgba(255,255,255,.9)}
.article-meta-row span{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.13);backdrop-filter:blur(10px);border-radius:999px;padding:9px 13px;font-size:13px}
.article-body-section{padding:54px 0 28px}.article-layout{display:grid;grid-template-columns:280px minmax(0,820px);gap:42px;align-items:start}.article-sidebar{position:sticky;top:96px;display:grid;gap:18px}.article-toc,.article-side-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 8px 24px rgba(31,37,41,.035)}
.article-toc strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);margin-bottom:14px}.article-toc ol{margin:0;padding:0;list-style:none;display:grid;gap:10px}.article-toc a{color:var(--text);font-size:14px;line-height:1.35}.article-toc a:hover{color:var(--accent)}.article-toc .toc-level-3{padding-left:14px}.article-toc .toc-level-3 a{font-size:13px;color:var(--muted)}
.article-side-card{background:var(--paper-soft)}.article-side-card span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--accent);margin-bottom:8px}.article-side-card p{margin:0 0 16px;color:var(--muted);font-size:14px}.article-side-card a{display:inline-flex;background:var(--accent);color:#fff;border-radius:999px;padding:12px 16px;font-size:12px;text-transform:uppercase;letter-spacing:.06em;font-weight:800}
.article-content-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:24px;padding:46px 54px;box-shadow:0 12px 34px rgba(31,37,41,.04)}.article-content{font-size:18px;line-height:1.78;color:#3a332d}.article-content>*:first-child{margin-top:0}.article-content h2,.article-content h3{scroll-margin-top:110px;color:var(--text);letter-spacing:-.015em}.article-content h2{font-size:clamp(32px,3vw,46px);line-height:1.08;margin:48px 0 18px}.article-content h3{font-family:var(--serif);font-size:28px;line-height:1.16;margin:34px 0 14px}.article-content p{margin:0 0 20px}.article-content ul,.article-content ol{margin:0 0 24px;padding-left:24px}.article-content li{margin:7px 0}.article-content strong{color:var(--text)}.article-content blockquote{margin:34px 0;padding:26px 30px;background:var(--paper-soft);border-left:3px solid var(--accent);font-family:var(--serif);font-size:25px;line-height:1.35;color:var(--text)}.article-content img{border-radius:18px;margin:34px 0}.article-content a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}
.article-cta-box{margin-top:48px;background:linear-gradient(135deg,var(--paper-soft),#fff);border:1px solid var(--line);border-radius:22px;padding:34px}.article-cta-box>span{display:block;color:var(--accent);text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;margin-bottom:8px}.article-cta-box h2{font-size:38px;margin:0 0 12px}.article-cta-box p{color:var(--muted);font-size:16px;max-width:680px;margin:0 0 20px}.article-cta-actions{display:flex;gap:12px;flex-wrap:wrap}
.article-related-section{background:var(--bg);padding-top:38px}.article-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-card-mini{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 8px 24px rgba(31,37,41,.035)}.article-card-mini-img{display:block;aspect-ratio:1.45/1;background:var(--paper-soft);overflow:hidden}.article-card-mini-img img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.article-card-mini:hover img{transform:scale(1.04)}.article-card-mini>div{padding:20px}.article-card-mini span{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.article-card-mini h3{font-size:24px;line-height:1.12;margin:0 0 10px}.article-card-mini p{color:var(--muted);font-size:14px;margin:0}.article-empty-related{color:var(--muted)}
@media (max-width:1080px){.article-layout{grid-template-columns:1fr}.article-sidebar{position:relative;top:auto;order:2}.article-content-card{order:1}.article-related-grid{grid-template-columns:1fr 1fr}.article-toc{display:block}}
@media (max-width:760px){.article-hero{min-height:560px}.article-hero-inner{padding:90px 0 52px}.article-hero h1{font-size:42px}.article-hero p{font-size:18px}.article-body-section{padding-top:30px}.article-content-card{padding:30px 24px;border-radius:18px}.article-content{font-size:16.5px}.article-content h2{font-size:31px;margin-top:40px}.article-content h3{font-size:24px}.article-related-grid{grid-template-columns:1fr}.article-cta-box{padding:26px}.article-cta-box h2{font-size:30px}.article-meta-row span{font-size:12px}}


/* V7.2 — cartes complètes pour les hébergements similaires */
.related-clean .related-hebergements-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
}
.related-clean .property-card{
  display:flex;
  flex-direction:column;
  height:100%;
  overflow:hidden;
  border-radius:18px;
  background:#fff;
}
.related-clean .property-image{
  display:block;
  flex:0 0 auto;
  aspect-ratio:1.25/1;
}
.related-clean .property-body{
  display:block!important;
  flex:1 1 auto;
  padding:20px 20px 16px;
}
.property-meta-rich{
  gap:10px 14px;
}
.property-meta-rich span{
  line-height:1.25;
}
.related-clean .property-meta-rich{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 12px;
}
.related-clean .property-meta-rich > span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-width:0;
}
.related-clean .property-price{
  margin-top:auto;
}
@media (max-width:960px){
  .related-clean .related-hebergements-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:640px){
  .related-clean .related-hebergements-grid{grid-template-columns:1fr;}
}

/* V7.5 — Avis voyageurs homepage : contexte / avis / nom */
.testimonials-home{background:var(--bg);border-top:1px solid var(--line)}
.testimonials-home-head{max-width:760px;margin:0 0 30px}
.testimonials-home-head p{max-width:620px;color:var(--muted);font-size:16px;margin:12px 0 0}
.testimonials-home-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.testimonial-home-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:0 12px 34px rgba(31,37,41,.045);display:flex;flex-direction:column;min-height:265px;position:relative;overflow:hidden}
.testimonial-home-card:before{content:'“';position:absolute;right:22px;top:-18px;font-family:var(--serif);font-size:112px;line-height:1;color:rgba(184,111,77,.10);pointer-events:none}
.testimonial-home-context{position:relative;z-index:1;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--accent);margin-bottom:20px;max-width:88%}
.testimonial-home-quote{font-family:var(--serif);font-size:23px;line-height:1.25;color:var(--text);position:relative;z-index:1;flex:1}
.testimonial-home-card footer{border-top:1px solid var(--line);margin-top:26px;padding-top:16px;position:relative;z-index:1}
.testimonial-home-card strong{display:block;font-size:14px;text-transform:none;letter-spacing:.02em;color:var(--muted);font-weight:700}
.testimonials-home-grid .testimonial-home-card:nth-child(n+4){display:none}
.testimonial-empty-admin{background:#fff;border:1px dashed var(--accent);border-radius:18px;padding:28px;max-width:620px;color:var(--muted)}
.testimonial-empty-admin strong{display:block;color:var(--text);font-family:var(--serif);font-size:28px;font-weight:400;margin-bottom:6px}
.testimonial-empty-admin p{margin:0}
@media (max-width:960px){.testimonials-home-grid{grid-template-columns:1fr}.testimonials-home-grid .testimonial-home-card:nth-child(n+4){display:flex}.testimonial-home-card{min-height:auto}.testimonial-home-quote{font-size:22px}}


/* V7.6 — bloc éditorial SEO homepage */
.home-seo-final{
  background:linear-gradient(180deg,var(--bg) 0%,#fff 100%);
  border-top:1px solid var(--line);
}
.home-seo-layout{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);
  gap:42px;
  align-items:start;
}
.home-seo-content{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:42px;
  box-shadow:0 12px 34px rgba(31,37,41,.045);
}
.home-seo-content h2{
  font-size:clamp(34px,4vw,54px);
  line-height:1.04;
  margin:0 0 22px;
  letter-spacing:-.02em;
}
.home-seo-content p{
  color:var(--muted);
  font-size:17px;
  margin:0 0 16px;
  max-width:900px;
}
.home-seo-content p:last-child{margin-bottom:0}
.home-seo-links{
  position:sticky;
  top:98px;
  background:var(--paper-soft);
  border:1px solid var(--line);
  border-radius:24px;
  padding:30px;
}
.home-seo-links h3{
  font-family:var(--serif);
  font-size:30px;
  font-weight:400;
  line-height:1.05;
  margin:0 0 18px;
}
.home-seo-links ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.home-seo-links a{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  padding:12px 16px;
  color:var(--text);
  font-size:14px;
}
.home-seo-links a:after{
  content:'→';
  color:var(--accent);
  font-weight:700;
}
.home-seo-links a:hover{
  border-color:var(--accent);
  color:var(--accent);
}
@media (max-width:960px){
  .home-seo-layout{grid-template-columns:1fr;gap:22px}
  .home-seo-links{position:relative;top:auto}
  .home-seo-content{padding:30px}
}
@media (max-width:560px){
  .home-seo-content,.home-seo-links{padding:24px;border-radius:18px}
  .home-seo-links a{border-radius:16px;align-items:flex-start}
}

/* V8.1 — homepage selected accommodations slider: 12 biens dans le HTML, 3 visibles */
.properties-featured .section-head{
  align-items:flex-end;
}
.home-featured-slider{
  position:relative;
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 46px;
  gap:18px;
  align-items:center;
}
.home-featured-viewport{
  overflow:hidden;
  min-width:0;
}
.home-featured-track{
  display:flex;
  gap:24px;
  align-items:stretch;
  transition:transform .35s ease;
  will-change:transform;
}
.home-featured-slide{
  flex:0 0 calc((100% - 48px) / 3);
  min-width:0;
  display:flex;
}
.home-featured-slide .property-card{
  width:100%;
  display:flex !important;
  flex-direction:column;
  background:var(--paper) !important;
  border:1px solid var(--line) !important;
  overflow:hidden !important;
  height:100% !important;
  max-width:none !important;
}
.home-featured-slide .property-image{
  display:block !important;
  aspect-ratio:1.12/1 !important;
  min-height:0 !important;
  height:auto !important;
  overflow:hidden !important;
  flex:0 0 auto;
}
.home-featured-slide .property-image img,
.home-featured-slide .image-placeholder{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.home-featured-slide .property-body{
  display:flex !important;
  flex-direction:column;
  flex:1 1 auto;
  visibility:visible !important;
  opacity:1 !important;
  padding:18px 18px 14px !important;
  background:var(--paper) !important;
}
.home-featured-slide .property-body h3,
.home-featured-slide .property-location,
.home-featured-slide .property-meta,
.home-featured-slide .property-price{
  visibility:visible !important;
  opacity:1 !important;
}
.home-featured-slide .property-body h3{
  display:block !important;
}
.home-featured-slide .property-location,
.home-featured-slide .property-meta,
.home-featured-slide .property-price{
  display:flex !important;
}
.home-featured-slide .property-price{
  margin-top:auto;
}
.home-featured-arrow{
  width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--text);
  font-size:32px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 10px 26px rgba(31,37,41,.07);
  transition:background .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease,transform .2s ease;
}
.home-featured-arrow:hover:not(:disabled){
  background:var(--accent);
  border-color:var(--accent);
  color:#fff;
  transform:translateY(-1px);
}
.home-featured-arrow:disabled{
  opacity:.32;
  cursor:default;
  box-shadow:none;
}
@media (max-width:1080px){
  .home-featured-slider{grid-template-columns:42px minmax(0,1fr) 42px;gap:14px;}
  .home-featured-slide{flex-basis:calc((100% - 24px) / 2);}
  .home-featured-arrow{width:42px;height:42px;font-size:30px;}
}
@media (max-width:700px){
  .home-featured-slider{grid-template-columns:1fr 1fr;gap:12px;align-items:stretch;}
  .home-featured-viewport{grid-column:1 / -1;order:1;}
  .home-featured-prev{order:2;justify-self:end;}
  .home-featured-next{order:3;justify-self:start;}
  .home-featured-slide{flex-basis:100%;}
  .home-featured-track{gap:16px;}
  .home-featured-arrow{margin-top:10px;}
}

/* v2.9 — navigation calendrier disponibilités sur 15 mois */
.calendar-navigation-clean{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:18px 0 8px;
}
.calendar-range-label{
  min-width:240px;
  text-align:center;
  font-size:14px;
  font-weight:700;
  color:var(--text);
  letter-spacing:.02em;
}
.calendar-nav-button{
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--text);
  font-size:28px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,opacity .2s ease;
}
.calendar-nav-button:hover:not(:disabled){
  background:var(--paper-soft);
  border-color:rgba(160,124,80,.35);
}
.calendar-nav-button:disabled{
  opacity:.35;
  cursor:not-allowed;
}
.calendar-preview-clean-card.is-calendar-hidden,
.calendar-preview-clean-card[hidden]{
  display:none !important;
}
@media (max-width:760px){
  .calendar-navigation-clean{justify-content:space-between;gap:10px}
  .calendar-range-label{min-width:0;flex:1;font-size:13px}
  .calendar-nav-button{width:36px;height:36px;font-size:26px}
}


/* V8.2 FIX — homepage slider constrained cards, scoped fallback */
.properties-featured .mc-home-featured-slider{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr) 46px;gap:18px;align-items:center;width:100%;max-width:100%;}
.properties-featured .mc-home-featured-viewport{overflow:hidden;min-width:0;width:100%;max-width:100%;}
.properties-featured .mc-home-featured-track{display:flex;gap:24px;align-items:stretch;transition:transform .34s ease;will-change:transform;transform:translate3d(0,0,0);}
.properties-featured .mc-home-featured-slide{flex:0 0 calc((100% - 48px) / 3);max-width:calc((100% - 48px) / 3);min-width:0;display:flex;align-items:stretch;}
.properties-featured .mc-home-featured-slide .property-card{width:100%;max-width:none;height:100%;display:flex;flex-direction:column;overflow:hidden;}
.properties-featured .mc-home-featured-slide .property-image{width:100%;aspect-ratio:1.25/1;height:auto;min-height:0;overflow:hidden;flex:0 0 auto;}
.properties-featured .mc-home-featured-slide .property-image img,.properties-featured .mc-home-featured-slide .image-placeholder{width:100%;height:100%;object-fit:cover;display:block;}
.properties-featured .mc-home-featured-slide .property-body{flex:1 1 auto;display:flex;flex-direction:column;}
.properties-featured .mc-home-featured-slide .property-price{margin-top:auto;}
.properties-featured .mc-home-featured-arrow{width:46px;height:46px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--text);font-size:32px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 26px rgba(31,37,41,.07);transition:background .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease,transform .2s ease;z-index:2;}
.properties-featured .mc-home-featured-arrow:hover:not(:disabled){background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-1px);}
.properties-featured .mc-home-featured-arrow:disabled{opacity:.32;cursor:default;box-shadow:none;}
@media (max-width:1080px){.properties-featured .mc-home-featured-slider{grid-template-columns:42px minmax(0,1fr) 42px;gap:14px}.properties-featured .mc-home-featured-slide{flex-basis:calc((100% - 24px) / 2);max-width:calc((100% - 24px) / 2)}.properties-featured .mc-home-featured-arrow{width:42px;height:42px;font-size:30px}}
@media (max-width:700px){.properties-featured .mc-home-featured-slider{grid-template-columns:1fr 1fr;gap:12px}.properties-featured .mc-home-featured-viewport{grid-column:1 / -1;order:1}.properties-featured .mc-home-featured-prev{order:2;justify-self:end}.properties-featured .mc-home-featured-next{order:3;justify-self:start}.properties-featured .mc-home-featured-slide{flex-basis:100%;max-width:100%}.properties-featured .mc-home-featured-track{gap:16px}.properties-featured .mc-home-featured-arrow{margin-top:10px}}

/* v5.9 — Correctif menu mobile long : le panneau devient scrollable */
@media (max-width: 960px){
  .site-header{z-index:1000}
  .main-nav{
    max-height:calc(100vh - 74px);
    max-height:calc(100dvh - 74px);
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    padding:18px 22px 96px;
    box-shadow:0 18px 42px rgba(31,37,41,.12);
  }
  .main-nav.is-open{display:block}
  .main-nav ul{width:100%;gap:0}
  .main-nav li{width:100%}
  .main-nav a{
    width:100%;
    min-height:44px;
    justify-content:space-between;
    border-bottom:1px solid rgba(232,222,209,.85);
    white-space:normal;
    line-height:1.25;
  }
  .main-nav .sub-menu{
    width:100%;
    margin:0 0 8px;
    padding:4px 0 8px 14px;
    background:var(--paper-soft);
    border:0;
    border-left:1px solid var(--line);
  }
  .main-nav .sub-menu a{
    min-height:38px;
    padding:8px 12px;
    border-bottom:0;
    white-space:normal;
    line-height:1.35;
  }
}


/* v6.0 — Icône menu mobile : hamburger ouvert = croix de fermeture */
@media (max-width: 960px){
  .nav-toggle{
    width:44px;
    height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid var(--line);
    border-radius:999px;
    background:#fff;
    font-size:28px;
    line-height:1;
    transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
  }
  .nav-toggle.is-open{
    background:var(--accent);
    border-color:var(--accent);
    color:#fff;
    font-size:34px;
    font-weight:300;
    transform:rotate(90deg);
  }
}

/* Services à la carte payants — fiches hébergement */
.paid-options-clean{background:#fff;border:1px solid var(--line);border-radius:18px;padding:36px;margin-bottom:32px;box-shadow:0 8px 24px rgba(31,37,41,.035)}
.paid-options-clean>p{color:var(--muted);max-width:780px;margin:8px 0 22px;line-height:1.55}
.paid-options-clean-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.paid-option-clean-card{border:1px solid var(--line);border-radius:16px;background:var(--paper-soft);padding:18px 20px}
.paid-option-clean-card strong{display:block;color:var(--text);font-size:18px;margin-bottom:6px}
.paid-option-clean-card span{display:block;color:var(--accent);font-weight:800;margin-bottom:4px}
.paid-option-clean-card small{display:block;color:var(--muted);font-size:13px;margin-bottom:8px}
.paid-option-clean-card p{margin:0;color:var(--muted);line-height:1.45;font-size:14px}
.booking-paid-options-clean{border:1px solid var(--line);border-radius:14px;padding:14px 14px 10px;margin:4px 0 15px;background:var(--paper-soft)}
.booking-paid-options-clean legend{padding:0 6px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--muted)}
.booking-paid-option-clean{display:flex!important;align-items:flex-start;gap:10px;margin:8px 0!important;font-size:14px!important;text-transform:none!important;letter-spacing:0!important;color:var(--text)!important;font-weight:500!important}
.booking-paid-option-clean input{width:auto!important;margin:3px 0 0!important;flex:0 0 auto}
.booking-paid-option-clean span{display:block;line-height:1.35}
.booking-paid-option-clean strong{display:block;color:var(--text);font-size:14px}
.booking-paid-option-clean small{display:block;color:var(--muted);font-size:12px;font-weight:500;margin-top:2px;text-transform:none;letter-spacing:0}
@media (max-width:760px){.paid-options-clean-grid{grid-template-columns:1fr}.paid-options-clean{padding:26px}}
