
:root{--black:#0d0508;--black2:#170a10;--wine:#340715;--wine2:#4a0f21;--gold:#c9a44c;--gold2:#d9c281;--cream:#f4f0e6;--muted:#b8a8ae;--line:rgba(217,194,129,.25)}
*{box-sizing:border-box;scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--cream);font-family:Arial,sans-serif;line-height:1.6}a{text-decoration:none;color:inherit}.container{width:min(1120px,92%);margin:auto}
header{position:sticky;top:0;z-index:20;background:rgba(13,5,8,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);overflow:hidden}nav{height:76px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;height:100%;overflow:hidden}.logo img{height:56px;max-height:80%;width:auto;object-fit:contain;border-radius:6px;display:block}.menu{display:flex;gap:26px;align-items:center;font-size:14px;font-weight:bold}.menu a:hover{color:var(--gold2)}
.btn{display:inline-block;background:var(--gold);color:#2a0710;padding:12px 20px;border-radius:7px;font-weight:bold}.btn:hover{background:var(--gold2)}.hero{min-height:650px;display:flex;align-items:center;background:radial-gradient(circle at 70% 30%,#5a1428 0,transparent 42%),linear-gradient(135deg,#0d0508,#2a0710)}
.hero-content{max-width:700px;padding:90px 0}.eyebrow{text-transform:uppercase;letter-spacing:4px;font-size:12px;color:var(--gold2);font-weight:bold}h1,h2,h3{font-family:Georgia,serif;font-weight:normal}h1{font-size:clamp(48px,8vw,82px);line-height:1.03;margin:18px 0}h2{font-size:42px;margin:8px 0 12px}.hero p{font-size:18px;color:var(--muted);max-width:620px;margin-bottom:30px}
section{padding:85px 0}.section-head{text-align:center;max-width:700px;margin:0 auto 42px}.section-head p{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:linear-gradient(145deg,#1c0910,#0d0508);border:1px solid var(--line);border-radius:14px;overflow:hidden}.card-body{padding:24px}.card h3{font-size:24px;margin:0 0 7px}.card p{color:var(--muted);font-size:14px}.gold{color:var(--gold2)}
.gallery{display:grid;grid-template-columns:1.3fr .7fr;gap:18px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:12px;border:1px solid var(--line)}.gallery .large{height:520px}.gallery .small{height:251px}.gallery-right{display:grid;gap:18px}
.therapist-photo{height:340px;width:100%;object-fit:cover}
/* CARROSSEL DE FOTOS DOS TERAPEUTAS */

.therapist-carousel {
  position: relative;
  width: 100%;
  height: 340px;
  overflow: hidden;
  background: #170a10;
}

.therapist-carousel .carousel-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  margin: 0;
}

.therapist-carousel .carousel-photo.active {
  display: block;
}
.therapist-photo.placeholder{display:flex;align-items:center;justify-content:center;font-size:40px;color:var(--gold);background:linear-gradient(145deg,#2a0710,#170a10)}.local-photo{height:280px;width:100%;object-fit:cover;display:block}
.therapists-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:22px}.therapist-card{flex:0 1 320px;max-width:320px;text-align:center}
.cta-block{text-align:center;max-width:560px;margin:56px auto 0;padding:36px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(145deg,#1c0910,#0d0508)}.cta-block h3{margin:0 0 8px;font-size:26px}.cta-block p{color:var(--muted);margin-bottom:22px}
.massage-icon{font-size:30px;color:var(--gold);margin-bottom:8px}.massage{padding:28px}.massage h3{margin:0;font-size:24px}.info{display:inline-block;border:1px solid var(--line);padding:6px 10px;border-radius:20px;color:var(--gold2);font-size:12px;margin-top:8px}
.contact{background:var(--wine)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.contact-box{border:1px solid rgba(255,255,255,.12);padding:25px;border-radius:12px;background:rgba(0,0,0,.18)}footer{padding:28px 0;border-top:1px solid var(--line);color:#a89aa0;font-size:13px}
.mobile{display:none}@media(max-width:760px){.menu{display:none}.mobile{display:block;color:var(--gold);font-size:24px}.grid,.contact-grid,.gallery{grid-template-columns:1fr}.hero{min-height:560px}.hero-content{padding:70px 0}h2{font-size:35px}.gallery .large,.gallery .small{height:350px}}
.location-section {
  padding: 85px 0;
  background: var(--black2);
}

.location-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
  align-items: stretch;
}

.location-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg,#1c0910,#0d0508);
}

.location-item {
  margin-bottom: 25px;
}

.location-item p {
  color: var(--muted);
  margin: 8px 0 0;
}

.location-map {
  min-height: 400px;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid var(--line);
}

.location-map iframe {
  display: block;
  width: 100%;
  height: 400px;
}

@media(max-width:760px) {

  .location-grid {
    grid-template-columns: 1fr;
  }

  .location-map,
  .location-map iframe {
    height: 320px;
  }

}
