@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
:root{--bouton:#0088cc;--bouton-survol:#006da3;--brand:#b68d88;--ink:#30292a;--muted:#675c5c;--rose-ink:#77534f;--blush:#f5eae8;--pale:#fbf7f6;--line:#e2d4d1;--white:#fff;--radius:26px;--max:1240px;font-family:Montserrat,Arial,sans-serif;color:var(--ink);background:white;font-synthesis:none}*{box-sizing:border-box}body{margin:0}html{scroll-behavior:smooth;scroll-padding-top:110px}a{color:inherit;text-decoration:none}a,button,summary{-webkit-tap-highlight-color:transparent}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}p,li{line-height:1.85}p{margin:0 0 1.2em}h1,h2,h3{font-weight:500;line-height:1.18;margin:0;letter-spacing:-.045em}h1{font-size:clamp(2.4rem,5.1vw,4.5rem)}h2{font-size:clamp(2rem,3.6vw,3.1rem)}h3{font-size:1.25rem;letter-spacing:-.025em}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--rose-ink);outline-offset:5px}a:hover{text-decoration-thickness:1px}::selection{background:var(--brand);color:var(--ink)}.wrap{width:min(var(--max),calc(100% - 96px));margin-inline:auto}.section{padding-block:96px}.eyebrow{font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--rose-ink);display:block;margin-bottom:20px}.muted{color:var(--muted)}.small{font-size:.8125rem}.skip{position:fixed;left:12px;top:-80px;z-index:99;background:white;padding:14px}.skip:focus{top:12px}.site-header{position:sticky;top:0;z-index:20;background:rgb(255 255 255 / .97);border-bottom:1px solid var(--line)}.header-inner{height:100px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:14px;flex-shrink:0}.brand-mark{position:relative;width:54px;height:43px;overflow:hidden}.brand-mark img{position:absolute;height:auto;width:137px;max-width:none;left:-39px;top:-30px}.brand-name{font-weight:600;letter-spacing:.07em;font-size:.85rem}.brand-name small{display:block;font-size:.625rem;font-weight:500;letter-spacing:.15em;margin-top:6px}.desktop-nav{display:flex;align-items:center;gap:26px;font-size:.8125rem}.desktop-nav>a:not(.button){padding:12px 0}.desktop-nav>a[aria-current=page]{color:var(--rose-ink);box-shadow:0 1px var(--brand)}.button{display:inline-flex;justify-content:center;align-items:center;gap:20px;background:var(--brand);color:#271f1e;min-height:52px;padding:15px 23px;border:1px solid transparent;border-radius:7px;font-size:.875rem;font-weight:600;line-height:1.4;transition:background .2s,transform .2s}.button:hover{background:#c7a39e;transform:translateY(-2px)}.button.secondary{background:transparent;border-color:var(--line)}.button.secondary:hover{background:var(--blush)}.button.white{background:white}.text-link{display:inline-flex;align-items:center;gap:12px;border-bottom:1px solid var(--brand);padding:8px 0;font-size:.875rem;font-weight:500;line-height:1.5}.text-link:hover{color:var(--rose-ink)}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:28px}.menu-toggle{display:none;border:1px solid var(--line);padding:12px;background:white;border-radius:6px;min-height:44px}.mobile-nav{display:none}.mobile-nav:not([hidden]){display:grid;gap:4px;padding:0 24px 20px}.mobile-nav a{padding:13px;border-bottom:1px solid var(--line)}
.hero{background:var(--pale);padding:34px 0 45px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:36px}.hero-copy{padding:52px 0 35px;position:relative}.hero h1{max-width:640px;margin-bottom:26px}.hero h1 span{color:var(--rose-ink)}.hero .intro{max-width:470px;color:var(--muted);font-size:1rem}.hero-meta{margin-top:38px;display:flex;gap:20px;align-items:center;color:var(--muted);font-size:.75rem}.hero-meta span+span{border-left:1px solid var(--line);padding-left:20px}.hero-image{position:relative;border-radius:160px 26px 26px 26px;background:var(--blush);min-height:560px;overflow:hidden}.photo-back{background-image:url('/public/659804792_122295781442214953_1323972992744218106_n.jpg');background-repeat:no-repeat;background-size:auto 940px;background-position:center -240px}.hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(35,25,25,.26),transparent 38%)}.photo-credit{position:absolute;bottom:24px;left:26px;z-index:2;color:white;font-size:.75rem;letter-spacing:.1em}.hero-note{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:28px;font-size:.8125rem;color:var(--muted)}.hero-note .line{flex:1;height:1px;background:var(--line)}.circle-arrow{border:1px solid var(--brand);border-radius:50%;height:36px;width:36px;display:grid;place-items:center;color:var(--rose-ink)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:40px}.section-head h2{max-width:720px}.section-head p{max-width:355px;color:var(--muted);margin:0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{display:flex;flex-direction:column;border-top:2px solid var(--brand);padding:26px 24px 24px;background:var(--pale);border-radius:0 0 16px 16px;transition:background .2s,transform .2s}.service-card:hover{background:var(--blush);transform:translateY(-3px)}.service-card .number{font-size:.75rem;color:var(--rose-ink);margin-bottom:38px}.service-card h3{margin-bottom:16px}.service-card p{color:var(--muted);font-size:.875rem;flex:1}.service-card .card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding-top:20px;margin-top:12px;font-size:.8125rem}.card-bottom strong{font-weight:600}.card-bottom .arrow{font-size:1.25rem}.service-foot{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:27px}.price-note{font-size:.75rem;color:var(--muted)}
.story{background:var(--blush);position:relative;padding:78px 0}.story-heading{max-width:760px;margin-bottom:50px}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}.story-picture{position:sticky;top:130px;min-height:490px;border-radius:24px;overflow:hidden;background-color:#eee}.story-picture .photo{position:absolute;inset:0;background-image:url('/public/659804792_122295781442214953_1323972992744218106_n.jpg');background-repeat:no-repeat;background-size:auto 1100px;background-position:center -400px;transform:scale(var(--story-scale,1));transition:transform .1s linear}.gesture-line{position:absolute;inset:0;height:100%;width:100%;pointer-events:none}.gesture-line path{fill:none;stroke:white;stroke-width:1.5;stroke-dasharray:1;stroke-dashoffset:var(--line-progress,1);filter:drop-shadow(0 1px 2px #0005)}.story-position{position:absolute;bottom:22px;left:22px;background:white;border-radius:100px;padding:10px 16px;font-size:.75rem;color:var(--rose-ink)}.story-step{min-height:52vh;display:flex;justify-content:center;flex-direction:column;border-top:1px solid #c9aaa5;padding:32px 0;scroll-margin-top:130px}.story-step:last-child{min-height:40vh}.story-step .num{font-size:.75rem;letter-spacing:.16em;color:var(--rose-ink);margin-bottom:20px}.story-step h3{font-size:2rem;margin-bottom:20px}.story-step p{color:var(--muted);max-width:425px}.story-step.is-active h3{color:var(--rose-ink)}.story-dots{display:flex;gap:8px;position:absolute;bottom:27px;right:24px}.story-dots span{width:7px;height:7px;border-radius:100%;background:#fff7}.story-dots span.active{background:#fff}.about-grid{display:grid;grid-template-columns:.85fr 1.1fr;align-items:center;gap:100px}.portrait{width:100%;height:auto;aspect-ratio:1/1.05;object-fit:cover;border-radius:24px 110px 24px 24px}.portrait-wrap{max-width:390px;position:relative;margin-inline:auto}.portrait-caption{background:white;border:1px solid var(--line);border-radius:12px;padding:18px 24px;position:relative;margin:-32px -24px 0 32px;box-shadow:0 12px 32px #30292a08}.portrait-caption strong{display:block;font-size:.9375rem;font-weight:500}.portrait-caption span{font-size:.75rem;color:var(--muted)}.about-copy h2{margin-bottom:28px}.about-copy p{color:var(--muted)}.quote{font-size:1.25rem;line-height:1.7;border-left:2px solid var(--brand);padding-left:24px;margin:28px 0;color:var(--rose-ink)}.soft-section{background:var(--pale)}.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.guide-card{padding:32px;border:1px solid var(--line);border-radius:16px;background:white;display:flex;flex-direction:column}.guide-card .eyebrow{margin-bottom:30px}.guide-card h3{font-size:1.5rem;margin-bottom:16px}.guide-card p{font-size:.9375rem;color:var(--muted);flex:1}.guide-card .text-link{align-self:start}.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px}.faq-lead h2{margin-bottom:22px}.faq-lead p{color:var(--muted)}.faq details{border-bottom:1px solid var(--line)}.faq details:first-child{border-top:1px solid var(--line)}.faq summary{padding:24px 34px 24px 0;position:relative;cursor:pointer;list-style:none;line-height:1.6;font-size:.9375rem;font-weight:500}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:'+';position:absolute;right:4px;top:24px;font-size:1.25rem;color:var(--rose-ink)}.faq details[open] summary:after{content:'−'}.faq .answer{padding:0 30px 24px 0;font-size:.9375rem;color:var(--muted)}.faq .answer p:last-child{margin:0}.faq a,.prose a{color:var(--rose-ink);text-decoration:underline;text-underline-offset:3px}.visit-band{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:var(--blush);border-radius:24px;padding:50px}.visit-band h2{margin-bottom:22px}.visit-band p{color:var(--muted)}.visit-details{border-left:1px solid #c9aaa5;padding-left:55px}.visit-details address{font-style:normal;font-size:1.125rem;line-height:1.9}.visit-details .small{margin-top:15px}.booking-band{text-align:center;background:var(--pale);padding:75px 24px}.booking-band h2{margin-bottom:20px}.booking-band p{color:var(--muted);max-width:580px;margin:0 auto 25px}.footer{padding:55px 0 25px;background:white}.footer-top{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px;padding-bottom:40px}.footer h3{font-size:.875rem;margin-bottom:15px;letter-spacing:0}.footer p,.footer a{font-size:.8125rem;line-height:1.9}.footer-links{display:grid;gap:7px}.footer-bottom{padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:.75rem;color:var(--muted)}
.breadcrumbs{padding:24px 0;font-size:.75rem;color:var(--muted);display:flex;flex-wrap:wrap;gap:10px}.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}.page-intro{background:var(--pale);padding:55px 0 65px}.page-intro h1{max-width:920px;font-size:clamp(2.2rem,4.5vw,4rem);margin-bottom:24px}.page-intro p{max-width:760px;color:var(--muted);font-size:1.0625rem}.facts{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.fact{font-size:.8125rem;background:white;border:1px solid var(--line);border-radius:100px;padding:11px 17px}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 315px;gap:80px;align-items:start}.prose{font-size:1rem}.prose h2{font-size:1.8rem;margin:45px 0 20px;letter-spacing:-.025em;scroll-margin-top:130px}.prose h2:first-child{margin-top:0}.prose h3{margin:28px 0 16px}.prose p,.prose li{color:var(--muted)}.prose ul,.prose ol{padding-left:24px}.prose li{padding-left:7px;margin-bottom:12px}.prose .lead{font-size:1.125rem;color:var(--ink)}.booking-aside{position:sticky;top:130px;border:1px solid var(--line);background:var(--pale);padding:30px;border-radius:18px}.booking-aside h2{font-size:1.4rem;letter-spacing:-.02em;margin-bottom:15px}.booking-aside .price{font-size:2rem;color:var(--rose-ink);font-weight:500;letter-spacing:-.06em;margin:22px 0 4px}.booking-aside .button{width:100%;margin-top:20px}.booking-aside p{font-size:.8125rem}.booking-aside hr{border:0;border-top:1px solid var(--line);margin:22px 0}.booking-aside .text-link{font-size:.8125rem}.related{margin-top:50px;padding-top:30px;border-top:1px solid var(--line)}.related a{display:block;margin-top:14px;font-size:.9375rem;text-decoration:underline;text-underline-offset:4px}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.9375rem}th,td{text-align:left;padding:18px 14px;border-bottom:1px solid var(--line);vertical-align:top}th{background:var(--pale);font-weight:600}td:last-child{white-space:nowrap}.table-scroll a{color:var(--rose-ink);text-decoration:underline}.info-box{background:var(--blush);padding:28px;border-radius:14px;margin:30px 0}.info-box h3{margin:0 0 12px}.info-box p:last-child{margin:0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.contact-box{padding:35px;background:var(--pale);border-radius:20px}.contact-box h2{font-size:1.65rem;margin-bottom:20px}.contact-box address{font-style:normal;line-height:1.9;font-size:1.125rem}.contact-box p{color:var(--muted)}.booking-frame-wrap{border:1px solid var(--line);padding:32px;border-radius:20px;margin-top:35px;background:white}.booking-frame-wrap iframe{width:100%;height:710px;border:0;border-radius:12px;background:white}.booking-frame-wrap[hidden]{display:none}.booking-notice{max-width:640px;margin-inline:auto}.load-booking{margin-top:20px}.catalogue .service-grid{grid-template-columns:repeat(2,1fr)}.catalogue .service-card .number{margin-bottom:22px}.catalogue .service-card h3{font-size:1.5rem}.catalogue .service-card p{font-size:1rem}.mobile-booking{display:none}.not-found{text-align:center;padding:100px 20px}.not-found h1{margin-bottom:25px}
@media(min-width:1500px){.hero-image{min-height:610px;background-size:auto 1010px;background-position:center -264px}}@media(max-width:1050px){.wrap{width:calc(100% - 56px)}.desktop-nav{gap:17px}.desktop-nav>a{font-size:.75rem}.brand-name{font-size:.75rem}.header-inner{gap:14px}.hero-grid{gap:24px}.hero-copy{padding-top:32px}.hero-image{min-height:530px;background-size:auto 880px;background-position:center -225px}.hero-meta{flex-wrap:wrap;gap:12px}.hero-meta span+span{padding-left:12px}.story-grid{gap:45px}.about-grid{gap:60px}.faq-layout{gap:45px}.content-grid{gap:40px;grid-template-columns:minmax(0,1fr) 280px}.visit-band{gap:35px;padding:35px}.visit-details{padding-left:35px}}
@media(max-width:800px){.desktop-nav{display:none}.menu-toggle{display:block}.header-inner{height:84px}.brand-name{font-size:.8125rem}.hero-grid{grid-template-columns:1fr 1fr;gap:20px}.hero-copy{padding:22px 0}.hero h1{font-size:2.8rem}.hero-image{min-height:490px;background-size:auto 830px;background-position:center -215px;border-top-left-radius:95px}.hero .intro{font-size:.9375rem}.hero-meta{display:block;line-height:2}.hero-meta span{display:block}.hero-meta span+span{border:0;padding:0}.hero .actions{gap:8px}.service-grid{gap:14px}.service-card{padding:20px 18px}.section{padding-block:65px}.about-grid{gap:40px}.story-grid{gap:30px}.story-picture{min-height:410px;top:108px}.story-step h3{font-size:1.6rem}.faq-layout{grid-template-columns:1fr;gap:30px}.content-grid{grid-template-columns:1fr}.booking-aside{position:static;max-width:600px}.footer-top{grid-template-columns:1fr 1fr}.footer-top>div:first-child{grid-column:1/-1}.visit-band{grid-template-columns:1fr}.visit-details{padding-left:0;border:0;border-top:1px solid #c9aaa5;padding-top:25px}.service-head{display:block}.guide-grid{gap:16px}.guide-card{padding:25px}.contact-grid{gap:20px}}
@media(max-width:600px){html{scroll-padding-top:90px}.wrap{width:calc(100% - 40px)}.header-inner{height:78px}.brand-mark{width:46px}.brand-name{font-size:.75rem}.brand-name small{font-size:.55rem}.brand{gap:8px}.hero{padding-top:16px;padding-bottom:24px}.hero-grid{grid-template-columns:1fr;gap:26px}.hero-copy{padding:16px 0 0}.hero .eyebrow{font-size:.6875rem;letter-spacing:.11em;margin-bottom:18px}.hero h1{font-size:2.75rem;max-width:400px;margin-bottom:20px}.hero .intro{font-size:.9375rem}.hero-image{min-height:0;height:365px;border-radius:100px 20px 20px 20px;background-size:auto 670px;background-position:center -178px}.hero-meta{display:flex;margin-top:24px;font-size:.6875rem;gap:14px}.hero-note{font-size:.6875rem;gap:12px;margin-top:24px}.hero-note .circle-arrow{width:30px;height:30px}.photo-credit{font-size:.625rem;left:20px}.section{padding-block:55px}.section-head{display:block;margin-bottom:30px}.section-head p{margin-top:22px;font-size:.9375rem}.service-grid,.catalogue .service-grid{grid-template-columns:1fr}.service-card{padding:24px}.service-card .number{margin-bottom:22px}.service-card h3{font-size:1.4rem}.service-card p{font-size:.9375rem}.service-foot{display:block}.service-foot .text-link{margin-top:15px}.story{padding:50px 0}.story-grid{grid-template-columns:1fr;gap:25px}.story-heading{margin-bottom:28px}.story-picture{position:relative;top:auto;min-height:320px}.story-picture .photo{background-size:auto 790px;background-position:center -270px}.story-step,.story-step:last-child{min-height:0;padding:30px 0}.story-step h3{font-size:1.6rem;margin-bottom:15px}.story-step p{font-size:.9375rem}.about-grid{grid-template-columns:1fr;gap:45px}.portrait-wrap{max-width:310px}.portrait-caption{margin-right:0}.about-copy h2{font-size:2rem}.guide-grid{grid-template-columns:1fr}.guide-card h3{font-size:1.4rem}.faq summary{font-size:.9375rem}.visit-band{padding:28px 24px;gap:24px}.visit-band h2{font-size:1.9rem}.booking-band{padding:52px 20px}.booking-band h2{font-size:2rem}.footer{padding-bottom:90px}.footer-top{gap:30px}.footer-bottom{display:block;line-height:2}.page-intro{padding:30px 0 40px}.page-intro h1{font-size:2.2rem}.page-intro p{font-size:1rem}.breadcrumbs{font-size:.6875rem;gap:7px;padding:18px 0}.facts{gap:8px}.fact{font-size:.75rem;padding:9px 12px}.contact-grid{grid-template-columns:1fr}.contact-box{padding:26px}.booking-frame-wrap{padding:8px;border-radius:12px}.booking-frame-wrap iframe{height:720px}.service-card .card-bottom{font-size:.8125rem}.mobile-booking{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:30;padding:10px 20px max(10px,env(safe-area-inset-bottom));background:#fffffff5;border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px}.mobile-booking span{font-size:.75rem}.mobile-booking .button{min-height:44px;padding:12px 18px;font-size:.8125rem}.prose h2{font-size:1.6rem}.prose{font-size:.9375rem}.prose .lead{font-size:1rem}.story-step .num{margin-bottom:14px}.table-scroll{margin-inline:-5px}th,td{padding:15px 9px;font-size:.8125rem}.section-head h2{font-size:2rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.story-picture{position:relative;top:auto}.story-picture .photo{transform:none!important}.gesture-line path{stroke-dashoffset:0!important}.story-step,.story-step:last-child{min-height:0;padding:35px 0}}@media print{.site-header,.mobile-booking,.menu-toggle,.booking-band,.footer,.actions,.story{display:none}.wrap{width:100%}.section{padding:25px 0}.content-grid{display:block}.booking-aside{position:static}.faq details .answer{display:block}}

@media(min-width:601px) and (max-width:800px){.hero-grid{grid-template-columns:1fr}.hero h1{max-width:600px;font-size:3.3rem}.hero-image{min-height:0;height:420px;background-size:auto 790px;background-position:center -210px}.hero-meta{display:flex;gap:24px;margin-top:22px}.hero-copy{padding-bottom:0}.service-grid{grid-template-columns:1fr 1fr}.section-head{display:block}.section-head p{margin-top:20px}}

[hidden]{display:none!important}
/* Immersive photographic interlude: native scroll, no wheel interception. */
.gesture-story{--stage-top:100px;--gesture-progress:0;position:relative;height:230vh;background:#ead8d4}.gesture-stage{position:sticky;top:var(--stage-top);height:calc(100svh - var(--stage-top));min-height:590px;overflow:hidden;isolation:isolate}.gesture-top,.gesture-bottom{position:absolute;left:4%;right:4%;display:flex;justify-content:space-between;align-items:center;gap:24px;z-index:4}.gesture-top{top:27px}.gesture-top .eyebrow{margin:0;font-size:.65rem;letter-spacing:.18em}.gesture-skip{font-size:.75rem;border-bottom:1px solid #ac8983;padding:8px 0}.gesture-copy{position:absolute;left:8%;top:19%;width:44%;z-index:3}.gesture-count{font-size:.75rem;letter-spacing:.2em;color:var(--rose-ink)}.gesture-copy h2{font-size:clamp(2.8rem,5.5vw,5.5rem);line-height:1.04;margin:28px 0 34px;letter-spacing:-.065em}.gesture-chapter{max-width:320px;min-height:145px}.gesture-chapter h3{font-size:1.5rem;color:var(--rose-ink);margin-bottom:14px}.gesture-chapter p{font-size:.875rem;line-height:1.8}.gesture-copy .text-link{margin-top:8px}.gesture-window{position:absolute;left:57%;top:13%;width:34%;height:72%;border-radius:48% 48% 42% 42%;overflow:hidden;transform:rotate(calc(-7deg + var(--gesture-progress)*10deg)) scale(calc(.92 + var(--gesture-progress)*.12));background:#f6efed;box-shadow:0 30px 60px #66443c18;will-change:transform}.gesture-photo{position:absolute;inset:-8%;background-image:url('/public/581950381_122272508612214953_5851391299809286064_n.jpg');background-repeat:no-repeat;background-size:auto 185%;background-position:70% 100%;transform:translateY(calc(var(--gesture-progress)*-2%)) scale(calc(1.02 + var(--gesture-progress)*.08));will-change:transform}.gesture-caption{position:absolute;bottom:10%;left:0;right:0;text-align:center;font-size:.6rem;letter-spacing:.2em;color:#fff;text-shadow:0 1px 5px #30292a}.gesture-art{position:absolute;inset:-20% -5%;z-index:-1;transform:translateY(calc(var(--gesture-progress)*-5%));opacity:.45}.gesture-art svg{width:100%;height:100%;fill:none;stroke:#b68d88;stroke-width:.65}.gesture-art path:first-child{stroke-width:1.3}.gesture-bottom{bottom:28px;font-size:.6875rem;color:var(--rose-ink)}.gesture-track{height:1px;background:#b68d8855;flex:1;max-width:250px}.gesture-track i{display:block;width:100%;height:2px;background:var(--rose-ink);transform:scaleX(var(--gesture-progress));transform-origin:left}#apres-le-geste{scroll-margin-top:110px}
@media(max-width:800px){.gesture-story{--stage-top:84px;height:200vh}.gesture-copy{left:6%;width:46%;top:23%}.gesture-copy h2{font-size:3rem}.gesture-window{left:57%;width:38%;height:63%;top:18%}.gesture-chapter{min-height:180px}.gesture-end{display:none}}
@media(max-width:600px){.gesture-story{--stage-top:78px;height:190svh}.gesture-stage{min-height:640px}.gesture-top{top:18px;left:20px;right:20px;gap:12px}.gesture-top .eyebrow{font-size:.55rem;max-width:145px;line-height:1.8}.gesture-skip{font-size:.625rem}.gesture-copy{left:24px;top:100px;width:calc(100% - 48px)}.gesture-copy h2{font-size:2.8rem;margin:15px 0 0;max-width:290px}.gesture-count{font-size:.65rem}.gesture-window{left:49%;width:47%;top:245px;height:270px}.gesture-chapter{margin-top:28px;width:45%;min-height:235px}.gesture-chapter h3{font-size:1.3rem}.gesture-chapter p{font-size:.8rem;line-height:1.8}.gesture-caption{display:none}.gesture-copy .text-link{font-size:.8rem}.gesture-bottom{bottom:75px;left:24px;right:24px;font-size:.6rem}.gesture-bottom>span{max-width:170px}.gesture-art{inset:0 -40%}.gesture-photo{background-size:auto 175%}.gesture-track{max-width:90px}}
@media(prefers-reduced-motion:reduce){.gesture-story{height:auto}.gesture-stage{position:relative;top:0;height:720px}.gesture-window,.gesture-photo,.gesture-art{transform:none;will-change:auto}.gesture-track{display:none}}
@media print{.gesture-story{display:none}}
/* Opening composition: the visual story and booking now share the first screen. */
.hero-experience{--moment-progress:0;padding:0;min-height:135vh;background:#fbf7f6}.hero-sticky{position:sticky;top:100px;padding:28px 0 24px}.hero-experience .hero-grid{align-items:center;gap:54px}.hero-experience .hero-copy{padding:20px 0}.hero-experience .hero-image{min-height:0;height:clamp(380px,58vh,590px);border-radius:46% 46% 18px 18px;isolation:isolate}.hero-moving-photo{position:absolute;inset:-12px;background-size:auto 940px;background-position:center -250px;transform:translateY(calc(var(--moment-progress)*-10px)) scale(calc(1 + var(--moment-progress)*.035))}.hero-experience .hero-image:after{background:linear-gradient(0deg,#30211f88,transparent 45%)}.hero-moment{position:absolute;bottom:54px;left:32px;right:20px;z-index:3;color:white;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:500;letter-spacing:-.055em}.hero-experience .photo-credit{left:34px;bottom:28px;font-size:.6rem;letter-spacing:.2em}.hero-canvas{position:relative}.hero-canvas:before{content:'';position:absolute;inset:-12px 14px 52px -14px;border:1px solid #b68d8866;border-radius:46% 46% 22px 22px;transform:rotate(-3deg);pointer-events:none}.moment-caption{display:flex;align-items:center;gap:20px;padding:23px 4px 0;color:var(--rose-ink);font-size:.6rem;letter-spacing:.15em}.moment-segments{display:flex;gap:5px;flex:1}.moment-segments i{height:2px;background:var(--line);flex:1;transition:background .3s}.moment-segments i.active{background:var(--brand)}.hero-experience .hero-meta{margin-top:27px}.hero-experience .hero-note{margin-top:25px}.appointment-button{min-height:64px;border-radius:100px;padding:10px 12px 10px 27px;gap:20px;background:linear-gradient(140deg,#d1ada5 0%,#b68d88 60%,#ae7f78 100%);border:1px solid #ac7c76;box-shadow:0 9px 22px #77534f24,inset 0 1px 0 #ffffff70;font-weight:600;transition:box-shadow .2s,transform .2s}.appointment-button>span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#fff6;font-size:1.1rem;transition:background .2s,transform .2s}.appointment-button:hover{background:linear-gradient(140deg,#dbbbb4,#bb918a);box-shadow:0 12px 28px #77534f38,inset 0 1px 0 #fff8;transform:translateY(-2px)}.appointment-button:hover>span{background:#fff9;transform:rotate(45deg)}.appointment-button:active{transform:translateY(1px);box-shadow:0 3px 10px #77534f20}
@media(max-width:1050px){.hero-experience .hero-grid{gap:32px}.appointment-button{padding-left:21px;font-size:.8rem;gap:12px}}
@media(max-width:800px){.hero-experience{min-height:0}.hero-sticky{position:relative;top:auto;padding-top:26px}.hero-experience .hero-grid{grid-template-columns:1fr;gap:38px}.hero-experience .hero-image{height:430px}.hero-canvas{max-width:590px;width:100%;margin:auto}.hero-experience .hero-copy{padding:0}.hero-experience .hero-image{border-radius:130px 130px 18px 18px}.hero-canvas:before{border-radius:130px 130px 18px 18px}.hero-moment{font-size:3rem}.hero-moving-photo{background-size:auto 840px;background-position:center -225px}}
@media(max-width:600px){.hero-sticky{padding-top:23px}.hero-experience .hero-image{height:350px;border-radius:120px 120px 18px 18px}.hero-moving-photo{background-size:auto 680px;background-position:center -180px}.hero-experience .hero-copy h1{font-size:2.7rem}.hero-experience .hero-grid{gap:32px}.hero-experience .actions{gap:12px}.appointment-button{font-size:.84rem;min-height:62px;padding-left:23px}.hero-experience .hero-meta{margin-top:18px}.hero-moment{font-size:2.4rem;left:25px}.hero-experience .photo-credit{left:27px}.hero-note>span:first-child{max-width:145px;line-height:1.6}.moment-caption{gap:12px;font-size:.55rem}.hero-experience .hero-note{margin-top:18px}}
@media(prefers-reduced-motion:reduce){.hero-experience{min-height:0}.hero-sticky{position:relative;top:0}.hero-moving-photo{transform:none}}
/* Revision: clear text-only booking button and static opening pending motion design. */
.appointment-button{border-radius:12px;min-height:60px;padding:18px 28px;background:var(--brand);border:1px solid #9b706b;box-shadow:0 4px 0 #946963,0 9px 18px #77534f18;letter-spacing:.01em}
.appointment-button:hover{background:#c49b95;box-shadow:0 5px 0 #946963,0 12px 20px #77534f20;transform:translateY(-1px)}
.appointment-button:active{transform:translateY(3px);box-shadow:0 1px 0 #946963}
.hero-experience{min-height:0}.hero-sticky{position:relative;top:0;padding-bottom:35px}.hero-moving-photo{transform:none}.hero-canvas:before{bottom:0}.hero-experience .hero-image:after{background:linear-gradient(0deg,#30211f55,transparent 25%)}
.parking-section{margin:34px 0;padding:28px;background:var(--blush);border:1px solid var(--line);border-radius:16px}.parking-section h2{margin:0 0 18px}.parking-section .eyebrow{margin-bottom:14px}.parking-section p:last-child{margin:0}
/* A continuous drawn thread follows the homepage margins, outside reading areas. */
main{position:relative}.page-thread{position:absolute;inset:0;width:100%;height:100%;z-index:2;pointer-events:none;overflow:hidden}.page-thread-path{fill:none;stroke:#b68d88;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;opacity:.8;vector-effect:non-scaling-stroke}
@media(max-width:800px){.page-thread-path{stroke-width:1;opacity:.65}}
@media(prefers-reduced-motion:reduce){.page-thread-path{stroke-dashoffset:0!important}}
@media print{.page-thread{display:none}}
/* Four considered button palettes, on a separate comparison page. */
.appointment-button{--cta-bg:#a94f70;--cta-ink:#fff;--cta-hover:#934260;--cta-edge:#873e59;background:var(--cta-bg);color:var(--cta-ink);border-color:var(--cta-edge);box-shadow:0 3px 0 var(--cta-edge),0 8px 18px #603a4d16}
.appointment-button:hover{background:var(--cta-hover);box-shadow:0 4px 0 var(--cta-edge),0 10px 22px #603a4d22}.appointment-button:active{box-shadow:0 1px 0 var(--cta-edge)}
.variant-plum{--cta-bg:#76536f;--cta-hover:#65455f;--cta-edge:#583d53}.variant-sage{--cta-bg:#506b61;--cta-hover:#405c52;--cta-edge:#354f45}.variant-petal{--cta-bg:#f5dce5;--cta-ink:#603a4d;--cta-hover:#ecc9d7;--cta-edge:#c39aaa}
.button-options{display:grid;grid-template-columns:1fr 1fr;gap:24px}.button-option{padding:36px;border:1px solid var(--line);border-radius:20px;background:var(--pale)}.button-option h2{font-size:1.65rem;margin-bottom:18px}.button-option p{color:var(--muted);font-size:.9rem;min-height:54px}.button-option small{display:block;margin-top:24px;color:var(--muted);font-size:.7rem}.button-option .appointment-button{font-size:.85rem}
.thread-companion{stroke:#916a86;opacity:.45;stroke-width:.85}.page-thread-path:not(.thread-companion){opacity:.7}
@media(max-width:600px){.button-options{grid-template-columns:1fr}.button-option{padding:25px}.button-option .appointment-button{padding:16px 20px;font-size:.8rem}.page-thread-path{opacity:.4}}
/* Petrol blue trial; existing four comparison swatches retain their own palettes. */
.hero .appointment-button{--cta-bg:#386776;--cta-hover:#2c5664;--cta-edge:#244c58;--cta-ink:#fff}
.page-thread-path:not(.thread-companion){stroke-width:1.4;opacity:.65}.thread-companion{stroke-width:1;opacity:.48}
/* Continuous unmasked strokes: translucent enough to preserve text contrast. */
.page-thread-path:not(.thread-companion){opacity:.34;stroke-width:1.25}.page-thread-path.thread-companion{opacity:.26;stroke-width:1}
.hero .appointment-button{--cta-bg:#626b8b;--cta-hover:#525c7c;--cta-edge:#454e6c;--cta-ink:#fff}
.hero-moving-photo.photo-back{background-image:url('/public/157c8c09-3f3c-49db-961b-8f488b09139a.jpg');background-size:cover;background-position:center 43%;inset:0}
.portrait{aspect-ratio:3/4;object-position:center 35%}
.arrival-photos{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:25px}.arrival-photos figure{margin:0}.arrival-photos img{width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;border-radius:12px}.arrival-photos figcaption{font-size:.75rem;color:var(--muted);line-height:1.6;margin-top:10px}
@media(max-width:500px){.arrival-photos{grid-template-columns:1fr}.page-thread-path:not(.thread-companion){opacity:.28}.page-thread-path.thread-companion{opacity:.22}}
/* Lotus interlude: a focused drawing before meeting Caty. */
.hero .appointment-button{--cta-bg:#3e706f;--cta-hover:#315e5d;--cta-edge:#294f4e;--cta-ink:#fff}
.lotus-story{height:170vh;background:radial-gradient(ellipse at center,#f3e6e3 0%,#fbf7f6 65%);position:relative}.lotus-stage{position:sticky;top:100px;height:calc(100svh - 100px);min-height:550px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px 24px}.lotus-stage .eyebrow{font-size:.65rem;letter-spacing:.23em;margin-bottom:10px}.lotus-drawing{width:min(520px,85vw);height:auto;max-height:44vh;overflow:visible}.lotus-drawing path{fill:none;stroke:#98716c;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1}.lotus-drawing path:nth-child(2){stroke:#b68d88}.lotus-drawing path:nth-child(3){stroke:#a88492}.lotus-drawing .lotus-water{stroke:#b68d88;stroke-width:.8}.lotus-stage p{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:500;letter-spacing:-.03em;line-height:1.5;margin:25px 0 12px}.lotus-stage p span{color:var(--rose-ink)}.lotus-stage .text-link{font-size:.75rem}#rencontrer-caty{scroll-margin-top:105px}
@media(max-width:800px){.lotus-stage{top:84px;height:calc(100svh - 84px)}}
@media(max-width:600px){.lotus-story{height:155svh}.lotus-stage{top:78px;height:calc(100svh - 78px);min-height:470px;padding-bottom:65px}.lotus-stage .eyebrow{font-size:.55rem}.lotus-drawing{width:95%;max-height:36vh}}
@media(prefers-reduced-motion:reduce){.lotus-story{height:auto}.lotus-stage{position:relative;top:0;height:auto;min-height:520px}.lotus-drawing path{stroke-dashoffset:0!important}}
@media print{.lotus-story{display:none}}
/* New trial: eucalyptus button with asymmetric softened corners. */
.hero .appointment-button{--cta-bg:#46776c;--cta-hover:#386457;--cta-edge:#31594e;border-radius:24px 8px 24px 8px;min-height:58px;padding:17px 29px;box-shadow:0 5px 16px #31594e20;border-color:transparent}.hero .appointment-button:hover{box-shadow:0 8px 21px #31594e2b}.hero .appointment-button:active{box-shadow:none}
.hero-frames{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 43%;opacity:0}.hero-experience{min-height:170vh}.hero-sticky{position:sticky;top:100px}.portrait{aspect-ratio:409/376;object-position:center}
.lotus-stage{isolation:isolate}.lotus-photo{position:absolute;inset:0;z-index:-2;background:linear-gradient(#342c2966,#342c2973),url('/public/e5778bf9-7e2d-462a-8a09-c99eb4036482.jpg') center 50%/cover}.lotus-stage .eyebrow,.lotus-stage p,.lotus-stage p span,.lotus-stage .text-link{color:#fff4ed}.lotus-stage .text-link{border-color:#ead0ca}.lotus-drawing path,.lotus-drawing path:nth-child(2),.lotus-drawing path:nth-child(3),.lotus-drawing .lotus-water{stroke:#f5ddd5;stroke-width:1.6}.lotus-drawing{filter:drop-shadow(0 1px 3px #0005)}
@media(max-width:800px){.hero-experience{min-height:0}.hero-sticky{position:relative;top:0}}
@media(prefers-reduced-motion:reduce){.hero-experience{min-height:0}.hero-sticky{position:relative;top:0}.hero-frames{display:none}}
/* Arrival with Caty, then two distinct scroll experiences. */
.hero-experience{min-height:0}.hero-sticky{position:relative;top:0;padding:35px 0 25px}.hero .appointment-button{--cta-bg:#4b786f;--cta-hover:#3b665d;--cta-edge:#31564e}.hero-person{max-width:420px;width:100%;justify-self:center}.hero-person img{width:100%;height:auto;border-radius:45% 45% 20px 20px}.hero-person-caption{text-align:center;padding:20px 4px 0}.hero-person-caption strong{display:block;font-size:1.05rem;font-weight:500}.hero-person-caption span{display:block;font-size:.75rem;color:var(--muted);margin-top:8px}.hero-experience .hero-grid{grid-template-columns:1.15fr 1fr}.hero-experience .hero-note{margin-top:26px}.about-introduction{max-width:850px}.about-introduction h2{margin-bottom:25px}
.massage-story{height:200svh;background:var(--blush)}.massage-stage{position:sticky;top:100px;height:calc(100svh - 100px);display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:center;padding:35px max(6%,calc((100% - 1240px)/2));overflow:hidden}.massage-intro h2{font-size:clamp(2rem,4vw,3.5rem);margin-bottom:25px}.massage-intro p{font-size:.85rem;color:var(--muted)}.massage-film{height:min(68svh,640px);aspect-ratio:270/480;max-width:100%;position:relative;overflow:hidden;border-radius:140px 140px 20px 20px;justify-self:center}.massage-film .hero-frames,.massage-film .hero-moving-photo{object-position:center;background-position:center;background-size:cover}
@media(max-width:800px){.hero-experience .hero-grid{grid-template-columns:1.1fr .9fr;gap:25px}.hero-experience .hero-copy h1{font-size:2.6rem}.hero .intro{font-size:.9rem}.hero-person-caption span{font-size:.65rem}.massage-stage{top:84px;height:calc(100svh - 84px)}}
@media(max-width:600px){.hero-sticky{padding-top:18px}.hero-experience .hero-grid{display:flex;flex-direction:column;gap:14px}.hero-person{order:-1;max-width:145px}.hero-person img{border-radius:50%;aspect-ratio:1;object-fit:cover}.hero-person-caption{padding-top:8px}.hero-person-caption strong{font-size:.82rem}.hero-person-caption span{font-size:.6rem;line-height:1.4;margin-top:3px}.hero-copy{text-align:center;width:100%}.hero .eyebrow{font-size:.57rem;margin-bottom:12px}.hero-experience .hero-copy h1{font-size:2.25rem;margin:0 0 12px;max-width:none}.hero .intro{font-size:.78rem;line-height:1.7;margin:0 auto 14px;max-width:330px}.hero .actions{justify-content:center;margin-top:12px}.hero .actions .text-link{display:none}.hero .appointment-button{min-height:52px;padding:15px 23px;font-size:.8rem}.hero-experience .hero-meta{justify-content:center;font-size:.6rem;gap:10px;margin-top:14px}.hero-experience .hero-note{display:none}.massage-stage{top:78px;height:calc(100svh - 78px);grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);gap:15px;padding:22px 20px 70px;text-align:center}.massage-intro .eyebrow{font-size:.6rem;margin-bottom:8px}.massage-intro h2{font-size:1.6rem;margin-bottom:8px}.massage-intro h2 br{display:none}.massage-intro p{font-size:.65rem;margin-bottom:4px}.massage-intro .text-link{font-size:.65rem;padding:4px 0}.massage-film{height:100%;max-height:48svh;width:auto;border-radius:85px 85px 14px 14px}.massage-story{height:185svh}}
@media(max-width:600px) and (max-height:740px){.hero-person{max-width:110px}.hero .intro{display:none}.hero-experience .hero-copy h1{font-size:2rem}}
@media(prefers-reduced-motion:reduce){.massage-story{height:auto}.massage-stage{position:relative;top:0;min-height:600px}.hero-frames{display:none}}
/* A paired botanical stem connects the massage sequence to the questions. */
.botanical-journey{position:relative}.botanical-lines{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:2;overflow:hidden}.botanical-lines path{fill:none;stroke:#a17a72;stroke-width:1.15;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;opacity:.32;vector-effect:non-scaling-stroke}.botanical-lines .stem-1,.botanical-lines .leaf-1{stroke:#718d7e;opacity:.3}.botanical-lines .botanical-leaf{stroke-width:1.3}
@media(max-width:600px){.botanical-lines path{opacity:.25}.botanical-lines .stem-1,.botanical-lines .leaf-1{opacity:.22}}
@media(prefers-reduced-motion:reduce){.botanical-lines path{stroke-dashoffset:0!important}}
@media print{.botanical-lines{display:none}}
/* Match Caty's public GOrendezvous widget configuration: #0088cc. */
.hero .appointment-button{--cta-bg:var(--bouton);--cta-hover:var(--bouton-survol);--cta-edge:var(--bouton-survol);--cta-ink:#fff;box-shadow:0 5px 16px color-mix(in srgb,var(--bouton) 13%,transparent)}.hero .appointment-button:hover{box-shadow:0 8px 20px color-mix(in srgb,var(--bouton) 17%,transparent)}
.reservation-conditions{margin-top:35px;padding-top:22px;border-top:1px solid var(--line);max-width:760px;scroll-margin-top:120px}.reservation-conditions h3{font-size:.85rem;letter-spacing:0;margin-bottom:10px}.reservation-conditions p{font-size:.8rem;color:var(--muted);line-height:1.8}
.hero .appointment-button{flex-direction:column;gap:5px;padding-block:14px}.hero .appointment-button .booking-label{display:block;width:auto;height:auto;border-radius:0;background:none;font-size:inherit;transform:none}.hero .appointment-button .booking-destination{font-size:.68rem;font-weight:400;letter-spacing:.015em;line-height:1.4;color:inherit}.hero .appointment-button:hover .booking-label{background:none;transform:none}
/* Clear primary action, quieter destination label. */
.hero .appointment-button .booking-label{font-size:1.15rem;font-weight:700;line-height:1.3}.hero .appointment-button .booking-destination{color:#111;font-size:.68rem;font-weight:400}.hero .appointment-button{padding:15px 25px;gap:6px}
@media(max-width:1050px){.hero .appointment-button{padding-inline:18px}.hero .appointment-button .booking-label{font-size:1.05rem}}
/* Compact booking button with a distinct primary label. */
.hero .appointment-button{padding:12px 21px;gap:4px;min-height:0}.hero .appointment-button .booking-label{font-size:.94rem;font-weight:700;line-height:1.3}.hero .appointment-button .booking-destination{font-size:.6rem;line-height:1.3;font-weight:400;color:#111}
@media(max-width:1050px){.hero .appointment-button{padding:12px 19px}.hero .appointment-button .booking-label{font-size:.9rem}}
/* Botanical pencil detail and consistent reservation actions. */
.botanical-lines{overflow:visible}.botanical-lines .botanical-stem{stroke-width:.9}.botanical-lines .botanical-leaf{stroke-width:1}.botanical-lines .botanical-veins{stroke-width:.55;opacity:.28}.botanical-lines .botanical-veins.leaf-1{opacity:.26}
.button.booking-button{background:var(--bouton);color:white;border-color:var(--bouton);box-shadow:0 4px 12px color-mix(in srgb,var(--bouton) 9%,transparent)}.button.booking-button:hover{background:var(--bouton-survol);border-color:var(--bouton-survol)}
/* Let the scene drift away while the gesture is still unfolding. */
.massage-stage{top:calc(100px - var(--massage-release,0px))}
@media(max-width:800px){.massage-stage{top:calc(84px - var(--massage-release,0px))}}
@media(max-width:600px){.massage-stage{top:calc(78px - var(--massage-release,0px))}}
.botanical-lines .botanical-stem{stroke-width:1.8;opacity:.4}.botanical-lines .botanical-stem.stem-1{stroke-width:1.6;opacity:.36}
.botanical-lines path,.botanical-lines .stem-1,.botanical-lines .leaf-1{stroke:#718d7e}
.botanical-journey .lotus-story{z-index:3}
@media(prefers-reduced-motion:reduce){.massage-stage{top:0}}

.botanical-journey .massage-story{position:relative;z-index:3}

/* Broad botanical curves accompany the introduction and choosing guides. */

.lotus-story{height:115svh}
.lotus-stage{min-height:0}
@media(max-width:600px){.lotus-story{height:110svh}}
@media(prefers-reduced-motion:reduce){.lotus-story{height:auto}}

/* Subtle immersion inside the existing crop, tied to the massage progress. */
.massage-film .hero-frames,.massage-film .hero-moving-photo{transform:scale(var(--massage-zoom,1));transform-origin:50% 42%}
@media(prefers-reduced-motion:reduce){.massage-film .hero-frames,.massage-film .hero-moving-photo{transform:none}}

/* Tighter exit beneath the massage image. */
.massage-stage{height:calc(100svh - 180px);padding-block:20px}
@media(max-width:800px){.massage-stage{height:calc(100svh - 164px)}}
@media(max-width:600px){.massage-stage{height:calc(100svh - 138px);padding:22px 20px 24px}}

/* Short sticky lead-in: bring the next section in while the gesture continues. */
.massage-story{height:calc(100svh + 60px)}
@media(max-width:800px){.massage-story{height:calc(100svh + 76px)}}
@media(max-width:600px){.massage-story{height:calc(100svh + 42px)}}
@media(prefers-reduced-motion:reduce){.massage-story{height:auto}}

/* Keep the destination caption outside the primary booking button. */
.booking-action{display:flex;flex-direction:column;align-items:center;gap:8px}
.hero .booking-action .appointment-button{padding:17px 23px}
.hero .booking-action>.booking-destination{display:block;color:#111;font-size:.65rem;font-weight:400;line-height:1.4}

/* Immersive massage trial: rectangular scene with copy over the image. */
.massage-stage{isolation:isolate;display:flex;align-items:center;justify-content:center;text-align:center;padding:35px 24px}
.massage-film{position:absolute;inset:0;width:100%;height:100%;max-width:none;max-height:none;aspect-ratio:auto;border-radius:0;z-index:-2}
.massage-film::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#342c296b,#342c2959);pointer-events:none}
.massage-film .hero-frames{object-position:center 42%}
.massage-film .hero-moving-photo{background-position:center 42%}
.massage-intro{max-width:650px;text-shadow:0 1px 8px #342c2933}
.massage-intro .eyebrow,.massage-intro h2,.massage-intro p,.massage-intro .text-link{color:#fff4ed}
.massage-intro .text-link{border-color:#ead0ca}
@media(max-width:600px){.massage-stage{padding:28px 22px}.massage-intro h2{font-size:2rem}.massage-intro h2 br{display:block}.massage-intro p{font-size:.75rem}.massage-intro .text-link{font-size:.75rem}}

/* More breathing time for the opening gesture. */
.massage-story{height:calc(130svh + 60px)}
@media(max-width:800px){.massage-story{height:calc(130svh + 76px)}}
@media(max-width:600px){.massage-story{height:calc(125svh + 42px)}}
@media(prefers-reduced-motion:reduce){.massage-story{height:auto}}

.credential{margin:28px 0 0;max-width:340px}.credential img{width:100%;height:auto;border-radius:14px;display:block}.credential figcaption{font-size:.75rem;color:var(--muted);margin-top:10px}

.rating-badge{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:var(--rose-ink);text-decoration:none}.rating-badge span{color:#b07a12}.rating-badge:hover{text-decoration:underline}
.hours{margin:22px 0 18px}.hours h3{font-size:.95rem;margin-bottom:10px}.hours ul{list-style:none;margin:0;padding:0;display:grid;gap:4px;max-width:280px}.hours li{display:flex;justify-content:space-between;gap:16px;font-size:.88rem;font-variant-numeric:tabular-nums;border-bottom:1px solid var(--line);padding:3px 0}.hours .small{margin-top:10px}
.about-introduction.with-photo{max-width:var(--max);display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}.about-photo,.service-photo{margin:0}.about-photo img{width:100%;height:auto;max-height:620px;object-fit:cover;border-radius:180px 180px 20px 20px}
.service-photo{margin-bottom:34px}.service-photo img{width:100%;max-width:520px;height:auto;border-radius:22px}
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}.testimonial{margin:0;background:var(--pale);border-radius:var(--radius);padding:28px}.testimonial blockquote{margin:0 0 14px;line-height:1.75}.testimonial figcaption{font-weight:600;color:var(--rose-ink)}
@media(max-width:800px){.about-introduction.with-photo{grid-template-columns:1fr;gap:28px}.about-photo img{max-height:440px}}

/* Logo : monogramme découpé, affiché entier (plus de recadrage par CSS) */
.brand-mark{position:static;width:auto;height:auto;overflow:visible;flex:none}.brand-mark img{position:static;display:block;width:auto;max-width:none;height:40px;left:auto;top:auto}
@media(max-width:600px){.brand-mark img{height:34px}}
.video-yt{margin:28px 0;max-width:820px}.video-yt--vertical{max-width:360px}.video-yt-frame{position:relative;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;background:var(--blush);border:1px solid var(--line)}.video-yt--vertical .video-yt-frame{aspect-ratio:9/16}.video-yt-play{position:absolute;inset:0;width:100%;height:100%;border:0;background:transparent;color:var(--rose-ink);font:600 1rem Montserrat,Arial,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:14px}.video-yt-play span{display:inline-grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--white);box-shadow:0 8px 24px rgba(48,41,42,.15);font-size:1.4rem;padding-left:4px}.video-yt-play:hover span{background:var(--brand);color:#fff}.video-yt-play:focus-visible{outline:3px solid var(--bouton);outline-offset:-3px}.video-yt iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-yt figcaption{font-size:.78rem;color:var(--muted);margin-top:10px}.video-yt figcaption a{text-decoration:underline;text-underline-offset:3px}

/* Critique Impeccable 2026-09-26 : ville dans le H1, preuve sociale lisible, plancher de lisibilité */
.h1-lieu{display:block;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--rose-ink);margin-bottom:18px;line-height:1.5}
.aside-title{font-size:1.4rem;letter-spacing:-.02em;margin:0 0 15px;color:var(--ink);font-weight:500}
.footer .footer-title{font-size:.875rem;margin-bottom:15px;letter-spacing:0;font-weight:600}
.proof{display:inline-flex;flex-wrap:wrap;gap:6px 16px;align-items:center}
.proof .rating-badge+.rating-badge{font-weight:500;color:var(--ink)}
.hero-meta,.hero-experience .hero-meta{font-size:.8125rem}
.service-grid.home-grid{grid-template-columns:repeat(4,1fr)}
@media(max-width:1100px){.service-grid.home-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.service-grid.home-grid{grid-template-columns:1fr}}
.brand-name small{font-size:.6875rem}
.breadcrumbs,.hero-person-caption span,.fact,.price-note,.footer-bottom,.mobile-booking span,.credential figcaption{font-size:.75rem}
.hero .appointment-button .booking-destination,.hero .booking-action>.booking-destination{font-size:.75rem}
.massage-intro p,.massage-intro .text-link{font-size:.8125rem}
@media(max-width:640px){.hero .intro{font-size:.9375rem}.hero-experience .hero-meta{font-size:.75rem}.h1-lieu{font-size:.6875rem;margin-bottom:12px}}
.hero-meta{flex-wrap:wrap}
.hero-meta .proof{flex-basis:100%;display:flex;flex-wrap:wrap;gap:4px 18px}
.hero-meta .proof+span{border-left:0;padding-left:0}
@media(max-width:640px){.hero-meta .proof{justify-content:center}}

/* titres de cartes en H2 sur les pages catalogue */
.service-card h2{margin-bottom:16px;font-size:1.4rem}.catalogue .service-card h2{font-size:1.5rem}.guide-card h2{font-size:1.5rem;margin-bottom:16px}
@media(max-width:640px){.catalogue .service-card h2,.guide-card h2{font-size:1.4rem}}

/* Fil d'Ariane : dans le bloc du titre, vieux rose sans soulignement, simple retour sur mobile */
.page-intro .breadcrumbs{display:block;padding:0;margin:0 0 24px;font-size:.8125rem;color:var(--muted)}
.breadcrumbs .crumb-full{display:flex;flex-wrap:wrap;align-items:center;gap:8px}
.breadcrumbs a{color:var(--rose-ink);text-decoration:none}
.breadcrumbs a:hover,.breadcrumbs a:focus-visible{text-decoration:underline;text-underline-offset:3px}
.breadcrumbs .sep{color:#c4aca8}
.breadcrumbs [aria-current]{color:var(--ink)}
.breadcrumbs .crumb-back{display:none}
@media(max-width:640px){.breadcrumbs .crumb-full{display:none}.breadcrumbs .crumb-back{display:inline-block;padding:6px 0}}
/* Avis : étoile jaune */
.rating-badge span{color:#f5b301}

/* Plan de stationnement : pleine largeur de la colonne, cliquable pour agrandir */
.credential.plan{max-width:none}
.credential.plan a{display:block;cursor:zoom-in}
