*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:#2f2118;background:#f7f0e5;font-family:Montserrat,Arial,sans-serif}
a{color:inherit}
.site-header{position:fixed;z-index:20;top:0;left:0;right:0;height:92px;display:flex;align-items:center;justify-content:space-between;padding:12px 5%;background:linear-gradient(180deg,rgba(28,18,12,.75),rgba(28,18,12,0));color:#fff}
.brand{text-decoration:none;display:flex;align-items:center;line-height:1}
.brand-logo{display:block;width:132px;height:auto;max-height:78px;object-fit:contain;}
.nav{display:flex;gap:38px;align-items:center}
.nav a{text-decoration:none;font-size:14px;font-weight:600;letter-spacing:.7px;padding:8px 0;border-bottom:2px solid transparent}
.nav a:hover,.nav a.active{border-color:#d59a36}
.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}
.hero{min-height:760px;position:relative;background-image:url("home-spa.jpg");background-size:cover;background-position:center;display:flex;align-items:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(27,17,12,.75) 0%,rgba(27,17,12,.42) 45%,rgba(27,17,12,.08) 100%)}
.hero-content{position:relative;z-index:1;color:#fff;width:min(560px,90%);margin-left:7%;padding-top:70px}
.eyebrow{font-size:12px;letter-spacing:3px;font-weight:600;margin:0 0 16px;color:#e2ad55}
.eyebrow.dark{color:#b87c24}
h1,h2{font-family:"Cormorant Garamond",serif;font-weight:600}
h1{font-size:clamp(54px,7vw,88px);line-height:.84;letter-spacing:1px;margin:0}
h1 span{color:#dda342}
.hero-lead{font-size:22px;line-height:1.45;margin:28px 0 18px;font-weight:500}
.gold-line{width:82px;height:2px;background:#d59a36;margin:20px 0}
.hero-copy{font-size:15px;line-height:1.75;max-width:440px}
.button{display:inline-block;margin-top:20px;padding:16px 25px;background:#c68a2b;color:#fff;text-decoration:none;font-size:13px;font-weight:700;letter-spacing:.5px;border-radius:4px;transition:.2s}
.button:hover{background:#e0a743;transform:translateY(-1px)}
.section{padding:95px 7%}
.section-heading{text-align:center;max-width:700px;margin:0 auto 50px}
.section-heading h2{font-size:52px;line-height:.95;margin:0 0 20px}
.section-heading>p:last-child{line-height:1.7;color:#6d5c4e}
.massage-section{background:#321f14;color:#fff}
.massage-section .section-heading h2{color:#fff}
.massage-section .section-heading>p:last-child{color:#d9c8b6}
.massage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:auto}
.massage-card{background:#493022;border:1px solid rgba(213,154,54,.25);padding:30px 24px;border-radius:8px;min-height:330px;display:flex;flex-direction:column}
.card-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#c58a2c;color:#fff;font-size:21px;margin-bottom:20px}
.massage-card h3{font-family:"Cormorant Garamond",serif;font-size:28px;margin:0 0 12px;color:#fff}
.massage-card p{font-size:13px;line-height:1.7;color:#d9c8b6;flex:1}
.prices{border-top:1px solid rgba(255,255,255,.2);padding-top:15px;display:flex;flex-direction:column;gap:8px;font-size:13px}
.prices span{display:flex;justify-content:space-between}
.prices strong{color:#e0a743}
.dark-button{display:block;width:max-content;margin:45px auto 0}
.about-section{background:#f7f0e5;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about-image{height:500px;overflow:hidden;border-radius:8px}
.about-image img{width:100%;height:100%;object-fit:cover}
.about-copy{max-width:530px}
.about-copy h2{font-size:58px;line-height:.9;margin:0 0 25px}
.about-copy p{line-height:1.8;color:#665549}
.text-link{display:inline-block;margin-top:15px;color:#a96f20;font-weight:700;text-decoration:none}
.contact-section{background:#efe5d5}
.contact-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:stretch}
.contact-details{display:flex;flex-direction:column;justify-content:center;gap:10px}
.contact-item{display:flex;gap:20px;padding:22px 0;border-bottom:1px solid #d8c9b6}
.contact-icon{flex:0 0 48px;height:48px;border:2px solid #c58a2c;border-radius:50%;display:grid;place-items:center;color:#a96f20;font-size:21px}
.contact-item h3{margin:0 0 6px;font-size:13px;letter-spacing:1.5px}
.contact-item p{margin:0;line-height:1.7;color:#665549;font-size:14px}
.contact-item a{text-decoration:none}
.whatsapp-link{display:inline-block;margin-top:7px;color:#a96f20!important;font-weight:700}
.map-wrap{min-height:480px;display:flex;flex-direction:column}
.map-wrap iframe{width:100%;height:420px;border:0;border-radius:8px;box-shadow:0 12px 35px rgba(58,36,20,.12)}
.map-button{display:block;text-align:center;text-decoration:none;background:#c58a2c;color:#fff;padding:15px 12px;margin-top:12px;border-radius:4px;font-size:12px;font-weight:700;letter-spacing:.4px}
footer{background:#24160f;color:#d8c9b6;text-align:center;padding:40px 20px}
.footer-brand{font-family:"Cormorant Garamond",serif;color:#fff;font-size:28px;letter-spacing:4px}
footer p{font-size:12px;margin:9px 0}
@media(max-width:900px){
  .site-header{height:78px}
  .menu-toggle{display:block}
  .nav{position:absolute;top:78px;left:0;right:0;display:none;flex-direction:column;gap:0;background:#2b1b13;padding:12px 7% 20px}
  .nav.open{display:flex}
  .nav a{width:100%;padding:14px 0}
  .hero{min-height:720px;background-position:58% center}
  .hero-content{margin-left:6%;padding-top:90px}
  .massage-grid{grid-template-columns:repeat(2,1fr)}
  .about-section{grid-template-columns:1fr;gap:35px}
  .about-image{height:400px}
  .contact-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .brand-logo{width:112px;max-height:68px}
  .hero{min-height:700px;background-position:60% center}
  .hero-content{width:86%;margin:auto;padding-top:90px}
  h1{font-size:57px}
  .hero-lead{font-size:18px}
  .section{padding:70px 6%}
  .section-heading h2,.about-copy h2{font-size:44px}
  .massage-grid{grid-template-columns:1fr}
  .massage-card{min-height:auto}
  .about-image{height:320px}
  .map-wrap iframe{height:330px}
}
