:root{--pine:#183f36;--pine-2:#245a4a;--clay:#bd5b3f;--cream:#f6f1e8;--ink:#1d2824;--muted:#66706c;--white:#fff;--max:1200px;--shadow:0 20px 60px rgba(17,39,33,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font:16px/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit}img{display:block;max-width:100%}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:99;background:#fff;padding:.75rem 1rem}.site-header{height:82px;display:flex;align-items:center;gap:2rem;padding:0 max(24px,calc((100vw - var(--max))/2));background:rgba(255,255,255,.96);position:relative;z-index:10;border-bottom:1px solid #e6e5e0}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;min-width:210px}.brand-mark{width:42px;height:42px;border:1px solid var(--pine);border-radius:50%;display:grid;place-items:center;font:700 1.25rem Georgia,serif;color:var(--pine)}.brand strong{display:block;font:700 1.1rem Georgia,serif;letter-spacing:.02em}.brand small{display:block;color:var(--muted);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase}.site-header nav{display:flex;gap:1.55rem;margin-left:auto}.site-header nav a{text-decoration:none;font-size:.84rem;font-weight:650;white-space:nowrap}.site-header nav a:hover{color:var(--clay)}.header-actions{display:flex;align-items:center;gap:.9rem}.language{text-decoration:none;font-weight:800;font-size:.8rem}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;padding:.85rem 1.25rem;background:var(--clay);color:#fff;text-decoration:none;font-weight:750;letter-spacing:.01em;transition:.2s}.button:hover{background:#a54831;transform:translateY(-1px)}.button-small{padding:.62rem .9rem;font-size:.83rem}.menu-button{display:none}.hero{min-height:660px;height:calc(100vh - 82px);max-height:840px;position:relative;display:flex;align-items:center;overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,30,25,.82) 0%,rgba(10,30,25,.58) 42%,rgba(10,30,25,.08) 76%)}.hero-content{position:relative;width:min(680px,calc(100% - 48px));margin-left:max(24px,calc((100vw - var(--max))/2));color:#fff}.eyebrow{margin:0 0 .85rem;text-transform:uppercase;letter-spacing:.2em;font-size:.76rem;font-weight:800;color:var(--clay)}.hero .eyebrow{color:#f0b39f}.hero h1{font:500 clamp(2.8rem,5.4vw,5.6rem)/1.02 Georgia,"Times New Roman",serif;letter-spacing:-.035em;margin:0;max-width:770px}.hero-intro{font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.55;max-width:640px;margin:1.5rem 0 2rem;color:#f0f3f1}.hero-actions{display:flex;align-items:center;gap:1.5rem}.text-link{font-weight:750;text-underline-offset:5px}.facts{max-width:var(--max);margin:-42px auto 0;position:relative;z-index:2;background:#fff;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr)}.facts div{min-height:92px;display:flex;align-items:center;justify-content:center;gap:.8rem;padding:1rem;border-right:1px solid #e9e7e0;text-align:center}.facts div:last-child{border:0}.facts span{color:var(--clay);font:700 1.25rem Georgia,serif}.facts strong{font-size:.9rem}.intro-section{padding:110px 24px 100px;max-width:calc(var(--max) + 48px);margin:auto}.section-heading{max-width:720px;margin:0 auto 3.2rem;text-align:center}.section-heading h2,.guest-panel h2{font:500 clamp(2.25rem,4vw,4rem)/1.1 Georgia,serif;margin:.2rem 0 1rem}.section-heading>p:last-child{color:var(--muted);font-size:1.08rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:var(--cream);overflow:hidden}.card img{width:100%;aspect-ratio:4/3;object-fit:cover}.card-body{padding:1.55rem 1.65rem 1.8rem}.card h3{font:600 1.55rem Georgia,serif;margin:0 0 .55rem}.card p{color:var(--muted);margin:0 0 1rem}.card a{font-weight:800;text-decoration:none;color:var(--pine-2)}.guest-panel{max-width:var(--max);margin:0 auto 100px;padding:56px 64px;background:var(--pine);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:3rem}.guest-panel>div{max-width:730px}.guest-panel p{margin-bottom:0;color:#d8e4df}.guest-panel .eyebrow{color:#f0b39f}.button-light{background:#fff;color:var(--pine);white-space:nowrap}.button-light:hover{background:var(--cream)}footer{padding:30px max(24px,calc((100vw - var(--max))/2));background:#112d27;color:#dbe5e1;display:flex;gap:2rem;justify-content:space-between;font-size:.88rem}
@media(max-width:1050px){.site-header nav{display:none}.menu-button{display:block;margin-left:auto;border:0;background:none;font-weight:800}.site-header.is-open{height:auto;flex-wrap:wrap;padding-top:18px;padding-bottom:18px}.site-header.is-open nav{display:flex;order:4;flex-basis:100%;flex-direction:column;padding:1rem 0}.facts{margin:0;box-shadow:none;border-bottom:1px solid #ddd}.hero{height:680px}.hero-content{margin-left:32px}.cards{grid-template-columns:1fr 1fr}.card:last-child{grid-column:span 2}.card:last-child img{aspect-ratio:2/1}}
@media(max-width:700px){.site-header{height:70px;padding:0 18px;gap:.75rem}.brand{min-width:0}.brand small{display:none}.brand-mark{width:36px;height:36px}.header-actions .button{display:none}.hero{height:690px;min-height:0}.hero-shade{background:linear-gradient(0deg,rgba(8,27,22,.87),rgba(8,27,22,.18) 75%)}.hero-content{align-self:flex-end;margin:0 22px 54px;width:auto}.hero h1{font-size:clamp(2.55rem,12vw,4rem)}.hero-intro{font-size:1rem}.hero-actions{align-items:flex-start;flex-direction:column;gap:1rem}.facts{grid-template-columns:1fr 1fr}.facts div{min-height:86px}.facts div:nth-child(2){border-right:0}.intro-section{padding:76px 18px 70px}.cards{grid-template-columns:1fr}.card:last-child{grid-column:auto}.card:last-child img{aspect-ratio:4/3}.guest-panel{margin:0 18px 70px;padding:38px 28px;display:block}.guest-panel .button{margin-top:1.5rem}footer{display:block;text-align:center}footer span{display:block;margin-top:.4rem}}

/* Pages intérieures */
.page-hero{min-height:560px;position:relative;display:flex;align-items:flex-end;color:#fff;overflow:hidden}.page-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,29,23,.82),rgba(8,29,23,.05) 75%)}.page-hero>div{position:relative;z-index:1;width:min(780px,88%);margin:0 max(6%,calc((100vw - var(--max))/2)) 60px}.page-hero h1,.simple-heading h1,.prose h1,.not-found h1{font:500 clamp(2.7rem,5vw,5rem)/1.05 Georgia,serif;margin:.35rem 0 1rem;letter-spacing:-.03em}.page-hero p:last-child{font-size:1.2rem;max-width:650px}.content-grid{max-width:var(--max);margin:auto;padding:100px 24px;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.content-grid h2,.contact-wrap h2{font:500 clamp(2rem,3.5vw,3.4rem)/1.1 Georgia,serif;margin-top:0}.content-grid p{color:var(--muted);font-size:1.08rem}.content-grid img{width:100%;max-height:560px;object-fit:cover}.content-grid .button{margin-top:1rem}.simple-heading{padding:100px 24px 60px;max-width:850px;margin:auto;text-align:center}.simple-heading>p{color:var(--muted);font-size:1.08rem}.simple-heading>.button{margin-top:1rem}.product-grid,.place-grid{max-width:var(--max);margin:0 auto 100px;padding:0 24px;display:grid;gap:28px}.product-grid{grid-template-columns:repeat(3,1fr)}.product{background:var(--cream)}.product img{width:100%;aspect-ratio:4/3;object-fit:cover}.product>div{padding:1.6rem}.product h2,.place h2,.guide-grid h2{font:600 1.55rem Georgia,serif;margin:.2rem 0 .7rem}.product p,.place p,.guide-grid p{color:var(--muted)}.product a{font-weight:800;color:var(--pine)}.price{float:right;background:var(--pine);color:#fff;padding:.25rem .55rem;border-radius:3px;font-weight:800}.place-grid{grid-template-columns:1fr 1fr}.place{display:grid;grid-template-columns:44% 1fr;background:var(--cream);min-height:260px}.place img{width:100%;height:100%;object-fit:cover}.place>div{padding:1.7rem}.place span{color:var(--clay);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.gallery-grid{max-width:var(--max);margin:0 auto 100px;padding:0 24px;columns:4 240px;column-gap:14px}.gallery-grid a{display:block;margin-bottom:14px;break-inside:avoid;overflow:hidden}.gallery-grid img{width:100%;transition:.25s}.gallery-grid a:hover img{transform:scale(1.025)}.contact-wrap{max-width:1000px;margin:0 auto 100px;padding:50px;background:var(--cream);display:grid;grid-template-columns:1fr 1.6fr;gap:60px}.contact-wrap form label{display:block;font-weight:750;margin-bottom:1.1rem}.contact-wrap input,.contact-wrap textarea{display:block;width:100%;margin-top:.4rem;border:1px solid #c9ccc8;background:#fff;padding:.8rem;font:inherit}.trap{position:absolute!important;left:-9999px}.notice{padding:.8rem 1rem}.notice.success{background:#dcece5}.notice.error{background:#f5ded8}.guide-grid{max-width:1000px;margin:0 auto 100px;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.guide-grid article{border:1px solid #e0dfda;padding:1.8rem}.prose{max-width:850px;margin:auto;padding:100px 24px}.prose h2{font:600 1.7rem Georgia,serif;margin-top:2.2rem}.not-found{text-align:center;padding:150px 24px}
@media(max-width:800px){.page-hero{min-height:520px}.content-grid{grid-template-columns:1fr;padding:70px 20px;gap:40px}.product-grid{grid-template-columns:1fr}.place-grid{grid-template-columns:1fr}.place{grid-template-columns:1fr}.place img{height:240px}.contact-wrap{margin:0 18px 70px;padding:32px 24px;grid-template-columns:1fr;gap:20px}.guide-grid{grid-template-columns:1fr}.simple-heading{padding-top:72px}.gallery-grid{padding:0 14px}}

/* Parcours commercial et nouvelle hiérarchie */
.nav-highlight{color:var(--clay)!important}.feature{max-width:var(--max);margin:110px auto;display:grid;grid-template-columns:1.08fr .92fr;min-height:520px;background:var(--cream)}.feature.reverse{grid-template-columns:.92fr 1.08fr}.feature.reverse .feature-media{order:2}.feature-media img{width:100%;height:100%;min-height:520px;object-fit:cover}.feature-copy{padding:64px;align-self:center}.feature-copy h2,.prepare-panel h2{font:500 clamp(2.25rem,4vw,4.15rem)/1.05 Georgia,serif;margin:.25rem 0 1.25rem}.feature-copy>p:not(.eyebrow):not(.feature-price){color:var(--muted);font-size:1.08rem}.feature-price{font:700 2rem Georgia,serif;color:var(--pine)}.feature-copy small{display:block;margin-top:1.1rem;color:var(--muted);line-height:1.45}.home-links{max-width:var(--max);margin:0 auto 80px;border-top:1px solid #ddd}.home-links a{display:flex;justify-content:space-between;padding:1.2rem .5rem;border-bottom:1px solid #ddd;text-decoration:none;font-size:1.05rem}.home-links a:hover{color:var(--clay)}.guest-panel-quiet{margin-bottom:80px;padding:36px 48px}.guest-panel-quiet h2{font-size:clamp(1.8rem,3vw,3rem)}
.commercial-heading{max-width:940px}.commercial-heading .button{margin-top:1.1rem}.offer-list{max-width:1100px;margin:0 auto 80px;padding:0 24px}.offer-card{display:grid;grid-template-columns:1fr 1fr;gap:0;background:var(--cream);margin-bottom:36px}.offer-card:nth-child(even) .offer-photo{order:2}.offer-photo img{width:100%;height:100%;min-height:470px;object-fit:cover}.offer-photo small{display:block;padding:.75rem 1rem;color:var(--muted);background:#fff}.offer-copy{padding:50px}.offer-copy h2{font:600 clamp(2rem,3.3vw,3.1rem)/1.08 Georgia,serif;margin:.3rem 0 1.2rem}.offer-price{font-weight:800;color:var(--clay);font-size:1.35rem}.details-toggle{width:100%;display:flex;justify-content:space-between;border:0;border-top:1px solid #cecfc9;border-bottom:1px solid #cecfc9;background:transparent;padding:1rem 0;margin:1rem 0 1.4rem;font:750 1rem inherit;cursor:pointer;text-align:left}.offer-details ul{padding-left:1.2rem}.offer-details li{margin:.35rem 0}.offer-note{color:var(--muted);font-size:.9rem}.offer-copy .button{margin-top:1rem}.extras-strip{max-width:1100px;margin:0 auto 100px;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.extras-strip div{background:var(--pine);color:#fff;padding:25px;display:flex;justify-content:space-between;gap:1rem}.extras-strip span{color:#f1b6a3;font-weight:800}
.benefits{padding:95px 24px;background:var(--cream)}.benefit-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefit-grid article{background:#fff;padding:28px}.benefit-grid h3{font:600 1.35rem Georgia,serif;margin-top:0}.benefit-grid p{color:var(--muted)}.prepare-panel{max-width:var(--max);margin:90px auto;padding:55px 60px;background:var(--pine);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:50px}.prepare-panel>div{max-width:760px}.prepare-panel p:not(.eyebrow){color:#d8e4df}.prepare-panel .eyebrow{color:#f0b39f}
.future-guide{background:var(--cream);padding:85px 24px}.category-pills{max-width:900px;margin:auto;display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.category-pills span{background:#fff;border:1px solid #d8d8d2;border-radius:999px;padding:.7rem 1rem;font-weight:700}
.order-layout{max-width:1050px;margin:0 auto 100px;padding:0 24px;display:grid;grid-template-columns:300px 1fr;gap:45px;align-items:start}.order-layout aside{background:var(--pine);color:#fff;padding:30px;position:sticky;top:20px}.order-layout aside h2{font:600 1.8rem Georgia,serif}.order-layout aside p{color:#d8e4df}.order-layout aside a{display:block;margin-top:1.5rem;color:#fff}.order-total{padding-top:1rem;border-top:1px solid rgba(255,255,255,.25);display:flex;justify-content:space-between}.order-total strong{font-size:1.5rem;color:#f0b39f}.order-form{background:var(--cream);padding:40px}.order-form fieldset{border:0;padding:0;margin:0 0 1.5rem}.order-form legend{font:600 1.35rem Georgia,serif;margin-bottom:.8rem}.choice-line{display:flex!important;align-items:center;gap:.7rem;padding:.8rem;border:1px solid #d2d3cf;background:#fff;margin:.5rem 0!important;font-weight:600!important}.choice-line input{width:auto!important;margin:0!important}.choice-line span{flex:1}.choice-line strong{margin-left:auto;color:var(--pine)}.order-form>label,.form-row label{display:block;font-weight:750;margin-bottom:1.1rem}.order-form input,.order-form textarea{display:block;width:100%;margin-top:.4rem;border:1px solid #c9ccc8;background:#fff;padding:.8rem;font:inherit}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-help{color:var(--muted);font-size:.9rem}
@media(max-width:900px){.feature,.feature.reverse{grid-template-columns:1fr;margin:70px 20px}.feature.reverse .feature-media{order:0}.feature-media img{min-height:350px;max-height:520px}.feature-copy{padding:40px}.offer-card{grid-template-columns:1fr}.offer-card:nth-child(even) .offer-photo{order:0}.offer-photo img{min-height:0;max-height:520px}.benefit-grid{grid-template-columns:1fr 1fr}.order-layout{grid-template-columns:1fr}.order-layout aside{position:static}.prepare-panel{margin:60px 20px;display:block}.prepare-panel .button{margin-top:1.2rem}.extras-strip{grid-template-columns:1fr}.home-links{margin-left:20px;margin-right:20px}}
@media(max-width:600px){.feature{margin-left:0;margin-right:0}.feature-copy,.offer-copy{padding:30px 22px}.offer-list{padding:0}.offer-card{margin-bottom:24px}.benefit-grid{grid-template-columns:1fr}.prepare-panel{padding:38px 25px}.order-layout{padding:0}.order-form{padding:28px 20px}.form-row{grid-template-columns:1fr}.guest-panel-quiet{padding:30px 24px}.home-links{margin-bottom:55px}}
.details-toggle{font:inherit;font-weight:750}
.order-intro{margin:0 0 1.5rem;padding:1rem 1.1rem;background:#fff;border-left:4px solid var(--clay)}
.form-fallback{margin:1.25rem 0 0;color:var(--muted);font-size:.92rem}.form-fallback a{font-weight:750;color:var(--pine)}
body{background:linear-gradient(180deg,#fff 0,#fbf8f2 48%,#fff 100%)}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.93);backdrop-filter:blur(12px)}
.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease var(--reveal-delay,0ms),transform .65s ease var(--reveal-delay,0ms)}
.js .reveal.is-visible{opacity:1;transform:none}
.card,.product,.place,.offer-card,.feature,.gallery-grid a{box-shadow:0 12px 36px rgba(17,39,33,.07);transition:transform .28s ease,box-shadow .28s ease}
.card:hover,.product:hover,.place:hover,.offer-card:hover,.gallery-grid a:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(17,39,33,.13)}
.simple-heading{position:relative}.simple-heading:after{content:"";display:block;width:58px;height:3px;background:var(--clay);margin:1.8rem auto 0;border-radius:3px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js .reveal{opacity:1;transform:none;transition:none}.card,.product,.place,.offer-card,.feature,.gallery-grid a{transition:none}}

/* V3.1 — centrage uniforme, tonalité chaude et compatibilité multi-navigateurs */
:root{--warm-white:#fbf7ef;--warm-white-2:#fffaf4;--warm-line:#e8dfd2}
body{background:linear-gradient(180deg,var(--warm-white-2) 0,var(--warm-white) 48%,#f8f1e7 100%)}
main{background:transparent}
.simple-heading,.intro-section,.future-guide{background:transparent}
.card,.product,.place,.offer-card,.feature,.contact-wrap,.order-form{background:#f6efe4}
.benefit-grid article,.guide-grid article,.facts{background:var(--warm-white-2)}
.guide-grid article,.facts,.choice-line{border-color:var(--warm-line)}
.site-header{background:rgba(255,250,244,.94);border-bottom-color:var(--warm-line)}
main h1,main h2,main h3,main .eyebrow{text-align:center}
.hero-content,.page-hero>div{text-align:center}
.hero-content{margin-left:auto;margin-right:auto}
.page-hero>div{margin-left:auto;margin-right:auto}
.feature-copy,.offer-copy,.card-body,.product>div,.place>div,.benefit-grid article,.guide-grid article,.prepare-panel>div,.guest-panel>div{text-align:center}
.feature-copy .button,.offer-copy .button,.card-body .button,.product .button,.content-grid .button,.commercial-heading .button,.simple-heading .button,.prepare-panel .button,.guest-panel .button,.order-form>.button,.not-found .button{display:flex;width:-moz-fit-content;width:fit-content;max-width:100%;margin-left:auto!important;margin-right:auto!important;text-align:center}
.hero-actions{justify-content:center}
.card-body>a:not(.button),.product>div>a:not(.button){display:block;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;text-align:center}
.content-grid>div{text-align:center}
.order-layout aside h2,.contact-wrap h2{text-align:center}
.order-form>.button{border:0;cursor:pointer;font:inherit;font-weight:750;-webkit-appearance:none;appearance:none}
.site-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
button,input,textarea,select{font-family:inherit}
h1,h2,h3,.button{overflow-wrap:anywhere}
@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.site-header{background:var(--warm-white-2)}}
@media(max-width:700px){.hero-content{margin-left:auto;margin-right:auto}.hero-actions{align-items:center}.guest-panel{text-align:center}.guest-panel .button{margin-top:1.5rem}.button{white-space:normal}}

/* Hammam : récit chaleureux fidèle aux contenus d'origine */
.hammam-story{padding:100px 24px;background:linear-gradient(180deg,#f8efe4 0,#fffaf4 100%)}
.hammam-benefits{max-width:1000px;margin:0 auto;display:grid;gap:20px}
.hammam-benefit{display:grid;grid-template-columns:86px 1fr;align-items:start;gap:24px;padding:34px 40px;background:rgba(255,255,255,.68);border:1px solid #eadfd1;border-radius:18px;box-shadow:0 12px 36px rgba(92,61,39,.07)}
.hammam-benefit:nth-child(even){background:#f3e6d8}
.hammam-benefit h3{font:600 clamp(1.45rem,2.5vw,2rem)/1.2 Georgia,serif;margin:.15rem 0 .8rem}
.hammam-benefit p{margin:0;color:#625b54;font-size:1.04rem;line-height:1.8;text-align:center}
.hammam-number{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--pine);color:#fff;font:600 1.15rem Georgia,serif}
.hammam-next{padding:90px 24px;background:linear-gradient(135deg,#183f36,#245a4a);color:#fff;text-align:center}
.hammam-next>div{max-width:760px;margin:auto}.hammam-next h2{font:500 clamp(2.3rem,4vw,4rem)/1.08 Georgia,serif;margin:.3rem 0 1rem}.hammam-next p{color:#dbe8e3;font-size:1.08rem}.hammam-next .eyebrow{color:#efb29f}.hammam-next .button{display:flex;width:-moz-fit-content;width:fit-content;margin:1.7rem auto 0}
.hammam-advice-heading{background:linear-gradient(180deg,#f8efe4,#fffaf4)}
.hammam-steps{max-width:960px;margin:0 auto;padding:10px 24px 90px;display:grid;gap:22px}
.hammam-steps article{padding:35px 44px;background:#f6ede1;border-radius:18px;border:1px solid #eadfd1;text-align:center;box-shadow:0 12px 32px rgba(92,61,39,.06)}
.hammam-steps article:nth-child(even){background:#fffaf4}.hammam-steps h2{font:600 clamp(1.6rem,3vw,2.3rem)/1.2 Georgia,serif;margin:.5rem 0 1rem}.hammam-steps p{max-width:760px;margin:auto;color:#625b54;font-size:1.04rem;line-height:1.8}.step-icon{display:block;font-size:2rem}.back-panel{padding:0 24px 90px;text-align:center}.back-panel .button{display:flex;width:-moz-fit-content;width:fit-content;margin:auto}
.story-highlight{display:inline-block;color:var(--clay);font-weight:800;transform-origin:center}
.js .title-reveal{opacity:0;transform:translateY(14px);transition:opacity .58s ease var(--title-delay,0ms),transform .58s ease var(--title-delay,0ms)}
.js .title-reveal.is-visible{opacity:1;transform:none}
.story-highlight.is-emphasized{animation:word-emphasis 1.15s cubic-bezier(.2,.8,.2,1) both}
@keyframes word-emphasis{0%{opacity:.2;transform:translateY(5px) scale(.94)}45%{opacity:1;transform:translateY(0) scale(1.14);text-shadow:0 8px 22px rgba(189,91,63,.22)}100%{opacity:1;transform:scale(1);text-shadow:none}}
@media(max-width:700px){.hammam-story{padding:70px 16px}.hammam-benefit{grid-template-columns:1fr;padding:28px 22px}.hammam-number{margin:auto}.hammam-steps{padding-left:16px;padding-right:16px}.hammam-steps article{padding:30px 22px}}
@media(prefers-reduced-motion:reduce){.story-highlight.is-emphasized{animation:none}.js .title-reveal{opacity:1;transform:none;transition:none}}

/* V4 — corrections d'affichage et cohérence multi-navigateurs */
.brand-mark{overflow:hidden;background:#fff;border-color:#c8b9a8}.brand-mark img{width:100%;height:100%;object-fit:cover}
.facts-main{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px}
.fact-main{flex-direction:column;gap:.45rem!important;padding:1rem 1.4rem!important;border-right:1px solid var(--warm-line)!important}
.fact-main:last-child{border-right:0!important}.fact-main strong{text-align:center;font-size:1rem}.fact-icon{display:block!important;color:var(--clay)!important;line-height:1}.fact-icon svg{display:block;width:112px;height:24px;fill:currentColor}.fact-icon.private-icon svg{width:30px;height:30px;margin:auto;fill:var(--pine)}
.feature-media{overflow:hidden;min-width:0;line-height:0;background:transparent}.feature-media img{display:block;width:100%;height:100%;object-fit:cover}
.feature-brunch .feature-media{display:flex;align-items:center;background:var(--cream)}
.feature-brunch .feature-media img{height:auto;min-height:0;object-fit:contain;object-position:center top;transform:scale(1.02);clip-path:inset(0 0 2.1% 0)}
.card-giverny img{height:auto;aspect-ratio:auto;object-fit:contain}
main h1,main h2,main h3,main .button{overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}
.hero h1{font-size:clamp(2.35rem,4.6vw,4.8rem)}
.page-hero h1,.simple-heading h1,.prose h1,.not-found h1{font-size:clamp(2.2rem,4.2vw,4.25rem)}
.section-heading h2,.guest-panel h2,.feature-copy h2,.prepare-panel h2{font-size:clamp(1.9rem,3.4vw,3.35rem)}
.offer-copy h2{font-size:clamp(1.8rem,3vw,2.75rem)}
main .button{display:flex;width:-moz-fit-content;width:fit-content;max-width:calc(100% - 2rem);margin-left:auto!important;margin-right:auto!important;text-align:center;white-space:normal}
.hero-actions{width:100%;justify-content:center}.hero-actions .button{margin-left:0!important;margin-right:0!important}
.card-body>a:not(.button),.product>div>a:not(.button){color:var(--clay);font-weight:800;text-align:center}
.section-emblem{display:flex;justify-content:center;margin:-35px auto 45px}.section-emblem img{width:70px;height:70px;border-radius:50%;opacity:.72}
.footer-brand{display:inline-flex;align-items:center;gap:.6rem}.footer-brand img{width:40px;height:40px;border-radius:50%;background:#fff}
.cottage-hero>img{object-position:center 53%}
.cottage-intro-photo{margin:0;overflow:hidden;border-radius:18px;box-shadow:0 20px 48px rgba(61,43,31,.12)}
.cottage-intro-photo img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.cottage-spaces{padding:85px 24px 105px;background:#f8efe4}
.cottage-spaces .section-heading{max-width:820px;margin:0 auto 46px}
.cottage-spaces .section-heading>p:last-child{max-width:680px;margin-left:auto;margin-right:auto}
.cottage-spaces-grid{max-width:1120px;margin:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}
.cottage-space-column{display:flex;min-width:0;flex-direction:column;gap:24px;align-items:center}
.cottage-space{width:100%;margin:0;min-width:0;overflow:hidden;border-radius:18px;background:#e8ddd0;box-shadow:0 16px 38px rgba(77,50,32,.10)}
.cottage-space img{display:block;width:100%;height:auto;max-height:none;aspect-ratio:auto;object-fit:contain}
.cottage-space-portrait{width:min(100%,390px)}
.cottage-space figcaption{position:static;padding:.85rem 1rem;background:var(--pine);color:#fff;text-align:center;font-weight:700;line-height:1.25}
.cottage-garden{max-width:1120px;margin:100px auto;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);align-items:center;gap:0;padding:0 24px}
.cottage-garden-photo{overflow:hidden;border-radius:18px;box-shadow:0 18px 46px rgba(61,43,31,.12);background:#e8ddd0}
.cottage-garden-photo img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.cottage-garden-copy{position:relative;margin-left:-40px;padding:42px 38px;border-radius:16px;background:#fff8ef;box-shadow:0 16px 40px rgba(77,50,32,.12);text-align:center}
.cottage-garden-copy h2{font:500 clamp(1.75rem,3vw,2.7rem)/1.1 Georgia,serif;margin:.35rem 0 1rem}
.cottage-garden-copy p:last-child{color:var(--muted)}
.hammam-benefits{max-width:860px;gap:0}.hammam-benefit{display:block;padding:38px 20px;background:transparent!important;border:0;border-bottom:1px solid #dfd0c0;border-radius:0;box-shadow:none}.hammam-benefit:last-child{border-bottom:0}.hammam-benefit h3{margin:0 auto 1rem}.hammam-benefit p{max-width:760px;margin:auto}.hammam-number{display:none}

/* V5 — prestations, centrage et photographies */
footer{flex-direction:column;align-items:center;justify-content:center;gap:.65rem;text-align:center}
footer span{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}
.footer-brand{display:flex!important;width:100%;justify-content:center;margin:0 auto}
.section-emblem{width:100%;text-align:center}.section-emblem img{margin-left:auto;margin-right:auto}
.offer-photo{display:flex;flex-direction:column;align-items:stretch;min-width:0;overflow:hidden;background:var(--warm-white-2)}
.offer-photo img{display:block;width:100%;height:auto;min-height:0;max-height:470px;object-fit:contain;object-position:center;background:var(--warm-white-2);flex:0 0 auto}
.offer-photo small{position:static;display:block;width:100%;margin:0;text-align:center;line-height:1.45}
.offer-copy{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0}
.offer-copy h2{width:100%;font-size:clamp(1.65rem,2.6vw,2.45rem);text-align:center}
.offer-price{display:block;float:none;position:static;margin:0 auto .75rem;text-align:center;line-height:1.2}
.details-toggle{align-items:center;gap:1rem;text-align:center}.details-toggle>span{flex:0 0 auto}
.offer-details{text-align:left;width:100%}
.offer-details[hidden]{display:none}
@media(max-width:700px){.facts-main{grid-template-columns:1fr}.fact-main{border-right:0!important;border-bottom:1px solid var(--warm-line)}.fact-main:last-child{border-bottom:0}.hero h1{font-size:clamp(2.05rem,10vw,3.15rem)}.page-hero h1,.simple-heading h1,.prose h1,.not-found h1{font-size:clamp(2rem,9vw,3rem)}.section-heading h2,.guest-panel h2,.feature-copy h2,.prepare-panel h2{font-size:clamp(1.75rem,8vw,2.55rem)}.feature-brunch .feature-media img{width:100%;height:auto;max-height:none;transform:scale(1.02)}.offer-photo img{width:100%;height:auto;max-height:none;object-fit:contain}.offer-copy h2{font-size:clamp(1.55rem,7vw,2.15rem)}.cottage-spaces{padding:65px 16px 75px}.cottage-spaces-grid{grid-template-columns:1fr;gap:16px}.cottage-space-column{gap:16px}.cottage-space-portrait{width:min(100%,330px)}.cottage-space img{width:100%;height:auto;max-height:none;aspect-ratio:auto;object-fit:contain}.cottage-garden{margin:70px auto;padding:0 16px;grid-template-columns:1fr}.cottage-garden-photo img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.cottage-garden-copy{margin:-12px 12px 0;padding:30px 22px}.section-emblem{margin-top:-20px}}

/* V8 — film plein écran à l'entrée de la page Le gîte */
.cottage-film-intro{display:none}
.js.play-cottage-film,.js.play-cottage-film body{overflow:hidden}
.js.play-cottage-film .cottage-film-intro{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;width:100%;height:100%;height:100dvh;background:#071612;opacity:1;transition:opacity .7s ease}
.cottage-film-intro.is-closing{opacity:0!important;pointer-events:none}
.cottage-film-intro video{display:block;width:100%;height:100%;object-fit:contain;background:#071612}
.cottage-film-skip{position:absolute;left:50%;bottom:max(20px,env(safe-area-inset-bottom));z-index:1;display:flex;align-items:center;justify-content:center;gap:.5rem;transform:translateX(-50%);padding:.7rem 1rem;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:rgba(7,22,18,.58);color:#fff;font:700 .8rem/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
.cottage-film-skip:hover,.cottage-film-skip:focus-visible{background:rgba(7,22,18,.9);border-color:#fff}
@media(prefers-reduced-motion:reduce){.js.play-cottage-film .cottage-film-intro{display:none}.js.play-cottage-film,.js.play-cottage-film body{overflow:auto}}
@supports not (height:100dvh){.js.play-cottage-film .cottage-film-intro{height:100vh}}
@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.cottage-film-skip{background:rgba(7,22,18,.9)}}

/* V9 — beige très clair et rythme vertical resserré sur l'ensemble du site */
:root{
  --warm-white:#fdfbf7;
  --warm-white-2:#fffdfa;
  --warm-line:#eee8df;
  --cream:#f7f2ea;
  --section-space:70px;
  --section-space-small:58px;
}

/* V11 — ordre mobile inversé, sans encadrement ni élargissement */
@media(max-width:700px){
  .site-header{gap:.55rem}
  .brand{order:1;margin-right:auto}
  .header-actions{order:2;margin-left:0;gap:.35rem}
  .menu-button{order:3;margin-left:0;padding:.2rem .1rem;border:0;background:none;font:800 .9rem/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink)}
  .language{padding:.2rem .1rem;border:0;background:none;font-size:.86rem;line-height:1.2}
}
body{background:linear-gradient(180deg,#fffdfa 0,#fdfbf7 52%,#fbf8f2 100%)}
.site-header{background:rgba(255,253,250,.95);border-bottom-color:var(--warm-line)}
.card,.product,.place,.offer-card,.feature,.contact-wrap,.order-form{background:#f7f2ea}
.benefit-grid article,.guide-grid article,.facts{background:#fffdfa}
.hammam-story{background:linear-gradient(180deg,#faf6ef 0,#fffdfa 100%)}
.hammam-advice-heading{background:linear-gradient(180deg,#faf6ef,#fffdfa)}
.cottage-spaces{background:#faf6ef}

.intro-section{padding:var(--section-space) 24px var(--section-space-small)}
.section-heading{margin-bottom:2.35rem}
.feature{margin:var(--section-space) auto;min-height:500px}
.feature-copy{padding:52px}
.guest-panel{margin-bottom:var(--section-space);padding:48px 58px}
.guest-panel-quiet{margin-bottom:var(--section-space-small);padding:34px 46px}
.home-links{margin-bottom:var(--section-space-small)}
.section-emblem{margin:-18px auto 30px}
.simple-heading{padding:var(--section-space) 24px 42px}
.simple-heading:after{margin-top:1.35rem}
.content-grid{padding:var(--section-space) 24px;gap:58px}
.product-grid,.place-grid,.gallery-grid,.guide-grid,.order-layout{margin-bottom:var(--section-space)}
.contact-wrap{margin-bottom:var(--section-space);padding:44px;gap:48px}
.prose{padding:var(--section-space) 24px}
.legal-notice{line-height:1.75}.legal-notice>p{max-width:780px}.legal-notice a{text-underline-offset:3px}.legal-notice h2{margin-top:2.5rem}
.not-found{padding:105px 24px}
.offer-list{margin-bottom:var(--section-space-small)}
.offer-card{margin-bottom:28px}
.offer-copy{padding:44px}
.extras-strip{margin-bottom:var(--section-space)}
.benefits{padding:var(--section-space) 24px}
.prepare-panel{margin:var(--section-space) auto;padding:48px 54px}
.future-guide{padding:var(--section-space) 24px}
.hammam-story{padding:var(--section-space) 24px}
.hammam-next{padding:var(--section-space) 24px}
.hammam-steps{padding-bottom:var(--section-space)}
.back-panel{padding-bottom:var(--section-space)}
.cottage-spaces{padding:var(--section-space) 24px 78px}
.cottage-spaces .section-heading{margin-bottom:38px}
.cottage-garden{margin:var(--section-space) auto}

@media(max-width:900px){
  :root{--section-space:52px;--section-space-small:44px}
  .feature,.feature.reverse{margin:var(--section-space) 20px}
  .feature-copy{padding:36px}
  .prepare-panel{margin:var(--section-space) 20px;padding:40px 34px}
  .content-grid{padding:var(--section-space) 20px;gap:34px}
}
@media(max-width:700px){
  :root{--section-space:46px;--section-space-small:40px}
  .intro-section{padding:48px 18px 44px}
  .section-heading{margin-bottom:2rem}
  .feature,.feature.reverse{margin:46px 0}
  .feature-copy,.offer-copy{padding:30px 22px}
  .guest-panel{margin-bottom:46px;padding:34px 26px}
  .simple-heading{padding:50px 18px 34px}
  .contact-wrap{margin:0 18px 46px;padding:30px 22px;gap:18px}
  .product-grid,.place-grid,.gallery-grid,.guide-grid,.order-layout{margin-bottom:46px}
  .offer-list{margin-bottom:42px}
  .offer-card{margin-bottom:22px}
  .extras-strip{margin-bottom:46px}
  .benefits,.future-guide,.hammam-next{padding:48px 18px}
  .hammam-story{padding:48px 16px}
  .hammam-steps{padding-bottom:46px}
  .back-panel{padding-bottom:46px}
  .cottage-spaces{padding:48px 16px 52px}
  .cottage-garden{margin:48px auto}
  .home-links{margin-bottom:42px}
  .section-emblem{margin:-10px auto 25px}
}
