:root{
  --bg:#f4efeb;
  --bg-warm:#f7f1ea;
  --cream:#f8f3ed;
  --sand:#e7d2bf;
  --sand-2:#d8bfa8;
  --brown:#6b5246;
  --brown-dark:#4f3b34;
  --text:#604940;
  --muted:#876f64;
  --purple:#8d68ad;
  --purple-dark:#785597;
  --coral:#ef7b70;
  --coral-dark:#df665e;
  --line:rgba(107,82,70,.16);
  --white:#fff;
  --shadow:0 20px 45px rgba(92,70,58,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'DM Sans',Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(100% - 48px,1180px);margin:0 auto}
.site-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid rgba(107,82,70,.08);box-shadow:0 8px 18px rgba(80,60,50,.04)}
.nav-wrap{min-height:118px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{width:220px;height:auto}
.site-nav{display:flex;align-items:center;gap:30px;margin-left:auto;font-size:.93rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#1f1b18}
.site-nav a{position:relative;padding:10px 0}.site-nav a::after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;background:var(--coral);transform:scaleX(0);transition:transform .2s ease}.site-nav a:hover::after,.site-nav a.active::after{transform:scaleX(1)}
.nav-actions{display:flex;align-items:center;gap:12px}.chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 18px;border-radius:999px;font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em}.chip-whatsapp{background:var(--coral);color:#fff}.icon-link{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:var(--purple);background:#fff;border:2px solid rgba(141,104,173,.35)}.icon-link svg{width:21px;height:21px;fill:currentColor}.menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent}.menu-toggle span{display:block;width:24px;height:2px;margin:5px auto;background:var(--brown)}
.hero{position:relative;overflow:hidden;min-height:720px;background:var(--bg-warm) url('assets/banner-home-3.jpg') center top/cover no-repeat;padding:0}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(248,243,237,.98) 0%,rgba(248,243,237,.94) 31%,rgba(248,243,237,.52) 52%,rgba(248,243,237,0) 72%);pointer-events:none}
.hero-grid{position:relative;z-index:2;min-height:720px;display:block;padding-top:105px}.hero-copy{max-width:660px;position:relative;z-index:3}.hero-visual{display:none}.eyebrow,.section-tag{display:inline-block;padding:7px 15px;border-radius:999px;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;font-weight:800;color:var(--coral)}.eyebrow{background:rgba(239,123,112,.12);border:1px solid rgba(239,123,112,.32)}
.hero h1,h2,.cta-copy h3{font-family:'Marcellus',serif;font-weight:400;line-height:1.05;letter-spacing:-.03em;margin:18px 0;color:var(--brown-dark)}.hero h1{font-size:clamp(4.2rem,6.4vw,6.4rem);max-width:660px}.lead{max-width:560px;font-size:1.18rem;color:var(--brown);margin:0}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:14px 26px;border-radius:10px;border:1px solid transparent;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--purple);color:#fff;box-shadow:0 16px 28px rgba(141,104,173,.22)}.btn-primary:hover{background:var(--purple-dark)}.btn-secondary{background:#eee1d6;border-color:rgba(107,82,70,.2);color:var(--brown-dark)}.btn-coral{background:var(--coral);color:#fff}.btn-coral:hover{background:var(--coral-dark)}.btn-outline{background:#fff;color:var(--purple);border-color:rgba(141,104,173,.45)}.btn svg{width:22px;height:22px;fill:currentColor}
.section{position:relative;padding:92px 0;background:#fff}.about-section{background:#fff url('assets/bg-title.jpg') center top/cover no-repeat}.about-layout{display:grid;grid-template-columns:410px 1fr;gap:64px;align-items:center}.about-photo-wrap{border-radius:30px;overflow:hidden;background:#f4f0ec;box-shadow:var(--shadow);max-width:390px}.about-photo{width:100%;height:100%;object-fit:cover}.section-tag.center{display:block;text-align:center}.about-copy h2,.centered-title{font-size:clamp(2.4rem,4vw,3.45rem);color:var(--brown-dark)}.about-copy p{max-width:720px;color:var(--muted);font-size:1.05rem}.btn-story{margin-top:12px}.procedures-section,.testimonials-section{background:#f8f5f1}.centered-title,.center{text-align:center}.decor-divider{width:90px;height:14px;margin:18px auto 46px;position:relative}.decor-divider::before,.decor-divider::after{content:"";position:absolute;top:6px;width:30px;height:2px;background:rgba(239,123,112,.55)}.decor-divider::before{left:0}.decor-divider::after{right:0}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.card{text-align:center;padding:32px 22px 24px;border-right:1px solid var(--line)}.card:last-child{border-right:0}.icon-circle{width:92px;height:92px;margin:0 auto 18px;border-radius:50%;background:rgba(141,104,173,.08);color:var(--purple);display:grid;place-items:center}.icon-circle svg{width:46px;height:46px;fill:currentColor}.icon-circle.coral{color:var(--coral);background:rgba(239,123,112,.12);margin:0}.card h3{margin:0 0 10px;font-family:'Marcellus',serif;font-size:1.55rem;font-weight:400;line-height:1.15}.card p{margin:0;color:var(--muted)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:38px}.testimonial{margin:0;padding:32px 28px;background:#fff;border-radius:24px;box-shadow:0 14px 34px rgba(106,81,71,.08)}.testimonial p{margin:0 0 18px;font-size:1.05rem;color:var(--text)}.testimonial footer{color:var(--coral);font-weight:700}.cta-section{background:#f8f5f1;padding-top:0}.cta-box{background:#f3e5e1;border-radius:28px;padding:28px 32px;display:grid;grid-template-columns:1.2fr 1fr;gap:28px;align-items:center}.cta-copy{display:flex;align-items:center;gap:20px}.cta-copy h3{margin:0 0 10px;font-size:clamp(2rem,3.6vw,2.8rem)}.cta-copy p{margin:0;color:var(--muted)}.cta-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:16px}.site-footer{background:var(--brown);color:#fff;padding:34px 0 24px}.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:28px;align-items:start}.footer-brand img{width:220px;filter:brightness(0) invert(1)}.site-footer h4{margin:0 0 10px;font-size:1.15rem}.site-footer p{margin:0;color:rgba(255,255,255,.9)}.footer-buttons{display:flex;flex-wrap:wrap;gap:12px}.footer-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border-radius:12px;border:1px solid rgba(255,255,255,.4);font-weight:800}.footer-btn-coral{background:var(--coral);border-color:transparent}.footer-bottom{text-align:center;margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.14)}.footer-bottom p{color:rgba(255,255,255,.82)}
@media(max-width:1080px){.site-nav{gap:18px;font-size:.85rem}.brand img{width:190px}.nav-actions{gap:8px}.hero{min-height:650px;background-position:58% top}.hero-grid{min-height:650px}.hero h1{font-size:clamp(3.4rem,8vw,5.2rem)}.about-layout,.footer-grid,.cta-box,.testimonials-grid{grid-template-columns:1fr}.about-photo-wrap{max-width:360px}.cards{grid-template-columns:repeat(2,1fr)}.card:nth-child(2){border-right:0}.card:nth-child(-n+2){border-bottom:1px solid var(--line)}.cta-actions{justify-content:flex-start}}
@media(max-width:860px){.menu-toggle{display:inline-block;margin-left:auto}.site-nav,.nav-actions{display:none}.site-header.open .site-nav,.site-header.open .nav-actions{display:flex;position:absolute;left:16px;right:16px;background:#fff;box-shadow:0 16px 30px rgba(106,81,71,.12)}.site-header.open .site-nav{top:92px;flex-direction:column;align-items:flex-start;gap:12px;padding:20px;border-radius:18px 18px 0 0}.site-header.open .nav-actions{top:calc(92px + 210px);padding:0 20px 18px;border-radius:0 0 18px 18px}.nav-wrap{min-height:92px}.hero{background-image:linear-gradient(180deg,rgba(248,243,237,.25),rgba(248,243,237,.88)),url('assets/banner-home.jpg');background-position:center top;min-height:auto}.hero::after{background:rgba(248,243,237,.52)}.hero-grid{min-height:auto;padding:76px 0 110px}.hero-copy{max-width:620px}.lead{font-size:1.05rem}.section{padding:76px 0}.cards,.testimonials-grid{grid-template-columns:1fr}.card{border-right:0;border-bottom:1px solid var(--line)}.card:last-child{border-bottom:0}.cta-copy{align-items:flex-start}}
@media(max-width:560px){.container{width:min(100% - 26px,1180px)}.brand img{width:168px}.hero h1{font-size:clamp(2.9rem,15vw,4rem)}.hero-grid{padding:52px 0 86px}.hero-actions,.cta-actions,.footer-buttons{flex-direction:column}.btn,.footer-btn,.chip{width:100%}.about-copy h2,.centered-title{font-size:2.25rem}.cta-copy{flex-direction:column}.footer-brand img{width:190px}}


/* === v8 - Procedimentos atualizados === */
.section {
  padding: 76px 20px;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
}

.procedures {
  background: #fff;
  position: relative;
}

.procedures .eyebrow {
  text-align: center;
  color: #f17669;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.procedures h2 {
  text-align: center;
  color: #5b443c;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.1;
  margin: 0;
}

.section-divider {
  width: 64px;
  height: 2px;
  background: #f17669;
  opacity: .55;
  margin: 18px auto 34px;
  border-radius: 999px;
}

.procedures-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.procedure-card {
  padding: 22px 24px;
  text-align: center;
  border-right: 1px solid rgba(91, 68, 60, .14);
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.procedure-card:last-child {
  border-right: 0;
}

.procedure-card:hover {
  transform: translateY(-4px);
  background: #fbf4ef;
  box-shadow: 0 16px 30px rgba(91, 68, 60, .08);
  border-radius: 20px;
}

.procedure-card img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  display: block;
  margin: 0 auto 14px;
}

.procedure-card h3 {
  color: #5b443c;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.08rem;
  line-height: 1.2;
  margin: 0 0 10px;
}

.procedure-card p {
  color: #7b6a63;
  font-size: .94rem;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 1100px) {
  .procedures-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
  .procedure-card {
    border: 1px solid rgba(91, 68, 60, .12);
    border-radius: 20px;
  }
}

@media (max-width: 760px) {
  .procedures-grid {
    grid-template-columns: 1fr;
  }
  .procedure-card {
    border: 1px solid rgba(91, 68, 60, .12);
    border-radius: 18px;
  }
}


/* v9 ajuste título hero */
.hero h1{
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
}


/* === v11 - Sobre mim e Minha história === */
.about-section {
  background: #fbf4ef;
  position: relative;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 48px;
  align-items: center;
}

.about-photo img {
  width: 100%;
  max-width: 390px;
  border-radius: 28px;
  display: block;
  box-shadow: 0 24px 50px rgba(91, 68, 60, .18);
}

.about-text h2,
.history-section h2 {
  color: #5b443c;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.12;
  margin: 0;
}

.about-text p,
.history-card p,
.history-list li {
  color: #6f5e57;
  font-size: 1rem;
  line-height: 1.72;
}

.section-divider.left {
  margin-left: 0;
}

.history-section {
  background: #ffffff;
}

.history-content {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 28px;
  align-items: stretch;
}

.history-card {
  background: #fbf4ef;
  border: 1px solid rgba(91, 68, 60, .10);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 35px rgba(91, 68, 60, .07);
}

.history-card.highlight {
  background: #fff7f3;
}

.history-card h3 {
  color: #5b443c;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.5rem;
  margin: 0 0 18px;
}

.history-list {
  margin: 0;
  padding-left: 20px;
}

.history-list li {
  margin-bottom: 12px;
}

@media (max-width: 900px) {
  .about-grid,
  .history-content {
    grid-template-columns: 1fr;
  }

  .about-photo img {
    max-width: 340px;
    margin: 0 auto;
  }
}


/* === v12 - ajustes menu ativo, CTA e ícones === */
html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 110px;
}

header nav a.active,
.navbar a.active,
.nav a.active {
  color: #f17669 !important;
  font-weight: 800;
}

header nav a.active::after,
.navbar a.active::after,
.nav a.active::after {
  width: 100% !important;
  opacity: 1 !important;
}

/* === v13 - ícones corrigidos e botão home === */
.procedure-card img {
  width: 72px !important;
  height: 72px !important;
  object-fit: contain !important;
}


/* === v15 - seção Procedimentos reconstruída com ícones corretos === */
.procedures-grid .procedure-card img {
  width: 72px !important;
  height: 72px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto 14px !important;
}


/* === v17 - Depoimentos em carrossel horizontal === */
.testimonials-carousel {
  padding: 0 !important;
  background: #dfb9a9;
}

.testimonials-bg {
  position: relative;
  overflow: hidden;
  padding: 72px 48px 78px;
  background:
    radial-gradient(circle at 28% 0%, rgba(186, 130, 108, .35) 0 18%, transparent 19%),
    radial-gradient(circle at 78% 88%, rgba(186, 130, 108, .18) 0 20%, transparent 21%),
    linear-gradient(135deg, #e8c1b2 0%, #e0b7a8 48%, #eac7b9 100%);
}

.testimonials-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    radial-gradient(circle at 90% 20%, transparent 0 80px, rgba(120, 84, 72, .35) 82px, transparent 84px),
    radial-gradient(circle at 72% 62%, transparent 0 140px, rgba(120, 84, 72, .28) 142px, transparent 144px);
  pointer-events: none;
}

.testimonials-bg h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 42px;
  text-align: center;
  color: #fff;
  font-family: inherit;
  font-weight: 400;
  font-size: clamp(2.7rem, 5vw, 4.2rem);
  letter-spacing: -0.03em;
}

.testimonial-track {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 0 14px;
  scrollbar-width: none;
}

.testimonial-track::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  flex: 0 0 340px;
  min-height: 226px;
  background: #fff;
  border-radius: 9px;
  padding: 24px 24px 26px;
  box-shadow: 0 18px 36px rgba(91, 68, 60, .10);
}

.testimonial-head {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 34px;
}

.testimonial-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: .78rem;
}

.avatar-photo { background: linear-gradient(135deg, #76523f, #c28d71); }
.avatar-gold { background: #bf9760; }
.avatar-olive { background: #b8b958; }
.avatar-blue { background: #5f75be; }
.avatar-green { background: #5cbda8; }

.testimonial-card h3 {
  margin: 0;
  color: #111;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
}

.testimonial-card span {
  display: block;
  margin-top: 3px;
  color: #7b7b7b;
  font-size: .92rem;
}

.testimonial-card p {
  margin: 0;
  color: #000;
  font-size: 1rem;
  line-height: 1.45;
}

.testimonial-arrow {
  position: absolute;
  z-index: 3;
  top: 58%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #888;
  font-size: 34px;
  line-height: 28px;
  display: grid;
  place-items: center;
  box-shadow: 0 5px 16px rgba(91, 68, 60, .18);
  cursor: pointer;
}

.testimonial-prev {
  left: 28px;
}

.testimonial-next {
  right: 28px;
}

@media (max-width: 760px) {
  .testimonials-bg {
    padding: 54px 20px 58px;
  }

  .testimonial-card {
    flex-basis: 82vw;
  }

  .testimonial-arrow {
    display: none;
  }
}

/* === v18 - contato na home === */
.hero-contact {
  margin-top: 24px;
  color: #6f5e57;
  font-size: 0.95rem;
}

.hero-contact a {
  color: #f17669;
  text-decoration: none;
  font-weight: 600;
}

.hero-contact a:hover {
  text-decoration: underline;
}


/* === v19 - bloco premium de contato na home e correção de pesos de fonte === */
.hero-contact-card {
  margin-top: 26px;
  max-width: 560px;
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid rgba(241, 118, 105, .22);
  border-radius: 22px;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 16px 34px rgba(91, 68, 60, .08);
  backdrop-filter: blur(3px);
}

.hero-contact-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
  color: #6f5e57;
}

.hero-contact-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff4f1;
  color: #f17669;
  box-shadow: inset 0 0 0 1px rgba(241, 118, 105, .18);
  font-size: 1rem;
}

.hero-contact-item strong {
  display: block;
  color: #5b443c;
  font-weight: 700;
  margin-bottom: 2px;
}

.hero-contact-item p {
  margin: 0;
  color: #6f5e57;
  font-weight: 400 !important;
  line-height: 1.45;
  font-size: .94rem;
}

.hero-contact-item a,
.footer-contact-extra a,
footer a {
  color: inherit;
  text-decoration: none;
}

.hero-contact-item a:hover,
.footer-contact-extra a:hover,
footer a:hover {
  text-decoration: underline;
}

section p,
section li,
.procedure-card p,
.about-text p,
.history-card p,
.history-list li,
.testimonial-card p,
.hero p {
  font-weight: 400 !important;
}

section h1,
section h2,
section h3,
section strong,
.hero-contact-item strong {
  font-weight: revert;
}

.footer-contact-extra p {
  margin: 4px 0;
  font-weight: 400 !important;
}

@media (max-width: 760px) {
  .hero-contact-card {
    max-width: 100%;
    padding: 16px;
  }
}


/* === v21 - remoção definitiva do contato no header e troca de fotos === */
header .hero-contact-card,
header .footer-contact-extra,
header [class*="contact"],
header [class*="address"] {
  display: none !important;
}

header,
header .container,
header nav {
  overflow: visible;
}

.about-photo img {
  object-fit: cover;
  object-position: center top;
}

.hero img[src*="simone-clean"],
.hero img[src*="simone"] {
  object-fit: cover;
  object-position: center top;
}


/* === v22 - ajuste de fotos === */
#sobre-mim img,
.about-photo img {
  object-fit: cover;
  object-position: center 35%;
}

.hero img[src*="simone-home"] {
  object-fit: cover;
  object-position: center 20%;
}


/* === v23 - acabamento editorial da foto da home === */
.hero img[src*="simone-home"] {
  object-fit: cover !important;
  object-position: center 18% !important;
  filter: saturate(1.02) contrast(1.03) brightness(1.02);
}

/* melhora o efeito do quadro/polaroid da home quando houver wrapper */
.hero .photo-card,
.hero .hero-image,
.hero .polaroid,
.hero .image-card {
  box-shadow: 0 28px 55px rgba(91, 68, 60, .22) !important;
  border-radius: 6px;
}

/* se a própria imagem estiver sem moldura, cria sensação de foto editorial */
.hero img[src*="simone-home"] {
  border: 12px solid #fff;
  box-shadow: 0 24px 45px rgba(91, 68, 60, .20);
  background: #fff;
}

/* ajuste mais harmonioso da imagem nova da seção Sobre mim */
#sobre-mim img,
.about-photo img {
  object-fit: cover !important;
  object-position: center 42% !important;
  filter: saturate(1.02) contrast(1.02);
}

/* dá acabamento mais elegante ao card da foto do Sobre mim */
.about-photo img {
  border-radius: 30px !important;
  box-shadow: 0 28px 55px rgba(91, 68, 60, .20) !important;
}

/* v33 ajuste header */
header {
  height: auto;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

header .logo img {
  max-height: 60px;
}

header nav {
  align-items: center;
}


/* === v34 - ajuste altura menu e subida da home === */
header {
  min-height: 152px !important;
  height: 152px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
}

header .container,
header .nav-container,
header .header-container,
header .wrapper {
  min-height: 152px !important;
  height: 152px !important;
  display: flex !important;
  align-items: center !important;
}

header img,
header .logo img,
.logo img {
  max-height: 112px !important;
  height: auto !important;
}

header nav {
  display: flex !important;
  align-items: center !important;
}

/* Reduz o espaço vertical inicial da home */
.hero {
  padding-top: 28px !important;
  margin-top: 0 !important;
  background-position: center top !important;
}

/* sobe o conteúdo interno da home */
.hero .container,
.hero .hero-content,
.hero .hero-grid,
.hero .hero-inner {
  transform: translateY(-130px);
}

/* compensa para não cortar no final da seção */
.hero {
  padding-bottom: 0 !important;
}

/* mobile: não subir tanto */
@media (max-width: 900px) {
  header,
  header .container,
  header .nav-container,
  header .header-container,
  header .wrapper {
    height: auto !important;
    min-height: 96px !important;
  }

  .hero .container,
  .hero .hero-content,
  .hero .hero-grid,
  .hero .hero-inner {
    transform: translateY(-40px);
  }
}


/* === v35 ajustes finais === */

/* HEADER realmente menor */
header {
  height: 80px !important;
  min-height: 80px !important;
  padding: 0 !important;
}

header .container,
header .nav-container,
header .header-container {
  height: 80px !important;
  display: flex !important;
  align-items: center !important;
}

/* logo ajustada */
header img,
.logo img {
  max-height: 60px !important;
}

/* HOME alinhamento vertical correto */
.hero {
  padding-top: 10px !important;
}

/* sobe também a imagem */
.hero img,
.hero .image,
.hero .hero-image {
  transform: translateY(-130px);
}

/* mantém texto alinhado */
.hero .container,
.hero .hero-content {
  transform: translateY(-130px);
}

/* mobile */
@media (max-width: 900px) {
  header {
    height: 70px !important;
  }

  header img {
    max-height: 50px !important;
  }

  .hero img,
  .hero .hero-content {
    transform: translateY(-40px);
  }
}


/* v36 - subir mais a imagem da home */
.hero img,
.hero .image,
.hero .hero-image {
  transform: translateY(-200px) !important;
}

/* mantém texto alinhado igual */
.hero .container,
.hero .hero-content {
  transform: translateY(-130px) !important;
}

@media (max-width: 900px) {
  .hero img,
  .hero .hero-image {
    transform: translateY(-60px) !important;
  }
}


/* v38 FIX real alignment */

/* icons clean */
.social-icons {
  display:flex;
  gap:14px;
  margin-left:20px;
  align-items:center;
}

.social-icons .icon {
  width:26px;
  height:26px;
}

/* reset broken transforms */
.hero .container,
.hero .hero-content,
.hero img,
.hero .hero-image {
  transform: translateY(-90px) !important;
}

/* keep inside bounds */
.hero {
  overflow:hidden;
}



/* === v39 - ícones corretos e subida somente do box da foto === */
.social-icons {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-left: 20px !important;
}

.social-icons a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  text-decoration: none !important;
}

.social-icons .social-icon {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain !important;
  display: block !important;
}

/* Não subir mais o texto da home */
.hero .container,
.hero .hero-content,
.hero .hero-text,
.hero h1,
.hero .eyebrow {
  transform: none !important;
}

/* Sobe somente a área visual da direita/foto */
.hero .hero-image,
.hero .image,
.hero .photo-card,
.hero .polaroid,
.hero [class*="image"] {
  transform: translateY(-90px) !important;
}

/* Se a imagem está no background da própria hero, mover o background para cima sem alterar texto */
.hero {
  background-position: center -90px !important;
}

/* garante que imagens soltas do hero não arrastem o texto */
.hero img:not([src*="logo"]):not([src*="whatsapp"]):not([src*="instagram"]) {
  transform: translateY(-90px) !important;
}


/* === v40 - menu SIMONE, alinhamento da foto e responsivo refinado === */

/* Alinha melhor a foto da seção Simone/Sobre mim com o bloco de texto */
#sobre-mim .about-grid,
.about-section .about-grid {
  align-items: center !important;
}

#sobre-mim .about-photo,
.about-section .about-photo {
  align-self: center !important;
  transform: translateY(34px);
}

#sobre-mim .about-photo img,
.about-section .about-photo img {
  max-height: 560px;
  object-fit: cover;
  object-position: center 42%;
}

/* Responsivo: preservar qualidade e evitar cortes/desalinhamentos */
@media (max-width: 1024px) {
  header {
    height: auto !important;
    min-height: 86px !important;
    padding: 10px 18px !important;
  }

  header nav {
    gap: 18px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .social-icons {
    margin-left: 0 !important;
  }

  .hero {
    background-position: center top !important;
    min-height: auto !important;
  }

  .hero .container,
  .hero .hero-content,
  .hero .hero-text,
  .hero h1,
  .hero .eyebrow {
    transform: none !important;
  }

  .hero .hero-image,
  .hero .image,
  .hero .photo-card,
  .hero .polaroid,
  .hero [class*="image"] {
    transform: none !important;
  }
}

@media (max-width: 760px) {
  header img,
  .logo img {
    max-height: 54px !important;
  }

  header nav a {
    font-size: 0.82rem !important;
    letter-spacing: 0.04em !important;
  }

  .hero {
    padding-top: 28px !important;
  }

  .hero h1 {
    font-size: clamp(2rem, 9vw, 3rem) !important;
    line-height: 1.06 !important;
  }

  .hero p,
  .hero .hero-text {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }

  .hero .buttons,
  .hero .hero-buttons,
  .hero .actions {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }

  #sobre-mim .about-grid,
  .about-section .about-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  #sobre-mim .about-photo,
  .about-section .about-photo {
    transform: none !important;
    order: -1;
  }

  #sobre-mim .about-photo img,
  .about-section .about-photo img {
    max-width: 86vw !important;
    max-height: none !important;
    margin: 0 auto !important;
  }

  .procedures-grid {
    grid-template-columns: 1fr !important;
  }

  .testimonial-card {
    flex-basis: 84vw !important;
  }
}


/* === v45 - CRM/RQE e informação sobre convênio na home === */
.hero-credentials {
  margin-top: 16px;
}

.hero-credentials p {
  margin: 0;
  color: #f17669;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
  font-size: 0.98rem;
}

/* === v47 - paginas HTML reais === */
.site-nav a.active{color:#f17669!important;}
.site-nav a.active::after{width:100%!important;opacity:1!important;}
main{min-height:60vh;}
.site-header{width:100%;z-index:100;}
@media(max-width:900px){
 .site-nav{display:none;}
 .site-nav.is-open{display:flex!important;flex-direction:column;align-items:flex-start;gap:16px;position:absolute;top:100%;left:0;right:0;background:#fff;padding:18px 24px;box-shadow:0 18px 35px rgba(91,68,60,.12);z-index:50;}
 .site-nav.is-open .social-icons{margin-left:0!important;}
}


/* === v48 - logo proporcional no header e CRM na home === */
.site-header,
.site-header .nav-wrap {
  min-height: 80px !important;
  height: 80px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.site-header .brand {
  height: 80px !important;
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
}

.site-header .brand img {
  height: 72px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  display: block !important;
}

header img,
.logo img {
  width: auto !important;
  object-fit: contain !important;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-crm {
  width: fit-content;
  min-width: min(100%, 420px);
  margin-top: 14px;
  text-align: center;
  color: #f17669;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
  font-size: 0.98rem;
}

@media (max-width: 900px) {
  .site-header,
  .site-header .nav-wrap {
    height: auto !important;
    min-height: 72px !important;
  }

  .site-header .brand {
    height: 72px !important;
  }

  .site-header .brand img {
    height: 62px !important;
  }

  .hero-crm {
    width: 100%;
    min-width: 0;
  }
}


/* === v49 - ajustes estruturais pedidos === */

/* HOME: sem eyebrow, texto alinhado mais ao topo da foto */
.hero-copy {
  padding-top: 0 !important;
  margin-top: 0 !important;
  align-self: start !important;
}

.hero-grid {
  align-items: start !important;
}

.hero-visual {
  align-self: start !important;
}

.hero h1 {
  margin-top: 0 !important;
}

/* Remove espaçamentos deixados por etiquetas removidas */
.about-text h2,
.procedures h2,
.history-section h2 {
  margin-top: 0 !important;
}

/* DEPOIMENTOS: grade fixa, 3 por linha no desktop */
.testimonial-track {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  overflow: visible !important;
  padding: 0 !important;
}

.testimonial-grid {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  overflow: visible !important;
  padding: 0 !important;
  max-width: 1180px;
  margin: 0 auto;
}

.testimonial-grid .testimonial-card,
.testimonial-track .testimonial-card {
  flex: unset !important;
  width: auto !important;
  min-height: 226px;
}

.testimonial-arrow {
  display: none !important;
}

@media (max-width: 980px) {
  .testimonial-grid,
  .testimonial-track {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .testimonial-grid,
  .testimonial-track {
    grid-template-columns: 1fr !important;
  }

  .hero-grid {
    align-items: start !important;
  }
}


/* === v50 - cores do menu invertidas === */

.site-header nav a,
.main-menu a,
.nav-menu a {
    color: #f17669 !important;
    transition: color 0.2s ease;
}

.site-header nav a.active,
.site-header nav a:hover,
.main-menu a.active,
.main-menu a:hover,
.nav-menu a.active,
.nav-menu a:hover {
    color: #000000 !important;
}

.site-header nav a::after,
.main-menu a::after,
.nav-menu a::after {
    background-color: #000000 !important;
}


/* === v51 - títulos internos iguais à HOME === */

.about-section h1,
.about-section h2,
.procedures-section h1,
.procedures-section h2,
.history-section h1,
.history-section h2,
#simone h1,
#simone h2,
#procedimentos h1,
#procedimentos h2,
#trajetoria h1,
#trajetoria h2 {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 4rem !important;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    color: #5a3b2f !important;
    letter-spacing: -0.02em !important;
}

@media (max-width: 900px) {
    .about-section h1,
    .about-section h2,
    .procedures-section h1,
    .procedures-section h2,
    .history-section h1,
    .history-section h2,
    #simone h1,
    #simone h2,
    #procedimentos h1,
    #procedimentos h2,
    #trajetoria h1,
    #trajetoria h2 {
        font-size: 2.8rem !important;
    }
}


/* === v52 - tamanho dos títulos igual ao da HOME === */

.about-section h1,
.about-section h2,
.procedures-section h1,
.procedures-section h2,
.history-section h1,
.history-section h2,
#simone h1,
#simone h2,
#procedimentos h1,
#procedimentos h2,
#trajetoria h1,
#trajetoria h2 {
    font-size: 5.2rem !important;
    line-height: 1 !important;
}

@media (max-width: 900px) {
    .about-section h1,
    .about-section h2,
    .procedures-section h1,
    .procedures-section h2,
    .history-section h1,
    .history-section h2,
    #simone h1,
    #simone h2,
    #procedimentos h1,
    #procedimentos h2,
    #trajetoria h1,
    #trajetoria h2 {
        font-size: 3.4rem !important;
    }
}


/* === v53 - tamanho dos títulos internos igual ao título da HOME === */
.about-section h2,
.procedures h2,
.history-section h2,
#sobre-mim h2,
#procedimentos h2,
#minha-historia h2 {
    font-family: "Cormorant Garamond", serif !important;
    font-size: clamp(2.4rem, 3.4vw, 3.8rem) !important;
    line-height: 1.08 !important;
    font-weight: 400 !important;
    color: #5a3b2f !important;
    letter-spacing: -0.02em !important;
}

/* garante que a regra antiga de 5.2rem não prevaleça */
.about-section h1,
.procedures h1,
.history-section h1,
#sobre-mim h1,
#procedimentos h1,
#minha-historia h1 {
    font-family: "Cormorant Garamond", serif !important;
    font-size: clamp(2.4rem, 3.4vw, 3.8rem) !important;
    line-height: 1.08 !important;
    font-weight: 400 !important;
    color: #5a3b2f !important;
    letter-spacing: -0.02em !important;
}

@media (max-width: 900px) {
    .about-section h1,
    .about-section h2,
    .procedures h1,
    .procedures h2,
    .history-section h1,
    .history-section h2,
    #sobre-mim h1,
    #sobre-mim h2,
    #procedimentos h1,
    #procedimentos h2,
    #minha-historia h1,
    #minha-historia h2 {
        font-size: clamp(2rem, 8vw, 3rem) !important;
    }
}


/* === v55 - seção clínica na página contato === */
.clinic-section {
  background: linear-gradient(90deg, #d0b98f 0%, #d0b98f 55%, #c1a371 55%, #c1a371 80%, #d0b98f 80%, #d0b98f 100%);
  padding: 74px 20px;
  color: #ffffff;
}

.clinic-wrap {
  width: min(1120px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}

.clinic-copy h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 4.2vw, 3.45rem);
  font-weight: 400;
  line-height: 1.08;
  color: #ffffff;
  margin: 0 0 28px;
}

.clinic-copy p {
  max-width: 455px;
  font-size: 1.05rem;
  line-height: 1.62;
  color: #ffffff;
  text-align: justify;
  margin: 0;
}

.clinic-carousel {
  position: relative;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

.clinic-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 4.45;
  overflow: hidden;
  background: rgba(255,255,255,.14);
  box-shadow: 16px 16px 0 rgba(108, 83, 57, .23);
}

.clinic-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .45s ease, transform .45s ease;
}

.clinic-slide.active {
  opacity: 1;
  transform: scale(1);
}

.clinic-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 6px 10px;
}

.clinic-prev { left: -36px; }
.clinic-next { right: -36px; }

@media (max-width: 900px) {
  .clinic-section {
    background: #d0b98f;
    padding: 56px 20px;
  }

  .clinic-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .clinic-copy p {
    text-align: left;
  }

  .clinic-carousel {
    max-width: 86vw;
  }

  .clinic-prev { left: 2px; }
  .clinic-next { right: 2px; }
}


/* === v56 - bloco excelência HOME === */
.home-excellence {
  margin: 26px 0 30px;
}

.home-excellence p {
  margin-bottom: 10px;
  color: #5b4336;
}

.home-excellence ul {
  margin: 0;
  padding-left: 22px;
}

.home-excellence li {
  margin-bottom: 8px;
  line-height: 1.5;
  color: #5b4336;
}


/* === v57 - bloco excelência inserido corretamente dentro do texto da HOME === */
.home-excellence-line {
  display: inline-block;
  color: #5b4336;
  line-height: 1.5;
}

.home-excellence-line strong {
  font-weight: 700;
}


/* === v58 - bloco excelência HOME em index e home === */
.home-excellence-line {
  display: inline-block;
  color: #5b4336;
  line-height: 1.5;
}

.home-excellence-line strong {
  font-weight: 700;
}


/* === v59 - ticks verdes na lista HOME === */
.home-check {
  color: #6aa36f;
  font-weight: 700;
  margin-right: 8px;
  font-size: 0.95em;
}


/* === v61 - Principais Tratamentos na página Procedimentos === */
.main-treatments-section {
  background: #f7f1ee;
  padding: 76px 20px 86px;
}

.main-treatments-section .container {
  max-width: 1120px;
}

.main-treatments-section h2 {
  font-family: "DM Sans", sans-serif !important;
  font-size: clamp(1.7rem, 2.4vw, 2.15rem) !important;
  font-weight: 300 !important;
  letter-spacing: 0.02em;
  color: #f17669 !important;
  text-align: center;
  margin: 0 0 58px;
  line-height: 1.2 !important;
}

.treatment-row {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 54px;
  align-items: center;
  margin-bottom: 68px;
}

.treatment-row:last-child {
  margin-bottom: 0;
}

.treatment-row-reverse {
  grid-template-columns: 1fr 270px;
}

.treatment-row-reverse .treatment-image {
  order: 2;
}

.treatment-row-reverse .treatment-text {
  order: 1;
}

.treatment-image img {
  width: 270px;
  max-width: 100%;
  display: block;
}

.treatment-text p {
  color: #6a5046;
  font-size: 1.05rem;
  line-height: 1.78;
  margin: 0;
  font-weight: 400 !important;
}

@media (max-width: 900px) {
  .main-treatments-section {
    padding: 56px 20px 64px;
  }

  .main-treatments-section h2 {
    margin-bottom: 38px;
  }

  .treatment-row,
  .treatment-row-reverse {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 48px;
  }

  .treatment-row-reverse .treatment-image,
  .treatment-row-reverse .treatment-text {
    order: initial;
  }

  .treatment-image img {
    width: 260px;
    margin: 0 auto;
  }

  .treatment-text p {
    font-size: 1rem;
    line-height: 1.65;
  }
}


/* === v62 - tooltip Cirurgia multilevel na HOME === */
.tooltip-term {
  position: relative;
  display: inline-block;
  cursor: help;
  border-bottom: 1px dotted rgba(106, 163, 111, .75);
}

.tooltip-box {
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  width: min(340px, 80vw);
  background: #ffffff;
  color: #5b4336;
  border: 1px solid rgba(241, 118, 105, .22);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(91, 68, 60, .16);
  padding: 14px 16px;
  font-size: .92rem;
  line-height: 1.45;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 20;
}

.tooltip-box::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 100%;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.tooltip-term:hover .tooltip-box,
.tooltip-term:focus-within .tooltip-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


/* === v63 - aproxima apenas o texto da HOME do menu superior === */
/* Afeta somente index.html/body home; não mexe na foto/box nem nas outras páginas */
body[data-page="home"] .hero-copy {
  transform: translateY(-72px) !important;
}

body[data-page="home"] .hero-visual,
body[data-page="home"] .photo-card,
body[data-page="home"] .hero-visual img {
  transform: none !important;
}

@media (max-width: 900px) {
  body[data-page="home"] .hero-copy {
    transform: translateY(-32px) !important;
  }
}


/* === v64 - lista de tratamentos na página Trajetória === */
.trajectory-treatment-list {
  margin-top: 38px;
}

.trajectory-treatment-list h4 {
  color: #6b493a;
  font-size: 1.12rem;
  font-weight: 600;
  margin: 0 0 18px;
  line-height: 1.4;
}

.trajectory-treatment-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.trajectory-treatment-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: #6a5046;
  font-size: 1rem;
  line-height: 1.55;
}

.trajectory-treatment-list .home-check {
  color: #66a36f;
  font-weight: 700;
  margin-top: 2px;
  flex-shrink: 0;
}

.trajectory-treatment-list .tooltip-term {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted rgba(106,163,111,.75);
}

.trajectory-treatment-list .tooltip-box {
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  width: min(320px, 80vw);
  background: #fff;
  color: #5b4336;
  border-radius: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(241,118,105,.22);
  box-shadow: 0 14px 34px rgba(91,68,60,.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all .2s ease;
  z-index: 50;
  font-size: .92rem;
  line-height: 1.45;
}

.trajectory-treatment-list .tooltip-term:hover .tooltip-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


/* === v65 - box da lista na trajetória === */
.trajectory-treatment-box {
  margin-top: 34px;
  background: #f5efea;
  border-radius: 22px;
  padding: 26px 28px;
  border: 1px solid rgba(107,73,58,.08);
  box-shadow: 0 6px 18px rgba(91,68,60,.05);
}


/* === v66 - lista realmente inserida no box O que atendo === */
.history-card.highlight {
  overflow: visible !important;
}

.history-card.highlight .trajectory-treatment-box {
  margin-top: 28px !important;
  background: #f7f1ee !important;
  border-radius: 18px !important;
  padding: 22px 24px !important;
  border: 1px solid rgba(107, 73, 58, .08) !important;
  box-shadow: 0 8px 22px rgba(91, 68, 60, .05) !important;
}

.history-card.highlight .trajectory-treatment-box h4 {
  margin: 0 0 14px !important;
  color: #6b493a !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  font-family: "DM Sans", sans-serif !important;
}

.history-card.highlight .trajectory-treatment-box ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.history-card.highlight .trajectory-treatment-box li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 9px !important;
  margin-bottom: 8px !important;
  color: #5b4336 !important;
  line-height: 1.45 !important;
  font-size: .98rem !important;
}

.history-card.highlight .trajectory-treatment-box li:last-child {
  margin-bottom: 0 !important;
}

.history-card.highlight .trajectory-treatment-box .home-check {
  color: #66a36f !important;
  font-weight: 700 !important;
  flex-shrink: 0 !important;
}

/* === v69 - depoimentos atualizados com links e estrelas === */
.testimonial-head h3 a {
  color: inherit !important;
  text-decoration: none !important;
}
.testimonial-head h3 a:hover {
  text-decoration: underline !important;
}
.testimonial-stars {
  color: #f5b301;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 4px 0 2px;
}
.testimonial-track {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  overflow: visible !important;
  padding: 0 !important;
  max-width: 1180px;
  margin: 0 auto;
}
.testimonial-card {
  width: auto !important;
  min-height: 260px;
}
@media (max-width: 980px) {
  .testimonial-track {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px) {
  .testimonial-track {
    grid-template-columns: 1fr !important;
  }
}


/* === v70 - depoimentos sem links e avatar com iniciais === */
.testimonial-head h3 {
  color: #2f211d !important;
  text-decoration: none !important;
}

.testimonial-avatar {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 42px !important;
  background: #bfa35f !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: .92rem !important;
  letter-spacing: .02em !important;
}


/* === v71 - revisão do menu mobile === */
@media (max-width: 900px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    background: #ffffff !important;
    min-height: 78px !important;
    height: 78px !important;
    padding: 0 !important;
    box-shadow: 0 8px 22px rgba(91, 68, 60, .08) !important;
  }

  .site-header .nav-wrap {
    position: relative !important;
    height: 78px !important;
    min-height: 78px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 22px !important;
  }

  .site-header .brand {
    height: 78px !important;
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
  }

  .site-header .brand img {
    height: 58px !important;
    width: auto !important;
    max-width: 155px !important;
    object-fit: contain !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    cursor: pointer !important;
    margin-left: auto !important;
  }

  .menu-toggle span {
    display: block !important;
    width: 26px !important;
    height: 2px !important;
    background: #6b493a !important;
    border-radius: 99px !important;
  }

  .site-nav {
    display: none !important;
  }

  .site-nav.is-open {
    display: flex !important;
    position: absolute !important;
    top: 78px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: #ffffff !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 22px 20px 26px !important;
    box-shadow: 0 18px 35px rgba(91, 68, 60, .12) !important;
    border-top: 1px solid rgba(91, 68, 60, .08) !important;
    max-height: calc(100vh - 78px) !important;
    overflow-y: auto !important;
  }

  .site-nav.is-open a {
    display: block !important;
    width: 100% !important;
    max-width: 260px !important;
    text-align: center !important;
    padding: 13px 0 !important;
    margin: 0 !important;
    font-size: .96rem !important;
    letter-spacing: .04em !important;
  }

  .site-nav.is-open a::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 5px !important;
  }

  .site-nav.is-open .social-icons {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    margin: 14px 0 0 !important;
    width: 100% !important;
  }

  .site-nav.is-open .social-icons a {
    width: 34px !important;
    height: 34px !important;
    max-width: 34px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .site-nav.is-open .social-icons a::after {
    display: none !important;
  }

  .site-nav.is-open .social-icons img {
    width: 28px !important;
    height: 28px !important;
    object-fit: contain !important;
  }

  body {
    overflow-x: hidden !important;
  }
}

@media (min-width: 901px) {
  .menu-toggle {
    display: none !important;
  }
}
