@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Italiana&display=swap');
:root{--paper:#f7f5f0;--ink:#25382f;--muted:#6c7067;--line:#d9dbd2;--serif:'Italiana',Georgia,serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #af8849;outline-offset:5px}button{cursor:pointer}header{height:98px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:var(--paper);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.brand{font-family:var(--serif);font-size:46px;line-height:.85;display:inline-block;text-align:center;letter-spacing:1px}.brand span{display:block;font:10px 'DM Sans',sans-serif;letter-spacing:3px;margin-top:12px}nav{display:flex;gap:29px;font-size:14px}nav a:hover{border-bottom:1px solid}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;padding:15px 24px;background:var(--ink);color:white;border:1px solid var(--ink);font-size:14px}.button:hover{background:#425447}.button.light{background:var(--paper);color:var(--ink);border-color:var(--paper)}.button.outline{background:transparent;color:var(--ink)}.menu-toggle{display:none}.hero{position:relative;min-height:660px;height:calc(100svh - 98px);max-height:900px;color:white;background:#344436;overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0e211a85,#0e211a0a),linear-gradient(0deg,#14281a70,transparent 50%)}.hero-content{position:relative;z-index:1;padding:100px 8%;max-width:1000px}.eyebrow{text-transform:uppercase;font-size:12px;font-weight:500;letter-spacing:3px;margin:0 0 24px}.hero h1{font:clamp(64px,7.1vw,108px)/1.03 var(--serif);margin:0 0 28px;letter-spacing:-2px}.hero p:not(.eyebrow){max-width:380px;margin-bottom:30px;font-size:17px;color:#ffffffdc}.hero-bottom{position:absolute;bottom:32px;left:8%;right:8%;z-index:1;display:flex;justify-content:space-between;font-size:12px;letter-spacing:2px}.intro{display:grid;grid-template-columns:1fr 2fr;gap:10%;padding:105px 8% 100px}.intro h2,h2{font:clamp(38px,4vw,61px)/1.12 var(--serif);font-weight:400;margin:0 0 28px}.intro p:not(.eyebrow){max-width:610px;color:var(--muted)}.intro .signature{font-family:var(--serif);font-size:25px;color:var(--ink)}.section{padding:90px 8%;scroll-margin-top:15px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section-heading h2{margin-bottom:0}.text-link{font-size:14px;border-bottom:1px solid;padding:8px 0}.apartments{background:#eeeee6}.cards{display:grid;grid-template-columns:1fr 1fr;gap:32px}.card-img{display:block;height:390px;overflow:hidden;position:relative}.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.card-img:hover img{transform:scale(1.035)}.img-tag{position:absolute;top:20px;left:20px;background:var(--paper);padding:6px 13px;font-size:11px;letter-spacing:2px}.card-info{display:flex;align-items:center;justify-content:space-between;padding-top:20px}.card h3{font:39px var(--serif);margin:0}.card p{margin:5px 0 0;color:var(--muted);font-size:14px}.circle{height:46px;width:46px;border:1px solid #a9b0a5;border-radius:50%;display:grid;place-items:center;font-size:23px}.wellness{display:grid;grid-template-columns:1.05fr 1fr;background:var(--ink);color:var(--paper)}.wellness>img{width:100%;height:650px;object-fit:cover}.wellness-copy{padding:80px 14%;align-self:center}.wellness p:not(.eyebrow){color:#d2d8cd;margin:25px 0}.wellness .text-link{display:inline-block;margin-top:20px}.inclusive-top{display:grid;grid-template-columns:1fr 1fr;gap:70px}.inclusive-top>p{color:var(--muted);max-width:480px}.services{display:grid;grid-template-columns:repeat(3,1fr);margin-top:42px;border-top:1px solid var(--line)}.service{padding:27px 0;border-bottom:1px solid var(--line);display:flex;gap:18px;align-items:center}.service span{font-family:var(--serif);font-size:22px;color:#84917e}.note{font-size:13px;color:var(--muted)}.booking{background:#e9e9df;display:grid;grid-template-columns:.9fr 1.1fr;gap:8%}.booking p{color:var(--muted)}.rate{display:flex;justify-content:space-between;border-bottom:1px solid #cbd0c4;padding:12px 0;font-size:14px}.booking-form{padding:32px;background:var(--paper);border:1px solid #d9dcd1}.booking-form label{display:block;font-size:13px;margin-bottom:7px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}input,select{min-width:0;width:100%;padding:12px;background:transparent;border:1px solid #bdc6b9;border-radius:0;color:var(--ink)}.full{grid-column:1/-1}.summary{margin:22px 0}.summary .total{font-size:22px;font-weight:500;border-bottom:none}.accept{display:flex!important;align-items:start;gap:12px;line-height:1.6;margin:24px 0!important}.accept input{width:18px;height:18px;flex-shrink:0;margin-top:3px;accent-color:var(--ink)}.accept a{text-decoration:underline}.booking-form .button{width:100%}.message{font-size:14px;margin-top:14px;color:var(--ink)!important}.error{color:#923d2f!important}.contacts{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center}.contacts-details{border-left:1px solid var(--line);padding-left:60px}.contacts-details a:not(.button){display:block;margin-bottom:8px}.contacts-details .button{margin-top:20px}footer{padding:65px 8% 85px;border-top:1px solid var(--line);display:grid;grid-template-columns:.8fr 1fr 1fr 1fr;gap:35px;align-items:start}footer .brand{justify-self:start}footer p{margin:0;font-size:14px;color:var(--muted)}footer div a{display:block;font-size:12px;margin-bottom:8px}footer small{font-size:11px;color:var(--muted)}.whatsapp{position:fixed;bottom:25px;right:25px;z-index:25;padding:13px 19px;background:#294c3c;color:white;border-radius:40px;display:flex;align-items:center;gap:10px;box-shadow:0 3px 16px #0002;font-size:13px}.whatsapp svg{width:23px;height:23px}.detail-hero{height:620px;min-height:0}.detail-hero .hero-content{padding-top:120px}.detail-intro{max-width:760px}.gallery-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:20px}.gallery-grid button{border:0;padding:0;background:none;overflow:hidden;position:relative}.gallery-grid img{display:block;width:100%;height:350px;object-fit:cover}.gallery-grid button:first-child{grid-row:span 2}.gallery-grid button:first-child img{height:720px}.gallery-grid button:after{content:'Espandi ↗';position:absolute;bottom:16px;right:16px;background:var(--paper);font-size:12px;padding:7px 14px}.legal{max-width:920px;margin:auto;padding:75px 8% 100px}.legal h1{font:58px var(--serif);line-height:1.1}.legal h2{font-size:30px;margin-top:36px}.legal li{margin-bottom:12px}dialog{border:0;padding:20px;background:#f7f5f0;max-width:92vw;max-height:94svh}dialog::backdrop{background:#102017e8}dialog img{display:block;max-height:75svh;max-width:85vw;object-fit:contain}.close{position:absolute;top:25px;right:25px;border:0;border-radius:50%;height:40px;width:40px;background:var(--paper);font-size:28px}.gallery-controls{display:flex;align-items:center;justify-content:space-between;padding-top:15px}.gallery-controls button{border:1px solid var(--line);background:none;padding:5px 20px;font-size:24px}@media(min-width:1500px){.hero-content{padding-top:150px}}@media(max-width:1050px){nav{gap:15px;font-size:12px}.nav-book{gap:15px}.hero{min-height:630px}.card-img{height:310px}.wellness-copy{padding:55px 10%}.booking{gap:5%}footer{grid-template-columns:1fr 1fr}}@media(max-width:760px){header{height:80px;padding:0 6%}.brand{font-size:37px}.brand span{font-size:8px}.nav-book{margin-left:auto;margin-right:18px;font-size:12px;padding:10px 14px;gap:12px}.menu-toggle{display:block;border:0;background:none;color:var(--ink);font-size:24px;padding:5px}nav{display:none;position:absolute;top:80px;left:0;right:0;background:var(--paper);padding:25px 6%;font-size:17px;border-bottom:1px solid var(--line)}nav.open{display:flex;flex-direction:column;gap:18px}.hero{height:calc(90svh - 80px);min-height:570px;max-height:740px}.hero-content{padding:90px 7%}.hero h1{font-size:65px;letter-spacing:-1px}.hero-bottom{left:7%;right:7%;font-size:10px;letter-spacing:1px}.hero-bottom span:last-child{display:none}.intro{padding:65px 7%;grid-template-columns:1fr;gap:5px}.section{padding:65px 7%}.section-heading{display:block}.section-heading .text-link{display:inline-block;margin-top:15px}.cards{grid-template-columns:1fr;gap:38px}.card-img{height:340px}.wellness{grid-template-columns:1fr}.wellness>img{height:380px}.wellness-copy{padding:55px 7%}.inclusive-top{grid-template-columns:1fr;gap:0}.services{grid-template-columns:1fr}.service{padding:19px 0}.booking{grid-template-columns:1fr;gap:30px}.booking-form{padding:22px}.contacts{grid-template-columns:1fr;gap:22px}.contacts-details{border:0;padding:0}footer{padding:50px 7% 100px;gap:30px}footer small{grid-column:1/-1}.whatsapp{right:16px;bottom:16px}.detail-hero{min-height:520px;height:70svh}.detail-hero .hero-content{padding-top:90px}.gallery-grid{grid-template-columns:1fr}.gallery-grid button:first-child{grid-row:auto}.gallery-grid button:first-child img,.gallery-grid img{height:330px}.legal{padding:45px 7% 70px}.legal h1{font-size:44px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.booking>*{min-width:0}.fields{grid-template-columns:repeat(2,minmax(0,1fr))}.fields>div{min-width:0}.rate{gap:14px}.rate strong{flex-shrink:0}.booking-form .button{gap:16px}@media(max-width:420px){.fields{grid-template-columns:1fr}.hero h1{font-size:58px}.contacts-details a{overflow-wrap:anywhere}}
/* V2 — the original palette and layout system, extended for the maison experience. */
:root{--paper:#f7f5ef;--ink:#25382f;--muted:#616b61;--line:#d5d8cf}body{font-size:16px}figure{margin:0}h1{font:clamp(48px,5.2vw,78px)/1.08 var(--serif);font-weight:400;letter-spacing:-1px}header{height:104px;padding:0 4%;gap:30px}.brand{min-width:125px}.brand-name{font:47px/.9 var(--serif);letter-spacing:0}.brand .brand-line{font:9px/1.1 'DM Sans',sans-serif;letter-spacing:2.8px;margin-top:13px;display:flex;justify-content:center;align-items:center;gap:6px;white-space:nowrap}.brand .maison{font:inherit;letter-spacing:inherit;display:inline-flex;align-items:center;margin:0}.maison svg{width:14px;height:10px;margin-right:1px}.header-actions{display:flex;align-items:center;gap:20px}.header-actions .button{white-space:nowrap;gap:25px}nav{gap:24px;font-size:14px}nav a[aria-current]{border-bottom:1px solid}.language-toggle{display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--line);border-radius:50%;width:48px;height:48px;background:none;color:var(--ink);font-size:11px}.language-toggle span:first-child{font-size:18px}.hero{max-height:900px;min-height:660px}.editorial-hero>.hero-image{object-position:center 58%}.hero:after{background:linear-gradient(90deg,#15251ed6,#15251e28 85%),linear-gradient(0deg,#14281a6b,transparent 50%)}.hero-content{max-width:930px;padding-top:100px}.hero h1{font-size:clamp(68px,7vw,108px);line-height:1.05}.hero-content p:not(.eyebrow){max-width:400px;font-size:17px}.hero .eyebrow{font-size:12px;letter-spacing:3px}.photo-credit{position:absolute;z-index:2;right:26px;bottom:90px;font-size:11px;writing-mode:vertical-rl;letter-spacing:1px;color:#fffc}.intro{padding-top:120px;padding-bottom:115px}.intro h2{max-width:750px}.apartments{background:#eceee6}.maison-card .card-img{height:440px}.maison-card:nth-child(2){margin-top:90px}.maison-card h3{font:48px var(--serif);margin:0}.maison-card .eyebrow{font-size:10px;margin-bottom:8px;letter-spacing:2px}.maison-card>p{font-size:15px;color:var(--muted);margin:12px 0}.maison-card .card-info{padding-top:25px}.card-img .photo-pending{height:100%}.section-heading{margin-bottom:50px}.wellness{margin:0;grid-template-columns:1.08fr 1fr}.wellness figure{position:relative;overflow:hidden;min-height:640px}.wellness figure img{width:100%;height:100%;position:absolute;object-fit:cover}.wellness figure figcaption{position:absolute;z-index:1;bottom:20px;left:25px;font-size:12px;color:white;text-shadow:0 1px 5px #000}.wellness-copy{padding:80px 13%}.wellness-copy h2{font-size:clamp(48px,4.5vw,70px)}.wellness-copy .button{margin-top:20px}.wellness-copy .note{font-size:13px}.wellness-second{display:grid;grid-template-columns:1fr 1.1fr;gap:10%;align-items:center}.wellness-second figure img{width:100%;height:540px;object-fit:cover}.wellness-second figcaption{font-size:12px;color:var(--muted);margin-top:8px}.inclusive{padding-top:110px;padding-bottom:110px}.service{padding:30px 16px 30px 0}.stay-teaser{text-align:center;background:var(--ink);color:var(--paper);padding:95px 7%}.stay-teaser h2{font-size:clamp(44px,4.5vw,68px)}.stay-teaser .button{margin:10px auto 20px}.stay-teaser .note{color:#c8d0c5}.contacts{padding-top:110px;padding-bottom:110px}.contacts h1{margin-top:0}.contacts-details a{overflow-wrap:anywhere}.contacts-details p{font-size:15px}footer{grid-template-columns:1fr 1fr 1.2fr;padding-bottom:45px}footer p{margin-top:24px}footer .eyebrow{margin:0 0 16px;font-size:11px}footer div a{font-size:13px}footer .brand{font-size:inherit}.footer-base{grid-column:1/-1;border-top:1px solid var(--line);margin-top:25px;padding-top:22px;display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.detail-hero{height:660px;min-height:550px}.detail-hero .hero-content{padding-top:135px}.detail-story{display:grid;grid-template-columns:1fr 1fr;gap:10%}.detail-story p{margin-top:0;color:var(--muted)}.detail-story .outdoor-note{color:var(--ink);border-top:1px solid var(--line);padding-top:20px}.gallery-section{background:#eceee6}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.gallery-grid button:first-child{grid-column:span 2;grid-row:span 2}.gallery-grid button:first-child img{height:660px}.gallery-grid img{height:320px}.gallery-grid button:after{display:none}.gallery-grid button span{position:absolute;bottom:15px;right:15px;background:var(--paper);padding:6px 12px;font-size:12px}.gallery-grid button img{transition:transform .7s}.gallery-grid button:hover img{transform:scale(1.035)}.detail-facts{display:grid;grid-template-columns:1fr 1fr;gap:10%}.detail-facts p{color:var(--muted)}.amenity-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;margin-top:60px}.category-number{font:26px var(--serif);color:#8d987f}.amenity-grid h3{font:32px var(--serif);margin:18px 0}.amenity-grid ul{padding:0;list-style:none}.amenity-grid li{padding:12px 0;border-top:1px solid var(--line);font-size:14px}.section-intro{max-width:600px;color:var(--muted)}.outdoors{margin-top:55px;padding-top:25px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:40px}.outdoors p{font-size:15px}.outdoors strong{font-size:20px;font-weight:400}.booking-page{padding-top:65px;background:#efefe7}.booking-intro{max-width:850px;margin-bottom:45px}.booking-intro h1{margin:0 0 25px}.demo-banner{padding:14px 20px;border-left:2px solid #a39970;background:#e7e7dc;margin-top:25px;font-size:13px}.demo-banner strong{font-size:11px;letter-spacing:2px}.demo-banner p{margin:4px 0 0}.booking-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:50px;align-items:start}.booking-form{margin-bottom:25px;padding:30px}.step-label{display:block;font-size:14px;letter-spacing:1px;margin-bottom:26px}.booking-form label{font-size:14px}.booking-form input,.booking-form select{background:#fcfbf8}.booking-form button:disabled{opacity:.5;cursor:not-allowed}.booking-aside{position:sticky;top:130px}.booking-aside h2{font-size:40px}.booking-aside .total{font-size:21px}.booking-aside .rate{font-size:14px}.rate small{display:block;font-size:12px;color:var(--muted);margin-top:3px}.discount{color:#496842}.availability{font-size:13px;border-left:2px solid #819076;padding-left:12px}.arrival-info{margin-top:30px;padding-top:20px;border-top:1px solid var(--line);font-size:14px}.checkout-documents{padding:22px 0;border-bottom:1px solid var(--line)}.checkout-documents a{display:block;text-decoration:underline;margin-bottom:12px;font-size:14px}.booking-form .accept{font-size:13px}.booking-aside details{font-size:13px;margin-top:15px}.booking-aside details[open]{max-height:360px;overflow:auto}.booking-aside summary{cursor:pointer}.booking-aside .button{width:100%;margin-top:20px}.legal{max-width:1080px}.legal h1{font-size:52px;max-width:820px}.legal h2{font-family:'DM Sans',Arial,sans-serif;font-size:20px;line-height:1.4;margin-top:38px}.legal p,.house-rules li{font-size:16px;line-height:1.85}.legal-head{margin-top:45px}.legal-head .eyebrow{font-size:11px}.document-switch{display:flex;gap:12px;flex-wrap:wrap;align-items:center;border-block:1px solid var(--line);padding:15px 0;font-size:13px}.document-switch span:first-child{margin-right:auto}.document-switch a[aria-current]{font-weight:600;text-decoration:underline;text-underline-offset:6px}.house-rules{padding-left:24px}.house-rules li{padding-left:12px;margin-bottom:23px}.legal-related{border-top:1px solid var(--line);margin-top:45px;padding-top:25px}.legal-related a{display:block;text-decoration:underline;font-size:14px;margin-bottom:10px}.photo-pending{background:#dce0d5;min-height:350px;display:grid;place-items:center;color:var(--ink);text-align:center}.photo-pending>span{font:50px var(--serif)}.photo-pending small{display:block;font:14px 'DM Sans',sans-serif;margin-top:16px}.hero>.photo-pending{position:absolute;inset:0}.photo-pending+.hero-content{color:var(--ink)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.skip{position:absolute;top:-80px;left:20px;z-index:100;background:var(--paper);padding:10px}.skip:focus{top:10px}[hidden]{display:none!important}.contact-page{min-height:70vh}.message{overflow-wrap:anywhere}.button{transition:background .2s ease,color .2s ease}a.text-link:hover{color:#64765c}
@media(max-width:1150px){header{gap:18px;padding:0 3%}nav{gap:16px;font-size:13px}.header-actions{gap:12px}.header-actions .button{padding:12px 15px;gap:12px}.maison-card .card-img{height:350px}.amenity-grid{grid-template-columns:1fr 1fr}.booking-layout{gap:30px}}
@media(max-width:900px){nav{display:none;position:absolute;top:104px;left:0;right:0;background:var(--paper);padding:25px 6%;font-size:18px;border-bottom:1px solid var(--line)}nav.open{display:flex;flex-direction:column;gap:15px}.menu-toggle{display:block;border:0;background:none;font-size:24px;color:var(--ink)}.header-actions{margin-left:auto}.booking-layout{grid-template-columns:1fr}.booking-aside{position:static}.booking-form{padding:25px}.booking-aside{padding:25px;background:var(--paper)}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid button:first-child{grid-column:span 2;grid-row:auto}.gallery-grid button:first-child img{height:460px}.gallery-grid img{height:300px}}
@media(max-width:760px){header{height:84px;padding:0 5%;gap:10px}.brand{min-width:102px}.brand-name{font-size:39px}.brand .brand-line{font-size:7px;letter-spacing:1.8px;gap:5px;margin-top:10px}.maison svg{width:11px;height:9px}.header-actions{gap:12px}.language-toggle{width:39px;height:39px;font-size:9px;gap:2px}.language-toggle span:first-child{font-size:15px}.header-actions .button{font-size:12px;padding:10px 12px;gap:5px}.header-actions .button>span{display:none}.menu-toggle{font-size:23px;padding:3px}nav{top:84px}.hero{min-height:625px;height:calc(92svh - 84px)}.hero-content{padding:100px 7% 80px}.hero h1{font-size:clamp(59px,12vw,80px)}.hero .eyebrow{font-size:10px;letter-spacing:2px;max-width:290px}.hero-content p:not(.eyebrow){font-size:16px;max-width:320px}.photo-credit{right:12px;bottom:90px;font-size:9px}.intro{padding:70px 7%}.section{padding:65px 7%}.maison-card:nth-child(2){margin-top:5px}.maison-card .card-img{height:390px}.maison-card h3{font-size:42px}.section-heading{margin-bottom:30px}.wellness{grid-template-columns:1fr}.wellness figure{min-height:430px}.wellness-copy{padding:60px 7%}.wellness-copy h2{font-size:55px}.wellness-second{grid-template-columns:1fr;gap:30px}.wellness-second figure img{height:430px}.inclusive{padding:65px 7%}.services{margin-top:25px}.service{padding:21px 0}.stay-teaser{padding:70px 7%}.contacts{padding:65px 7%}.detail-hero{min-height:550px;height:75svh}.detail-hero .hero-content{padding-top:135px}.detail-story{grid-template-columns:1fr;gap:10px}.gallery-grid{gap:12px}.gallery-grid img{height:210px}.gallery-grid button:first-child img{height:360px}.gallery-grid button span{bottom:8px;right:8px;padding:3px 8px}.detail-facts{grid-template-columns:1fr;gap:25px}.amenity-grid{gap:24px;margin-top:40px}.amenity-grid h3{font-size:28px}.amenity-grid li{font-size:13px}.outdoors{grid-template-columns:1fr;gap:10px}.booking-page{padding-top:40px}.booking-intro h1{font-size:47px}.booking-form{padding:22px}.booking-layout{gap:15px}.booking-aside{padding:22px}.legal h1{font-size:39px}.legal{padding:40px 7% 65px}.legal p,.house-rules li{font-size:15px}.document-switch span:first-child{flex-basis:100%}.whatsapp{padding:12px;bottom:18px;right:18px}.whatsapp span{display:none}footer{grid-template-columns:1fr;padding:55px 7% 80px;gap:30px}footer .brand{margin-bottom:0}footer p{margin-top:18px}.footer-base{font-size:11px;gap:15px;flex-wrap:wrap}.booking-aside .rate{font-size:13px}.booking-aside .rate.total{font-size:18px}}
@media(max-width:380px){.header-actions{gap:7px}.header-actions .button{font-size:11px;padding:9px}.brand{min-width:96px}.language-toggle{width:35px;height:35px}.amenity-grid{grid-template-columns:1fr}.hero-content{padding-top:75px}.hero h1{font-size:58px}}
.brand .brand-name{display:block;font:47px/.9 var(--serif);letter-spacing:0;margin:0}.hero-bottom{right:180px}.booking-form,.booking-aside,.booking-layout>*{min-width:0}@media(max-width:760px){.brand .brand-name{font-size:39px}.hero-bottom{right:65px}.hero-content .button{max-width:100%}}
dialog img{max-width:100%;height:auto;width:auto}.detail-highlights{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px;border-top:1px solid var(--line);padding-top:25px;margin-top:20px}.detail-highlights span{font-size:14px;color:var(--muted);padding-left:15px;border-left:1px solid var(--line)}@media(max-width:760px){.detail-highlights{grid-template-columns:1fr 1fr;gap:20px}.detail-highlights span{font-size:13px}}
/* Legal reading is an overlay, never a new checkout. */
body.reading-document{overflow:hidden}#legal-reader{padding:0;width:min(980px,94vw);max-width:94vw;height:90svh;max-height:90svh;background:var(--paper);color:var(--ink)}#legal-reader::backdrop{background:#14251dba;backdrop-filter:blur(5px)}.reader-shell{height:100%;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto}.reader-header{padding:30px 38px 20px;display:flex;justify-content:space-between;align-items:start;gap:25px}.reader-header .eyebrow{font-size:10px;margin-bottom:14px}.reader-header h2{font:35px/1.12 var(--serif);margin:0}.reader-x{border:1px solid var(--line);width:40px;height:40px;flex-shrink:0;background:transparent;font-size:27px;color:var(--ink)}.reader-languages{display:flex;align-items:center;gap:14px;padding:15px 38px;border-block:1px solid var(--line);font-size:12px}.reader-languages>span:first-child{margin-right:auto}.reader-languages button{border:0;background:none;padding:6px 0;color:var(--ink);font-size:12px}.reader-languages button[aria-pressed=true]{border-bottom:1px solid var(--ink);font-weight:600}.reader-body{overflow:auto;overscroll-behavior:contain;padding:10px 38px 35px;font-size:15px;line-height:1.85}.reader-body h3{font-size:18px;line-height:1.5;margin-top:30px}.reader-body li{margin:22px 0;padding-left:8px}.reader-footer{border-top:1px solid var(--line);padding:18px 38px;display:flex;justify-content:flex-end;background:var(--paper)}@media(max-width:600px){#legal-reader{width:100%;max-width:100%;height:96svh;max-height:96svh;margin:auto 0 0}.reader-header{padding:24px 22px 17px}.reader-header h2{font-size:29px}.reader-languages{padding:12px 22px;gap:12px}.reader-languages>span:first-child{font-size:11px}.reader-body{padding:5px 22px 25px;font-size:15px}.reader-footer{padding:15px 22px}.reader-footer .button{width:100%;font-size:13px;gap:14px}}
/* V3 — photographic room tours and an editorial maison identity. */
.wordmark{display:block;width:151px;height:76px;color:var(--ink)}.wordmark-name{font:84px var(--serif);fill:currentColor;letter-spacing:-2px}.wordmark-small{font:11px 'DM Sans',Arial,sans-serif;letter-spacing:3px;fill:currentColor}header{height:102px;background:#f9f7f1}.brand{min-width:151px}.brand svg{max-width:100%}header nav{gap:26px}.cover-composition{display:grid;grid-template-columns:.86fr 1.14fr;min-height:690px;height:calc(100svh - 102px);max-height:850px;background:#eaece4}.cover-copy{padding:75px 11% 45px 16%;display:flex;align-items:flex-start;flex-direction:column;justify-content:center}.cover-copy .eyebrow{font-size:10px;letter-spacing:2px;margin-bottom:34px}.cover-copy h1{font-size:clamp(66px,6.3vw,99px);line-height:1.03;margin:0 0 27px;letter-spacing:-2.5px}.cover-description{font-size:16px;line-height:1.8;max-width:335px;color:#596356;margin:0 0 35px}.cover-copy .button{font-size:13px;padding:17px 23px;gap:20px}.cover-links{display:flex;flex-wrap:wrap;gap:13px 24px;margin-top:23px;font-size:12px}.cover-links a{padding-bottom:5px;border-bottom:1px solid #a8b19e}.cover-footnote{font-size:10px;letter-spacing:1px;color:#687261;margin-top:45px}.cover-photo{position:relative;overflow:hidden}.cover-photo>img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.cover-photo figcaption{position:absolute;right:22px;bottom:22px;color:white;font-size:11px;letter-spacing:1px;background:#26382fba;padding:7px 13px}.maison-intro{padding:110px 10%;grid-template-columns:.7fr 1.6fr;gap:12%;align-items:center}.intro-stamp{font:155px/1 var(--serif);text-align:center;color:#c2c8b9;border:1px solid #d5d9cc;border-radius:50%;width:200px;height:200px;display:flex;flex-direction:column;justify-content:center}.intro-stamp span{font:8px 'DM Sans';letter-spacing:2px;margin-top:12px}.maison-intro h2{font-size:clamp(38px,3.6vw,55px)}.maison-intro .eyebrow{font-size:10px;letter-spacing:2px}.maison-collection{background:#f0f0e8;padding:100px 7%}.maison-collection .section-heading>p,.space-tour .section-heading>p{max-width:290px;font-size:14px;color:var(--muted);line-height:1.8}.maison-editorial{display:grid;grid-template-columns:1.4fr .9fr;gap:7%;align-items:center;margin:60px 0 90px}.maison-editorial.armonia{grid-template-columns:.9fr 1.4fr;margin-bottom:0}.maison-editorial.armonia .maison-editorial-photo{order:2}.maison-editorial-photo{display:block;position:relative;overflow:hidden;height:560px}.maison-editorial-photo img{width:100%;height:100%;object-fit:cover;transition:transform 1s ease}.maison-editorial-photo:hover img{transform:scale(1.025)}.maison-editorial-photo>span{position:absolute;bottom:25px;left:25px;letter-spacing:2px;font-size:10px;color:white;text-shadow:0 1px 6px #000}.maison-editorial-copy{position:relative;padding:20px 0}.maison-number{font:95px var(--serif);color:#cbd0c1;line-height:1;display:block;margin-bottom:27px}.maison-editorial-copy .eyebrow{font-size:10px;letter-spacing:2px;margin-bottom:10px}.maison-editorial-copy h3{font:64px/1.1 var(--serif);margin:0 0 25px}.maison-editorial-copy>p:not(.eyebrow){color:var(--muted);font-size:15px;max-width:335px}.maison-editorial-copy .maison-specs{font-size:12px!important;line-height:1.8;border-top:1px solid var(--line);margin-top:25px;padding-top:18px}.maison-editorial-copy .text-link{display:inline-block;margin-top:17px;font-size:13px}.maison-price{display:block;margin-top:25px;font-size:11px;color:var(--muted)}.wellness{grid-template-columns:1.1fr 1fr}.wellness figure{min-height:710px}.wellness-copy{padding:90px 12%}.wellness-copy h2{font-size:clamp(50px,4.7vw,73px);line-height:1.09}.wellness-copy .eyebrow{font-size:10px}.wellness-copy p:not(.eyebrow){font-size:16px}.wellness-copy p.note{font-size:12px}.wellness-copy .button{font-size:13px}.inclusive{padding-inline:10%}.inclusive .services{grid-template-columns:1fr 1fr;column-gap:55px}.inclusive .service{font-size:14px}.inclusive .service span{font-size:18px}.essenza-opening{padding:60px 6% 0}.maison-title{display:grid;grid-template-columns:1.3fr 1fr;gap:10%;align-items:center;margin-bottom:40px}.maison-title .eyebrow{font-size:10px;margin-bottom:18px}.maison-title h1{font-size:clamp(86px,10vw,145px);margin:0;line-height:1}.maison-title>div:last-child p{font-size:15px;color:var(--muted);max-width:350px}.maison-title .button{margin-top:12px;font-size:13px}.essenza-pair{display:grid;grid-template-columns:1.5fr 1fr;gap:25px;align-items:start}.essenza-pair figure:first-child{height:570px}.essenza-pair figure:last-child{height:440px;margin-top:80px}.essenza-pair img{width:100%;height:100%;object-fit:cover}.essenza-pair figcaption{font-size:11px;color:var(--muted);margin-top:10px}.armonia-opening{height:720px;max-height:820px;min-height:570px}.armonia-opening .hero-content{padding:0 8% 65px;position:absolute;bottom:0;max-width:710px}.armonia-opening h1{font-size:clamp(88px,9vw,135px)}.armonia-opening:after{background:linear-gradient(0deg,#122119cf,transparent 95%),linear-gradient(90deg,#1221193b,transparent)}.armonia-opening .hero-content p:not(.eyebrow){max-width:460px}.detail-story{padding-top:100px}.terrace-story{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center;background:#e9ece1;padding:75px 10%}.terrace-story figure{height:520px}.terrace-story img{width:100%;height:100%;object-fit:cover}.terrace-story>div>p{color:var(--muted);font-size:15px}.terrace-story .eyebrow{font-size:10px;color:var(--ink)}.terrace-story h2{font-size:clamp(43px,4vw,61px)}.terrace-story .note{font-size:12px}.space-tour{background:#f2f1e9;padding:90px 7%}.space-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px 35px;align-items:start}.space-card:first-child{grid-column:1/-1;display:grid;grid-template-columns:1.4fr .9fr;align-items:center;gap:7%;margin-bottom:10px}.space-photo{padding:0;border:0;position:relative;width:100%;display:block;background:#e2e6dc;overflow:hidden}.space-photo>img{width:100%;height:350px;object-fit:cover;display:block;transition:transform .8s}.space-card:first-child .space-photo>img{height:500px}.space-photo:hover>img{transform:scale(1.03)}.space-count{position:absolute;bottom:18px;right:18px;font-size:11px;padding:7px 11px;background:#f7f5efed;display:flex;gap:30px;color:var(--ink)}.space-caption{display:flex;gap:18px;margin-top:23px}.space-number{font:20px var(--serif);color:#7f8d75;padding-top:6px}.space-caption h3{font:33px/1.15 var(--serif);margin:0 0 14px}.space-caption p{font-size:14px;line-height:1.7;color:var(--muted);max-width:390px;margin:0 0 12px}.space-link{border:0;border-bottom:1px solid #bbc3b1;padding:7px 0;background:none;font-size:12px;color:var(--ink)}.space-card:first-child .space-caption h3{font-size:47px}.space-card:first-child .space-caption{margin:0}.space-card.entrance .space-photo>img{object-position:center}.space-card.terrace .space-photo>img{object-position:center}.detail-facts .button{font-size:13px}.booking-page{padding-inline:7%}.booking-layout{gap:55px}.booking-form{border-color:#d4d9c9;box-shadow:0 10px 35px #29352104}.booking-aside{background:#e6e9dc;padding:30px}.booking-intro h1{font-size:66px}.booking-intro>p{max-width:600px}.demo-banner{background:transparent;border:1px solid #d4d9c9;border-left:2px solid #9ba689}.booking-aside .rate{border-color:#c9cfbc}footer{background:#e9ece2;padding:65px 7% 35px}footer .wordmark{width:220px;height:110px}footer>div:first-child>p{max-width:230px}footer .eyebrow{letter-spacing:2px}#lightbox{padding:25px;background:#f7f5ef;width:min(1120px,94vw);max-width:94vw}#lightbox>img{width:100%;height:70svh;object-fit:contain;max-height:70svh}#gallery-title{font-size:11px;letter-spacing:2px;padding-right:45px;margin-bottom:18px}#lightbox .close{top:13px;right:18px}#lightbox .gallery-controls{font-size:13px}.section h2,.maison-editorial h3{letter-spacing:-.7px}.button span{transition:transform .3s}.button:hover span{transform:translate(2px,-2px)}
@media(max-width:1100px){.cover-copy{padding-left:12%;padding-right:9%}.cover-copy h1{font-size:70px}.maison-editorial{gap:6%}.maison-editorial-photo{height:470px}.maison-number{font-size:75px}.maison-editorial-copy h3{font-size:55px}.space-photo>img{height:310px}.space-card:first-child .space-photo>img{height:410px}.essenza-pair figure:first-child{height:460px}.essenza-pair figure:last-child{height:360px}.booking-layout{gap:30px}.wordmark{width:140px}.brand{min-width:140px}}
@media(max-width:760px){header{height:88px;padding:0 5%}.brand{min-width:116px}.wordmark{width:116px;height:65px}header nav{top:88px}.cover-composition{display:flex;flex-direction:column;height:auto;max-height:none;min-height:0}.cover-photo{height:390px;order:0}.cover-copy{padding:40px 7% 38px;order:1}.cover-copy .eyebrow{font-size:9px;margin-bottom:20px}.cover-copy h1{font-size:63px;letter-spacing:-1.6px;margin-bottom:20px}.cover-description{font-size:15px;max-width:100%;margin-bottom:24px}.cover-links{font-size:12px;margin-top:20px}.cover-footnote{margin-top:26px}.cover-photo figcaption{font-size:10px;right:15px;bottom:15px}.maison-intro{padding:60px 7%;display:block}.intro-stamp{display:none}.maison-intro h2{font-size:40px}.maison-collection{padding:65px 7%}.maison-collection .section-heading>p,.space-tour .section-heading>p{max-width:100%;margin-top:20px}.maison-editorial,.maison-editorial.armonia{display:flex;flex-direction:column;gap:0;margin:35px 0 55px;align-items:stretch}.maison-editorial.armonia .maison-editorial-photo{order:0}.maison-editorial-photo{height:390px}.maison-editorial-copy{padding:28px 0 0}.maison-number{font-size:55px;position:absolute;right:0;top:25px;color:#c6cdbb}.maison-editorial-copy h3{font-size:48px;margin-bottom:17px}.maison-editorial-copy .eyebrow{font-size:9px;padding-right:60px}.maison-editorial-copy>p:not(.eyebrow){max-width:100%}.maison-editorial-copy .maison-specs{margin-top:20px}.maison-price{margin-top:20px}.wellness figure{min-height:460px}.wellness-copy{padding:55px 7%}.wellness-copy h2{font-size:51px}.inclusive{padding-inline:7%}.inclusive .services{grid-template-columns:1fr}.inclusive .service{font-size:14px}.essenza-opening{padding:40px 7% 0}.maison-title{display:block;margin-bottom:35px}.maison-title h1{font-size:90px}.maison-title>div:last-child{margin-top:23px}.maison-title .eyebrow{font-size:9px}.essenza-pair{display:block}.essenza-pair figure:first-child{height:370px}.essenza-pair figure:last-child{height:280px;width:76%;margin-top:38px;margin-left:auto}.essenza-pair figcaption{font-size:10px}.detail-story{padding-top:80px}.armonia-opening{min-height:625px;height:calc(100svh - 88px)}.armonia-opening .hero-content{padding:0 7% 70px}.armonia-opening h1{font-size:88px}.armonia-opening .hero-content p:not(.eyebrow){font-size:15px;max-width:305px}.terrace-story{display:flex;flex-direction:column;gap:36px;padding:55px 7%}.terrace-story figure{height:390px;width:100%}.terrace-story h2{font-size:46px}.space-tour{padding:65px 7%}.space-grid{grid-template-columns:1fr;gap:36px}.space-card:first-child{display:block;grid-column:auto;margin:0}.space-photo>img,.space-card:first-child .space-photo>img{height:300px}.space-caption,.space-card:first-child .space-caption{margin-top:20px;gap:14px}.space-caption h3,.space-card:first-child .space-caption h3{font-size:32px}.space-caption p{font-size:14px}.space-count{font-size:10px;right:13px;bottom:13px}.booking-intro h1{font-size:47px}.booking-aside{padding:22px}.booking-layout{gap:18px}.header-actions .button{font-size:11px;padding:11px}.header-actions{gap:9px}#lightbox{padding:18px;width:96vw;max-width:96vw}#lightbox>img{height:58svh;max-height:58svh}#gallery-title{font-size:10px;letter-spacing:1px;line-height:1.5}#lightbox .close{top:10px;right:10px}.footer-base{margin-top:5px}}
@media(max-width:380px){.brand{min-width:102px}.wordmark{width:102px}.header-actions{gap:7px}.cover-copy h1{font-size:56px}.cover-photo{height:330px}.cover-copy .button{font-size:12px}.space-photo>img,.space-card:first-child .space-photo>img{height:260px}}
@media(prefers-reduced-motion:reduce){.button span,.space-photo img,.maison-editorial-photo img{transition:none}}

@media(max-width:760px){.cover-photo{height:275px}.cover-copy{padding:25px 7% 28px}.cover-copy h1{font-size:56px;margin-bottom:15px}.cover-copy .eyebrow{margin-bottom:14px}.cover-description{margin-bottom:18px}.cover-links{margin-top:16px}.cover-footnote{margin-top:18px}}
@media(max-width:760px){.wellness{grid-template-columns:1fr}.wellness figure{min-height:430px}.wellness-copy{padding:48px 7%}.wellness-copy h2{font-size:51px}}
