@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Manrope:wght@400;500;600&display=swap');
:root{--cream:#f6f0e5;--brown:#38251c;--gold:#a9783f;--line:#d9cdbd}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--cream);color:var(--brown);font-family:Manrope,Arial,sans-serif;font-size:16px}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #bd8c49;outline-offset:5px}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:'Cormorant Garamond',Georgia,serif;font-weight:400}em{font-weight:400;color:inherit}header{height:100px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;gap:28px}.brand{display:flex;flex-direction:column;text-align:center}.brand span{font-family:Georgia,serif;font-size:36px;letter-spacing:7px;line-height:1}.brand small{font-size:10px;letter-spacing:5px;margin-top:9px}nav{display:flex;gap:30px;font-size:14px}nav a:hover{color:var(--gold)}.button{border:1px solid var(--brown);background:var(--brown);color:var(--cream);padding:18px 27px;display:inline-flex;align-items:center;justify-content:space-between;gap:35px;font-size:14px;transition:background .2s,transform .2s}.button:hover{background:#68472f;transform:translateY(-2px)}.button.small{padding:13px 20px}.button.light{background:var(--cream);color:var(--brown);border-color:var(--cream)}.button.light:hover{background:#e3d2b6}.menu{display:none}.hero{min-height:680px;height:calc(100svh - 100px);max-height:960px;position:relative;background:#483223;color:#fff7e9;overflow:hidden}.hero-image{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,20,14,.74),rgba(25,20,14,.12)),linear-gradient(0deg,rgba(20,15,10,.35),transparent 35%)}.hero-content{position:relative;z-index:1;padding:clamp(70px,10vh,130px) 8%}.eyebrow{font-size:12px;letter-spacing:2.8px;font-weight:500;margin-bottom:25px}h1{font-size:clamp(64px,7.2vw,112px);line-height:.99;letter-spacing:-2px}h1 em{color:#ead0a8}.hero-services{margin-top:30px;font-size:16px}.hero-services b{font-weight:400;padding:0 8px;color:#d8b782}.starting{margin-top:14px;font-size:14px;color:#eadfce}.starting strong{font-weight:500;color:white}.actions{display:flex;align-items:center;gap:34px;margin-top:35px}.text-link{font-size:14px;border-bottom:1px solid #b8a796;padding:12px 0}.text-link span{margin-left:18px}.hero-bottom{position:absolute;bottom:30px;left:5%;right:5%;z-index:2;display:flex;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:2px}.hero-bottom a{border:1px solid #ffffff55;border-radius:50%;padding:12px 18px;font-size:20px}.section{padding:110px 8%}.section-top{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:45px}h2{font-size:clamp(42px,4.6vw,68px);line-height:1.1;letter-spacing:-1.4px}h2 em{color:var(--gold)}.section .eyebrow{color:#8c6c4e;margin-bottom:18px}.section-note{font-size:14px;color:#776b60;padding-bottom:8px}.massage-list{margin-bottom:35px;border-top:1px solid var(--line)}.massage-list button{width:100%;border:0;border-bottom:1px solid var(--line);padding:26px 0;display:flex;gap:26px;align-items:center;text-align:left;background:transparent;color:var(--brown);transition:padding .25s,background .25s}.massage-list button:hover{padding-left:15px;padding-right:15px;background:#eee3d3}.number{font-size:12px;color:#9c8268}.massage-list h3{font-size:34px;flex:1}.price{font-size:21px;white-space:nowrap}.price small{font-size:12px;margin-left:5px;color:#766655}.circle{border:1px solid #cdb99c;border-radius:50%;width:42px;height:42px;display:grid;place-items:center;color:#8e6337}.care{background:#ede5d9}.care-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.care-grid img{width:100%;aspect-ratio:3/4;object-fit:cover;background:#d6c8b8;transition:transform .5s}.care-grid article:nth-child(even){padding-top:42px}.care-grid h3{font-size:27px;margin-top:18px}.space-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.space-grid article{height:480px;position:relative;overflow:hidden;background:#68513b;color:white}.space-grid img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.space-grid article:hover img{transform:scale(1.035)}.space-grid article:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 45%,#20170dcc)}.space-grid h3{position:absolute;bottom:63px;left:35px;font-size:52px;z-index:1}.space-grid span{position:absolute;bottom:35px;left:35px;font-size:10px;letter-spacing:2px;z-index:1}.space-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:34px}.space-bottom p{font-size:16px;line-height:1.8;color:#746353}.final-cta{padding:100px 24px;text-align:center;background:#392a20;color:var(--cream)}.final-cta h2 em{color:#d6b685}.final-cta .eyebrow{color:#c5a981}.final-cta>p:not(.eyebrow){font-size:15px;margin:24px 0 32px}footer{padding:65px 8% 25px;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:45px}footer h3{font-family:Manrope,Arial,sans-serif;font-size:14px;font-weight:600;margin:18px 0 25px}footer p{font-size:13px;line-height:1.9;margin-top:16px}footer p span{color:#8b7764}.footer-brand img{width:160px;display:block;mix-blend-mode:multiply}.footer-brand p{font-size:12px}.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;padding-top:25px;border-top:1px solid var(--line);font-size:11px;color:#88735f}dialog{max-width:480px;width:calc(100% - 36px);padding:45px 30px;background:var(--cream);color:var(--brown);border:1px solid var(--line)}dialog::backdrop{background:#21190dc9;backdrop-filter:blur(5px)}dialog h2{font-size:43px}dialog p{line-height:1.7;margin-bottom:20px}dialog .close{position:absolute;right:14px;top:8px;border:0;background:transparent;font-size:30px}.text-close{display:block;margin-top:20px;border:0;background:transparent;text-decoration:underline;color:inherit}[hidden]{display:none!important}.skip{position:fixed;top:-100px;z-index:9;background:white;padding:15px}.skip:focus{top:0}@media(min-width:900px){.hero-content{animation:enter .9s ease-out both}}@keyframes enter{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@media(max-width:1000px){nav{gap:18px;font-size:12px}.care-grid{gap:12px}.care-grid h3{font-size:23px}.section{padding:80px 6%}.space-grid article{height:390px}}@media(max-width:720px){header{height:80px;padding:0 6%;gap:14px}.brand span{font-size:28px}.brand small{font-size:8px;letter-spacing:3.5px}header .button{margin-left:auto;padding:12px 15px;gap:15px}.menu{display:block;border:0;background:none;font-size:24px;color:var(--brown)}nav{display:none;position:absolute;top:80px;left:0;right:0;background:var(--cream);padding:25px 7%;z-index:5;flex-direction:column;font-size:16px;gap:23px}nav.open{display:flex}.hero{height:calc(90svh - 80px);min-height:620px;max-height:780px}.hero-content{padding:85px 7% 100px}.hero-image{object-position:63% center}.hero:after{background:linear-gradient(90deg,#1b160fc9,#21190f44)}h1{font-size:66px;letter-spacing:-2.5px}.hero-services{font-size:14px}.hero-services b{padding:0 3px}.actions{align-items:start;flex-direction:column;gap:14px;margin-top:28px}.hero-bottom{left:7%;right:7%;font-size:9px}.hero-bottom span:last-child{display:none}.section{padding:70px 7%}.section-top{display:block;margin-bottom:30px}.section-note{display:block;margin-top:18px}.eyebrow{font-size:10px;letter-spacing:2px}.massage-list button{gap:12px;padding:24px 0}.massage-list h3{font-size:27px}.number{display:none}.price{font-size:17px}.price small{font-size:10px;display:block;text-align:right}.circle{width:30px;height:30px;flex-shrink:0}.care-grid{grid-template-columns:1fr 1fr;gap:26px 16px}.care-grid article:nth-child(even){padding-top:30px}.care-grid article:last-child{grid-column:1/-1;width:calc(50% - 8px)}.care-grid h3{font-size:26px;margin-top:12px}.space-grid{grid-template-columns:1fr;gap:20px}.space-grid article{height:400px}.space-bottom{align-items:start;flex-direction:column;gap:24px}.space-bottom p{font-size:14px}.final-cta{padding:75px 7%}.final-cta h2{font-size:45px}footer{padding:45px 7% 25px;grid-template-columns:1fr 1fr;gap:25px}.footer-brand{grid-column:1/-1}.footer-brand img{width:130px}footer h3{font-size:12px}footer p{font-size:12px}.footer-bottom{font-size:10px;gap:20px}.footer-bottom span:last-child{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

.location{margin-top:24px;font-size:15px;color:#f3e5cf}.location+.hero-services{margin-top:12px}.noscript-booking{padding:24px 8%;line-height:1.8}.noscript-booking a{text-decoration:underline}
