:root{
  --bg: #ffffff;
  --paper: #fbf7f1;
  --paper-2:#f6efe6;
  --text:#2a2a2a;
  --muted:#6f6a62;
  --brand:#caa859; /* dourado */
  --brand-2:#e7d2a6;
  --card:#ffffff;
  --shadow: 0 12px 40px rgba(0,0,0,.08);
  --radius: 18px;
  --radius-sm: 14px;
  --container: 1120px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.6;
}
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
.container{ max-width:var(--container); margin:0 auto; padding:0 20px; }

.btn{
  display:inline-flex; align-items:center; gap:10px;
  background:var(--brand); color:#fff;
  padding:11px 16px; border-radius:999px;
  font-weight:600; font-size:14px;
  box-shadow: 0 10px 24px rgba(202,168,89,.25);
  border:1px solid rgba(255,255,255,.25);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover{ transform: translateY(-1px); box-shadow:0 14px 28px rgba(202,168,89,.28); }
.btn.outline{
  background:transparent;
  color:var(--brand);
  border:1px solid rgba(202,168,89,.55);
  box-shadow:none;
}
.btn.outline:hover{ background:rgba(202,168,89,.08); }

.pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(202,168,89,.10);
  color:#6b5b36;
  font-weight:600;
  font-size:13px;
}

.section{
  padding:72px 0;
  position:relative;
}
.section.paper{ background:var(--paper); }
.section.paper2{ background:var(--paper-2); }

@media (max-width: 560px){
  .section{ padding:56px 0; }
}

.title{
  font-family: "Playfair Display", serif;
  font-weight:600;
  letter-spacing:.2px;
  line-height:1.15;
  margin:0 0 10px;
}
.subtitle{ margin:0; color:var(--muted); }

.grid{ display:grid; gap:26px; }
.grid-2{ grid-template-columns: 1.05fr .95fr; }
.grid-3{ grid-template-columns: repeat(3, 1fr); }
.grid-4{ grid-template-columns: repeat(4, 1fr); }

@media (max-width: 980px){
  .grid-2{ grid-template-columns:1fr; }
  .grid-3{ grid-template-columns:1fr; }
  .grid-4{ grid-template-columns:1fr 1fr; }
}
@media (max-width: 560px){
  .grid-4{ grid-template-columns:1fr; }
}

/* =========================
   Header
========================= */
.header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.82);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:18px; padding:12px 0;
}
.brand{
  display:flex; align-items:center; gap:12px;
  min-width:190px;
}
.brand img{ height:44px; width:auto; }
.nav{
  display:flex; align-items:center; justify-content:center;
  gap:22px;
  flex:1;
}
.nav a{
  font-weight:600;
  font-size:13px;
  letter-spacing:.3px;
  color:#3b3b3b;
  opacity:.9;
  position:relative;
  padding:10px 2px;
}
.nav a:hover{ opacity:1; }
.nav a:after{
  content:"";
  position:absolute; left:0; bottom:6px;
  width:0; height:2px; border-radius:2px;
  background:var(--brand);
  transition: width .18s ease;
}
.nav a:hover:after{ width:100%; }

.header-cta{
  display:flex; align-items:center; gap:10px;
  min-width:190px; justify-content:flex-end;
}

.menu-btn{
  display:none;
  width:44px; height:44px; border-radius:12px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  align-items:center; justify-content:center;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}
@media (max-width: 900px){
  .nav{ display:none; }
  .header-cta{ display:none; }
  .menu-btn{ display:flex; }
}
.mobile-nav{
  display:none;
  border-top:1px solid rgba(0,0,0,.06);
  padding:10px 0 14px;
}
.mobile-nav a{
  display:block;
  padding:10px 0;
  font-weight:600;
  color:#3b3b3b;
}
.mobile-nav .btn{
  width:100%;
  justify-content:center;
  margin-top:8px;
}

/* =========================
   Hero
========================= */
.hero{
  padding:44px 0 62px;
  background: linear-gradient(180deg, rgba(246,239,230,.7), rgba(255,255,255,0));
}
.hero-card{
  border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(250,244,236,1), rgba(255,255,255,1));
  box-shadow: var(--shadow);
  overflow:hidden;
  border:1px solid rgba(0,0,0,.05);
}
.hero-inner{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:28px;
  align-items:center;
  padding:28px;
}
@media (max-width: 980px){ .hero-inner{ grid-template-columns:1fr; } }
.hero h1{ font-size:38px; }
@media (max-width: 560px){ .hero h1{ font-size:32px; } }
.hero p{ max-width:52ch; color:var(--muted); margin:10px 0 18px; }
.hero-actions{ display:flex; gap:12px; flex-wrap:wrap; }

.hero-figure{
  position:relative;
  min-height:320px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-figure img{
  max-height:360px;
  width:auto;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.10));
}
.blob{
  position:absolute;
  width:320px; height:320px;
  background: radial-gradient(circle at 30% 30%, rgba(202,168,89,.25), rgba(202,168,89,0));
  border-radius:999px;
  transform: translate(30px, 10px);
  pointer-events:none;
}

/* Welcome */
.center{ text-align:center; }
.center .subtitle{ max-width:74ch; margin:10px auto 0; }

/* =========================
   Treatments
========================= */
.treatments .cards{
  margin-top:28px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:18px;
}
@media (max-width: 980px){ .treatments .cards{ grid-template-columns:1fr; } }

.t-card{
  background:var(--card);
  border:1px solid rgba(0,0,0,.06);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  overflow:hidden;
  transition: transform .15s ease, box-shadow .15s ease;
}
.t-card:hover{ transform: translateY(-2px); box-shadow: 0 16px 30px rgba(0,0,0,.08); }
.t-cover{ aspect-ratio: 4/3; background:#eee; overflow:hidden; }
.t-cover img{ width:100%; height:100%; object-fit:cover; }
.t-body{ padding:16px; }
.t-head{
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  margin-bottom:10px;
}
.t-name{
  font-family:"Playfair Display", serif;
  font-size:20px; margin:0;
}
.t-icon{
  width:42px; height:42px; border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  background:rgba(202,168,89,.12);
  color:#6b5b36;
  border:1px solid rgba(202,168,89,.18);
  flex:0 0 auto;
}
details{
  border-top:1px solid rgba(0,0,0,.06);
  padding-top:10px;
}
summary{
  cursor:pointer;
  list-style:none;
  display:flex; align-items:center; justify-content:space-between;
  font-weight:700;
  color:#3b3b3b;
  padding:6px 0;
}
summary::-webkit-details-marker{ display:none; }
.chev{ transition: transform .15s ease; }
details[open] .chev{ transform: rotate(180deg); }
.t-list{ margin:8px 0 0; padding:0 0 6px 18px; color:var(--muted); }
.t-list li{ margin:4px 0; }

/* =========================
   CTA - By Reduz
========================= */
.cta-card{
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(202,168,89,.13), rgba(255,255,255,1));
  border:1px solid rgba(0,0,0,.05);
  box-shadow: var(--shadow);
  padding:24px;
  display:grid;
  grid-template-columns: 1fr 1.1fr;
  gap:22px;
  align-items:center;
  overflow:hidden;
}
@media (max-width: 980px){ .cta-card{ grid-template-columns:1fr; } }
.cta-images{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
  align-items:center;
}
.cta-images img{
  border-radius: var(--radius-sm);
  border:1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 20px rgba(0,0,0,.06);
  object-fit:cover;
  width:100%;
  aspect-ratio: 4/5;
}
.cta h2{ margin:0 0 10px; font-size:30px; }
.cta p{ margin:0 0 14px; color:var(--muted); }
.cta-actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top:10px; }
@media (max-width: 560px){
  .cta-actions .btn{ width:100%; justify-content:center; }
}

/* =========================
   Structure (Swiper) - FIX TOTAL
========================= */
.structure .swiper{
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
  box-shadow: var(--shadow);
  background:#fff;
}

.structure .swiper-slide{
  height: 420px; /* desktop */
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f3f3f3;
}
.structure .swiper-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

/* Tablet */
@media (max-width: 900px){
  .structure .swiper-slide{ height:320px; }
}

/* Mobile */
@media (max-width: 560px){
  .structure .swiper-slide{ height:240px; }
}

.swiper-controls{
  display:flex; align-items:center; justify-content:center; gap:10px;
  margin-top:12px;
}
.swiper-btn{
  width:42px; height:42px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  box-shadow: 0 8px 18px rgba(0,0,0,.06);
}

/* =========================
   Contact - VIDEO FIX TOTAL
========================= */
.contact-card{
  border-radius: var(--radius);
  border:1px solid rgba(0,0,0,.06);
  box-shadow: var(--shadow);
  overflow:hidden;
  background:#fff;
  display:grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 980px){ .contact-card{ grid-template-columns:1fr; } }

.contact-video{
  background:#000;
  overflow:hidden;
}

/* Desktop: controla altura do bloco do vídeo */
@media (min-width: 981px){
  .contact-video{ max-height:360px; }
  .contact-video video{
    width:100%;
    height:360px;
    object-fit:cover;
    display:block;
  }
}

/* Tablet: intermediário */
@media (max-width: 980px) and (min-width: 561px){
  .contact-video{ max-height:300px; }
  .contact-video video{
    width:100%;
    height:300px;
    object-fit:cover;
    display:block;
  }
}

/* Mobile: mantém bom (sem gigantismo) */
@media (max-width: 560px){
  .contact-video video{
    width:100%;
    height:auto;
    object-fit:contain;
    display:block;
  }
}

.contact-info{ padding:22px; }
.contact-info h2{ margin:0 0 10px; }

.info-row{
  display:flex; gap:12px; align-items:flex-start;
  padding:12px 0;
  border-bottom:1px solid rgba(0,0,0,.06);
  color:var(--muted);
}
.info-row:last-child{ border-bottom:0; }

.info-ico{
  width:40px; height:40px; border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  background:rgba(202,168,89,.12);
  color:#6b5b36;
  border:1px solid rgba(202,168,89,.18);
  flex:0 0 auto;
}

/* =========================
   Testimonials
========================= */
.reviews-wrap{
  border-radius: var(--radius);
  border:1px solid rgba(0,0,0,.06);
  background:#fff;
  box-shadow: var(--shadow);
  padding:22px;
}
.reviews-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:18px;
  align-items:start;
}
@media (max-width: 980px){ .reviews-grid{ grid-template-columns:1fr; } }

.review-card{
  border:1px solid rgba(0,0,0,.06);
  border-radius: var(--radius-sm);
  padding:14px;
  background: linear-gradient(180deg, rgba(202,168,89,.06), rgba(255,255,255,1));
}
.stars{ color:#f2b01e; letter-spacing:1px; font-size:14px; }
.review-text{ margin:8px 0 0; color:var(--muted); }
.reviewer{ margin-top:10px; font-weight:700; color:#3b3b3b; }
.quote{
  font-size:42px; line-height:1;
  color:rgba(202,168,89,.35);
  font-family:"Playfair Display", serif;
}

/* =========================
   Instagram
========================= */
.ig-grid{
  margin-top:20px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:10px;
}
@media (max-width: 980px){ .ig-grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .ig-grid{ grid-template-columns: 1fr; } }

.ig-item{
  border-radius: var(--radius-sm);
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
  background:#eee;
  aspect-ratio: 1 / 1;
  position:relative;
}
.ig-item img{ width:100%; height:100%; object-fit:cover; }
.ig-item:after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.10));
  pointer-events:none;
}

/* =========================
   Footer
========================= */
footer{ background:var(--paper); border-top:1px solid rgba(0,0,0,.06); }
.footer-top{ padding:38px 0; }
.footer-grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap:22px;
}
@media (max-width: 980px){ .footer-grid{ grid-template-columns:1fr; } }

.foot-logo img{ height:44px; }
.social{ display:flex; gap:10px; margin-top:10px; }
.social a{
  width:44px; height:44px; border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  box-shadow: 0 8px 18px rgba(0,0,0,.06);
  color:#3b3b3b;
}
.social a:hover{ color:var(--brand); }
.foot-title{ font-weight:800; margin:0 0 8px; }
.foot-text{ color:var(--muted); margin:0; }
.foot-link{ color:var(--muted); }
.foot-link:hover{ color:#3b3b3b; }

.footer-bottom{
  background:#1f2a2c;
  color:rgba(255,255,255,.85);
  padding:14px 0;
  font-size:13px;
  text-align:center;
}
.footer-bottom a{ color:var(--brand); }

/* Footer mobile fix (unificado) */
@media (max-width: 768px){
  footer{ text-align:center; }
  .footer-top{ padding:28px 0; }
  .footer-grid{ grid-template-columns:1fr; gap:24px; }
  .foot-logo img{ margin:0 auto; }
  .foot-text{ font-size:14px; line-height:1.6; margin-top:8px; }
  .foot-title{ font-size:16px; margin-bottom:6px; }
  .foot-link{ display:block; font-size:14px; line-height:1.6; word-break:break-word; }
  .social{ justify-content:center; }
  .social a{ width:42px; height:42px; }
  .footer-bottom{ font-size:12px; padding:12px 10px; line-height:1.5; }

  /* cards no mobile para as colunas (exceto o bloco do logo) */
  .footer-grid > div:not(.foot-logo){
    background:#fff;
    border:1px solid rgba(0,0,0,.06);
    border-radius:16px;
    padding:16px;
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
  }
}

/* WhatsApp float */
.whatsapp-float{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:60;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:999px;
  background:#25D366;
  color:#fff;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
  font-weight:800;
  font-size:14px;
}
.whatsapp-float i{ font-size:18px; }
.whatsapp-float small{ display:block; font-weight:600; opacity:.9; }

@media (max-width: 520px){
  .whatsapp-float span{ display:none; }
  .whatsapp-float{ border-radius:16px; padding:12px; }
}
