:root{
  --ink:#1e211d;--muted:#676b64;--paper:#f7f4ee;--white:#fff;--sage:#7b8772;--sage-dark:#4f5949;--line:rgba(30,33,29,.14);--shadow:0 24px 70px rgba(23,27,21,.12);
  --serif:Georgia,'Times New Roman',serif;--sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:var(--sans);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.narrow{width:min(820px,calc(100% - 48px))}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.section{padding:112px 0}.section-soft{background:var(--paper)}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700;color:var(--sage-dark)}.eyebrow.light{color:rgba(255,255,255,.72)}h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.05;margin:0}h1{font-size:clamp(3.4rem,7vw,7rem);letter-spacing:-.045em}h2{font-size:clamp(2.45rem,4.3vw,4.7rem);letter-spacing:-.035em}h3{font-size:1.85rem}.lead{font-size:1.25rem;color:#3f443d}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;font-size:.91rem;font-weight:700;transition:.25s ease}.button:hover{transform:translateY(-2px)}.button-light{background:#fff;color:#1c201b}.button-dark{background:var(--ink);color:#fff}.text-link{display:inline-flex;gap:12px;align-items:center;font-weight:700;font-size:.92rem}.text-link span{transition:transform .2s}.text-link:hover span{transform:translateX(4px)}.text-link.light{color:#fff}.site-header{position:fixed;z-index:50;left:0;right:0;top:0;color:#fff;transition:.3s ease}.site-header.is-scrolled{background:rgba(250,248,243,.94);color:var(--ink);backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--line)}.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font-family:var(--serif);font-size:.78rem}.brand-copy{display:flex;flex-direction:column;line-height:1.15}.brand-copy strong{font-family:var(--serif);font-size:1.1rem;font-weight:500}.brand-copy small{font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;opacity:.72}.custom-logo{max-height:50px;width:auto}.primary-nav{display:flex;align-items:center;gap:30px;font-size:.86rem;font-weight:650}.nav-cta{border:1px solid currentColor;border-radius:999px;padding:9px 17px}.nav-toggle{display:none;background:none;border:0;padding:8px;color:inherit}.nav-toggle span:not(.screen-reader-text){display:block;width:24px;height:1.5px;background:currentColor;margin:5px 0}.hero{height:min(900px,100vh);min-height:720px;position:relative;color:#fff;overflow:hidden}.hero-media,.hero-media img,.hero-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,18,14,.62) 0%,rgba(15,18,14,.26) 55%,rgba(15,18,14,.08) 100%),linear-gradient(0deg,rgba(10,12,9,.6) 0%,transparent 38%)}.hero-content{position:relative;z-index:2;padding-top:210px;max-width:1180px}.hero-content h1{max-width:860px}.hero-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:750;margin-bottom:16px}.hero-subtitle{font-size:1.16rem;max-width:650px;color:rgba(255,255,255,.88);margin:24px 0 32px}.hero-actions{display:flex;align-items:center;gap:28px}.hero-facts{position:absolute;z-index:3;bottom:34px;left:50%;transform:translateX(-50%);display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid rgba(255,255,255,.35);padding-top:20px}.hero-facts div{display:flex;flex-direction:column}.hero-facts strong{font-family:var(--serif);font-size:1.35rem;font-weight:500}.hero-facts span{font-size:.74rem;color:rgba(255,255,255,.7)}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:center}.split.reverse{grid-template-columns:1fr 1fr}.intro-copy p{max-width:640px}.intro-copy h2{margin:14px 0 28px}.image-card{overflow:hidden;border-radius:4px;box-shadow:var(--shadow)}.image-card.tall{aspect-ratio:4/5}.image-card img{width:100%;height:100%;object-fit:cover}.section-heading{display:grid;grid-template-columns:1.35fr .65fr;gap:80px;align-items:end;margin-bottom:56px}.section-heading.compact{grid-template-columns:1fr}.section-heading h2{margin-top:12px}.section-heading p{color:var(--muted);font-size:1.02rem;margin:0}.feature-grid{display:grid;grid-template-columns:1.3fr .85fr;grid-template-rows:1fr 1fr;gap:22px}.feature-card{position:relative;min-height:340px;overflow:hidden;background:#ddd}.feature-large{grid-row:1/3;min-height:700px}.feature-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.feature-card:hover img{transform:scale(1.03)}.feature-card:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(12,14,11,.64),transparent 56%)}.feature-caption{position:absolute;z-index:2;left:28px;right:28px;bottom:26px;color:#fff}.feature-caption span{font-size:.72rem;opacity:.7}.feature-caption h3{margin:4px 0 5px}.feature-caption p{margin:0;max-width:500px;color:rgba(255,255,255,.78);font-size:.92rem}.rooms h2{margin:14px 0 26px}.room-collage{position:relative;min-height:650px}.room-main{width:78%;height:600px;object-fit:cover}.room-secondary{position:absolute;width:50%;height:300px;right:0;bottom:0;object-fit:cover;border:10px solid #fff}.mini-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px;padding-top:24px;border-top:1px solid var(--line)}.mini-facts div{display:flex;flex-direction:column}.mini-facts strong{font-family:var(--serif);font-size:1.6rem;font-weight:500}.mini-facts span{font-size:.76rem;color:var(--muted)}.wide-photo{height:78vh;min-height:620px;position:relative;color:#fff}.wide-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.wide-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,12,9,.62),transparent 55%)}.wide-photo-copy{position:absolute;z-index:2;left:max(24px,calc((100vw - 1180px)/2));bottom:80px;max-width:780px}.wide-photo-copy h2{margin-top:12px}.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:250px;gap:14px}.gallery-item{position:relative;border:0;padding:0;overflow:hidden;cursor:zoom-in;background:#eee;color:#fff}.gallery-item:nth-child(1){grid-column:span 7;grid-row:span 2}.gallery-item:nth-child(2){grid-column:span 5}.gallery-item:nth-child(3){grid-column:span 5}.gallery-item:nth-child(4){grid-column:span 4}.gallery-item:nth-child(5){grid-column:span 4}.gallery-item:nth-child(6){grid-column:span 4}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.gallery-item:hover img{transform:scale(1.025)}.gallery-item span{position:absolute;left:18px;bottom:15px;font-size:.8rem;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.5)}.history-section{background:#fff}.around-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.around-grid article{border-top:1px solid var(--ink);padding:22px 4px 4px}.around-grid span{font-size:.7rem;color:var(--sage-dark)}.around-grid h3{margin:40px 0 12px}.around-grid p{color:var(--muted)}.booking-section{padding:108px 0;background:#263028;color:#fff}.booking-shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.booking-intro h2{font-size:clamp(2.4rem,4vw,4.2rem);margin:14px 0 24px}.booking-intro p{color:rgba(255,255,255,.7)}.booking-box{background:#fff;color:var(--ink);min-height:330px;padding:44px;border-radius:4px;box-shadow:0 30px 70px rgba(0,0,0,.2)}.booking-placeholder h3{margin:10px 0 14px}.booking-placeholder p{color:var(--muted);margin-bottom:26px}.direct-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.direct-grid h2{margin-top:12px}.direct-grid p{font-size:1.06rem}.direct-grid .button{margin-right:18px}.site-footer{background:#171a16;color:rgba(255,255,255,.78);padding:72px 0 28px}.footer-grid{display:grid;grid-template-columns:1.25fr .85fr .7fr;gap:80px}.footer-brand{font-family:var(--serif);font-size:2rem;color:#fff;margin:0 0 12px}.footer-title{color:#fff;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em}.site-footer a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);margin-top:54px;padding-top:22px;font-size:.7rem;color:rgba(255,255,255,.46)}.content-page{padding:150px 0 90px}.content-page h1{font-size:clamp(2.7rem,5vw,4.8rem);margin-bottom:40px}.content-page h2{font-size:2.2rem;margin-top:45px}.lightbox{position:fixed;inset:0;z-index:100;background:rgba(10,12,9,.94);display:none;align-items:center;justify-content:center;padding:36px}.lightbox.is-open{display:flex}.lightbox img{max-height:90vh;max-width:92vw;object-fit:contain}.lightbox-close{position:absolute;right:24px;top:18px;background:none;border:0;color:#fff;font-size:2.5rem;cursor:pointer}
@media (max-width:980px){.section{padding:82px 0}.primary-nav{display:none;position:absolute;top:82px;left:24px;right:24px;background:rgba(250,248,243,.98);color:var(--ink);padding:22px;flex-direction:column;align-items:flex-start;box-shadow:var(--shadow)}.primary-nav.is-open{display:flex}.nav-toggle{display:block}.hero{min-height:760px}.hero-content{padding-top:190px}.hero-facts{grid-template-columns:repeat(3,1fr);gap:15px}.hero-facts div:nth-child(4),.hero-facts div:nth-child(5){display:none}.split,.split.reverse,.section-heading,.booking-shell,.direct-grid{grid-template-columns:1fr;gap:42px}.image-card.tall{aspect-ratio:16/11}.feature-grid{grid-template-columns:1fr;grid-template-rows:auto}.feature-large{grid-row:auto;min-height:500px}.feature-card{min-height:420px}.room-collage{min-height:520px}.room-main{height:500px}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:260px}.gallery-item,.gallery-item:nth-child(n){grid-column:auto;grid-row:auto}.gallery-item:nth-child(1){grid-column:1/3}.around-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/3}}
@media (max-width:640px){.shell,.narrow{width:min(100% - 28px,1180px)}.section{padding:66px 0}.header-inner{height:70px}.primary-nav{top:70px;left:14px;right:14px}.hero{min-height:720px}.hero-content{padding-top:150px}.hero-subtitle{font-size:1rem}.hero-actions{align-items:flex-start;flex-direction:column;gap:16px}.hero-facts{bottom:24px;grid-template-columns:repeat(3,1fr)}.hero-facts strong{font-size:1.1rem}.hero-facts span{font-size:.65rem}.feature-large,.feature-card{min-height:410px}.room-collage{min-height:430px}.room-main{width:88%;height:390px}.room-secondary{height:220px;width:55%}.wide-photo{min-height:540px;height:65vh}.wide-photo-copy{left:20px;right:20px;bottom:54px}.gallery-grid{display:block}.gallery-item{width:100%;height:280px;margin-bottom:10px}.gallery-item:nth-child(1){height:360px}.booking-box{padding:26px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:8px}.mini-facts{gap:10px}.brand-copy small{display:none}}

/* V0.1.2 — logo, galerie chambres et lightbox navigable */
.brand-logo-image,.custom-logo{display:block;max-height:58px;width:auto;max-width:260px;object-fit:contain}
.room-gallery-card{position:relative;min-height:650px}
.room-gallery-open{position:absolute;inset:0 9% 0 0;border:0;padding:0;background:#eee;overflow:hidden;cursor:zoom-in;color:#fff;text-align:left;box-shadow:var(--shadow)}
.room-gallery-open:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(13,15,12,.48),transparent 46%)}
.room-gallery-open img{width:100%;height:100%;object-fit:cover;transition:transform .65s ease}
.room-gallery-open:hover img{transform:scale(1.025)}
.room-gallery-badge{position:absolute;left:24px;bottom:22px;z-index:2;display:flex;flex-direction:column;gap:2px}
.room-gallery-badge strong{font-family:var(--serif);font-size:1.35rem;font-weight:500}
.room-gallery-badge small{text-transform:uppercase;letter-spacing:.12em;font-size:.66rem;opacity:.75}
.room-gallery-thumbs{position:absolute;right:0;bottom:34px;width:34%;display:grid;gap:10px;z-index:2}
.room-gallery-thumbs img{width:100%;aspect-ratio:4/3;object-fit:cover;border:8px solid #fff;box-shadow:0 12px 34px rgba(20,24,18,.18)}
.room-gallery-text{border:0;background:none;padding:0;cursor:pointer;font:inherit;margin-top:8px}
.lightbox{gap:18px}
.lightbox figure{margin:0;display:flex;flex-direction:column;align-items:center;gap:12px;max-width:calc(100vw - 150px)}
.lightbox figcaption{width:100%;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.74);font-size:.78rem}
.lightbox-nav{width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.06);color:#fff;font-size:2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.lightbox-nav:hover{background:rgba(255,255,255,.14)}
@media (max-width:980px){.room-gallery-card{min-height:560px}.room-gallery-open{inset:0 6% 0 0}.room-gallery-thumbs{width:32%}.lightbox figure{max-width:calc(100vw - 130px)}}
@media (max-width:640px){.brand-logo-image,.custom-logo{max-height:46px;max-width:210px}.room-gallery-card{min-height:440px}.room-gallery-open{inset:0 0 74px 0}.room-gallery-thumbs{right:14px;bottom:0;width:58%;grid-template-columns:1fr 1fr;gap:6px}.room-gallery-thumbs img{border-width:5px}.lightbox{padding:18px}.lightbox figure{max-width:calc(100vw - 36px)}.lightbox-nav{position:absolute;top:50%;z-index:2;width:42px;height:42px;background:rgba(0,0,0,.35)}.lightbox-prev{left:10px}.lightbox-next{right:10px}.lightbox figcaption{padding:0 4px}}


/* V0.1.3 — identité, options et socle juridique */
.bundled-logo{border-radius:3px}
.site-header:not(.is-scrolled) .brand-logo-image{filter:drop-shadow(0 2px 10px rgba(0,0,0,.16))}
.extras-section{background:#fff}
.extras-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.extra-card{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:start;border:1px solid var(--line);padding:30px;background:var(--paper)}
.extra-card h3{font-size:1.7rem;margin:0 0 8px}.extra-card p{margin:0;color:var(--muted)}.extra-card>strong{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap;color:var(--sage-dark)}
.extra-index{font-size:.7rem;font-weight:700;color:var(--sage-dark);padding-top:6px}.extras-note{font-size:.78rem;color:var(--muted);margin:18px 0 0}
.footer-grid{grid-template-columns:1.2fr .85fr .65fr 1fr}.footer-logo{width:155px;max-height:118px;object-fit:contain;background:#f6f1e7;border-radius:3px;margin-bottom:14px}.footer-identity p{max-width:270px}.footer-pending{opacity:.52;cursor:default}.content-page article{font-size:1rem}.content-page article>p:first-of-type strong{display:block;padding:14px 16px;background:#fff4d8;border:1px solid #ead5a0;font-size:.9rem}.content-page h2{font-size:2rem;margin-top:44px;margin-bottom:12px}.content-page p{color:#43483f}
@media(max-width:980px){.extras-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:auto}}
@media(max-width:640px){.extra-card{grid-template-columns:auto 1fr;gap:14px}.extra-card>strong{grid-column:2}.footer-grid{grid-template-columns:1fr}.site-header .brand-logo-image{max-width:150px;max-height:46px}}

/* V0.1.4 — parcours réservation, navigateur chambres, réassurance et FAQ */
.section-cta{margin-top:34px;padding:22px 24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:24px}.section-cta div{display:flex;flex-direction:column;gap:3px}.section-cta strong{font-family:var(--serif);font-size:1.25rem;font-weight:500}.section-cta span{font-size:.78rem;color:var(--muted)}
.wide-photo-button{margin-top:24px}.rooms-browser{display:grid;grid-template-columns:.42fr 1.58fr;gap:26px;align-items:stretch}.room-selector{display:flex;flex-direction:column;border-top:1px solid var(--line)}.room-tab{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;text-align:left;border:0;border-bottom:1px solid var(--line);padding:18px 12px;background:transparent;color:var(--ink);cursor:pointer}.room-tab span{font-size:.65rem;color:var(--sage-dark)}.room-tab strong{font-family:var(--serif);font-size:1.12rem;font-weight:500}.room-tab:hover,.room-tab.is-active{background:#eef0e8}.room-tab.is-active{box-shadow:inset 3px 0 0 var(--sage-dark)}.room-panel{display:grid;grid-template-columns:1.15fr .85fr;min-height:570px;background:#fff;box-shadow:var(--shadow)}.room-panel-visual{position:relative;border:0;padding:0;overflow:hidden;background:#eee;color:#fff;cursor:zoom-in;text-align:left}.room-panel-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(13,15,12,.46),transparent 48%);pointer-events:none}.room-panel-visual.no-photo{cursor:default;background:var(--paper)}.room-panel-visual.no-photo:after{display:none}.room-panel-image{width:100%;height:100%;object-fit:cover}.room-panel-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--ink);background:var(--paper)}.room-panel-placeholder[hidden]{display:none}.room-panel-placeholder img{width:150px;max-height:130px;object-fit:contain;opacity:.72}.room-panel-placeholder strong{font-family:var(--serif);font-size:1.35rem;font-weight:500}.room-panel-copy{padding:48px 42px;display:flex;flex-direction:column;justify-content:center}.room-panel-copy h3{font-size:clamp(2.4rem,4vw,4rem);margin:10px 0 8px}.room-panel-meta{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--sage-dark);margin-bottom:18px}.room-panel-desc{font-size:1.02rem;color:var(--muted)}.room-panel .room-gallery-badge{z-index:2}.room-panel-visual:disabled .room-gallery-badge strong{display:none}
.reassurance-section{background:#f7f4ed}.reassurance-strip{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);background:#fff}.reassurance-strip div{padding:24px 20px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:5px}.reassurance-strip div:last-child{border-right:0}.reassurance-strip strong{font-family:var(--serif);font-size:1.1rem;font-weight:500}.reassurance-strip span{font-size:.7rem;color:var(--muted)}.faq-wrap{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;margin-top:68px}.faq-wrap h2{margin:12px 0 18px}.faq-wrap>div:first-child>p{color:var(--muted)}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:0}.faq-list summary{list-style:none;cursor:pointer;padding:20px 42px 20px 0;font-family:var(--serif);font-size:1.2rem;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:5px;top:17px;font-family:var(--sans);font-size:1.35rem;color:var(--sage-dark)}.faq-list details[open] summary:after{content:'−'}.faq-list details p{padding:0 42px 22px 0;color:var(--muted);margin:0}.booking-benefits{list-style:none;margin:28px 0 0;padding:0;display:grid;gap:11px}.booking-benefits li{position:relative;padding-left:24px;color:rgba(255,255,255,.82);font-size:.82rem}.booking-benefits li:before{content:'✓';position:absolute;left:0;color:#d8dfc9}.mobile-booking-cta{display:none}
@media(max-width:980px){.rooms-browser{grid-template-columns:1fr}.room-selector{display:grid;grid-template-columns:repeat(2,1fr)}.room-tab{border-right:1px solid var(--line)}.room-panel{grid-template-columns:1fr;min-height:0}.room-panel-visual{height:520px}.room-panel-copy{padding:36px}.reassurance-strip{grid-template-columns:repeat(3,1fr)}.reassurance-strip div{border-bottom:1px solid var(--line)}.faq-wrap{grid-template-columns:1fr;gap:30px}}
@media(max-width:640px){body{padding-bottom:64px}.section-cta{align-items:flex-start;flex-direction:column}.section-cta .button{width:100%;text-align:center}.room-selector{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;border-bottom:1px solid var(--line)}.room-tab{min-width:150px;scroll-snap-align:start;border-right:1px solid var(--line);border-bottom:0}.room-panel{display:block}.room-panel-visual{height:420px;width:100%}.room-panel-copy{padding:28px 22px}.room-panel-copy h3{font-size:2.6rem}.reassurance-strip{grid-template-columns:1fr 1fr}.reassurance-strip div{padding:18px 15px}.reassurance-strip div:nth-child(2n){border-right:0}.reassurance-strip div:last-child{grid-column:1/3}.faq-wrap{margin-top:48px}.mobile-booking-cta{position:fixed;z-index:95;left:10px;right:10px;bottom:9px;height:54px;padding:0 17px;background:#263028;color:#fff;display:flex;align-items:center;justify-content:space-between;box-shadow:0 10px 35px rgba(0,0,0,.28);border-radius:3px;transition:transform .25s ease,opacity .25s}.mobile-booking-cta span{font-size:.64rem;opacity:.72}.mobile-booking-cta strong{font-size:.76rem;letter-spacing:.04em}.mobile-booking-cta.is-hidden{transform:translateY(80px);opacity:0;pointer-events:none}.site-footer{padding-bottom:90px}}


/* V0.1.5 — retour au bandeau premium LPF et pause de la vidéo */
.brand-wordmark{gap:14px}
.brand-wordmark .brand-mark{width:44px;height:44px;border-width:1.2px;font-size:.8rem;letter-spacing:.05em}
.brand-wordmark .brand-copy strong{font-size:1.18rem;letter-spacing:-.02em}
.brand-wordmark .brand-copy small{font-size:.64rem;letter-spacing:.18em}
.site-header:not(.is-scrolled) .brand-wordmark{filter:drop-shadow(0 2px 8px rgba(0,0,0,.12))}
.hero-media img{filter:saturate(1.02) contrast(1.02)}
.hero-shade{background:linear-gradient(90deg,rgba(15,18,14,.56) 0%,rgba(15,18,14,.20) 56%,rgba(15,18,14,.08) 100%),linear-gradient(0deg,rgba(10,12,9,.58) 0%,transparent 40%)}
.hero-content h1{max-width:820px}
.footer-logo{background:transparent}
@media(max-width:640px){.brand-wordmark .brand-mark{width:40px;height:40px;font-size:.74rem}.brand-wordmark .brand-copy strong{font-size:1rem}.brand-wordmark .brand-copy small{font-size:.58rem}}


/* V0.1.6 — densité visuelle, responsive tablette/mobile, options horaires et aperçu juridique */
.feature-large{min-height:590px}.feature-card{min-height:285px}.wide-photo{height:66vh;min-height:520px}.room-mobile-label,.room-mobile-select{display:none}.extras-grid-compact{grid-template-columns:1fr 1fr}.extras-grid-compact .extra-card{padding:24px}.footer-legal-link{border:0;background:none;padding:0;color:inherit;font:inherit;cursor:pointer;text-align:left}.footer-legal-link:hover{text-decoration:underline}.legal-preview-modal{position:fixed;z-index:120;inset:0;background:rgba(14,17,13,.72);display:none;align-items:center;justify-content:center;padding:28px;backdrop-filter:blur(8px)}.legal-preview-modal.is-open{display:flex}.legal-preview-card{position:relative;background:#fff;width:min(760px,100%);max-height:min(82vh,820px);overflow:auto;padding:44px 48px;box-shadow:var(--shadow)}.legal-preview-card h2{font-size:2.6rem;margin:10px 0 24px}.legal-preview-card h3{font-size:1.35rem;margin:26px 0 8px}.legal-preview-card p{color:var(--muted)}.legal-preview-close{position:absolute;top:16px;right:18px;border:0;background:none;font-size:2rem;cursor:pointer}.legal-preview-note{margin-top:30px;padding-top:18px;border-top:1px solid var(--line);font-size:.78rem}
@media(max-width:980px){.section{padding:74px 0}.feature-large{min-height:430px}.feature-card{min-height:300px}.room-panel-visual{height:430px}.room-panel-copy{padding:32px}.wide-photo{height:520px;min-height:0}.extras-grid-compact{grid-template-columns:1fr 1fr}.extra-card{padding:22px}.legal-preview-card{padding:38px 34px}}
@media(max-width:640px){.section{padding:58px 0}.section-heading{margin-bottom:34px}.feature-grid{gap:12px}.feature-large,.feature-card{min-height:325px}.rooms-browser{gap:14px}.room-selector{display:none}.room-mobile-label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--sage-dark);font-weight:700}.room-mobile-select{display:block;width:100%;height:48px;border:1px solid var(--line);background:#fff;padding:0 14px;font:inherit;color:var(--ink);margin-top:-4px}.room-panel-visual{height:320px}.room-panel-copy{padding:24px 18px}.room-panel-copy h3{font-size:2.15rem}.room-panel-meta{font-size:.72rem}.mini-facts{margin-top:24px;padding-top:18px}.wide-photo{height:auto;min-height:0;background:#fff;color:var(--ink)}.wide-photo img{position:relative;inset:auto;height:320px}.wide-photo:after{display:none}.wide-photo-copy{position:relative;left:auto;right:auto;bottom:auto;background:#fff;color:var(--ink);padding:28px 18px 34px;max-width:none}.wide-photo-copy .eyebrow.light{color:var(--sage-dark)}.wide-photo-copy h2{font-size:2.3rem}.wide-photo-button{background:var(--ink);color:#fff}.gallery-item{height:230px}.gallery-item:nth-child(1){height:300px}.extras-grid-compact{grid-template-columns:1fr}.extras-grid-compact .extra-card{padding:19px 17px}.extra-card h3{font-size:1.45rem}.legal-preview-modal{padding:12px}.legal-preview-card{padding:38px 20px 24px;max-height:90vh}.legal-preview-card h2{font-size:2rem}.reassurance-strip{font-size:.95rem}}

/* V0.1.7 — vidéo drone complète (hors 3 premières secondes) et dernière passe de densité */
.hero-media{background:#283128}.hero-video{filter:saturate(1.03) contrast(1.03);transform:scale(1.002)}
.section{padding:96px 0}.section-heading{margin-bottom:46px}.intro .split{gap:72px}.image-card.tall{aspect-ratio:4/4.6}
.history-section .split{gap:64px}.gallery-section{padding-top:84px;padding-bottom:84px}.reassurance-section{padding-top:82px;padding-bottom:88px}
.footer-wordmark{display:flex;align-items:center;gap:14px;color:#fff;margin-bottom:16px}.footer-wordmark>span:last-child{display:flex;flex-direction:column;line-height:1.15}.footer-wordmark strong{font-family:var(--serif);font-size:1.35rem;font-weight:500}.footer-wordmark small{font-size:.64rem;text-transform:uppercase;letter-spacing:.17em;opacity:.62}.footer-wordmark .brand-mark{width:44px;height:44px}
@media(max-width:980px){.section{padding:68px 0}.hero{min-height:720px}.hero-content{padding-top:175px}.intro .split{gap:34px}.gallery-section{padding-top:64px;padding-bottom:64px}.reassurance-section{padding-top:62px;padding-bottom:66px}}
@media(max-width:640px){.section{padding:52px 0}.hero{height:100svh;min-height:650px;max-height:820px}.hero-content{padding-top:132px}.hero-shade{background:linear-gradient(90deg,rgba(15,18,14,.60) 0%,rgba(15,18,14,.25) 72%,rgba(15,18,14,.14) 100%),linear-gradient(0deg,rgba(10,12,9,.62) 0%,transparent 42%)}.hero-facts{bottom:82px}.history-section{display:none}.gallery-section{padding-top:48px;padding-bottom:48px}.gallery-grid .gallery-item:nth-child(n+5){display:none}.around-grid{display:flex;overflow-x:auto;gap:16px;scroll-snap-type:x mandatory;padding-bottom:6px}.around-grid article{min-width:78vw;scroll-snap-align:start}.around-grid h3{margin:22px 0 8px}.around-grid p{margin-bottom:8px}.reassurance-section{padding-top:48px;padding-bottom:52px}.faq-wrap{margin-top:36px}.booking-section{padding:72px 0}.direct-section{padding-top:52px;padding-bottom:52px}.footer-wordmark strong{font-size:1.2rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-video{display:none}.hero-media{background:url('../img/hero-video-poster.jpg') center/cover no-repeat}.feature-card img,.gallery-item img,.button,.text-link span{transition:none}}


/* V0.1.8 — intégration Lodgify et passe compacte après audit */
/* Photos de la section groupes plus compactes pour réduire le scroll. */
.feature-large{min-height:500px}.feature-card{min-height:240px}
/* Liseré blanc autour des grands visuels pour éviter l'effet bord-à-bord sur tablette. */
#espaces .feature-grid{margin-inline:10px}
.wide-photo{width:auto;margin:0 max(24px,calc((100vw - 1320px)/2));overflow:hidden;border-radius:3px}
/* Le widget Lodgify doit paraître natif au site. */
.booking-box{min-height:0;padding:34px 32px;border-radius:6px;box-shadow:0 22px 52px rgba(0,0,0,.16)}
.booking-box #lodgify-book-now-box{width:100%;max-width:720px;margin-inline:auto}
@media(max-width:980px){
  .feature-large{min-height:360px}.feature-card{min-height:245px}
  #espaces .feature-grid{margin-inline:8px}
  .wide-photo{margin-inline:30px;height:470px}
  .booking-box{padding:28px 24px}
}
@media(max-width:640px){
  /* Sur mobile, on va directement du hero aux espaces pour éviter le doublon “Explorer les espaces”. */
  .intro{display:none}
  .hero-content{padding-top:118px}
  .hero-actions{align-items:flex-start;flex-direction:column;gap:14px}
  .hero-actions .button{min-height:48px}
  .hero-actions .text-link{font-size:.84rem}
  .hero-facts{bottom:70px;gap:12px;padding-top:14px}
  .hero-facts strong{font-size:1.15rem}.hero-facts span{font-size:.68rem}
  .feature-large,.feature-card{min-height:285px}
  #espaces .feature-grid{margin-inline:0}
  .wide-photo{margin-inline:14px;border-radius:3px}
  .wide-photo img{height:285px}
  .gallery-grid{grid-auto-rows:205px}
  .gallery-item{height:205px}.gallery-item:nth-child(1){height:270px}
  .booking-section{padding:58px 0 66px}
  .booking-box{padding:18px 14px;border-radius:4px}
}


/* V0.1.9 — pages juridiques, cookies et derniers ajustements */
.cookie-settings-link{border:0;background:none;padding:0;color:inherit;font:inherit;cursor:pointer;text-align:left}.cookie-settings-link:hover{text-decoration:underline;color:#fff}
.cookie-banner{position:fixed;z-index:180;left:18px;right:18px;bottom:18px;opacity:0;transform:translateY(18px);transition:.22s ease;pointer-events:none}.cookie-banner.is-visible{opacity:1;transform:none;pointer-events:auto}.cookie-banner-inner{width:min(980px,100%);margin:auto;background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:0 20px 65px rgba(17,20,16,.18);padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:28px}.cookie-banner-copy{max-width:650px}.cookie-banner-copy strong{font-family:var(--serif);font-size:1.25rem;font-weight:500}.cookie-banner-copy p{margin:4px 0 2px;color:var(--muted);font-size:.88rem;line-height:1.45}.cookie-banner-copy a{font-size:.76rem;text-decoration:underline}.cookie-banner-actions{display:flex;gap:10px;flex-shrink:0}.cookie-choice{min-height:44px;padding:0 18px;border:1px solid var(--ink);font:inherit;font-size:.82rem;font-weight:700;cursor:pointer}.cookie-refuse{background:#fff;color:var(--ink)}.cookie-accept{background:var(--ink);color:#fff}
.content-page article{font-size:1rem}.content-page article>p:first-of-type{font-size:1.08rem;color:var(--muted)}.content-page h2{font-size:2rem;margin:42px 0 12px}.content-page h3{font-size:1.35rem;margin:28px 0 10px}.content-page ul,.content-page ol{padding-left:1.25rem}.content-page li{margin:.35rem 0}.legal-callout{background:var(--paper);border-left:3px solid var(--sage-dark);padding:18px 20px;margin:24px 0}.legal-callout p{margin:.25rem 0}.legal-missing{background:#fff6e9;border:1px solid #e7c998;padding:15px 17px;margin:18px 0;font-size:.9rem}
.gallery-grid{align-items:stretch}.gallery-item img{width:100%;height:100%;object-fit:cover}
@media(max-width:640px){.cookie-banner{left:10px;right:10px;bottom:10px}.cookie-banner-inner{padding:18px;display:block}.cookie-banner-actions{margin-top:14px}.cookie-choice{flex:1}.cookie-banner-copy strong{font-size:1.12rem}.content-page{padding-top:110px}.content-page h2{font-size:1.7rem}}


/* V1.0.0 — version publication : densité visuelle et expérience mobile simplifiée */
#espaces .feature-grid{
  grid-template-columns:1.3fr .85fr;
  grid-template-rows:201px 201px;
  gap:18px;
  margin-inline:12px;
}
#espaces .feature-card,
#espaces .feature-large{
  min-height:0;
  height:auto;
}
#espaces .feature-large{grid-row:1/3}
.wide-photo{
  height:420px;
  min-height:0;
  margin-inline:max(24px,calc((100vw - 1320px)/2));
}
.gallery-grid{grid-auto-rows:220px}
.rooms .room-panel{min-height:500px}
.rooms .room-panel-visual{min-height:0}
.booking-section{scroll-margin-top:82px}

@media(max-width:980px){
  #espaces .feature-grid{
    grid-template-columns:1fr;
    grid-template-rows:none;
    margin-inline:18px;
    gap:16px;
  }
  #espaces .feature-large,
  #espaces .feature-card{
    height:300px;
    min-height:0;
  }
  .wide-photo{height:320px;margin-inline:26px}
  .room-panel-visual{height:300px}
  .gallery-grid{grid-auto-rows:200px}
}

@media(max-width:640px){
  body{padding-bottom:68px}
  .section{padding:44px 0}
  .shell{width:min(100% - 28px,1180px)}
  .section-heading{margin-bottom:24px}
  .section-heading p{display:none}
  h2{font-size:2.18rem}

  .hero{height:88svh;min-height:610px;max-height:720px}
  .hero-content{padding-top:112px}
  .hero-subtitle{font-size:1rem;line-height:1.45;margin:16px 0 22px}
  .hero-actions{gap:10px}
  .hero-actions .button{min-height:46px;padding-inline:19px}
  .hero-actions .text-link{display:none}
  .hero-facts{
    bottom:58px;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    padding-top:12px;
  }
  .hero-facts div:nth-child(4),
  .hero-facts div:nth-child(5){display:none}
  .hero-facts strong{font-size:1.08rem}
  .hero-facts span{font-size:.62rem;line-height:1.25}

  .intro,
  .history-section,
  #alentours,
  .extras-section,
  .direct-section{display:none}

  #espaces{padding-top:40px;padding-bottom:42px}
  #espaces .section-heading{margin-bottom:20px}
  #espaces .feature-grid{
    display:flex;
    overflow-x:auto;
    gap:12px;
    margin-inline:0;
    padding:0 2px 8px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }
  #espaces .feature-card,
  #espaces .feature-large{
    flex:0 0 82vw;
    height:220px;
    min-height:0;
    scroll-snap-align:start;
  }
  .feature-caption{left:18px;right:18px;bottom:16px}
  .feature-caption h3{font-size:1.65rem}
  .feature-caption p{display:none}
  .section-cta{display:none}

  .rooms{padding-top:42px;padding-bottom:44px}
  .rooms .section-heading p{display:none}
  .rooms-browser{gap:12px}
  .room-mobile-label{font-size:.66rem}
  .room-mobile-select{height:46px}
  .room-panel{box-shadow:0 12px 34px rgba(23,27,21,.10)}
  .room-panel-visual{height:220px}
  .room-panel-copy{padding:18px 17px 20px}
  .room-panel-copy h3{font-size:2rem;margin:6px 0}
  .room-panel-meta{font-size:.66rem;margin-bottom:0}
  .room-panel-desc,.mini-facts{display:none}

  .wide-photo{
    height:auto;
    margin-inline:14px;
    background:#fff;
    color:var(--ink);
  }
  .wide-photo img{height:220px;position:relative}
  .wide-photo:after{display:none}
  .wide-photo-copy{
    position:relative;
    left:auto;right:auto;bottom:auto;
    padding:18px 4px 26px;
    color:var(--ink);
    background:#fff;
  }
  .wide-photo-copy .eyebrow.light{color:var(--sage-dark)}
  .wide-photo-copy h2{font-size:1.95rem;margin-top:7px}
  .wide-photo-button{display:none}

  .gallery-section{padding-top:36px;padding-bottom:44px}
  .gallery-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-auto-rows:165px;
    gap:8px;
  }
  .gallery-item,
  .gallery-item:nth-child(1){
    grid-column:auto;
    grid-row:auto;
    height:165px;
  }
  .gallery-grid .gallery-item:nth-child(n+5){display:none}
  .gallery-item span{font-size:.7rem;left:10px;bottom:9px}

  .booking-section{padding:48px 0 52px}
  .booking-shell{gap:24px}
  .booking-intro h2{font-size:2.12rem;margin:9px 0 14px}
  .booking-intro p{font-size:.9rem}
  .booking-benefits{display:none}
  .booking-box{padding:12px 10px;border-radius:4px}
  .booking-box #lodgify-book-now-box{max-width:none}

  .reassurance-section{padding:38px 0 42px}
  .reassurance-strip{display:none}
  .faq-wrap{margin-top:0;gap:20px}
  .faq-wrap>div:first-child>p{display:none}
  .faq-wrap h2{font-size:2rem;margin:8px 0 4px}
  .faq-list summary{font-size:1.02rem;padding:16px 34px 16px 0}
  .faq-list summary:after{top:13px}
  .faq-list details p{font-size:.88rem;padding:0 26px 18px 0}

  .mobile-booking-cta{
    left:8px;right:8px;bottom:8px;
    height:52px;
    border-radius:5px;
    background:#263028;
  }
  .mobile-booking-cta span{display:none}
  .mobile-booking-cta strong{width:100%;text-align:center;font-size:.8rem}
  .site-footer{padding-bottom:86px}
}


/* V1.0.1 — Avis Airbnb */
.reviews-section{
  background:#f7f4ee;
}
.reviews-heading{
  align-items:end;
}
.reviews-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.review-card{
  background:#fff;
  border:1px solid rgba(38,48,40,.10);
  padding:24px 22px 22px;
  border-radius:8px;
  box-shadow:0 10px 30px rgba(23,27,21,.05);
}
.review-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:5px;
}
.review-topline strong{
  font-family:var(--font-heading,inherit);
  font-size:1.05rem;
  color:var(--ink);
}
.review-stars{
  letter-spacing:.08em;
  font-size:.78rem;
  color:#263028;
  white-space:nowrap;
}
.review-date{
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--muted);
  margin-bottom:15px;
}
.review-card p{
  margin:0;
  line-height:1.67;
  font-size:.94rem;
}
.reviews-link-wrap{
  margin-top:20px;
  text-align:right;
}

@media(max-width:980px){
  .reviews-grid{grid-template-columns:1fr 1fr}
  .review-card:last-child{grid-column:1/-1}
}

@media(max-width:640px){
  .reviews-section{padding:38px 0 42px}
  .reviews-heading{margin-bottom:20px}
  .reviews-heading p{display:none}
  .reviews-heading h2{font-size:2rem}
  .reviews-grid{
    display:flex;
    overflow-x:auto;
    gap:12px;
    padding:0 1px 8px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }
  .review-card{
    flex:0 0 84vw;
    padding:20px 18px 19px;
    scroll-snap-align:start;
    box-shadow:0 8px 24px rgba(23,27,21,.06);
  }
  .review-card:last-child{grid-column:auto}
  .review-card p{font-size:.9rem;line-height:1.58}
  .reviews-link-wrap{
    text-align:left;
    margin-top:14px;
  }
}


/* V1.0.2 — optimisation téléphone uniquement.
   Aucun changement éditorial desktop/tablette. */
@media(max-width:640px){

  html{scroll-padding-top:72px}
  body{
    overflow-x:hidden;
    -webkit-text-size-adjust:100%;
  }

  /* Header compact et tactile. */
  .site-header{min-height:64px}
  .site-header .shell,
  .header-inner{min-height:64px}
  .brand,.site-logo{max-width:116px}

  /* Hero plus lisible et moins chargé. */
  .hero{
    height:82svh;
    min-height:570px;
    max-height:680px;
  }
  .hero-content{
    padding-top:96px;
    padding-bottom:116px;
  }
  .hero-content h1{
    font-size:clamp(2.45rem,11vw,3.45rem);
    line-height:.98;
    max-width:10ch;
  }
  .hero-subtitle{
    max-width:30ch;
    margin:14px 0 20px;
  }
  .hero-actions{width:100%}
  .hero-actions .button{
    width:100%;
    justify-content:center;
  }
  .hero-facts{
    left:14px;
    right:14px;
    width:auto;
    bottom:22px;
    padding-top:12px;
  }

  /* Rythme vertical resserré. */
  .section{padding:38px 0}
  .section-heading{
    gap:8px;
    margin-bottom:18px;
  }
  .section-heading h2{margin-top:5px}

  /* Espaces de vie : swipe naturel et cartes moins hautes. */
  #espaces .feature-grid{
    width:100%;
    gap:10px;
    padding-bottom:4px;
    scrollbar-width:none;
  }
  #espaces .feature-grid::-webkit-scrollbar{display:none}
  #espaces .feature-card,
  #espaces .feature-large{
    flex-basis:88%;
    height:205px;
    border-radius:8px;
  }
  .feature-caption{
    left:15px;
    right:15px;
    bottom:13px;
  }

  /* Couchages : infos principales, photo contenue. */
  .room-mobile-select{
    width:100%;
    font-size:16px;
  }
  .room-panel{
    border-radius:8px;
    overflow:hidden;
  }
  .room-panel-visual{height:205px}
  .room-panel-copy{padding:16px 15px 18px}

  /* Extérieur compact. */
  .wide-photo{
    margin-inline:14px;
    border-radius:8px;
    overflow:hidden;
  }
  .wide-photo img{height:205px}
  .wide-photo-copy{padding:16px 2px 20px}

  /* Galerie 2x2, quatre images visibles maximum. */
  .gallery-grid{
    grid-auto-rows:150px;
    gap:7px;
  }
  .gallery-item,
  .gallery-item:nth-child(1){
    height:150px;
    border-radius:6px;
  }

  /* Avis : cartes horizontales faciles à parcourir. */
  .reviews-grid{
    gap:10px;
    scrollbar-width:none;
  }
  .reviews-grid::-webkit-scrollbar{display:none}
  .review-card{
    flex-basis:88%;
    min-height:0;
    border-radius:8px;
  }
  .review-topline{align-items:flex-start}
  .review-stars{font-size:.72rem}

  /* Réservation : bloc plus direct et confortable au doigt. */
  .booking-section{scroll-margin-top:72px}
  .booking-shell{width:min(100% - 20px,1180px)}
  .booking-box{
    padding:10px 8px;
    box-shadow:0 10px 28px rgba(23,27,21,.08);
  }
  #lodgify-book-now-box{width:100%!important}
  #lodgify-book-now-box input,
  #lodgify-book-now-box button,
  #lodgify-book-now-box select{
    min-height:46px;
    font-size:16px;
  }

  /* FAQ : zones tactiles plus nettes. */
  .faq-list details{
    border-bottom:1px solid rgba(38,48,40,.14);
  }
  .faq-list summary{
    min-height:54px;
    display:flex;
    align-items:center;
  }

  /* Footer plus court. */
  .site-footer{padding-top:38px}
  .footer-grid{gap:22px}

  /* CTA fixe de réservation. */
  .mobile-booking-cta{
    left:10px;
    right:10px;
    bottom:max(8px,env(safe-area-inset-bottom));
    height:50px;
    z-index:999;
    box-shadow:0 8px 24px rgba(0,0,0,.18);
  }
}


/* V1.0.3 — corrections ergonomiques téléphone */
@media(max-width:640px){

  /* Les chiffres-clés du hero restent dans le champ visible, sans débordement à gauche. */
  .hero-facts{
    left:22px;
    right:18px;
    width:auto;
    box-sizing:border-box;
    padding-left:0;
    padding-right:0;
    overflow:visible;
  }
  .hero-facts div{
    min-width:0;
    text-align:center;
    padding-inline:2px;
  }
  .hero-facts strong,
  .hero-facts span{
    display:block;
    max-width:100%;
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .hero-facts strong{
    font-size:1rem;
    line-height:1.05;
  }
  .hero-facts span{
    font-size:.58rem;
    line-height:1.15;
  }

  /* Swipe explicite et fluide pour les espaces et les avis. */
  #espaces .feature-grid,
  .reviews-grid{
    overflow-x:auto !important;
    overflow-y:hidden;
    overscroll-behavior-x:contain;
    touch-action:pan-x;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scroll-padding-left:0;
  }
  #espaces .feature-card,
  #espaces .feature-large,
  .review-card{
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }

  /* Le moteur Lodgify doit tenir dans la largeur du téléphone. */
  .booking-shell,
  .booking-box,
  #lodgify-book-now-box{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
  }
  .booking-shell{
    width:calc(100% - 20px) !important;
    margin-inline:auto;
  }
  .booking-box{
    overflow:hidden;
    padding:8px 6px;
  }
  #lodgify-book-now-box{
    overflow:visible !important;
  }

  /* Contraint les éléments internes Lodgify à ne pas couper à droite. */
  #lodgify-book-now-box *,
  #lodgify-book-now-box *::before,
  #lodgify-book-now-box *::after{
    box-sizing:border-box !important;
    max-width:100% !important;
  }
  #lodgify-book-now-box form,
  #lodgify-book-now-box [class*="container"],
  #lodgify-book-now-box [class*="wrapper"],
  #lodgify-book-now-box [class*="content"]{
    width:100% !important;
    min-width:0 !important;
  }
  #lodgify-book-now-box input,
  #lodgify-book-now-box select,
  #lodgify-book-now-box button{
    width:100% !important;
    max-width:100% !important;
  }

  /* Si le widget conserve une mise en page horizontale, on le force à rester lisible. */
  #lodgify-book-now-box [style*="display: flex"],
  #lodgify-book-now-box [style*="display:flex"]{
    flex-wrap:wrap !important;
  }

  /* Le lien Airbnb a été supprimé du HTML ; garde-fou si un ancien cache le réinjecte. */
  .reviews-link-wrap,
  .reviews-airbnb-link{
    display:none !important;
  }
}


/* Le bandeau de chiffres-clés est supprimé sur mobile pour préserver la lisibilité du hero. */
  .hero-facts{
    display:none !important;
  }

  /* Les images des chambres restent visibles après changement de chambre. */
  .room-panel,
  .room-panel[hidden],
  .room-panel.is-active{
    overflow:hidden;
  }

  .room-panel.is-active,
  .room-panel:not([hidden]){
    display:block !important;
  }

  .room-panel.is-active .room-panel-visual,
  .room-panel:not([hidden]) .room-panel-visual{
    display:block !important;
    width:100% !important;
    height:205px !important;
    min-height:205px !important;
    opacity:1 !important;
    visibility:visible !important;
  }

  .room-panel.is-active .room-panel-visual img,
  .room-panel:not([hidden]) .room-panel-visual img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    opacity:1 !important;
    visibility:visible !important;
  }

  .room-gallery-badge{
    display:flex !important;
    z-index:3;
  }
}


/* V1.0.5 — correctif chambres multi-format */
@media(max-width:640px){
  .hero-facts{display:none!important;}
  .room-panel-visual{
    display:block!important;
    width:100%!important;
    height:205px!important;
    min-height:205px!important;
  }
  .room-panel-image{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
  }
}


/* V1.0.6 — la section "Qui dort où ?" est retirée de la page d'accueil.
   Les photos de chambres sont désormais intégrées à la galerie générale. */
.rooms,
#chambres{
  display:none !important;
}
.gallery-section{
  margin-top:0;
}



/* =========================================================
   V1.1.0 — Chambres + bandeau caractéristiques + nouveaux prix
   ========================================================= */

/* Bandeau : visible et complet sur ordinateur / tablette. */
@media(min-width:641px){
  .hero-facts{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:22px !important;
    width:min(1180px,calc(100% - 48px)) !important;
  }
  .hero-facts div,
  .hero-facts div:nth-child(4),
  .hero-facts div:nth-child(5){
    display:flex !important;
  }
}
@media(min-width:641px) and (max-width:980px){
  .hero-facts{
    bottom:34px !important;
    gap:10px !important;
    padding-top:14px !important;
  }
  .hero-facts strong{font-size:1rem !important;}
  .hero-facts span{font-size:.62rem !important;line-height:1.2;}
}
/* Sur téléphone, le bandeau reste volontairement supprimé. */
@media(max-width:640px){
  .hero-facts{display:none !important;}
}

/* Page Chambres */
.rooms-page-hero{
  position:relative;
  height:560px;
  min-height:500px;
  overflow:hidden;
  color:#fff;
}
.rooms-page-hero>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.rooms-page-hero-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(13,16,12,.64),rgba(13,16,12,.16) 72%),
             linear-gradient(0deg,rgba(13,16,12,.48),transparent 55%);
}
.rooms-page-hero-copy{
  position:relative;
  z-index:2;
  padding-top:225px;
}
.rooms-page-hero-copy h1{
  max-width:820px;
  margin:10px 0 18px;
}
.rooms-page-hero-copy p{
  max-width:620px;
  margin:0;
  font-size:1.08rem;
  color:rgba(255,255,255,.86);
}
.rooms-page-browser-section{background:#faf8f3;}
.rooms-page .room-panel{background:#fff;}
.room-placeholder-mark{
  width:76px;height:76px;border:1px solid currentColor;border-radius:50%;
  display:grid;place-items:center;font-family:var(--serif);font-size:1rem;
  opacity:.55;
}
.room-panel-placeholder small{font-size:.72rem;color:var(--muted);}
.rooms-page-cta{
  margin-top:54px;
  padding-top:34px;
  border-top:1px solid var(--line);
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
}
.rooms-page-cta h2{font-size:clamp(2.2rem,4vw,4rem);margin-top:8px;}
.rooms-page .room-panel-visual.no-photo .room-gallery-badge{display:none;}

@media(max-width:980px){
  .rooms-page-hero{height:480px;min-height:450px;}
  .rooms-page-hero-copy{padding-top:180px;}
  .rooms-page-cta{align-items:flex-start;flex-direction:column;}
}
@media(max-width:640px){
  .rooms-page-hero{height:410px;min-height:410px;}
  .rooms-page-hero-copy{padding-top:138px;}
  .rooms-page-hero-copy h1{font-size:3rem;}
  .rooms-page-hero-copy p{font-size:.95rem;}
  .rooms-page-browser-section{padding-top:46px;}
  .rooms-page .room-panel-visual{height:240px !important;}
  .rooms-page .room-panel-copy{padding:22px 18px !important;}
  .rooms-page .room-panel-desc{display:block !important;font-size:.94rem;}
  .rooms-page .mini-facts{display:grid !important;grid-template-columns:repeat(3,1fr);}
  .rooms-page-cta{margin-top:36px;}
}


/* =========================================================
   V1.1.1 — page Chambres : galerie photo visible et détaillée
   ========================================================= */
.rooms-browser-detailed{
  grid-template-columns:280px minmax(0,1fr);
  gap:34px;
  align-items:start;
}
.rooms-browser-detailed .room-selector{
  position:sticky;
  top:100px;
  align-self:start;
}
.rooms-browser-detailed .room-tab{
  grid-template-columns:32px 1fr;
  grid-template-rows:auto auto;
  column-gap:10px;
  row-gap:4px;
  padding:16px 12px;
}
.rooms-browser-detailed .room-tab>span{
  grid-row:1/3;
  align-self:start;
  margin-top:3px;
}
.rooms-browser-detailed .room-tab>strong{
  line-height:1.05;
}
.rooms-browser-detailed .room-tab>small{
  grid-column:2;
  color:var(--muted);
  font-size:.62rem;
  line-height:1.35;
  text-transform:none;
  letter-spacing:0;
}
.room-detail{
  min-width:0;
}
.rooms-page .room-panel{
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  min-height:520px;
}
.rooms-page .room-panel-visual{
  min-height:520px;
}
.rooms-page .room-panel-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.room-characteristics{
  margin-top:26px;
  padding-top:20px;
  border-top:1px solid var(--line);
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.room-characteristics span{
  border:1px solid var(--line);
  background:#faf8f3;
  padding:8px 10px;
  font-size:.68rem;
  text-transform:uppercase;
  letter-spacing:.07em;
  color:var(--sage-dark);
}
.room-gallery-visible{
  margin-top:22px;
  padding:24px;
  background:#fff;
  border:1px solid var(--line);
}
.room-gallery-visible-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}
.room-gallery-visible-copy{
  margin:5px 0 0;
  color:var(--muted);
  font-size:.9rem;
}
.room-gallery-visible-count{
  flex:0 0 auto;
  font-size:.68rem;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:var(--sage-dark);
}
.room-photo-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.room-photo-strip[hidden]{display:none;}
.room-photo-thumb{
  position:relative;
  border:0;
  padding:0;
  min-width:0;
  aspect-ratio:4/3;
  overflow:hidden;
  background:#eee;
  cursor:zoom-in;
}
.room-photo-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.room-photo-thumb:hover img{
  transform:scale(1.035);
}
.room-photo-empty{
  min-height:120px;
  border:1px dashed #c9c9bf;
  background:#faf8f3;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  text-align:center;
  color:var(--muted);
}
.room-photo-empty[hidden]{display:none;}
.room-photo-empty strong{
  font-family:var(--serif);
  color:var(--ink);
  font-size:1.25rem;
  font-weight:500;
}
.room-photo-empty span{
  font-size:.82rem;
}
.rooms-page-cta p{
  color:var(--muted);
  max-width:650px;
  margin:.4rem 0 0;
}

@media(max-width:980px){
  .rooms-browser-detailed{
    grid-template-columns:1fr;
  }
  .rooms-browser-detailed .room-selector{
    position:static;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .rooms-page .room-panel{
    grid-template-columns:1fr;
    min-height:0;
  }
  .rooms-page .room-panel-visual{
    height:470px !important;
    min-height:0;
  }
}

@media(max-width:640px){
  .rooms-browser-detailed .room-selector{
    display:none;
  }
  .rooms-page .room-panel-visual{
    height:300px !important;
  }
  .rooms-page .room-panel-copy{
    padding:24px 18px !important;
  }
  .room-characteristics{
    margin-top:20px;
  }
  .room-gallery-visible{
    margin-top:14px;
    padding:16px 14px;
  }
  .room-gallery-visible-head{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
  }
  .room-photo-strip{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    gap:8px;
    padding-bottom:3px;
  }
  .room-photo-thumb{
    flex:0 0 72%;
    scroll-snap-align:start;
  }
}


/* =========================================================
   V1.2.0 — Chambres dédiées + Galerie complète
   ========================================================= */
.rooms-page-cards-section{background:#faf8f3;}
.rooms-page-hero-v120{height:520px;min-height:480px;}
.rooms-page-hero-v120 .rooms-page-hero-copy{padding-top:205px;}
.rooms-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.room-card-v120{
  background:#fff;
  border:1px solid var(--line);
  overflow:hidden;
  box-shadow:0 14px 38px rgba(34,38,31,.055);
}
.room-card-photo{
  display:block;
  position:relative;
  width:100%;
  height:330px;
  padding:0;
  border:0;
  background:#e7e5de;
  cursor:zoom-in;
  overflow:hidden;
}
.room-card-photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}
.room-card-v120:hover .room-card-photo img{transform:scale(1.025);}
.room-card-number{
  position:absolute;
  top:16px;
  left:16px;
  min-width:38px;
  height:38px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.92);
  color:var(--ink);
  font-size:.68rem;
  letter-spacing:.08em;
}
.room-card-copy{padding:24px 24px 28px;}
.room-card-copy h2{font-size:2rem;margin:0 0 13px;}
.room-bed-line{display:flex;align-items:center;gap:10px;color:var(--sage-dark);font-size:.88rem;}
.room-bed-icon{font-size:.72rem;transform:rotate(90deg);display:inline-block;}
.room-card-copy p{margin:9px 0 0;color:var(--muted);font-size:.92rem;line-height:1.55;}
.rooms-page-cta-simple{margin-top:54px;}

.gallery-home-link{align-self:flex-end;margin-bottom:3px;white-space:nowrap;}
.gallery-page-v120{background:#faf8f3;}
.gallery-page-intro{padding-top:150px;padding-bottom:60px;background:#f2efe7;}
.gallery-page-intro-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:60px;align-items:end;}
.gallery-page-intro h1{font-size:clamp(3.2rem,6vw,6.3rem);line-height:.92;margin:12px 0 0;max-width:900px;}
.gallery-page-intro p{margin:0;color:var(--muted);font-size:1rem;line-height:1.7;max-width:480px;}
.gallery-page-main{padding-top:46px;}
.gallery-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:30px;}
.gallery-filter{
  border:1px solid var(--line);
  background:#fff;
  color:var(--ink);
  padding:10px 15px;
  font:inherit;
  font-size:.76rem;
  cursor:pointer;
  transition:.2s ease;
}
.gallery-filter:hover,.gallery-filter.is-active{background:var(--ink);color:#fff;border-color:var(--ink);}
.full-gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  grid-auto-flow:dense;
  gap:12px;
}
.full-gallery-item{
  position:relative;
  padding:0;
  border:0;
  height:270px;
  background:#ddd;
  overflow:hidden;
  cursor:zoom-in;
}
.full-gallery-item[hidden]{display:none!important;}
.full-gallery-item.is-featured{grid-column:span 2;grid-row:span 2;height:552px;}
.full-gallery-item:nth-child(5n+3):not(.is-featured){grid-column:span 2;}
.full-gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease;}
.full-gallery-item:hover img{transform:scale(1.025);}
.full-gallery-item span{
  position:absolute;
  left:12px;
  bottom:12px;
  max-width:calc(100% - 24px);
  padding:8px 10px;
  background:rgba(24,27,22,.78);
  color:#fff;
  font-size:.72rem;
  letter-spacing:.025em;
  text-align:left;
  backdrop-filter:blur(7px);
}
.gallery-page-bottom-cta{
  margin-top:46px;
  padding-top:32px;
  border-top:1px solid var(--line);
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
}
.gallery-page-bottom-cta h2{margin:7px 0 0;font-size:clamp(2.5rem,4vw,4rem);}

@media(max-width:980px){
  .rooms-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .room-card-photo{height:310px;}
  .gallery-page-intro-grid{grid-template-columns:1fr;gap:20px;}
  .full-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .full-gallery-item,.full-gallery-item.is-featured{height:330px;grid-column:auto;grid-row:auto;}
  .full-gallery-item:nth-child(5n+3):not(.is-featured){grid-column:auto;}
}
@media(max-width:640px){
  .rooms-page-hero-v120{height:405px;min-height:405px;}
  .rooms-page-hero-v120 .rooms-page-hero-copy{padding-top:138px;}
  .rooms-page-hero-v120 .rooms-page-hero-copy h1{font-size:3rem;}
  .rooms-card-grid{grid-template-columns:1fr;gap:16px;}
  .room-card-photo{height:300px;}
  .room-card-copy{padding:20px 18px 22px;}
  .room-card-copy h2{font-size:1.8rem;}
  .gallery-home-link{display:none;}
  .gallery-page-intro{padding-top:112px;padding-bottom:38px;}
  .gallery-page-intro h1{font-size:3.4rem;}
  .gallery-page-main{padding-top:28px;}
  .gallery-filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;margin-right:-18px;}
  .gallery-filter{flex:0 0 auto;}
  .full-gallery-grid{grid-template-columns:1fr;gap:9px;}
  .full-gallery-item,.full-gallery-item.is-featured{height:290px;}
  .gallery-page-bottom-cta{align-items:flex-start;flex-direction:column;}
}
