/* ============================================================
   Hugo Reis Barbearia — estilos globais
   ============================================================ */

:root {
  --bg:        #F7F3EC;
  --bg-alt:    #FBF8F2;
  --dark:      #110E09;
  --dark-2:    #15110B;
  --dark-3:    #18130C;
  --footer:    #0D0B07;
  --ink:       #1B1813;
  --gold:      #C9A24B;
  --gold-deep: #9A7322;
  --gold-soft: #D9B964;
  --gold-amber:#A8842F;
  --cream:     #FBF7EE;
  --cream-2:   #F5EFE3;
  --muted:     #5C5446;
  --muted-2:   #6E6555;
  --muted-3:   #837A69;
  --muted-4:   #9A9183;
  --on-dark:   #D8D0C2;
  --on-dark-2: #B6AD9D;
  --border:    #ECE4D5;
  --gold-grad: linear-gradient(110deg,#B8860B 0%,#C9A24B 26%,#F3DC93 46%,#FFF7DA 52%,#F3DC93 58%,#C9A24B 74%,#B8860B 100%);
  --serif: 'Cormorant Garamond', serif;
  --sans:  'Jost', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
}
img { display: block; }
::selection { background: #c9a24b; color: #15120c; }

/* ---------- keyframes ---------- */
@keyframes kenburns { 0% { transform: scale(1.04); } 100% { transform: scale(1.14); } }
@keyframes fadeUp { 0% { opacity: 0; transform: translateY(24px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes goldSheen { 0% { background-position: 0% 50%; } 100% { background-position: 250% 50%; } }
@keyframes growbar { from { width: 0%; } to { width: 100%; } }
@keyframes barShine { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
@keyframes logoGlow { 0%,100% { filter: drop-shadow(0 0 2px rgba(201,162,75,.22)); } 50% { filter: drop-shadow(0 0 11px rgba(243,220,147,.6)); } }
@keyframes spinReveal { 0% { opacity: 0; transform: translateY(20px) scale(.96); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes ldspin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes ldpulse { 0%,100% { opacity: .55; } 50% { opacity: 1; } }

/* ---------- helpers ---------- */
.container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.container--narrow { max-width: 1180px; }
.container--mid    { max-width: 1100px; }
.container--book   { max-width: 1040px; }

.serif { font-family: var(--serif); }
.gold-text {
  background: var(--gold-grad);
  background-size: 250% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: goldSheen 3.6s linear infinite;
}

/* ---------- eyebrow (rótulo dourado) ---------- */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.eyebrow--center { justify-content: center; }
.eyebrow .line { width: 40px; height: 1px; background: var(--gold); flex: 0 0 auto; }
.eyebrow .line--fade { width: 46px; background: linear-gradient(90deg, var(--gold), transparent); }
.eyebrow span.label {
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 400;
}
.eyebrow .label--dark  { color: var(--gold-amber); }
.eyebrow .label--light { color: var(--gold-soft); }

/* ---------- títulos ---------- */
.display {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.5px;
  margin: 0;
  line-height: 1.05;
}
.section-title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(36px, 4.2vw, 54px);
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.5px;
}

/* ---------- botões ---------- */
.btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-family: var(--sans);
  text-align: center;
}
.btn-gold {
  background: var(--gold-grad);
  background-size: 250% 100%;
  animation: goldSheen 3.6s linear infinite;
  color: #110E09;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  padding: 17px 40px;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(184,134,11,0.22);
}
.btn-gold--sm { font-size: 13px; letter-spacing: 1.8px; font-weight: 700; padding: 12px 26px; color: #000; box-shadow: 0 4px 12px rgba(184,134,11,0.28); }
.btn-gold--lg { font-size: 14px; letter-spacing: 2px; font-weight: 600; padding: 18px 48px; box-shadow: 0 16px 44px rgba(201,162,75,0.34); }
.btn-gold--hero { box-shadow: 0 14px 40px rgba(201,162,75,0.3); }
.btn-gold--shadow { box-shadow: 0 14px 36px rgba(201,162,75,0.28); }
.btn-gold--block { display: block; width: 100%; padding: 19px; border-radius: 8px; font-size: 15px; box-shadow: 0 16px 40px rgba(201,162,75,0.3); }

.btn-outline {
  color: var(--cream-2);
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  padding: 17px 38px;
  border: 1px solid rgba(245,239,227,0.4);
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.22);
}

.btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #1FA855;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 15px 28px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(31,168,85,0.25);
  cursor: pointer;
  text-decoration: none;
  font-family: var(--sans);
}
.btn-wa .ico { font-size: 17px; }

.link-underline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-deep);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 6px;
}

/* ---------- WhatsApp flutuante ---------- */
.wa-float {
  position: fixed;
  z-index: 60;
  right: 26px;
  bottom: 26px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #1FA855;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 12px 30px rgba(31,168,85,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--dark);
  border-bottom: 1px solid rgba(201,162,75,0.28);
  font-family: var(--sans);
}
.site-header .inner {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; flex: 0 0 auto; }
.brand .logo-wrap {
  width: 80px; height: 80px;
  display: flex; justify-content: center; align-items: center; flex: 0 0 auto;
}
.brand .logo-wrap img {
  width: 100%; height: 100%;
  object-fit: contain;
  animation: logoGlow 3s ease-in-out infinite;
}
.brand .wordmark {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 5px;
}
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a {
  color: #E7E0D2;
  text-decoration: none;
  font-size: 13.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 300;
}
.main-nav a.is-active { color: #E8C766; }
.main-nav a.btn-gold { color: #000; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px; height: 40px;
  color: #E7E0D2;
  font-size: 24px;
  align-items: center;
  justify-content: center;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--footer);
  padding: 76px 32px 40px;
  font-family: var(--sans);
}
.site-footer .grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(201,162,75,0.2);
}
.site-footer .f-logo {
  width: 200px; height: 200px; object-fit: contain;
  margin: -16px 0 14px -8px;
}
.site-footer .f-about {
  color: var(--muted-4);
  font-size: 14.5px;
  line-height: 1.8;
  font-weight: 300;
  max-width: 320px;
  margin: 0;
}
.site-footer .f-head {
  color: var(--gold-soft);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.site-footer .f-links { display: flex; flex-direction: column; gap: 13px; }
.site-footer .f-links a {
  color: var(--on-dark-2);
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 300;
}
.site-footer .f-contact {
  display: flex; flex-direction: column; gap: 13px;
  color: var(--on-dark-2);
  font-size: 14.5px; font-weight: 300; line-height: 1.5;
}
.site-footer .f-bottom {
  padding-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
.site-footer .f-bottom span {
  color: #6E665A;
  font-size: 13px;
  font-weight: 300;
}

/* ============================================================
   PAGE LOADER
   ============================================================ */
.page-loader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--dark);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  opacity: 1;
  transition: opacity .55s ease;
  font-family: var(--sans);
}
.page-loader.is-hidden { opacity: 0; pointer-events: none; }
.page-loader .ring {
  position: relative; width: 168px; height: 168px;
  display: flex; align-items: center; justify-content: center;
}
.page-loader .ring::before {
  content: ""; position: absolute; inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(201,162,75,0.16);
  border-top-color: #E8C766;
  animation: ldspin .9s linear infinite;
}
.page-loader .ring .mask {
  width: 124px; height: 124px;
  display: flex; justify-content: center; align-items: center;
}
.page-loader .ring img {
  width: 100%; height: 100%;
  object-fit: contain;
  animation: logoGlow 2.4s ease-in-out infinite;
}
.page-loader .pl-name {
  margin-top: 28px;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 6px;
}
.page-loader .pl-sub {
  margin-top: 9px;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8c8378;
  animation: ldpulse 1.6s ease-in-out infinite;
}

/* ============================================================
   HERO (home)
   ============================================================ */
.hero {
  position: relative;
  height: 86vh;
  min-height: 600px;
  background: var(--dark);
  overflow: hidden;
}
.hero .slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 1.4s ease;
}
.hero .slide.is-active { opacity: 1; }
.hero .slide .photo {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.hero .slide.is-active .photo { animation: kenburns 9s ease-out forwards; }
.hero .slide .shade-1 { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,10,6,0.86) 0%, rgba(12,10,6,0.55) 45%, rgba(12,10,6,0.25) 100%); }
.hero .slide .shade-2 { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,10,6,0.7) 0%, rgba(12,10,6,0) 40%); }
.hero .inner {
  position: relative; z-index: 3;
  max-width: 1240px; margin: 0 auto; padding: 0 32px;
  height: 100%;
  display: flex; flex-direction: column; justify-content: center;
}
.hero .copy { max-width: 660px; }
.hero h1 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(46px, 6.4vw, 88px);
  line-height: 0.98;
  color: var(--cream);
  margin: 0 0 22px;
  letter-spacing: -0.5px;
  animation: fadeUp .9s ease both;
}
.hero p.sub {
  font-size: 18px;
  line-height: 1.7;
  color: var(--on-dark);
  font-weight: 300;
  max-width: 500px;
  margin: 0 0 38px;
  animation: fadeUp 1.1s ease both;
}
.hero .actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero .nav-btn {
  display: none; /* setas do carrossel ocultas */
  position: absolute; z-index: 4; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; border-radius: 50%;
  border: 1px solid rgba(245,239,227,0.3);
  background: rgba(12,10,6,0.35);
  color: var(--cream-2);
  font-size: 18px; cursor: pointer;
  backdrop-filter: blur(4px);
}
.hero .nav-btn.prev { left: 24px; }
.hero .nav-btn.next { right: 24px; }
.hero .dots {
  position: absolute; z-index: 4; bottom: 30px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 12px;
}
.hero .dots button {
  width: 10px; height: 6px; border-radius: 3px;
  border: none; cursor: pointer; padding: 0;
  background: rgba(245,239,227,0.45);
  transition: all .5s ease;
}
.hero .dots button.is-active {
  width: 30px;
  background: linear-gradient(135deg,#C9A24B,#F3DC93);
}
.hero .progress {
  position: absolute; z-index: 4; left: 0; right: 0; bottom: 0;
  height: 4px; background: rgba(245,239,227,0.14);
}
.hero .progress .bar {
  height: 100%; width: 0%;
  background: linear-gradient(90deg,#B8860B,#C9A24B,#F3DC93,#FFF7DA,#F3DC93,#C9A24B,#B8860B);
  background-size: 220% 100%;
  box-shadow: 0 0 14px rgba(243,220,147,0.85), 0 0 5px rgba(255,247,218,0.9);
  animation: growbar 5.5s linear forwards, barShine 1.3s linear infinite;
}

/* ---------- trust bar ---------- */
.trust-bar { background: var(--dark-2); border-bottom: 1px solid rgba(201,162,75,0.2); }
.trust-bar .inner {
  max-width: 1240px; margin: 0 auto; padding: 22px 32px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 18px 54px;
}
.trust-bar .stars { color: #E8C766; font-size: 17px; letter-spacing: 2px; }
.trust-bar .stars-line { display: flex; align-items: center; gap: 11px; }
.trust-bar .stars-line span:last-child { color: #EDE6D8; font-size: 14px; letter-spacing: 1px; font-weight: 300; }
.trust-bar .sep { width: 1px; height: 18px; background: rgba(201,162,75,0.3); }
.trust-bar .item { color: var(--on-dark-2); font-size: 14px; letter-spacing: 1px; font-weight: 300; }

/* ============================================================
   SEÇÕES GENÉRICAS
   ============================================================ */
.section { padding: 110px 32px; }
.section--light { background: var(--bg); }
.section--alt {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.section-head { text-align: center; margin-bottom: 56px; }

/* ---------- bloco "sobre" (imagem + texto) ---------- */
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px;
  align-items: center;
}
.about-figure { position: relative; }
.about-figure .photo {
  aspect-ratio: 4/5;
  background-size: cover; background-position: center;
  border-radius: 3px;
}
.about-figure .badge {
  position: absolute; bottom: -28px; right: -28px;
  background: var(--dark);
  padding: 28px 34px; border-radius: 3px;
  box-shadow: 0 24px 60px rgba(20,16,9,0.3);
  border: 1px solid rgba(201,162,75,0.3);
}
.about-figure .badge .num {
  font-family: var(--serif); font-size: 46px; font-weight: 700; line-height: 1;
  background: linear-gradient(135deg,#C9A24B,#F3DC93,#B8860B);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.about-figure .badge .cap {
  color: #C5BCAC; font-size: 12px; letter-spacing: 2px;
  text-transform: uppercase; margin-top: 4px;
}
.about-text p {
  font-size: 16.5px; line-height: 1.85; color: var(--muted); font-weight: 300;
  margin: 0 0 20px;
}
.about-text .lead { margin-bottom: 32px; }

/* stats row */
.stats { display: flex; gap: 44px; flex-wrap: wrap; }
.stats .num { font-family: var(--serif); font-size: 38px; font-weight: 700; color: #B8893D; line-height: 1; }
.stats .lbl { color: var(--muted-2); font-size: 13px; letter-spacing: 1px; margin-top: 6px; }

/* ---------- cards genéricos ---------- */
.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
}

/* serviços em destaque (home) */
.svc-featured { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.svc-card { padding: 32px 26px; text-align: center; }
.svc-card .name { font-family: var(--serif); font-size: 23px; font-weight: 600; color: #221E16; margin-bottom: 8px; }
.svc-card .desc { font-size: 13.5px; color: var(--muted-3); font-weight: 300; line-height: 1.5; margin-bottom: 18px; min-height: 40px; }
.svc-card .price { font-family: var(--serif); font-size: 28px; font-weight: 700; color: #B8893D; }

/* diferenciais (sobre) */
.perks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.perk { padding: 36px 30px; }
.perk .icon { font-size: 30px; margin-bottom: 16px; }
.perk .title { font-family: var(--serif); font-size: 23px; font-weight: 600; color: #221E16; margin-bottom: 10px; }
.perk .desc { font-size: 14.5px; color: var(--muted-2); font-weight: 300; line-height: 1.7; }

/* avaliações */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.review { padding: 34px 30px; box-shadow: 0 10px 30px rgba(30,24,12,0.04); }
.review .stars { color: #E0B752; font-size: 16px; letter-spacing: 2px; margin-bottom: 18px; }
.review .quote { font-family: var(--serif); font-style: italic; font-size: 20px; line-height: 1.55; color: #3A3328; margin: 0 0 26px; }
.review .who { display: flex; align-items: center; gap: 13px; }
.review .avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg,#C9A24B,#B8860B);
  display: flex; align-items: center; justify-content: center;
  color: #110E09; font-family: var(--serif); font-weight: 700; font-size: 19px;
}
.review .name { font-size: 15px; font-weight: 500; color: var(--ink); }
.review .when { font-size: 12.5px; color: var(--muted-4); letter-spacing: 0.5px; }
.rating-line { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 12px; }
.rating-line .stars { color: #E0B752; font-size: 18px; letter-spacing: 2px; }
.rating-line .txt { color: var(--muted-2); font-size: 15px; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; padding: 120px 32px; background: var(--dark); overflow: hidden; }
.cta-band .bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.22; }
.cta-band .veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,10,6,0.65), rgba(12,10,6,0.85)); }
.cta-band .inner { position: relative; max-width: 720px; margin: 0 auto; text-align: center; }
.cta-band h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(38px, 5vw, 60px); color: var(--cream); margin: 0 0 20px; letter-spacing: -0.5px; }
.cta-band p { color: #C5BCAC; font-size: 17px; font-weight: 300; line-height: 1.7; margin: 0 0 38px; }

/* ============================================================
   PAGE HERO (páginas internas)
   ============================================================ */
.page-hero {
  position: relative;
  padding: 130px 32px 110px;
  background: var(--dark);
  overflow: hidden;
}
.page-hero .bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.24; }
.page-hero .veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,10,6,0.7), rgba(12,10,6,0.9)); }
.page-hero .inner { position: relative; max-width: 1180px; margin: 0 auto; text-align: center; }
.page-hero h1 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(42px, 5.4vw, 72px);
  color: var(--cream); margin: 0; letter-spacing: -0.5px;
}
.page-hero p.sub { color: #C5BCAC; font-size: 16px; font-weight: 300; margin: 14px 0 0; }

/* ============================================================
   SERVIÇOS (tabela de preços)
   ============================================================ */
.price-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 56px; }
.price-row { display: flex; align-items: baseline; gap: 16px; padding: 22px 4px; border-bottom: 1px solid #E8DFCF; }
.price-row .pl-name { font-family: var(--serif); font-size: 24px; font-weight: 600; color: #221E16; line-height: 1.1; }
.price-row .pl-desc { font-size: 13.5px; color: var(--muted-3); font-weight: 300; margin-top: 4px; }
.price-row .pl-fill { flex: 1; border-bottom: 1px dotted #C9BEA8; transform: translateY(-5px); }
.price-row .pl-price { flex: 0 0 auto; font-family: var(--serif); font-size: 25px; font-weight: 700; color: #B8893D; }

.combos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.combo { border-radius: 5px; padding: 38px 30px; text-align: center; position: relative; background: #fff; border: 1px solid var(--border); }
.combo--dark { background: var(--dark); border: 1px solid rgba(201,162,75,0.4); }
.combo .tag {
  position: absolute; top: 16px; right: 16px;
  background: linear-gradient(135deg,#C9A24B,#F3DC93);
  color: #110E09; font-size: 10.5px; letter-spacing: 1.5px;
  text-transform: uppercase; font-weight: 600;
  padding: 5px 11px; border-radius: 20px;
}
.combo .c-name { font-family: var(--serif); font-size: 26px; font-weight: 600; color: #221E16; margin-bottom: 8px; }
.combo .c-desc { font-size: 14px; color: var(--muted-2); font-weight: 300; line-height: 1.6; margin-bottom: 22px; min-height: 44px; }
.combo .c-price { font-family: var(--serif); font-size: 40px; font-weight: 700; color: #B8893D; line-height: 1; }
.combo--dark .c-name { color: var(--cream); }
.combo--dark .c-desc { color: #C5BCAC; }
.combo--dark .c-price { color: #F3DC93; }

/* ============================================================
   CONTATO
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.contact-row { display: flex; gap: 16px; align-items: flex-start; }
.contact-row .ico {
  flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid #D8C99F; display: flex; align-items: center; justify-content: center;
  color: #B8893D; font-size: 18px;
}
.contact-row .lbl { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-deep); font-weight: 500; margin-bottom: 5px; }
.contact-row .val { font-size: 16px; color: #3A3328; line-height: 1.6; font-weight: 300; }
.contact-actions { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }
.contact-map {
  aspect-ratio: 1/1; border-radius: 8px; overflow: hidden;
  border: 1px solid var(--border); box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
.contact-map iframe { width: 100%; height: 100%; border: 0; }

/* ============================================================
   AGENDAR
   ============================================================ */
.book-section { background: var(--dark); padding: 90px 32px 100px; position: relative; }
.book-section .bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.1; }
.book-inner { position: relative; max-width: 1040px; margin: 0 auto; }
.book-head { text-align: center; margin-bottom: 48px; }
.book-head h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(40px, 5.2vw, 66px); color: var(--cream); margin: 0 0 14px; letter-spacing: -0.5px; }
.book-head p { color: var(--on-dark-2); font-size: 16px; font-weight: 300; margin: 0; }

.book-grid { display: grid; grid-template-columns: 1fr 320px; gap: 28px; align-items: start; }
.book-form { background: var(--bg-alt); border-radius: 4px; padding: 40px; box-shadow: 0 40px 90px rgba(0,0,0,0.4); }
.book-step { margin-bottom: 32px; }
.book-label { display: block; font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold-deep); font-weight: 500; margin-bottom: 16px; }

.chip-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.svc-chip {
  text-align: left; cursor: pointer; padding: 15px 18px; border-radius: 3px;
  border: 1.5px solid #E2D8C4; background: #fff; transition: all .2s ease;
  font-family: var(--sans); display: flex; flex-direction: column;
}
.svc-chip .name { display: block; font-family: var(--serif); font-size: 19px; font-weight: 600; color: #221E16; line-height: 1.15; }
.svc-chip .desc { display: block; font-size: 12.5px; color: var(--muted-3); font-weight: 400; margin-top: 4px; line-height: 1.35; }
.svc-chip .price { display: block; font-size: 13.5px; color: #7A5C16; font-weight: 500; margin-top: 8px; }
.svc-chip.is-active { border-color: #B8893D; background: #FBF1D9; }
.svc-chip.is-active .name { color: #7A5C16; }
.svc-chip.is-active .price { color: var(--gold-deep); }
@media (max-width: 560px) { .chip-grid { grid-template-columns: 1fr; } }

.book-two { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 32px; }
.book-input {
  width: 100%; padding: 15px 16px; border: 1.5px solid #DCD2BF; border-radius: 3px;
  font-family: var(--sans); font-size: 15px; color: var(--ink); background: #fff; outline: none;
}
.book-input:focus { border-color: #B8893D; }

.time-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.time-chip {
  cursor: pointer; padding: 11px 18px; border-radius: 3px;
  border: 1.5px solid #DCD2BF; background: #fff; color: var(--muted);
  font-family: var(--sans); font-size: 14px; font-weight: 400; letter-spacing: 1px;
  transition: all .15s ease;
}
.time-chip.is-active {
  border-color: #B8893D;
  background: linear-gradient(135deg,#C9A24B,#F3DC93);
  color: #110E09;
}

.form-error {
  background: #FBEFE9; border: 1px solid #E7C3B2; color: #A4512A;
  font-size: 14px; padding: 12px 16px; border-radius: 3px; margin-bottom: 20px;
}
.form-error.ok { background: #EAF4EC; border-color: #BFE0C6; color: #2C7A40; }

/* agenda — ajudas e estados */
.book-note { background: #EAF4EC; border: 1px solid #BFE0C6; color: #2C7A40; padding: 13px 16px; border-radius: 6px; margin-bottom: 22px; font-size: 14px; font-weight: 500; }
.book-note[hidden] { display: none; }
.book-help { display: block; font-size: 12.5px; color: var(--muted-3); margin-top: 8px; }
.time-empty { font-size: 14px; color: var(--muted-3); padding: 4px 2px; }

/* etapa SMS */
.book-input--code { letter-spacing: 10px; text-align: center; font-size: 22px; font-weight: 600; }
.sms-head { text-align: center; margin-bottom: 22px; }
.sms-head .sms-ico { font-size: 34px; }
.sms-head h3 { font-family: var(--serif); font-size: 26px; color: #221E16; margin: 6px 0 6px; }
.sms-head p { font-size: 14.5px; color: var(--muted-3); margin: 0; }
.sms-links { display: flex; justify-content: space-between; margin-top: 16px; }
.linklike { background: none; border: none; cursor: pointer; color: var(--gold-deep); font-family: var(--sans); font-size: 13.5px; text-decoration: underline; padding: 6px 2px; }
.linklike--center { display: block; margin: 16px auto 0; }

/* etapa sucesso / meu agendamento */
.done-badge { width: 58px; height: 58px; margin: 0 auto 12px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; color: #fff; background: linear-gradient(135deg,#46b06a,#2C7A40); }
.done-title { text-align: center; font-family: var(--serif); font-size: 28px; color: #221E16; margin: 0 0 18px; }
.done-card { background: #FBF8F2; border: 1px solid #EFE7D6; border-radius: 6px; padding: 18px 20px; }
.done-card .ds-row { display: flex; justify-content: space-between; gap: 14px; padding: 8px 0; border-bottom: 1px dashed #E7DEC9; font-size: 14.5px; color: var(--muted-3); }
.done-card .ds-row:last-child { border-bottom: none; }
.done-card .ds-row b { color: #221E16; font-weight: 600; text-align: right; }
.done-card .ds-cancelled { text-align: center; color: #2C7A40; font-size: 16px; font-weight: 500; padding: 6px; }
.done-note { text-align: center; font-size: 13.5px; color: var(--muted-3); margin: 16px 0; }
.btn-cancelar {
  display: block; width: 100%; cursor: pointer; padding: 14px;
  background: #fff; border: 1.5px solid #E0B4A8; color: #b4452c; border-radius: 8px;
  font-family: var(--sans); font-size: 14px; font-weight: 600; letter-spacing: .5px;
}
.btn-cancelar:hover:not(:disabled) { background: #fbeae6; }
.btn-cancelar:disabled { opacity: .6; cursor: not-allowed; border-color: #DCD2BF; color: var(--muted-3); }
#recaptcha-container { position: fixed; bottom: 0; right: 0; }

/* ---------- cookies / privacidade ---------- */
.cookie-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9998;
  background: #16120B; border-top: 1px solid rgba(201,162,75,0.35);
  box-shadow: 0 -10px 40px rgba(0,0,0,0.45);
  padding: 16px 24px;
}
.cookie-bar[hidden] { display: none; }
.cookie-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 22px; }
.cookie-text { flex: 1; color: #D9D1C2; font-size: 13.5px; line-height: 1.6; margin: 0; font-weight: 300; }
.cookie-text a { color: #E8C766; text-decoration: underline; }
.cookie-actions { display: flex; flex-direction: row; gap: 10px; flex: none; }
.cookie-actions .ck-btn { white-space: nowrap; }
/* enquanto a barra de cookies aparece, sobe o botão do WhatsApp */
body.has-cookiebar .wa-float { bottom: 112px; }
.ck-btn {
  cursor: pointer; border-radius: 8px; padding: 12px 16px; font-family: var(--sans);
  font-size: 13.5px; font-weight: 600; letter-spacing: .3px; border: 1.5px solid transparent; text-align: center;
}
.ck-ghost { background: transparent; border-color: rgba(201,162,75,0.45); color: #EDE6D8; }
.ck-ghost:hover { border-color: #C9A24B; }
.ck-accept { background: var(--gold-grad); background-size: 250% 100%; color: #110E09; border: none; box-shadow: 0 6px 16px rgba(184,134,11,0.28); }

/* modal de preferências */
.cookie-modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 20px; }
.cookie-modal[hidden] { display: none; }
.cookie-modal .ck-backdrop { position: absolute; inset: 0; background: rgba(10,8,5,0.6); }
.ck-dialog {
  position: relative; width: min(460px, 100%); background: #fff; border-radius: 14px;
  padding: 26px 24px 22px; box-shadow: 0 30px 70px rgba(0,0,0,0.45); max-height: 90vh; overflow: auto;
}
.ck-head { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.ck-head img { width: 40px; height: 40px; object-fit: contain; }
.ck-head h3 { font-family: var(--serif); font-size: 24px; color: #1B1813; margin: 0; }
.ck-desc { color: #6E6555; font-size: 13.5px; line-height: 1.6; margin: 0 0 18px; }
.ck-cats { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.ck-cat-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px; border: 1px solid #EFE7D6; border-radius: 10px; background: #FBF8F2; }
.ck-cat-row b { display: block; color: #1B1813; font-size: 14.5px; }
.ck-cat-row span { display: block; color: #8a8170; font-size: 12.5px; margin-top: 3px; }
.ck-switch { position: relative; width: 44px; height: 26px; flex: none; cursor: pointer; }
.ck-switch input { position: absolute; opacity: 0; width: 0; height: 0; }
.ck-switch span { position: absolute; inset: 0; background: #CFC6B3; border-radius: 20px; transition: .2s; }
.ck-switch span::before { content: ""; position: absolute; width: 20px; height: 20px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: .2s; box-shadow: 0 1px 3px rgba(0,0,0,0.25); }
.ck-switch input:checked + span { background: linear-gradient(135deg,#C9A24B,#9C7A2E); }
.ck-switch input:checked + span::before { transform: translateX(18px); }
.ck-switch.ck-locked span { background: #C9A24B; opacity: .7; }
.ck-modal-actions { display: flex; gap: 10px; }
.ck-modal-actions .ck-btn { flex: 1; }
.ck-modal-actions .ck-ghost { border-color: #DCD2BF; color: #6E6555; }
.f-cookies { color: inherit; text-decoration: underline; cursor: pointer; }

@media (max-width: 820px) {
  .cookie-inner { flex-direction: column; align-items: stretch; gap: 12px; }
  .cookie-actions { flex-direction: column; }
  body.has-cookiebar .wa-float { display: none; }
}

/* ---------- modal de promoção ---------- */
.promo-modal { position: fixed; inset: 0; z-index: 9990; display: flex; align-items: center; justify-content: center; padding: 20px; }
.promo-modal[hidden] { display: none; }
.promo-backdrop { position: absolute; inset: 0; background: rgba(8,6,4,0.72); backdrop-filter: blur(2px); }
.promo-card {
  position: relative; width: min(420px, 100%); text-align: center;
  background: radial-gradient(120% 120% at 50% 0%, #1b160d 0%, #120e08 60%, #0d0a06 100%);
  border: 1px solid rgba(201,162,75,0.4); border-radius: 18px;
  padding: 34px 30px 30px; box-shadow: 0 30px 80px rgba(0,0,0,0.6);
  animation: promoIn .35s ease;
}
@keyframes promoIn { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.promo-x {
  position: absolute; top: 12px; right: 14px; width: 34px; height: 34px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(201,162,75,0.3); color: #E7E0D2;
  border-radius: 50%; font-size: 20px; line-height: 1; cursor: pointer;
}
.promo-x:hover { background: rgba(255,255,255,0.12); }
.promo-logo { width: 76px; height: 76px; object-fit: contain; margin: 0 auto 14px; filter: drop-shadow(0 0 14px rgba(243,220,147,0.35)); }
.promo-badge {
  display: inline-block; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 700;
  color: #110E09; background: linear-gradient(135deg,#F3DC93,#C9A24B); padding: 5px 14px; border-radius: 20px; margin-bottom: 14px;
}
.promo-badge[hidden] { display: none; }
.promo-title { font-family: var(--serif); font-size: 30px; line-height: 1.1; color: #FBF1D9; margin: 0 0 12px; }
.promo-text { color: #D9D1C2; font-size: 15px; line-height: 1.65; font-weight: 300; margin: 0 0 22px; }
.promo-cta { display: inline-block; padding: 15px 38px; }
.promo-cta[hidden] { display: none; }

/* ---------- página legal ---------- */
.legal { max-width: 820px; margin: 0 auto; }
.legal .upd { color: var(--muted-3); font-size: 13px; margin: 0 0 26px; }
.legal h2 { font-family: var(--serif); font-size: 26px; color: #1B1813; margin: 34px 0 10px; }
.legal p, .legal li { color: #4a443a; font-size: 15px; line-height: 1.75; }
.legal ul { padding-left: 20px; margin: 8px 0 0; }
.legal li { margin-bottom: 6px; }
.legal a { color: var(--gold-deep); text-decoration: underline; }
.legal .btn-cfg { margin-top: 14px; display: inline-block; cursor: pointer; background: var(--gold-grad); background-size: 250% 100%; color: #110E09; border: none; border-radius: 8px; padding: 12px 22px; font-family: var(--sans); font-weight: 700; font-size: 14px; }

.book-side { display: flex; flex-direction: column; gap: 16px; }
.side-card { background: var(--dark-3); border: 1px solid rgba(201,162,75,0.25); border-radius: 4px; padding: 28px; }
.side-card .s-head { color: var(--gold-soft); font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 16px; }
.side-card .hours { color: var(--on-dark); font-size: 14.5px; font-weight: 300; line-height: 2; }
.side-card .hours .row { display: flex; justify-content: space-between; }
.side-card .hours .row .hl { color: #EDE6D8; }

/* selo do desenvolvedor no rodapé */
.f-credit { text-align: center; margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(201,162,75,0.14); }
.sdw-credit {
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  font-family: 'Jost', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 13.5px; font-weight: 500; color: #8a8f99; line-height: 1; padding: 7px 12px; border-radius: 999px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.sdw-credit img { display: block; flex-shrink: 0; border: 0; filter: drop-shadow(0 1px 2px rgba(0,0,0,.15)); }
.sdw-credit b {
  font-weight: 700; background: linear-gradient(90deg, #EC1C7D, #1BA5DD);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}
.sdw-credit:hover { transform: translateY(-1px); background: rgba(236,28,125,.07); box-shadow: 0 4px 16px rgba(236,28,125,.14); }
.sdw-credit.on-dark { color: #9fb0c9; }
.sdw-credit.on-dark:hover { background: rgba(255,255,255,.05); }
.side-card .hours .row .off { color: #8c8378; }
.side-card p { color: var(--on-dark-2); font-size: 14px; font-weight: 300; line-height: 1.6; margin: 0 0 18px; }
.side-card .btn-wa { width: 100%; padding: 14px; border-radius: 8px; }

/* ---------- modal WhatsApp ---------- */
.wa-modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 24px; }
.wa-modal[hidden] { display: none; }
.wa-modal .backdrop { position: absolute; inset: 0; background: rgba(10,8,5,0.74); backdrop-filter: blur(5px); }
.wa-modal .panel {
  position: relative; width: 100%; max-width: 420px;
  background: #ECE5DD; border-radius: 14px; overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,0.55);
  animation: spinReveal .35s ease;
}
.wa-modal .panel-top { background: #075E54; padding: 16px 20px; display: flex; align-items: center; gap: 13px; }
.wa-modal .panel-top .ava {
  width: 44px; height: 44px; border-radius: 50%; background: #0D0B07;
  display: flex; align-items: center; justify-content: center; overflow: hidden; flex: 0 0 auto;
}
.wa-modal .panel-top .ava img { width: 44px; height: 44px; object-fit: cover; }
.wa-modal .panel-top .who { flex: 1; }
.wa-modal .panel-top .who .n { color: #fff; font-size: 16px; font-weight: 500; }
.wa-modal .panel-top .who .s { color: #A7D5C5; font-size: 12px; font-weight: 300; }
.wa-modal .panel-top .x { background: none; border: none; color: #cfe9e1; font-size: 22px; cursor: pointer; line-height: 1; }
.wa-modal .panel-body { padding: 22px 18px 16px; min-height: 230px; background-size: cover; background-position: center; }
.wa-modal .panel-body .hint { text-align: center; margin-bottom: 16px; }
.wa-modal .panel-body .hint span { background: #D8E6CF; color: #5a6b53; font-size: 11px; padding: 5px 12px; border-radius: 8px; letter-spacing: .5px; }
.wa-modal .bubble { background: #fff; border-radius: 10px 10px 10px 2px; padding: 14px 16px; box-shadow: 0 1px 2px rgba(0,0,0,0.12); max-width: 92%; }
.wa-modal .bubble .h { color: #128C7E; font-size: 13px; font-weight: 600; margin-bottom: 8px; }
.wa-modal .bubble .lines { font-size: 14.5px; color: #2a2a2a; line-height: 1.85; }
.wa-modal .bubble .lines .k { color: #888; }
.wa-modal .bubble .time { text-align: right; font-size: 10.5px; color: #9aa; margin-top: 8px; }
.wa-modal .panel-foot { padding: 14px 16px 18px; background: #ECE5DD; }
.wa-modal .panel-foot .send {
  display: flex; align-items: center; justify-content: center; gap: 11px;
  background: #1FA855; color: #fff; text-decoration: none; padding: 16px;
  border-radius: 26px; font-size: 15px; font-weight: 600; letter-spacing: .5px;
  box-shadow: 0 8px 22px rgba(31,168,85,0.4);
}
.wa-modal .panel-foot .send .ico { font-size: 19px; }
.wa-modal .panel-foot .back {
  width: 100%; margin-top: 10px; background: none; border: none;
  color: #6b7280; font-size: 13.5px; cursor: pointer; padding: 6px;
  font-family: var(--sans);
}

/* ---------- ícone do WhatsApp ---------- */
.wa-ico { display: inline-flex; align-items: center; justify-content: center; line-height: 0; }
.wa-ico svg { width: 1em; height: 1em; fill: currentColor; display: block; }
.wa-float .wa-ico { font-size: 32px; }
.btn-wa .wa-ico { font-size: 20px; }
.wa-modal .send .wa-ico { font-size: 20px; }

/* ---------- painel WhatsApp (pede o nome) ---------- */
.wa-modal .bubble.recv { margin-bottom: 4px; }
.wa-modal .quick { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.wa-modal .quick button {
  background: #fff; border: 1px solid #cfe3d8; color: #075E54;
  border-radius: 18px; padding: 8px 15px; font-size: 13px; cursor: pointer;
  font-family: var(--sans); box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  transition: all .15s ease;
}
.wa-modal .quick button.is-active { background: #DCF8C6; border-color: #a9d6a0; color: #1c5e3f; }
.wa-modal .compose {
  display: flex; align-items: center; gap: 9px;
  padding: 10px 12px; background: #F0F0F0;
}
.wa-modal .compose input {
  flex: 1; border: none; border-radius: 22px; padding: 12px 16px;
  font-size: 14px; font-family: var(--sans); background: #fff; outline: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08); color: #1B1813;
}
.wa-modal .compose-send {
  flex: 0 0 auto; width: 48px; height: 48px; border-radius: 50%;
  border: none; background: #1FA855; color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(31,168,85,0.4);
}
.wa-modal .compose-send .wa-ico { font-size: 24px; }

/* ============================================================
   SOMBRA LEVE EM TEXTOS SOBRE FUNDO CLARO
   ============================================================ */
.section--light,
.section--alt,
.book-form,
.wa-modal .bubble {
  text-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
/* mantém crisp onde não é fundo claro ou em campos digitáveis */
.combo--dark,
.combo--dark *,
.book-input,
.book-input::placeholder { text-shadow: none; }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: absolute; top: 96px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--dark);
    border-bottom: 1px solid rgba(201,162,75,0.28);
    padding: 8px 0 18px;
    display: none;
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 32px; }
  .main-nav .btn-gold--sm { margin: 10px 32px 0; }

  .about-grid { grid-template-columns: 1fr; gap: 56px; }
  .about-figure { max-width: 460px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .svc-featured { grid-template-columns: repeat(2, 1fr); }
  .perks { grid-template-columns: repeat(2, 1fr); }
  .reviews { grid-template-columns: 1fr; }
  .price-list { grid-template-columns: 1fr; }
  .combos { grid-template-columns: 1fr; }
  .book-grid { grid-template-columns: 1fr; }
  .site-footer .grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 560px) {
  .section { padding: 72px 22px; }
  .container { padding: 0 22px; }
  .site-header .inner { height: 76px; }
  .main-nav { top: 76px; }
  .brand { gap: 8px; }
  .brand .logo-wrap { width: 56px; height: 56px; }
  .brand .wordmark { font-size: 16px; letter-spacing: 1.5px; }
  .hero .actions { flex-direction: column; align-items: stretch; }
  .hero .actions .btn { width: 100%; }
  .svc-featured { grid-template-columns: 1fr; }
  .perks { grid-template-columns: 1fr; }
  .stats { gap: 28px; }
  .chip-grid { grid-template-columns: repeat(2, 1fr); }
  .book-two { grid-template-columns: 1fr; }
  .book-form { padding: 26px; }
  .site-footer .grid { grid-template-columns: 1fr; gap: 32px; }
  .about-figure .badge { right: 12px; bottom: -20px; padding: 20px 24px; }
}
